
@charset "utf-8";
/*
//(C)2007-2012 RAZOR WEB DESIGN
//THIS CODE IS STRICTLY COPYRIGHT. DO NOT MODIFY, REDISTRIBUTE, REMOVE WITHOUT THE CONSULTATION OF RAZOR WEB DESIGN.
//SITE TEMPLATE STYLESHEET
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,900italic,700italic,700,300,400italic);

/*TEMPLATE*/
* {
	padding:0;
	margin:0;
}
html,body {
	margin:0 !important;
	padding:0 !important;
	height:100%;
}
body {
	background-color:#FFF;
	font-family:'Open Sans',Arial, Helvetica, Tahoma, sans-serif;
	font-weight:300;
	font-size:16px;
}

/*Content*/
.coltable {
	display:table;
	width:100%;
}
.coltable .col {
	display:table-cell;
	vertical-align:top;
	position:relative;
	box-sizing:border-box;
}
.coltable.vmiddle .col {
	vertical-align:middle;
}
.coltable.padcol .col {
	padding:5px;
}
.coltable.col4 .col {
	width:25%;
}
.coltable.col3 .col {
	width:33%;
}
.coltable.col2 .col {
	width:50%;
}
.coltable .col.w75 {
	width:75%;
}
.coltable .col.w25 {
	width:25%;
}
.frame {
	width:1000px;
	margin:0px auto;
}

#wrapper {
	overflow:hidden;
	padding:1em 0;
	min-height:350px;
}
#sidebox {
	float:right;
	width:200px;
	padding-left:15px;
	margin-left:15px;
	padding-bottom:15px;
	border-left:2px solid #EEE;
}

/*Sidebox*/
#sidebox .block {
	background-color:#EEE;
	margin-bottom:10px;
	padding:10px;
	font-size:14px;
}
#sidebox .block h4 {
	color:#999;
	font-size:18px;
}
#sidebox .block.nopadding {
	padding:0;
}

/*Header*/
.fixed-header {
	position:fixed;
	top:0;
	width:100%;
	z-index:100
}
#header,#footer,#nav {
	display:block;
}
#header {
	padding:20px 0;
	overflow:hidden;
	border-bottom:1px solid #FFF;
	background-image:url(images/bg-head.jpg);
	background-position:top;
}
#header .col {
	vertical-align:middle;
}
#header-logo {
}
#header-logo h1 {
	margin:0;
}
#header-logo h1 a {
	display:inline-block;
	width:248px;
	height:68px;
	text-indent:-9999px;
	background-image:url(images/logo.svg);
	background-repeat:no-repeat;
}
#header-info {
	text-align:right;
	font-size:16px;
}
#header-info h2 {
	font-weight:300;
	font-size:22px;
	color:#FFF;
}
#header-info a {
	border:1px solid #2b72a9;
	border-radius:15px;
	font-weight:300;
	padding:1px 8px 3px;
	text-decoration:none;
	margin-left:10px;
	color:#2b72a9;
	transition:all 0.2s ease-in-out 0s;
}
#header-info a:hover {
	box-shadow:0 0 10px #DDD;
	border-color:#d81907;
	background-color:#d81907;
	color:#FFF;
}
#header-info span.thick {
	font-weight:900 !important;
	color:#FFF;/*#d81907;*/
}
#header-info .head-phone {
	margin-bottom:0px;
	color:#2b72a9;	
	padding-right:8px;
}

/*Nav*/
#nav {
	background-color:#d81907;
	height:41px;
}
#nav .nav-container {
	width:956px;
	padding:0 25px 0 21px;
	height:48px;
	background-image:url(images/bg-nav.png);
	margin:0 auto;
}

/*Banner*/
#banner {
	position:relative;
	margin-top:170px;
}
#banner.toggle {
	min-height:700px;
	background-image:url(images/bg-banner.jpg);
	background-repeat:repeat;
	background-position:top center;
	margin-top:140px;
}
#slider {
	max-width:960px;
	margin:0 auto;
}
#banner .banner-content {
	padding:300px 50px 0;
	text-shadow:0 0 20px #FFF;
}
#banner .banner-content h2 {
	font-weight:800;
	font-size:32px;
}
#banner .banner-content h2.white {
	color:#000;
	font-weight:800;
}
#banner .banner-content .button:hover {
	transform:scale(1.1,1.1);
	border-color:#d81907;
}

/*Footer Hero*/
#footer-hero {
	background-image:url(images/bg-footer-hero.jpg);
	background-repeat:repeat;
	background-position:top center;
	background-color:#d81907;
	padding:30px 0;
}
#footer-hero .col {
	width:33%;
}
#footer-hero .col p,
#footer-hero .col h3 {
	margin:0;
	text-decoration:none;
}
#footer-hero .col a {
	margin:0 20px;
	display:block;
	border-radius:10px;
	background-color:#FFF;
	text-decoration:none;
	padding:10px 10px 10px 75px;
	transition:all 0.2s ease-in-out 0s;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
#footer-hero .col a:hover {
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
#footer-hero .fh-special {
	background-image:url(images/footer-hero-special.png);
}
#footer-hero .fh-rental {
	background-image:url(images/footer-hero-house.png);
}
#footer-hero .fh-help {
	background-image:url(images/footer-hero-help.png);
}
#footer-hero .fh-quote {
	background-image:url(images/footer-hero-quote.png);	
}

/*Footer*/
#footer {
	background-color:#dc0021;
	padding:25px 0;
}
#footer .col {
	width:25%;
	vertical-align:middle;
}
#footer .col.c-links {
	text-align:left;
}
#footer .col.c-links ul {
	display:inline-block;
}
#footer .col.c-links ul li {
	list-style:none;
	display:inline-block;
}
#footer .col.c-links ul li a {
	padding:0 10px;
}
#footer .col.c-copyright p {
	text-align:right;
	color:#FFF;
	margin:0;
	font-size:12px;
}
#footer .col.c-copyright .rzr a {
	color:#ff90a1;
	font-size:10px;
	transition:all 0.2s ease-in-out 0s;
}
#footer .col.c-copyright .rzr a:hover {
	color:#FFF;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#CCC;
}
#footer .frame {
	overflow:hidden;
}
#footer .frame .block {
	padding:5px;
	margin:5px;
}
#footer .frame .block h2 {
	font-size:22px;
	color:#FFF;
}
#footer .frame .block .chip {
	border-bottom:2px solid #f81a3c;
	width:30px;
	margin:2px 0 10px;
}

