/***** CSS 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
 vertical-align: baseline;
	
}
a {
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height:auto;
	overflow-x: hidden;
	font-family: 'Muli', sans-serif;
	 -webkit-text-size-adjust: none; 


}

.contacts {text-align: center; padding: 20px 0;}
.contacts a {text-align: center; font-weight: bold; color:#000; text-decoration: none; border-right:2px solid #000; padding:0 7px;}
.last {border-right:none!important;}

.body-wrapper {
    background-color: #f6f6f6;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red, a.red{
	color:#d82713;	
}

img {
    display: inherit !important;
}
.map-responsive {
    overflow: hidden;
    position: relative;
}

p {
    font-weight: 500;
}

h1{
    color: rgb(216, 39, 14);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
	font-weight: 900;
    text-transform: uppercase;
    font-size: 2em; 
}
.font-center {
 text-align:center;
}
/*
===============================================================
===============================================================
*/
/***** Header *****/

* {box-sizing:border-box;}
.top_sidebar {
    background-color: #d82713;
	display: flex;
}
.sidebar_left {
   padding: 5px 120px 5px 15px;
}
.sidebar_left p {
    color: #fff;
}
.sidebar_left span {
    margin: 5px;
    text-transform: uppercase;
}
.sidebar_right {
        margin-left: auto;
    padding-top: 2px;
    position: fixed;
    right: 0;
    width: 120px;
}
.sidebar_left b {
    margin: 10px;
}
.sidebar_right a {
    border-left: solid #fff 1px;
    padding: 8px;
}
.sidebar_right a img {
    height: 20px;
	vertical-align: middle;
	margin-right: -2px;
}
div#header {
    display: inline-flex;
	width: 100%;
    padding: 0 5%;
    vertical-align: center;
	

}
p.header_text {
    height: 44px;
    width: 68px;
	margin: 10px 70%;
}

div#header-logo {
    text-align: left;
	width: 30%
}


#header-logo img {
    width: 100%;
    min-width: 300px;
    text-align: center;
    margin: 20px auto;
}
div#header-left, div#header-right {
position: absolute;
    right: 2%;
    top: 1%;
	width:560px;
	}

/*******Main*******/


.main-text {
    line-height: 1.6em;
    color: #000;
    padding: 40px;
    margin: 0 10%;
}
.main-text a.red {
    font-weight: 600;
}

.nivo-html-caption {
    display: block;
    position: absolute;
    z-index: 99999999;
    text-align: center;
    margin: auto;
    top: 50%;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-stroke-width: 0.75px;
    text-fill-color: #fff;
    text-stroke-color: #fff;
    text-stroke-width: 0.75px;
    text-shadow: 3px 4px #000, -1px 4px #000, 5px 1px #000000, 5px 4px #000;
    background-color: rgb(0,0,0,0.4);
    width: 100%;
	color: #d82713;
}



.inv_btns_section {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	margin-top: 10px;
}
.inv_btn {
    width: 50%;
}
.inv_btn p {
    font-weight: 900;
    color: #ffffff;
    position: absolute;
    padding: 10px;
    width: 20%;
    margin-top: 11%;
	background-color: rgb(0,0,0);
    background-color: rgb(0,0,0,0.6);
    border: solid #fff;
    font-size: 1.5em;
    margin-left: 14%;
    text-align: center;
    text-transform: uppercase;
	    text-shadow: 2px 3px #000;
    -webkit-text-stroke-color: #000000;

}

.inv_btn:hover p {
	background-color: rgb(227, 38, 20);
    background-color: rgb(227, 38, 20, 0.8);
}

.inv_btn a img {
    width: 100%;
}
.bottom_sections {
    display: flex;
}
.left_section {
    width: 50.5%;
}

.right_section {
    width: 49.5%;
	display: flex;
}

.section_sub_section.left_section {
    padding: 40px;
	    margin: auto;
}
.section_sub_section.right_section {
    display: block;
    width: 49.25%;
    left: 10%;
}

.section_sub_section.left_section p {
    display: flex;
	    margin-bottom: 25px;
	text-transform: uppercase;
}

.section_sub_section.left_section p img {
    margin-right: 10px;
}

.section_sub_section.left_section p span {
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: px;
    line-height: 1.5em;
}
.opening_hours_list {
    display: block;
    margin: 5px 5px 5px 8px;
}
.opening_hours {
    display: flex;
	margin-top: 40px;
}

div.opening_hours_list p {
    margin-bottom: 10px !important;
}

.opening_hours_list p b {
    margin-right: 5px;
}
div.section_contact_btn {

    width: 70%;
    background-color: #e32614;
    margin: 15% 10px;
	padding: 10px 0 10px 0px;
    display: flex;
}

