/*
Theme Name: The Final Release
Author: FBC
Version: 2
*/


@font-face {
    font-family: Playfair;
    src: url(fonts/PlayfairDisplay-Italic.otf);
}

@font-face {
    font-family: Houschka;
    src: url(fonts/houschkabold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Houschka;
    src: url(fonts/houschkablack.ttf);
    font-weight: 800;
}

@font-face {
    font-family: Houschka;
    src: url(fonts/houschkamedium.ttf);
    font-weight: normal;
}

.disclaimer p {
	width: 350px;
	margin: 0 auto;
	
	
	padding-bottom: 20px;
}

.slick-prev:before, .slick-next:before {
  font-size: 30px;
  color: #333;
}

.slick-prev, .slick-next{
  top: 42%;
}



.slick-slide {
  margin: 0 16px;
}

.slickBrand{
  width:100%;
}

/* .slick-track { max-width: 100%; }  */

.disclaimer .col-md-12 {
	padding-bottom: 50px;
}

.fp-controlArrow.fp-next, .fp-controlArrow.fp-prev{
	display: none;
}

.fp-controlArrow.fp-next.showed, .fp-controlArrow.fp-prev.showed{
	display: block;
position: relative;
z-index: 4;
cursor: pointer;
width: auto;
height: auto;
margin-top: 10px;
border-width: 0;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
right: auto;
top: auto;
	 -webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
}

 .fp-controlArrow.fp-prev.showed{padding-top: 10px;
padding-left: 10px;
}

.fp-controlArrow.fp-next.showed i{
padding-left: 5px;
	 -webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
}

.fp-controlArrow.fp-prev.showed i{
padding-right: 5px;
	 -webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
}

.fp-controlArrow.fp-next.showed:hover i{
padding-left: 10px;
}

.fp-controlArrow.fp-prev.showed:hover i{
padding-right: 10px;
}

.disclaimer .col-md-12 .spacer {
	padding-top: 180px;
}

.disclaimer h2 {
	width: 350px;
	margin: 0 auto;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.disclaimer .container-fluid {
	height: auto !important;
}

.textleft {
	padding-left: 6% !important;
}

.textleft p {
	padding-right: 0 !important;
}

.picright .heading.long{
	float: left;
}

.rightshort .heading.short{
	padding-left: 20px;
}

.col-md-1.rightshort{
	padding-right: 0;	
}

.col-md-1.rightshort .heading{
	width: 100%;	
}

.textleft span.quote{
	width: 90%;
}

#top, #bottom, #left, #right {
	background: #fff;
	z-index: 9999999;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 30px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 30px;
		}
		#top {
		height: 60px;
		}
		#top { top: 0;text-align: center; }
		#bottom { bottom: 0; }
		
@media only screen and (max-width: 995px)
{  

body, html { overflow: auto; }
.col-md-6 { width: 100% }
.scroll, #right, #bottom, #left, .intro_home, .headinghalfhalf, .heading.long { display: none; }
.col-md-7 { min-height: 400px; }
.col-md-4 { padding: 5%; text-align: left; }
.heading { margin: 0 auto; float: none !important; }
.col-md-1, .col-md-7 { text-align: center; padding-right: 0 !important; }
.heading.long span, .heading.long i {
padding-left: 0 !important;
width: 100%;
text-align: center;
}

span.quote {
width: 100% !important;
}

.col-md-4 p {
padding-right: 0 !important;
}

.headinghalfhalf {
width: 100% !IMPORTANT;
position: relative !important;
margin-top: 40px;
}

.col-md-1.rightshort {
width: 100% !important;
}

.col-md-12 {
padding-left: 0px !important;
padding-right: 0px !important;
min-height: 300px;
}

.dev_home .col-md-12 {
background: transparent !important;
}

.contactform {
width: 100% !important;
}

.dev_home .col-md-2 {
height: 300px !important;
width: 100% !important;
margin-bottom: 30px !important;
}

.contact_home p {
position: relative !important;
margin-top: 100px;
}

.contact_home input {
width: 100% !important;
height: 70px;
line-height: 70px !important;
margin-bottom: 15px;
}

.contact_home input[type="submit"] {
line-height: normal !important;
}

.heading.short {
width: 100% !important;
}

.row {
padding: 15px !important;
}


}	
@media 

