/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */.navbar-default, a {
	-webkit-transition: all .35s;
	-moz-transition: all .35s
}
header, header .header-content {
	position: relative;
	width: 100%;
	text-align: center;
}
body, html {
	height: 100%;
	width: 100%
}
body {
	font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif;
	webkit-tap-highlight-color: #222
}
.btn, .navbar-default, .navbar-default .navbar-header .navbar-brand, h1, h3,  h4, h5, h6 {
font-family: 'Rajdhani', sans-serif;
}
h2{
font-family: 'Dancing Script', cursive;
	font-size: 36px
}
h2.white{
font-family: 'Dancing Script', cursive;
	font-size: 36px;
	color:#fff;
	text-shadow: 1px 2px 5px rgba(0,0,0,.25);
}
.white{
	color:#fff !important;
		text-shadow: 1px 2px 5px rgba(0,0,0,.25);

}

hr {
	border-color: #F05F40;
	border-width: 3px;
	max-width: 50px
}


div.hr {
	height: 32px;
	background-attachment: scroll;
	background-image: url(../img/hr.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
div.hr hr {
  display: none;
}

hr.light {
	border-color: #fff
}
a {
	transition: all .35s;
	color: #F05F40
}
a:focus, a:hover {
	color: #eb3812
}
p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px
}
@media screen and (max-width: 1024px) {
  .fixbgforsmallscreens {
	background-attachment: scroll !important;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	/* [disabled]position: relative; */
	width: 100%;
	height:auto;
  }

  section#docs .portfolio-box .document_title {
	font-size: 1.5em;
	margin-bottom:10px;
	clear:both
}


}

.shadow {
		-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 5px 1px srgba(0,0,0,0.15);
}

.img_border {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 0px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 20px solid #fff;
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.45);
	box-shadow: 0px 2px 10px -3px srgba(0,0,0,0.45);
}
.img_border_smaller {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 0px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 10px solid #fff;
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.45);
	box-shadow: 0px 2px 10px -3px srgba(0,0,0,0.45);
}

#bolongo {
	background-image: url(../img/beach3.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-box-shadow: inset 0 0 50px #000000;
	-webkit-box-shadow: inset 0 0 50px #000000;
	box-shadow: inset 0 0 50px #000000;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #F05F40;
	}
