/* -------------------- DEFAULT MEDIA QUERIES -------------------- */
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

/* -------------------- GENERAL -------------------- */
body {
	font-family: 'Muli', sans-serif;
	
	font-weight:400;
	font-size:14px;
	line-height:24px;
	color:#fff;
	background:#111;
}
h1, h2, h3, h4 {
	font-family: 'Oswald', sans-serif;
	margin:0; /* removes bootstraps default header margins */
}
h1 {
	font-size:32px;
	margin-bottom:20px;
}

h2 {
    color: #22a5a0;
    font-size: 28px;
    margin-bottom: 60px;
    text-align: left;
}

.home h2 {
	color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
}

h3 {
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 30px;
}
h4 {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 30px;
    font-family: 'Muli', sans-serif;
}
a {
	color:#22a5a0;
}
a:hover, a:focus {
	color:#55c1bd;
}
hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #DBDBDB, #434343, #DBDBDB);
    background-image:    -moz-linear-gradient(left, #DBDBDB, #434343, #DBDBDB);
    background-image:     -ms-linear-gradient(left, #DBDBDB, #434343, #DBDBDB);
    background-image:      -o-linear-gradient(left, #DBDBDB, #434343, #DBDBDB);
    margin:35px 0 60px 0;
}
.clear {
	clear:both;
}

.main-content {
	margin-top: 100px;
}


/* -------------------- NAVIGATION -------------------- */
.navbar {
	background-color:#212121;
	font-size:12px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	margin-bottom:0;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.3);
	position:fixed;
	width:100%; 
	 z-index:1000; 
	 text-transform: uppercase;
}
/* nav .container {
	background:url("https://s3.amazonaws.com/store24-ubertor-com/artleerealtor.myubertor.com/content/image/452105.png") 18px 12px no-repeat; /* nav logo */
/* } */
/* #navbar .container {
	background:none; /* removes nav logo from mobile sub nav */
/* } */

.navbar-nav > li > a {
    color: #fff;
}
@media (min-width: 768px) {
	/* #navbar .container {
		background:url("https://s3.amazonaws.com/store24-ubertor-com/artleerealtor.myubertor.com/content/image/452105.png") 18px 12px no-repeat; /* nav logo */
	/* } */
	.nav-collapse {
	  margin-top: 0; /* removes default top margin */
	}
	.navbar-nav { /* centers nav */
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
}
	.navbar-nav > li > a {
    	line-height:50px;
    	padding:0 10px 0 10px;
	}
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background:#22a5a0;
 
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #fff;
    background:#22a5a0;
    
}
.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
   color: #fff;
    background:#22a5a0;
}
/* mobile version */
.navbar-toggle {
    border-color: #fff;
    margin:21px 15px 20px 0;
}
.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: none;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-nav {
	margin: 0 auto;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }
}

/* -------------------- HEADER -------------------- */
.realtor_heading_title, .header-meta, .navbar-logo {
	display:none;  /* hides default ubertor header */
}
.container.header_text {
	width:100%; /* forces custom header to be 100% width */
	padding:0;
}
.container.header_text:nth-of-type(2) { /* hides double header on pqs page) */
	display:none;
}


/* -------------------- BANNER -------------------- */
#bannerHome {
	height: 520px;
	margin-top: 5px;
}

.headerBg {
    background-image: none;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 5px solid #333;
}

.home .headerBg {
    border-bottom: 0px solid #444;
}

.headercontent {
    color: #fff;
    font-size: 18px;
    padding-bottom: 50px;
    padding-top: 100px;
    line-height: 28px;
}

.headtext {
	padding-top: 20px;
	text-align: center;
}

.social {
	margin-bottom: 20px;
}

.social:hover {
	opacity: 0.8;
}

.headtext a {
	color:#fff;
}
.headtext a:hover, .headtext a:focus {
	color:#22a5a0;
	text-decoration: none;
}

.logo {
	margin: auto;
	display: block;
}

.bannertag {
    display: block;
    margin: auto;
    padding: 50px 10px;
}


