
body
  {
    background: #FFFFFF;
    color: #555555;
    font-family: 'Open Sans', sans-serif;
	line-height: 24px;
    position: relative;
  }
  
.blue {
	color: #06C;
}


.green {
	color: #090;
}

.orange {
	color: #C60;
}

.pinkclr
{
	background:#cb246c;
}

.white {
	color: #FFF;
}

.payment-body
{
	background:#ffffff;
}

.projecthigh
{
	background:#42b5ff;
	padding:10px;
}


.ampadding { padding:10px 5px; }
.ampaddingsm { padding:0px 5px; }
.projecthigh p { margin-top:5px !important; }

.highlights{ line-height:30px;}

.myimg{width:100%;  }


.widget-title1{font-size:18px; font-weight:normal; }

.widget-title2{font-size: calc(13px + (30 - 13) * ((100vw - 300px) / (1600 - 300))); font-weight:normal; }
.widget-title3{font-size: calc(13px + (25 - 13) * ((100vw - 300px) / (1600 - 300))); font-weight:normal; }
.widget-title4{font-size: calc(13px + (20 - 13) * ((100vw - 300px) / (1600 - 300))); font-weight:normal; }
.widget-title5{font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1600 - 300))); font-weight:normal; }

.landscape{background:#E0E4CC; }
.golfcart{background:#83D6DE; }
.chefbutler{background:#FDD09F; height:300px;}
.gardener{background:#97CE68;}
.spa{background:#D4DBC8; }
.sportsamenities{background:#C0BA78; height:370px;} 

.landscape, .golfcart,.sportsamenities,.chefbutler,.gardener,.spa{height:400px; margin-bottom:30px;}


.sidebutton
{
	/*background:rgba(245,134,52,1);*/
	background:#b92869;
	transform: rotate(-90deg);
	position:fixed;
	right:-55px;
	top:30%;
	z-index:9999;
	border:#FFFF00 solid 2px;
	transition:background 1s;
	cursor:pointer;
	/*animation:btnanim ease 1s forwards;*/
	
}

@keyframes btnanim
{
	0%{ transform:translateX(240px) rotateZ(20deg);}
	30%{ transform:translateX(10px) rotateZ(180deg);}
	100%{ transform:translateX(0px) rotateZ(10deg);}
	
	
}

#frm-close
{
	padding:0px 10px 5px 0px;
}

#frm-close:hover
{
	cursor:pointer;
}

#exoticresort
{
	padding:50px 0px;
}



.desktop-section
{
	height: 40px; 
    position: fixed; 
    bottom:0%;
    width:100%; 
    background-color: #005387; 
    opacity: 1;
	z-index:99999;
	display:none;
}

.desktop-section-show
{
	display:block;
}

.desktop-section p
{
	padding:10px 0px 15px 0px;
	color:#ffffff;
	font-weight:normal;
}

.sidebutton p
{
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	font-size: calc(13px + (20 - 13) * ((100vw - 300px) / (1600 - 300)));
}

.sidebutton:hover
{
background:rgba(0,0,0,1);
cursor:pointer;	
}


.sidebuttonform
{
	position:fixed;
	right:0px;
	top:190px;
	z-index:99999999;
	width:250px;
	background:rgba(1,42,201,0.9);
	padding:0px;
	display:block;
	padding-bottom:20px;
	padding-top:20px;
}

.sidebuttonform form
{
	margin:20px;
}

.stextbox
{
	float:left;
	margin:5px 0px;
	padding:7px;
	font-size:13px;
	width:95%;
}

.stextbox1
{
	float:left;
	margin:5px 0px;
	padding:7px;
	font-size:13px;
	width:95%;
	height:50px;

}

.ssubmit
{
	float:right;
	font-size:12px;
	padding:3px 5px;
	background:#0f4e85;
	color:#FFFFFF;
	border:rgba(255,255,255,1) solid 1px;
	letter-spacing:1px;
	font-weight:bold;
}
.ssubmit:hover
{
	background:#b92869;
	color:#ffffff;
}



#mobform
{
	display:none;
	background:#1b1b1b;
	padding:20px;
	height:300px;
}




/* start page container */
@media (min-width: 768px) {
  .container {
    /*width: 700px;*/
	width:100%;
  }  
  
  .sidebuttonform
{
	position:fixed;
	right:0px;
	top:180px;
	z-index:99999999;
	width:250px;
	background:rgba(27,27,27,0.7);
	/*padding:20px;*/
	display:none;
}

  
  
}
@media (min-width: 992px) {
  .container {
    width: 900px;
	
  }
 
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
  
  .sidebuttonform
{
	position:fixed;
	right:0px;
	top:26%;
	z-index:99999999;
	width:250px;
	background:rgba(27,27,27,0.7);
	/*padding:20px;*/
	display:block;
}

  
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  
  
  
}
/* end page container */

/* start navigation */
.navbar-default
  {
    background: #FFFFFF;
    border: none;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0 !important;
  }
.navbar-default .navbar-brand
  {
    color: #66AF33;
    height: 65px;
    line-height: 40px;
    padding: 0;
    /*width: 90px;*/
  }
.navbar-default .navbar-brand h3
  {
    font-weight: bold;
  }
.navbar-default .navbar-nav li a
  {
    color: #404040;
    font-weight: normal;
    height: 65px;
    line-height: 40px;
  }
.navbar-default .navbar-nav li a:hover
  {
    color: #66AF33;
  }
.navbar-default .navbar-nav > li > a:focus
  {
    color: #888;
  }
.navbar-default .navbar-toggle
    {
      margin-top: 16px;
    }
.navbar-default .navbar-toggle .icon-bar
  {
    background-color: #66AF33;
    color: #FFFFFF;
  }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #66AF33;
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #FFFFFF; }
.navbar-default .navbar-toggle:hover .icon-bar { background-color: #66AF33; }
/* end navigation */

/* start home */
h1 { margin: 0; }
#home { padding-top: 75px; }
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color: #371604;
  overflow: hidden;
  margin: 0;
}
.flexslider .slides {
  padding: 0;
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  min-width: 648px;
  min-height: 270px;
  display: block;
}
.flexslider .slides > li {
  display: none;  
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.flexslider img {
  position: relative;
  width: 100%;
}
.slider-caption {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
		  
}

.homewrapper
{
	background:rgba(57,57,57,0.7);
	padding:20px;
}

.homewrapper h1,h2
{
	text-transform:capitalize;
}


#home h1,
#home h2
  {
    font-weight: bold;
  }
#home h2
  {
    padding: 10px 0 10px 0;
  }
#home .btn
  {
    background: #66AF33;
    border-radius: 0;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    height: 50px;
    width: 250px;
    padding: 12px 10px 10px 10px;
  }
#home .btn:hover
  {
    background: #FFFFFF;
    color: #66AF33;
  }
#home p
  {
    letter-spacing: 1px;
  }
/* end home */

/* start simpletextrotator */
.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}
/* end simpletextrotator */

/* start about */
#about
  {
    min-height: 300px;
    padding: 40px 0 40px 0;
  }
#about h2,
#about h3
  {
    font-weight: bold;
  }
#about .col-md-7 h3
  {
    padding: 12px 0 0 0;
  }
#about .col-md-7 h2
  {
    color: #66AF33;
    padding: 10px 0 10px 0;
    margin: 10px 0 32px 0;
  }
#about .col-md-5 .col-md-6
  {
    padding: 4px;
  }
#about .col-md-5 h3
  {
    padding: 10px 0 10px 0;
  }
#about .col-md-5 img
  {
    width: 200px;
    height: 100px;
  }
#about p
  {
    font-weight: 400;
  }
/* end about */


.responsive-menu {
  /*float:right;*/
  top: 20px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #e3722e;
  position:absolute;
  right:25px;
  top:10px;
}




.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background:#FFFFFF;
  
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #d1601c;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: #000000;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {

}

.text-black{ color:#000000; }

.mobile-section {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    border-top: 1px solid rgba(255,255,255,0.4);
    display: none;
	
}

#propfeatab
{
	background:#875b3b;
	padding:50px 0px;
}

.inner-box
{
    background:#f7f7f7;
	text-align:center;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
	padding:10px;
	margin-bottom:10px;
}

.amenities
{
    background:#f7f7f7;
	text-align:center;
	padding:5px;
	margin-bottom:5px;
}

.amenities .title{font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1600 - 300))) !important; text-align:center !important; text-align:center !important; }

.icon img{margin-left:auto; margin-right:auto; display:block;}

.inner-box .title{ font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1600 - 300))); text-align:center !important; }
.inner-box .count{ font-size: calc(13px + (13 - 13) * ((100vw - 300px) / (1600 - 300))); text-align:center !important; color:#f05f40; }


/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  background: #3d3f3f;
}
#portfolio h3 {
  color: white;
}
#portfolio .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#portfolio .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}