#services.white-bg {
	background-attachment: fixed;
	background-image: url(../img/lines.jpg);	
	-webkit-box-shadow: inset 0 20px 10px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 10px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 10px -20px rgba(0,0,0,0.8);

}
.white-bg {
	background-attachment: fixed;
	background-image: url(../img/lines.jpg);	
	-webkit-box-shadow: inset 0 10px 10px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 10px 10px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 10px 10px -20px rgba(0,0,0,0.8);

}
.image-bg0 {
	background-attachment: fixed;
	background-image: url(../img/Sunset-Drone-from-Sea-Cliff-Pool.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}

.image-bg {
	background-attachment: fixed;
	background-image: url(../img/regattapano.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
		-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}
.image-bg2 {
	background-attachment: fixed;
	background-image: url(../img/bolongo-pano.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}

.image-bg3 {
	background-attachment: fixed;
	color:#fff;
	border-top-color: #538F98;
	border-top-width: 20px;
	border-top-style: solid;
	background-image: url(../img/Skyline-Sunset-2.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-box-shadow: inset 0 0 40px #000000;
	-webkit-box-shadow: inset 0 0 40px #000000;
	box-shadow: inset 0 0 40px #000000;
}

.image-bg4 {
	background-attachment: fixed;
	color: #fff;
	border-top-color: #538F98;
	border-top-width: 20px;
	border-top-style: solid;
	background-image: url(../img/Bolongo-Bay-palms.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-box-shadow: inset 0 0 40px #000000;
	-webkit-box-shadow: inset 0 0 40px #000000;
	box-shadow: inset 0 0 40px #000000;
	background-position: center bottom;
}

.image-bg5 {
	background-attachment: fixed;
	color: #fff;
	border-top-color: #538F98;
	border-top-width: 20px;
	border-top-style: solid;
	background-image: url(../img/sunrise-over-bolongo-web.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-box-shadow: inset 0 0 40px #000000;
	-webkit-box-shadow: inset 0 0 40px #000000;
	box-shadow: inset 0 0 40px #000000;
	background-position: center bottom;
}
.bg-primary {
	background-color: #F05F40;
	background-image: url(../img/lines.png);
	border-top-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #508D96;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.bg-turquoise {
	background-color: #96CCCF;
	background-image: url(../img/lines.png);
	border-top-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #508D96;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.bg-secondary {
	background-color: #F05F40;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #508D96;
	color:#fff;
}
.bg-dark {
	background-color: #F05F40;
	color: #fff
}
.bg-green {
	background-color: #508D96;
	color: #fff;
	background-image: url(../img/lines.png);
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #96CCCF;
}
.text-faded {
	color: rgba(255,255,255,.7)
}
section {
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
	
}
#galleryhead {
	padding-top: 0px;
	/* [disabled]padding-right: -15px; */
	padding-bottom: 0px;
	/* [disabled]padding-left: -15px; */
	margin-top: 0px;
	/* [disabled]margin-right: 15px !important; */
	margin-bottom: 0px;
	/* [disabled]margin-left: 15px !important; */
	background-image: url(../img/lines.jpg);
	/* [disabled]height: 100vh; */
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
	background-color: #FFF;
	
}
#govdocimg {
	background-image: url(../img/Full_Size/Entrance-Regatta.jpg);
	/* [disabled]-moz-box-shadow: 0 0 5px #000000; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #000000; */
	/* [disabled]box-shadow: 0 0 5px #000000; */
	/* [disabled]border-radius: 4px; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100vh;
	min-height: 100vh;

}
#stt_beaches {
	background-image: url(../img/Full_Size/Sunrise-Over-Bolongo.jpg);
	/* [disabled]-moz-box-shadow: 0 0 5px #000000; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #000000; */
	/* [disabled]box-shadow: 0 0 5px #000000; */
	/* [disabled]border-radius: 4px; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	/* [disabled]position: relative; */
	width: 100%;
	/* [disabled]min-height: 100vh;*/
	color: #FFF;
	background-attachment: fixed;
	-moz-box-shadow: inset 0 0 50px #000000;
	-webkit-box-shadow: inset 0 0 50px #000000;
	box-shadow: inset 0 0 50px #000000;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #508D96;
}

#about_regatta {
	background-image: url(../img/beach2.jpg);
	/* [disabled]-moz-box-shadow: 0 0 5px #000000; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #000000; */
	/* [disabled]box-shadow: 0 0 5px #000000; */
	/* [disabled]border-radius: 4px; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	/* [disabled]position: relative; */
	width: 100%;
	/* [disabled]min-height: 100vh;*/
	color: #FFF;
	background-attachment: fixed;
	-moz-box-shadow: inset 0 0 50px #000000;
	-webkit-box-shadow: inset 0 0 50px #000000;
	box-shadow: inset 0 0 50px #000000;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #F05F40;
}
#about_regatta2 {
	background-image: url(../img/Full_Size/Roof-Pano-2-web.jpg);
	/* [disabled]-moz-box-shadow: 0 0 5px #000000; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #000000; */
	/* [disabled]box-shadow: 0 0 5px #000000; */
	/* [disabled]border-radius: 4px; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	/* [disabled]position: relative; */
	width: 100%;
	min-height: 100vh;
	color: #FFF;
	background-attachment: fixed;
	-moz-box-shadow: inset 0 0 0px #000000;
	-webkit-box-shadow: inset 0 0 0px #000000;
	box-shadow: inset 0 0 0px #000000;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #508D96;
}
#about_regatta p{
		text-shadow: 1px 2px 10px rgba(0,0,0,.95);
}
.text-shadow{
		text-shadow: 1px 2px 10px rgba(0,0,0,.95);
}

#contactimg {
	background-image: url(../img/contactphoto2.jpg);
	/* [disabled]-moz-box-shadow: 0 0 5px #000000; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #000000; */
	/* [disabled]box-shadow: 0 0 5px #000000; */
	/* [disabled]border-radius: 4px; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
}
#aboutsttimg {
	background-image: url(../img/Skyline-Sunset-2.jpg);
	/* [disabled]-moz-box-shadow: 0 0 5px #000000; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #000000; */
	/* [disabled]box-shadow: 0 0 5px #000000; */
	/* [disabled]border-radius: 4px; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
}
#galleryimg {
	background-image: url(../img/FixedPhoto3.jpg);
	/* [disabled]-moz-box-shadow: 0 0 5px #000000; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #000000; */
	/* [disabled]box-shadow: 0 0 5px #000000; */
	/* [disabled]border-radius: 4px; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100vh;	
	min-height:100vh;
	
}
#ammenitiesimg {
	background-image: url(../img/Slide_Show_Regatta-Pool-from-above.jpg);
	/* [disabled]-moz-box-shadow: inset 0 0 5px #000000; */
	/* [disabled]-webkit-box-shadow: inset 0 0 5px #000000; */
	/* [disabled]box-shadow: inset 0 0 5px #000000; */
	/* [disabled]border-radius: 4px; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
}
#ammenities2 {
	background-image: url(../img/Sunrise-Over-Bolongo.jpg);
	-moz-box-shadow: inset 0 0 5px #000000;
	-webkit-box-shadow: inset 0 0 5px #000000;
	box-shadow: inset 0 0 5px #000000;
	/* [disabled]border-radius: 4px; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0;
	width: 100%;
	min-height: 100vh;
	background-attachment: fixed;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #FFF;
}


#realestateimg {
	background-image:url(../img/Regatta_RealEstate.jpg);
	/* [disabled]-moz-box-shadow: 0 0 5px #000000; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #000000; */
	/* [disabled]box-shadow: 0 0 5px #000000; */
	/* [disabled]border-radius: 4px; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
}
.realestate_pic {
	background-image:url(../img/bolongopanoBig2.jpg);
	/* [disabled]-moz-box-shadow: 0 0 5px #000000; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #000000; */
	/* [disabled]box-shadow: 0 0 5px #000000; */
	/* [disabled]border-radius: 4px; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	
	
}

#aboutimg {
	background-image: url(../img/Regatta-from-the-water2.jpg);
	/* [disabled]-moz-box-shadow: 0 0 5px #000000; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #000000; */
	/* [disabled]box-shadow: 0 0 5px #000000; */
	/* [disabled]border-radius: 4px; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
}
.portfolio {
	padding-top: 100px;
	background-image: url(../img/lines.jpg);
	/* [disabled]margin-right: 15px; */
	margin-left: 0px;
	/* [disabled]border-top-width: 20px; */
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-top-color: #508D96; */
}

