.icons .float-end{
    display: none!important;
}

/* LOGIN PAGE */

body.login-page{
	float: left;
	width: 100%;
	background-color: #fff;
}

#login-container{
	width: 100%;
	height: auto;


}

.login-box{
	width: 100%;
	text-align: center;
}

.login-box p{
	font-size: 16px;
	font-weight: 700;
	color: #000;
	font-weight: 300;
}

.login-box label{
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.login-box fieldset{
	float: left;
	margin-top: 25px;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border: none;
	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	border-radius: 5px;
}

.login-box fieldset input{
	padding: 5px;
	background-color: #fff;
	border: 1px solid #000;

	font-weight: 400;
	font-size: 18px;
	-webkit-transition: .2s;
    	transition: .2s;
	font-size: 15px;
	font-weight: 400;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.login-box fieldset input:hover{
	background-color: #fff;
}

.login-box fieldset input:focus{
	background-color: #fff;
}

.login-box fieldset .button{
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-shadow: rgba(255, 255, 255, .8)1px 1px 1px;
	background-color: #99d420;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	min-width: 100px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
	text-align: center;}

.login-box fieldset .button:hover{
	background-color: #7aac0f;}
/* STANDARD CSS */

body{
	margin: 0px;
	padding: 0px;
    font-family: 'Montserrat', sans-serif!important;
}

.pull-right{
	display: none;
}

.hidden{
	display: none !important;
}

.slicknav_menu{
	display: none;
}

.center{
    text-align: center;
}

/* FONTS */

.sc_link{
	color: #5d7e40;
}

small {
    font-size: 60%;
}

p{
	font-weight: 400;
	font-size: 18px;
	color: #656565;
	line-height: 27px;
}

.item-page ul{
	font-weight: 400;
	font-size: 18px;
	color: #656565;
	line-height: 27px;
}

ol{
	font-weight: 400;
	font-size: 25px;
	color: #000;
	line-height: 35px;
}

p.page-intro{
	font-size: 22px;
	line-height: 30px;	
	margin-top: 0px;
	color: #000;
}

h1{
	font-size: 30px;
	color: #656565;
	margin-top: 25px;
	/*text-transform: uppercase;*/
	font-weight: 600;
}

h1 span{
	font-weight: 400;
}

h2{
	font-size: 30px;
	font-weight: 500;
	color: #656565;
    line-height: 35px;

}

.about-page h2{
    margin-top: 0px;
}

h3{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;
}

#mod-custom121 h3{
    font-size: 30px;
    font-weight: 500;
    margin-top: 25px;
    background: #f3f3f3;
    float: left;
    width: 100%;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #656565;
}
}    

h4{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;

}

h5{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;

}

ul{
	font-weight: 400;
	font-size: 18px;
	color: #000;
	line-height: 24px;
}

  

#content p a{
    color: #ce1e55;
    text-decoration: none;
}

#content p a:hover{
    text-decoration: underline;
}

#content ol a{
    color: #21a7af;
    text-decoration: none;
}

#content ol a:hover{
    text-decoration: underline;
}

#content p a.btn{
	color: #fff;
}

#content p a.tel{
	color: #3f3f3f;
}

#content .privacy-policy p a{
	color: #777;
}

.property-status-tag{
    display: none!important;
}

/* BUTTONS 

.btn{
	display: inline-block;
    min-width: 200px;
    padding: 7px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
	transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
	background: #5fcb76;
	text-transform: uppercase;
	text-shadow: none;
	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	border-radius: 3px;

}

.btn span{
	font-size: 25px !important;
	line-height: 25px !important;
}

.btn:hover{
	background: #78d78c;
	
}*/


.btn{
    padding: 15px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius:2px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
background: #ce1e55;
}

.btn:hover {
    opacity: 0.7;
    text-decoration: none;
}

.wrapper .camera_caption_desc .propertydetailsbtn, .camera_caption_desc .propertydetailsbtn{
background: #ce1e55!important;
}

.wrapper .camera_caption_desc .propertydetailsbtn, .camera_caption_desc .propertydetailsbtn:hover{
background: #ce1e55!important;
}

#content p a.btn:hover {
    opacity: 0.7;
    text-decoration: none;
}

  
.hp-txt .btn{
    margin-top: 15px;
}

.btn:hover span{
		
}

.btn-solid{
	background: #fdc902;
    color: #000;
}	


/* CONTENT CONTAINERS */

#wrapper{
	position: relative;
	float: left;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}

.container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.item-page{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}


.homepage .container{
	width: 100%;
	max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.homepage .box1 .container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.header-container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

/* HEADER */

.header{
	float: left;
	width: 100%;
	z-index: 9999;
	-webkit-transition: .5s;
    transition: .5s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
	background: #304456;

position: relative;
    border-bottom: 1px solid #434343;

}

/*.header-homepage{
	background: #fff;

    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}*/

.header-top{
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: .5s;
    transition: .5s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	overflow: hidden;

}

.header-box{
	position: absolute;
    left: 15px;
    top: 30px;
    z-index: 99;
}

.header-box img{
    max-width: 20px;
    margin-right: 10px;
	-webkit-transition: .2s;
    transition: .2s;
}

.header-box img:hover{
    opacity: 0.8;
}

.header-box .box1{
    display: none;
}

.header #logo{
	float: left;
    width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
z-index: 9;
	text-align: center;
}

.header #logo img{
	width: 100%;
	-webkit-transition: .3s;
    transition: .3s;
	max-width: 160px;
}

#content{
	position: relative;
	float: left;
	width: 100%;

}



.about-page{
	float: left;
	width: 100%;
	/*padding-top: 50px;*/
	padding-bottom: 0px;
}