.section_contact_btn div {
    text-align: center;
    padding: 0;
    display: flex;
    margin: 0 auto;
}
div.section_contact_btn b {
    color: #fff;
    text-transform: uppercase;
    height: 100%;
    font-size: 1.2em;
	 vertical-align: middle;
    margin: auto 0;
	padding-top: 2px;
}

img.contact_icon {
    height: 30px;
	margin: 0 5px;
}
/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}
 
 
/******Footer*****/

.footer {
    display: flex;
}
.footer .section_sub_section.right_section {
    width: 30%;
}

.footer .section_sub_section.right_section div.section_contact_btn {
    margin: 3% 10px;
}

.footer .section_sub_section.left_section {
    display: flex;
	    width: 100%;
}

.footer .section_sub_section.left_section .opening_hours {
    display: flex;
    margin-top: 0;
    margin-left: 30px;
}
	
div#ftr_credits {
    font-size: 0.6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	color: #808080;
    background-color: #3a3a3a;
	padding: 10px 5%;
}
.credits.credits_right {
    margin-left: auto;
}
.credits a {
    color: #808080;
}

/****Contact*****/

.middle {
    padding: 40px 10%;
}
p.phone_number a{
    color: #3a3a3a;
	font-weight:bold;
	    line-height: 1.6em;

}
p.phone_number a:hover {
    color: #b81818;
}
p.phone_number {
    margin-bottom: 20px;
}
.right-half {
    margin-top: 10px;
}
.fillout-form h2 {
    margin: 15px 0;
}


.contact-info {
    padding: 15px;
    border: 1px solid #eee;
    text-align: center;
    margin: 0 auto;
}

.contact-fourth {
    vertical-align: middle;
    width: 33%;
    height: 100%;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
}

.contact-fourth a {
    color: #000;
    font-weight: 600;
}

.contact-form p {
    text-transform: initial;
}
.contact-fourth p a img {
    width: 30px;
    vertical-align: bottom;
}
.contact-fourth p span {
    display: table-cell;
    vertical-align: middle;
}

#formpage {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}

/*Inventory*/
.hosted-content .listings-wrapper .border-bottom, .hosted-content .listings-detail-wrapper .border-bottom, .hosted-content .listings-drilldown-wrapper .border-bottom {
    line-height: 2em !important;
}

h5.m-top-30.m-bottom-15.red.center-text {
    font-size: 1.2em !important;
}
main-inventory{
	padding:10px !important;	
}
.container {
	max-width: 1100px;
	box-sizing: border-box;
	margin:0 auto;
}
.cf.border-bottom {
    text-align: left !important;
}
.container.cf img {
    display:inline!important;
}
body .full #wide_col {
	max-width:none !important;	
}

input#btnApply {
    position: initial !important;
    width: auto !important;
}

.radio-icon.cf.inline-block {
    vertical-align: middle;
}
.hosted-content input[type='submit'], .hosted-content button-1[type='submit'], .hosted-content .btn, .hosted-content .button-1 {
        background-color: #00c8da !important;
    color: #000 !important;
}
/***** RESPONSIVE STYLES *****/

.show-menu-for-mobile, .only_on_mobile {display:none;}  

@media screen and (max-width: 1815px) {
	#wide_col {
    width: auto!important;
}
}
@media screen and (max-width: 1600px) {

	.footer .section_sub_section.right_section {
    width: 50%;
}
	.section_sub_section.left_section {
    padding: 40px 0;
	}
	
}
@media screen and (max-width: 1400px) {
.sidebar_left b {
    margin-left: 0;
}
	.sidebar_left span{
		margin: 0;
	}
	.sidebar_left{
	padding: 0;
	}
	.sidebar_left p {
    display: none;
}
	.sidebar_right {
        margin: 0;
    padding-top: 0;
    position: initial;
    right: initial;
    width: 100%;
    text-align: center;
}
	.sidebar_right a {
    border-left: solid #fff 1px;
    border-right: solid #fff 1px;
    padding: 8px;
	}
	.sidebar_right a img {
    height: 30px;
    vertical-align: middle;
    margin: 10px;
}
	
}



/*SLIDER
-----------------------------------*/

.carousel {
  position: relative;
}

.carousel img {width:100%;}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.7s ease-in-out left;
    -moz-transition: 0.7s ease-in-out left;
    -o-transition: 0.7s ease-in-out left;
    transition: 0.7s ease-in-out left;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 70%;
  bottom: 70%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  text-shadow: 1px 1px 6px #000;
  text-align: left;
}

.carousel-caption .h3-responsive {
	font-size: 2em;
}












@media screen and (max-width: 1200px) {
	div#main_image span {
    margin-left: 8%;
}
	
	.sidebar_left {
    height: 40px;
}
	.sidebar_left p {
    color: #fff;
    display: none;
}
	div.section_contact_btn {
    width: 80%;
    margin: 15% 10px 15% auto;
	}
	
	.nivo-html-caption {top:50%;}
}

