/* ---- 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");
@import url("jquery-nivo-slider.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");
/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
/* SWIPER JS */
@import url('swiper.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: #5c5c5c;
  color: #333;
  font-family: "Open Sans", 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;
}
hr {
  clear: both;
  border-top: 1px solid #dcdcdc;
  height: 1px;
  margin:20px 0px 20px 0px;
}
a{
  color: #31BFE2;
  text-decoration:underline;
}
a:hover{
  color: #333333;
  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: -moz-linear-gradient(top, rgba(111,111,111,1) 28%, rgba(167,167,167,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,rgba(111,111,111,1)), color-stop(100%,rgba(167,167,167,1)));
    background: -webkit-linear-gradient(top, rgba(111,111,111,1) 28%, rgba(167,167,167,1) 100%);
    background: -o-linear-gradient(top, rgba(111,111,111,1) 28%, rgba(167,167,167,1) 100%);
    background: -ms-linear-gradient(top, rgba(111,111,111,1) 28%, rgba(167,167,167,1) 100%);
    background: linear-gradient(to bottom, rgba(111,111,111,1) 28%, rgba(167,167,167,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#006F6F6F',GradientType=0 );
    border-bottom: 3px solid #000000;
  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 {
  left: 32px;
  position:absolute;
  top: 6px;
}
.mobile_header a{
  color:#FFFFFF;
  font-size:22px;
  position: absolute;
  padding:5px 0px 0px 10px;
  text-decoration:none;
}
/* ---- Footer ---- */
.footer{
  background:#5c5c5c;
  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:#DF0000;
}
.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:#DF0000;
}
.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:#DF0000;
  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:#5c5c5c;
  color:rgba(255, 255, 255, 0.75);
  font-size:9px;
  margin:0px 0px 0px 0px;
  padding:10px 10px 10px 10px;
}
#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 .signature_content a.webmail{
	text-decoration: none;
}
/* ---- 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:#31BFE2;
}
.content{
  margin:0px auto 0px auto;
  max-width:940px;
  padding:0px 0px 0px 0px;
}
.content h1{
  color:#333333;
}
.content h2{
  color:#31BFE2;
}
.content h3{
  color:#333333;
}
.content h4{
  color:#31BFE2;
}
.content h5{
  color:#333333;
}
.content h6{
  color:#31BFE2;
}
.content p{
  color: #4f4f4f;
  margin: 0px 0px 5px 0px;
}
.content pre{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  overflow: auto;
  width: 100%;
}
/* ---- Editable Content ---- */
.editable_content a{
  color: #333333;
  text-decoration:underline;
}
.editable_content a:hover{
  color: #31BFE2;
  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:block;
  overflow: scroll;
}
.editable_content table tr{

}
.editable_content table tr th, .editable_content table thead tr td{
  font-weight:bold;
  border: 1px solid #053450;
  color:#FFFFFF;
  background:#31BFE2;
  padding:8px 8px 8px 8px;
}
.editable_content table tr td{
  border: 1px solid #A3A3A3;
  padding:8px 8px 8px 8px;
}
.editable_content iframe[width="500"] {
  width: 100% !important;
  height:220px;
}
/* ---- 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:#31BFE2;
}
.content ul.date_list li{
  background:none;
  list-style:none;
  display:inline;
  border-left:1px solid #31BFE2;
  color:#31BFE2;
  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:#31BFE2;
}
.content ul.eventdata_list li{
  background:none;
  list-style:none;
  color:#31BFE2;
  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:#31BFE2;
  line-height: 40px;
  text-decoration:none;
}
/* ---- Search ---- */
.with_bg {
  margin: 5px 0px 3px 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: none;
  float: left;
  padding: 15px;
  width: 98%;
  margin: 0px 1% 10px;
  text-align: center;
  -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;
}
.box_list .box:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.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:#31BFE2;
}
.box_list .name{
  color:#31BFE2;
  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: #31BFE2;
  margin: 4px 0px 2px 0px;
  text-transform: uppercase;
  font-weight: 700;
}
.box_list .box .menu_title{
  font-size:20px;
  color:#333333;
  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: 700;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
}
.box_list .box .title a:hover{
  color:#31BFE2;
  text-decoration:none;
}
.box_list .location_title{
  padding:5px 0px 0px 0px;
  line-height:16px;
}
.box_list .job_title{
  font-size:13px;
  color:#31BFE2;
  margin:-5px 0px 0px 0px;
}
.box_list p{
  font-size: 16px;
  padding: 0px;
  line-height: 22px;
  margin:2px 0px 10px 0px;
}
.box_list .box .date{
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  color: #31BFE2;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.box_list .box .price{
  font-size:16px;
  color:#31BFE2;
  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: #31BFE2;
  padding: 0px 5px 0px 0px;
}
.box_list .box .specials_title{
  font-style:bold;
  font-size:22px;
  color:#31BFE2;
  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:#31BFE2;
  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:#DF0000;
  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:#DF0000;
}
.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:#31BFE2;
    background:none;
    font-size:12px;
    float:left;
    margin:0px;
    padding:0px 0px 0px 0px;
}
.box_list .box ul.pricing{
    margin:-1px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.box_list .box ul.pricing li{
    display:inline;
    border-right:none;
    font-size:14px;
    margin:0px 4px 4px 0px;
    padding:0px 0px 0px 0px;
    color:#31BFE2;
}
.box_list .box ul.pricing li.strike{
    text-decoration:line-through;
}
.box_list .box ul.pricing li.sale{
    color:#E00000;
}
.box_list .box .alert_overlay{
    background:#D2DEE4;
    padding:2px 5px;
    margin-bottom:5px;
    color:#31BFE2;
}
.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:#31BFE2;
}
.box_list .box .alert_overlay i{
    font-size:20px;
    color:#31BFE2;
    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: #DF0000;
}
.date_box_event{
    background: none;
    border: none;
    float: none;
    width: 100%;
    margin: 2px 0px 2px 0px;
    text-decoration: none;
    color: #DF0000;
    text-align: left;
    padding-left: 12px;
}
.box_list .box .date_box .month, .content .date_box .month{
    color:#FFFFFF;
    background:#31BFE2;
    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:#31BFE2;
    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:#31BFE2;
    font-size:30px;
    padding:0px 0px 0px 0px;
}
.box_list .box .date_box .year, .content .date_box .year{
    color:#31BFE2;
    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:#31BFE2;
    font-size:12px;
}
.box_list .box ul.date_list li{
    background:none;
    display:inline;
    list-style:none;
    color:#31BFE2;
    border-left:1px solid #31BFE2;
    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: #31BFE2;
    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:#31BFE2;
    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:#31BFE2;
}