.article-body{
	float: left;
	width: 100%;
}
	
.page-header{
	float: left;
	width: 100%;
}

.item-page img{
    max-width: 100%;
}

.page-header h1{
    text-align: center;
    margin-top: 50px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* BOXES */

.box1{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-size: cover;
}

.box2{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box3{
	float: left;
	width: 33.33%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box4{
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box5{
	float: left;
	width: 20%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.banner-container{
    float: left;
    width: 100%;
    position: relative;
}    

/* MENU */


#menu {
	float: right;
	-webkit-transition: .3s;
    transition: .3s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    /*background: #fff;*/
    padding-top: 32px;
}


#nav{
	float: right;
}


#nav ul
{
    
    /*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
    list-style: none !important;
    position: relative;
	float: right;
    display: inline-table;
    padding: 0px;
    margin: 0px;
   	/*border-left: 1px solid #b70d69;
	border-right: 1px solid #ff3da6;*/
	z-index: 999;
}
.#{
    content: ""; clear: both; display: block;
}
 
/*Hide child lists by default*/
#nav ul ul
{
    display: none;
    position: absolute; top: 100%;
}
 
/*display on hover*/
#nav ul li:hover > ul {
    display: block;
}
 
/*Floating the main list left*/
#nav ul li
{
    float: left;
}
 
#nav ul li:hover > a
{
   ;
}
 
.header #nav ul li a 
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
    transition: .3s;

}

.header #nav ul li .nav-header{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
    font-weight: 400;
    font-size: 22px;
	color: #000;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
    transition: .3s;

}


.header #nav ul li a.btn{
	color: #fff!important;
	border-bottom: none !important;
	background: transparent;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;

}

.header #nav ul li a.btn:hover{
	color: #fff!important;
background: #407279;
}

.header #nav ul li a.pay-btn{
	background: #5fcb76;
}   

.header #nav ul li a.pay-btn:hover{
	background: #78d78c;
}     

.header #nav ul li a:hover{
	color: #efe8d8;
}

.header li.current a{
	color: #efe8d8!important;
    font-weight: 600!important;
}



#nav  li.current ul li a{

		
}

#nav  li.active ul li.active a{


		
}


#nav ul li:hover > ul
{
    display: block;
    background: #ffffff; border-radius: 0px; padding: 0;
}
#nav ul ul li a
{
    color: #fff;
}
 
#nav ul li:first-child { border-left: none; }
#nav ul li:last-child { border-right: none; }
 
#nav ul ul li 
{
    float: none; 
   
    border-left: none;
    border-right: none;
    position: relative;
}
 
#nav ul ul ul  
{
    position: absolute; left: 100%; top:0;
 
}
 
.header #nav ul ul li a 
{
	height: auto;
	width: 200px;
	padding-bottom: 5px!important;
	padding-top: 5px!important;
	padding-left: 0px;
	background-color: #737373;
	color: #e1e1e1 !important;
	text-align: left!important;
	font-size: 16px !important;
    font-weight: 500!important;
	-moz-border-radius: 0px;
    	-webkit-border-radius: 0px;
    	-khtml-border-radius: 0px;
    	border-radius: 0px;
	text-align: center;
    border-top: 1px solid #9b9b9b;
	
}


#nav ul ul li a:hover
{
	color: #efe8d8 !important;

}

#nav ul ul{
	
	border-left: none !important;
	border-right: none !important;
	width: 200px;
	background: #737373 !important;}

#nav ul ul li{
    margin-right: 0px !important;
    margin-left: 0px!important;
}
 
#nav ul li:hover > ul
{
    display: block;
    padding-top: 0px;
    margin-left: 10px;
}

#nav ul{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-right: 0px;}

#nav ul li{
	float: left;
	margin-right: 15px;
    margin-left: 15px;
}



#nav ul li a.register{
	background-color: #33a1ff;
	background-image: url(../images/plus-icon.png);
	background-repeat: no-repeat;
	background-position: right;
	-moz-border-radius: 0px 5px 5px 0px;
    	-webkit-border-radius: 0px 5px 5px 0px;
    	-khtml-border-radius: 0px 5px 5px 0px;
    	border-radius: 0px 5px 5px 0px;}

#nav ul li a.register:hover{
	background-color: #2383d4;}

/* HOMEPAGE */

.homepage-intro{
    width: 70%;
    padding-right: 100px;
    padding-top: 25px;
}

.homepage-intro h1{
    font-weight: 500;
}

.homepage-images{
    width: 30%;
    padding-top: 75px;
    text-align: center;
}

.homepage-images img{
    max-width: 200px;
    margin-bottom: 50px;
}

.homepage2 {
    float: left;
    width: 100%;
    padding-top: 50px;

}

.hp-intro{
    padding: 100px;
    background: #ffffde;
}

.homepage2 .hp-intro{
    padding: 0px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 25px;
    background: #fff;
}   

.hp-intro p{
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    max-width: 500px;
    margin-left: 20%;
}

.homepage2 .hp-intro p{
    float: right;
    margin-left: 0%;
}


.hp-txt{
    padding: 100px;
    background: #f0faff;
}

.hp-txt p{
    font-size: 25px;
    line-height: 35px;
}

.homepage2 .hp-txt{
    padding: 0px;
    padding-right: 50px;
    padding-left: 50px;

    background: #fff;
}

.hp-img{
    padding: 50px;
    text-align: center;
}

.homepage2 .hp-img{
    padding-top: 0px;
    padding-bottom: 0px;
} 

.hp-img img{
    width: 600px;
    max-width: 100%;
}

.homepage .homepage-section{
    /*padding-top: 50px;
    padding-bottom: 50px;*/
    display: flex;
}

