@import url(https://fonts.googleapis.com/css?family=Arimo);
@import url(https://fonts.googleapis.com/css?family=Raleway:500,700);

/* common styling */
blockquote {
	overflow: hidden;
  margin: 0px 0px 15px;
  border: 1px solid #d1d1d1;
  text-align: center;
  border-bottom: 3px solid #e0e0e0;
  padding: 9px 15px;
}

/* Layout starts here */
body {
	color: #777;
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	line-height:22px;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .register_help h2,
.menu-title, .subdivision-list-title,
.condominium-list-title, .fplist-title,
.search-title, .column-title,
.sd_addressbar, .social-title,
.comment_title, .mtg_title,
.detail-image-title, .detail-column-title,
.detail-comment-title, .detail-mapview-title,
.detail-streetview-title, .detail-features-title,
.detail-contact-title, .subhead_agentlist, .detail-social-title, .blog-title, .notice_title,
.testimonial_subtitle, .agent_listings_header,
.testimonial .testimonial_title,.buyer_agent_comm_title {
	color: #444;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 1.4;
	font-size: 20px;
	margin-bottom: 10px;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 19px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 15px;
}

h5, h6 {
  font-size: 14px;
}

a {
	color: #4c80bb;
	text-decoration:underline;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
}

main {
	background: url(../images/content-bg.png) repeat;
	height: 100%;
	min-width: 100%;
	position: relative;
	top: 0;
	bottom: 100%;
	left: 0;
	z-index: 1;
}


hr.separator {
	background: url(../images/content-separator.png) repeat-x bottom;
	background-size: 1px 3px;
	overflow: hidden;
	margin: 0px -20px 0px;
	padding: 0px 30px 25px;
	border: none;
}

/* header */
header {
	padding: 20px;
	text-align: center;
}

header.messsage {
	background: url(../images/content-separator.png) repeat-x bottom;
	background-size: 1px 3px;
}

.agentheader img {
	float: none;
}

.agentheader ol {
	display: block;
}

#controls {
	overflow: hidden;
	margin: 0px -20px 20px;
	padding: 0px 30px 20px;
	background: url(../images/content-separator.png) repeat-x bottom;
	background-size: 1px 3px;
}

#controls .nav-link {
	background: url(../images/icon-nav.png) no-repeat;
	width: 20px;
	height: 22px;
	background-size: 20px 22px;
	display: block;
	float: left;
	text-indent: -9999px;
	cursor: pointer;
	margin-top: 15px;
}

#controls .home-link {
	background: url(../images/icon-home.png) no-repeat;
	width: 20px;
	height: 22px;
	background-size: 20px 22px;
	display: block;
	float: right;
	text-indent: -9999px;
	margin-top: 15px;
}

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

.links a:first-child {
	margin-bottom: 5px;
}

.view_links {
	display: block;
	line-height: 24px;
}

.agentheader {
	border: 1px solid #c1c1c1;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.agentheader .agentname {
	color: #444;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.agentheader .agent_designations {
	color: #777;
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	margin-bottom:10px;
	display: block;
}

.widget a .agent_designations span {
  text-decoration: underline;
}

.agentheader .tagline {
	color: #444;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin-bottom:10px;
}

/*.header-inner .brokerlogo {
	display: none;
}*/

/* Navigarion */
#side-nav {
	background: #535353;
}

#side-nav h1, #side-nav h2, #side-nav .menu-title, #side-nav .subdivision-list-title, #side-nav .condominium-list-title  {
	font-size:16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #fff;
	margin:40px 10px 10px;
}

#side-nav a {
    padding: 8px 15px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-decoration: none;
    font-size: 12.6px;
    font-weight: 500;
}

#side-nav a:hover, #side-nav a:active {
	color: rgba(255, 255, 255, 1);
	background-color: #777
}

#side-nav .nav-close {
	padding: 17px 20px 18px;
	color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	cursor: pointer;
}

#side-nav .nav-close label {
	display: inline-block;
}

/* content */
section {
	padding: 0px 20px 30px;
}

/* forms */
label {
	display:block;
}

input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], 
.refine_search input[type="text"] {
    font-size: 16px;
    font-family: "Arimo",sans-serif;
    color: #777;
    text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
    height: 40px;
    border-radius: 4px;
    border: 1px solid #999;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
	transition: left 0.2s;
}