#project .row.no-padding {
	margin-right: 0px;
	margin-left: 0px;
}
.portfolio_block {
	margin-top: -20px;
}

@media  (max-width: 600px){
.block {
	padding-left: 4em;
	padding-right: 4em;
	padding-top: 2em;
}
h3.hero {
	font-size: 1em;
}
h3.hero.smaller_for_iphone {
	font-size: 3em;
}
h3.hero.smaller_for_iphone2 {
	font-size: 4em;
}
h3.hero.smaller_for_iphone3 {
	font-size: 3.25em;
}


}
@media  (width: 981px){
.block {
	padding-top: 4em;
	padding-left: 4em;
	padding-right: 4em;
}
h3.hero.smaller_for_iphone {
	font-size: 4em;
}

}
@media  (min-width: 769px){
.block {
	padding-top: 7em;
	padding-left:7em;
	padding-right: 7em;
}
}
@media  (width: 800px){
.block {
	padding-top: 3em;
	padding-left: 3em;
	padding-right: 3em;
}
h3.hero.smaller_for_iphone {
	font-size: 3em;
}
}
@media  (width: 768px){
.block {
	padding-top: 10em;
	padding-left: 2em;
	padding-right: 2em;
	/* [disabled]padding-bottom: 5em; */
}
h3.hero.smaller_for_iphone {
	font-size: 3em;
}
h3.hero.smaller_for_iphone3 {
	font-size: 3.85em;
}
}
@media  (width: 736px){
.block {
	padding-top: 2em;
	padding-left:2em;
	padding-right: 2em;

}
}
@media  (width: 667px){
.block {
	padding-top: 2em;
	padding-left: 2em;
	padding-right: 2em;

}
#galleryimg {
	background-image: url(../img/regattapano.jpg);
	/* [disabled]-moz-box-shadow: 0 0 5px #000000; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #000000; */
	/* [disabled]box-shadow: 0 0 5px #000000; */
	/* [disabled]border-radius: 4px; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100vh;	
}
}

@media  (width: 1024px){
.block {
	padding-top: 20em;
	padding-left: 2em;
	padding-right: 2em;
	/* [disabled]padding-bottom: 5em; */
}

