/* ---- Style Imports ---- */
@charset "utf-8";
/* CSS RESET */
@import url("/css/reset.css");
/* FONT AWESOME */
@import url("fontawesome-all.css");
/* PRETTY PHOTO */
@import url("pretty-photo.css");
/* NAVIGATION */
@import url("mmenu.css");
@import url("animated-hamburger-nav.css");
@import url("jquery-slide-menu.css");
/* BANNERS */
@import url("swipe.css");
/* CALENDAR */
@import url("calendar.css");
/* QAPTCHA */
@import url("/css/qaptcha.css");
/* CART */
@import url("cart.css");
/* MESSAGES */
@import url("messages.css");
/* SEARCH */
@import url('search.css');
/* JQUERY UI */
@import url("/css/jquery-1.11.3-ui.css");

/* ---- Base Styles ---- */
html{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body{
  background: #333333;
  color: #333;
  font-family: "poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-shadow: none;
  -webkit-text-size-adjust: none;
}
#page {
    background-color: #FAFAFA;
}
hr {
  clear: both;
  border-top: 1px solid #dcdcdc;
  height: 1px;
  margin:20px 0px 20px 0px;
}
a{
  color: #EE0000;
  text-decoration:underline;
}
a:hover{
  color: #282828;
  text-decoration:none;
}
.float_left{
  float:left;
}
.float_right{
  float:right;
}
.clear{
  clear:both;
}
.clear_2{
	clear: both;
}
.clear_3{
	clear: none;
}
/* ---- Mobile Header ---- */
.mobile_header{
  background:#FFFFFF;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  padding:7px 0px 8px 0px;
  /* position: fixed; */
  text-align: left;
  width:100%;
  z-index:999;
}
.mobile_header .logo_area{
  padding:0px 50px 0px 50px;
  text-align:center;
}
.mobile_header .phone{
  position:absolute;
  right:10px;
  top: 7px;
}
.mobile_header .cart_link {
      right: 13px;
    position: absolute;
    top: 10px;
    font-size: 20px;
}
.mobile_header a{
	color: #000000;
	font-size: 26px;
	position: absolute;
	padding: 12px 0px 0px 10px;
	text-decoration: none;
}
/* ---- Footer ---- */
.footer{
  background:#424242;
  color:#FFFFFF;
  border-top:1px solid #000000;
  font-size:13px;
  margin:0px 0px 0px 0px;
  padding:30px 0px 30px 0px;
  display: none;
}
.footer a{
  color:#FFFFFF;
  text-decoration:none;
  font-weight:normal;
}
.footer a:hover{
  color:#282828;
}
.footer .sitemap ul{
  list-style:none;
  margin:0px 0px 10px 0px;
  text-align:left;
}
.footer .sitemap ul li{
  width: 25%;
  float: left;
  margin: 0px 0px 0px 0px;
  color: #FFFFFF;
  text-align: center;
}
.footer .sitemap ul li a{
  color:#FFFFFF;
  text-decoration:none;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
}
.footer .sitemap ul li a:hover{
  color:#282828;
}
.footer .footer_contact ul{
  list-style:none;
  margin:0px 0px 10px 0px;
  text-align:left;
  float:left;
}
.footer .footer_contact ul li{
  margin: 14px 0px 0px 0px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
}
.footer .footer_contact ul li a{
  color:#FFFFFF;
  text-decoration:underline;
  font-weight:normal;
}
.footer .footer_contact ul li a:hover{
  color:#282828;
  text-decoration:none;
}
.footer .full_footer_content{
	max-width: 960px;
	margin: 0px auto 0px auto;
}
.footer .full_footer_content .footer_third{
	width: 31.3333%;
	margin: 0px 1% 0px 1%;
	float: left;
}
.footer .full_footer_content .footer_two_third{
	width: 62.6666%;
	margin: 0px 1% 0px 1%;
	float: left;
}
/* ---- SIGNTURE ---- */
#signature{
  background:#333333;
  color:rgba(255, 255, 255, 0.75);
  font-size:9px;
  margin:0px 0px 0px 0px;
  padding:15px 0;
  clear:both;
}
#signature .signature_content{
	margin: 0px auto 0px auto;
	max-width: 960px;
	text-align: center;
}
#signature .signature_content a{
  color:rgba(255, 255, 255, 0.75);
}
#signature .signature_content a:hover{
  color:rgba(255, 255, 255, 1);
}
#signature .mediasuite{
	opacity: 0.5;
	width:100%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	align-content: center;
	filter: invert(100%);
}
#signature .mediasuite a{
	color: #000;
	font-size: 9px;
	text-decoration: none;
	line-height: 14px;
	margin: 10px 0px 0px;
}
#signature img{
	/* width:60%;
	max-width:250px; */
	margin-bottom:10px;
}
/* ---- Hours Box Home Page ---- */
.hours_box{
  background: rgba(255, 255, 255, .6);
  margin: 0px 0px 10px 0px;
  width: 100%;
}
.hours_box .holder{
  padding:3px 0px 3px 0px;
}
.hours_box .holder a{
  color:#EE0000;
}
.content{
  margin:0px auto 0px auto;
  max-width:1200px;
  padding:0px 0px 0px 0px;
}
.content h1{
  color:#606060;
}
.content h2{
  color:#DA251C;
}
.content h3{
  color:#606060;
}
.content h4{
  color:#DA251C;
}
.content h5{
  color:#606060;
}
.content h6{
  color:#DA251C;
}
.content p{
  color: #333333;
  margin: 0px 0px 5px 0px;
}
.content pre{
  font-family: 'poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
}
.content iframe{
  margin:10px 0px 10px 0px;
  width: 100%;
}
/* ---- Editable Content ---- */
.editable_content a{
  color: #EE0000;
  text-decoration:underline;
}
.editable_content a:hover{
  color: #282828;
  text-decoration:none;
}
.editable_content ul{
  list-style: disc outside none;
  margin:0px 0px 20px 20px;
  font-weight: 300;
}
.editable_content ul li{
  padding:5px 0px 0px 3px;
  margin:0px 0px 0px 0px;
}
.editable_content ol{
  list-style: decimal outside none;
  margin:0px 0px 20px 20px;
  font-weight: 300;
}
.editable_content ol li{
  padding:5px 0px 0px 3px;
  margin:0px 0px 0px 0px;
}
.editable_content img{
  display:block;
  max-width:100%;
  max-height:100%;
  width: auto;
  height: auto;
}
.editable_content table{
  margin:15px 0px 5px 0px;
  background:#FFFFFF;
  text-align:center;
  font-size: 12px;
  width:100%;
    display: table;
  overflow: scroll;
}
.editable_content table tr{

}
.editable_content table tr th, .editable_content table thead tr td{
  /* font-weight:bold; */
  border: 2px solid #fff;
  color:#FFFFFF;
  background:#606060;
  padding:8px 8px 8px 8px;
  font-size: 16px;
  line-height: 22px;
}
.editable_content table tr td{
    border: 2px solid #FFFFFF;
    padding: 8px 8px 8px 8px;
    background: #f3f3f3;
    font-size: 16px;
    line-height: 22px;
}
.editable_content table tr td h6{
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}
.editable_content iframe[width="500"] {
  width: 100% !important;
  height:220px;
}
.product_forced{
	width: 100%
}
.product_forced pre{
	font-size: 14px;
	line-height: 18px;
  margin:3px 0px 0px 0px;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  width: 99%;
}

