
html {
 scroll-behavior: smooth; 
 font-size: 18px;
}
body {
	background-color:#242879;
	
        margin: auto;
	background-image:url(/img/bluegrad1.png); 
	background-attachment:fixed;
	background-repeat: repeat;
	background-position:top;      
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px; 
}
h1 {
    color: #006; 
}

p {
    font-size: 18px;
}
.centered {
	text-align:center;
}
.tangerine {
	font-family: 'Tangerine', cursive;
}
.container-fluid {
    	-webkit-box-shadow: 0 0 8px #222;
	box-shadow: 0 0 8px #222;
	background-image:url(/img/trans-40-wht.png);
	border-radius:0 0 15px 15px;
        max-width:1920px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 1px;
        width:98%;
        max-width:1820px;
        margin: auto;
	margin-bottom:20px;
        
}
.row {
	margin:12px auto;
	border-radius:7px;
}

.trans {
	background-image:url(/img/trans-wht-70.png);
}
.trans70 {
	background-image:url(/img/trans-wht-70.png);
}
.rounded7 {
	border-radius:7px;
}
.rounded10 {
	border-radius:7px;
}
.rounded15 {
	border-radius:15px;
}
.mypad {
	padding:10px;
}
.line {
	height:1px;
	width:85%;
	margin:10px auto;
	background-color:#999;
}
.caps {
	text-transform:capitalize;
}

img {
	width:auto;
	max-width:100%;
	height:auto;
	margin:0;
	padding:0;
	border:none;
	line-height:normal;
	
	
}
.imgholder, .imgl, .imgr {
	padding:4px;
	border:1px solid #88BFE8; 
	text-align:center;
	margin:2px;
        border-radius:4px;
	
}
.imgl {
	float:left;
	margin:0 15px 15px 0;
	clear:left;
}
.imgr {
	float:right;
	margin:0 0 15px 15px;
	clear:right;
}

.proppicsrap {
	width:100%;
	max-width:90%;
	min-width:240px;
	margin:0 auto;
	padding:5px;
	
}
.proppic {
	width:100%;
	max-width:556px;      
	
}

.rentalproppic {
	width:100%;
	max-width:325px;
	
}

.propthumb {
		width:100%;
	
}
.bc-logo {
	width:100%;
	max-width:495px;
	height:auto;
	margin:0 auto;

}

a.addy:link, a.addy:visited {
	display:block;
	color: #fff;
	border-radius:12px;
	font-size:18px;
	padding:3px 10px;
	font-weight:bold;	
	background:#28478B;
	text-decoration:none;
	text-transform:uppercase;
	border: #222 1px solid;

}
a.addy:hover, a.addy:active, a.addy:focus {
	color:#FC0;
}
@media(max-width:992px) {
	a.addy:link, a.addy:visited {
		text-align:center;
	}
}
a.maplink:link, a.maplink:visited {
	display:block;
	background-color: #0E3959;
	color: #CCCCCC;
	border-radius:12px;
	font-size:16px; 
	padding:3px 10px;
	font-weight:bold;
	max-width:320px;
	margin:0 auto 5px auto;
	text-align:center;
	
 }
 a.maplink:hover, a.maplink:active {
	 color:#FC0;
}

@media(max-width:768px) {
	.myline {
	width:90%;
	height:1px;
	background-color:#999;
	margin:20px auto;
	clear:both;
}
}


.box-shadow {
	-webkit-box-shadow: 0 0 8px black;
	box-shadow: 0 0 8px black;
}

.txt-shadow {
	text-shadow: 1px 1px 1px black, 0 0 1px black, 0 0 2px black;
}
.selecthome {
	width:100%;
	font-size:18px;
}
.inputapp, .inputtxt {
	width:75%;
	font-size:18px;
	max-width:300px;
}
select {
	border-radius:5px;
	border:1px #CCC solid;
}
.center {
	text-align:center;
}
.boxblue {
	background-color:#0CF;
	border-radius:15px;
}
@media(max-width:768px) {
    .hideunder768 {
        display: none;        
    }
}
@media(min-width:768px) { 
    .hideover768 {
        display: none;        
    }
}
                         
                         
                         