.homepage2 .homepage-section{
    padding-top: 0px;
    padding-bottom: 25px;
}

.col {
  flex: 1;
flex-basis: auto;
}

/* FOOTER */

#footer{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #efe8d8;
    border-top: 1px solid #e3ddd0;
}

.footer-top{
    text-decoration: center;
    padding-bottom: 25px;
}

.footer-top img{
    display: inline-block;
    vertical-align: top;
    margin-left: 15px!important;
    margin-right: 15px!important;
    width: 100%;
    max-width: 150px;
}

.footer-border{
    padding-top: 5px;
}

.footer-supported{
    display: inline-block;
    text-align: center;
}

.footer-supported span{
    font-size: 16px;
    font-weight: 600;
}

.footer-supported img{
    max-height: 60px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
}

.footer-supported .scc{
     max-height: 90px;
}   

.copyright{
    padding-top: 0px;
}

.copyright span{
    font-size: 16px;
}

.copyright a{
    color: #000;
}

.copyright span.infusion{
    font-size: 14px;
}


.copyright .infusion a{
    text-decoration: none;
}

#footer ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 25px;
    list-style: none;
    text-align: center;
}

#footer ul li {
    display: inline-block;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}

#footer ul a {
    color: #000;
    text-decoration: none;
}

#footer ul a:hover {
    color: #2d2d2d!important;
}

/* CIRCLE BUTTONS */

.circle-buttons{
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #000;
 text-align: center;
}

.circle-buttons .circle-buttons{
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: none;

}