/* start team */
#locationmap
  {
    background: #f7f7f7;
   /* color: #ffffff;*/
    min-height: 300px;
    padding: 60px 0 60px 0;
  }

#news
  {
    background: #f7f7f7;
   /* color: #ffffff;*/
    min-height: 300px;
    padding: 60px 0 60px 0;
  }

  
#floorplan
{
    /*background: #e1e1e1;*/
    color: #1b1b1b;
    min-height: 300px;
    padding: 60px 0 60px 0;
	
	background: url('../images/floor-plan-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    

}

#masterplan
{
	
    min-height: 300px;
    padding: 60px 0 60px 0;
}

#pricelist
{
	
    
    min-height: 300px;
    padding: 60px 0 60px 0;
}

#pricelist1
{
	
    
    min-height: 300px;
    padding: 60px 0 60px 0;
}



  
 .specification
 {
	/*background:#45362E;
	 background:#6A5A15;*/
	 
	 background: url('../images/golf-cover.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
 }
  
  
#locationmap h3
  {
    font-weight: bold;
    letter-spacing: 1px!important;
    padding-bottom: 30px;
  }
#locationmap .team_thumb
  {
    overflow: hidden;
    position: relative;
    margin: 30px 0 0 0;
  }
#team .team_thumb img
  {
    width: 100%;
    height: auto;
  }
  h5 {
    margin: 0;
  }
#team .team_thumb .team_overlay
  {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
#team .team_thumb:hover .team_overlay
  {
    opacity: 0.8;
  }  
#team .team_description
  {
    background: #303030;
    padding: 10px;
  }
#team .team_description h5
  {
    color: #66AF33;
	padding-bottom: 10px;
  }
#team p
  {
    font-weight: 400;
  }
/* end team */

/* start social icon */
.social_icon
  {
    padding: 0;
  }
.social_icon li
  {
    display: inline-block;
    position: relative;
  }
ul 
  {
    margin-bottom: 0;
  }
.social_icon li a
  {
    background: #303030;
    border-radius: 50%;
    cursor: pointer;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
  }
.social_icon li a:hover
  {
    background: #66AF33;
    color: #FFFFFF;
  }
  footer .social_icon {
    margin-top: 10px;
  }
/* end social icon */

/* start service */
#service
  {
    min-height: 300px;
    padding: 80px 0 60px 0;
  }
#service h3
  {
    color: #333;
    font-weight: bold;
    letter-spacing: 1px !important;
    padding-bottom: 30px;
  }
#service .media
  {
    padding: 40px 0 10px 0;
  }
#service .media .fa
  {
    background: #66AF33;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 10px 0 0;
    padding-right: 0;
  }
#service .media .media-heading
  {
    color: #66AF33;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
#service
  {
    font-weight: 400;
  }
/* end service */

/* start newsletter */
#newsletter
  {
    background: url('../images/newsletter-bg.jpg') no-repeat center center;
    background-size: cover;
   background-attachment: fixed;
    color: #FFFFFF;
    min-height: 300px;
    padding: 80px 0 80px 0;
  }
#newsletter h3
  {
    font-weight: bold;
    letter-spacing: 1px !important;
    padding-bottom: 30px;
  }
#newsletter p
  {
    font-weight: 400;
    padding: 0 0 30px 0;
  }
#newsletter form .form-control
  {
    background: #404040;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #FFFFFF;
    height: 50px;
    margin-bottom: 10px;
    opacity: 0.9;
  }
#newsletter .form-control::-moz-placeholder {
  color: #1b1b1b;
  opacity: 1;
}
#newsletter .form-control:-ms-input-placeholder {
  color: #1b1b1b;
}
#newsletter .form-control::-webkit-input-placeholder {
  color: #1b1b1b;
}
#newsletter input[type="submit"]
  {
    background: #66AF33;
    border: none;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
  }
#newsletter input[type="submit"]:focus,
#newsletter input[type="submit"]:hover
  {
    background: #FFFFFF;
    color: #66AF33;
  }
/* end newsletter */

/* start work */
#gallery
  {
    background: #404040;
    color: #FFFFFF;
    min-height: 300px;
    padding: 80px 0 80px 0;
  }
#work h3
  {
    font-weight: bold;
    letter-spacing: 1px !important;
    padding-bottom: 30px;
  }
#work p
  {
    font-weight: 400;
    margin: 0 0 40px 0;
  }
#gallery .col-md-4
  {
    padding: 2px;
	margin-bottom:20px;
	
  }
#gallery .work_thumb
  {
    overflow: hidden;
    position: relative;
	
  }
#work .work_thumb img
  {
    width: 100%;
    height: auto;
  }
#work .work_thumb .work_overlay
    {
      background: #FFFFFF;
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      -webkit-transition: all 0.4s ease-in-out;
              transition: all 0.4s ease-in-out;
    }
#work .work_thumb .work_overlay .fa
  {
    background: #66AF33;
    border-radius: 50%;
    color: #FFFFFF;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;

    /* http://www.smashingmagazine.com/2013/08/09/absolute-horizontal-vertical-centering-css/ */
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
#work .work_thumb:hover .work_overlay
  {
    opacity: 0.8;
  }
/* end work */

/* start pricing */
#pricing
  {
    min-height: 300px;
    padding: 80px 0 80px 0;
  }
#pricing h3
  {
    font-weight: bold;
    letter-spacing: 1px !important;
    padding-bottom: 30px;
  }
#pricing p
  {
    font-weight: 400;
  }
#pricing .plan
  {
    margin: 40px 0 0 0;
  }
#pricing .plan_one
  {
    background-color: #404040;
    padding: 30px 0 0 0;
  }
#pricing .plan_two
  {
    background: #66AF33;
    padding: 30px 0 0 0;
  }
#pricing .plan_three
  {
    background: #404040;
    padding: 30px 0 0 0;
  }
#pricing .plan_four
  {
    background: #66AF33;
    padding: 30px 0 0 0;
  }
#pricing .plan .plan_title
  {
    background: #DDDDDD;
    padding: 30px;
    margin: 0;
  }
#pricing .plan ul
  {
    padding: 0;
  }
#pricing .plan ul li
  {
    color: #FFFFFF;
    display: block;
    padding: 14px 0 14px 0;
  }
#pricing .plan .btn
  {
    background: transparent;
    border-color: #FFFFFF;
    border-radius: 2px;
    width: 140px;
    margin: 10px 10px 40px 10px;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
  }
#pricing .plan .btn:hover
  {
    background: #FFFFFF;
    color: #66AF33;
  }
/* end pricing */

/* start contact */
#contact
  {
    background: #404040 url('../images/slider/slide3a.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    color: #FFFFFF;
    min-height: 300px;
    padding: 80px 0 60px 0;
  }
#contact h3
  {
    font-weight: bold;
    letter-spacing: 1px !important;
    padding-bottom: 30px;
  }
#contact p
  {
    font-weight: 400;
    padding: 0 0 40px 0;
  }
#contact .form-control
  {
    background: #fff;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #1b1b1b;
    margin: 10px 0 10px 0;
    opacity: 0.9;
  }
#contact .form-control::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
#contact .form-control:-ms-input-placeholder {
  color: #1b1b1b;
}
#contact .form-control::-webkit-input-placeholder {
  color: #1b1b1b;
}
#contact input
  {
    height: 50px;
  }
