/*========Bootstrapy like rules =====*/
.brand-bg-color1{background: #009fc3 }
.brand-bg-color2{background: #000} 
	
.brand-bg-light{background: #F8F8F8;}

.text-light a.textlink,
.text-light h2,
.text-light h3,
.text-light{color: #fff !important;}
.text-dark{color: #000;}



#listing-header {
	margin-top: 12px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-height:100%;
}

/* ========= Added styles ===*/




.news-ticker{
	background: #009fc3;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}
.news-ticker h2,
.news-ticker h3{
	color: #fff;
	
}
.news-ticker a.textlink{
	display: inline-block;
	border: 1px solid #fff;
	padding: 5px 12px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.news-ticker a.textlink:hover{
	text-decoration: none;
	color: #009fc3;
	background: #fff;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.6);
}
.news-ticker span{
  display: inline-block;
	background:#E87B7D;
	color: #fff;
	padding: 10px 12px;
	border-radius: 10px;
	opacity: 1;
	-moz-animation: pulse 2s ease-in 10 alternate;
	-webkit-animation: pulse 2s ease-in 10 alternate;
	animation: pulse pulse 2s ease-in 10 alternate;
}
@-moz-keyframes pulse{
	0%{opacity: 1 }
	100%{opacity: 0.7 }
	0%{opacity: 1 }
}
@-webkit-keyframes pulse{
	0%{opacity: 1 }
	100%{opacity: 0.7 }
	0%{opacity: 1 }
}
@keyframes pulse{
	0%{opacity: 1 }
	100%{opacity: 0.7 }
	0%{opacity: 1 }
}
/*====== Google Rev Btn ====== */

.goggl-rev-btn{
background: transparent;
text-align: center;
padding-bottom: 20px;
}
.goggl-rev-btn h3,
.goggl-rev-btn h2{
	font-size: 16px;
}

.goggl-rev-btn img{
display: block;
margin: 0 auto;
}

/* === end Google Rev Btn ===*/


/* ==== Live Star Rating ====*/
.liveStarRating {
	text-align: center;
}
.liveStarRating  h2{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
.liveStarRating{
	display: flex;
	justify-content: center;
	vertical-align: middle;
	text-align: center;
}
.liveStarRating .check-control{
	display: inline-block;
	/*background: green;*/
	margin: 0 auto;
	margin-bottom: 10px; 
}
.liveStarRating .check-control > span{
	font-size: 25px; /*star size*/
	margin: 0 5px;/* space between stars*/
	
}
.liveStarRating .check-control span.fa{
	color: #BABAB7; /*adjust other stars color here */
	
}
.liveStarRating .check-control span.checked{
 /* color: orange;	default */
	color: #009fc3;
}

.liveStarRating .btn-default-color{
	
}


/* end added ===============*/
#banner-container {
	background-position:center;
}
.footer-listings li .image {height: 45px; top:6px;}

/* Property Carousel Hover */
.owl-controls .owl-buttons div.owl-prev:hover,
.owl-controls .owl-buttons div.owl-next:hover {
  background: #555555;
  color: #ffffff;
}

.multibranch-selector ul {
  top: 25px;

  background-color: #009fc3;

}

.nav-tabs {
 display: block;
}
/* #Resize Logo Option 
.nav-logo img{
	height:100px;
}
.nav-logo {
	height:100px;
	margin:0;
}
#nav-section.shrink {
  min-height: 70px;
}
#nav-section.shrink .nav-logo img {
  height: 65px;
}
#nav-section.shrink .navbar-nav > li > a {
  line-height: 70px;
}
.shrink #nav-mobile-btn {
  margin-top: 20px;
    margin-bottom: 20px;
}
*/
/* #Logo and Menu Background */
.nav-logo img{
	height:85px;
}
.nav-logo {
	height:85px;
}

.navbar {
	margin: 0;
}

/* # Navigation */
.navbar-nav > li > a {
  padding: 0px 10px;
  display: block;
  color: #000;
  line-height: 105px;

  text-transform: uppercase;

}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li > a.active {
  background-color: transparent;
  color: #009fc3;
}

.navbar-nav > li:nth-last-child(1) > a::after{
	content: " ";
	font-size: 7px;
	background: #E87B7D;
	padding: 0 3px;
	width: 12px;
	height: 12px !important;
	display: inline-block;
    color: #fff;
	border-radius: 50px;
	position: relative;
	top:0;
	opacity: 1;
	-moz-animation: dotpulse 1.3s ease-in-out 15 alternate forwards ;
	-webkit-animation: dotpulse 1.3s ease-in-out 15 alternate forwards ;
	animation: dotpulse 1.3s ease-in-out 15 alternate forwards ;
}
@-moz-keyframes dotpulse {
	0%{opacity: 1}
	100%{opacity: 0}
	
}
@-webkit-keyframes dotpulse {
	0%{opacity: 1}
	100%{opacity: 0}
	
}
@keyframes dotpulse {
	0%{opacity: 1}
	100%{opacity: 0}
	
}
/* Drop Down Box Font Size */

.chzn-container-single .chzn-single  {
	font-size: 14px;
	
}


/* Featured Properites Anemity Font Size */
.carousel-style1 .item .amenities li {
	font-size: 14px;
}

/* # Headings and Paragraphs */

.section-title,
.section-highlight {
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
  margin-top: 12px;
  text-align: center;
  clear: both;
  display: inline-block;
  width: 100%;
}
.section-title {
	font-size:32px;
}
.section-highlight {
	font-size:26px;
}
.section-title:before, .section-highlight:before, .section-title:after, .section-highlight:after {
		background: none;
		  content: " ";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0px;

}


.main {
	padding-top: 0;
}

/* # Body text */
body {
  font-size: 16px;
 
}
h3,h4 {
	padding: 0.7em 0;
}




/* # Text Link Text Colour*/

	a {
		color:#009fc3;
	}
	a:hover {
		color:#555555;
	}
	
/* # Footer Text */

.footer-contacts li {
  font-size: 15px;
    color: #009fc3;
}
#footer-top a {
  color: #009fc3;
}
#footer-top a:hover {
  color: #5b5b5b;
  text-decoration: none;
}


/* # Property Details Page */
#property-detail-large .item img {
	border: 1px solid #ffffff;
}
#property-detail-wrapper {
	border: 1px solid #ededed;
	background: #f5f5f5;
}
.lettingfees a, .lettingfees a:active, .lettingfees a:visited{
	color: #ffffff;
	text-decoration:underline;

}
.lettingfees a:hover{
	color: #ededed;
	text-decoration:underline;
}

/* # Property Status */
.status-available{
	background: url("Statusgreen.png");
}
.status-underoffer {
	background: url("Statusorange.png");
}
.status-exclusive {
	background: url("Statuspurple.png");
}
.status-sold {
	background: url("Statusred.png");
}
.status-newinstruction {
	background: url("Statuspurple.png");
}
.status-let {
	background: url("Statusred.png");
}
.status-notavailable {
	background: url("Statusred.png");
}


/* # Price Tags  */
.carousel-style1 .item .price {
  position: absolute;
  top: 10px;
  font-size: 14px;
  left: 10px;
  background-color: #455560;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.carousel-style1 .item .price span{
	font-size: 15px;
}
.carousel-style1 .item .price:before {
  border-width: 0;
}

.grid-style1 .item .price,
.grid-style2 .item .price,
.list-style .item .price,
.grid-style1 .item .tag,
.grid-style2 .item .tag,
.list-style .item .tag {
  position: absolute;
  top: 10px;
  left: 20px;
  background-color: #455560;
  color: #fff;
  font-size: 15px;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  
}
.grid-style1 .item .price,
.grid-style2 .item .price {
	font-size: 13px;
}
.grid-style1 .item .price span,
.grid-style2 .item .price span {
	font-size:14px;
}
.grid-style1 .item .price span,
.grid-style2 .item .price span,
.list-style .item .price span,
.grid-style1 .item .tag span,
.grid-style2 .item .tag span,
.list-style .item .tag span{
	font-size:16px;
}
.grid-style1 .item .price:before,
.grid-style2 .item .price:before,
.list-style .item .price:before,
.grid-style1 .item .tag:before,
.grid-style2 .item .tag:before,
.list-style .item .tag:before {
  border-width: 0;

}
#property-detail-wrapper.style1 .price {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #455560;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
#property-detail-wrapper.style1 .price:before {

  border-width: 0;
}
/* # Property List Page */
.grid-style1 .item,
.grid-style2 .item,
.list-style .item {
  margin: 0 auto 43px;
  text-align: left;
  position: relative;
    -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  border: solid 1px #ededed;
  

}
/* # Team Page */
.agents-list .item .info {
  width: 100%;
  margin-left: 3%;
}

/* # Contact Page */
.sidebar {
	
  padding-top: 0px;
  padding-bottom: 80px;
}

/*Custom Button Class */

.button-but,
.button-but:focus {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.button-but:hover,
.button-but:active,
.button-but.active,
.open .dropdown-toggle.button-but{
  background-color: transparent;
  border-color: #009fc3;
  color: #009fc3;
}


.parallax {
	padding:85px 0 0 0;
}

	
	
/* # Testimonials */
.testimonials .item .text {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.6);

}

.testimonials .item .text:after {
  border-color: transparent rgba(255, 255, 255, 0.6) transparent transparent;
  _border-color: #000000 #00ff00 #000000 #000000;
}

/* # Action Box */
.action-box {
  background-color: #009fc3;
  padding: 40px 0;
  color: #fff;
  position: relative;
}
.action-box h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
}
.action-box a.textlink{
	color: #fff;
}