.circle-buttons .circle-buttons a{
    width: 250px;
    min-height: 250px;
    margin-left: 15px;
    margin-right: 15px;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -1px;
    text-decoration: none;
	-moz-border-radius: 100%;
    	-webkit-border-radius: 100%;
    	-khtml-border-radius: 100%;
    	border-radius: 100%;
 text-align: center;
display: inline-block;
vertical-align: top;
position: relative;
-webkit-transition: .2s;
    transition: .2s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.circle-buttons .circle-buttons a:hover {
    opacity: 0.7;
}

.circle-buttons .circle-buttons a div{
    width:100%;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

/* ABOUT PAGE */

.about-intro{
    text-align: center;
}

.about-intro p{
    display: inline-block;
    max-width: 800px;
    margin-top: 0px;
}

.about-page .circle-buttons .circle-buttons a {
    width: 250px;
    min-height: 250px;
    margin-left: 15px;
    margin-right: 15px;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -1px;
    text-decoration: none;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-page .circle-buttons .circle-buttons a:hover {
    opacity: 1;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  /*margin-right: -50vw;*/
}

.custompriorities .box3{
    padding-left: 50px;
    padding-right: 50px;
}

.custompriorities .container{
    max-width: 100%;
}

.about-page .circle-buttons{
    background: #ffffde;
    margin-top: 50px;
    padding-bottom: 0px;
    padding-top: 100px;
    border: none;
}

.custompriorities{

}

.about-page .moduletablepriorities .circle-buttons{
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 100px;
    /*border-bottom: 1px solid #000;*/
}

.about-page .circle-buttons p{
    margin-bottom: 0px;
}

.moduletablehww{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.moduletablehww p{
    display: inline-block;
    max-width: 800px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.moduletablehww .container{
    max-width: 100%;
}

.hww-boxes{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
}

.moduletablehww .hww-boxes .box4{
    width: 21%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.moduletablehww .hww-boxes p{
    text-align: left;
    display: block;
    max-width: 100%;
    margin-bottom: 0px;
    color: #fff;
}

/* PLACES */

.moduletableabout-section{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.moduletableabout-section p{
    display: inline-block;
    max-width: 800px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.moduletableabout-section h2{
    color: #000;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;   
    margin-top: 0px;
}

.moduletableabout-section .container{
    max-width: 100%;
}

.moduletableabout-section .hww-boxes{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
justify-content: center;
}

.moduletableabout-section .hww-boxes .box4{
    width: 21%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 0px;
    float: none;
    display: inline-block;

}

.moduletableabout-section .hww-boxes .box4 img{
    float: left;
    margin-bottom: 20px;
}

.moduletableabout-section .hww-boxes p{
    text-align: left;
    display: block;
    max-width: 100%;
    margin-bottom: 0px;
    color: #000;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 30px;
}

.moduletableabout-section .box4 img{
    max-width: 100%!important;
    height: auto!important;
}

.item-page hr{
    border-top: 1px solid #000;
}

.item-page hr.intro-hr{
    margin-top: 50px;
}

/* PEOPLE PAGE */

.people-page{
    text-align: center;
    padding-bottom: 0px;
}

.profiles{
   /* display: flex;
    justify-content: center;*/
    float: left;
    width: 100%;
    text-align: center;
    vertical-align: top;
    padding-bottom: 20px;
}

.profile{
    /*float: left;

    max-width: 330px;
    padding: 25px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    padding: 25px;
    margin-right: -4px;
    
}

.profile .profile{
    width:100%;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-page .profile .profile img{
    width:100%;
    max-width: 200px;
    margin-bottom: 15px;
}

.profile .profile p{
    margin-top: 0px;
    margin-bottom: 0px;
}

.partner-logos{
    background: #ffffde;
    padding-top: 25px;
    padding-bottom: 25px;
}

.partner-logos img{
    width: 100%;
    max-width: 200px;
    max-height: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 15px;
}

.get-involved{
    text-align: center;

}

.get-involved .box2{
    padding-left: 25px;
    padding-right: 25px;
}

.moduletablemailchimp-form {
    display: inline-block;
    max-width: 500px;
}

/* LOGO GRID */

.logo-grid {
    float: left;
    width: 100%;
    padding-top: 0px;
    text-align: center;
}

.logo-box{
	float: left;
    float: none;
    display: inline-block;
    margin-left: -4px;
	width: 33.33%;
	padding-left: 20px;
	padding-right: 20px;
	height: 200px; 
	text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
white-space: nowrap;

}

.logo-box img{
	width: 100%;
	max-width: 200px;
	max-height: 170px;
	vertical-align:middle;
}

.htc-logo{
	max-width: 170px !important;
}

.tw-logo{
	max-width: 180px !important;
}

.fchc-logo{
	max-width: 250px !important;
}

.wp-logo{
	max-width: 250px !important;
}


.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.readmore img{
    width: 50%;
    max-width: 600px;
    float: right;
    margin-top: 10px;
    margin-left: 50px;
    margin-bottom: 50px;
}

/* NEWS */

.news{
      text-align: left;  
}

.news-page-header h1 {
    text-align: left;
}

.news a {
    color: #21a7af;
    text-decoration: none;
}

.news a:hover {
    text-decoration: underline;
}

.news ul {
    font-weight: 400;
    font-size: 25px;
    color: #000;
    line-height: 35px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.news ul li{
    padding-bottom: 25px;
    margin-top: 25px;
    border-bottom: 1px solid #ebebeb;
}

.news ul li::before {
  content: "- ";
}

.news ul li img{
    float: right;
    max-width: 400px;
    margin-left: 25px;
    margin-bottom: 25px;
}

/* NEWS */

.news-grid ul{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
justify-content: left;
flex-wrap: wrap;
flex-shrink: 0;
    list-style: none;
font-weight: 400;
    font-size: 25px;
    color: #000;
line-height: 35px;
}

.news-grid ul li{
    width: 29.33%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 25px;
    border-bottom: 1px solid #dddddd;
    padding: 0px;
    padding-bottom: 25px;
    float: none;
    display: inline-block;

}

.news-grid ul li img{
    float: left;
    margin-bottom: 20px;
}

/*.news-grid ul li p{
    text-align: left;
    display: block;
    max-width: 100%;
    margin-bottom: 0px;
    color: #000;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}*/

.news-grid ul li img{
    max-width: 100%!important;
    height: auto!important;
}

.news-grid ul li a {
    color: #21a7af;
    text-decoration: none;
}

.news-grid a:hover {
    text-decoration: underline;
}

.news-grid h2{
    text-align: center;
}

/* HOMEPAGE BANNER */

.camera_caption {
    display: block;
    position: absolute;
    top: 25%!important;
    left: 18%!important;
    max-width: 600px!important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#wrapper .camera_caption_title{
    font-weight: 600;
    font-size: 22px!important;
    color: #fff;
    line-height: 35px;
}

.banner-container .camera_caption_desc{
    display: block!important;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    padding-top: 0px;
}

#wrapper .camera_price{
    font-weight: 500;
    font-size: 18px!important;
    color: #fff;
    line-height: 25px;
}

#wrapper .property-desc{
    display: block!important;
}

#wrapper .camera_caption_desc .propertydetailsbtn{
    margin-top: 15px!important;
    font-size: 18px!important;
    line-height: 18px!important;
    font-weight: 500!important;
    padding: 15px!important;
    

}

.camera_caption > div {
    padding: 25px!important;
    background: rgba(0,0,0,0.45)!important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

/* PROPERTY LISTINGS GRID */

#listings .block_caption{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#listings .os-propertytitle{
    font-size: 20px;
    font-weight: 500;   
    color: #ce1e55!important;
}

#listings .os-propertytitle:hover {
    color: #a50437!important;
} 

#listings .property_price {
    color: #000;
    width: 100%;
    font-size: 18px;
font-weight: 500;
text-transform: none;
}

#listings .street {
    font-size: 15px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #898989;
    padding-bottom: 10px;
    padding-top: 5px;
}

#listings .ospitem-leftpad{
    width: 100%;
}

.element_property{
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 33.33%;
    float: left;
    padding-right: 25px;
    padding-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 440px;
}

.element_property h4{
    font-size: 20px;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
}    

.element_property .property_price{
    color: #000;
    width: 100%;
    font-size: 18px;
}

.element_property .address_value{
    font-size: 15px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.listing-container .spotlight_watermark{
    display: none!important;
}

.element_property a{
    color: #ce1e55!important;
-webkit-transition: .2s;
    transition: .2s;
}

.element_property a:hover{
   color: #a50437!important;
}

.image_property .randompropertyfeatured {
    top: 15px;
    left: 15px;
    color: white;
    font-size: 13px;
    font-weight: 400;
    padding: 7px;
    position: absolute;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #D91C44;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999;
}

.image_property .randompropertymarket {
    top: 15px;
    right: 15px;
    color: white;
    font-size: 13px;
    font-weight: 400;
    padding: 7px;
    position: absolute;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #ff9029;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999;
}

#listings .randompropertyfeatured {
    top: 15px;
    left: 15px;
    color: white;
    font-size: 13px;
    font-weight: 400;
    padding: 7px;
    position: absolute;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #D91C44;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999;
}

#listings .randompropertymarket {
    top: 15px;
    right: 15px;
    color: white;
    font-size: 13px;
    font-weight: 400;
    padding: 7px;
    position: absolute;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #ff9029;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999;
}

.homepage .additional_information {
    float: right;
    margin-top: 0px;
    margin-bottom: 15px;
background: #f3f3f3;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.homepage .span12{
    float: left;
    width: 100%;
}

.homepage .span12 img{
    float: left;
}

.homepage .bedroom_label {
    float: left;
    margin-right: 10px;
}

.listing-container .ospitem-separator {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 33.33%;
    float: left;
    padding-right: 25px;
    padding-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.listing-container .row-fluid .row-fluid .span12{
    width: 100%;
    padding: 0px;
}

.listing-container .row-fluid .span4{
  
    width: 100%;
    float: left;
}

.listing-container #ospitem-watermark_box {
    display: block;
    position: relative;
    background: none !important;
    border: none!important;
    margin: 0px!important;
    padding: 0px!important;
}

.listing-container .inspectiontimes{
    display: none;
}

.listing-container .ospitem-watermark_category{
    display: none;
}

.listing-container .ospitem-watermark_types{
    display: none;
}


.listing-container .ospitem-propertyprice{
    color: #22a6c9;    
    font-size: 22px;
    font-weight: 600;

}


.listing-container .featuredproperty{
    display: none;
}
.listing-container .marketstatuspropertydetails{
    display: none;
}

#ossearchForm115{
    float: left;
    width: 100%;
}

#ossearchForm115 .ospsearch{
    float: left;
    width: 100%;
    position: relative!important;
    padding: 0px;
    padding-top: 10px;
}