/* Fairly small screens including iphones */
only screen and (max-width: 500px),

/* iPads */
only screen and (min-device-width: 768px) and (max-device-width: 1024px) 

{
	#top, #bottom, #left, #right { display: none; }
}

body, .section
 {
	 background: #f5f5f5;
	 -webkit-font-smoothing: antialiased;
	 font-family: Houschka;
	 -webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
}

.container-fluid, .row, .col-md-7, .container-fluid, .row, .col-md-5, .container-fluid, .row, .col-md-12, .container-fluid, .row, .col-md-6
 {
	 height: 100%;
}

.intro_home {
	background-size: cover;
}

.menu {
	padding-left: 0;
}

.menu li, .footermenu li {
	display: inline-block;
	_display: inline;
	margin-right: 30px;
}

.menu li:last-child, .footermenu li:last-child {
	margin-right: 0;
}

.menu li a, .footermenu li a {
	font-size: 12px;
	line-height: 60px;
	letter-spacing: 1px;
	color: #9b9b9b;
	text-transform: uppercase;
	
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
}

.footermenu li {
	margin-right: 20px;
}

.footermenu li a {
	font-size: 10px;
	line-height: 30px;
}

.footermenu  {
	text-align: right;
	padding-left: 0;
	padding-right: 30px;
}

.gps_ring_insideout {
    border: 1px solid #fff;
    -webkit-border-radius: 30px;
    height: 14px;
    width: 14px;
    margin-top: 2px;
    margin-left: 2px;
    position: absolute;
}

.gps_ring_inside {
    border: 1px solid #fff;
    background: white;
    -webkit-border-radius: 30px;
    height: 4px;
    width: 4px;
    margin-top: 7px;
    margin-left: 7px;
    position: absolute;
}

.gps_ring {
    border: 1px solid #fff;
    -webkit-border-radius: 30px;
    height: 18px;
    width: 18px;
    position: absolute;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}

.first
{
    left:10%;
    top: 26%;
}

.second
{
	left:33%;
    top: 30%;
}


.third
{   
    left:49%;
    top: 67%;
}

.fourth
{
    left:80%;
    top: 50%;
}

@-webkit-keyframes jump {
    0% {
        background-position: center 90%
    }

    50% {
        background-position: center 70%
    }

    100% {
        background-position: center 90%
    }
}

@-moz-keyframes jump {
    0% {
        background-position: center 90%
    }

    50% {
        background-position: center 70%
    }

    100% {
        background-position: center 90%
    }
}

@keyframes jump {
    0% {
        background-position: center 90%
    }

    50% {
        background-position: center 70%
    }

    100% {
        background-position: center 90%
    }
}

a.floorplan{
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
color: #333;
}

a.floorplan:hover i{
padding-left: 10px;
}

.dev_home .col-md-2, .col-md-6.villas, .col-md-6.apartments {
cursor: pointer;
}

.scroll {
position: absolute;
left: 47.8%;
bottom:5px;
text-transform: uppercase;
letter-spacing: 2px;
}


.gpsdotting span {
    position: absolute;
    position: absolute;
margin-left: 110px;
color: white;
text-transform: uppercase;
letter-spacing: 1px;
   -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
opacity: 0;
width: 140px;
}



.home .show{
text-transform: none;
font-size: 12px;
letter-spacing: 0;
}



.gpsdotting span a {
    font-style: italic;
    font-family: Georgia;
    color: white;
    display: block;
    text-transform: lowercase;
    letter-spacing: normal;
    -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

span.show {
    opacity: 1;
}

.gpsdotting span a:hover {
    padding-left: 10px;
    text-decoration: none;
}
#paper, #paper2, #paper3, #paper4{
    position: absolute;
     margin-top: 9px;
    margin-left: 20px;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.7, 0.7); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.3, 1.3); opacity: 0.0;}
}