.price_table table{
	width: 100%;
}
/* ---- Location Styles ---- */
.content .location{
  margin:10px 0px 10px 0px;
}
.content .location .address{
  background:#E9E9E9;
  padding:8px 8px 8px 8px;
  margin:-6px 0px 0px 0px;
}
.content .location iframe{
  width:100%;
  height:300px;
  margin:0px 0px 0px 0px;
  border:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
}
/* ---- Careers Styles ---- */
.content ul.career{
  margin:0px 0px 0px 0px;
}
.content ul.career li{
  margin: 0px 0px 0px 0px;
  list-style-type: none;
  float: left;
  width: 100%;
}
/* ---- Events ---- */
.content ul.date_list{
  margin:5px 10px 0px 10px;
  color:#EE0000;
}
.content ul.date_list li{
  background:none;
  list-style:none;
  display:inline;
  border-left:1px solid #EE0000;
  color:#EE0000;
  padding:0px 7px 0px 10px;
  margin:0px 0px 0px 0px;
}
.content ul.date_list li.first{
  border-left:none;
  padding:0px 7px 0px 0px;
}
.content ul.date_list li i{
  font-size:14px;
  padding:2px 4px 0px 0px;
}
.content ul.eventdata_list{
  margin:5px 10px 0px 10px;
  color:#EE0000;
}
.content ul.eventdata_list li{
  background:none;
  list-style:none;
  color:#EE0000;
  padding:0px 0px 0px 2px;
  margin:0px 0px 0px 0px;
  font-size:15px;
  line-height: 17px;
}
.content ul.eventdata_list li i{
  font-size:14px;
  padding:2px 4px 0px 0px;
  width:15px;
}
.content ul.eventdata_list li a{
  font-size:12px;
  padding:4px 30px;
  color:#fff;
  background:#EE0000;
  line-height: 40px;
  text-decoration:none;
}
/* ---- Search ---- */
.with_bg {
  margin: 15px 0px 20px 0px;
}
.with_bg.icon2 {
  right: 44px !important;
}
.with_bg i{
  float:left;
  margin:2px 5px 0px 0px;
  color:#032E47;
}
.with_bg .form{

}
.with_bg .search_input{
  float: left;
  padding: 8px 1% 8px 2%;
  height: 50px;
  width: 75%;
  margin: 1px 1% 0px 0px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #333333;
  outline: none;
  font-size: 16px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* ---- Box List ---- */
.box_list{
}
.box_list .box{
  background: #FFF;
  float: left;
  padding: 15px;
  width: 98%;
  margin: 0px 1% 10px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  padding:60px 0;
  transition:0.3s ease;
}
.box_list .box:hover {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    transition:0.3s ease;
}
.box_list .full{
	width: 100%;
	margin: 0px 0% 10px;
	text-align: center;
}
.box_list .video_box{
  width: 100%;
  margin-bottom:5px;
}
.box_list .video_box iframe{
  width: 100%;
  height:225px;
}
.box_list .box .quote{
  font-size:20px;
  color:#EE0000;
}
.box_list .name{
  color:#EE0000;
  font-size:16px;
  line-height:16px;
  padding:5px 10px 2px 0px;
  margin:0px 0px 0px 0px;
}
.box_list .featured{
  background:#D2DEE4;
}
.box_list .box .title{
  font-size: 22px;
  line-height: 22px;
  color: #EE0000;
  margin: 4px 0px 2px 0px;
  text-transform: uppercase;
  font-weight: 700;
     padding: 60px 10px 10px;
}
.box_list .box .menu_title{
  font-size:20px;
  color:#EE0000;
  margin:10px 0px 3px 2px;
}
.box_list .no_image .title{
  margin:0px 0px 10px 0px;
}
.box_list .box .title a {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #606060;
    text-decoration: none;
}
.box_list .box .title a:hover{
  color:#282828;
  text-decoration:none;
}
.box_list .location_title{
  padding:5px 0px 0px 0px;
  line-height:16px;
}
.box_list .job_title{
  font-size:13px;
  color:#282828;
  margin:-5px 0px 0px 0px;
}
.box_list p{
  font-size: 16px;
	padding: 0px 10px;
  line-height: 22px;
  margin:2px 0px 10px 0px;
}
.box_list .box .date{
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: #282828;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.box_list .box .price{
  font-size:16px;
  color:#EE0000;
  margin:0px 0px 3px 2px;
  line-height:14px;
  float:right;
}
.box_list .box .description{
  font-size:14px;
  font-style:italic;
  padding:0px;
  line-height:16px;
  margin: 8px 0px 0px 0px;
}
.box_list .box .options{
  font-size:11px;
  font-style:italic;
  padding:0px;
  line-height:12px;
  margin:2px 0px 10px 0px;
}
.box_list .box i{
  font-size: 18px;
  line-height: 20px;
  float: none;
  color: #EE0000;
  padding: 0px 5px 0px 0px;
}
.box_list .box .specials_title{
  font-style:bold;
  font-size:22px;
  color:#EE0000;
  padding:0px 0px 0px 0px;
}
.box_list .box .special{
  font-style:italic;
  color:#262626;
  padding:0px 0px 0px 0px;
}
.box_list .box img{
  border: none;
  background: #FFFFFF;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  float: none;
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}
.box_list .box img.large_image{
  border:1px solid #BEBEBE;
  background:#FFFFFF;
  padding:3px;
  margin:5px 10px 10px 0px;
  max-width:200%;
  max-height:200%;
  width: 97%;
  height: auto;
}
.box_list .box ul{
  margin:0px 0px 0px 0px;
}
.box_list .box ul li{
  list-style-type: none;
  width: 100%;
  float: none;
  background: none;
  font-size: 12px;
  margin: 10px 0px 10px 0px;
  padding: 0px 10px 0px 0px;
}
.box_list .box ul.careers_list li{
  list-style-type: none;
  width: 100%;
  float: left;
  background: none;
  font-size: 12px;
  margin: 10px 0px 10px 0px;
  padding: 0px 10px 0px 0px;
}
.box_list .box ul li.last{
  border-right:none;
}
.box_list ul{
  margin:0px;
  padding:0px 0px 8px 5px;
}
.box_list ul li{
  font-size:12px;
  line-height:15px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}
.content .product_number{
  color:#EE0000;
  float:right;
  font-size:14px;
  line-height:22px;
}
.box_list .product_highlight{
  margin:0px 0px 0px 0px;
}
.box_list .product_highlight .alert{
  float:right;
  font-size:12px;
  color:#282828;
  margin:-5px 0px 0px 0px;
}
.box_list .product_highlight ul{
    margin:0px;
    padding:0px 0px 0px 0px;
}
.box_list .product_highlight ul li{
    font-size:12px;
    line-height:15px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.box_list .product_highlight ul li .strike{
    text-decoration:line-through;
}
.box_list .product_highlight ul li .sale{
    color:#282828;
}
.box_list .product_highlight ul.gallery{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.box_list .product_highlight ul.gallery li{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.box_list .product_check_list{
    margin:0px 0px 0px 0px;
}
.box_list .product_check_list ul{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.box_list .product_check_list ul li{
    color:#EE0000;
    background:none;
    font-size:12px;
    float:left;
    margin:0px;
    padding:0px 0px 0px 0px;
}
.box_list .box ul.pricing{
    margin:-1px 0px 15px 0px;
    padding:0px 0px 0px 0px;
}
.box_list .box ul.pricing li{
    display:inline;
    border-right:none;
    font-size:16px;
    margin:0px 4px 4px 0px;
    padding:0px 0px 0px 0px;
     color: #4c4c4c;
}
.box_list .box ul.pricing li.strike{
     color: #adadad;
}
.box_list .box ul.pricing li.sale{
     color: #EE0000;
}

ul.pricing{
    margin:-1px 0px 15px 0px;
    padding:0px 0px 0px 0px;
}
ul.pricing li{
    display:inline;
    border-right:none;
    font-size:16px;
    margin:0px 4px 4px 0px;
    padding:0px 0px 0px 0px;
     color: #4c4c4c;
}
ul.pricing li.strike{
     color: #adadad;
}
ul.pricing li.sale{
     color: #EE0000;
}

.box_list .box .alert_overlay{
    background:#D2DEE4;
    padding:2px 5px;
    margin-bottom:5px;
    color:#EE0000;
}
.box_list .box .alert_overlay h6{
    text-decoration:none;
    font-size:10px;
    padding:0px;
    margin:0px 0px 0px 0px;
    float:left;
}
.box_list .box .alert_overlay h6 span{
    font-size:10px;
    padding:0px;
    margin:0px 0px 0px 10px;
}
.box_list .box .alert_overlay p{
    font-size:14px;
    color:#EE0000;
}
.box_list .box .alert_overlay i{
    font-size:20px;
    color:#EE0000;
    padding:0px 5px 0px 5px;
    float:left;
}
.box_list .box .date_title{
    margin-top:6px;
}
.box_list .box .date_box, .content .date_box{
    background: none;
    border: none;
    float: none;
    width: 100%;
    margin: 2px 0px 2px 0px;
    text-align: center;
    text-decoration: none;
    color: #282828;
}
.date_box_event{
    background: none;
    border: none;
    float: none;
    width: 100%;
    margin: 2px 0px 2px 0px;
    text-decoration: none;
    color: #282828;
    text-align: left;
    padding-left: 12px;
}
.box_list .box .date_box .month, .content .date_box .month{
    color:#FFFFFF;
    background:#EE0000;
    font-size:16px;
    padding:1px 0px 4px 0px;
    text-transform:uppercase;
}
.box_list .box .date_box .day_of_week, .content .date_box .day_of_week{
    color:#EE0000;
    font-size:11px;
    text-transform:none;
    padding:2px 0px 0px 0px;
    margin:0px 0px -2px 0px;
}
.box_list .box .date_box .day, .content .date_box .day{
    color:#EE0000;
    font-size:30px;
    padding:0px 0px 0px 0px;
}
.box_list .box .date_box .year, .content .date_box .year{
    color:#EE0000;
    font-size:11px;
    letter-spacing:4px;
    padding:0px 0px 2px 5px;
    margin:-3px 0px 0px 0px;
}
.box_list .box ul.date_list{
    margin:3px 10px 0px 0px;
    padding:0px;
    color:#EE0000;
    font-size:12px;
}
.box_list .box ul.date_list li{
    background:none;
    display:inline;
    list-style:none;
    color:#EE0000;
    border-left:1px solid #EE0000;
    padding:0px 0px 0px 10px;
    margin:0px 0px 0px 6px;
}
.box_list .box ul.date_list li.first{
    border-left:none;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}
.content .box_list .box ul.date_list li i{
    font-size:14px;
    padding:4px 4px 0px 0px;
}

.box_list .box ul.eventdata_list{
    margin: 0px 10px 10px 0px;
    padding: 0px 0px 10px 0px;
    color: #EE0000;
    border-bottom: 1px solid #dcdcdc;
    font-size: 12px;
}
.box_list .box ul.eventdata_list li{
    background:none;
    list-style:none;
    color:#333333;
    font-size:12px !important;
    padding:0px 0px 0px 10px;
    margin:2px 0px 2px 6px;
}
.content .box_list .box ul.eventdata_list li i{
    font-size: 16px;
    padding: 0px 5px 0px 0px;
    width: auto;
    float: none;
    color: #777777;
}

.box_list .address{
    color:#EE0000;
    line-height: 15px;
}
.box_list .address i{
    font-size:15px;
    padding:0px 4px 0px 0px;
    margin-top:-1px;
}
.box_list .event p{
    margin:5px 0px 0px 0px;
    line-height:18px;
}
.box_list .box_links a{
    color:#EE0000;
}

/* GRID LIST */
.grid_list{
    margin:auto;
	/* display:flex;
	flex-wrap:wrap;
	justify-content: center; */
}
.grid_list .grid_item{
    width: 98%;
    float: left;
    margin: 0px 1% 10px;
    position: relative;
		overflow: hidden;
}
.grid_list .last{
    margin-right:0%;
}
.grid_list .title{
      font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #4e4c4b;
    display: flex;
    align-items: center;
    height: 60px;
	border-top:none;
}
.grid_list .title{
      font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #4e4c4b;
    display: flex;
    align-items: center;
    height: 60px;
	border-top:none;
}
.grid_list .grid_item:hover .title{
}
.grid_list .grid_item:hover .title a{
    color:#DA251C;
}
.grid_list .grid_item:hover img {
	
}
.grid_list .title a{
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 0px 5%;
    width: 100%;
		font-size: 22px;
		line-height: 22px;
		font-weight: 400;
		text-transform: uppercase;
		color: #606060;
		text-decoration: none;
}
.grid_list .title a:hover{
    color:#DA251C;
    text-decoration:none;
}
.grid_list img{
    display: block;
    margin: 0px auto;
    width: 100%;
    padding: 30px 15px;
    height: auto;
    background: #FFFFFF;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.grid_list img:hover{
    opacity: .5;
}
.grid_list .grid_video{
    width:48%;
    float:left;
    margin-right: 2%;
    margin-bottom: 10px;
    /* border:1px solid #BEBEBE; */
}
.grid_list .grid_item_4{
	width: 98%;
	float: left;
	margin: 0px 1% 0px 1%;
}
.grid_list .grid_item_4:hover a{
    color:#da251c;
}
.grid_list .grid_item_4 p{
    height:88px;
    overflow:hidden;
}
.grid_list .grid_item_4 .line_detail{
    font-size: 12px;
    height: 18px;
    margin: -5px 0px 5px 0px;
    padding: 0px;
}
.grid_list .grid_item_4 .alert_overlay{
    background:#D2DEE4;
    width:202px;
    padding:5px;
    margin:-50px 0px 25px 4px;
    position:absolute;
}
.grid_list .grid_item_4 a .alert_overlay h6{
    font-size:12px;
    text-decoration:none;
}
.grid_list .grid_item_4 a .alert_overlay h6 span{
    font-size:10px;
}
.grid_list .grid_item_4 .alert_overlay p{
    font-size:14px;
    color:#1C5B7A;
}
.grid_list .grid_item_4 .alert_overlay i{
    font-size:30px;
    color:#1C5B7A;
    padding:0px 5px 0px 0px;
    float:left;
}
/* MENU LIST */
.menu_list ul.pages li{
    background:#EE0000;
    font-size:16px;
		line-height: 20px;
    float:left;
    text-align:center;
    width:100%;
    text-decoration:none;
    list-style:none;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: 700;
}
.menu_list ul.pages li:hover{
    background:#313131;
}
.menu_list ul.pages li a{
    color:#FFFFFF;
    text-decoration:none;
    display:block;
    padding:10px;
    height: 60px;
		display: flex;
		justify-content: center;
    align-items: center;
    text-align: center;
}
.menu_list ul.pages li a:hover{
    color:#FFFFFF;
}

/* PROPERTIES STYLES */
.properties_alert{
    background:#D2DEE4;
    color:#EE0000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding:10px;
    margin:0px 0px 10px 0px;
}
.properties_alert h2{
    font-size:18px;
    margin:0px;
    padding:0px;
}
.properties_alert h5{
    font-size:12px;
    margin:0px;
    padding:0px;
}
.properties_alert p{
    font-size:10px;
    color:#EE0000;
    margin:0px;
    padding:0px;
}
.properties_alert i{
    font-size:60px;
    color:#EE0000;
    padding:0px 15px 0px 0px;
    float:left;
}
.property_highlight{
    width:100%;
    margin-bottom: 20px;
}
.property_highlight img{
    width: 100%;
    margin-bottom: 5px;
}
.property_highlight .alert{
    float:right;
    color:#282828;
    margin:5px 12px 0px 0px;
}
.property_highlight ul{
    background:#E9E9E9;
    margin:0px;
    padding:8px 5px 8px 5px;
}
.property_highlight ul li{
    background:none;
    font-size:18px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 10px;
    list-style:none;
}
.property_highlight ul li .strike{
    text-decoration:line-through;
}
.property_highlight ul li .sale{
    color:#282828;
}
.property_highlight ul.gallery{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.property_highlight ul.gallery li{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.properties_list{
    margin:0px 0px 0px 0px;
}
.properties_list .title{
    font-size: 16px;
    margin:0px 0px 0px 0px;
    padding-top:15px;
    line-height:18px;
    font-weight:normal;
    color:#EE0000;
    border-top: 1px solid #dcdcdc;
}
.properties_list ul{
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}
.properties_list ul li{
    background:none;
    list-style:none;
    font-size:12px;
    margin:0px;
    padding:2px 10px 2px 0px;
    display:inline-block;
}
.properties_list ul li.title{
    display:block;
}
.properties_list ul li i{
    font-size:12px;
}
.properties_specs{
    margin:20px 0px 0px 0px;
}
.properties_specs .title{
    font-size: 16px;
    margin:0px 0px 0px 0px;
    line-height:18px;
    font-weight:normal;
    color:#EE0000;
}
.properties_specs ul{
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}
.properties_specs ul li{
    background:none;
    list-style:none;
    font-size:12px;
    margin:0px;
    padding:2px 10px 2px 0px;
    display:inline-block;
}
.property_location{
    margin:0px 0px 0px 0px;
}
.property_location .address{
    background:#E9E9E9;
    font-size:12px;
    line-height:14px;
    padding:8px 8px 8px 8px;
    margin-top:-6px;
}
.property_location .overlay {
    background:transparent;
    position:relative;
    width:100%;
    height:300px; /* your iframe height */
    top:300px;  /* your iframe height */
    margin-top:-300px;  /* your iframe height */
}
.property_location iframe{
    margin:0px 0px 0px 0px;
    border:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
}
.properties_menu{
    background: #E9E9E9;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.properties_menu ul{
    margin:0px 0px 5px 0px;
}
.properties_menu ul li{
    list-style:none;
    border-bottom: 1px solid #BEBEBE;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #EE0000;
    font-size: 16px;
    margin:0px;
}
.properties_menu ul li i{
    padding:10px 0px 0px 10px;
    font-size:30px;
    float:left;
}
.properties_menu ul li a{
    display:block;
    padding:15px 0px 15px 50px;
}

/* SHOWROOM STYLES */
.filter_list{
    width: 100%;
    margin-bottom:15px;
}
.filter_list ul{
    margin:0px;
    list-style:none;
}
.filter_list ul li{
    background: #EE0000;
    padding: 0px;
    margin: 5px 0px 5px 0px;
    text-align: center;
    list-style: none;
    width: 100%;
    float: left;
}
.filter_list ul li a {
    color: #FFFFFF;
    width: 100%;
    padding: 5px 10px;
    display: block;
    background: #EE0000;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.filter_list ul li a:hover{
    color:#FFFFFF;
    background:#333333;
}
.filter_list ul li.active a{
    background:#333333;
    text-decoration:none;
}
.filter_list ul li.active a:hover{
    color:#FFFFFF;
}
.showroom_list{
}
.showroom_list h3{
    margin:0px 0px 5px 0px;
}
.showroom_list .box{
    background: #E9E9E9;
    float: left;
    padding: 20px;
    width: 100%;
    margin: 0px 0px 10px 0px;
    position: relative;
    overflow: hidden;
}
.showroom_list .featured{
    background:#D2DEE4;
    border:1px solid #8EADBC;
}
.showroom_list .last{
    margin:0px 0px 0px 0px;
}
.showroom_list .box .title{
    font-size:16px;
    color:#EE0000;
    margin:0px 0px 3px 2px;
    line-height:14px
}
.showroom_list .box .title a{
    color: #EE0000;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.showroom_list .box .title a:hover{
    color: #282828;
}
.showroom_list .box .flag_featured{
    background: #CC6600;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 30px;
    right: -35px;
    text-align: center;
    padding: 5px 45px;
}
.showroom_list .box .flag_sold{
    background:#CC6600;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 24px;
    right: -33px;
    text-align: center;
    padding: 5px 55px;
}
.showroom_list .box .flag_low_kms{
    background:#CC6600;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 48px;
    right: -43px;
    text-align: center;
    padding: 5px 45px;
}
.showroom_list .box .flag_new{
    background:#1179A8;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 38px;
    right: -39px;
    text-align: center;
    padding: 5px 45px;
}
.showroom_list .box .flag_like_new{
    background:#33B0CE;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 30px;
    right: -37px;
    text-align: center;
    padding: 5px 50px;
}
.showroom_list .box .flag_loaded{
    background:#D9CB9E;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 25px;
    right: -33px;
    text-align: center;
    padding: 5px 45px;
}
.showroom_list .box .flag_sale_price{
    background:#A12621;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 31px;
    right: -36px;
    text-align: center;
    padding: 5px 45px;
}
.showroom_list .box .price{
    font-size:16px;
    float:left;
    min-width: 55%;
    width: auto;
    line-height: 10px;
    margin: 6px 0px 0px 0px;
    color:#EE0000;
    font-weight:bold;
}
.showroom_list .box .price .taxes{
    font-size:8px;
    color:#EE0000;
    font-weight:normal;
}
.showroom_list .box .kms{
    font-size:12px;
    float:left;
    min-width: 55%;
    width: auto;
    color:#282828;
}
.showroom_list .box .kms span{
    font-size:12px;
}
.showroom_list .box ul{
    margin:0px 0px 0px 0px;
}
.showroom_list .box ul li{
    display:inline;
    background:none;
    font-size:12px;
    margin:0px 6px 0px 0px;
    padding:0px 10px 0px 0px;
    border-right:1px solid #000000;
}
.showroom_list .box ul li.last{
    border-right:none;
}
.showroom_list .box .date{
    float:right;
    font-weight:normal;
    font-size:12px;
    color:#262626;
    padding:8px 0px 0px 0px;
}
.showroom_list .box img{
    border: none;
    background: #FFFFFF;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    float: none;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}
.showroom_title{
    font-size: 26px;
    margin:0px 0px 0px 0px;
    padding-top:8px;
    font-weight:normal;
    color:#205B79;
}
.showroom_description p{
    font-size:14px;
}
.showroom_image{
	width: 30%;
	float: right;
    border:none;
    background:#FFFFFF;
    padding:0px;
    margin:10px 15px 0px 0px;
}
.fb-like iframe{
    padding-top:12px;
    margin:5px 15px 5px 15px;
    -webkit-box-shadow: 0 0px 0px -0px black;
    -moz-box-shadow: 0 0px 0px -0px black;
    box-shadow: 0 0px 0px -0px black;
}
.showroom_table{
    background:#ECECEC;
}
.showroom_table ul{
    padding:5px 0px;
}
.showroom_table ul li{
    font-size: 12px;
    background: none;
    list-style: none;
    margin: 0px 1% 0px 1%;
    padding: 2px 0px 2px 0px;
    float: left;
    width: 98%;
    font-weight: bold;
}
.showroom_table ul li div{
    float:left;
    width:100px;
    font-weight:normal;
}
.showroom_features_table{
    background:#ECECEC;
}
.showroom_features_table ul{
    padding:5px 0px;
}
.showroom_features_table ul li{
    font-size: 12px;
    background: none;
    list-style: none;
    margin: 0px 1%;
    padding: 5px 5px 5px 20px;
    float: left;
    width: 98%;
}
/* PRODUCT STYLES */
.product_highlight{
    width:100%;
    margin-bottom: 15px;
     position: relative;
    overflow: hidden;
    /* max-width: 300px; */
}
.product_highlight img{
    width: 100%;
    /* margin-bottom: 5px; */
}
.product_highlight .alert{
    float:right;
    color:#282828;
    margin:5px 12px 0px 0px;
}
.product_highlight ul{
    margin:5px 0px 0px 0px;
    padding:8px 15px;
}
.product_highlight ul.pricing{
  background: #efefef;
}
.product_highlight ul li{
    background:none;
    font-size:18px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    list-style:none;
    text-align: center;
}
.product_highlight ul li .strike{
    text-decoration:line-through;
}
.product_highlight ul li .sale{
    color:#282828;
}
.product_highlight ul.gallery{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.product_highlight ul.gallery li{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.product_highlight ul li h1{
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #333333;
	display:inline;
}
.product_highlight ul li h1.sale{
	color: #EE0000;
}
.product_highlight ul li h1:nth-of-type(1){
	margin-right:15px;
}
.product_highlight ul li h1.regular_price{
	color: #9c9c9c;
}
/* PRODUCT STYLES */

/* REVIEWS STYLES */
.widget_reviews{
    margin:15px 0px 0px 0px;
    padding:15px 0px 10px 0px;
}
.widget_reviews ul.reviews{
    overflow:visible;
    position:relative;
    background: none;
    display:block;
    margin:0px 0px 0px 0px;
}
.widget_reviews ul.reviews li{
    background: none;
    list-style:none;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
     width: 100%;
}
.widget_reviews ul.reviews li p{
    letter-spacing: normal;
    text-transform: none;
    padding: 0px 0px 0px 0px;
    margin: 6px 0px 0px 0px;
}
.widget_reviews ul.reviews li div.rating{
    font-size:18px;
    color:#FABF2C;
    letter-spacing:2px;
    text-shadow: 1px 1px 1px #2E2E2E;
}
.widget_reviews ul.reviews li div.name{
    color: #EE0000;
    font-size: 20px;
    line-height: 22px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

/* REVIEWS STYLES */

/* CONTACT INFORMATION */
.contact_info{
    margin:0px 0px 0px 0px;
}
.contact_info h4{
    font-size:20px;
    padding:0px 0px 10px 0px;
    color:#EE0000;
}
.contact_info ul{
    margin:5px 0px 15px 0px;
    width:100%;
}
.contact_info ul li{
    margin:0px 0px 5px 0px;
    list-style:none;
    font-weight: 300;
}
.contact_info ul li a{
    color:#EE0000;
    text-decoration:underline;
}
.contact_info ul li a:hover{
    color:#282828;
    text-decoration:none;
}
.contact_info span{
    margin:0px 0px 2px 0px;
}
.contact_info h6{
    color:#EE0000;
    margin:0px 0px 10px 0px;
}
.contact_info pre{
    margin:3px 0px 0px 0px;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    width: 99%;
}
.contact_info ul.hours{
    margin:3px 0px 0px 0px;
    padding:0px;
    width: 100%;
}
.contact_info ul.hours li{
    margin:0px;
    padding:0px;
}
.contact_info ul.hours li span{
    width:150px;
    color:#000000;
    display:inline-block;
}

.social_media ul li:first-child {
    padding-left: 0;
}

.map_holder{
	margin-bottom: -6px;
}
.map_holder .overlay {
   background:transparent;
   position:relative;
   width:100%;
   height:450px; /* your iframe height */
   top:450px;  /* your iframe height */
   margin-top:-450px;  /* your iframe height */
}
.map_holder .map_overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 450px;
    top: 450px;
    margin-top: -450px;
    -webkit-overflow-scrolling: touch;
    z-index: 104;
}
.properties_map_holder .properties_overlay {
   background:transparent;
   position:relative;
   width:100%;
   height:450px; /* your iframe height */
   top:450px;  /* your iframe height */
   margin-top:-450px;  /* your iframe height */
}
.properties_map_holder .properties_map_overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 450px;
    top: 450px;
    margin-top: -450px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 104;
}
#map_canvas {
  width:100%;
  height:450px;
}

/* MULTI LOCATIONS */
.multi_maps{
    margin:0px 0px 0px 0px;
}
.multi_maps .multi_map{
    background:#EBEBEB;
    float:left;
    margin:0px 0px 20px 0px;
    width:100%;
}
.multi_maps .multi_map .overlay {
    background:transparent;
    position:relative;
    width:100%;
    height:300px; /* your iframe height */
    top:300px;  /* your iframe height */
    margin-top:-300px;  /* your iframe height */
}
.multi_maps .multi_map iframe{
    width:100%;
    height:300px;
    margin:0px 0px 0px 0px;
    border:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
}
.multi_maps .multi_map .content{
    float:left;
    padding:5px 10px;
}
.multi_map h3{
    font-size:18px;
    padding:0px 0px 0px 0px;
    color:#EE0000;
}
.multi_map ul{
    margin:5px 0px 0px 0px;
    width:100%;
    list-style:none;
}
.multi_map ul li{
    margin:0px;
    font-size:14px;
    padding:0px 0px 6px 0px;
}
.multi_map ul li a{
    color:#EE0000;
    text-decoration:underline;
}
.multi_map ul li a:hover{
    color:#EE0000;
    text-decoration:none;
}

/* SOCIAL MEDIA */
.social_media{
}
.social_media h6{
    font-size: 14px;
    color:#EE0000;
    margin:13px 0px -3px 0px;
}
.social_media ul{
    float:left;
    margin:5px 0px 0px 0px;
}
.social_media ul li{
    display:inline-block;
    padding: 0 10px;
    float:left;
}

/* FORMS */
h2#form{
	font-size: 24px;
	line-height: 24px;
    color:#EE0000;
    margin:0px;
    padding:5px 10px;
}
.form_holder{
    background:none;
    padding:10px 11px 10px 10px;
}
.form_holder .third_width {
    width: 100%;
    margin-right: 0%;
    float: none;
}
.form_holder .full_width{
    float:left;
    width:100%;
    margin:0px 0px 0px 0px;
}
.form_holder .last{
    margin:0px 0px 0px 0px;
}
.form_holder input{
    font-family: "poppins", sans-serif;
    font-weight: 300;
    width: 100%;
    padding: 5px 8px 5px 8px;
    height: auto;
    font-size: 16px;
    margin: 1px 0px 5px 0px;
    background-color: #FFFFFF;
    border: 1px solid #dadada;
    color: #333333;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.form_holder input.checkbox{
    float:left;
    width:auto;
    height: auto;
    margin:8px 0px;
    padding:0px 0px 0px 0px;
    background:none;
    border: 1px solid #dadada;
    box-shadow:none;
    color:#333333;
    outline: none;
}
.form_checkbox input{
		width:auto;
}
.form_holder textarea{
    font-family: "poppins", sans-serif;
    font-weight: 300;
    width:100%;
    padding:5px 5px 5px 8px;
    margin:1px 0px 10px;
    font-size:16px;
    background-color:#FFFFFF;
    border: 1px solid #dadada;
    color:#333333;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.form_holder select{
    font-family: "poppins", sans-serif;
    font-weight: 300;
    width:100%;
    font-size:16px;
    height:36px;
    padding:5px 0px;
    margin:1px 0px 10px;
    background-color:#FFFFFF;
    border: 1px solid #dadada;
    color:#484238;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.form_holder select option{
    font-size:16px;
    padding:8px 0px 8px 0px;
}
.form_holder .uploader{
    width:100%;
    height:30px;
    font-size:14px;
    padding:0px;
    margin:1px 0px 5px 0px;
    background-color:#FFFFFF;
    border:0px solid #FFFFFF;
    color:#333333;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.form_holder input:focus,.form_holder textarea:focus{
    background-color:#FFFFFF;
    color:#333333;
    outline: none;
}
.form_holder label{
    display:block;
    font-size:16px;    
    line-height: 30px;
    padding-bottom: 6px;
}
    color:#232323;
}
.form_holder .message{
    font-size:14px;
    margin:0px 0px 10px 0px;
}
.form_holder .check_label{
    float:left;
    font-size:14px;
    margin:4px 0px 0px 0px;
    padding:0px 0px 0px 5px;
}
.form_holder .require{
    color:#EE0000;
}
.form_holder .form_error{
    font-size:16px;
    color:#E53D48;
    margin:10px 0px 20px 0px;
}
.form_top{
    margin-top:30px;
}
.directions_form input{
    width:98%;
    padding:3px;
}
.form_holder .email_half_width input{
    width:100%;
}
.form_holder .QapTcha{
    width:100%;
    margin:5px 0px 0px 0px;
}
.form_holder .QapTcha .bgSlider{
    width:99%;
}
/* FORMS */

/* PHOTO GALLERY */
.gallery_holder{
    width:100%;
    background:#E9E9E9;
    float:left;
    margin:6px 0px 6px 0px;
    padding:0px 0px 0px 0px;
}
.gallery_holder a{
    text-decoration:none;
}
.gallery_holder a .title{
    font-size:14px;
    text-align:left;
    margin:2px 0px;
    color:#EE0000;
    text-decoration:none;
}
.gallery_holder a:hover .title{
    color:#282828;
}
.gallery_holder a .description{
    color:#000000;
    font-size:11px;
    line-height:13px;
}
.gallery_holder img{
    background:#FFFFFF;
    border:1px solid #BEBEBE;
    margin:5px;
    float:left;
    padding:2px;
    /*-moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px #888;
    box-shadow: 0 0 3px #888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}
#before_after_gallery{
}
#before_after_gallery ul{
}
#before_after_gallery ul li{
    background:none;
    list-style:none;
    width:100%;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}
#before_after_gallery ul li p{
    margin:0px 0px 6px 0px;
}
#before_after_gallery ul li.last{
    margin:0px 0px 10px 0px;
}
#before_after_gallery ul li .image_holder{
    float:left;
    width:100%;
    margin:0px 0px 10px 0px;
    background:#E9E9E9;
}
#before_after_gallery ul li .image_holder .banner{
    padding:0px 0px 0px 10px;
}
#before_after_gallery ul li .image_holder .banner h3{
    font-style:italic;
    margin:-5px 0px 2px 0px;
}
#before_after_gallery ul li .image_holder .thumbnails{

    width:94%;
    padding:3%;
    margin: 0px 0px 0px 0px;
    /*-moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px #888;
    box-shadow: 0 0 3px #888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}
#before_after_gallery ul li .last{
    margin:0px 0px 0px 0px;
}

/* TOGGLER */
h4.toggle_faq,h4.toggle_faq.active.open{
    color: #444444;
    background: url(/images/layout/toggle-plus.png) no-repeat 10px 11px;
    padding: 8px 0px 8px 35px;
    margin: 10px 0px 0px 0px;
    cursor: pointer;
    font-size: 22px;
    line-height: 22px;
}
h4.toggle_faq.active,h4.toggle_faq.open{
    background: url(/images/layout/toggle-minus.png) no-repeat 10px 11px;
}
h4.toggle_faq:hover,h4.toggle_faq.active.open:hover{
    background: url(/images/layout/toggle-minus.png) no-repeat 10px 11px;
}
div.toggler{
    border-top:none;
    margin: 0px 0px 10px 0px;
    padding:10px 25px;
    overflow:hidden;
}
div.toggler hr{
    border-top:1px solid #CCCCCC;
}
div.toggler p{
    margin:0px;
    padding:5px 0px 5px 0px;
}

/* MENUTOGGLER */
h4.menu_toggle,h4.toggle_faq.active.open{
    color:#EE0000;
    color:#FFFFFF;
    background:url(/images/layout/toggle-light.png) no-repeat 10px 11px #EE0000;
    padding:8px 0px 8px 35px;
    margin:10px 0px 0px 0px;
    cursor:pointer;
}
h4.menu_toggle.active,h4.toggle_faq.open{
    background-position:10px -39px;
}
h4.menu_toggle:hover,h4.toggle_faq.active.open:hover{
    text-decoration:underline;
}
div.menu_toggler{
    color: #333333;
    font-size: 12px;
    border-top:none;
    margin: 0px 0px 10px 0px;
    padding:0px;
    overflow:hidden;
}
div.menu_toggler hr{
    border-top:1px solid #CCCCCC;
}
div.menu_toggler p{
    margin:0px;
    padding:5px 0px 5px 0px;
}

/* BUTTONS */
input.superbutton{
    color: #FFFFFF;
    padding: 15px 5px;
    margin: 5px 0px 0px 0px;
    width: 99%;
    height: auto;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    float: none;
    text-decoration: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #EE0000;
    background-image: -ms-linear-gradient(top, #EE0000 0%, #EE0000 100%);
    background-image: -moz-linear-gradient(top, #EE0000 0%, #EE0000 100%);
    background-image: -o-linear-gradient(top, #EE0000 0%, #EE0000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EE0000), color-stop(1, #EE0000));
    background-image: -webkit-linear-gradient(top, #EE0000 0%, #EE0000 100%);
    background-image: linear-gradient(to bottom, #EE0000 0%, #EE0000 100%);
}
input.superbutton:hover{
		cursor: pointer;
    color: #FFFFFF;
    background-color: #313131;
    background-image: -ms-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: -moz-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: -o-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #313131), color-stop(1, #313131));
    background-image: -webkit-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: linear-gradient(to bottom, #313131 0%, #313131 100%);
}
a.superbutton{
    color: #FFFFFF;
    padding: 15px 5px;
    margin: 5px 0px 0px 0px;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    float: none;
    text-decoration: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #EE0000;
    background-image: -ms-linear-gradient(top, #EE0000 0%, #EE0000 100%);
    background-image: -moz-linear-gradient(top, #EE0000 0%, #EE0000 100%);
    background-image: -o-linear-gradient(top, #EE0000 0%, #EE0000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EE0000), color-stop(1, #EE0000));
    background-image: -webkit-linear-gradient(top, #EE0000 0%, #EE0000 100%);
    background-image: linear-gradient(to bottom, #EE0000 0%, #EE0000 100%);
}
a.superbutton:hover{
		cursor: pointer;
    color: #FFFFFF;
    background-color: #313131;
    background-image: -ms-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: -moz-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: -o-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #313131), color-stop(1, #313131));
    background-image: -webkit-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: linear-gradient(to bottom, #313131 0%, #313131 100%);
}

.cart_quantity{
	margin: 0px 0px 0px 0px;
}
.cart_quantity .quantity_text {
    font-size: 17px;
    float: right;
    margin: 5px 5px 0px 0px;
}
.cart_quantity label{
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
    font-size: 14px;
}
.cart_quantity input {
    border: none;
    font-size: 16px;
    height: 40px;
    padding:0px 10px !important;
    margin: 5px 0px 10px;
    outline: 0 none;
    padding: 20px 10px;
    width: 100%;
}
.cart_quantity select{
    width:100%;
    font-size:16px;
    height:30px;
    padding:5px 0;
    margin:5px 0px 0px;
    border-radius:0px;
    border: none;
    outline: none;
}
.cart_quantity select option{
    font-size:16px;
    padding:8px 12px 8px 12px;
}

/* TOOL TIP STYLES
/* Icon */
a.tooltip {
    text-decoration: none;
	color:#000000;
}
a.tooltip:hover{
	color:#EE0000;
}
/* Box */
a.tooltip > span {
	color: #fff;
	background: #EE0000;
    width: 200px;;
    padding: 10px 15px;
    margin-top: 0;
    margin-left: -40px; /* Hidden Position */
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    border-radius: 0px;
    -webkit-transition-property: opacity, margin-top, visibility, margin-left;
    -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-property: opacity, margin-top, visibility, margin-left;
    transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    transition-timing-function:
    ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}
a.tooltip:hover > span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    margin-top: 35px;
    display: inline;
    margin-left: -40px; /* Reveal Position */
}
/* Arrow */
a.tooltip span b {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-top: -15px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #EE0000;
}
/* People Styles */
.content_container .content .editable_content img.people_image{
	float: none;
	margin: 0px auto 10px auto;
}
.content_container .content .editable_content h1.person_name{
    font-size: 28px;
    line-height: 28px;
    margin: 0px 0px 0px 0px;
}
.content_container .content .editable_content h4.person_title{
    font-size: 16px;
    line-height: 16px;
    margin: 0px 0px 0px 0px;
    font-style: italic;
    color: #282828;
}

/* Comment Styles */
.box_list .comment_box{
	width: 100%;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
.box_list .comment_box .comment_name{
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
	font-size: 20px;
	margin:0px 0px 5px 0px;
}
.box_list .comment_box .comment_name span{
	font-weight: 300;
	font-style: italic;
	color: #666666;
	text-transform: capitalize;
	font-size: 12px;
}
/* Past News */
.box_list .past_news{
	width: 100%;
	margin: 0px 0px 10px;
	text-align: left;
}
/* ADDITIONAL STYLES */
/* Price radio selection styles */
.price_selections label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.price_selections label > input + div{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
.price_selections label > input:checked + div{ /* (RADIO CHECKED) IMAGE STYLES */
	border: 2px solid #BEBEBE;
  background: #dcdcdc;
}
.option_info{
  padding: 5px;
  margin-top: 10px;
  background: #dcdcdc;
}
/* Base Style */
h1{
	font-weight: 700;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 30px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}
h2{
	font-weight: 400;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 26px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}
h3{
	font-weight: 700;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 22px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}
h4{
	font-weight: 400;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}
h5{
	font-weight: 700;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 16px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}
h6{
	font-weight: 400;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}
p{
	font-weight: 300;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	line-height: 24px;
}
p em{
  font-style: italic;
}
ul li{
  font-size: 14px;
}
ol li{
  font-size: 14px;
}
.mobile_photo_video{
	display: inherit;
}
.full_photo_video{
	display: none;
}
.mobile_header{
	display: inherit;
	position: relative;
	width: 100%;
	z-index: 999;
}
@media (max-width:960px) {
	.header_spacer {
		display: none;
	}
}
.full_header{
	display: none;
	width: 100%;
/* 	position: fixed; */
	z-index: 999;
}
.header_spacer{
	width: 100%;
	height: 47px;
}
.inner_header{
	width: 100%;
	height: 100px;
	background: url(../images/layout/inner_header.jpg) center center no-repeat;
	background-size: cover;
}
.content_container{
	width: 100%;
	padding: 30px 20px;
	background: #fff;
}
.mobile_register{
	display: inherit;
}
.full_register{
	width: 35%;
	float: right;
	border-left: 1px solid #dedede;
	display: none;
	padding-left: 10px;
}
.events_editable_content{

}
/* VIDEO GALLERY */
#video_gallery{
    background:#E9E9E9;
    margin: 0px 0px 20px 0px;
    padding: 4px 0px 16px 6px;
}
#video_gallery ul{
    margin:0px;
    padding:0px;
}
#video_gallery ul li{
    background:none;
    display:inline-block;
    margin:0px;
    padding:0px;
    width:228px;
}
#video_gallery ul li .vid_title{
    padding:5px 10px;
    width:208px;
    overflow:hidden;
    float:left;
    text-decoration:underline;
}
#video_gallery ul li a:hover .vid_title{
    text-decoration:none;
}
#video_gallery .thumbnails{
    background:#FFFFFF;
    border:1px solid #BEBEBE;
    padding:3px;
    margin: 10px 0px 0px 5px;
}

/* Photo Gallery Full */
#gallery_content2{
    margin: 0px 0px 20px 0px;
    padding: 4px 0px 16px 6px;
}
#gallery_content2 ul{
    margin:0px;
    padding:0px;
}
#gallery_content2 ul li{
    background:none;
    display: inline;
    margin:0px;
    padding:0px;
}
#gallery_content2 .thumbnails {
		background: #FFFFFF;
		padding: 0px;
     margin: 10px 1%;
		width: 22.5%;
		height: auto;
		box-sizing: border-box;
}
/* Before and After */
#before_after_gallery{
}
#before_after_gallery ul{
    list-style:none;
}
#before_after_gallery ul li{
    background:none;
    width:450px;
    float:left;
    margin:0px 40px 20px 0px;
    padding:0px 0px 0px 0px;
}
#before_after_gallery ul li p{
    margin:0px 0px 6px 0px;
}
#before_after_gallery ul li.last{
    margin:0px 0px 20px 0px;
}
#before_after_gallery ul li .image_holder{
    float: left;
    margin: 0px 1%;
    width: 48%;
    text-align: center;
}
#before_after_gallery ul li .image_holder h3{
    font-style: normal;
    margin: 7px 0px 9px 0px;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
}
#before_after_gallery ul li .image_holder .thumbnails{
    background: #FFFFFF;
    border: none;
    padding: 0px;
    margin: 0px auto 0px;
    width: 100%;
}
#before_after_gallery ul li .last{
    margin:0px 0px 0px 0px;
}
/* Login Styles */
#header .menu_holder .menu_content ul li.login_btn {
    float: left;
}
#header .menu_holder .menu_content ul li.login_btn a {
    text-decoration: none;
    color: #fff;
    background: #EE0000;
    float: left;
    padding: 8px 10px;
}
#header .menu_holder .menu_content ul li.login_btn a:hover {
    background: #e63333;
}
#header .menu_holder .menu_content ul li.login_btn a i {
    color: #fff;
    font-size: 16px;
    position: relative;
    left: 3px;
}
.login_btn {
    float:right;
    margin: 0px 0px 0px 0px;
}
#header .login_btn {
    margin: 15px 0px 3px 0px;
}
.login_btn i{
    float:left;
    font-size:23px;
    margin:2px 5px 0px 0px;
    color:#032E47;
}
.login_wrapper.hide {
    display: none;
}
.login_wrapper {
    width: 100%;
    position: fixed;
    z-index: 102;
    top: 34px;
    right: 0;
    left: 0;
}
.login_wrapper .login_wrapper_inner {
    width:960px;
    margin: 0 auto;
}
.menu_holder .login_box {
    width: 300px;
    background: #EE0000;
    padding: 15px;
    float: right;
    margin-right: 3px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
}
.menu_holder .login_box input {
    width: 94%;
    padding: 3%;
    margin: 2% 0;
    float: left;
    border: none;
    background: #F6F6F6;
}
.menu_holder .login_box input:focus {
    outline: none;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}