/*ipad landscape*/
@media screen and (max-width: 1072px) {

.only_on_mobile{
	display:block;	
}

.not_on_mobile{
	display:none;	
}
div#header-logo {
    text-align: center;
	    margin: auto;
	 width: 80%;
	}
#header{
		padding: 0;
	}

.fillout-form {
	width:100%;

}
.right-half {
    float: none;
    width: 100%;
}

div#header {
    display: block;
    padding: 0;
}
#header-logo img {
    width: 70%;
    min-width: 200px;
}


div#main_image span {
    font-size: 1.5em;
}
	


	.inv_btn p {
    margin-top:7%;
}

	.contact-fourth {
    display: inherit;
	margin: auto;
		width: 100%;
	}
	
	.bottom_sections {
    display: block;
}
	.left_section {
    width: 100%;
}
	.right_section {
    width: 100%;
	}
	.opening_hours {
    padding: 0 20%;
	}
.footer {
    display: block;
	text-align: center;

}
	div.opening_hours_list p {
    padding: 0!important;
	}
	.footer .section_sub_section.left_section .opening_hours {
    display: flex;
    margin: auto;
}
	
	.section_sub_section.left_section p {
    margin: 0 auto 25px auto;
    text-transform: uppercase;
    padding: 0 20%;
    width: 100%;
    text-align: center;
}
	
	.footer .section_sub_section.left_section {
    display: block;
		
	}
	.footer .section_sub_section.right_section {
    margin: auto;
    left: 0;
    width: auto;
    padding: 0 50px;
}

.footer .section_sub_section.right_section div.section_contact_btn {
    margin: 3% auto;
}
.footer_col {
    width: 100%;
    text-align: center;
	padding: 10px 0;

}

div#ftr_credits {
    display: block;
    text-align: center;
	    color: #fff;
}
div#page_ftr_cdts {
    background-size: cover;
}
}
	
@media screen and (max-width: 850px) {
div#main_image span {
    margin-left: 5%;
	}
	div.search_btn div {
    width: 100%;
}
	.inv_btns_section{
	display:block;	
	margin-top: 0;
}
.inv_btn p {
    margin: 20% auto;
    font-size: 1.2em;
    left: 38%;
    width: 240px;
}
.inv_btn {
        width: 100%;
    min-width: 300px;
    margin: auto;
}

/*ipad portrait*/
@media screen and (max-width: 768px) {
#main_image {
    width: 100%;
    float: none;
	
}

.right_section {
    display: block;
}	
.section_sub_section.right_section {
    display: block;
    width: 100%;
    left: 0;
    padding: 0 10%;
	}
	
	div.section_contact_btn {
    width: 80%;
    margin: 10px auto;
}
.nivo-html-caption {
    font-size: 1.4em;
	top:40%;
	}
}

/*iphone 6 landscape*/
@media screen and (max-width: 667px) {
	

.inv_menu_btn {
    display: block;
    margin: 10px;
}
div.inv_menu_btn a img {
    width: 50%;
    min-width: 200px;
}

.footer .section_sub_section.left_section .opening_hours {
    margin: 5%;
	    padding: 0;
}
	
.section_sub_section.left_section p {
    padding: 0 5%;
	}
	
p.header_text img, p.header_text a img {
    width: 40px;
    min-width: unset;
}
.main-text{
	margin:0;	
}

.inv_btn {
    width: 100%;
}
.inv_btn p {
        margin: 17% 10%;
    font-size: 1.2em;
    left: 0%;
    width: 80%;
}
.section_sub_section.left_section p {
    margin: 0 auto 5px auto;
	padding: 0 20%;
	}
	
.footer .section_sub_section.left_section {
    padding-bottom: 0;
}
	
	.footer .section_sub_section.right_section div.section_contact_btn {
    width: 95%;
}
}

@media screen and (max-width: 500px){
.section_sub_section.left_section p {
    margin: 0 auto 5px auto;
    padding: 0 5px;
}
.opening_hours {
    padding: 0 5px;
}	
	.nivo-html-caption {font-size: 1em; }
	
	
}

/*iphone 6,7, X portrait*/
@media screen and (max-width: 375px){
body .full #wide_col {
    float: none !important;
}
div#main_image span {
    font-size: 1em;
    text-shadow: -1px -1px 1px #ffffff, 1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff;
    -webkit-text-stroke: 0.5px #ffffff;
}


p.header_text {
    height: 33px;
    width: 51px;
}
p#header_email:hover, #header_phone:hover, p#header_address:hover {
    background-position: 0 -33px;
}

}
/*iphone 5 portrait*/
@media screen and (max-width: 320px){

}