.action-box .btn-default {
    font-size: 24px;
    padding: 7px 12px;
    height: auto;
    background: rgba(255, 255, 255, 0.6);
    color: #009fc3 !important;
    border-color: #fff;
    /* text-shadow: 2px 4px 3px rgba(0,0,0,0.3); */
}
.action-box .btn-default:hover {
    height: auto;
    background: rgba(255, 255, 255, 1);
    color: #009fc3 !important;
    border-color: #fff;
    /* text-shadow: 2px 4px 3px rgba(0,0,0,0.3); */
}

@media screen and (max-width: 480px){
	.action-box .btn-default {
		font-size: 21px;
		padding: 5px 7px;}
}
/*  Big Button Panel */
.colored-bg:before
{
  background-color: #009fc3;
}
.property-large-buttons2 li {
  width: 75%;

  color: #009fc3;
}
.aw-adjust{
	padding-bottom: 5px
}

/* # Slider Text */

.slider-title-light{
	font-family: 'Sarala', sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  line-height: 34px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
	background:#009fc3;
	padding: 5px 7px;
}
.slider-title-dark{
	font-family: 'Sarala', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  line-height: 34px;
   background:#009fc3;
	padding: 5px 7px;
}
.slider-title {
	font-family: 'Sarala', sans-serif;
  font-size: 34px;
  font-weight: 300;
  color: #009fc3;
  line-height: 34px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle
{
	
  color: #ffffff;
  font-size: 26px;
  font-weight: 300;
  line-height:26px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-title2 {
	font-family: 'Sarala', sans-serif;
  font-size: 34px;
  font-weight: 300;
  color: #009fc3;
  line-height: 34px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle2
{
  color: #000000;
  font-size: 26px;
  font-weight: 300;
  line-height:26px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-title3 {
	  font-family: 'Sarala', sans-serif;
  font-size: 36px;
	text-transform: uppercase;
  color: #009fc3;
  line-height: 48px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle3
{
  color: #009fc3;
  font-size: 38px;

  line-height: 34px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle4
{
  color: #009fc3;
  font-size: 12px;

  line-height: 34px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}


.btn-default{
	font-size: 36px;
	padding: 12px 15px;
	height: auto;
	background: rgba(255, 255, 255, 0.6);
	color: #009fc3 !important;
	border-color: #fff;
  /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
}



a.tp-caption.btn-default:hover, a.tp-caption.btn-lg:hover {
    color: #009fc3 !important;
	background: rgba(255, 255, 255, 1.0);
    height: auto !important;
}

.btn-default-tel{
	font-size: 36px;
	padding: 12px 15px;
	height: auto;
	background: rgba(255, 255, 255, 0.8);
	color: #009fc3 !important;
	border-color: #fff;
}
.btn-default-tel:hover{
	background: rgba(255, 255, 255, 0.8);
	color: #009fc3 !important;
	border-color: #fff;
}

/* # Form - field size */
#home-advanced-search{
	background: transparent;
}


.form-control-text .form-control{
	border: 2px solid #009fc3; /*rgba(255, 255, 255, 0.6);*/
	border-radius: none;

	color: #000;
	background: rgba(0, 0, 0, 0.1);/* #445263;*/
	
}
.form-control-propertytypegroup .chzn-single, /*new*/
.form-control-category .chzn-single,
.form-control-bedrooms .chzn-single,
.form-control-price .chzn-single,
.form-control-status .chzn-single
{
	border: none;
	border-radius: none;
	border-bottom: none;
	color: #000;
	background: none;
}
.form-control-propertytypegroup a.chzn-single div, /*new*/

.form-control-category a.chzn-single div,
.form-control-bedrooms a.chzn-single div,
.form-control-price a.chzn-single div,
.form-control-status a.chzn-single div
{
	color: #009fc3;
	
}

 
.form-control-propertytypegroup .chzn-container, /*new*/
.form-control-category .chzn-container,
.form-control-bedrooms .chzn-container,
.form-control-price .chzn-container,
.form-control-status .chzn-container{
	border-bottom: 2px solid #009fc3;
	-webkit-transition: border-bottom 1s ease;
	-moz-transition: border-bottom 1s ease;
	-ms-transition: border-bottom 1s ease;
	-o-transition: border-bottom 1s ease;
    transition: border-bottom 1s ease;
}

.form-control-propertytypegroup .chzn-container:hover,
.form-control-category .chzn-container:hover,
.form-control-bedrooms .chzn-container:hover,
.form-control-price .chzn-container:hover,
.form-control-status .chzn-container:hover {
	
	border-bottom: 2px solid #000;
}


.chzn-container-single .chzn-single div:after{
	border-left: none;
}



.form-group .btn-fullcolor, .form-group .btn-fullcolor:focus{
	background:#009fc3 ;
	color: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.8)!important;
	
}

.form-group .btn-fullcolor:hover{
	background: #000;
	box-shadow: 3px 3px 6px rgba(0,0,0, 0.3)!important;
	color: #fff;
}
/* # Partners Logos */

#partners {
  padding-top: 15px;
  background: #aaa;
}
#partners .item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 4px;
  padding: 10px 15px;
  vertical-align: middle;
}
/* # Top Contact Bar */
#topbar{
	color: #ffffff;
	background: #009fc3;
		text-decoration:none;
	padding: 2px 0 2px 0;

}
#topbar a, #topbar a:active, #topbar a:visited  {
	color: #ffffff;
		text-decoration:none;
}
#topbar a:hover {
	color: #000000;
	text-decoration:none;
}
.multibranch-selector {
  display: inline-block;
  position: relative;
}
.multibranch-selector span {
  padding-right: 12px;
    padding-left: 2px;
  position: relative;
  color: #ffffff;
}