.searchform input[type="text"], input[type="password"],
input[type="phone"], input[type="email"], .searchform select,
.refine_search input, aside #sidesearch input,
.refine_search select, aside #sidesearch select,
.mtg_form input, .cma_form_container input, .cma_form_container select,
.customer_search_form li div.searchprice input,
.account_settings input[type="text"], .account_settings input[type="email"],
.account_settings input[type="phone"], .account_settings input[type="password"],
.account_settings select {
	margin-bottom: 10px;
}

textarea {
	height: 100px;
	min-height: 100px;
	min-width: 100%;
	max-width: 100%;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, input[type="email"]:focus, input[type="phone"]:focus {
	border: 1px solid rgb(99, 99, 99);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
	color: #333;
}

select,
.refine_search select {
    font-size: 16px;
    font-family: "Arimo",sans-serif;
    color: #777;
    text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
    height: 40px;
    border-radius: 4px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
	background: url(../images/select-arrow.png) no-repeat calc(100% - 10px)center, -moz-linear-gradient( 90deg, rgb(234,234,234) 0%, rgb(251,251,251) 100%);
	background: url(../images/select-arrow.png) no-repeat calc(100% - 10px) center, -webkit-linear-gradient( 90deg, rgb(234,234,234) 0%, rgb(251,251,251) 100%);
	background: url(../images/select-arrow.png) no-repeat calc(100% - 10px) center, -ms-linear-gradient( 90deg, rgb(234,234,234) 0%, rgb(251,251,251) 100%);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.004);
	-webkit-appearance: none;
	-moz-appearance: none;
}

select[multiple="multiple"],
.refine_search select[multiple="multiple"] {
    font-size: 16px;
    font-family: "Arimo",sans-serif;
    color: #777;
    text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 10px 35px 10px 10px;
    min-width: 100%;
    box-sizing: border-box;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
	background: #fff;
}

select[multiple="multiple"] option {
	margin: 5px 0px;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(11, 30, 50);
	border-radius: 4px;
	background-image: -moz-linear-gradient( 90deg, rgb(112,128,144) 0%, rgb(119,136,153) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(112,128,144) 0%, rgb(119,136,153) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(112,128,144) 0%, rgb(119,136,153) 100%);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.3);
	width: 100%;
	height: 52px;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
	margin: 10px 0px;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="button"]:hover, input[type="button"]:active {
	border: 1px solid rgb(30, 30, 30);
	background-image: -moz-linear-gradient( 90deg, rgb(119,136,153) 0%, rgb(112,128,144) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(119,136,153) 0%, rgb(112,128,144) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(119,136,153) 0%, rgb(112,128,144) 100%);
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}

.form_container {
  margin: 10px 0;
}

.refine_search span.refine-price-from, .refine_search span.refine-price-to {
    width: 100%;
}

.refine_search span.refine-price-from input[type="text"], .refine_search span.refine-price-to input[type="text"] {
    width: 100%;
}

/* quick search */

#sidesearch {
	margin-bottom:20px;
}

#sidesearch .ss_county {
	margin-bottom:10px;
}

#sidesearch .ss_price_from {
	width: 100%;
	overflow: hidden;
}

#sidesearch .ss_price_from b, #sidesearch .ss_price_to b {
	width: 22%;
	display: inline-block;
}

#sidesearch .ss_price_from input, #sidesearch .ss_price_to input {
	width: 100% !important;
}

#sidesearch .ss_searchbutton {
	margin: 20px 0px 10px;
}

/* Search Results */
.pageholder {
  overflow: hidden;
}

.propimage, .prop, .prop.co_commn {
	float: none;
	width: 100%;
	margin-right: 0;
	max-width: 100%;
}
.search_results img {
	width: 100%;
}

.alt_property_container {
	margin-bottom:20px;
	padding: 0;
}

.alt_propimage, .right_side {
	display: block;
	width: auto;
}

.alt_title {
	padding: 0;
}

.alt_address {
	margin: 0;
	display: inline-block;
	margin-right: 10px;
}

.alt_title .menu_log, .alt_title .like_login, .alt_title .like_off, .alt_title .like_on {
	display: inline-block !important;
}

.alt_property_container p, .alt_property_container .alt_contact {
	margin-bottom:10px;
}

.alt_property_container .alt_title a {
	display: block;
}

.alt_property img {
	width: 100%;
}

.pagination {
  margin-bottom: 10px;
}