#footer .frame .block.social {
	text-align:right;
}
#footer .frame .block ul.links {
	float:none;
	list-style:none;
}
#footer .frame .block ul.links li {
	color:#FFF;
	font-weight:300;
}
#footer .frame .block ul.links li a {
	color:#FFF;
	transition:all 0.2s ease-in-out 0s;
	display:block;
}
#footer .frame .block ul.links li a:hover {
	color:#FF7590;
}
#footer .frame .block ul.links.social li a {
	padding-top:10px;
}
#footer .copyright {
	text-align:right;
	vertical-align:middle;
}
#footer .copyright p,
#footer .copyright p a {
	margin:0;
	font-size:12px;
	color:#fff;
	transition:all 0.2s ease-in-out 0s;
}
#footer .copyright p.text {
	text-transform:uppercase;
	font-weight:800;
}

/*Notification*/
.notification {
	margin-bottom:10px;
	padding:15px;
	color:#FFF;
	display:none;
}
.notification a {
	color:#FFF;
}
.notification p {
	margin:0;
	color:#FFF;
}
.notification p.info {
	font-size:11px;
	color:#EEE;
}
.notification.red {
	background-color:#C00;
}
.notification.green {
	background-color:#8AAA1F;
}

/*GENERAL*/
h1,h2,h3,h4,h5,h6 {	
	font-family:Lato,Arial,sans-serif;
	font-weight:normal;
	margin:0 0 10px;
}
h1 {
	font-family:Lato,Arial,sans-serif;
	font-size:40px;
	color:#333;
	letter-spacing:-1px;
	font-weight:300;
}
h2 {
	font-size:26px;
	color:#d81907;
	font-weight:700;
	letter-spacing:-1px;
}
h4,h3 {
	font-size:20px;
	font-weight:300;
	color:#999;
}
h4 {
	color:#999;
}
p {
	margin:1em 0;
}
a {
	color:#d81907;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
hr {
	border:0;
	margin:30px 0;
	border-bottom:1px solid #DDD;
}
hr.blind {
	border:none;
}

/*Panel*/
.panel {
	border:2px solid #EEE;
	padding:15px;
	border-radius:10px;
	margin:0 0 15px;
	transition:all 0.2s ease-in-out 0s;
}
.panel.warning {
	background-color:#f3f3f3;
	border-color:#d81907;
	border-width:1px;
}
.panel.warning p,
.panel.warning h2 {
	color:#d81907;
}
.panel.product {
	background-image:url(images/panel-bg.jpg);
	background-repeat:repeat-y;
}
.panel.product .col {
	vertical-align:top;
}
.box.style-green,
.panel.style-green {
	border-color:#D4EC9E !important;
	box-shadow:inset 0 0 2px #FFF;
}
.box.style-green a,
.box.style-green h3,
.box.style-green ul.bullet li:before,
.panel.style-green a,
.panel.style-green h3,
.panel.style-green ul.bullet li:before {
	color:#83AC03;
}
/*.panel.style-green:hover {
	border-color:#83AC03;
}*/
.box.style-red,
.panel.style-red {
	border-color:#ea7b71 !important;
	box-shadow:inset 0 0 2px #FFF;
}
.box.style-red a,
.box.style-red h3,
.box.style-red ul.bullet li:before,
.panel.style-red a,
.panel.style-red h3,
.panel.style-red ul.bullet li:before {
	color:#d81907;
}
/*.panel.style-red:hover {
	border-color:#d81907;
}*/
.box.style-blue,
.panel.style-blue {
	border-color:#71c9ea !important;
	box-shadow:inset 0 0 2px #FFF;
}
.box.style-blue a,
.box.style-blue h3,
.box.style-blue ul.bullet li:before,
.panel.style-blue a,
.panel.style-blue h3,
.panel.style-blue ul.bullet li:before {
	color:#2b7d9c;
}
/*.panel.style-blue:hover {
	border-color:#2b7d9c;
}*/
.panel img {
	max-height:300px;
}

/*Shadow Fade*/
.shadow-fade {
	background-image:url(images/shadow-fade.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.shadow-fade-flip {
	background-image:url(images/shadow-fade-flip.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding:10px 0;
	text-align:center;
}

/*Misc Global Classes*/
p.disclaimer {
	font-size:11px;
	color:#999;
}

/*Button*/
a.button {
	background-color:#d81907;
	color:#fff;
	border:2px solid #d81907;
	border-radius: 25px;
	padding: 10px 20px;
	text-decoration:none;
	font-size:16px;
	text-shadow:none;
	transition: background-color 0.5s ease 0s;
	white-space:nowrap;
	font-weight: 400;
	letter-spacing: 1px;
}
a.button.black {
	border-color:#000;
	color:#000;
}
a.button.white {
	border-color:#FFF;
	color:#FFF;
}
a.button:hover {
/*	border-color:#000;
	color:#000;	
*/	background-color:#fff;
	color:#d81907;
}


/*BODY SIZES*/

.body-sidebox {
	float:left;
	width:200px;
}
.body-sidebox .block {
	width:184px;
	padding:8px;
	background-color:#EEE;
	border-radius:5px;
	margin-bottom:10px;
}
.body-sidebox .block p {
	font-size:13px;
	margin:0.5em 0;
}

/*Spec List*/
ul.spec-list {
	overflow:hidden;
	list-style:none;
	margin:1em 0;
}
ul.spec-list li p {
	vertical-align:middle;
	display:table-cell;
	width:40%;
	box-sizing:border-box;
	padding-right:10px;
	margin:0;
}
ul.spec-list li p.value {
	width:60%;
	text-align:right;
}
ul.spec-list li p.label {
	color:#d81907;
	font-weight:bold;
}
ul.spec-list li {
	display:table;
	width:100%;
	overflow:hidden;
	border-bottom:1px dotted #CCC;
	padding:5px 0;
}
ul.spec-list li.first {
	border-top:1px dotted #CCC;
}
ul.spec-list li:last-child {
	border-bottom:none;
}

/*COntact*/
.block-contact {
	padding:0 0 15px;
}

/*OTHER*/
.text-center {
	text-align:center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.responsive {
	width:100%;
	vertical-align:top;
}
.pad-right-10 {
	padding-right:10px;
}
.pad-left-10 {
	padding-left:10px;
}
.pad-right-20 {
	padding-right:20px;
}
.pad-left-20 {
	padding-left:20px;
}
.margin-bottom-0 {
	margin-bottom:0 !important;
}
b {
	font-weight:800;
	font-weight:bold;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.overflow {
	overflow:hidden;
}
.hide {
	display:none;
}
.block {
	display:block;
}
.inline {
	display:inline;
}
.no-margin {
	margin:0 !important
}
.no-padding {
	padding:0 !important
}
.web-symbols {
	font-family:WebSymbols;
}
.web-symbols {
	text-decoration:none;
	font-weight:normal;
}
.vmiddle {
	vertical-align:middle;
}
.bluetext {
	color:#d81907;	
}
.text-red,
.red {
	color:#dc0021;	
}
.store-links {
	margin:1.3em 0 0;	
}
.white {
	color:#fff;	
}

/*OTHER ELEMENTS*/
.gallery {
	margin:10px;
	border:2px solid #285877;
}
.denote {
	color:#C30;
	font-size:16px;
	font-weight:bold;
	text-shadow:0px 1px 2px #111;
}
#basemenu {
	margin-right: auto;
	position: fixed;
	bottom:0px;
	width: 100px;
	height: 40px;
	text-align:right;
	right:1%;
}
p.caption {
	color:#999;
	font-size:12px;
	font-weight:bold
}

/*SITEMAP <LI>*/
#sitemap {
	margin-top:10px;
}
#sitemap li {
	margin:10px 0;
	list-style-type:square;
	margin-left:15px;
}

/*SEARCH <LI>*/
#search {
	margin-top:10px;
}
#search li {
	margin:10px 0;
	list-style:none;
	border-top:1px solid #DDD;
}
#search li h2 a {
	font-size:16px;
	text-decoration:none;
}
#search li h2 a:hover {
	text-decoration:underline;
}
#search li p {
	margin:0;
}