.menu_holder .login_box input.checkbox {
    width: auto !important;
    padding: 0;
    margin: 2% 0 0 4%;
}
.menu_holder .login_box a {
    text-decoration: none;
    color: #fff;
}
.menu_holder .login_box a:hover {
    text-decoration: underline;
}
.menu_holder .login_box a.superbutton {
    margin-top: 5px;
    background: #333;
}
.menu_holder .login_box a.superbutton:hover {
    text-decoration: none;
    background: #000;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}
.menu_holder .login_box a.superbutton i {
    margin: 0 -2px 0 3px;
}
/* New Menu Styles */
ul.menu_section_nav{
	max-width: 940px;
	margin: 0px auto;
	list-style: none;
	margin-bottom: 0px;
	text-align: center;
}
ul.menu_section_nav li{
	float: left;
	margin: 0px;
}
ul.menu_section_nav li a{
	background: #EE0000;
	color: #FFFFFF;
	font-size: 26px;
	text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
	padding: 15px 20px;
	display: inline-block;
}
ul.menu_section_nav li a:hover{
	background: #333333;
}
ul.menu_section_nav li.active a{
	background: #333333;
}
h4.menu_category{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 46px;
  text-align: left;
  padding-bottom: 10px;
    margin-bottom: 30px;
  margin-top: 20px;
}
p.menu_section_description{
	margin-bottom: 40px;
}
.grid_list .menu_item{
	width: 100%;
	margin: 0px 0px 10px;
	float: none;
}
.grid_list .menu_item .price{
    font-size: 20px;
    float: right;
    color: #c43231;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 5px;
}
.grid_list .menu_item .menu_title{
    margin: 0px 0px 5px 0px;
    font-size: 20px;
    color: #4a4747;
    font-weight: 700;
    text-transform: uppercase;
}
.grid_list .menu_item p.menu_options{
	background: #ecebeb;
    padding: 5px;
}
.home-intro a p{
	color: #333333;
}

.popular_button, .classic_button {
	width:100%;
	float:left;
	font-size: 20px;
	font-weight: 300;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	height:50px;
	margin:0px;
	transition:0.1s;
}

.popular_button {
	background:#4a8d58;
	border: 2px solid #4a8d58;
}

.popular_button:hover {
	color:#4a8d58;
	background:#fff;
	border: 2px solid #4a8d58;
}

.classic_button {
	background: #e19a18;
	border: 2px solid #e19a18;
}

.classic_button:hover {
	color:#e19a18;
	background:#fff;
	border: 2px solid #e19a18;
}

/* 320 pixel width */
@media screen and (min-width: 320px) {
	h1{
		font-size: 30px;
    line-height: 30px;
  }
	h2{
	    font-size: 26px;
	    line-height: 26px;
	}
	h3{
	    font-size: 22px;
	    line-height: 22px;
	}
	h4{
	    font-size: 18px;
	    line-height: 18px;
	}
	h5{
	    font-size: 16px;
	    line-height: 16px;
	    margin-top:25px;
	}
	h6{
	    font-size: 14px;
	    line-height: 14px;
	}
	p{
	    font-size: 14px;
	    line-height: 24px;
	}
	ul li{
	    font-size: 14px;
	    line-height: 24px;
	}
	ol li{
	    font-size: 14px;
	    line-height: 24px;
	}
	.product_forced pre{
	    font-size: 14px;
	    line-height: 24px;
	}
}


/* 480 pixel width */
@media screen and (min-width: 480px) {
	h1{
		font-size: 35px;
    line-height: 35px;
    }
	h2{
	    font-size: 31px;
	    line-height: 31px;
	}
	h3{
	    font-size: 27px;
	    line-height: 27px;
	}
	h4{
	    font-size: 23px;
	    line-height: 23px;
	}
	h5{
	    font-size: 19px;
	    line-height: 19px;
	}
	h6{
	    font-size: 15px;
	    line-height: 15px;
	}
	p{
	    font-size: 15px;
	    line-height: 25px;
	}
	ul li{
	    font-size: 15px;
	    line-height: 25px;
	}
	ol li{
	    font-size: 15px;
	    line-height: 25px;
	}
	.product_forced pre{
	    font-size: 15px;
	    line-height: 25px;
	}
	
}
/* 600 pixel width */
@media screen and (min-width: 600px) {
	.box_list .box{
	    width: 48%;
	}
	.box_list .full{
		width: 100%;
		margin: 0px 0% 10px;
		text-align: center;
	}
	.grid_list .grid_item{
	    width: 48%;
	}
	.menu_list ul.pages li {
	    width: 48%;
	    margin: 0px 1% 10px;
	}
	.box_list .comment_box{
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
	.box_list .past_news{
		width: 48%;
		margin: 0px 1% 10px;
		text-align: left;
	}
	.grid_list .menu_item{
		width: 48%;
		margin: 0px 1% 10px;
		float: left;
	}
	.filter_list ul li{
	    margin: 5px 1% 5px 1%;
	    width: 48%;
	}
	.showroom_list .box{
	    width: 48%;
	    margin: 0px 1% 10px 1%;
	}
	.showroom_table ul li{
	    width: 48%;
	}
	.showroom_features_table ul li{
	    width: 48%;
	}
	.properties_menu ul li {
	    border-right: 1px solid #BEBEBE;
	    box-shadow: 1px 0px 0 #FFFFFF;
	    border-bottom: none;
	    width: 50%;
	    float: left;
	}
	.content ul.career li {
	    width: 50%;
	}
	.popular_button, .classic_button {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
		margin:0px 5px;
	}
}

/* 768 pixel width */
@media screen and (min-width: 768px) {
	h1{
		font-size: 40px;
    line-height: 40px;
    }
	h2{
	    font-size: 35px;
	    line-height: 35px;
	}
	h3{
	    font-size: 32px;
	    line-height: 32px;
	}
	h4{
	    font-size: 28px;
	    line-height: 28px;
	}
	h5{
	    font-size: 22px;
	    line-height: 22px;
	}
	h6{
	    font-size: 16px;
	    line-height: 16px;
	}
	p{
	    font-size: 16px;
	    line-height: 26px;
	}
	ul li{
	    font-size: 16px;
	    line-height: 26px;
	}
	ol li{
	    font-size: 16px;
	    line-height: 26px;
	}
	.price_table table{
		width: 50%;
		float: left;
	}
	.product_forced pre{
	    font-size: 16px;
	    line-height: 26px;
	}
}


/* 960 pixel width */
@media screen and (min-width: 960px) {
	h1{
		font-size: 45px;
    line-height: 45px;
    }
	h2{
	    font-size: 40px;
	    line-height: 40px;
	}
	h3{
	    font-size: 35px;
	    line-height: 35px;
	}
	h4{
	    font-size: 30px;
	    line-height: 30px;
	}
	h5{
	    font-size: 25px;
	    line-height: 25px;
	}
	h6{
	    font-size: 20px;
	    line-height: 20px;
	}
	p{
	    font-size: 18px;
	    line-height: 30px;
	}
	ul li{
	    font-size: 18px;
	    line-height: 30px;
	}
	ol li{
	    font-size: 18px;
	    line-height: 30px;
	}
	.product_forced pre{
	    font-size: 18px;
	    line-height: 30px;
	}
	.footer{
    display: inherit;
	}
	#signature{
	    font-size: 12px;
	}
	.mobile_header{
		display: none;
	}
	.full_header{
		display: inherit;
	}
	.header_spacer{
		height: 82px;
		display:none;
	}
	@media (max-width:1200px) {
		.header_spacer{
			display:block;
		}
	}
	.inner_header{
		height: 250px;
	}
	.mobile_photo_video{
		display: none;
	}
	.full_photo_video{
		display: inherit;
	}
	.content_container{
		padding: 100px 20px;
	}
	.box_list .box{
	    width: 23%;
	}
	.box_list .full{
		width: 100%;
		margin: 0px 0% 10px;
		text-align: center;
	}
	.grid_list .grid_item{
      width: 23%;
	}
	hr {
	    margin:40px 0px;
	}
	.menu_list ul.pages li {
	    width: 31.3333%;
	}
	.content_container .content .editable_content img.people_image{
		float: left;
		margin: 0px 10px 0px 0px;
	}
	.box_list .comment_box{
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
	.box_list .past_news{
		width: 48%;
		margin: 0px 1% 10px;
		text-align: left;
	}
	.mobile_register{
		display: none;
	}
	.full_register{
		display: inherit;
	}
	.events_editable_content{
		float: left;
		width: 60%;
	}
	.contact_info ul {
	    margin: 5px 1% 15px 1%;
	    width: 48%;
	    float: left;
	}
	.product_highlight {
	    width: 40%;
	    float: left;
	    margin: 0px 5% 20px 0px;
	}
	.form_holder .third_width {
	    width: 32.3333%;
	    margin-right: 1%;
	    float: left;
	}
	.form_holder textarea{
	    width:99%;
	}
	.form_holder select{
	    width:100%;
	}
	.grid_list .menu_item{
		width: 31.3333%;
	}
	.filter_list ul li{
	    width: 31.3333%;
	}
	.showroom_list .box{
	    width: 31.3333%;
	}
	.clear_2{
		clear: none;
	}
	.clear_3{
		clear: both;
	}
	.showroom_table ul li{
	    width: 31.3333%;
	}
	.showroom_features_table ul li{
	    width: 31.3333%;
	}
	.property_highlight {
	    width: 35%;
	    float: right;
	    margin: 0px 0px 10px 10px;
	}
	.properties_menu ul li {
	    width: 25%;
	}
	.box_list .box ul.careers_list li{
	    list-style-type: none;
	    width: 33.3333%;
	    float: left;
	    background: none;
	    font-size: 12px;
	    margin: 10px 0px 10px 0px;
	    padding: 0px 10px 0px 0px;
	}
	.content ul.career li {
	    width: 33.3333%;
	}	
	.product_forced{
		float: right;
		width: 55%
	}
}


/* 1200 pixel width */
@media screen and (min-width: 1200px) {
	h1{
    font-size: 40px;
    line-height: 45px;
  }
	h2{
	    font-size: 45px;
	    line-height: 45px;
	}
	h3{
	    font-size: 40px;
	    line-height: 40px;
	}
	h4{
	    font-size: 35px;
	    line-height: 35px;
	}
	h5{
	    font-size: 30px;
	    line-height: 30px;
	}
	h6{
	    font-size: 25px;
	    line-height: 25px;
	}
}

/* Header Top */
.header-top {
    background: #2D2D2D;
    padding:5px 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

.phone-top {
    position: relative;
    top: 5px;
}

.header-top p,
.header-top a {
    color:#fff;
}

.header-top .social_media i {
    border: 1px solid #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
     font-size: 16px;
}
.header-top .social_media i.fab.fa-instagram {
    padding-left: 1px;
    line-height: 28px;
}
/* Footer Signature */
#signature .signature_content p,
#signature .signature_content a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'roboto', sans-serif;
    font-weight: 300;
     font-size: 12px;
    line-height: 12px;
}

.mobile_header .logo_area img {
    height: auto;
    width: 160px;
}

/* Homne Intro Wrapper */
.home-intro-wrapper {
    position: relative;
    max-width:1600px;
    margin:0 auto;
    z-index: 985;
}

.home-intro {
    display: flex;
    flex-wrap:wrap;
    transform: translateY(-50%);
    clear: both;
}

.home-intro > a {
		text-decoration: none;
    text-align:center;
    background-color:#fff;
    margin: 0 30px;
    width: calc(25% - 60px);
    box-shadow:0px 0px 15px rgba(0,0,0,0.1);
    padding: 20px 15px;
    transition:0.3s ease;
}

@media (max-width:1200px) {
	.home-intro > a {
		margin: 0 10px;
		width: calc(25% - 20px);
	}
}

.home-intro > a:hover {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    transition:0.3s ease;
}

.home-intro h3 {
    color:#606060;
    font-weight:500;
    font-size:30px;
    display:block;
    position:relative;
}
.home-intro h3:hover {
    color: #DA251C;
}
.home-intro h3::after {
    content: '';
    display:block;
    height:3px;
    width:50px;
    margin:10px auto;
    background-color:#DA251D;
}

@media (min-width:1200px) {
	.home .header_spacer {
	    display: none;
	}
}

@media (max-width:1100px) {
    .home-intro > div {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .home-intro {
        position: initial;
        transform: none;
    }

    .home-intro-wrapper {
        padding-bottom: 0;
        margin-top: 6px;
    }
}

@media (max-width:767px) {
    .home-intro > div {
        width:95%;
        margin:5px auto;
    }
}

/* Welcome Content */
@media (min-width:1100px) {
    .welcome-cc {
    padding-top: 0;
    }
}

.home-intro img {
    padding-bottom: 10px;
}

.welcome {
    display: flex;
}

.welcome-content {
    width:60%;
    padding:60px 5%;
    position:relative;
}
.welcome-content .editable_content {
    z-index: 99999;
    position: relative;
}

.welcome-content span.sideways-text {
    position:absolute;
    top: calc(100% - 20px);
    left:-10px;
    font-size: 30px;
    text-transform:uppercase;
    font-weight:800;
    color: #EFEFEF;
    transform: rotate(-90deg);
    transform-origin: left bottom 0;
    z-index:-1;
}

@media (min-width:1800px) {
	.welcome-content span.sideways-text {
		font-size:40px;
	}
}

.welcome-content h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight:300;
}

.welcome-content h2::after {
    content: '';
    display:block;
    width:50px;
    height:5px;
    margin:15px 0;
    background-color:#DA251C;
}

.welcome-content h1 {
    margin: 0;
}

.welcome-image {
    width:40%;
    background-image: url(/images/layout/welcome-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:left;
}


.welcome-image figcaption {
    display:none;
}

@media (max-width:960px) {
    .welcome {
        display:flex;
        flex-direction:column;
        width:95%;
        margin:0 auto;
    }
    .welcome-image,
    .welcome-content {
        width: 100%;
        min-height:300px;
        padding: 60px 0;
    }
}

/* Parallax Section */
.home-parallax {
    background-color: #B82318;
    background-image: url(/images/layout/strip02.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center;
    background-attachment: fixed;
    text-align:center;
    display:block;
    padding:200px 0;
}

.home-parallax h4 {
    color:#fff;
    font-size: 60px;
    line-height:75px;
    display: block;
}

.home-parallax h6 {
    color:#FFFFFF;
    font-family: 'poppins', sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight:300;
    font-style:italic;
    display: block;
    padding-top: 10px;
}

.home-parallax a {
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:20px;
    font-family: 'poppins', sans-serif;
    font-weight:100;
    letter-spacing:1px;
    display:inline-block;
    border:2px solid #fff;
	padding: 10px 37px;
    margin-top:20px;
	transition:0.3s ease;
}

.home-parallax a:hover {
    background-color:#fff;
    color:#282828;
    transition:0.3s ease;
}

@media (max-width:960px) {
    .home-parallax h4 {
        font-size: 30px;
        line-height: 35px;
    }
    .home-parallax h6 {
		font-size:20px;
		line-height:30px;
    }
}

@media (max-width:960px) {
    .home-parallax {
        padding: 100px;
    }
}

/* Home Products */
.featured-products {
    text-align:center;
}

.featured-products h2 {
    font-weight:300;
    font-style:italic;
	margin-bottom:40px;
}

.featured-products h2 span {
    display: block;
    font-weight:600;
    color:#282828;
    font-style:normal;
}

.featured-products h2::after {
    content: '';
    display:block;
    height:5px;
    width:100px;
    background-color:#DA251D;
    margin:20px auto;
}

/* Home Products */
.home .box_list .box ul.pricing,
.home .box_list .box p {
    display: none;
}

.box_list .box .title a::after {
    content: '';
    display: block;
    height: 5px;
    width: 50px;
    background-color: #EE0000;
    margin: 10px auto;
}

/* Home Reviews Outro */
.outro-reviews.content_container {
    background-color: #fff;
}

.outro-reviews {
    position:relative;
}

.outro-reviews .content {
    padding:0 10%;
}

.outro-reviews.content_container {
    background-color: #fff;
}

.widget_reviews ul.reviews li div.name {
    font-style: italic;
    font-weight: 300;
    text-align: right;
    font-size: 30px;
    clear: both;
    padding-top: 30px;
}

.widget_reviews ul.reviews li p {
    text-align: left;
    width: 70%;
    float: right;
}

.widget_reviews ul.reviews {
    display: flex;
    text-align: right;
}

/* Outro Review Quotation */
.outro-reviews i {
    position: absolute;
    left: 20%;
    top:55%;
    transform:translateY(-50%);
    font-size: 20vw;
    color:#F4F4F4;
    z-index: 0;
}

.widget_reviews ul.reviews li .name {
    text-align: left !important;
    width: 70%;
    float: right;
}

@media (max-width:1200px) {
    .widget_reviews ul.reviews li div.name,
    .widget_reviews ul.reviews li p {
        width:100%;
        text-align:center;
    }
    .welcome-content span.sideways-text,
    .outro-reviews i {
        display:none;
    }
}

/* Get A Quote Button */
.get-quote-side {
    background-color: #EE0000;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 10px 20px;
    border-radius:15px 15px 0 0;
    position: fixed;
    right: -65px;
    top: 50%;
    transform: rotate(-90deg) translateX(-50%);
    z-index:9999;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:1px;
    font-size:18px;
    transition: 0.3s ease;
    cursor:pointer;
		z-index:9999999;
    margin-top: -83px;
}

.get-quote-side:hover {
    color: #fff;
    transition: 0.3s ease;
    background-color:#232121;
}

/* Cart Side Button */
.cart-btn-side {
      background-color: #DA251C;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 10px 20px;
    border-radius: 15px 15px 0 0;
    position: fixed;
    right: -35px;
    top: 50%;
    transform: rotate(-90deg) translateX(-50%);
    z-index: 9999;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
    transition: 0.3s ease;
    cursor: pointer;
    z-index: 9999999;
    margin-top: -195px;
}

.cart-btn-side:hover {
    color: #fff;
    transition: 0.3s ease;
    background-color:#232121;
}

@media (max-width:960px) {
    .get-quote-side {
      transform: none;
	    top: 64px;
	    right: 15px;
	    margin-top: 0px;
	    border-radius: 0px 0px 7px 7px;
	    position: absolute;
    }
    #signature {
        padding-bottom:45px;
    }
}

@media (max-width:500px) {
    .get-quote-side {
        width:100%;
				right: 0;
        border-radius:0;
        text-align:center;
    }
    #signature a {
        display:block;
    }
}

/* Reviews Page */
body.reviews .widget_reviews ul.reviews {
    flex-direction:column;
}

body.reviews .widget_reviews ul.reviews li p {
    width:100%;
}

.home-parallax img {
    padding-bottom: 40px;
}

@media (max-width:960px) {
    .social_media ul,
    .contact_info {
        text-align: center;
        float:none;
    }

    .contact_info ul.hours li span {
        display: block;
        width: 100%;
        font-weight:700;
        padding:10px 0;
    }

    .social_media ul li {
        margin: 20px auto;
        float: none;
    }
}

@media (max-width:960px) {
    .form_holder .QapTcha .bgSlider,
    input.superbutton {
        width: 100%;
    }
}

.menu_list ul.pages li {
    margin: 10px 1%;
}

#gallery_content2 ul li:first-child img {

}

.content h2.message_positive {
    clear: both;
    float: left;
    margin-bottom: 50px;
}

@media (max-width:960px) {
    .header-top {
        display: none;
    }
}

@media (max-width:1100px) {
    .home-intro > a {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media (max-width:767px) {
    .home-intro > a {
        width: calc(100% - 20px);
    }
}

html{
	overflow-x:hidden;
}

.signature_content img {
    width: 100px;
    height: auto;
    padding: 3px 0;
}

@media (max-width:500px) {
    .signature_content img {
        margin-bottom:20px;
    }
}

.grid_list {
    display: flex;
    flex-wrap: wrap;
}

body.reviews .widget_reviews ul.reviews li,
body.reviews .widget_reviews ul.reviews li p {
    text-align:center !important;
}

body.reviews .widget_reviews ul.reviews li img {
	margin-bottom:20px;
	border: 3px solid #db251e;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

.widget_reviews ul.reviews li div.name {
    text-align: left;
    padding-top: 20px;
     margin-left: 30%;
}
.welcome-cc{
	background: #fafafa;
}
i.fa-instagram{
	line-height: 28px;
}

@media (max-width:1200px) {
	.widget_reviews ul.reviews li div.name {
	    text-align: center !important;
	}
}

.grid_list .title {
    position:relative;
     height: auto;
    margin-bottom: 10px;
}
.social_media ul li i{
     font-size: 24px;
}
.grid_list .title span {
	background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 2px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4e4c4b;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid #EFEFEF;
    position: relative;
    top: -1px;
}
.in-stock{
    position: absolute;
    top: 40px;
    left: -46px;
    padding: 15px 0px;
    color: #FFFFFF;
    background: #4a8d58;
    width: 215px;
    text-align: center;
    transform: rotate(-45deg);
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}
.special-order{
	background: #e09a18;
}
.in-stock-highlight{
	position: absolute;
	top: 32px;
	left: -81px;
	padding: 10px 76px;
	color: #FFFFFF;
	background: #4a8d58;
	text-align: center;
	transform: rotate(-45deg);
}
.special-order-highlight{
	background: #e09a18;
	top: 50px;
}
.grid_list .grid_item_product{
	position: relative;
	overflow: hidden;
	background: #FFF;
	float: left;
	padding: 15px;
	width: 98%;
	margin: 0px 1% 10px;
	text-align: center;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
     padding: 0px 0px 20px;
	transition: 0.3s ease;
}
.grid_list .grid_item_product .title a{
	font-size: 22px;
	line-height: 22px;
}
.grid_list .grid_item_product .title a::after {
    content: '';
    display: block;
    height: 5px;
    width: 50px;
    background-color: #EE0000;
    margin: 10px auto;
}
a.more_info_products{
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	border: 2px solid #333333;
	padding: 3px 25px;
}
a.more_info_products:hover{
	color: #FFFFFF;
	background: #333333;
}
.grid_list .product_category_box{
	width: 98%;
}
@media (max-width:1200px) {
    #swipe_banner div .holder .caption .text {
        width: 70%;
    }
	#swipe_banner div .holder .caption .text h1 {
	    font-size: 35px;
	    line-height: 35px;
	}
}
@media screen and (min-width: 600px){
	.grid_list .grid_item_product{
		position: relative;
		overflow: hidden;
		background: #FFF;
		float: left;
		padding: 15px;
		width: 48%;
		margin: 0px 1% 10px;
		text-align: center;
		box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
     padding: 0px 0px 20px;
		transition: 0.3s ease;
	}
	.grid_list .product_category_box{
		width: 48%;
	}
	.grid_list .grid_item_4 {
	    width: 48%;
	    float: left;
	    margin: 0px 1% 0px 1%;
	}
}
@media screen and (min-width: 960px){
	.product_highlight ul li{
	    text-align: left;
	}
	a.add_to_cart{
    width: 33% !important;
    padding: 5px 0px !important;
	}
	.cart_quantity {
     width: 66%;
    float: left;
    margin-right: 1%;
	}
	.cart_quantity label {
    float: left;
    width: 33%;
    margin: 15px 0px 0px;
	}
	.cart_quantity input {
    border: none;
    font-size: 16px;
    height: 40px;
    padding:0px 10px !important;
    margin: 5px 0px 10px;
    outline: 0 none;
    padding: 20px 10px;
    width: 67%;
	}
	.grid_list .grid_item_product{
		position: relative;
		overflow: hidden;
		background: #FFF;
		float: left;
		padding: 15px;
		width: 23%;
		margin: 0px 1% 10px;
		text-align: center;
		box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
     padding: 0px 0px 20px;
		transition: 0.3s ease;
	}
	.grid_list .product_category_box{
		width: 31%;
	}
	.grid_list .grid_item_4 {
	    width: 23%;
	    float: left;
	    margin: 0px 1% 0px 1%;
	}
}

#olark-wrapper.olark-dark-theme .olark-launch-button{
	background-color: #EE0000 !important;
}

/* GEOFF TRIBUTE STUFF */
.geoff{
	background: #f9faf9;
}
.flex-center {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
	align-content: center;
}
.geoff-content {
    float:right;
    width:55%;
}
.geoff_image_desktop {
    float:left;
    width:40%;
    margin-right:5%;
}
.geoff_image_mobile {
    display:none;
}
@media (max-width:960px) {
	.geoff-content {
	    float:none;
	    width:100%;
	}
	.geoff_image_desktop {
	    display:none;
	}
	.geoff_image_mobile {
	    float:none;
	    margin-top: 20px;
		width:100%;
		display: block;
	}
}
.border-button {
	color: #da241c;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'poppins', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	display: inline-block;
	border: 2px solid #da241c;
	padding: 5px 20px;
	margin-top: 20px;
	transition: 0.3s ease;
}
.border-button:hover {
	color: #5f605f;
	border: 2px solid #5f605f;
}