.pagination, .returnswitch {
	text-align: center;
}

.pagination li, .returnswitch li {
	display: inline-block;
	margin: 5px;
}

.sort_list {
	text-align: center;
	margin-bottom:20px;
}

.sort_list li.inactive {
	margin-bottom: 0px;
	text-align: left;
}

.sort_list li {
	display: inline-block;
	margin: 5px;
}

.refine_search {
	margin-bottom: 20px;
}

.refine_search h2 {
	margin-top: 20px;
	margin-bottom: 0px;
}

.refine_search form {
	display: none;
	margin-top:15px;
}
.propholder {
	margin-bottom: 15px;
}
.propholder .sd_addressbar, .propholder .column-title {
  background-color: #808080;
	color: #fff;
	padding: 5px;
}

.propholder .sd_addressbar .pricedrop a, .propholder .sd_addressbar .green a,  .propholder .sd_addressbar .adult a, .propholder .sd_addressbar .virtualtour a, .propholder .sd_addressbar .foreclosure a, .propholder .sd_addressbar .shortsale a, .prop .column-title a {
  color: #fff;
}

.propholder .sd_addressbar a.menu_log {
	display: block;
}

.property_gallery img {
	width: 100%;
}

.right_side .alt_contact {
	text-align: center;
	border-bottom: 1px solid #c0c0c0;
	margin: 0 10%;
	list-style: none;
	float: none;
}

.alt_contact li {
	border-top: 1px solid #c0c0c0;
	padding: 5px 0px;
}

.alt_details {
  margin-top: 10px;
	display: block;
	width: auto;
}

.alt_details li {
  margin-bottom: 2px !important;
}

.alt_property {
	position: relative;
	overflow: hidden;
}

.alt_price {
	position: absolute;
	top: 25px;
	left: -30px;
	background: rgba(255, 255, 255, 0.8);
	width: 125px;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	transform: 		   rotate(-45deg);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.board_image {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height:auto;
}

.propfooter b, .pricedrop, .alt_pricedrop, .green,
.alt_green, .adult, .alt_adult, .virtualtour, .alt_virtualtour,
.foreclosure, .alt_foreclosure, .shortsale, .alt_shortsale, .bidx_pricedrop,
.bidx_green, .bidx_adult, .bidx_virtualtour, .bidx_foreclosure, .bidx_shortsale {
	font-weight: normal;
}

.propfooter b:hover, .pricedrop:hover, .alt_pricedrop:hover, .green:hover,
.alt_green:hover, .adult:hover, .alt_adult:hover, .virtualtour:hover, .alt_virtualtour:hover,
.foreclosure:hover, .alt_foreclosure:hover, .shortsale:hover, .alt_shortsale:hover, .bidx_pricedrop:hover,
.bidx_green:hover, .bidx_adult:hover, .bidx_virtualtour:hover, .bidx_foreclosure:hover, .bidx_shortsale:hover {
	font-weight: bold;
}

/* agent listing page */
.agentlist .propholder li {
  margin-bottom: 2px;
	display: block;
}

.agentlist .propholder li > a, .agentlist .propfooter b {
  min-height: inherit !important;
  display: inline-block;
}

.agentlist .propholder .column-title {
  margin-top: 10px;
}

/* Pages */
.cma_form_container h2 {
	margin: 30px 0px 15px;
}

.cma_form b {
	display:block;
	width: auto !important;
}

.cma_form_container em {
  color: #f00;
  margin-right: 5px;
}

.mtg_title {
	color: #444;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}

/* Blog */
.blog img {
	max-width: 100%;
	height: auto !important;
}

.blog, .propholder {
	margin: 0px -20px 20px;
	padding: 0px 20px 20px;
	background: url(../images/content-separator.png) repeat-x bottom;
	background-size: 1px 3px;
	/*overflow: hidden;*/
}

.blog  .drop_cap {
	float: none;
}

.blog:last-child {
	background: none;
}

.blog-title a {
	color: #444;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 19px;
	margin-bottom: 20px;
	display: block;
	line-height: 1.4;
}

.social {
	overflow: hidden;
	margin: 20px 0;
	text-align: left;
}

.social li {
	float: left;
	margin-right: 5px;
	list-style: none;
}

/* Agents */
.pagebody.brokers_list {
  text-align: center;
}

.brokers_list .agentlist li {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 30px;
    margin-right: 18px;
    display: inline-block;
    padding-bottom: 10px;
}

.agentlist li .agentimg {
  width: 150px;
}

.agentlist li > a {
    min-height: 210px;
    display: block;
}

.agentlist b {
	display: block;
	font-size: 16px;
}

.agentlist h2 {
	font-size: 14px;
}

.agent_designations {
	font-size: 14px;
}

.agentpage .paragraph {
	margin: 15px 0;
}

.required_notice {
	display: block;
	font-size: 14px;
	margin-top:10px;
}

/* footer */
footer {
	background: url(../images/footer-bg.png) repeat;
	border-top: 2px solid #000;
	color: #aaa;
	padding: 20px;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
}

footer a:hover {
	color: #fff;
}

footer div {
	margin-bottom: 20px;
}

.brokeridxlink {
	background: url(../images/footer-separator.png) repeat-x top;
	background-size: 1px 3px;
	padding-top: 20px;
	text-align: center;
	margin: 0px -20px;
}

/* Google maps and street view */
#wagmp_map_2 {
  display: block;
  height: 250px;
}
#wagmp_map_2 span {
  display: inline-block;
  width: 2px;
  height: 2px;
}
#wagmp_pano {
  display: block;
  height: 250px;
  margin: 15px 5px 10px 5px;
}
.streetview {
  height: 300px;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 5px;
  overflow: hidden;
}