.horizontal_search{
    background-color: transparent!important;
    color: #000!important;
}

.horizontal_searchrowfluid{
float: left;

}

.horizontal_searchrowfluid select{
    padding: 7px;
    font-size: 16px;
    color: #000;
    border: 1px solid #dbdbdb;
    min-width: 100px;
    background-color: #f7f7f7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.hitem .btn{
    cursor: pointer;
    border: none!important;
    font-size: 18px!important;
    line-height: 18px!important;
    padding: 8px!important;
    padding-right: 12px!important;
}

.listing-container .btn{
    cursor: pointer;
    border: none!important;
    font-size: 18px!important;
    line-height: 18px!important;
    padding: 7px!important;
    color: #fff!important;
font-weight: 500;
}

.listing-container .osicon-file{
    display: none;
}

.hitem{
   float: left;
margin-right: 25px;
} 

.horizontal_search .hitem {
    padding-bottom: 10px;
}


.horizontal_searchrowfluid{
    width: auto!important;
}

.ospitem-propertytitle{
font-family: 'Montserrat', sans-serif!important;
}

.search-btn{
   float: left;
margin-right: 0px;
} 

.price-slider{
    width: 300px;
    margin-left: 30px;
    margin-right: 50px;
    margin-top: 8px;
    display: none!important;
}

.search-container{
    padding-top: 20px;
    padding-bottom: 10px;
    background: #f3f3f3;
    border-bottom: 1px solid #dbdbdb;
}

.search-container h3{
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.ospico-square, .ospico-bed, .ospico-bath, .ospico-parking {
    background: url("/modules/mod_ospropertyrandom/asset/osp_icon.png") no-repeat;
    display: inline-block;
    line-height: 16px;
    margin-right: 5px;
    height: 16px;
    width: 16px;
    background-size: 100%;
}

.ospico-bed {
    background-position: 0 -30px;
}

.ospico-bath {
    background-position: 0 -16px;
}

div.ospitem-iconbkgr{
    float: right;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    background: #f3f3f3;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

#ospitem-watermark_box a{
    float: left;
    width: 100%;
}

#ospitem-watermark_box img{
    float: left;
    width: 100%;
}

.horizontal_search .ui-slider, .horizontal_search .horizontal_searchrowfluid select, .horizontal_search .horizontal_searchrowfluid input, .horizontal_search .horizontal_searchrowfluid select, .horizontal_search .horizontal_searchrowfluid .chzn-container-single, .horizontal_search .horizontal_searchrowfluid .chzn-container-multi {
    width: 100% !important;
}

div.ospitem-separator{
    border: none!important;
}

.banner-container{
    display: none;
}

.wrapper-homepage .banner-container{
    display: block;
}

.property-box-right{
    float: right;
    padding-top: 30px;
    padding-left: 50px;
    text-align: left!important;
}

.property-box-left{
    padding-top: 20px;
}

.property-box-left .name-property{
    display: none;
}

.property-box-left p.short-description{
    display: none;
}

.property-gallery{
    position: relative;
}

.property-gallery .img-enlarge{
}

.propertyimg-box0{
    position: relative;
}