.logo  {
	float: left;
	display: block;
	padding-left: 30px;
	padding-top: 7px;
	position: absolute;
}

.logo img
  {
height: 30px;
margin-top:7px;
}

.socialwrapper a {
color: #4d4d4d;
display: block;
width: 25px;
height: 25px;
border-radius: 99px;
border: 1px solid #c3c3c3;
line-height: 25px;
text-align: center;
margin-left: 3px;
margin-bottom: 5px;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.socialwrapper a:hover {
	text-decoration: none;
	border: 1px solid #4d4d4d;
}

.menu li a:hover, .menu li a.active, .footermenu li a:hover, .footermenu li a.active {
	color: #333333;
	border-bottom: 2px solid #333;
	text-decoration: none;
}

#left span {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
position: absolute;
left: -110px;
width: 250px;
text-align: center;
}

.col-md-7 {
padding: 0;
}

.col-md-1 {
padding-left: 0;
}

.dividerwhite {
background: white;
height: 2px;
width: 20px;
margin-left: 5px;
margin-top: 40px;
display: inline-block;
}

.headinghalfhalf {
	display: inline-block;
	height: 100px;
	background: #b5985a;
	color: white;
	width: 400px;
	position: absolute;
	z-index: 3;
}

.headinghalfhalf .heading.short{
	width: 200px;
	padding-left: 30px;
}

.headinghalfhalf .heading.long span, .headinghalfhalf .heading.long i{
	padding-left: 0;
}

.heading{
	display: inline-block;
	height: 100px;
	background: #b5985a;
	color: white;
	width: 200px;
    z-index: 999999;
	position: relative;
}

.heading.short{
	width: 110px;
}


.heading.short span{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: .5px;
	display: block;
	padding-left: 5px;
	padding-top:7px;
}

.heading.long span{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 30px;
	margin-top: 33px;
	display: block;
}

.vil_butt span, .ap_butt span{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 10px;
	display: block;
	color: #b3965a;
	float: right;
padding-right: 20px;
display: block;
width: 100%;
text-align: right;
}

.ap_butt span{
	float: left;
padding-left: 20px;
padding-right: 0;
text-align: left;
}

.ap_butt i{
	color: #b3965a;
	margin-top: 45px;
	float: left;
	padding-left: 20px;
}

.vil_butt i{
	color: #b3965a;
	margin-top: 45px;
	float: right;
	padding-right: 20px;
}
.heading.long i {
	font-size: 12px;
	font-family: Playfair;
	font-style: normal;
	padding-left: 30px;
	display: block;
}

.heading.long{
	float: right;
}

.col-md-4
{
padding-left: 3%;
}

span.quote {
font-size: 20px;
font-weight: 800;
display: block;
line-height: 30px;
width: 70%;
padding-bottom: 10px;
font-family: Georgia;
font-style: italic;
}

.dividersmall {
height: 2px;
width: 35px;
display: inline-block;
background: #4d4d4d;
}

small {
font-size: 12px;
font-weight: 800;
padding-left: 15px;
text-transform: uppercase;
letter-spacing: .5px;
}

.col-md-4 p {
font-size: 12px;
line-height: 16px;
padding-right: 50px;
font-family: PT Sans;
}

.col-md-6 p, .col-md-12 p {
font-size: 12px;
line-height: 16px;
font-family: PT Sans;
}

.col-md-4 ul li {
font-size: 12px;
line-height: 16px;
font-family: PT Sans;
padding-bottom: 5px;
}

.col-md-4 ul {
padding-right: 50px;
padding-left: 15px;
}

.dividerbig {
height: 2px;
width: 100px;
display: inline-block;
background: #4d4d4d;
margin-top: 40px;
margin-bottom: 20px;
}

.col-md-12 .col-md-6:last-child{
padding-right: 50px;
}