.multibranch-selector ul {
  position: absolute;
  left: 0px;
  top: 26px;
  padding: 0 6px;
  margin: 0;
  z-index: 999;
  text-align: left;
  background-color: #444;
  color: #ffffff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.multibranch-selector ul li {
  margin: 0px !important;
  display: block !important;
}
.multibranch-selector ul li a {
  line-height: 33px;
  display: inline-block;
width: 220px;
}

.multibranch-selector:hover ul {
  max-height: 250px;
}
.home-bg {
	background: #009fc3 url("tile.png");
}
/* Feature Formatting */
.feature-bg {
		padding:48px 0 0 0;
		background: url('repeat.jpg');
}
.feature-bg .section-title{
		color: #ffffff;
}
.feature h3{
		color: #ffffff;
}
.feature:hover h3{
		color: #000000;
}
.feature-bg p{
		color: #ffffff;
}
.feature-bg .btn-default-color {
	color: rgba(0,0,0,0.5);
	border-color: rgba(0,0,0,0.5);
}
.feature-bg .btn-default-color:hover{
	color: #ffffff;
	border-color: #ffffff;
}
.feature i{
		color: #000000;
		border: 4px solid #000000;
}
.feature:hover i{
		color: #000000;
}
.feature i:after {
	  background: #000000;
}
.properties-bg {

	padding: 24px 0 24px 0;
  position: relative;
  background:  #efefef;
  width: 100%;
  height: 200%;
  background-repeat: repeat;
}
.testimonials-bg {
		padding: 24px 0 24px 0;
  position: relative;
  background:  #dddddd url('testimonial.jpg');
  width: 100%;
  height: 200%;

}
.testimonials-bg h2{

color: #ffffff;
}
.testimonials-bg .item{
font-size: 20px;
font-weight: 600;
color: #ffffff;
}
.testimonials-bg .item a{
text-decoration: none;
font-size:18px;
color: #333333;
}.testimonials-bg .item a:hover{
text-decoration: none;
color: #000;
}