/* 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;
}
.grid_list .last{
    margin-right:0%;
}
.grid_list .title{
    font-size:14px;
    line-height: 14px;
    text-align:center;
    color:#FFFFFF;
    display:flex;
    align-items:center;
    height:60px;
    background:#888888;
}
.grid_list .title:hover{
    background:#31BFE2;
}
.grid_list .title a{
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 15% 5%;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}
.grid_list .title a:hover{
    color:#FFFFFF;
    text-decoration:none;
}
.grid_list img{
    display:block;
    max-width:100%;
    max-height:100%;
    width: 100%;
    height: auto;
    background:#FFFFFF;
}
.grid_list .grid_video{
    width:48%;
    float:left;
    margin-right: 2%;
    margin-bottom: 10px;
    /* border:1px solid #BEBEBE; */
}

/* MENU LIST */
.menu_list ul.pages li{
    background:#888888;
    font-size:16px;
    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:#31BFE2;
}
.menu_list ul.pages li a{
    color:#FFFFFF;
    text-decoration:none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    padding: 10px;
    height: 65px;
}
.menu_list ul.pages li a:hover{
    color:#FFFFFF;
}

/* PROPERTIES STYLES */
.properties_alert{
    background:#D2DEE4;
    color:#31BFE2;
    -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:#31BFE2;
    margin:0px;
    padding:0px;
}
.properties_alert i{
    font-size:60px;
    color:#31BFE2;
    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:#DF0000;
    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:#DF0000;
}
.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:#31BFE2;
    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:#31BFE2;
}
.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: #31BFE2;
    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: #31BFE2;
    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: #31BFE2;
    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:#31BFE2;
    margin:0px 0px 3px 2px;
    line-height:14px
}
.showroom_list .box .title a{
    color: #31BFE2;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.showroom_list .box .title a:hover{
    color: #DF0000;
}
.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:#31BFE2;
    font-weight:bold;
}
.showroom_list .box .price .taxes{
    font-size:8px;
    color:#31BFE2;
    font-weight:normal;
}
.showroom_list .box .kms{
    font-size:12px;
    float:left;
    min-width: 55%;
    width: auto;
    color:#DF0000;
}
.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;
    background: #efefef;
}
.product_highlight img{
    width: 100%;
    margin-bottom: 5px;
}
.product_highlight .alert{
    float:right;
    color:#DF0000;
    margin:5px 12px 0px 0px;
}
.product_highlight ul{
    background:none;
    margin:0px;
    padding:8px 15px;
}
.product_highlight ul li{
    background:none;
    font-size:18px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    list-style:none;
}
.product_highlight ul li .strike{
    text-decoration:line-through;
}
.product_highlight ul li .sale{
    color:#DF0000;
}
.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;
}
.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;
}
.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: #31BFE2;
    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:#31BFE2;
}
.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;
    font-size: 16px;
    line-height: 18px;
}
.contact_info ul li i{
    font-size: 40px;
    line-height: 40px;
    color: #31BFE2;
}
.contact_info ul li a{
    color:#31BFE2;
    text-decoration:underline;
}
.contact_info ul li a:hover{
    color:#333333;
    text-decoration:none;
}
.contact_info ul li a i{
    color:#333333;
		font-size: 35px;
		line-height: 18px;
    text-decoration:none;
}
.contact_info ul li a:hover i{
    text-decoration:none;
    color:#31BFE2;
}
.contact_info ul li ul{
	width: 100%;
}
.contact_info span{
    margin:0px 0px 2px 0px;
}
.contact_info h6{
    color:#31BFE2;
    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:100px;
    color:#000000;
    display:inline-block;
}