/*Spacers*/
.spacer5 {
	height:5px;
}
.spacer10 {
	height:10px;
}
.spacer15 {
	height:15px;
}

/*Loader*/
#load_contact {
	display:none;
	margin-left:5px;
}

/*Why Use*/
.why-list {
	list-style:none;
	line-height:2;
}
.why-list li {
	font-weight:300;
	color:#999;
	transition:all 0.2s ease-in-out 0s;
}
.why-list li span {
	color:#d81907;
}
.why-list li:hover {
	color:#000;
}

/*HTML Box*/
.content-holder {
	width:800px;
	overflow:hidden;	
}
.content-holder .holder, .content-holder .divider {
	float:left;
	text-align:justify;
}
.content-holder .holder.w50 {
	width:390px;
}
.content-holder .holder.w75 {
	width:585px;
}
.content-holder .holder.w25 {
	width:195px;
}
.content-holder .divider {
	width:20px;
}

/*Contact Form / Map*/
.contact-container {
	display:table;
	width:100%;
	border:1px solid #EEE;
	border-radius:20px;
	padding:10px;
	box-sizing:border-box;
	text-shadow:0 1px 0 #FFF;
	box-shadow:0 1px 0 #FFF;
}
.contact-container .contact-form, .contact-container .contact-map {
	transition:all 0.2s ease-in-out 0s;
	width:50%;
	vertical-align:top;
	display:table-cell;
	box-sizing:border-box;
}
.contact-container .contact-map #map_canvas {
	display:block;
	margin:0;
	width:100%;
	height:350px;
	border:2px solid #FFF;
}
.contact-container .contact-map h2 {
	display:inline;
}
.contact-container .contact-map .map-link {
	font-size:10px;
	text-decoration:none;
	display:inline;
}

/*Nav Tree*/
div.nav-tree {
    background-color: #F3F3F3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 5px;
}
div.nav-tree a {
    color: #666666;
    text-decoration: underline;
}
div.nav-tree a:hover {
	text-decoration:none;
}

/*GALLERY LIST*/
ul.gallery-list {
	list-style:none;
	overflow:hidden;
}
ul.gallery-list li {
	float:left;
	width:236px;
	padding:10px;
	margin:5px;
	background-color: #EEE;
	border-radius:5px;
}
ul.gallery-list li h3 {
	font-size:18px;
	letter-spacing:-1px;
	color:#285877;
}
ul.gallery-list li a.view {
	display:block;
	margin-top:4px;
	background-color:#285877;
	color:#FFF;
	text-align:center;
	padding:7px 5px;
	text-decoration:none;
}
ul.gallery-list li a.view:hover {
	box-shadow:inset 0 0 5px #000;
	text-decoration:underline;
}

/*NEWS*/
.content-holder .holder.news h6 {
	font-size:24px;
	color:#285877;
}
.content-holder .holder.news p.sub-text {
	color:#999;
	font-size:12px;
	font-weight:bold;
	margin:5px 0;
}
.content-holder .holder.news p {
	font-size:12px;
}
.content-holder.border-top-news {
	border-top:1px solid #FFF;
}