/*stylin'*/
.testimonials .item .text {
  border: 5px solid #009fc3;
  font-style: italic;
  font-size: 18px;
  /*background-color: rgba(255, 255, 255, 0.6);*/
  background-color:#F5F5F5;
	border-radius: 15px;
}

.testimonials .item .text:after {
  border-color: transparent rgba(0,159,195, 0.7) transparent transparent;
  _border-color: #000000 #00ff00 #000000 #000000;
}



.testimonials .item .text:after{
    position: absolute;
    left: 19px;
    bottom: -28px;
    width: 0;
    height: 0;
    border-style: inset solid solid inset;
    border-width: 0 60px 28px 0;
    border-color: transparent rgba(0,159,195, 0.7) transparent transparent;
    line-height: 0px;
    _border-color: #000000 #F8F9FB #000000 #000000;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
   
}
/*---- Quote marks */
.testimonials .item .text p:before,
.testimonials .item .text p:after {
   font-family: '', sans-serif;
    font-size: 63px;
    position: absolute;
	color: #009fc3;
}

/* Social Sharing Button Colours */
.share-wraper .social-networks li a {
  font-size: 13pt;
  height: 30px;
  line-height: 30px;
  width: 30px;
   opacity:1.0;
}
.social-networks li a:hover {
    color: #ffffff !important;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#ctl00_ContentPlaceHolderMain_hypFacebook{
	background: #3b5998;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypTwitter{
	background: #55acee;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypGooglePlus{
	background: #dd4b39;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypPinterest{
	background: #cb2027;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypEmail{
	background: #747777;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypPrint{
	background: #747777;
	color: #ffffff;
	border: none;
}
#wrapper {
	box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.0);
}

