/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {list-style: none;}
img{max-width: 100%; height: auto;}
strong{font-family: 'montserratbold';}


.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}


/* Make HTML 5 elements display block-level for consistent styling */  


/***** END RESET *****/
.list-top-section {padding-top: 30px;}
.detail__breadcrumbs {padding-top: 30px;}
    
.social > a > .fa {font: normal normal normal 14px FontAwesome !mportant;}

/* NOUI SLIDER */
.hp-slider .example-val {padding: 5px 0;}
.noUi-target{position: relative; direction: ltr}
.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.noUi-handle{position: relative; z-index: 1}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position: absolute}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.noUi-background{background: #ccc;}
.noUi-connect{background: #354447 !important; border: 1px #ccc solid;}
.noUi-target{width: calc(100% - 15px); margin: 15px auto;}
.noUi-handle{background: #fff !important; border: 1px solid #ccc; border-radius: 3px;}
.noUi-handle:after, .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #777;}
.example-val{ font-weight: 600; color: #000;} .example-val span{font-weight: 400;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}



.view-listing-details-link {background-color: #b5121b !important; color: white !important;}
.view-listing-details-link:hover {background-color: black !important; color: white !important;}

/***** TEXT/LINK FORMATTING *****/

@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-light-webfont.woff') format('woff'),
         url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
::-moz-selection {
    background: #b5121b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #b5121b;
    color: #fff;
    text-shadow: none;
}

h1 { font-family: 'montserratbold'; color:  #b5121b; font-size: 35px; line-height: 150%; text-transform: uppercase; border-bottom: 1px #aaa solid !important;}
h1 { font-family: 'montserratbold'; font-size: 20px; text-transform: uppercase;}
h3 { font-family: 'montserratbold'; font-size: 20px; text-transform: uppercase; margin-bottom: 10px;}
h4 { font-family: 'montserratbold'; font-size: 16px; text-transform: uppercase; text-transform: uppercase;}
h5 { font-family: 'montserratbold'; font-size: 16px; text-transform: uppercase; margin-bottom: 10px;}

p { font-family: 'montserratlight'; font-size: 14px; line-height: 22px;}

.bold-red{font-family: 'montserratbold'; color: #b5121b;}

a{
	color: inherit;
	text-decoration: none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
a:hover{color: #b5121b;}

a.btn{
	display: inline-block;
	position: relative;
	padding: 10px 40px;
	box-sizing: border-box;
	background: #b5121b;
	font-family: 'montserratbold';
	text-transform: uppercase;
	color: #fff;
	margin: 8px 0;
}
a.btn:before{position: absolute; font-family: 'FontAwesome'; content: "\f0da"; right: 15px; top: 32%; color: #fff; transition: all .2s ease-in-out;}
a.btn:hover:before{right: 20px;}

/***** SITE FRAMEWORK *****/

html, body{
	font-family: 'montserratlight';
	font-size: 14px;
	background: #000;
}
.main{
    background: #C2C2C2 url(../siteart/bg.jpg) repeat-x;
    background-size: auto 705px;
}
.main .mycontainer{background: #fff; padding: 40px; box-sizing: border-box; min-height: 450px;}
.mycontainer{
	max-width: 1100px;
	margin: 0 auto;
}

.grey-bg{background: #363636; border-top: 3px #b5121b solid;}

.column12{width: 100%; padding: 0 25px 0 0; box-sizing: border-box; float: left;}
.column11{width: 91.6666%; padding: 0 25px 0 0; box-sizing: border-box; float: left;}
.column10{width: 83.3333%; padding: 0 25px 0 0; box-sizing: border-box; float: left;}
.column9{width: 75%; padding: 0 25px 0 0; box-sizing: border-box; float: left;}
.column8{width: 66.6666%; padding: 0 25px 0 0; box-sizing: border-box; float: left;}
.column7{width: 58.3333%; padding: 0 25px 0 0; box-sizing: border-box; float: left;}
.column6{width: 50%; padding: 0 25px 0 0; box-sizing: border-box; float: left;}
.column5{width: 41.6666%; padding: 0 25px 0 0; box-sizing: border-box; float: left;}
.column4{width: 33.3333%; padding: 0 25px 0 0; box-sizing: border-box; float: left;}
.column3{width: 25%; padding: 0 25px 0 0; box-sizing: border-box; float: left;}
.column2{width: 16.6666%; padding: 0 25px 0 0; box-sizing: border-box; float: left;}
.column1{width: 8.3333%; padding: 0 25px 0 0; box-sizing: border-box; float: left;}
.last{padding: 0;}

.pad-tb{padding: 35px 0;}

/***** HEADER *****/

.top-header{
	background: #363636;
	border-bottom: 1px #fff solid;
	text-align: right;
}
.top-header a{
	font-family: 'montserratbold';
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 15px;
	background: #7d7d7d;
	color: #fff;
	text-align: center;
}
.top-header a:hover{color: #ccc;}
.header{
	background: #000;
}
#logo{
	float: left;
	width: 150px;
	padding: 44px 0;
}

a.back{display: block; text-transform: uppercase; position: relative; font-size: 12px; padding-left: 15px; margin-bottom: 10px;}
a.back:before{position: absolute; top: 2px; left: 0; font-family: 'FontAwesome'; content: '\f0d9'; font-size: 12px;}


/***** SEARCH *****/

#quick-search {
	float: right;
    width: 200px;
    position: relative;
	top: 42px;
}
.search:before {
    position: absolute;
    top: 9px;
    right: 12px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-family: 'FontAwesome';
    content: '\f002';
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
}
.searchTerm {
	background: #1e1e1e !important;
	border: 1px #767676 solid !important;
    width: 100% !important;
    padding: 8px 15px !important;
	color: #fff !important;
    outline: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box !important;
}
.searchButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px !important;
    height: 32px;
	opacity: 0;
    cursor: pointer;
}

/***** STYLES *****/

.hero{
	position:relative;
	background: url(../siteart/slides/slider-bg.jpg);
	width: 100%;
	height: 400px;
	padding: 50px 0;
}
.home-search{
	background-color: rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.85);
	padding: 25px;
	box-sizing: border-box;
}
.home-search strong{color: #555;}
.home-search input{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	margin: 5px 0;
}
.home-search select{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	margin: 5px 0;
}
.home-search button{
	position: relative;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	margin: 5px 0;
	background: #b5121b;
	font-family: 'montserratbold';
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border: none;
}
.home-search button:before{position: absolute; font-family: 'FontAwesome'; content: "\f0da"; right: 15px; top: 32%; color: #fff; transition: all .2s ease-in-out;}
.home-search button:hover:before{right: 20px;}

.cycle-slideshow{margin: 100px 50px 0 50px;}

#at{float: right; width: 200px; position: relative; top: 20px;}

/* TABS */

a.tab-button{
    display: block;
	float: left;
	width: 50%;
	margin: 5px 0;
    padding: 12px 0;
	box-sizing: border-box;
	font-weight: 700;
	text-align: center;
	color: #777;
	background: #f5f5f5;
	border: 1px #ccc solid; 
	cursor: pointer;
}
a.tab-button:hover{color: #333;}
a.active{border: 1px solid #b5121b; background: #fff; color: #444; font-family: 'montserratbold';}

.tab-content{display:none;}

@media screen and (max-width: 880px){
	a.tab-button{width:50%; border: 1px #ccc solid;margin: 0;}
	a.active{background: #b5121b; color: #fff;}
	a.active:hover{color: #fff;}
}
@media screen and (max-width: 500px){
	a.tab-button{width:100%;}
}

/* ZOOM */

.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
    width: calc(50% - 10px);
    margin: 0 5px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
    border: 1px solid #999;
	background: #000;
}
.grid figure img {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.grid figure figcaption {
	padding: 25% 0;
    z-index: 1100;
    position: relative;
    background: rgba(0,0,0,.6);
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-ms-transition: all .5s ease; /* IE 9 */
	-o-transition: all .5s ease; /* Opera */
	transition: all .5s ease;
}
.grid figure:hover figcaption{
	opacity:0;
	visibility:hidden;
}
.grid figure figcaption h2{
	z-index:1200;
	position:relative;
	margin: 0;
	opacity: 1 !important;
}
.grid figure figcaption h2 {
	color:#fff;
	font-family: 'montserratbold';
	font-size: 16px;
	text-transform: uppercase;
	
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.grid figure a.figure-top{
	position: absolute;
	bottom: 45px;
	z-index: 100;
	width: 100%;
}
.grid figure a.figure-bottom{
	position: absolute;
	bottom: 0;
	z-index: 100;
	width: 100%;
}
figure a{
	display: block;
	background:#b5121b;
	padding: 14px 0;
	font-family: 'montserratbold';
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	color:#fff;
} 
figure a:hover{
	background:#A01C19;
	color: #fff;
	text-decoration:none;
}
figure.effect img {
	display: block;
	width: 100%;
	position: absolute;
	bottom:0;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-ms-transition: all .5s ease; /* IE 9 */
	-o-transition: all .5s ease; /* Opera */
	transition: all .5s ease;
	z-index: 1000;
}
figure.effect:hover img{bottom: 100px;}

/***** FORM *****/

#form{margin: 25px 0;}

#form .label{
	float: left;
	width: 175px;
	position: relative;
	top: 5px;
}
#form input {
	float: left;
	width: calc(100% - 175px);
	padding: 8px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	box-sizing: border-box;
}
#form textarea {
	float: left;
	width: calc(100% - 175px);
	padding: 8px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 120px;
	box-sizing: border-box;
}
#form select {
	float: left;
	width: calc(100% - 175px);
	padding: 8px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	box-sizing: border-box;
}
#form input[type="radio"] {
	float: none;
    margin: 0 10px 15px 0;
    width: 15px;
    height: 15px;
}
#form .radio-inputs {
	float: left;
	width: calc(100% - 175px);
	margin: 5px 0 15px;
}
 
#form input.button,
#form input.button:focus {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	background: #b5121b;
	font-family: 'montserratbold';
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border: none;
}
#form input.button:hover {
	background: #000;
}

.CaptchaAnswerPanel input{width: 200px !important;}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
}

.CaptchaAnswerPanel input{
	float: none !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
	clear: both;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

@media screen and (max-width: 500px){
	
#form .label{
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#form input {
	float: none;
	width: 100%;
}
#form textarea {
	float: none;
	width: 100%;
}
#form select {
	float: none;
	width: 100%;
}

}

/***** CATEGORIES *****/

.hovereffect {
	float:left;
	width: calc(20% - 10px);
	margin: 0 5px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
}
.hovereffect img{width: 100%; height: auto;}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.hovereffect:hover .overlay {
  background-color: rgba(255, 255, 255, 0.7);
}
.hovereffect img {
	display: block;
	position: relative;
}
.hovereffect h4 {
	position: absolute;
	width: 150px;
	top: 40%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	
	display: inline-block;
	text-align: center;
    font-family: 'montserratbold';
	font-weight: normal;
	font-size: 12px;
	padding: 8px 0;
	text-transform: uppercase;
	color: #000;
	background: #fff;
	
    transition: all .5s ease;
}
.hovereffect:hover h4{
	top: 200%;
}
.hovereffect a.info{
	position: absolute;
	top: -100%;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	box-sizing: border-box;
	background: #b5121b;
	font-family: 'montserratbold';
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	border: none;
}
a.info:before{position: absolute; font-family: 'FontAwesome'; content: "\f0da"; right: 15px; top: 32%; color: #fff; transition: all .2s ease-in-out;}
a.info:hover:before{right: 20px;}
.hovereffect:hover a.info{top: 40%;}

/***** FOOTER STYLES *****/

.footer {
	background: url(../siteart/footer.jpg);
	border-top: 1px #757575 solid;
	font-size: 12px;
	line-height: 24px;
}
.footer .mycontainer{
	border-top: 10px #757575 solid;
}
.footer h5{color: #fff;}
.footer a{color: #ccc;}
.footer a:hover{color: #fff;}
.social a{display: inline-block; font-size: 30px; color: #fff; margin-right: 5px;}
.social a:hover{color: #ccc;}

.bottom-footer{background: #000; padding: 10px 0;}
#copyright{float: left; color: #ccc; font-size: 11px; line-height: 18px; text-transform: uppercase;}
#footer-logo{float: right; padding: 10px 0 0;}
 
.clear{clear:both;}	

/***** RESPONSIVE STYLES *****/

@media screen and (max-width: 1200px) and (min-width: 951px) {
.mycontainer{padding: 0 25px;}

}

@media screen and (max-width: 950px) and (min-width:796px) {
.mycontainer{padding: 0 25px;}
.hovereffect{width: calc(33.3333% - 10px); margin: 5px;}

}

@media screen and (max-width: 795px) and (min-width: 431px) {
.mycontainer{padding: 0 25px;}
.main .mycontainer{padding: 25px;}
.pad-tb{padding: 25px 0;}

.top-header{display: none;}
.header .mycontainer{padding: 0;}
#logo{padding: 15px 25px;}
#quick-search{width: calc(100% - 200px); top: 15px; padding: 0 25px; box-sizing: border-box;}
.searchButton {right: 26px;}
.search:before{right: 37px;}

.hero{height: 450px; padding: 30px 0;}
.hero .column5{float: none; width: 100%; padding: 0;}
.hero .column7{display:none;}
.hovereffect{width: calc(50% - 10px);margin: 5px;}

.footer{text-align: center;}
.footer .column4{width: 100%; padding: 0;}
.hide{display: none;}

}

@media screen and (max-width: 430px){
.mycontainer{padding: 0 25px;}
.main .mycontainer{padding: 25px;}
.pad-tb{padding: 25px 0;}

.top-header{display: none;}
.header .mycontainer{padding: 0;}
#logo{padding: 15px 25px; width: 120px;}
#quick-search{width: calc(100% - 170px); top: 12px; padding: 0 25px 0 10px; box-sizing: border-box;}
.searchButton {right: 26px;}
.search:before{right: 37px;}

.hero{height: 450px; padding: 30px 0;}
.hero .column5{float: none; width: 100%; padding: 0;}
.hero .column7{display:none;}
.hovereffect{width: 100%;margin: 5px 0;}

.grid figure {width: 100%; margin: 5px 0;}

.footer{text-align: center;}
.footer .column4{width: 100%; padding: 0;}
#footer-logo, #copyright{float: none; width: 100%; text-align: center; margin: 5px 0;}
.hide{display: none;}

}