#galleryimg {
	background-image: url(../img/regattapano.jpg);
	/* [disabled]-moz-box-shadow: 0 0 5px #000000; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #000000; */
	/* [disabled]box-shadow: 0 0 5px #000000; */
	/* [disabled]border-radius: 4px; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100vh;	
}


}
@media  (width: 694px){
.block {
	padding-top: 5em;
	padding-left: 2em;
	padding-right: 2em;
	/* [disabled]padding-bottom: 5em; */
}
}
@media  (max-width: 1289px){
.block {
	padding-top: 4em;
	padding-left: 4em;
	padding-right: 4em;


}
}
h2.hero {
	text-shadow: 1px 2px 5px rgba(0,0,0,.25);
	color: #EA5D3F;
}
h3.hero {
	text-shadow: 1px 2px 5px rgba(0,0,0,.25);
	color: #64624F;
	font-size: 5em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: .8em;
}
aside {
	padding: 50px 0
}
.no-padding {
	padding: 0
}
.navbar-default {
	/* [disabled]background-color: #fff; */
	/* [disabled]border-color: rgba(34,34,34,.05); */
	transition: all .35s;
	background-image: url(../img/TopBG.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.btn-default, .portfolio-box .portfolio-box-caption {
	-webkit-transition: all .35s;
	-moz-transition: all .35s;


}
.navbar-default .navbar-header .navbar-brand {
	color: #F05F40;
	font-weight: 700;
	text-transform: uppercase
}
.navbar-default .navbar-header .navbar-brand:focus, .navbar-default .navbar-header .navbar-brand:hover {
	color: #eb3812
}
.navbar-default .navbar-header .navbar-toggle {
	font-weight: 700;
	font-size: 12px;
	color: #52513e;
	text-transform: uppercase
}
.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	color: #52513e
}
.navbar-default .nav>li>a:focus:hover, .navbar-default .nav>li>a:hover {
	color: #F05F40
}
.navbar-default .nav>li.active>a, .navbar-default .nav>li.active>a:focus {
	color: #F05F40!important;
	background-color: transparent
}
.navbar-default .nav>li.active>a:focus:hover, .navbar-default .nav>li.active>a:hover {
	background-color: transparent
}
.navbar-default {
	background-color: rgba(255,255,255,.0);
	border-color: rgba(255,255,255,.0)
}
@media (min-width:768px) {
.navbar-default {
	/* [disabled]background-color: rgba(150,205,208,.30); */
	/* [disabled]border-color: rgba(255,255,255,.0); */
}
.navbar-default .navbar-header .navbar-brand {
	color: rgba(255,255,255,.9)
}
.navbar-default .navbar-header .navbar-brand:focus, .navbar-default .navbar-header .navbar-brand:hover {
	color: #fff
}
.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
	color: #53523f
}
.navbar-default .nav>li>a:focus:hover, .navbar-default .nav>li>a:hover {
	color: #F05F40
}
.navbar-default.affix {
	/* [disabled]background-color: rgba(150,205,208,.30); */
	/* [disabled]border-color: rgba(34,34,34,.05); */
}
.navbar-default.affix .navbar-header .navbar-brand {
	color: #F05F40;
	font-size: 14px
}
.navbar-default.affix .navbar-header .navbar-brand:focus, .navbar-default.affix .navbar-header .navbar-brand:hover {
	color: #eb3812
}
.navbar-default.affix .nav>li>a, .navbar-default.affix .nav>li>a:focus {
	color: #52513e
}
.navbar-default.affix .nav>li>a:focus:hover, .navbar-default.affix .nav>li>a:hover {
	color: #F05F40
}
}
header {
	min-height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	/* [disabled]background-image: url(../img/Regatta1.jpg); */
	color: #fff;	
}
.overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+19,ffffff+32&1+19,0+32 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 19%, rgba(255,255,255,0) 32%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 19%,rgba(255,255,255,0) 32%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 19%,rgba(255,255,255,0) 32%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right:0;
    top:0;
    z-index: 1;
}
header .header-content {
	padding: 100px 15px
}
header .header-content .header-content-inner h1 {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px
}
header .header-content .header-content-inner hr {
	margin: 30px auto
}
header .header-content .header-content-inner p {
	font-weight: 300;
	color: rgba(255,255,255,.7);
	font-size: 16px;
	margin-bottom: 50px
}
@media (min-width:768px) {
	
header {
	min-height: 100%
}
header .header-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 50px
}
header .header-content .header-content-inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}
header .header-content .header-content-inner h1 {
	font-size: 50px
}
header .header-content .header-content-inner p {
	font-size: 18px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto
}
}
.section-heading {
	margin-top: 0;
	
}
.service-box {
	max-width: 400px;
	margin: 50px auto 0
}
@media (min-width:992px) {
.service-box {
	margin: 20px auto 0
}
}
.service-box p {
	margin-bottom: 0
}
.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.portfolio-box .portfolio-box-caption {
	color: #fff;
	opacity: 0;
	display: block;
	border: rgba(120,177,180,.8);
	border-width: 10px;
	border-style: solid;
		/* [disabled]background: rgba(80,141,151,.9); */
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	transition: all .35s;
	-webkit-box-shadow: inset 0 0px 5px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0px 5px 5px rgba(0,0,0,0.3);
    box-shadow: inset  0 0px 5px 5px rgba(0,0,0,0.3);
			text-shadow: 0px 0px 5px rgba(0,0,0,.95);
	
	/* [disabled]-webkit-box-shadow: inset 0 0px 10px 5px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 0px 10px 5px rgba(255,255,255,0.3);
    box-shadow: inset  0 0px 10px 5px rgba(255,255,255,0.3);*/
}
#docs .portfolio-box .portfolio-box-caption {
	border: rgba(255,255,255,.8);
	border-width: 5px;
	border-style: solid;
	background: rgba(80,141,151,.9); 

}