.propertyimg-box0 a::after{
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background-color: #656565;
    background-image: url(../images/magnifier.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
}

.propertyimg-box0:hover a::after{
    background-color: #ce1e55;
}    
    

.property-gallery img{
    float: left;
    width:100%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s;
    transition: .2s;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.property-gallery img:hover {
    opacity: 0.9;
}

.property-gallery img.propertyimg0{
    float: left;
    width: 100%;
}


.shell h2 {
    border-top: none!important;
}

.property-box-right h1{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 35px;
    font-weight: 500;
    /*letter-spacing: -1px;*/
}

.property-box-left h1{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 35px;
    font-weight: 500;
    /*letter-spacing: -1px;*/
}

.property-box-right .marketstatuspropertydetails{
    color: #fff;
    font-size: 13px!important;
    font-weight: 600;
    padding: 7px;
    position: absolute;
    text-transform: uppercase;
    background: #ff9029;
    border: none;
    margin-left: 20px;
    margin-top: 10px;
}

.property-box-left .marketstatuspropertydetails{
    color: #fff;
    font-size: 13px!important;
    font-weight: 600;
    padding: 7px;
    position: absolute;
    text-transform: uppercase;
    background: #ff9029;
    border: none;
    margin-left: 20px;
    margin-top: 10px;
}

.property-box-right .property-price {
    color: #656565!important;
    width: 100%;
    font-size: 18px;

}

.property-box-left .property-price {
    color: #656565!important;
    width: 100%;
    font-size: 18px;

}

.property-box-right .pricetext {
    font-size: 18px;
font-weight: 500;
}

.property-box-left .pricetext {
    font-size: 18px;
font-weight: 500;
}

.property-box-right .property-address{
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #656565;
}   

.property-box-left .property-address{
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #656565;
} 

.property-attribute-list{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
background: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 

.property-attribute-list li{
    float: left;
    margin-right: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #656565;
}

.enquiry-form{
    padding: 15px;
        background: #f3f3f3;
}

.enquiry-form p{
    margin-top: 0px;
    color: #000;
}

.enquiry-form h3{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #656565;
}

.enquiry-form select{
    display: none;
}

.enquiry-form input {
    width: 100%!important;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: .2s;
    transition: .2s;
    margin-bottom: 10px;
}

.enquiry-form input:hover {
    border: 1px solid #ce1e55;
}

.enquiry-form input:focus{
	border:1px solid #ce1e55;
}

.enquiry-form textarea{
	width: 100%!important;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	min-height: 150px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;
		font-family: 'Open Sans', sans-serif;
}

.enquiry-form textarea:hover{
	border:1px solid #ce1e55;
}

.enquiry-form textarea:focus{
	border:1px solid #ce1e55;
}

.enquiry-form #requestbutton{
    max-width: 220px;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ce1e55;
    margin-top: 10px;
    margin-bottom: 0px;
    cursor: pointer;
	border:1px solid #ce1e55;
}

.enquiry-form #requestbutton:hover{
	border:1px solid #ce1e55;
}

.detailsBar .block_caption strong{
    display: none;
}

.detailsBar .relate_property a strong {
    color: #ce1e55!important;    
    font-size: 20px;
    font-weight: 500;
}

.detailsBar .relate_property a strong:hover {
    color: #a50437!important;
}

.detailsBar .property_type_name{
    display: none;
}

.detailsBar .market_price {
    color: #000!important;    
    width: 100%;
    font-size: 18px!important;    
    font-weight: 500!important;    
    line-height: 25px;
}

.detailsBar .property_address {
    font-size: 15px;
    line-height: 22px;
    color: #898989;
}

.property-btm h2{
    margin-top: 25px;
}

.leaflet-popup-content .mod_ospropertymap_type{
    display: none;
}

.leaflet-container a {
    color: #ce1e55!important;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 5px;
}

.leaflet-popup-content {
    margin: 10px 10px;
    line-height: 1.4;

}

.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont{
    background: rgba(239, 232, 216, 0.5);
}

[class^="osicon-"]:before, [class*=" osicon-"]:before {
    font-size: 15px;
}

.icon-map:before {
    content: "\6f"!important;
}

/*#map-popup{
    display:block;
    max-height: 0px;
    overflow: hidden;
}*/

#map-popup{
    /*display: none;*/
    text-align: center;
    max-height: 0px;
    overflow: hidden;
}

.map-open{
    max-height: 650px!important;
    padding: 15px!important;
    padding-top: 25px!important;
}

.fancybox-content{
    max-height: 650px!important;
    padding: 20px;
}

.fancybox-slide .fancybox-content{
    max-height: 800px!important;
    padding: 20px;
}

.property-gallery div{
    float: left;
    position: relative;
    width: 33.33%;
border-right: 15px solid #fff;
border-bottom: 15px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow:hidden;
}

.property-gallery .propertyimg-box0{
    width: 100%;
}

.property-gallery .propertyimg-box3 img{
    width: 100%;
}

.property-gallery .gallery-overlay {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background: none repeat scroll 0 0 #D91C44;
    opacity: 0.8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    padding-top: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
text-align: center;
border-right: none;
    border-bottom: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
    

.property-video{
    padding-bottom: 15px;
    border-right: 15px solid #fff;
}

/* CONTACT */

.contact-container{
    text-align: center;
    padding-bottom: 50px;
}



.contact-container .box-text-right{
	width: auto;
	max-width: 100%;
    float: none;
    display: inline-block;
}

.contact-map h2{
	text-align: center;
	margin-bottom: 25px;
	color: #0a1742;
	font-size: 25px;

}

.contact-details{
    max-width: 100% !important;
	float: left;
	padding-top: 0px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
}

.contact-details .box3{
	text-align: center;
}

.contact-box{
	display: inline-block;
}

.contact-details .box1{
	padding-bottom: 20px;
}

.contact-details .icon{
	float: left;
	width: 60px;
    padding-top: 5px;
}

.contact-details .icon img{
	max-width: 40px;
}

.contact-details span{
	color: #133840;
	font-size: 18px;
	line-height: 22px;
}

.contact-details a{
	color: #ce1e55;
	text-decoration: none;
}


.contact-details strong{
	font-size: 20px;
	font-weight: 800;
	display: inline-block;
    padding-bottom: 5px;
    color: #656565;

}

/*.contact-phone{
	background: url(/templates/brooklands-glass/images/phone.png);
	 background-repeat: no-repeat;
background-position: left 15px;
    background-size: 30px;
}

.contact-email{
	background: url(/images/icons/email.png);
	 background-repeat: no-repeat;
background-position: left 15px;
    background-size: 30px;
}

.contact-address{
	background: url(/templates/brooklands-glass/images/location.png);
	 background-repeat: no-repeat;
background-position: left 15px;
    background-size: 30px;
}*/




.form-container{
	display: inline-block;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    background: #f3f3f3;
    padding: 25px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    max-width: 500px;
    margin-top: 25px;
}

#contact-bottom .form-container{
    background: #ededed;
}

