@import url("normalize.css");
@import url("reusable.css");


/* ==========================================================================
   Base
   ========================================================================== */

/**
 * Body
 */

body {
    min-width: 960px;
    font: 14px/20px Arial;
    color: #fff;

    -webkit-font-smoothing: antialiased;
}

/**
 * Links
 */

a {
    text-decoration: underline;
    color: #fff;
    transition: color 200ms ease, background-color 200ms ease, text-shadow 200ms ease, box-shadow 200ms ease, border 200ms ease;

    -webkit-transition: color 200ms ease, background-color 200ms ease, text-shadow 200ms ease, box-shadow 200ms ease, border 200ms ease;
}

a:hover {
    color: #fc0;
}

p { 
margin: 4px 0;
}

/* ==========================================================================
   General
   ========================================================================== */

/**
 * Header
 */

#header {
    position: relative;
    height: 615px;
    border-bottom: 8px solid #375f82;
}

#header.apps {
    height: 540px;
}
#header.howtoreach {
    height: 300px;
}

#header .logo {
    position: relative;
    height: 32px;
    font: 300 16px/20px "Exo 2", Arial;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
    padding: 85px 0 0 0;
    margin: 0 0 20px 0;
    background: url(../../images/logo.png) no-repeat center center;
}

#header .logo a {
    text-decoration: none;
    color: #253e52;
}

/**
 * Slider
 */

#slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 615px;
    overflow: hidden;
}
#slider.apps {
    height: 540px;
}

#slider.howtoreach {
    height: 300px;
}


#slider .rotators {
    position: relative;
    height: 615px;
}


#slider .rotators li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#slider .rotators li img {
    display: block;
    position: absolute;
}

#slider .rotators li .cnt {
    position: relative;
    text-align: center;
    padding-top: 280px;
}

#slider .rotators li .cnt h2 {
    display: inline-block;
    font: 400 45px/55px "Exo 2", Arial;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    text-transform: uppercase;
    color: #253e54;
    padding: 0 10px;
    margin: 0 0 10px 0;
    background: url(../../images/transparent-light.png);
    background: rgba(169,194,218,0.75);
}

#slider .rotators li .cnt p {
    padding: 0 0 10px 0;
}

#slider .rotators li .cnt p span {
    display: inline-block;
    font: 300 35px/45px "Exo 2", Arial;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    padding: 0 10px;
    background: url(../../images/transparent.png);
    background: rgba(57,96,131,0.75);
}

#slider .links {
    position: absolute;
    left: 50%;
    bottom: 30px;
}

#slider .links li {
    float: left;
    padding: 0 5px;
}

#slider .links li a {
    display: block;
    width: 12px;
    height: 12px;
    background: #396083;
    border-radius: 100%;
}

#slider .links .current a,
#slider .links li a:hover {
    background: #fc0;
}

/**
 * Bar
 */

#bar {
    position: relative;
    padding: 5px 0 0 0;
}

#bar .right {
    float: right;
}

#bar .facebook {
    float: left;
}

#bar .languages {
    float: left;
    padding: 3px 0 0 0;
}

#bar .languages li {
    float: left;
    padding: 0 0 0 5px;
}

/**
 * Navigation
 */

#navigation {
    position: relative;
    background: url(../../images/navigation.png);
    background: rgba(57,96,131,0.95);
}

#navigation > .cnt > ul > li {
    position: relative;
    float: left;
    font: 300 16px/26px "Exo 2", Arial;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    text-align: center;
    padding: 5px 20px;
}

#navigation > .cnt > ul > li > a {
    display: inline-block;
    text-decoration: none;
    padding: 0 5px;
    border-bottom: 4px solid transparent;
}

#navigation > .cnt > ul > .current > a,
#navigation > .cnt > ul > li:hover > a,
#navigation > .cnt > ul > li > a:hover {
    border-bottom-color: #fc0;
}

#navigation > .cnt > ul > li:hover > a,
#navigation > .cnt > ul > li > a:hover {
    color: #fc0;
}

#navigation ul li .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 20px;
    padding: 8px 0 0 0;
    z-index: 200;
}

#navigation ul li:hover .dropdown {
    display: block;
}