.btn-default.active, .btn-default:active, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-default, .open>.dropdown-toggle.btn-primary {
	background-image: none
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-family: 'Rajdhani', sans-serif;
	padding: 10px;
	line-height: 1em;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px;
		font-weight: 600;

}
.portfolio-box:hover .portfolio-box-caption {
	opacity: 1;
}
.portfolio-box:focus {
	outline: 0
}
@media (min-width:768px) {

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 16px
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 22px
}	
#bigpadding {
	padding-top: 3em;
}
}

.call-to-action h2 {
	margin: 0 auto 20px
}
.text-primary {
	color: #F05F40
}
.no-gutter>[class*=col-] {
padding-right:0;
padding-left:0
}
.btn-default {
	color: #508D96;
	background-color: #fff;
	border-color: #fff;
	transition: all .35s
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
	color: #F05F40;
	background-color: #f2f2f2;
	border-color: #ededed
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #fff
}
.btn-default .badge {
	color: #fff;
	background-color: #222
}
.btn-primary {
	color: #fff;
	background-color: #F05F40;
	border-color: #F05F40;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s
	
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #ee4b28;
	border-color: #ed431f
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #F05F40;
	border-color: #F05F40
}
.btn-primary .badge {
	color: #F05F40;
	background-color: #fff
}
.btn {
	border: none;
	border-radius: 300px;
	font-weight: 700;
	text-transform: uppercase
}
.btn-xl {
	padding: 15px 30px
}

.btn-xxl {
	padding: 15px 30px;
	font-size:1.5em;
}
::-moz-selection {
color:#fff;
text-shadow:none;
background:#222
}
::selection {
	color: #fff;
	text-shadow: none;
	background: #222
}
img::selection {
	color: #fff;
	background: 0 0
}
img::-moz-selection {
color:#fff;
background:0 0
}