.form-container h2{
	font-size: 20px;
	font-weight: 800;
    margin-top: 0px;
}    


.form-container .btn-link{
	background: #04a583;
	border: 1px solid #04a583;
	display: inline-block;
	width: auto;
	color: #fff;
	min-width: 200px;
	cursor: pointer;
}

.form-container .btn-link:hover{
	background:	#026b56;
	border: 1px solid #026b56;
}

.form-container ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #133840;
  opacity: 1; /* Firefox */
}

.form-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #133840;
}

.form-container ::-ms-input-placeholder { /* Microsoft Edge */
  color: #133840;
}
	

.form-box{
	float: left;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #ededed;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form-box label{
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
	
.form-box p{
	float: left;
	width: 100%;
}

.form-box h3{
	margin-top: 0px;
}
	
.payment-box{
	border-right: 20px solid #fff;
}

.payment-box .form-box{
	background: none;
}

.form_field_row .btn{
	float: left;
	width: 100%;
	max-width: 235px;
	padding: 12px;
	font-weight: 400;
	background-color: #ce1e55;
    border: none;
	 font-size: 18px;
	text-align: center;
	color: #fff;
	margin: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	margin-top: 5px;
-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    margin-top: 15px;
    cursor: pointer;
}

.form_field_row .btn:hover{
	   background-color: #e2376c;
    border: none;
}

.form_field_row{
	float: left;
	width: 100%;
	padding-bottom: 15px;}

.form_field{
	float: left;
	width: 50%;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.form_field_wide{
	float: left;
	width: 100%;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.form_field_right{
	float: right;
	width: 202px;}

.form_field_btn{
	float: left;
	width: 100%;
}

.form_field_row textarea{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	min-height: 150px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;
		font-family: 'Open Sans', sans-serif;
}

.form-container input:hover{
	border:1px solid #ce1e55;
}

.form-container input:focus{
	border:1px solid #ce1e55;
}

.form-container textarea:hover{
	border:1px solid #ce1e55;
}

.form-container textarea:focus{
	border:1px solid #ce1e55;
}

/*
.form_field_row textarea:hover{
	background-color: #eaeaea;
}

.form_field_row textarea:focus{
	background-color: #eaeaea;
}
*/

.form_field_row input{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;}
/*
.form_field_row input:hover{
	background-color: #eaeaea;
}

.form_field_row input:focus{
	background-color: #eaeaea;
}
*/

.form_field_row select{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #efefef;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;}

.form_field_row select:hover{
	background-color: #eaeaea;
}

.form_field_row select:focus{
	background-color: #eaeaea;
}

.randompropertymarket{
    display: inline-block;
    background: #fb6622;
    padding: 5px;
    color: #fff;
    font-size: 18px;
}

.back-link-box{
    padding-top: 30px;
}

.back-link-box a{
    display: inline-block;
    text-transform: none;
    text-decoration: none;
    font-size: 16px;
    color: #ce1e55;
    padding-left: 25px;
    margin-top: 0px;
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px;
	-webkit-transition: .2s;
    transition: .2s;
}

.back-link-box a:hover{
    filter: grayscale(100%);
}



#testimonials-container{
    margin-top: 25px;
    padding-bottom: 75px;
    padding-top: 75px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/testimonials.jpg);
    background-size: cover;
    background-position: center center;
}

.testimonial-slider {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#testimonials-container .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -20px;
    width: 100%;
}

#testimonials-container .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ce1e55!important;
}



#testimonials-container span {
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 25px;
}

#testimonials-container span strong{
    font-weight: 500;
}

#testimonials-container .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px!important;
    height: 10px!important;
    -moz-border-radius: 10px!important;
    -webkit-border-radius: 10px!important;
    border-radius: 10px!important;
}


#testimonials-container .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow:none;
    border: none;;
    left: -5px;
    background: transparent;
}

.block_caption::after{
    background-color: #ce1e55;
}

.shell .span5{
    width: 100%!important;
    margin-bottom: 15px;
}

.shell .row-fluid .span6 {
    width: 33.33%!important;
}

.shell .row-fluid .span6 img{
    width: 100%!important;
}

.shell .relate_property{
    width: 100%!important;
}

.alert-heading .visually-hidden{
    display: none;
}

#system-message-container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 5px;
}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1230px) {

.container{
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;

}

#system-message-container{
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-page {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#listings .block_caption {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
}

.header-container{
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.custompriorities .box3 {
    padding-left: 20px;
    padding-right: 20px;
}

.hww-boxes{
    display: block;
    padding-left: 0px;
    padding-right: 0px;
}
.moduletablehww .hww-boxes .box4 {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 230px;
    margin-bottom: 30px;
}

.property-gallery .gallery-overlay {
    padding: 5px;
    padding-top: 45px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1000px) {

#menu{
	display: none;
}

.slicknav_menu{
	display: block;
}

.search-btns{
    float: left;
    width: 100%;
}

}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 940px) {

.camera_caption {
    top: auto!important;
    bottom: 50px!important;
    left: 50px!important;
}

.profile{
    width: 33.33%; 
}

.hp-intro {
    padding: 25px;
}

.hp-txt {
    padding: 25px;
}



.slicknav_nav .slicknav_arrow {
    font-size: 10px;
    margin: 0 0 0 0px!important;
    color: #fff!important;
    margin-bottom: 5px!important;
}

.get-involved .box2{
    width:100%;
    padding-left: 0px;
    padding-right: 0px;
}

.get-involved .box2 p a{
word-break: break-all;
}

.custompriorities .box3 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    width: 100%;
}

.about-page .moduletablepriorities .circle-buttons {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 50px;
}

.moduletableabout-section .hww-boxes{
    display: block;
}