.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:#31BFE2;
}
.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:#31BFE2;
    text-decoration:underline;
}
.multi_map ul li a:hover{
    color:#31BFE2;
    text-decoration:none;
}

/* SOCIAL MEDIA */
.social_media{
}
.social_media h6{
    font-size: 14px;
    color:#31BFE2;
    margin:13px 0px -3px 0px;
}
.social_media ul{
    float:left;
    width: 100% !important;
    margin:5px 0px 0px 0px;
}
.social_media ul li{
    display:inline-block;
    padding:3px 5px 0px 0px;
    margin:0px 0px 0px 0px;\
}

/* FORMS */
h2#form{
	font-size: 24px;
	line-height: 24px;
    color:#31BFE2;
    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: "Open Sans", 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_holder textarea{
    font-family: "Open Sans", 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: "Open Sans", sans-serif;
    font-weight: 300;
    width:100%;
    font-size:16px;
    height:34px;
    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:14px;
    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:#31BFE2;
}
.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:100%;
}
/* 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:#31BFE2;
    text-decoration:none;
}
.gallery_holder a:hover .title{
    color:#DF0000;
}
.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:none;
}
#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,h4.toggle.active.open{
    color: #444444;
    background: url(/images/layout/toggle.png) no-repeat 10px 11px;
    padding: 8px 0px 8px 35px;
    margin: 10px 0px 0px 0px;
    cursor: pointer;
    font-size: 22px;
    line-height: 22px;
    -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;
}
h4.toggle.active,h4.toggle.open{
    background-position:10px -39px;
}
h4.toggle:hover,h4.toggle.active.open:hover{
    background-position:10px -39px;
}
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.active.open{
    color:#31BFE2;
    color:#FFFFFF;
    background:url(/images/layout/toggle-light.png) no-repeat 10px 11px #31BFE2;
    padding:8px 0px 8px 35px;
    margin:10px 0px 0px 0px;
    cursor:pointer;
}
h4.menu_toggle.active,h4.toggle.open{
    background-position:10px -39px;
}
h4.menu_toggle:hover,h4.toggle.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: 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: #31BFE2;
    background-image: -ms-linear-gradient(top, #31BFE2 0%, #31BFE2 100%);
    background-image: -moz-linear-gradient(top, #31BFE2 0%, #31BFE2 100%);
    background-image: -o-linear-gradient(top, #31BFE2 0%, #31BFE2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #31BFE2), color-stop(1, #31BFE2));
    background-image: -webkit-linear-gradient(top, #31BFE2 0%, #31BFE2 100%);
    background-image: linear-gradient(to bottom, #31BFE2 0%, #31BFE2 100%);
}
input.superbutton:hover{
	cursor: pointer;
	color: #FFFFFF;
    background-color: #888888;
    background-image: -ms-linear-gradient(top, #888888 0%, #888888 100%);
    background-image: -moz-linear-gradient(top, #888888 0%, #888888 100%);
    background-image: -o-linear-gradient(top, #888888 0%, #888888 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888888), color-stop(1, #888888));
    background-image: -webkit-linear-gradient(top, #888888 0%, #888888 100%);
    background-image: linear-gradient(to bottom, #888888 0%, #888888 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: #31BFE2;
    background-image: -ms-linear-gradient(top, #31BFE2 0%, #31BFE2 100%);
    background-image: -moz-linear-gradient(top, #31BFE2 0%, #31BFE2 100%);
    background-image: -o-linear-gradient(top, #31BFE2 0%, #31BFE2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #31BFE2), color-stop(1, #31BFE2));
    background-image: -webkit-linear-gradient(top, #31BFE2 0%, #31BFE2 100%);
    background-image: linear-gradient(to bottom, #31BFE2 0%, #31BFE2 100%);
}
a.superbutton:hover{
	cursor: pointer;
	color: #FFFFFF;
    background-color: #888888;
    background-image: -ms-linear-gradient(top, #888888 0%, #888888 100%);
    background-image: -moz-linear-gradient(top, #888888 0%, #888888 100%);
    background-image: -o-linear-gradient(top, #888888 0%, #888888 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888888), color-stop(1, #888888));
    background-image: -webkit-linear-gradient(top, #888888 0%, #888888 100%);
    background-image: linear-gradient(to bottom, #888888 0%, #888888 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;
}
.cart_quantity input {
    border: none;
    font-size: 16px;
    height: 26px;
    margin: 5px 0px 10px;
    outline: 0 none;
    padding: 1px 2% 2px 2%;
    width: 96%;
}
.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:#31BFE2;
}
/* Box */
a.tooltip > span {
	color: #fff;
	background: #31BFE2;
    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: #31BFE2;
}
/* 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: #31BFE2;
}

/* 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: fixed;
	width: 100%;
	z-index: 999;
}
.full_header{
	display: none;
	width: 100%;
	position: fixed;
	z-index: 999;
    background: -moz-linear-gradient(top, rgba(111,111,111,1) 28%, rgba(167,167,167,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,rgba(111,111,111,1)), color-stop(100%,rgba(167,167,167,1)));
    background: -webkit-linear-gradient(top, rgba(111,111,111,1) 28%, rgba(167,167,167,1) 100%);
    background: -o-linear-gradient(top, rgba(111,111,111,1) 28%, rgba(167,167,167,1) 100%);
    background: -ms-linear-gradient(top, rgba(111,111,111,1) 28%, rgba(167,167,167,1) 100%);
    background: linear-gradient(to bottom, rgba(111,111,111,1) 28%, rgba(167,167,167,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#006F6F6F',GradientType=0 );
}
.header_spacer{
	width: 100%;
	height: 47px;
}
.inner_header{
	/*
	width: 100%;
	height: 50px;
	background: url(../images/layout/inner_header.jpg) center center no-repeat;
	background-size: cover;
	*/
}
.content_container{
	width: 100%;
	padding: 30px 20px;
	background: #FFFFFF;
}
.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:none;
    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{
    background:none;
    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% 0px 1%;
    width: 22%;
    height: auto;
}
/* Before and After */
#before_after_gallery{
}
#before_after_gallery ul{
    list-style:none;
}
#before_after_gallery ul li{
    background:none;
    width:100%;
    float:left;
    margin:0px 40px 20px 0px;
    padding:0px 0px 0px 0px;
}
#before_after_gallery ul li p{
    margin: 0px 0px 15px 0px;
    line-height: 22px;
    width: 100%;
    float: left;
}
#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 h3.after_img{
    color: #31BFE2
}
#before_after_gallery ul li .image_holder .thumbnails{
    background: #FFFFFF;
    border: none;
    padding: 0px;
    margin: 0px auto 10px;
    width: 100%;
}
#before_after_gallery ul li h2{
    color: #333333;
    font-weight: 700;
}
#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: #31BFE2;
    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: #31BFE2;
    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: #31BFE2;
	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;
}
/* Top Header Styles */
.top_header{

}
.top_header a.logo{

}
.top_header a.logo img{
  margin: 15px 15px 15px 15px;
  width: 250px;
}
.top_header .contact_info_header{
	width: 645px;
	float: right;
  margin: 30px 0px 0px 0px;
}
.top_header .contact_info_header .info_box{
    width: 170px;
    float: left;
    margin: 0px 0px 0px 0px;
}
.top_header .contact_info_header .long_box{
	width: 300px;
}
.top_header .contact_info_header .info_box i{
    color: #31bfe2;
    font-size: 30px;
    float: left;
    padding: 7px 10px 0px 0px;
}
.top_header .contact_info_header .info_box a{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 18px;
    text-decoration: none;
}
.top_header .contact_info_header .info_box a:hover{

}
.top_header .contact_info_header .info_box a.main_info{
	font-weight: 400;
}
.top_header .contact_info_header .info_box a.main_info:hover{

}
/* Break Line */
.break_line{
	width: 150px;
	height: 3px;
	background: #31BFE2;
	margin: 40px auto;
	clear: both;
}
/* Homepage Service Bar */
.service_bar{

}
.service_bar .service_box{
	width: 50%;
	float: left;
	position: relative;
  padding: 60px 20px 70px 20px;
  height: 220px;
}