a.newsletterbutton:link, a.newsletterbutton:visited {
	margin:5px auto;
	display:block;
	border-radius:7px;
	padding:2px 3px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	border:#DFF0D8 1px solid;
	-webkit-box-shadow: 0px 1px 2px #222;
	box-shadow: 0px 1px 2px #222;
	text-decoration:none;
	color:#FFF;
	text-shadow: 1px 1px 2px #222, 1px 1px 2px #222, 1px 1px 2px #222;
	
	background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

}
a.newsletterbutton:hover, a.newsletterbutton:focus {
	-webkit-box-shadow: 0px 0px 1px #222;
	box-shadow: 0px 0px 1px #222;
	border:#ccc 1px solid;
	color:#FC0;
}
.boxshadow {
	-webkit-box-shadow: 2px 2px 4px black;
	box-shadow: 2px 2px 4px black;
}
.txtshadow {
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}
.navcenter {
    border: 0 solid #CCCCCC;
    margin: 0 auto;
    width:100%;
    max-width: 975px;
}
.navbrand {
	float:left;
	width:145px;
	color:#fc0;
	font-size:20px;
	font-weight:bold;
	margin:10px 10px 0 13px;
	border:#CCC 0px solid; 
}
.navbrandr {
	float:right;
	width:auto;
	color:#fc0;
	font-size:20px;
	font-weight:bold;
	margin:11px 15px 0 13px;
}
@media(max-width:768px) {
	.navbrand {
		display:none;
	}
}

@media(min-width:768px) {
	.navbrandr {
		display:none;
		float:right;
		font-size:20px;
	}
}
@media(min-width:240px) and (max-width:410px) {
	.page-header{
		margin:60px 0 20px;
	}
}

@media(max-width:768px){
	.myhide {
		display:none;
	}
}
.copyright {
	text-align:center;
	font-size:10px;
	letter-spacing:1px;
	margin:10px auto;
	max-width:768px;
	
}
li.divider {
	height:1px;
	background-color:#ccc;
}
.footer, .footer a {
	background-color:#1553A6;
	color:#eee;
}
@media(max-width:640px){
	h1 {
		font-size:55px;
	}
	h2 {
		font-size:40px;
	}
	h3 {
		font-size:30px;
	}
}



h2.heading {
	font-size:45px;
	font-weight:bold;
	color: #1553A6;
}

.dark-blue {
	background-color:#142143;
}


.border-right {
	border-right:#39C 1px solid;
}
@media(max-width:992px){
	.border-right {
	border-right:#39C 0px solid;
}
}
.headeraddy {
	border:#999 0px solid;
	text-align:center;
	margin:15px auto 0 auto;
	color:#eee;
	font-weight:bold;
	font-size:15px;
}

.addy {
	border:#999 0px solid;
	text-align:center;
	margin:15px auto 0 auto;
	color: #006;
	font-weight:bold;
	font-size:15px;
}
@media(max-width:768px){
	.headeraddy { 
	font-size:14px;
}
}
a.headerrentalbutton:link, a.headerrentalbutton:visited{
	min-height:30px;	
	margin:15px auto 7px auto;
	display:block;
	border-radius:7px;
	padding:2px 3px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	border:#DFF0D8 1px solid;
	-webkit-box-shadow: 0px 1px 2px #222;
	box-shadow: 0px 1px 2px #222;
	text-decoration:none;
	color:#FFF;
	text-shadow: 1px 1px 2px #222, 1px 1px 2px #222, 1px 1px 2px #222;
	
	
	background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	}
a.headerrentalbutton:hover, a.headerrentalbutton:active, a.headerrentalbutton:focus{
	color:#FC0;
	-webkit-box-shadow: 0px 0px 1px #222;
	box-shadow: 0px 0px 1px #222;
}


a.quicksearch:link, a.quicksearch:visited{
	min-height:30px;	
	margin:3px auto 7px auto;
	display:block;
	border-radius:7px;
	padding:2px 3px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	border:#DFF0D8 1px solid;
	-webkit-box-shadow: 0px 1px 2px #222;
	box-shadow: 0px 1px 2px #222;
	text-decoration:none;
	color:#FFF;
	text-shadow: 1px 1px 2px #222, 1px 1px 2px #222, 1px 1px 2px #222;
	
	
	background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	}
a.quicksearch:hover, a.quicksearch:active, a.quicksearch:focus{
	color:#FC0;
	-webkit-box-shadow: 0px 0px 1px #222;
	box-shadow: 0px 0px 1px #222;
}
.right-arrow {
	background-image:url("/img/blue_right-sm.png");
	margin-top:0px;
	width:26px;
	height:25px;
	float:left;
	display:block;
}
@media(min-width:768px) and (max-width:1024px) {
	.page-header{
		margin:65px 0 20px;
	}

}
@media(min-width:240px) and (max-width:410px) {
	.page-header{
		margin:60px 0 20px;
	}
}
h1.salesheader {
	font-size:40px;
}
.mypagination, .mypagination a {
	text-align:center;
	clear:both;
	margin:10px auto;
	background-color:#28478B;
	padding:5px;
	max-width:320px;
	border-radius:15px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
}
a.tour:link, a.tour:visited {
	display:block;
	border: #ccc 1px solid;
	background-color:#FFF;
	border-radius:12px;
	padding:3px 10px;
	max-width:230px;
	text-decoration:none;
	font-weight:bold;

}
a.tour:hover, a.tour:active {
	background-color:#eee;
}