#detailprop, .mapview {
	margin-bottom: 15px;
}

#detailprop .propflags {
    display: block;
    padding: 5px 0;
}

.detail_features_container h1, .detailfeatures .detail-features-title {
	font-size: 15px;
	margin: 15px 0 5px;
}

#detailcontact h1, .social h1, .detailform h1 {
	font-size: 19px;
	margin: 20px 0 10px;
}

.mapview h2, .detail_comment h2, #detailprop h2, .detail-column-title, .detail-mapview-title,
.detail-comment-title, .detail-contact-title, .detail-streetview-title,.buyer_agent_comm_title{
	margin: 20px 0 10px;
}

.map_search {
	margin-bottom: 15px;
}

.instructions {
	font-size: 14px;
	margin-bottom: 20px;
}

.property_img_gallery li {
	float: left;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.gallery-msg {
	text-align: center;
	margin-bottom: 5px;
}

.detail-column-title,.buyer_agent_comm_title {
  margin: 10px 0 0;
}

#login-popup, #register-popup, #recover-popup {
    width: 98%;
    left:  auto;
    margin:0 auto ;
		position: relative;
		height: 465px;
		overflow: scroll;
}

#recover-popup {
  height: 250px;
}

.register_help {
    float: none;
    width: 100%;
}

.popupform {
    padding: 20px;
}

.popHead {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 5px;
}

.closePopup {
    right: 24px;
    padding: 6px;
    font-size: 16px;
}

.popupform .social_links {
    margin: 0px;
}

.popupform h1.fb_login, .popupform a.fb_login, .popup_left h1 {
    padding: 10px 10px 0px;
    font-size: 16px;
    line-height: 16px;
}

div.search_links {
  width: auto;
}

.social_link .fbLogin {
    width: 212px;
}

.login_seperator {
    font-size: 20px;
    line-height: 20px;
    margin: 5px 0px 10px;
}

.login_seperator::after, .login_seperator::before {
  top: 12px;
}

.register_fields {
    width: 100%;
}

.fa-user, .fa-lock, .fa-envelope, .fa-phone {
    right: 15px;
    top: 15px;
}

.popupform input[type="text"], .popupform input[type="password"], .popupform input[type="email"], .popupform input[type="tel"] {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-shadow: none;
    color: #979696;
}

.popupform input[type="submit"] {
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.popupform a, #register-popup a, #recover-popup a {
    font-size: 16px;
}

.pagebody {
	overflow: hidden;
}

.pagebody .social_link {
	float: none;
	padding: 10px 0;
}

.customer_search_form.form_container {
  padding: 0;
  margin: 0;
}

.customer_search_form .submitbtn {
    position: static;
    display: block;
    width: 100%;
}

div.search_links {
    position: static;
    margin-bottom: 20px;
    text-align: left;
}

.pagebody .form_container li b {
    text-align: left;
    width: auto;
}

.search_property.listing_age b {
    display: none;
}

.propimage img {
    width: 100%;
}

.pagebody .register_help h2 {
  color: #444;
}