.service_bar .service_box img{
	position: absolute;
	top: 10px;
	right: 15px;
}
.service_bar .service_box h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.service_bar .service_box p{
	color: #FFFFFF;
	margin-bottom: 20px;
	display: none;
}.service_bar .service_box a {
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid #FFFFFF;
    background: none;
}
.service_bar .service_box a:hover{
	color: #333333;
	background: #FFFFFF;
}
/* Strip 01 */
.strip01{
	background: #FFFFFF;
}
.strip01 .left_container{
	width: 40%;
	height: 500px;
	float: left;
	background: url(../images/layout/strip01_image.jpg) center center no-repeat;
	background-size: cover;
	display: none;
}
.strip01 .right_container{
	width: 100%;
	height: auto;
	float: left;
	background: #FFFFFF;
	padding: 30px 20px;
  display: flex;
  align-items: center;
  align-content: center;
  text-align: center;
}
.strip01 h1{
	color: #333333;
}
.strip01 h2{
	color: #31BFE2;
	font-weight: 300;
	font-style: italic;
}
.strip01 h3{
	color: #333333;
}
.strip01 h4{
	color: #31BFE2;
	font-weight: 300;
	font-style: italic;
}
.strip01 h5{
	color: #333333;
}
.strip01 h6{
	color: #31BFE2;
	font-weight: 300;
	font-style: italic;
}
/* Strip 02 */
.strip02{
	background: #f7f7f7;
	padding: 100px 20px;
	text-align: center;
}
/* Contact Info */
.contact_info ul.contact_page {
    margin: 5px 1% 15px 1%;
    width: 98%;
    float: none;
    text-align: center;
}
.contact_info ul.contact_page li {
    margin: 0px 0px 5px 0px;
    list-style: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}