.residences_home {
background-size: cover;
}

.residences_home .col-md-6 {
	 -webkit-transition: all 0.8s ease;                  
	-moz-transition: all 0.8s ease;                 
	-o-transition: all 0.8s ease;   
	-ms-transition: all 0.8s ease;          
	transition: all 0.8s ease;
	}
	
	.residences_home .col-md-6.villas:hover {
	 width: 65% !important;
	}
	
	.residences_home .col-md-6.villas:hover ~ .col-md-6.apartments {
	 width: 35% !important;
	}
	
	.residences_home:hover .col-md-6.apartments {
	 width: 65%;
	}
	
	.residences_home:hover .col-md-6.villas{
	 width: 35%;
	}
	
	.col-md-6.villas{
	 padding-left: 50px;;
	 padding-right: 0;
	}
	
	.col-md-6.vercecont, .vercecont2{
	 padding-right: 50px;
	}
	
	.col-md-6.apartments{
	 padding-left: 0;
	 padding-right: 50px;
	}

.ap_butt, .vil_butt {
height: 130px;
width: 170px;
background: white;
display: inline-block;
_display: inline;
}

.vil_butt {
float: right;
}

.ap_butt {
float: left;
border-left: 1px solid #f0eade;
}

.ap_butt_img {
width: 180px;
height: 130px;
display: inline-block;
_display: inline;
float: left;
background-size: cover !important;
width: 0;
}

.ap_butt_arrow {
height: 130px;
display: inline-block;
_display: inline;
float: left;
background: #f5f5f5 url('img/arrow_right.png') no-repeat center center;
width: 70px;
	 -webkit-transition: all 0.8s ease;                  
	-moz-transition: all 0.8s ease;                 
	-o-transition: all 0.8s ease;   
	-ms-transition: all 0.8s ease;          
	transition: all 0.8s ease;
}


.vil_butt_arrow {
height: 130px;
display: inline-block;
_display: inline;
float: right;
background: #f5f5f5 url('img/arrow_left.png') no-repeat center center;
width: 70px;
	 -webkit-transition: all 0.8s ease;                  
	-moz-transition: all 0.8s ease;                 
	-o-transition: all 0.8s ease;   
	-ms-transition: all 0.8s ease;          
	transition: all 0.8s ease;
}

.vil_butt_img {
float: right !important;
}

.ap_butt_img, .vil_butt_img {
height: 130px;
display: inline-block;
_display: inline;
float: left;
background-size: cover !important;
width: 0;
	 -webkit-transition: all 0.8s ease;                  
	-moz-transition: all 0.8s ease;                 
	-o-transition: all 0.8s ease;   
	-ms-transition: all 0.8s ease;          
	transition: all 0.8s ease;
}

.col-md-6.apartments:hover .ap_butt_img, .col-md-6.villas:hover .vil_butt_img {
width: 180px !important;
}

.halfhalf .col-md-12{
height: 50%;
}

.halfhalf .col-md-12.content{
padding-left: 10%;
}

.halfhalf .col-md-12.map{
background-size: cover !important;
}

.section{
padding-top: 15px;
}

@media (min-width: 500px){
	
	.section{
		padding-top: 60px;
	}
	
}

.dev_home .col-md-12:last-child {
padding:  5% 10%;
}

.dev_home .col-md-2 {
display: block;
height: 100%;
background: white;
margin-right: 2%;
width: 15%;
padding: 0;
text-align: center;
max-height: 300px;
}

.dev_home .col-md-2:last-child {
margin-right: 0;
}

.brandlogo img {
margin: 0 auto;
}

.brandlogo img, .brandlogo span, .brandlogo a {
display: block;
text-align: center;
}

.brandlogo span {
color: #b5985a;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0px;
font-weight: bold;
padding-bottom: 5px;
padding-top: 10px;
}