.like_on, .like_off {
	margin-left: 0 !important;
}

#detailcontact li a img {
	margin-top: 3px;
	float: left;
}

.description a b {
	display: inline-block;
  text-decoration: underline;
	font-weight: 400;
}

.description a b:hover {
	font-weight: 700;
}

.detail-street-view, .detail-map-view {
   height: calc(100% - 38px);
}
#detailcontact ol {
    padding-left: 0;
    list-style: none;
}

.agentlist .alt_contact {
	border-bottom: none;
}

li.question_link {
	margin-bottom: 0;
}

.pagebody .social-links .social_link {
    float: none !important;
}

.pagebody .social-links a.fb_login {
	text-decoration: none;
}

.pagebody .social-links a.fb_login:hover {
	font-weight: 400;
}

/* swipeme */
.panel {
	height: 100%;
	-webkit-transition: margin 0.4s ease-out;
	-moz-transition: margin 0.4s ease-out;
	-o-transition: margin 0.4s ease-out;
	transition: margin 0.4s ease-out;
}

.panel-left {
	float: left;
	width: 200px;
	margin-left: -200px;
  height: 100%;
  overflow: auto;
  position: fixed;
}

.panel-main {
	position: relative;
	float: left;
	width: 100%;
	margin-left: 0;
}

.pull-right .panel-left {
  margin-left: 0;
}

.pull-right .panel-main {
	margin-right: -200px;
  margin-left: 200px;
}

.pull-right .panel-right {
	margin-left: 200px;
}

/* Privacy */
.privacy_statement ul,
.privacy_statement ol  {
  margin-bottom: 12px;
}
.privacy_statement li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 3px;
}

/* remove list style */
.notice, .searchitems {
  margin-bottom: 20px;
}

/* view profile page */
.account_settings h2, .testimonial_subtitle {
  margin: 20px 0 10px;
}

.highlight.testimonial_body {
  padding: 0.5em 0 !important;
  margin: 1em 0;
}

.agent_link {
  margin-bottom: 20px;
}

table {
	width: 100% !important;
}

.propholder .foreclosure {
    background-image: url('/templates/common/flags/white_foreclosure_icon.png');
}
.propholder .adult {
    background-image: url('/templates/common/flags/white_adult_icon.png');
}
.propholder .pricedrop {
    background-image: url('/templates/common/flags/white_reduced_icon.jpg');
}
.propholder .green {
    background-image: url('/templates/common/flags/white_green_icon.png');
}
.propholder .virtualtour {
    background-image: url('/templates/common/flags/white_vtcamera.png');
}
.propholder .shortsale {
    background-image: url('/templates/common/flags/white_shortsale_icon.png');
}

/* Form Styling */
.searchform ol, .agentpage img {
	width: auto;
	float: none;
}
.thefirstname, .thelastnamee, .contactform_thename, .contactform_thename,
.searchform li input[type="text"], .searchform li select, .contact_form_thename,
.thename, .account_settings input[type="text"], .account_settings input[type="email"],
.account_settings input[type="phone"], .account_settings input[type="password"], .account_settings select,
.profile_firstname {
    width: 100% !important;
}

.contact_form_thename {
	margin: 0;
}

/* Create poll */
.testimonial .testimonial_title {
  background: #808080;
  padding: 5px;
  display: block;
}

.testimonial .testimonial_title a {
  color: #fff;
  font-weight: bold;
}

.testimonial .testimonial_title a:hover {
  color: #808080;
}

.polllist_row:hover {
    background: #808080 !important;
}

form li b {
	width: auto !important;
}

.searchprice {
	display: block;
}

.poll-listing-container, .poll_listing_container, .pollcss .alt_property_container {
	border: none;
	padding: 0;
}

#commentform [type="submit"] {
	margin-left: 0;
}

/* detail popups */
.information-popup li, .detailform li {
	float: none;
}

.detailform li:first-child input.thename, .detailform li:first-child input {
	width: 100%;
	float: none;
}

.information-popup li textarea, .detailform textarea {
	min-width: 100%;
	max-width: 100%;
}

.contact_agent_popup, .schedule_showing_popup, .detailform {
	width: 100% !important;
}

.information-popup .user_name .left-col, .information-popup .user_name .right-col {
	float: none;
	width: auto;
}
.information-popup select, .information-popup .radio-btn {
  width: 100%;
  margin-bottom: 5px !important;
  float: none;
}