/*Forms*/
input, select, textarea {
    border: 1px solid #ccc;
	background:#FFF;
    color: #999;
    padding: 8px 5px;
    transition: all 0.2s ease-in-out 0s;
	width:100%;
	box-sizing:border-box;
	font-family:'Open Sans',arial,sans-serif;
	font-size:14px;
}
input:disabled, select:disabled, textarea:disabled {
	color:#CCC;
	border-color:#DDD;
}
input:hover, select:hover, textarea:hover,
input:focus, select:focus, textarea:focus {
	border-color: #999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #000;
}
input[type=submit] {
	width:auto;
	padding:10px 20px;
	background-color:#d81907;
	border:none;
	border-radius:40px;
	color:#FFF;
	cursor:pointer;
}
input[type=submit]:hover {
	background-color:#333;
	border-color:#000;
}
div.form-wrapper {
	background-color:#FCFCFC;
	border:1px solid #EEE;
	box-shadow:inset 0 1px 0 #FFF;
	padding:10px;
	box-sizing:border-box;
}
div.form-wrapper.blue {
	background-color:#01aeee;
}
div.form-wrapper.yellow {
	background-color:#E9DC79;
}
div.form-wrapper.yellow.metal {
	background-image:url(/dev/images/metal.jpg);
}
div.form-wrapper.blue h2,
div.form-wrapper.blue p,
div.form-wrapper.blue label,
div.form-wrapper.blue a {
	color:#FFF;
}
div.form-wrapper.yellow h2,
div.form-wrapper.yellow p,
div.form-wrapper.yellow label,
div.form-wrapper.yellow a {
	color:#FFF;
	text-shadow:0px 0px 2px rgba(50,64,89,0.8) !important;
}
div.form-block {
    overflow: hidden;
}
div.form-block div.field {
   	box-sizing: border-box;
    float: left;
    width: 33%;
    padding: 5px;
}
div.form-block.col1 div.field {
	width:100%;
}
div.form-block.col2 div.field {
	min-width:50%;
	width:50%;
}
div.form-block.col2 div.field.submit,
div.form-block.col2 div.field.full {
	/*width:100%;*/
}
div.form-block.single div.field {
	padding-bottom:5px;
	width:100%;
	float:none;
}
div.form-block div.field.long {
    min-width: 50%;
}
div.form-block div.field.longer {
    min-width: 100%;
}
.coltable div.form-block div.field.long {
    min-width: 100%;
}
div.form-block div.field label, div.form-block div.field select, div.form-block div.field textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
}
div.form-block div.field input{
    box-sizing: border-box;
    display: block;

}
em,
.denote {
    color: #f00;
	font-size:12px;
}
label {
    color: #999;
    font-weight: 300;
}
label.checkbox input {
	display:inline !important;
	width:auto !important;
}
.form_table {
	padding:10px;
	border:1px solid #EEE;
	background-color:#FFF;
}
.form_table.half {
	width:50%;
}
.form_table .form_subcaption {
	padding:10px;
	background-color:#01aeee;
	color:#FFF;
	margin-top:15px;
}
.form_table .caption,
.form_table .form_caption {
	font-size:11px;
	color:#999;
	margin:0;
}
.form_table .form_subcaption.no-top {
	margin-top:0;
}

/*Comments*/
div.comment-form {
	margin:1em 0 0;
	width:453px;
	padding:5px;
	background-color:#EEE;
	border-radius:5px;
	border:1px solid #CCC;
}

div.comment-display {
	margin:1em 0 0;
	border:1px solid #CCC;
	border-radius:5px;
	overflow:hidden;
}
div.comment-display ul {
	list-style:none;
}
div.comment-display ul li {
	background-color:#EEE;
	padding:5px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #FFF;
}
div.comment-display ul li.top {
	border-top:none;	
}
div.comment-display ul li p {
	font-size:13px;
	margin:0;
}
div.comment-display ul li p.info {
	font-size:11px;
	color:#999;
}

/*Bullet List*/
ul.bullet {
	margin-bottom:10px;
	list-style:none;
}
ul.bullet li {
	line-height:2;
    position: relative;
    padding-left: 20px;
}
ul.bullet li:before {
    display: inline-block;
	font-family: FontAwesome;
	content: "\f054";
	padding-right:10px;
	color:#d81907;
    position: absolute;
    left: 0;
}
ul.bullet.tick li:before {
	content: "\f00c";
}

/*Item List*/
ul.item-list * {
	margin:0;
}
ul.item-list {
	margin:10px 0 20px;
	overflow:hidden;
	list-style:none !important;
}
ul.item-list li.item {
	background-color:#EEE;
	list-style:none !important;
}
ul.item-list li.item.blur {
	background-color:#F5F5F5;
}
ul.item-list li.item ul.row-data {
	overflow:hidden;
	width:100%;
	list-style:none;
}
ul.item-list li.item ul.row-data li {
	float:left;
	list-style:none;
	padding:5px 0;
}
ul.item-list li.item ul.row-data li h2 {
	font-size:14px;
	color:#666;
}
ul.item-list li.item ul.row-data li.download {
	width:160px;
	text-align:right;
	float:right;
	padding-right:10px;
}
ul.item-list li.item ul.row-data li.download p {
	font-size:13px;
	color:#666;
	letter-spacing:-1px;
	margin-bottom:0;
}
ul.item-list li.item ul.row-data li.image {
	margin-left:10px;
	padding:5px 0;
	padding-right:10px;
}

.selector-block {
	overflow:hidden;
}
.selector-block .block {
	float:left;
	width:135px;
	padding:10px;
	margin:10px;
	background-color:#FFF;
	border-radius:10px;
	text-align:center;
	border:3px solid #CCC;
}
.selector-block .block p {
	font-size:11px;
	text-align:left;
}
.selector-block .block h3, .selector-block .block h3 a  {
	color:#d81907;
}
.selector-block .block h3 a {
	text-decoration:none;
}
.selector-block .block:hover {
	border-color:#AAA;
}

/*Quote Form*/
.form-quote {
	
}
.form-quote .col.form {
	width:40%;
}
.form-quote .col.img {
	width:60%;
}
/*Calc Form*/
.form-calculator .form-wrapper.yellow,
.form-calculator .form-wrapper.yellow h2 {
	text-align:center !important;
	font-size:18px;
}
.form-calculator .form-wrapper.yellow {
	padding:20px 0;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
}

/*Tech Block*/
.text-block {
	overflow:hidden;
	background-color:#FFF;
	border-radius:10px;
	border:1px solid #CCC;
	padding:10px;
	margin-bottom:0.5em;
}
.text-block .image {
	float:left;
	padding-right:10px;
	width:93px;
}
.text-block .info {
	float:left;
	width:605px;
}
.text-block .info p {
	font-size:12px;
}


.text-block.image-130 .info {
	width:568px;
}
.text-block.image-130 .image {
	width:130px;
}

/*List Download*/
.list-download, 
.list-download li {
	list-style:none;
	margin:0;
}
.list-download li {
	border-bottom:1px solid #EEE;
	padding:10px;
	font-size:16px;
	transition:all 0.2s ease-in-out 0s;
}
.list-download li:first-child {
	border-top:1px solid #EEE;
}
.list-download p {
	margin:0;
	color:#000;
	font-size:15px !important;
	display:inline-block;
	width:100%;
}
.list-download p.option {
	text-align:right;
}
.list-download p.option a {
	border-radius:5px;
	text-decoration:none;
	padding:3px 7px;
}
.list-download li:hover {
	background-color:#d81907;
	border-color:#d81907;
	color:#FFF;
	padding-left:20px;
}
.list-download li:hover p{
	color:#fff;
}
/*.list-download li:hover a {
	background-color:#FFF;
}*/