#contact textarea
  {
    height: 120px;
  }
#contact input[type="submit"]
  {
    background: #1b1b1b;
    border: none;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
    margin:0 auto;
	width:150px;
  }
#contact input[type="submit"]:focus,
#contact input[type="submit"]:hover
  {
    background: #FFFFFF;
    border-color: transparent;
    color: #66AF33;
  }
#map-canvas
  {
    border: none;
    width: 100%;
    height: 400px;
    margin: 0 0 40px 0;
  }
/* end contact */

@media only screen and (max-width: 1199px) {
  h1 { font-size: 30px; }
  h2 { font-size: 24px; }
  
  .nav>li>a
{
 position:relative;display:block;padding:10px 8px; font-size:13px;
 }
  
}

@media only screen and (max-width: 950px) {
	
	.nav>li>a
{
 position:relative;display:block;padding:10px 8px; font-size:12px;

 }

}


@media only screen and ( max-width: 850px ) {
.col-md-4{width:48%; float:left; overflow:hidden; }

#about .col-md-8{width:100%; }
#about .col-md-4{width:100%; }

.navbar-nav li a{padding:10px 10px; margin:0px; }
.landscape, .golfcart,.sportsamenities,.chefbutler,.gardener,.spa{height:350px;}
.col-md-3{margin-bottom:10px; float:left; }

}
/* start 768 media quires */
@media only screen and ( max-width: 768px ) {
	
#mobform
{
	display:block;
}
	
	
	
  .navbar-header {
    padding-left: 15px;
  }
  h1 { font-size: 26px; }
  h2 { font-size: 18px; }
  #home .btn { 
    margin-top: 10px; 
    width: 180px;
    height: 40px;
    padding-top: 8px;
  }
  #about { padding-top: 65px; }
  #team .team_thumb .team_overlay
  {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
  }
}
/* end 768 media quires */