.brandlogo a {
color: black;
font-family: Playfair;
font-size: 11px;
	 -webkit-transition: all 0.8s ease;                  
	-moz-transition: all 0.8s ease;                 
	-o-transition: all 0.8s ease;   
	-ms-transition: all 0.8s ease;          
	transition: all 0.8s ease;
	padding-top: 5px;
  padding-bottom: 12px;
}

.brandlogo a:hover {
text-decoration: none;
}
.brandlogo a i {
	 -webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
}

.brandlogo a:hover i {
padding-left: 10px;
}

.brandlogo{
margin: 0;
height: 50%;
width: 100%;
background-size: cover !important;
display: block;
max-height: 150px;
}

.brandimg{
  margin: 0;
  padding-bottom:66%;
  width: 100%;
  background-size: cover !important;
  display: block;
  max-height: 150px;
}

.brandcenter{
padding-top: 22px !important;
}

@-webkit-keyframes zoomBg {
    0% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.3)
    }
}

@-moz-keyframes zoomBg {
    0% {
        -moz-transform: scale(1)
    }

    100% {
        -moz-transform: scale(1.3)
    }
}

@keyframes zoomBg {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.villa_floorplan .zoomedbg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    -webkit-animation-name: zoomBg;
    -moz-animation-name: zoomBg;
    animation-name: zoomBg;
    -webkit-animation-duration: 40s;
    -moz-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
}

.villa_floorplan .textleft a {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}

.villa_floorplan .textleft a:hover {
	text-decoration: none;
}

.villa_floorplan .textleft a i {
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
}

.villa_floorplan .textleft a:hover i {
	padding-right: 10px;
}

.zoomedbg.stop {
      -webkit-animation-name: none;
    -moz-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: 0;
    -moz-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-iteration-count: none;
    -moz-animation-iteration-count: none;
    animation-iteration-count: none;
    -webkit-animation-timing-function: none;
    -moz-animation-timing-function: none;
    animation-timing-function: none;
}

.zoomedbg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    -webkit-animation-name: zoomBg;
    -moz-animation-name: zoomBg;
    animation-name: zoomBg;
    -webkit-animation-duration: 40s;
    -moz-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
}

.col-md-7{
	overflow: hidden;
}

.tempcent{
	background:url('img/temp.png') no-repeat center center;
	height: 95%;
	width: 95%;
	margin-left: 2.5%;
	
	display: block;
	background-size: auto;
}

.contact_home p{
	color: #aaaaaa;
	position: absolute;
	text-align: center;
	bottom: 50px;
	font-size: 12px;
	line-height: 14px;
}

.contact_home p a{
	color: #b5985a;
	text-decoration: underline;
	 -webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
}

.contact_home p a:hover{
	text-decoration: none;
}

.developer-countries li {
	text-transform: uppercase;
	font-size: 18px;
	font-family: Houschka;
	font-weight: 800;
	opacity: .3;
	color: white;
	list-style-type: none;
	cursor: pointer;
	 -webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
}

.developer-countries li a {
	/*text-transform: lowercase;*/
letter-spacing: -0.5px;
font-size: 14px;
font-family: Houschka;
font-weight: 800;
	color: white;
	 -webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
}

.developer-countries li a:hover {
	text-decoration: none;
}


.developer-countries li:hover {
	opacity:1;
}

.developer-resorts li {
	opacity: 0;
}

.developer-countries li .developer-resorts li {
	border-bottom: 2px solid transparent;
}

.developer-countries li:hover .developer-resorts li:hover {
	border-bottom: 2px solid white;
}

.developer .col-md-6:first-child {
	text-align: center;
}

.developer-countries li:hover .developer-resorts li {
	opacity: 1;
}

.copyright {
position: absolute;
left:30px;
bottom: 5px;
font-family: PT Sans;
color: #9b9b9b;
font-size: 12px;
}

.copyright a {
font-style: italic;
color: #9b9b9b;
}

.developer-resorts li {
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	display: inline-block;
	margin-right: 8px;
}

.developer-resorts li:last-child {
	margin-right: 0px;
}