/*Product*/
.product-wrapper {
	padding:20px;
	background-color:#c00550;
	background-image:url(images/bg-products.jpg);
}
.product-wrapper h2, 
.product-wrapper p,
.product-nav,
.product-nav a {
	text-shadow:0 1px 0 #6f002d;
	color:#FFF;
}
.product-wrapper h2 {
	font-weight:300;
	font-family:'BryantLGLight',Arial,sans-serif;
	font-size:32px;
}
.product-nav {
	padding:0 0 0.5em;
}
.product-nav, .product-nav a {
	text-align:center;
	font-size:22px;
}
.product-nav a.hover {
	color:#ff8fbc;
}
.product-nav span.found {
	font-size:14px;
	font-weight:300;
}
.product-nav span.found span {
	font-weight:600;
}
.product-block {
	border:2px solid #DDD;
	background-image:url(images/bg-product-selector.jpg);
	background-repeat:repeat;
	overflow:hidden;
	padding:10px;
}
.product-block .block {
	float:left;
	background-color:#F4F4F4;
	margin:8px;
	border:2px solid #FFF;
	width:210px;
	text-shadow:0 1px 0 #FFF;
	box-shadow:0 5px 10px #6f002d;
	position:relative;
}
.product-block.plain .block {
	box-shadow:0 0 10px #DDD;
}
.product-block-container {
	width:10000px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	left:0;
}
.product-block h2, 
.product-block p {
	text-shadow:0 1px 0 #FFF;
}
.product-block .block .block-info {
	padding:10px;
}
.product-block p {
	font-family: Lato,Arial,sans-serif;
    font-weight: normal !important;
}
.product-block p.title {
	font-size:20px;
	color:#d81907;
	margin-bottom:0;
	letter-spacing: -1px;
	margin:0;
}
.product-block p.model {
	font-family: Lato,Arial,sans-serif;
	color:#6B747C;
	margin:0;
}
.product-block p.link a {
	text-align:center;
	display:block;
	background-color:#DDD;
	padding:8px 0;
	color:#6B747C;
	text-decoration:none;
}
.product-block p.link {
	margin-bottom:0;
}
.product-block p.link a:hover {
	background-color:#d81907;
	color:#FFF;
	text-shadow:0 1px 0 #6F002D;
}
.product-block p.rating {
	position:absolute;
	top:5px;
	left:5px;
	background-color:rgba(192,5,80,0.9);
	width:32px;
	padding:12px 5px;
	font-size:11px;
	border-radius:35px;
	text-shadow:0 -1px 0 #6F002D;
	transform:rotate(-7deg);
}

/*Product*/
.coltable.product .box {
	border:2px solid #EEE;
	background-color:#FFF;
	box-shadow: 0 0 2px #fff inset;
	border-radius:15px;
	padding:15px;
	transition:all 0.2s ease-in-out 0s;
	box-sizing:border-box;
}
/*.coltable.product .box:hover {
	border-color:#d81907;
}
.coltable.product .box:hover h3 {
	color:#d81907;
}*/
.coltable.product .box img {
	width:100%;
	vertical-align:top;
}

/*Product Page Info Block*/
.product-info-block {
	padding:20px 0;
	overflow:hidden;
	margin:1em 0;
}
.product-info-block .block {
	background-color:rgba(255,255,255,0.8);
	width:450px;
	padding:10px;
	float:right;
	border-bottom:4px solid #d81907;
}
.product-info-block .block.img {
	float:left;
	width:450px;
	border:none;
	padding:0;
}
.product-info-block .block.img img {
	width:100%;
}
.product-info-block .block p.link a {
	font-family: Lato,Arial,sans-serif;
	color:#FFF;
	font-size:14px;
	text-align:center;
	padding:4px 10px;
	text-decoration:none;
	background-color:#d81907;
}
.product-info-block .block p.link a:hover {
	background-color:#6B747C;
}
.product-info-block .product-link {
	overflow:hidden;
}
.product-info-block .product-link a {
	float:left;
	padding:5px 8px;
	background-color:#d81907;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	margin-right:5px;
	border-radius:3px;
	transition: background-color 0.5s ease 0s;
}
.product-info-block .product-link a:hover {
	background-color:#6d6e71;
}
.product-info-block .product-link a.lift {
	margin-top:30px;
}
.product-info-block .product-link a.smart-ac {
	background:none;
	background-image:url(images/bt-smart-ac.png);
	text-indent:-9999px;
	display:block;
	height:80px;
	width:172px;
	padding:0;
	margin:0 10px;
}

/*Spec Tables*/
table.specs {
    border-top: 1px dotted #999999;
    color: #000000;
    line-height: 17px;
    margin: 0 0 20px;
    width: 100%;
}
table.specs tr {
    color: #000000;
    font: 11px/17px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    margin: 0;
    vertical-align: top;
}
table.specs td {
    border-bottom: 1px dotted #999999;
    color: #000000;
    min-width: 100px;
    padding: 4px;
}
table.specs th {
    background: none repeat scroll 0 0 #F1F1F1;
    border-bottom: 1px dotted #999999;
    color: #d81907;
    font: 13px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    padding: 4px;
    text-align: left;
}
table.specs tr:hover td {
    background: none repeat scroll 0 0 #F0F0F0;
}
table.specs p {
    color: #000000;
    font: 11px/17px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    margin: 0;
    vertical-align: top;
}
table.specs span.label {
	color:#FFF;
	background-color:#d81907;
	padding:2px 4px;
	border-radius:4px;
}
.spec-table {
	margin:1em 0;
}

/*Feature Block*/
.feature-block {
	overflow:hidden;
}
.feature-block .block {
	float:left;
	width:276px;
	margin:5px;
	padding:10px;
	min-height:145px;
	border:2px solid #EEE;
	background-color:#FFF;
}
.feature-block.hrv .block {
	min-height:100px !important;
}
.feature-block.four .block {
	width:205px;
	min-height:185px;
}
.feature-block.four.two .block {
	width:205px;
	min-height:290px;
}
.feature-block .block.hover {
	border-color:#d81907;
	cursor:pointer;
}
.feature-block .block h2 {
	font-family: Lato,Arial,sans-serif;
	color:#d81907;
	font-size:18px;
}
.feature-block .block p {
	font-size:11px;
}