a.emphlink:link, a.emphlink:visited {
	display:block;
	border: #ccc 1px solid;
	background-color:#FFF;
	border-radius:12px;
	padding:3px 10px;
	text-decoration:none;
	font-weight:bold;
	margin:2px auto;

}
a.emphlink:hover, a.emphlink:active, a.emphlink:focus {
	background-color:#eee;
}



a.maplink:link, a.maplink:visited {
	display:block;
	background-color: #0E3959;
	color: #CCCCCC;
	border-radius:12px;
	font-size:16px; 
	padding:3px 10px;
	font-weight:bold;
	max-width:320px;
	margin:0 auto 5px auto;
	text-align:center;
	
 }
 a.maplink:hover, a.maplink:active {
	 color:#FC0;
}
small {
	font-family:Verdana, Geneva, sans-serif;
	color:#1553A6;
	font-size:.4em;
}

.detailpagewrap {
	background-image:url(/img/trans-60-wht.png);
}
.amenities {
	font-size:35px;
	color:#1553A6;
	font-weight:bold;
}
a.maplink:link, a.maplink:visited {
	display:block;
	background-color: #0E3959;
	color: #CCCCCC;
	border-radius:12px;
	font-size:16px; 
	padding:3px 10px;
	font-weight:bold;
	max-width:320px;
	margin:0 auto 5px auto;
	text-align:center;
	
 }
 a.maplink:hover, a.maplink:active {
	 color:#FC0;
}
.fullwidth {
	width:100%;
	margin:0 auto;
}
.transform:hover {
	transform:scale(1.05);
    -ms-transform:scale(1.05); /* IE 9 */
    -moz-transform:scale(1.05); /* Firefox */
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -o-transform:scale(1.05); /* Opera */
}

a.agentthumb {
	max-width:85px;
}
a.b2t {
	font-size:16px;
	border:#CCC 1px solid;
	border-radius:7px;
	padding:3px 7px;
}

.availability {
	display:block;
	color: #C00;
	background-color:#fff;
    font-weight: bold;
	width:250px;
    margin:0 auto;		
	border-color:#ccc;
	font-weight:bold;
	margin:10px auto;
	border:#333 1px solid;
	text-align:center;
	padding:5px 10px;
	border-radius:10px;
}

@media (min-width: 980px) {
 .dropdown-menu .sub-menu {
 	left: 100%;
	 position: absolute;
	 top: 0;
	 visibility: hidden;
	 margin-top: -1px;
}
}
 .dropdown-menu li:hover .sub-menu {
	 visibility: visible;
}
 .dropdown:hover .dropdown-menu {
	 display: block;
}
 .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
	 margin-top: 0;
}
 .navbar .sub-menu:before {
	 border-bottom: 7px solid transparent;
	 border-left: none;
	 border-right: 7px solid rgba(0, 0, 0, 0.2);
	 border-top: 7px solid transparent;
	 left: -7px;
	 top: 10px;
}
.navbar .sub-menu:after {
	 border-top: 6px solid transparent;
	 border-left: none;
	 border-right: 6px solid #fff;
	 border-bottom: 6px solid transparent;
	 left: 10px;
	 top: 11px;
	 left: -6px;
}

.navbar-nav > li > .dropdown-menu {
	/* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

	/* Netscape */
 	 -moz-opacity: 0.90;
	/* Safari 1.x */
 	 -khtml-opacity: 0.90;
	/* Good browsers */
 	 opacity: 0.90;
}
a.transpic:link img {
	max-width: 100%;
	margin: 20px auto;
	border-radius: 10px;
	transition: all .2s ease-in-out;
	border: #222 1px solid;
}
a.transpic:hover img {
	box-shadow: 0 0 6px #666;
	-webkit-box-shadow: 0 0 4px black;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
/* BEGIN nav dropdown animate */ 
 @media (min-width: 992px) {
  .animate {
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
  .dropdown:hover .dropdown-menu {
	display: block;
}

}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
/* END nav dropdown animate */