.contact_info ul.contact_page li a i {
    color: #333333;
    font-size: 22px;
    line-height: 34px;
    text-decoration: none;
}
.contact_info ul.contact_page li a:hover i {
    color: #31BFE2;
}
.news_last{
	display: none;
}

h4.toggle_faq {
    color: #444444;
    background: url(/images/layout/toggle.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:hover, h4.toggle_faq.active.open:hover {
    background-position: 10px -39px;
}
.services_strip{
	width: 100%;
	overflow: hidden;
}
/* 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;
	}
	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;
	}
}


/* 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;
	}
}
/* 600 pixel width */
@media screen and (min-width: 600px) {
	.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%;
	}
}
/* 650 pixel width */
@media screen and (min-width: 650px){
	.service_bar .service_box{
		width: 50%;
    height: 260px;
    padding: 60px 20px 40px 50px;
	}
}
/* 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;
	}
	.box_list .box{
	    width: 48%;
	}
.service_bar .service_box a{
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 30px;
	border: 2px solid #FFFFFF;
	background: none;
}.service_bar .service_box h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 38px;
}
}


/* 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;
	}
	.footer{
    display: inherit;
	}
	#signature{
	    font-size: 12px;
	}
	.mobile_header{
		display: none;
	}
	.full_header{
		display: inherit;
	}
	.header_spacer{
		height: 150px;
	}
	.inner_header{
		/*
		height: 140px;
		*/
	}
	.mobile_photo_video{
		display: none;
	}
	.full_photo_video{
		display: inherit;
	}
	.content_container{
		padding: 100px 20px;
	}
	.box_list .box{
	    width: 31.3333%;
	}
	.box_list .full{
		width: 100%;
		margin: 0px 0% 10px;
		text-align: center;
	}
	.grid_list .grid_item{
	    width: 31.3333%;
	}
	hr {
	    margin:40px 0px;
	}
	.menu_list ul.pages li {
	    width: 48%;
	}
	.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: 31.3333%;
	    float: left;
	}
	.product_highlight {
	    width: 35%;
	    float: right;
	    margin: 0px 0px 0px 5%;
	}
	.form_holder .third_width {
	    width: 32.3333%;
	    margin-right: 1%;
	    float: left;
	}
	.form_holder textarea{
	    width:99%;
	}
	.form_holder select{
	    width:99%;
	}
	.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%;
	}
	.strip01 .left_container{
		display: inherit;
	}
	.strip01 .right_container{
		width: 60%;
		height: 500px;
		float: left;
		background: #FFFFFF;
		padding: 30px;
	  display: flex;
	  align-items: center;
	  align-content: center;
	  text-align: left;
	}
	.contact_info ul.contact_page {
	    margin: 5px 1% 15px 1%;
	    width: 48%;
	    float: left;
	    text-align: center;
	}
	.news_last{
		display: block;
	}