@media (min-width: 768px) {


	.headtext {
    text-align: left;
	}

	.headerBg {
    background-image: url("https://s3.amazonaws.com/store24-ubertor-com/artleerealtor.myubertor.com/content/image/452106.png");
}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

/* -------------------- HOME PAGE CONTENT -------------------- */

.topgray {
	background: #212121;
}
.topgray2 {
    margin-top: 100px;
    padding: 30px 0;
}

.logooutline {
	border: 5px solid #fff;

}

.gray {
    font-size: 16px;
    line-height: 26px;
    padding: 30px 0;
    text-align:center;
}

.roundb {
    border: 5px solid #fff;
    border-radius: 150px;
    margin: 15px auto;
    transition: all 0.25s ease-in-out 0s;
}

.roundb:hover {
	border: 5px solid #22a5a0;
}

.cardBtn h2 {
    background: #212121 none repeat scroll 0 0;
    color: #fff;
    font-size: 24px;
    margin-top: 5px;
    padding: 20px;
    border: 5px solid #212121;
    transition: all 0.25s ease-in-out 0s;
}
.cardBtn:hover h2 {
    border: 5px solid #fff;
    text-decoration: none;
}

.cardBtns a:hover, a.cardBtn h2:focus {
 	text-decoration: none !important;
}

.vipbtn h2 {
    background: #111 none repeat scroll 0 0;
    color: #fff;
    font-size: 24px;
    margin-top: 5px;
    padding: 20px;
    border: 5px solid #fff;
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
}
.vipbtn:hover h2 {
    border: 5px solid #22a5a0;
    text-decoration: none;
}

.vipbtn a:hover, a.vipbtn h2:focus {
 	text-decoration: none !important;
}

.cardBtns {margin-top: 100px;}

.toptext {
	margin-top: 0px;
}

@media (min-width: 768px) {
	.vipbtn h2 {
		width: 410px;
	}
}
@media (min-width: 992px) {
	.gray {
    text-align:left;
	}
	.vipbtn h2 {
		width: 535px;
	}

}
@media (min-width: 1200px) {
	.vipbtn h2 {
		width: 600px;
	}
	.toptext {
	margin-top: 25px;
	}
}

.post_heading {text-align: left;
}


/* -------------------- PROPERTY QUICK SEARCH -------------------- */
.search_board_listings {
	background:#212121;
	text-align:center;
	padding:30px 20px 30px 20px;
	margin-top:100px;
	margin-bottom:100px;
}
.search_board_listings h2 {
	color:#fff;
	font-size:28px;
}
#mls_search_11_price_min, #mls_search_11_price_max {
	margin:0 0 15px 0;
}
@media (max-width: 991px) {
    .search_board_listings .lstngs-sel, #mls_search_3_price_min, #mls_search_3_price_max {
        margin-bottom:10px;
    }
}
.search_board_listings .submit-btn {
	background:#22a5a0;
	color:#fff;
	width:100%;
	transition: .25s ease-in-out;
   -moz-transition: .25s ease-in-out;
   -webkit-transition: .25s ease-in-out;
}
.search_board_listings .submit-btn:hover, .search_board_listings .submit-btn:focus {
	background:#55c1bd;
	color:#fff;
}


/* -------------------- FEATURED PROPERTIES CARDS -------------------- */

 .featured_listings {margin-top: 100px;
 }

.item {
	text-align:center;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  padding:0;
  font-size:14px;
  line-height:20px;
  margin: 30px auto;
  color:#fff;
  width: 305px;
}
.item h3 {
	display:none;
}
.item img {
	width:100%;
}
.item .address {
	background:#212121;
	margin:0;
	padding:12px 0 10px 0;
	color:#313131;
	font-size:14px;
}
.item .address a {
	color:#2db8b3;
}
.item .listing-meta {
	background:#212121;
	padding:0 0 2px 0;
}
.item .price {
	margin:0;
	padding:0 0 8px 0;
	font-weight:700;
	font-size:20px;
}
.item ul {
	list-style:none;
	padding:0;
}
@media (min-width: 768px) {
	.item {
	width:220px;
  	float:left;
  	margin-left:15px;
  	margin-right:15px;
  	margin-bottom:30px;
	}
	.item img {
		height:147px;
	}
}
@media (min-width: 992px) {
	.item {
		width:293.32px;
	}
	.item img {
		height:196px;
	}
}
@media (min-width: 1200px) {
	.item {
		width:360px;
	}
	.item img {
		height:240px;
	}
}
.featured_listings .btn {
	background:#fff;
	border:none;
	color:#313131;
	transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
}
.featured_listings .btn:hover, .featured_listings .btn:focus {
	background:#22a5a0;
	border:none;
}