/*Breadcrumb*/
.breadcrumb {
	font-family: Lato,Arial,sans-serif;
	font-size:10px;
	color:#6B747C;
	margin:0 0 1em;
}
.breadcrumb a {
	text-decoration:none;
	color:#6B747C;
}
.breadcrumb a:hover {
	text-decoration:underline;
}

p.footnote {
	font-size:9px;
	color:grey;
}

/*List*/
ul.list {
	font-size:14px;
	list-style:disc;
	overflow:hidden;
}
ul.list li {
	margin:3px 0;
	margin-left:15px;
}
ul.list.float li {
	float:left;
	min-width:200px;
}

ul.list.fancy li {
	list-style:none;
	margin:10px 0;
}
ul.list.fancy li i {
	color:#999;
}



/*Info*/
.info {
	background-color:#FFF;
	border-radius:10px;
	padding:10px;
	overflow:hidden;
}
.info h2 {
	color:#d81907;
}
.info p {
	font-size:13px;
}
.info h2.toppad {
	margin-top:15px;
}

/*Twin-block*/
.twin-block {
	overflow:hidden;
}
.twin-block .block {
	background-color:#FFF;
	border-radius:10px;
	padding:10px;
	margin-right:15px;
	float:left;
	width:335px;
}
.twin-block.full .block {
	width:425px;
}
.twin-block .block.last {
	margin-right:0;
}
.twin-block .block h2, .twin-block .block h3, .twin-block .block h4 {
	border-bottom:1px dotted #DDD;
	padding-bottom:8px;
	margin-bottom:8px;
}

/*Center Text*/
.center-text {
	text-align:center;
}

/*Price Block*/
.product-info-price {
	overflow:hidden;
}
.product-info-price .block-header {
	float:left;
	width:530px;
}
.product-info-price .block-price {
	float:right;
	width:400px;
}

.product-info-price .block-price-option {
	list-style:none;
	overflow:hidden;
	background-color:#FFF;
	padding:10px;
}
.product-info-price .block-price-option li {
	float:left;
}
.product-info-price .block-price-option li.label {
	font-family:Lato,Arial,sans-serif;
	padding-top:7px;
	font-size:12px;
	color:#999;
}
.product-info-price .block-price-option li a {
	display:block;
	height:18px;
	padding:5px;
	margin:0 5px;
	font-size:12px;
	border-radius:5px;
	border:1px solid #DDD;
	text-decoration:none;
	text-shadow:0 1px 0 #FFF;
	box-shadow:inset 0 1px 0 #FFF;
	background-image:url(images/bg-price-option.jpg);
}
.product-info-price .block-price-option li a:hover, .product-info-price .block-price-option li a.selected {
	background-image:url(images/bg-price-option-hvr.jpg);
	border-color:#a40243;
	text-shadow:0 -1px 0 #a40243;
	color:#FFF;
	box-shadow:inset 0 1px 0 #ff71aa;
}

.product-info-price .block-price-info {
	list-style:none;
	overflow:hidden;
	background-color:#d81907;
	padding:10px;
	font-size:12px;
	color:#FFF;
}
.product-info-price .block-price-info a {
	color:#FFF;
	text-decoration:none;
}
.product-info-price .block-price-info a:hover {
	text-decoration:underline;
}

.regions-block {
    overflow: hidden;
}
.regions-block .map {
    float: left;
    position: relative;
    width: 440px;
}
.regions-block .map p#label-select {
    font-weight: bold;
    position: absolute;
    right: 80px;
    top: 40px;
}
.regions-block .regions {
    float: left;
    width: 483px;
}
.regions-block .regions .block {
    border: 2px solid #CCC;
	background-color:#FFF;
    margin-bottom: 10px;
    padding: 15px;
}
.regions-block .regions .block:hover, .regions-block .regions .block.selected {
    background-color: #EEEEEE;
    border-color: #d81907;
    cursor: pointer;
}
.regions-block .regions .block h2, .regions-block .regions .block h3 {
    margin: 0;
}
.regions-block .regions .block h3 {
    color: #999999;
    font-size: 14px;
}
.regions-block .regions .block span.label {
	font-weight:300;
	color:#999;
}
p#label-select {
	font-size:12px;
	color:#999;
}

/*Info Box*/
.infobox h3 {
	padding:10px;
	font-size:16px;
	color:#FFF;
	text-shadow:0 1px 0 #B81405;
	background-color:#d81907;
	margin:0;
}
.infobox p {
	margin:0;
}
.infobox .inner {
    background-color: #fff;
    border:1px solid #EEE;
	border-top:none;
    padding: 10px;
    width: 100%;
	box-sizing:border-box;
	position:relative;
}
.infobox .arrow {
	position:absolute;
	width:23px;
	height:10px;
	background-image:url(images/bg-infobox-arrow.png);
	background-repeat:no-repeat;
	top:0;
	right:-12px;
}

/*Contact Box*/
p.call {
	font-family:Lato,Arial,sans-serif;
	color:#888;
	font-size:18px;
	border:2px solid #EEE;
	padding:10px;
	border-radius:10px;
	max-width:400px;
	margin:0 auto;
	color:#999;
	transition:all 0.2s ease-in-out 0s;
	text-align:center;
}
p.call:hover {
	border-color:#d81907;
	color:#999;
}
p.call a {
	color:#999;
	text-decoration:none;
}