@media (max-width: 1199px){
	.navbar-nav > li > a {
	padding: 0px 0px 0px 10px;	
	font-size: 14px;
	font-weight: 400;
}
}
.navbar-nav > li.dropdown > a .caret {
	border-right: 3px solid rgba(0, 0, 0, 0);
	border-top: 3px solid;
	margin-left: 2px;	
	border-left: 3px solid transparent;

}






#pageid0 #banner-container h1{
	font-size: 24px;
	color: #009fc3;
}


#banner-title{
	color: #fff;
	font-size: 23px;
}


@media (min-width: 768px) and (max-width: 991px) {
	#banner-title {
	font-size: 28px;		
}
}

@media (min-width: 992px) and (max-width: 1199px){
    #banner-title {
	font-size: 30px;			
}
}

@media (min-width: 1200px) { 
    #banner-title {
	font-weight: 300;
	font-size: 32px;
	top: 34px;
}
}



@media (max-width: 640px){
.nav-logo img{
	height:60px;
	margin:0;	
}
}

.carousel-style1 .item .image img {
       Height: 100% !important;
}

.carousel-style1 .item .image {
       Height: 236px !important;
}



/*========== Footer styles ======== */

#footer #copyright {
    background-color:#009fc3 ;
    padding: 24px 0;
    line-height: 33px;
}
#footer #copyright a:hover {
   color: #e4e4e4;
}


#footer-top .block h3{
	color:#009fc3; /*#0f1434; blue*/
	font-weight: bold;
} 
.footer-listings a[id],
.footer-links li a,
.footer-contacts li,
.footer-contacts li a{
	color: #009fc3 !important;
	
}
.footer-listings a[id]:hover,
.footer-links li a:hover,
.footer-contacts li:hover,
.footer-contacts li a:hover{
	color:#000 !important;
	
}
/* feature icons */
.carousel-style1 .item .amenities li [class^="icon-"],
.carousel-style1 .item .amenities li [class*=" icon-"]{
	color:#333;
}
.carousel-style1 .item .amenities li{
	color:#333;
}

.grid-style1 .item .amenities li [class^="icon-"],
.grid-style2 .item .amenities li [class^="icon-"],
.list-style .item .amenities li [class^="icon-"],
.grid-style1 .item .amenities li [class*=" icon-"],
.grid-style2 .item .amenities li [class*=" icon-"],
.list-style .item .amenities li [class*=" icon-"]{
	color: #333;
}
.grid-style1 .item .amenities li,
.grid-style2 .item .amenities li,
.list-style .item .amenities li,
.grid-style1 .item .amenities li,
.grid-style2 .item .amenities li,
.list-style .item .amenities li{
	color: #333;
}
/*for the - footer/copyright icons
#copyright  i.fa.fa-rss,
#copyright  i.fa.fa-instagram,
#copyright  i.fa.fa-linkedin,
#copyright  i.fa.fa-facebook{
	color: #000;
}
#copyright  i.fa.fa-rss:hover,
#copyright i.fa.fa-instagram:hover,
#copyright i.fa.fa-linkedin:hover,
#copyright i.fa.fa-facebook:hover{
	color: #AD96C4;
*/

#partners {
    padding-top: 15px;
    background:#333;
}