/* -------------------- PROPERTIES -------------------- */


.listing-row {
    clear: none;
    margin: 0 18px 20px 0;
    padding: 9px;
    background-color: #212121;
    clear: none;
    float: left;
    margin: 0 22px 20px 0;
    padding: 9px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

h2.text-center {
	text-align: left;
}

/* -------------------- CREB NOW NEWS FEED -------------------- */
#widget_rss {
	margin-bottom:25px;
}
#widget_rss_title {
	margin-bottom:10px;
}


/* -------------------- FOOTER -------------------- */
footer {
	display:none;
}
.footer_text {
	background-color:#111;
	margin-top:60px;
	padding:60px 0 60px 0;
	font-size:12px;
	line-height:22px;
	color:#fff;
	width:100%;
}
.footer_menu_links {
	display:none; /* removes default footer nav */
}
.footerNav {
	margin:0 0 30px 0;
}
.footerNav a {
	font-size:14px;
	color:#fff;
	margin:0 20px 0 0;
}
.footerNav a:hover, .footerNav a:focus {
	color:#fff;
}
.brokerageFooter {
	margin:0 0 15px 0;
}
.logoCREB {
		margin-top:15px;
	}
.logoCREB a img {
	opacity:0.7;
	transition: .25s ease-in-out;
   -moz-transition: .25s ease-in-out;
   -webkit-transition: .25s ease-in-out;
}
.logoCREB a:hover img, .logoCREB a:focus img {
	opacity:1;
}
.disclaimer {
	font-size:10px;
	margin-top:30px;
	line-height:20px;
}
@media (min-width: 768px) {
	.brokerageFooter {
		margin:0 15px 0 0;
	}
	.logoCREB {
		margin-top:0;
	}
}


/* --------------------------------------------------- */
/* -------------------- SUB PAGES -------------------- */
/* --------------------------------------------------- */


/* -------------------- SHARED ELEMENTS -------------------- */
.lead-form {
	margin-top:30px;
	background:#fff;
	padding:15px 15px 5px 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	color:#313131;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}
#form_protection {
	padding-left:15px;
	padding-right:15px;
}
.lead-form .submit-btn {
	padding-left:15px;
}
.breadcrumb {
	background:rgba(0, 0, 0, 0.1);
  margin-bottom:50px
}
.pager li a{
  background:rgba(0, 0, 0, 0.1);
  border:none;
  color:#00629D;
}
.pager li a:hover, .pager li a:focus {
  background:rgba(0, 0, 0, 0.2);
  border:none;
}
.pagination li a {
	background:rgba(255, 255, 255, 0.1);
	color:#fff;
	border:0;
}
.pagination li a:hover, .pagination li a:focus {
	background:rgba(255, 255, 255, 0.2);
	color:#fff;
}
.pagination .active a {
	background:#22a5a0;
	color:#313131;
	border:0;
}
.pagination .active a:hover, .pagination .active a:focus {
	background:#8af301;
	color:#313131;
}
.pagination .hellip {
	display:none; /* removes elipses after pagination */
}

.footer_text {
	border-top: 5px solid #333;
}

.home .footer_text {
	border-top: 0px solid #333;
}


/* -------------------- LISTINGS -------------------- */
.pSearch_nav {
	display:none; /* hides Map View button */
}
ul#navigation {
	list-style:none;
}
ul.links {
	list-style:none;
}
.info img {
	margin-bottom:15px;
}
.property form ul {
	list-style:none;
}
.listing-row {
	margin-bottom:30px;
}
h3.price {
	margin-bottom:15px;
}
ul.info {
	padding:0 0 0 15px;
}
.property_detail h2 {
	margin-top:20px;
}
.d-label {
	font-weight:700;
}
.detail-right .lead {
	font-size:14px;
}
.row.text-left.al-btm {
	margin:20px 0 0 0;
	border-top:1px solid #ccc;
	padding-top:20px;
}
.al-btm ul {
	list-style-type: none;
}
#mortgageCalculator_information {
	margin-bottom:20px;
}
#mortgageCalculator_information b {
	display:block;
	margin-bottom:20px;
}
.nav.nav-tabs.al-tab {
	margin-top:30px;
	background:#f5f5f5;
}
.nav.nav-tabs.al-tab.al-lnav {
	margin-top:0;
}
#photos ul li {
	list-style:none;
	display:inline-block;
}
.board_disclaimer {
	margin-top:30px;
}
#listing_group .lot_size { /*hides ambiguous lot size from listings */
	display:none;
}


