@font-face {
    font-family: 'gillsans-lightlight';
    src: url('gillsanslight-webfont.eot');
    src: url('gillsanslight-webfont.eot?#iefix') format('embedded-opentype'),
        url('gillsanslight-webfont.woff') format('woff'),
        url('gillsanslight-webfont.ttf') format('truetype'),
        url('gillsanslight-webfont.svg#gillsans-lightlight') format('svg');
    font-weight: 200;
    font-style: normal;

}            

@font-face {
    font-family: 'Butler, sans-serif';    
    src: url('Butler_Regular.otf') format('truetype');
}

@font-face {font-family: "Aktiv Grotesk W06 Regular";
  src: url("a59a10fc173a405262ecba082980066e.eot"); /* IE9*/
  src: url("a59a10fc173a405262ecba082980066e.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("a59a10fc173a405262ecba082980066e.woff2") format("woff2"), /* chrome、firefox */
  url("a59a10fc173a405262ecba082980066e.woff") format("woff"), /* chrome、firefox */
  url("a59a10fc173a405262ecba082980066e.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("a59a10fc173a405262ecba082980066e.svg#Aktiv Grotesk W06 Regular") format("svg"); /* iOS 4.1- */
}




body{
    font-family: 'gillsans-lightlight', 'Arial, Helvetica, Sans-Serif;';    
    color: #eaeaea;
    background: #000;
}
a{
    text-decoration: none;
}
#content{
    margin-bottom: 10px;
    width: 1090px;
    margin: 0 auto;
}
#top-block{
    /*margin-top: 120px;*/
    margin-top: 50px;
    height: 20px;
}
#top-menu{
    position: absolute;
    right: 0;
    font-size:11px;
    margin-right: 150px;
    margin-top: -10px;
}
.top-menu-item{
    float: left;
    margin-left: 25px;
    cursor: pointer;    
}
.top-menu-item:hover{
    color: red;
}
#slider-image{
    width: 1090px;
    height: 600px;
}
#top-language-bar{
    font-size:11px;
    text-transform:uppercase;
    float: left;
}
.language-option{
    margin-right: 30px;
    float: left;
    cursor: pointer;
    color: #fff;
}
.language-option:hover{
    color: red;
}
.selected{
    color: red;
}
#footer{
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    /*text-transform:uppercase;*/
    margin-top: 30px;
    text-align: center;
}
#slide1,#slide2,#slide3{
    position: absolute;
}

#slide2, #slide3{
    display: none;
}
#logo{
    position: absolute;
    width: 210px;
    height: 190px;
    background: #000;
    z-index: 10001;
    margin-top: 435px;
    margin-left: 50px;
    opacity: 0.9;
}

#logo-img{
    margin-left: 15px; 
    margin-top: 10px; 
    margin-bottom: 5px;
    margin-left: 15px; 
    margin-top: 15px; 
    margin-bottom: 5px;
    width: 100px;
}
#logo-home-btn{
    position: absolute;
    margin-left: 92px;
    margin-top: 150px;
}
#logo-auto-btn{
    margin-left: 15px;
}
#time{
    position: absolute;
    width: 260px;
    height: 107px;
    /*background: #000;*/
    z-index: 10001;
    margin-top: 560px;
    margin-left: 880px;
    /*opacity: 0.5;*/
    text-align: center;
    font-size: 11px;    
}

nav ul ul {
	display: none;
        background: #000;
        
}

	nav ul li:hover > ul {
		display: block;
	}
        nav ul {
	/*padding: 0 0 20px 20px;*/
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
        opacity: 0.9;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
        nav ul li {
	float: left;
}
	nav ul li:hover {
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
		display: block; padding: 0px 10px;
		color: #eaeaea; text-decoration: none;
	}
        
        nav ul ul {
	border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	nav ul ul li {
                font-size: 11px;
                padding-top: 5px;
		float: none; 
		/*border-top: 1px solid #6b727c;*/
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
		nav ul ul li a {
			padding: 5px 10px;
			color: #fff;
                        width: 80px;
		}	
			nav ul ul li a:hover {
				/*background: #4b545f;*/
			color: #F00;
			}
                        
                        nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

.home-page-title-div{
    position: absolute; 
    margin-top: 253px;
    margin-left: 160px;
}

.home-page-title-h1{
    font-family: 'Butler, sans-serif';    
    font-size: 56px;
}

.home-page-title-h3{
    font-family: 'Butler, sans-serif';    
    font-size: 24px;
}

.services-hero-image-div{
    float: left; 
    width: 25%;
    overflow: hidden;
}

.services-hero-image{
    margin-left: -80px;
}

.services-hero-image:hover{
    transform: scale(1.1);
    transition: transform 500ms ease-out;
}

/*#post-code-box{
    position: absolute;
    width: 300px;
    height: 585px;
    background: #000;
    z-index: 10001;
    margin-top: 37px;
    margin-left: 10px;
    opacity: 0.9;
    text-align: center;
}
#property-logo-home-btn-link{
    width: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
#logo-img-property{
    margin-left: 5px; 
    margin-top: 15px; 
    margin-bottom: 5px;
    width: 288px;
}
#post-codes-left-div{
    float: left;
    width: 170px;
}
#post-codes-left-div div{
    margin-bottom: 10px;
}
#post-codes-right-div div{
    margin-bottom: 10px;
}
.post-code-box-bottom-title{
    color: #fff;
    font-size: 16px;
    font-weight: bold;    
}
#property-listing-box{
    position: absolute;
    width: 780px;
    height: 800px;
    z-index: 10001;
    margin-top: 37px;
    margin-left: 330px;
    text-align: center;
}
.property-box{
    float: left;
    margin-left: 10px;
}*/