.moduletableabout-section .hww-boxes .box4 {
    width: 46%;
    margin-right: -4px;
    vertical-align: top;
    margin-bottom: 30px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 750px) {

.property-box-right {
    float: right;
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
}

.property-box-left {
    width: 100%;
}

.property-box-left .name-property{
    display: block;
}

.property-box-left p.short-description{
    display: block;
}

.property-box-right .name-property{
    display: none;
}

.property-box-right p.short-description{
    display: none;
}

.price-slider {
    margin-left: 0px;
    margin-right: 0px;
}

.camera_caption {
    max-width: 70%!important;
}

.news-grid ul li{
    width: 46%;
}

.partner-logos img {
    max-width: 200px;
    max-height: 50px;
}
    

.profiles {
    display: block;
    text-align: center !important;
}

.profile {
    float: none;
    display: inline-block;
    width: 33.3%;
    max-width: 100%;
    margin-right: -4px;
    vertical-align:top;
}

.profile .custom{
    width:100%!important;
    padding: 0px;
}

.moduletablehww .hww-boxes .box4 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    min-height: 0px;
    margin-bottom: 25px;
}

.footer-supported div{
    text-align: center !important;
    padding-bottom: 20px;
}

.footer-supported img {
    max-height: 50px;
}

.hp-intro {
    width:100%;
    padding: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 20px;
}

.hp-txt {
    width:100%;
    padding: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.hp-img {
    width:100%;
    padding: 25px;
    text-align: center;
}

.homepage .homepage-section{
    display: block;
}

.hp-intro p {
    font-size: 25px;
    line-height: 35px;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.hp-txt p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.readmore img{
    width: 100%;
    max-width: 100%;
    float: right;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 20px;
}



}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 650px) {

.shell .span5{
    width: 100%!important;
    margin-bottom: 15px;
}

.shell .row-fluid .span6 {
    width: 50%!important;
}

.shell .row-fluid .span6 img{
    width: 100%!important;
}

.shell .relate_property{
    width: 100%!important;
}

.element_property {
    width: 50%;
    min-height: 0px;
}

.listing-container .ospitem-separator {
    width: 50%;
}

.homepage-intro {
    width: 100%;
    padding-right: 0px;
    padding-top: 25px;
}

.homepage-images {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.homepage-images img {
    max-width: 150px;
    margin-bottom: 25px;
    margin-right: 25px;
    margin-left: 25px;
}

.logo-box{
	width: 50%;
	height: 190px;
}

.logo-box img{
 	max-height: 250px;
}

.news ul li img{
    float: right;
    width: 100%;
    max-width: 100%;
    margin-left: 25px;
    margin-bottom: 25px;
}

.news ul li::before {
    content: "";
}

}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 550px) {

.property-gallery div {
    border-right: 5px solid #fff;
}

.property-video {
    border-right: 5px solid #fff;
}

.banner-container .camera_caption_desc {
    font-size: 16px;
    line-height: 23px;
}

#wrapper .camera_caption > div {
    width: auto !important;
}

#wrapper .camera_caption_desc .propertydetailsbtn {
    padding: 8px!important;
}

.news-grid ul li{
    width: 100%;
    margin: 0px !important;
    margin-bottom: 25px !important;
}


.logo-box{
	width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.profile {
    float: left;
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
}

.profile .custom{
    width:100%!important;
    padding: 0px;
}

.profile .custom img{
    max-width: 200px;
}


h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

.page-header h1 {
    margin-top: 30px;
    margin-bottom: 0px;
}

.people-page-page-header h1 {
    text-align: center;
    margin-bottom: 0px;
}

.get-involved-page-header h1 {
    text-align: center;
    margin-bottom: 0px;
}

.contact-page-page-header h1 {
    text-align: center;
    margin-bottom: 0px;
}

.place-page p{
    text-align: left !important;
}

.moduletableabout-section h2{
    font-size: 30px;
    line-height: 35px;
    text-align: left !important;
}

.moduletableabout-section .hww-boxes .box4{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.about-intro {
    text-align: left;
}

.header #logo{

}


.header-box{
    top: 15px;
    text-align: left;    
}

.header .container {
    max-width: 100%;

}

.circle-buttons .circle-buttons a{
    width: 180px;
    min-height: 180px;   
    font-size: 25px;
    line-height: 27px;
}

.about-page .circle-buttons .circle-buttons a {
    width: 200px;
    min-height: 200px;   
    font-size: 22px;
    line-height: 24px;
}


}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 450px) {

.horizontal_search {
    max-width: 100%!important;
}

.header #logo img {
    max-width: 90px;
}

.property-gallery .gallery-overlay {
    padding: 5px;
    padding-top: 28px;
}

.footer-top img {
    max-width: 110px;
}

#footer ul li {
   float: left;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
}

.copyright span {
    font-size: 15px;
}

.copyright span.infusion {
    font-size: 12px;
}

.element_property {
    width: 100%;
}

.listing-container .ospitem-separator {
    width: 100%;
    padding-right: 0px;
}

.homepage-images img {
    max-width: 120px;
}

#testimonials-container span {
    font-size: 18px;
    line-height: 25px;
}

.price-slider {
    width: 300px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 8px;
}

.slicknav_btn {
    margin-top: 38px!important;
}


.partner-logos img {
    margin-bottom: 15px;
}

.partner-logos {
    padding-bottom: 10px;
}

.camera_commands {
    right: 0px!important;
    margin-top: -70px!important;
    
}

.camera_caption {
    bottom: 25px!important;
}

}

/* PHONES & TABLETS */
@media only screen 
and (min-width : 1px) 
and (max-width : 350px) {



}