/* -------------------- PROPERTY SEARCH -------------------- */
.ex-h {
	font-size:32px;
}
.step_box h2 {
	margin-bottom:10px;
}
.step_box {
	margin-bottom:20px;
}
.link_button {
	display:block;
	background:#F5F5F5;
	padding:5px;
	margin-bottom:5px;
	width:100%;
	text-align:center;
}
.thumbnails {
	margin:auto;
}
.info {
	list-style-type:none;
}
.provided_by {
	display:none;
}
h3.value {
	margin-bottom:10px;
}
#listing_detail_img {
	width:100%;
	text-align:center;
}
#detail_menu {
	margin-bottom:30px;
}
#details h3 {
	margin:20px 0 15px 0;
}
.tab_Photos ul {
	list-style-type:none;
}
.tab_Photos ul li {
	display:inline-block;
	padding:5px;
}


/* -------------------- BLOG -------------------- */
.post {
	margin-bottom:30px;
}


/* -------------------- LINKS -------------------- */
h2.title {
	font-size:32px;
}
#links h3 {
	margin-bottom:10px;
}
#links ul {
	margin-bottom:20px;
}


/* -------------------- MARKET STATS -------------------- */


.marketStats {
	overflow: auto;
	-webkit-overflow-scrolling:touch; /* iOS fix */
	margin-bottom:60px;
}
.marketStats iframe {
	width:100%;
	max-width:600px;
	height:360px;
}
@media (min-width: 485px) {
	.marketStats iframe {
		height:340px;
	}
}
@media (min-width: 650px) {
	.marketStats iframe {
		height:300px;
	}
}

/* ADDITIONAL RECA CODE */

@media only screen and (max-width: 991px) {
img.rep-broker-logo {
    width: 100%;
    max-width: 255px;
    margin: 0 auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
img.logo {
    width: 100%;
    max-width: 115px;
    margin-top: 30px;
}

img.rep-broker-logo {
    width: 100%;
    max-width: 255px;
    margin-top: 30px;
}
}

@media only screen and (max-width: 767px) {
img.logo {
    width: 100%;
    max-width: 185px;
}
}

span.inner_description img {
    width: 41px;
    padding: 5px;
}

/*jx-featured listing badge*/
#feature_listings .badge-custom.-green{
  background:#228B22;
  width:150px;
  position:absolute;
}
#feature_listings .badge-custom.-red{
  background:#FE0000;
  width:150px;
  position:absolute;
}

.badge-custom.under-contract {
  background: #FFFF00;
  color: #000;
  width: 150px;
  position: absolute;
  text-transform: uppercase;
}

.uber-badge {
  border-radius: 0;
}

/*jx-clicksold*/
.cs-treeview-boxtree-container ul li{
  color:#000;
}
#cs-wrapper div.cs-pagination-bar-paging span.current{
  background-color: #000!important;
}
.cs-button-quick-search{
  color:#000;
}
.cs-idx-search-vip-options-inner span{
  color:#000;
}
.cs-idx-search-header .cs-input-container{
  color:#000;
}
#cs-idx-quickstats span{
  color:#000;
}
#cs-idx-search-sort option,
.cs-pagination-bar-sort-mls-search{
  color:#000!important;
}

ul.ubr_share_bar li.ubr_share_button {
    display: inline-block;
    width: 100%;
    max-width: 82px;
}

ul.ubr_share_bar li.ubr_share_button iframe.facebook-like-button {
    width: 100% !important;
    height: 22px !important;
}
a.twitter-timeline {
    display: none;
}