#navigation ul li .dropdown:before {
    position: absolute;
    top: -8px;
    left: 2px;
    width: 0;
    height: 0;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #fc0;
}

#navigation ul li .dropdown .content {
    width: 576px;
    text-align: left;
    padding: 10px;
    background: url(../../images/navigation.png);
    background: rgba(57,96,131,0.9);
    border-top: 5px solid #fc0;
}

#navigation ul li .dropdown .content .col {
    position: relative;
    float: left;
    width: 152px;
    min-height: 300px;
    font: 12px/20px Arial;
    padding: 0 20px;
}

#navigation ul li .dropdown .content .col:before,
#navigation ul li .dropdown .content .col:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    content: "";
    background: #3c5e7b;
}

#navigation ul li .dropdown .content .col:after {
    left: 1px;
    background: #4b779e;
}

#navigation ul li .dropdown .content .col:first-child:before,
#navigation ul li .dropdown .content .col:first-child:after {
    display: none;
}

#navigation ul li .dropdown .content .title {
    display: block;
    font: 300 16px/26px "Exo 2", Arial;
}

#navigation ul li .dropdown .content .title span {
    font-size: 12px;
    text-shadow: none;
    text-transform: uppercase;
    color: #1e3346;
}

#navigation ul li .dropdown .content a img {
    display: block;
    margin: 0 0 10px 0;
    border: 1px solid #fff;
}

#navigation ul li .dropdown .content a:hover img {
    border-color: #fc0;
}

#navigation ul li .dropdown .content li {
    position: relative;
    padding: 2px 0 2px 10px;
}

#navigation ul li .dropdown .content li:before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border: 4px solid transparent;
    border-left-color: #1e3346;
}

/**
 * Welcome
 */
#welcome {
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    text-align: center;
    color: #253e52;
    padding: 25px 0;
    background: #a9c2da url(../../images/welcome.png) no-repeat center center;
}
#welcome.house {
	overflow: hidden;
}

#welcome a {
    color: #253e52;
}

#welcome a:hover {
    color: #fff;
}

#welcome h2 {
    font: 400 45px/60px "Berkshire Swash", Arial;
    text-shadow: 1px 1px 1px #253e54;
    color: #fff;
    padding: 0 0 10px 0;
}

#welcome h3 {
    font: 400 18px/24px "Exo 2", Arial;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

#welcome p {
   /* padding: 0 0 30px 0;*/
    padding: 0 0 10px 0;
}

#main .social {
    line-height: 40px;
	margin: 10px 0;
}

#main .social .contact {
    position: relative;
    top: -5px;
    display: inline-block;
    font: 400 25px/40px "Exo 2", Arial;
    color: #375f81;
    padding: 0 20px 0 40px;
    background: url(../../images/contact.png) no-repeat left center;
}

#main .social a {
    display: inline-block;
    margin: 0 20px;
}


/**
 * Apartments
 */

#apartments {
    font-size: 12px;
    text-shadow: 1px 1px 1px #253e54;
    padding: 25px 0;
    background: #375f82;
    overflow: hidden;
}

#apartments .cols{
    background: url(../../images/app-col-bck.png) repeat-x bottom center;
}


#apartments h2 {
    font: 400 35px/50px "Berkshire Swash", Arial;
    text-align: center;
    color: #fff;
    padding: 0 0 10px 0;
}

#apartments h3 {
    font: 400 24px/30px "Exo 2", Arial;
    padding: 0 0 5px 0;
}

#apartments h3 span {
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(255,255,255,0.2);
    color: #1e3346;
}

#apartments p {
    padding: 0 0 20px 0;
}

#apartments .title {
    display: block;
    font: 400 18px/26px "Exo 2", Arial;
    text-transform: uppercase;
    padding: 48px 0 10px 0;
}

#apartments .thumb {
    position: relative;
    margin: 0 0 10px 0;
}

#apartments .thumb img {
    display: block;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;

    -moz-box-sizing: border-box;
}

#apartments a:hover .thumb img {
    border-color: #fc0;
}


#apartments .thumb .facilities {
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: url(../../images/transparent.png);
    background: rgba(57,96,131,0.75);
}

#apartments .thumb .facilities ul {
    float: right;
}