.why-call {
	padding:2em 0 1em;
	background-image:url(images/bg-phone.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
}

.why-call-flipped {
	padding:2em 0 1em;
	background-image:url(images/bg-phone-reversed.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
}

.why-call-contact {
	font-weight: 300;
	font-size: 16px;
}

.image-float-right{
	padding:5px;
	float:right;
	position:relative	;	
}

/*Feature Table*/
div.feature-table {
	overflow:hidden;
}
div.feature-table div.icon {
	float:left;
	width:120px;
	margin:10px;
	padding:10px;
	position:relative;
	top:0;
	border-radius:10px;
	min-height:173px;
}
div.feature-table div.icon img {
	width:120px;
}
div.feature-table div.icon h2 {
	font-family:Lato,Arial,sans-serif;
	text-align:center;
	font-size:18px;
	font-weight:300;
}
div.feature-table div.icon p.caption {
	font-size:14px;
	margin:0;
	text-align:center;
	font-weight:300;
	font-style:italic;
}

div.feature-table div.icon.hover {
	background-color:#EEE;
}
div.feature-table div.icon.hover h2 {
	color:#d81907;
}

/*Feature Slider*/
.feature-slide {
	overflow:hidden;
	padding:50px;
	margin:0;
	background-image:url(images/bg-blue.jpg);
}
.feature-slide .feature-image,
.feature-slide .feature-content {
	float:left;
	width:350px;
}
.feature-slide .feature-content {
	width:490px;
	padding-left:20px;
}
.feature-slide .feature-content h2,
.feature-slide .feature-content h3,
.feature-slide .feature-content p,
.feature-slide .feature-content a {
	color:#FFF;
	text-shadow:0 2px 0 #085c8c;
}
.feature-slide .feature-content a.button {
	text-shadow:none;
	background-color:#32afe9;
	box-shadow:0 1px 2px #085c8c;
	margin-top:5px;
}
.feature-slide .feature-content a.button.ios,
.feature-slide .feature-content a.button.android,
.feature-slide .feature-content a.button.ios:hover,
.feature-slide .feature-content a.button.android:hover {
	box-shadow:none;
	background-color:transparent;
}
a.button.ios,
a.button.android,
a.button.ios:hover,
a.button.android:hover {
	background:none;
	box-shadow:none;
	background-image:url(images/misc/ico-app-gp.png);
	background-repeat:no-repeat;
	width:80px;
	text-indent:-9999px;
	display:block;
	margin-left:8px;
}
a.button.ios,
a.button.ios:hover {
	background-image:url(images/misc/ico-app-ios.png);
	width:100px;
}
.feature-slide .feature-content a.button:hover {
	background-color:#FFF;
	color:#d81907;
}
.feature-slide h2 {
	font-size:44px;
	font-weight:300;
	font-family:BryantLGLight,Arial,sans-serif;
	letter-spacing:-1px;
}
.feature-slide h3 {
	font-size:30px;
}
.feature-slide .feature-content p {
	font-family:BryantLGLight,Arial,sans-serif;
	font-size:16px;
}

.feature-slide.app {
	padding-left:0;
	border-top:1px solid #1698da;
	border-bottom:1px solid #0e5279;
}
.feature-slide.lsp {
	border-top:1px solid #ffcb61;
	border-bottom:1px solid #c38303;
	background-image:url(images/bg-yellow.jpg);
	padding-left:0;
}
.feature-slide.app {
	padding-left:0;
	border-top:1px solid #1698da;
	border-bottom:1px solid #0e5279;
}
.feature-slide.lsp {
	border-top:1px solid #ffcb61;
	border-bottom:1px solid #c38303;
	background-image:url(images/bg-yellow.jpg);
	padding-left:0;
}
.feature-slide.lsp .feature-content {
	padding-top:30px;
}
.feature-slide.lsp h2,
.feature-slide.lsp h3,
.feature-slide.lsp p,
.feature-slide.lsp a {
	color:#000;
	text-shadow:0 2px 0 #ffcb5d;
}

.feature-slide.filter {
	border-top:1px solid #7ed33e;
	border-bottom:1px solid #3d7215;
	background-image:url(images/bg-green.jpg);
}

/*Distributed*/
p.dist {
	font-size:12px;
	color: #6B747C;
    font-family: BryantLGLight,Arial,sans-serif;
}

/*Filter Box*/
.filter-box {
	width:100%;
	display:table;
	margin:0 0 15px;
}
.filter-box li {
	display:table-cell;
	vertical-align:middle;
	list-style:none;
	margin:0 !important;
}
.filter-box li a,
.filter-box li p {
	font-size:12px;
	color:#000;
	text-align:center;
}
.filter-box li a,
.filter-box li p {
	display:block;
	padding:10px 15px;
	text-decoration:none;
	border:1px solid #EEE;
	border-left:none;
	transition:all 0.2s ease-in-out 0s;
}
.filter-box li a.selected, 
.filter-box li a:hover {
	box-shadow:inset 0 0 rgba(0,0,0,0.5);
	background-color:#d81907;
	color:#FFF;
}
.filter-box li:first-child a,
.filter-box li:first-child p {
	border-left:1px solid #EEE;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.filter-box li:last-child a,
.filter-box li:last-child p {
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
.filter-box li.label p {
	color:#000;
	margin:0;
}

/*Image Button*/
.image-button {
	overflow:hidden;
	height:auto;
}
.image-button img {
	display:inline;
	vertical-align:top;
}


/*Wifi Why*/
.wifi-why {
	background-image:url(images/misc/bg-wifi-anywhere.jpg);
	background-repeat:no-repeat;
	padding:30px 0 20px 540px;
}
/*Device Select*/
.device-select {
	overflow:hidden;
	margin:1em 0;
}
.device-select li {
	float:left;
	list-style:none;
	margin:0 20px;
}
.device-select li:first-child {
	margin-left:0;
}
.device-select li a {
	display:block;
	text-align:center;
	padding:10px 30px;
	background-color:#FFF;
	border:2px solid #EEE;
	padding-top:160px;
	font-weight:600;
	text-decoration:none;
	border-radius:10px;
	transition:background-color 0.3s ease-in-out 0s,border-color 0.3s ease-in-out 0s,color 0.3s ease-in 0s;;
}
.device-select li.android a {
	background-image:url(images/misc/wifi-help/device-android.png);
	background-repeat:no-repeat;
	background-position:center 8px;
} 
.device-select li.iphone a {
	background-image:url(images/misc/wifi-help/device-iphone.png);
	background-repeat:no-repeat;
	background-position:center 8px;
}
.device-select li.troubleshoot a {
	background-image:url(images/misc/wifi-help/troubleshoot.png);
	background-repeat:no-repeat;
	background-position:center 8px;
}
.device-select li a:hover {
	background-color:#d81907;
	border-color:#a00744;
	color:#FFF;
	text-shadow:0 1px 0 #a00744;
}

/*Root Nav*/
#nav .root {
	display:block;
}

/*Colums*/
.justify {
	text-align:justify;
}
.columns {
	overflow:hidden;
}
.columns .inner {
	padding:0 20px;
}
.columns .col2 {
	float:left;
	width:50%;
}
.columns .col2:first-child .inner {
	padding-left:0;
}

/*FAQ*/
.faq {
	list-style:none;
}
.faq li {
	background-color:#FCFCFC;
	padding:10px;
	border-bottom:1px solid #DDD;
	transition:all 0.2s ease-in-out 0s;
}
.faq li.hvr {
	background-color:#F4F4F4;
}
.faq li:first-child {
	border-top:1px solid #DDD;
}
.faq li:hover {
	background-color:#EEE;
}

/*Contact Block*/
.block-contact {
	padding:15px;
	border-radius:20px;
	border:1px solid #EEE;
}

/*Profile Block*/
.block-profile {	
	padding:15px;
	border-radius:20px;
	border:1px solid #EEE;
}
.block-profile img {
	width:100%;
	max-width:100%;
	vertical-align:top;
}

/*Services*/
.service {
	background-color:#fff;
	border:2px solid #EEE;
	margin:4px 3px;
	padding:20px;	
	transition:all 0.4s ease-in-out 0.0s;
	border-radius:20px;
}
.service:hover {
	border-color:#d81907;
}
.service a{
	color:#fff ;
	transition:all 0.4s ease-in-out 0.0s;
}
.service a:hover{
	color:#fff;
}
.service h4{
	color:#666;
	transition:all 0.4s ease-in-out 0.0s;
}
.service:hover h4{
	color:#d81907;
}
.service p{
	transition:all 0.4s ease-in-out 0.0s;
}
.service:hover p{
	color:#d81907;
}

/*Redlist*/
.red-list {
	margin-right:10px;
}
.red-list li {
	transition:all 0.2s ease-in-out 0.0s;
	border-radius:25px 0 0px 25px;
	background-color:#d81907;
	padding:7px 12px 8px;
	font-size:14px;
	margin:0px 0px 6px;
	color:#fff;
}
.red-list li .fa{
	transition:all 0.2s ease-in-out 0.0s;
	padding-right:5px;
}
.red-list li:hover .fa{
	color:#EB5457;
}
.red-list.black-list li {
	background-color:#222;
}

/*R&C Services*/

.top-header.resi {
    display: table;
    height: 200px;
    text-align: center;
    width: 100%;
	background-image:url(images/services/residential.jpg);
}
.top-header.comm {
    display: table;
    height: 200px;
    text-align: center;
    width: 100%;
	background-image:url(images/services/commercial.jpg);
}
.top-header h1{	
	display:table-cell;
	text-shadow:0px 2px 3px #fff;
	vertical-align: middle;	
}

/*logo-supply*/
.logo-supply {
	background-color:#FFF;
	display:table;
	width:200px;
	padding:10px;
	border-radius:15px;
}
.logo-supply .img,
.logo-supply .txt {
	vertical-align:middle;
	display:table-cell;
	width:50%;
}
.logo-supply .txt {
	text-transform:uppercase;
	color:#999;
	font-weight:bold;
}

/******* RESPONSIVE OVERRIDE **************/
@media screen and (max-width: 1010px) {
	#nav .nav-container {
		background:none;
		padding:0;	
		width:100%;
		box-sizing:border-box;
	}
}
@media screen and (max-width: 800px) {
	.frame {
		width:600px;
		margin:0px auto;
	}
	#sidebox {
		display:none;
	}
	.frame {
		width:auto;
	}
	#wrapper {
		padding:15px;
	}
	.filter-box li a, .filter-box li p {
		padding:10px 0;
	}
}
@media screen and (max-width: 640px) {
	#footer .col.c-links { 
		text-align:center;
	}
	#banner.toggle {
		margin-top:0;
	}
	#banner .banner-content {
		padding-top:100px;
	}
	#banner .banner-content a.button {
		display:block;
		text-wrap:unrestricted;
		text-align:center;
		font-size:12px
	}
	.fixed-header {
		position:static;
	}
	#banner {
		margin-top:0;
	}
	#wrapper {
		padding:15px 5px;
	}
	#header-info {
		padding:13px 0 3px;
	}
	#header-info .head-phone,
	#header-info h2 {
		display:inline-block;
		margin:0;
		padding:0;
	}
	#nav {
		height:39px;
	}
	#header {
		background:none;
	}
	#header .col {
		text-align:center;
	}
	#footer-hero {
		background-image:none;
	}
	#footer-hero .col {
		margin-bottom:10px;
	}
	#footer .frame .block h3,
	#footer .frame .block ul.links li a {
		text-align:center;
	}
	.coltable .col {
		width:100% !important;
		display:block;
	}
	.pad-left-20,
	.pad-left-10,
	.pad-right-20,
	.pad-right-10 {
		padding:0;
	}
	.twin-block div.block {
		float:none;
		clear:both;
		width:auto;
	}
	#footer .block {
		border-right:none !important;
		border-bottom:2px dotted #DDD;
		padding:10px !important;
		margin:10px !important;
	}
	#footer .block.copyright {
		text-align:center !important;
		float:none !important;
		clear:both;
		border:none !important;
		width:100%;
	}
	h1 {
		font-size:28px;
	}
	h2,h3,h4,h5 {
		font-size:22px;
	}
	p {
		font-size:14px;
	}
	.contact-container .contact-form, .contact-container .contact-map {
		display:block;
		width:100%;
	}
	.frame img {
		width:100%;
		max-width:100%;
	}
	.filter-box li {
		display:block;
		float:left;
		width:50%;
	}
	.filter-box li a,
	.filter-box li p {
		border:none;
		border-radius:0 !important;
		padding:5px;
	}
	.filter-box li.label {
		width:100%;
		border:1px solid #EEE;
	}
	#footer .col.c-copyright {
		text-align:center;
		padding-top:15px;
	}
	#footer .col.c-copyright p {
		text-align:center !important;
	}
}
@media screen and (max-width: 320px) {
	.frame {
		width:320px;
		margin:0px auto;
	}
	#header-links,#header-logo {
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}
	#header-logo img {
		width:100%;
	}
	#header-links {
		display:none;
	}
}