.information-popup .radio-btn {
	margin-left: 0px;
	color: inherit;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
	position: absolute !important;
}

.detailform li:first-child input:first-of-type {
    margin-right: 0;
}
.detailform li:first-child input.thename, .detailform li:first-child input {
    width: 100% !important;
}

.promo_form, #contact_form, .the_contact_form, .the_contact_form.pop-up.contact_form, .contact_form, .detailform.pop-up {
	width: 100%;
}

.custom-icon-x-twitter {
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" /></svg>') no-repeat center;
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" /></svg>') no-repeat center;
	mask-size: cover;
	-webkit-mask-size: cover;
	margin-bottom: -3px;
}
.custom-icon-bluesky {
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M111.8 62.2C170.2 105.9 233 194.7 256 242.4c23-47.6 85.8-136.4 144.2-180.2c42.1-31.6 110.3-56 110.3 21.8c0 15.5-8.9 130.5-14.1 149.2C478.2 298 412 314.6 353.1 304.5c102.9 17.5 129.1 75.5 72.5 133.5c-107.4 110.2-154.3-27.6-166.3-62.9l0 0c-1.7-4.9-2.6-7.8-3.3-7.8s-1.6 3-3.3 7.8l0 0c-12 35.3-59 173.1-166.3 62.9c-56.5-58-30.4-116 72.5-133.5C100 314.6 33.8 298 15.7 233.1C10.4 214.4 1.5 99.4 1.5 83.9c0-77.8 68.2-53.4 110.3-21.8z" /></svg>') no-repeat center;
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M111.8 62.2C170.2 105.9 233 194.7 256 242.4c23-47.6 85.8-136.4 144.2-180.2c42.1-31.6 110.3-56 110.3 21.8c0 15.5-8.9 130.5-14.1 149.2C478.2 298 412 314.6 353.1 304.5c102.9 17.5 129.1 75.5 72.5 133.5c-107.4 110.2-154.3-27.6-166.3-62.9l0 0c-1.7-4.9-2.6-7.8-3.3-7.8s-1.6 3-3.3 7.8l0 0c-12 35.3-59 173.1-166.3 62.9c-56.5-58-30.4-116 72.5-133.5C100 314.6 33.8 298 15.7 233.1C10.4 214.4 1.5 99.4 1.5 83.9c0-77.8 68.2-53.4 110.3-21.8z" /></svg>') no-repeat center;
	mask-size: cover;
	-webkit-mask-size: cover;
	margin-bottom: -3px;
}
.custom-icon-linktree {
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" xml:space="preserve"><path d="m13.511 5.853 4.005-4.117 2.325 2.381-4.201 4.005h5.909v3.305h-5.937l4.229 4.108-2.325 2.334-5.741-5.769-5.741 5.769-2.325-2.325 4.229-4.108H2V8.122h5.909L3.708 4.117l2.325-2.381 4.005 4.117V0h3.473v5.853zM10.038 16.16h3.473v7.842h-3.473V16.16z"></path></svg>') no-repeat center;
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" xml:space="preserve"><path d="m13.511 5.853 4.005-4.117 2.325 2.381-4.201 4.005h5.909v3.305h-5.937l4.229 4.108-2.325 2.334-5.741-5.769-5.741 5.769-2.325-2.325 4.229-4.108H2V8.122h5.909L3.708 4.117l2.325-2.381 4.005 4.117V0h3.473v5.853zM10.038 16.16h3.473v7.842h-3.473V16.16z"></path></svg>') no-repeat center;
	mask-size: cover;
	-webkit-mask-size: cover;
	margin-bottom: -3px;
}

@media only screen and (max-width: 768px) {
	.results_sort {
		float: none;
	}
}

@media only screen and (max-width: 480px) {
	.agentlist li {
		margin-right: 0;
		display: block;
	}
	
	.agentlist li > a {
		min-height: inherit;
	}

	.results_sort, .agent_image img {
		float: none;
	}
	
	.widget {
		width: 100%;
	}
	
	.agent_image img  {
		margin-bottom: 10px;
	}
	
	.pagebody img{
		margin: 0px !important;
	}

}

@media only screen and (max-width: 320px) {
	.pull-right .panel-left h2, .pull-right .panel-left h1 {
		padding-left: 25px;
	}
	
	.m-theme .caroufredsel_wrapper img {
		width: 280px !important;
	}
}