#apartments .thumb .facilities ul li {
    float: left;
    line-height: 32px;
    padding: 0 10px 0 0;
}

#apartments .thumb .facilities ul li span {
    display: inline-block;
    vertical-align: middle;
}

#apartments .thumb .facilities ul li .wifi {
    width: 17px;
    height: 19px;
    background: url(../../images/wifi.png);
}

#apartments .thumb .facilities ul li .ac {
    width: 18px;
    height: 14px;
    background: url(../../images/ac.png);
}

#apartments .thumb .facilities ul li .parking {
    width: 19px;
    height: 19px;
    background: url(../../images/parking.png);
}

#apartments .list {
    margin: 0 0 20px 0;
}
#tours .list .location,
#apartments .list .location {
    display: block;
    position: absolute;
    top: 8px;
    right: 5px;
    width: 15px;
    height: 23px;
    background: url(../../images/location.png);
}
#tours .list .location:hover,
#apartments .list .location:hover {
    background-position: -15px 0;
}

#apartments .button {
    float: right;
}
#apartments  .appdesc ul li {
	list-style: disc inside none;
	padding: 2px;
}

/**
 * Tours
 */

#tours {
    font-size: 12px;
    text-shadow: 1px 1px 1px #253e54;
    padding: 25px 0;
    background: #355779;
    overflow: hidden;
}
#tours.house {
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    color: #253e52;
    padding: 25px 0;
    background: #a9c2da url(../../images/welcome.png) no-repeat center center;
}

#tours .house  a {
	color: #253E52;
}

#tours .house  a:hover {
	color: #FFCC00;
	text-shadow:none;
}


#tours h2 {
    font: 400 35px/50px "Berkshire Swash", Arial;
    text-align: center;
    color: #fff;
    padding: 0 0 10px 0;
}

#tours h2.house {
    font: 400 45px/60px "Berkshire Swash", Arial;
    text-shadow: 1px 1px 1px #253e54;
    color: #fff;
    padding: 0 0 10px 0;
}

#tours h3 {
    font: 400 24px/30px "Exo 2", Arial;
    padding: 0 0 5px 0;
}

#tours h3 span {
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(255,255,255,0.2);
    color: #1e3346;
}
#tours h4 {
    font: 400 16px/24px "Exo 2", Arial;
    color: #1e3346;
    padding: 0 0 5px 0;
}
#tours .thumb img {
    display: block;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;

    -moz-box-sizing: border-box;
}

#tours a:hover .thumb img {
    border-color: #fc0;
}


#tours .search-form4 img {
    display: block;
    border: 2px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;

    -moz-box-sizing: border-box;
}

#tours .search-form4 a {
    color: #253E52;
}

#tours .search-form4 a:hover {
    color: #FFF;
}

#Email2 {
	display: none;    
}

#tours .video {
    display: block;
    border: 2px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	z-index:-1;
	margin-bottom: 20px;
}

#tours .title {
    display: block;
    font: 400 18px/26px "Exo 2", Arial;
    text-transform: uppercase;
    padding: 32px 0 10px 0;
}
#tours .title.house {
    padding: 0px 0 10px 0;
}

#tours .list.contact {
    margin: 0px 0 20px 0;
}

#tours .list {
    margin: 35px 0 20px 0;
}

#tours .list:before,
#tours .list:after,
#tours .list li:before,
#tours .list li:after {
    background: #27415a;
}

#tours .list:after,
#tours .list li:after {
    background: #3f678f;
}

#tours .list.house:before,
#tours .list.house:after,
#tours .list li.house:before,
#tours .list li.house:after {
    background: #98B6D3;
}

#tours .list.house:after,
#tours .list li.house:after {
    background: #BCCFE2;
}

#apartments .gallery,
#tours .gallery {
    padding: 14px 0 0 0;
    margin: 0 -10px 0 0;
}


#tours .hak .galleryhak {
    padding: 5px;
}


#tours .hak .galleryhak li,
#apartments .gallery li,
#tours .gallery li {
    float: left;
    width: 33.33%;
    padding: 0 10px 10px 0;
    box-sizing: border-box;

    -moz-box-sizing: border-box;
}
#tours .hak .galleryhak li img,
#apartments .gallery li img,
#tours .gallery li img {
    display: block;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;

    -moz-box-sizing: border-box;
}