@media only screen and (max-width: 640px) {
  h1 { font-size: 20px; }
  h2 { font-size: 14px; }
  #home .btn {
    width: auto;
    height: auto;
    padding: 10px 20px;
    margin-top: 10px; 
  }
  
  .sidebutton{top:20% !important; right:-32px; }
  
  
  
  .sidebuttonform
{
	position:fixed;
	right:0px;
	top:20%;
	bottom:20%;
	z-index:99999999;
	width:250px;
	background:rgba(27,27,27,0.7);
	/*padding:20px;*/
	display:none;
}

.slider-caption {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	padding:0px 40px;	  
}


  
  .team_thumb {width:100%;  }
  .team_thumb img{margin-left:auto; margin-right:auto; display:block; margin-bottom:10px; }
  
  .myimg1{width:100%;  }
  .work_thumb{width:100%; }
  .work_thumb img{width:auto; margin-left:auto; margin-right:auto; display:block; margin-bottom:20px; }
  
  .col-md-4 h3{text-align:center; padding:10px; }
  .col-md-4 img{margin-left:auto; margin-right:auto; display:block; }
  .col-md-4 ul{margin-left:15%; }
  #home h2{font-size:20px; }
}

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
  #team .team_thumb .team_overlay
  {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    line-height: 220px;
    top: 0;
    bottom: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
  }
}
/* end 360 media quires */

@media only screen and ( max-width: 640px ) {
	
#contact
{
	margin-bottom:30px;
}

#exoticresort article
{
margin-bottom:10px;
}

	
}