#before_after_gallery ul li p{
    margin: 0px 0px 5% 0px;
    line-height: 22px;
    width: 45%;
    float: left;
}
#before_after_gallery ul li.last{
    margin:0px 0px 20px 0px;
}
#before_after_gallery ul li .image_holder{
    float: left;
    margin: -32px 1% 0px;
    width: 24%;
    text-align: center;
}
}
@media screen and (min-width: 1100px){
	.service_bar .service_box{
		width: 25%;
	  height: 400px;
	}
.service_bar .service_box p {
    color: #FFFFFF;
    margin-bottom: 20px;
    display: inherit;
}
.service_bar .service_box h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
}
}

/* 1150 pixel width */
@media screen and (min-width: 1150px){
	.top_header a.logo img {
	    margin: 15px 15px 15px 15px;
	    width: 300px;
	}
	.top_header .contact_info_header{
		width: 775px;
		float: right;
	  margin: 36px 0px 0px 0px;
	}
	.top_header .contact_info_header .info_box{
	    width: 200px;
	    float: left;
	    margin: 0px 0px 0px 0px;
	}
	.top_header .contact_info_header .info_box i{
	    color: #31bfe2;
	    font-size: 35px;
	    float: left;
	    padding: 6px 10px 0px 0px;
	}
	.top_header .contact_info_header .info_box a{
	    font-size: 16px;
	    font-weight: 700;
	    text-transform: uppercase;
	    color: #FFFFFF;
	    line-height: 18px;
	    text-decoration: none;
	}
	.top_header .contact_info_header .long_box{
		width: 350px;
	}
	.header_spacer {
	    height: 165px;
	}
}
/* 1200 pixel width */
@media screen and (min-width: 1200px) {
	h1{
    font-size: 50px;
    line-height: 50px;
  }
	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;
	}
	.service_bar .service_box{
		width: 25%;
	  height: 360px;
	}
}
/* 1650 pixel width */
@media screen and (min-width: 1650px) {
	.service_bar .service_box{
		width: 25%;
	  height: 340px;
	}
}