#tours .hak .galleryhak li a:hover img,
#apartments .gallery li a:hover img,
#tours .gallery li a:hover img {
    border-color: #fc0;
}

#tours .button {
    float: right;
}


#tours .hak .title {
	display: block;
	height: 44px;
	background-color:#FFCC00;
	padding: 5px;
}
#tours .hak .kamerebox {
	display: block;
	height: 140px;
	background-color:#F5EDD6;
	margin-bottom: 15px;
}
#tours .hak ul {
	padding: 0;
}
#tours .hak .galleryhak li {
	float: left;
	width: 50%;
	font-size: 11px;
	text-align: center;
	padding: 5px;
	list-style:none;
}
#tours .hak .galleryhak li a {
	color: #253E52;
}
#tours .hak .galleryhak li a:hover {
	color: #FFCC00;
}

#tours .hak .gallery li img {
	margin: 0;
	border: 2px solid #596139;
	width: 90%;
}

#tours img.border {
    border: 2px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;

    -moz-box-sizing: border-box;
}

#tours img.alignleft {
	float: left;
	margin-right: 15px;
}

#tours img.alignright {
	float: right;
	margin-left: 15px;
}

#tours img.aligncenter {
	margin: 0px auto;
}

/**
 * Footer
 */

#footer {
    font-size: 12px;
    text-shadow: 1px 1px 1px #253e54;
    padding: 25px 0;
    background: #29445f;
    overflow: hidden;
}
#footer h4 {
    font: 400 16px/24px "Exo 2", Arial;
    color: #a9c1d9;
    padding: 0 0 5px 0;
}

#footer .thumb {
    margin: 0 0 10px 0;
}

#footer .thumb img {
    display: block;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;

    -moz-box-sizing: border-box;
}

#footer a:hover .thumb img {
    border-color: #fc0;
}

#footer .list {
    margin: 0 0 20px 0;
}

#footer .list:before,
#footer .list:after,
#footer .list li:before,
#footer .list li:after {
    background: #21364b;
}

#footer .list:after,
#footer .list li:after {
    background: #35597d;
}

#footer .list:before,
#footer .list:after {
    display: none;
}

#footer .locations a {
    display: inline-block;
    font: 400 14px/20px "Exo 2", Arial;
    text-decoration: none;
    padding: 0 0 0 20px;
}

#footer .locations .location1 {
    background: url(../../images/location1.png) no-repeat left center;
}

#footer .locations .location2 {
    background: url(../../images/location2.png) no-repeat left center;
}

#footer .locations .location3 {
    background: url(../../images/location3.png) no-repeat left center;
}

#footer .locations .location4 {
    background: url(../../images/location4.png) no-repeat left center;
}

#footer .locations a span {
    font-size: 12px;
    color: #99b3cc;
}

#footer .button {
    float: right;
}

#tours .contact li,
#footer .contact li {
    padding-left: 40px;
}

#tours .contact .phone-big,
#footer .contact .phone-big {
    font: 400 25px/30px "Exo 2", Arial;
    background: url(../../images/contact-phone-big.png) no-repeat 5px 15px;
}
#tours .contact .address,
#footer .contact .address {
    background: url(../../images/contact-address.png) no-repeat 10px 15px;
}

#tours .contact .phone, 
#footer .contact .phone {
    background: url(../../images/contact-phone.png) no-repeat 10px 13px;
}

#tours .contact .mobile,
#footer .contact .mobile {
    background: url(../../images/contact-mobile.png) no-repeat 10px 10px;
}

#tours .contact .email,
#footer .contact .email {
    background: url(../../images/contact-email.png) no-repeat 10px 13px;
}

#tours .contact .web,
#footer .contact .web {
    background: url(../../images/contact-web.png) no-repeat 8px 18px;
}

/**
 * Bottom
 */

#bottom {
    font: 12px/18px Arial;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    color: #375f7f;
    padding: 10px 0;
    background: #a9c2da;
    border-bottom: 10px solid #355779;
}

#bottom img {
    margin: 0 0 5px 0;
}

#bottom a {
    color: #375f7f;
}

#bottom a:hover {
    text-decoration: none;
}