.developer-resorts {
	display: inline-block;
	padding-left: 10px;
}

.contactform {
	background: white;
	width: 70%;
	padding: 4% 10%;
	/* text-align: center; */
}

form input,
form select {
	width: 100%;
	border: 0;
	border-bottom: 2px #e1e1e1 solid;
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
	background: transparent;
	outline: none !important;
	height: 40px;
	color: #aaaaaa;
	/* line-height: 60px; */
	padding-left: 50px;
	 -webkit-font-smoothing: antialiased;
	 /* width: 30%; */
	 margin-right: 2%;
	 text-align: left;
	 margin-top:10px;
}


	
	form textarea {
	width: 100%;
	border: 0;
	border-bottom: 2px #e1e1e1 solid;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background: transparent;
	outline: none !important;
	height: 90px;
	/* line-height: 60px; */
	 -webkit-font-smoothing: antialiased;
	padding-left: 20px;
	padding-top: 20px;
	text-align: left;
}

form input.em,
form input.co{
	width: 100%;
}
form input[type="text"].co{
	background-image: url('img/location.png');
}
form select{
	background: url('img/code.png') no-repeat left center;
}
form input[type="text"].ph{
	background-image: url('img/phone.png');
}
	
	
	form input[type="submit"],
	form button {
	border: 0;
	line-height: normal;
	background: #b5985a;
	color: white;
	padding: 10px 20px;
	font-weight: 800;
	margin-top: 30px;
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	height: 50px;
	width: 200px;
	}
	form input[type="submit"]:hover {
	background: #9c824d;
	}
	
	form input[type="text"] {
	background-image: url('img/name.png');
	background-repeat: no-repeat;
	background-position: 20px center;
	}
	
	form input[type="tel"] {
	background-image: url('img/phone.png');
	background-repeat: no-repeat;
	background-position: 20px center;
	}
	
	form input[type="email"] {
	background-image: url('img/email.png');
	background-repeat: no-repeat;
	background-position: 20px center;
	margin-right: 0;
	}
	
	form textarea {
	background-image: url('img/message.png');
	background-repeat: no-repeat;
	background-position: 20px 25px;
	padding-left: 50px;
	}
	
	input:focus {
    outline: 0;
}

::-webkit-input-placeholder {
   color: #aaaaaa;
   font-family: Houschka;
   -webkit-font-smoothing: antialiased;
   letter-spacing: 1px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #aaaaaa; 
   font-family: Houschka;
   -webkit-font-smoothing: antialiased;
   letter-spacing: 1px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #aaaaaa; 
   font-family: Houschka;
   -webkit-font-smoothing: antialiased;
   letter-spacing: 1px; 
}

:-ms-input-placeholder {  
   color: #aaaaaa;
   font-family: Houschka;
   -webkit-font-smoothing: antialiased;
   letter-spacing: 1px;
}

/* Set a size for our map container, the Google Map will take up 100% of this container */
            #map {
                width: 100%;
                height: 100%;
            }
					
					@media (max-width: 767px){
						#map {
                height: 360px;
            }
					}

.culinary .col-md-4 {
                height: 100%;
                text-align: center;
                padding: 0;
            }
            
.culinary .col-md-4:first-child {
                padding-left: 15px !important;
            }
            
 .culinary .col-md-4:last-child {
                padding-right: 15px !important;
            }
            
            .culinary h2
            {
            font-family: Houschka;
			font-weight: 800;
			color: white;
			text-transform: uppercase;
			letter-spacing: 1px;
			text-align: center;
			margin-bottom: 0;
			margin-top: -35px;
			padding-top: 50%;
			display: inline-block;
			border-bottom: 2px solid #b5985a !important;
			font-size: 24px;
			line-height: 50px;
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	width: 100%;
	height: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure p {
	margin: 0;
}

.grid figure p {
	font-size: 12px;
line-height: 16px;
font-family: PT Sans;
text-transform: none;
}


/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.fp-slide {
	width: 100%;
}