/*---------- d. testimonial -----------*/
#testimonial {
	background-image: url(../img/watergatepool_sm.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 550px;
}
.list-testimonial {
  display: block;
  width: 100%;
}
.list-testimonial .content-testimonial {
  text-align: center;
  color: #ffffff;
}
.list-testimonial .content-testimonial .testi {
  font-size: 16px;
  line-height: 46px;
  letter-spacing: 2px;
}
.list-testimonial .content-testimonial .people {
  font-size: 14px;
  margin-top: 30px;
  letter-spacing: 2px;
  color: #B7B7B7;
  font-weight: 700;
}
.mask-testimonial{
  background-color: rgba(47, 47, 47, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wrap-testimonial{
  z-index: 1;
  position: relative;
}
.document_title {
	line-height: 1;
	color: #508D96;
	font-size: 1.2em;
	height: 60px;
	
}
#docs .document_title {
	line-height: 1;
	color: #508D96;
	font-size: 1.2em;
	height: 60px;
	
}
.document_title a:hover {
	color:#fff;
	text-decoration:none;
}
@media (min-width:768px) and (max-width:991px) {
	.navbar-nav>li {
	width:85px;
	margin:0px;
}
.navbar-nav {
	padding:0px;
}

}
@media (max-width:767px)  {
.text_center_small_screen {
	text-align: center;
}
}
.back-to-top {
    cursor: pointer;
	z-index:100000;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	color:rgba(255, 255, 255, 0.75);
	background-color:rgba(238, 238, 238, 0.25);
	text-shadow: 0px 0px 5px rgba(0,0,0,.25);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}
.btn-circle {
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
  line-height: 2.00;
  border-radius: 30px;
}
.innershadow {
	-webkit-box-shadow: inset 0 20px 10px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 10px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 10px -20px rgba(0,0,0,0.8);
}
.orange {
	color: #ee4b28;
	font-size: 27px;
}
.orange2 {
	color: #F05F40;
	text-shadow: 0px 1px 3px rgba(0,0,0,.975);
}
.green {
	color: #508D96;
		text-shadow: 0px 0px 5px rgba(0,0,0,.25);

}
.armygreen {
	color: #807B61;
		text-shadow: 0px 0px 5px rgba(0,0,0,.25);

}
#condo1photos .portfolio-box .portfolio-box-caption {
	background: rgba(128,123,97,.0);
	border: rgba(80,141,150,.8);
	border-width: 10px;
	border-style: solid;
		text-shadow: 0px 0px 5px rgba(0,0,0,.95);

}

#condo2photos .portfolio-box .portfolio-box-caption {
	background: rgba(128,123,97,.0);
	border: rgba(128,123,97,.8);
	border-width: 10px;
	border-style: solid;
			text-shadow: 0px 0px 5px rgba(0,0,0,.95);

}

.turquoise {
	color: #78B1B4;
	text-shadow: 0px 0px 5px rgba(0,0,0,.25);
}
#condo3photos .portfolio-box .portfolio-box-caption {
	background: rgba(120,177,180,.0);
	border: rgba(120,177,180,.8);
	border-width: 10px;
	border-style: solid;
			text-shadow: 0px 0px 5px rgba(0,0,0,.95);

}
@media screen and (max-width: 768px) {
.smaller_text_for_phones {
	font-size: 0.6em;
	line-height: 0.8em;	
}
.bigger_text_for_phones {
	font-size: 1.5em;
	line-height: 1.5em;	
}
}

.xs_heading {
	padding-top:50px;
}

.xs_heading p {
	color:#fff;
	font-size:1.3em;
	text-shadow: 0px 0px 20px rgba(0,0,0,.95);
	line-height:1.2em
}
	
.xs_heading h3.hero  {
	color:#96CCD0;
	text-shadow: 0px 0px 5px rgba(0,0,0,.95);

}
.xs_heading h2.hero  {
	color:#fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,.95);

}
.indented {
	color:#377078;
		text-shadow: 0px 1px 2px rgba(255,255,255,.75);

	
}
<!-- REAL ESTATE TEXT -->
@keyframes blink {
    0% {
           color: rgba(74,136,145,1)
    }
    50% {
           color: rgba(74,136,145,0.5)
    }
    100% {
           color: rgba(74,136,145,1);
    }
}
@-webkit-keyframes blink {
    0% {
           color: rgba(74,136,145,1)
    }
    50% {
           color: rgba(74,136,145,0.5)
    }
    100% {
           color: rgba(74,136,145,1);

    }
}

#mainNav .container-fluid #bs-example-navbar-collapse-1 .nav.navbar-nav.navbar-right li .page-scroll .real_estate_text {
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-animation:blink normal 0.8s infinite ease-in-out;
    /* Firefox */
    -webkit-animation:blink normal 0.8s infinite ease-in-out;
    /* Webkit */
    -ms-animation:blink normal 0.8s infinite ease-in-out;
    /* IE */
    animation:blink normal 0.8s infinite ease-in-out;
    /* Opera */
}
#mainNav .container-fluid #bs-example-navbar-collapse-1 .nav.navbar-nav.navbar-right li .page-scroll .real_estate_text:hover {
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:none;
    -ms-transition:none;
    transition:nonet;
    -moz-animation:none;
    /* Firefox */
    -webkit-animation:nonet;
    /* Webkit */
    -ms-animation:v;
    /* IE */
    animation:none;
    /* Opera */
}

