@charset "utf-8";
/* CSS Document */
/* Global Reset & Standards ---------------------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 100%;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 0px;
	padding: 0px;
	color: #777;
	
}
/* ---- image -------*/
img {
	height: auto;
	width: auto\9; /* ie8 */
	-ms-interpolation-mode: bicubic;
}
img, object, embed {
	max-width: 100%;
}
a img {
	border: none;
}
.callout {
	float:right;
	position:relative;
	top:-800px;
	left:50px; }
ul, ol, dl {
	padding: 0;
	margin-left: 15px;
	list-style:inside;
	list-style-type: disc;
}
@font-face {
	font-family: eurostyle;
	src: url(../fonts/EuroBold.TTF);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.euro {
	font-family:eurostyle, sans-serif !important;
}
p {
	text-align:justify;
	}
 h1, h2, h3, h4, h5, h6, {
 margin-top: 0;
 padding-right: 15px;
 padding-left: 15px;
 text-align:left;
}
h1 {
	font-size:35px;
	font-family:eurostyle, sans-serif;
	color:#444;
	margin-bottom:25px;
}
h2 {
	font-size:30px;
	font-family:eurostyle, sans-serif;
	color:#555;
	margin-bottom:20px;
}
h3 {
	font-size:25px;
	font-family:eurostyle, sans-serif;
	color:#666;
	margin-bottom:17px;
}
h4{
	margin-bottom:0}
h5 {
	font-size:20px;
	font-family:eurostyle, sans-serif;
	color:white;
	margin-bottom:12px;
}
h6 {
	font-size:16px;
	color:white;
}
/*----------------------------------Links-------------------*/
a:link {
	color:#222;
	text-decoration: none;
}
a:hover {
	color:#198e1d !important;
	}
a:visited {color:#222;
	text-decoration: none;}
	
a:hover, a:active, a:focus {
	text-decoration: none;
}
#contact-links {
	max-width:98%;
	margin:0 auto;
}
#contact-links div {
	display:inline-block;}
#contact-links img {
	position:relative;
	top:3px;
}
#contact-links a {
	font-size:14px !important;
	line-height:2;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding:5px 7px;
	color:#333;
	position:relative;
	bottom:15px;
}
#contact-links div { display:inline-block;
position:relative;
top:4px;}
#contact-links div a {padding:0 ;
margin-left:5px;}
#contact-links a:hover {
	color:#6C0;
}
#telephone {
	position:relative;
	top:10px;
	height:127px;
	text-align:center;
	border: 2px solid #6C0;
	border-radius: 0px 30px;
	padding:0px 20px;
	padding-top:5px;
}
#telephone > span {
	position:relative;
	font-size:18px;
	bottom:12px;
}
#telephone > a {
	position:relative;
	bottom:10px;
	font-size:40px;
	font-weight:700;
	color:#6C0 !important;
}
#telephone a:hover {
	color:#198e1d !important
}
#telimg {
	position:relative;
	top:12px;
}
.teldrop {
	max-width:300px;
	margin:0 auto;
	color:white;
	padding:5px;
	text-align:center;
}
.teldrop a {
	color:white;
}
#telno {
	font-size:30px;
	font-weight:700;
}
#telinfo {
	display:none;
	position:relative;
	background-color:#67a81b; 
	text-align:center;
	box-shadow:inset 0px 5px 15px  #198e1d;
	padding-bottom:15px;
	border-top:solid 2px #333;
	height:120px;
}
#drop-contact-links {
padding-bottom:20px !important;	
	}
#drop-contact-links a {
	font-size:14px !important;
	line-height:2;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding:5px 7px;
	color:white;
}
#drop-contact-links a:hover {
	color: #333;
}
#drop-contact-links img {
	position:relative;
	top:3px;
	}
.med-tel {
	display:block;
	padding-top:2px;
	max-width:500px;
	margin-left:0;
}
.telbutton {
	position:relative;
	width:30px;
	margin:0 auto;
	cursor:pointer;
}
.container {
	width: 80%;
	max-width: 1260px;
	margin: 0 auto;
}
.container-head {
	width: 80%;
	max-width: 1260px;
	margin: 0 auto;
}
.container-menu{	
	max-width: 1260px;
	margin: 0 auto;}
	
.full {
	width:100%;
}
.whitebg {
	background-color:#FFF;
}
.dkgreybg {
	background-color:#333;
}
.header {
	padding: 10px 0px;
}
#main {
	padding-left:0px !important
}
#social-foot{
	width:100%;
	margin: 0 auto;
	padding:10px 0px;
	}
#social-foot a{
margin-right: 10px;
}
/*------------------------------ MENU ---------------------*/
#menuholder {
	background-color:#333;
	width:100%;
	height:30px;
	z-index:900;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	-o-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
}
.menuplaceholder {
	height:30px;
	width:100%;
	z-index:901;
	background-color:transparent;
}
#bar {
	width:100%;
	height:30px;
	position:relative;
}
#linenav {
	width:100%;
	height:30px;
	z-index:99;
	position:relative;
	background-color:#333;
}
nav {
	font-family: Arial, "Lucida Grande", sans-serif;
	line-height: 30px;
	margin-left: auto;
	margin-right:auto;
	position:relative;
}
#main-nav {
	display:block;
}

#main-nav a:hover {
	color: #aeed40;
}
.dropbtn {
	color: #FFF;
	font-size: 12px;
	border: none;
	text-align:left;
}
#home {
	margin-right:2%;
}
#home a {
		color:#FFF;}
#elect {
	margin-right:2%;
}
#dr2 {
	margin-right:2%;
}
#dr3 {
	margin-right:2%;
}
#dr4 {
	margin-right:2%;
}
#dr5 {
	margin-right:2%;
}
#dr6 {
	margin-right:2%;
}
#dr7 {
	margin-right:2%;
}
.dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.dropdown-content {
	display: none;
	position: absolute;
	margin-left:-10px;
	top:23px;
	padding-top:8px;
	background:none;
	width: 190px;
	z-index:100;
}
.dropdown-content a {
	color: #999;
	font-size:12px;
	text-decoration: none;
	text-align:left;
	font:Arial, Helvetica, sans-serif;
	font-weight:600;
	display: block;
	background-color:#FFF;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	-o-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	padding:10px;
	border-bottom: solid 1px #eee;
	border-left:solid 1px #eee;
	border-right:solid 1px #eee;
}
.dropdown-content a:first-child {
	border-top: solid 1px #eee;
	}
.dropdown-content a:hover {
	background-color:#aeed40 !important;
	color:#333 !important;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	color: #aeed40 !important;
}
.dr-active {
	color:#91fc01 !important;
	line-height:inherit;
}
/*---------------------------------------Mobile Nav---------------------------------*/
.active {
	color:#FFF !important;
	background-color:#67a81b !important;
}
.active:hover {
	color:#333 !important;
}
#mob-holder {
	position:relative;
	height:30px;
	z-index:9000;
}
#mob-container {
	width:100%;
	z-index:9001;
	position:relative;
}
#mob-nav-dropdown {
	position:relative;
	line-height: 2;
	font-size:14px;
	color:#FFF;
	display:block;
	height:30px;
	text-align:center;
	cursor: pointer;
	z-index: 9999;
	width:100%;
}
#mob-nav-dropdown span {
	position:relative;
	top:-10px;
}
#mobile-nav-icon {
	position:relative;
	top:5px;
	display:inline-block;
}
#mob-nav {
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 2;
	width: 100%;
	display:none;
	position:absolute;
	top:32px;
	text-align:center;
	max-height:475px;
	overflow:auto;
	z-index:8990;
	box-shadow: 2px 2px 3px rgba(0,0,0,.5);
	-moz-box-shadow:2px 2px 3px rgba(0,0,0,.5);
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,.5);
	-o-box-shadow:2px 2px 3px rgba(0,0,0,.5);
	border-bottom: 2px solid #91fc01;
}
.mob-menu-item {
	background: #fff;
	width: 100%;
	overflow:hidden;
}
.mob-menu-item h4 {
	width:100%;
	font-size: 17px;
	font-weight: 400;
	padding: 7px 12px;
	background-color:#fff;
	border-top: 1px solid #CCC;
	margin-bottom:0px;
	margin-top: 0px;
	color:#333;
}
.mob-menu-item h4:hover {
	background: #aeed40 !important;
}
.mob-menu-head {
	background-color: #333;
	width: 100%;
	overflow:hidden;
}
.mob-menu-head h4 {
	width:100%;
	color:white !important;
	font-size: 17px;
	font-weight: 400;
	padding: 7px 12px;
	background-color:#333;
	border-top: 1px solid #CCC;
	margin-bottom:0px;
	margin-top: 0px;
}
.mob-menu-link h4:hover {
	background: #aeed40 !important;
}
/*------------------------------------------- BODY --------------------------------- */
.hero {
}
section:nth-last-of-type(2) {
	margin-bottom:30px !important;}
figcaption {
	font-size:14px;
	font-style:italic;
	text-align:center;
	padding-top: 5px;
}
.fltr {
	float:right;
}
.fltl {
	float:left;
}
.clrflt {
	float: none !important;
}
.clearfix {
	overflow: hidden;
}
.cfix:after {
	content: "";
	display: table;
	clear: both;
}
#icon-section {
	margin-bottom:100px;
}
#icon-section h1 {
	margin-top:70px;
	text-align:center;
	margin-bottom:70px;
}
#icons {
	width:100%;
}
.icon {
	float:left;
	display:inline-block;
	width:17%;
	margin-left:4%;
	margin-right:4%;
	margin-bottom:20px;
	text-align:center;
}
.icon h3 {
	text-align:center;
	color: #67a81b;
	font-size:18px;
	margin-bottom:0px !important;
}
.selector:hover > h3 {
	color:#468d46 !important;
	}
.selector {
	cursor:pointer;
	}
.selector-s:hover > h3 {
	color:#468d46 !important;
}
.selector-s {
	cursor:pointer;
}
.swap-ele{
	 display: block; /* Fill the frame */
  background-image: url(../images/electrical-icon-2.jpg);
  background-repeat: no-repeat;
  background-size: cover; /* Make background responsive */
  background-position: center;
  max-width: 150px; /* width of foreground image */
  max-height: 150px;
  margin: 0  auto;
}
.swap-han {
	 display: block; /* Fill the frame */
  background-image: url(../images/handyman-icon-2.jpg);
  background-repeat: no-repeat;
  background-size: cover; /* Make background responsive */
  background-position: center;
  max-width: 150px; /* width of foreground image */
  max-height: 150px;
  margin: 0  auto;
}
.swap-ser {
	 display: block; /* Fill the frame */
  background-image: url(../images/server-data-icon-2.jpg);
  background-repeat: no-repeat;
  background-size: cover; /* Make background responsive */
  background-position: center;
  max-width: 150px; /* width of foreground image */
  max-height: 150px;
  margin: 0  auto;
}
.swap-com {
	 display: block; /* Fill the frame */
  background-image: url(../images/commercial-icon-2.jpg);
  background-repeat: no-repeat;
  background-size: cover; /* Make background responsive */
  background-position: center;
  max-width: 150px; /* width of foreground image */
  max-height: 150px;
  margin: 0  auto;
}


.swap-ele img, .swap-han img, .swap-ser img, .swap-com img {
  opacity: 1; /* Default state */
  width:100%;
  height: auto; /* Keep aspect */
  display: block; /* Remove align-vetical issues */
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out; /* Soften the transition */
}
.swap-ele:hover img, .swap-han:hover img, .swap-com:hover img, .swap-ser:hover img {
  opacity: 0; /* Hover state */
   width:100%;
  height: auto; /* Keep aspect */
  display: block; /* Remove align-vetical issues */
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}	
.icon img {
	margin:0 auto !important;
}
.hidden {
	width:100%;
	display:none;
	height:auto;
}
.hidden p {
	min-height:200px;
	margin-top: 0px !important;
}
.dkline {
	border-bottom: solid 1px #666;
	}
.line {
	border-bottom: solid 1px #999;
	padding-bottom:35px;
}
.line2 {
	border-bottom: dashed 1px #999;
	padding-bottom:25px;
}
.inline {
	display: inline-block;
}
#reasons > li {
	font-family:eurostyle, sans-serif;
	font-size:24px;
	}
#reasons p {
	position:relative;
	top:-20px;
	margin-left:20px;
	}	
.points > li {
	font-weight:600;
	font-size:20px;
	}
.points p {
	position:relative;
	top:-20px;
	margin-left:19px;
	}
.bold {
	font-weight:600;}	
.medgreen {
	color: #67a81b !important;
}
.ltgreen {
	color:#6C0 !important;
}
.dkgreen {
	color:#468d46 !important;
}
.red {
	color:red;
}
.white {
	color:white !important;}
.ltgreybg {
	background-color:#f7f7f7;}	
.padding{
	padding:15px 0px 30px 0px;
	}	
#contact-banner {
	background-color:#67a81b; 
	padding:40px 0px 60px 0px;
	text-align:center;
	box-shadow:inset 0px 5px 15px 5px #198e1d;
	border-top: solid 1px #666;
	}
#contact-banner h3 {
 color:#FFF;
 font-size:30px;
 padding-bottom:20px;
 }	
#contact-banner a {
	margin: 0 auto;
	display:block;
	 font-size:20px;
	 width:170px;
	 height:62px;
	 padding:15px;
	 border:white solid 1px;
	overflow:hidden;
	 -webkit-transition: width .4s ; /* Safari */
	 -moz-transition: width .4s ;
    transition: width .4s ;
	
 }
#contact-banner a:hover {
	background-color:#198e1d;
	color:white !important;
	  }
#business-hours {
	max-width:600px;
	min-width:300px;
	margin-bottom:20px;}
#business-hours div {
		padding:5px;
		}
	
#business-hours div:hover {
	background-color:#EEE;}	
.price-combo {
	width:100%;
	padding:0;
	margin:0;
	border-top:solid 1px #EEE;
	}
.pic {
	float:right;
	position:relative;
	top:0px;
	width:25%;
	min-width:200px;
	text-align:right;}
.text-pic {
	position:relative;
	top:-15px;
	float:left;
	width:75%;
	min-width:600px;}
	.frame {
	margin:0;	
	background-color:#EEE;
	box-shadow:inset 1px 1px 5px rgba(0,0,0,.5);-moz-box-shadow:inset 1px 1px 5px rgba(0,0,0,.5);-webkit-box-shadow:inset 1px 1px 5px rgba(0,0,0,.5);-o-box-shadow:inset 1px 1px 5px rgba(0,0,0,.5);.
	}
.pics {
	width:50%; padding:2% 7%;
	float:left;
	}
.dr-shad {box-shadow:1px 1px 5px rgba(0,0,0,.5);-moz-box-shadow:i1px 1px 5px rgba(0,0,0,.5);-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);-o-box-shadow:1px 1px 5px rgba(0,0,0,.5);}
.small {
	font-size:12px; line-height:1 !important;}
.in-li {
	float:left;
	margin-right:40px;
	list-style-type: disc !important;
	
	}
.nofeesimg {
	float:left;
	width:25%;
		}
.nofeestxt {
	float:left;
	width:75%;
	padding-left:25px;
		}	
.guarantee {
	float:left;
	width:50%;
		}
/* ------------------------------- Charts --------------------- */
#map {
	border-top:solid 1px grey;
	border-bottom:solid 1px grey;
	}
#kelvin {
	width:600px;
	text-align:left;
	
	}
th {text-align:left;
	padding:10px;}	
.kel {
	width:20%;}
.k1 {background-color:#fa3500;}	
.k2 {background-color:#ff9835;}	
.k3 {background-color:#ffcb01;}
.k4 {background-color:#ffff67;}
.k5 {background-color:#fcfee6;}
.k6 {background-color:#d0f7fc;}
.k7 {background-color:#a0e6ff;}
.k8 {background-color:#00ccfe;}
.k9 {background-color:#0099ff;}
.k10 {background-color:#0265ff;}
#lumens {
	width:600px;
	text-align:left;
	
	}
.led {
	background-color:#9bee19;}
.cfl {
	background-color:#c2ef0f;}
.hal {
	background-color:#e2f008;}
.inc {
	background-color:#fef001;}			
/* ----------------------------------Footer------------------------ */	
.footer {
	background-color:#333;
	color:white;
	line-height:1.3;
	font-size:14px !important;
	padding-bottom: 25px;
	text-align:left;
}
.footer a {
	color:#6C0;
}
.footer a:hover {
	color:#468d46;
}
#tag {
	background-color:#222;
}
#copy {
	padding:10px;
	color:#DDD;
}
#copy a {
	color:#6C0;
}
#copy a:hover {
	color:#468d46;
}
#copy span {
	width: auto;
}
.subcat {
	color:#fff;
	font-family:Arial, sans;
	font-weight:bolder;
	font-size:14px;
	margin-top: 15px;
	margin-bottom:3px;
	text-transform:uppercase;
}
li .subcat:hover {
	color: #67a81b !important;
	}

.subcat:first-child {
	margin-top:0px;
}
.newspaper dd {
	margin-left:0px;
	text-align:left;
}
#scroller {
	display:none;
	position: fixed;
	height:70px;
	width:70px;
	bottom:20px;
	right:10px;
	z-index:990;
	opacity: 0.3;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	border:1px solid #FFF;
	border-radius:35px;
	background-color: rgba(0,0,0,0.25);
	padding:10px;
	transition: opacity 0.75s;}
#scroller:hover {
	opacity:1;}	
/* --------------------------- Contact Form ------------------------------ */
#form-wrapper {
	padding-bottom:20px;
	text-align:center;
	/*border: solid 1px #999;
*/	}
#form-wrapper p {
	text-align:center !important;}

form {
	width:100%;
	}
fieldset {
	width:31%;
	margin-right:2% ;
	min-width:270px;
	float:left;
	border:none;
	padding:15px;
	color:white;
	min-height:100%;
	}
fieldset:last-child {
	margin:0 !important;
	float:left;}
.form-field-height {
	height:600px;
	overflow:hidden;}		
#field1 {
	background-color:#999;}
#field2 {
	background-color:#666;}
#field3 {
	background-color:#333}
#form-wrapper li {
	list-style:none;
	margin: 10px 0px;
			}
#form-wrapper h3 {}
#form-wrapper label {
	font-size:16px;
	line-height:1.5;
	vertical-align:middle;
	display:block;
	}
#form-wrapper input {
	padding:5px 10px;
	border-radius: 2px;
	border:hidden;
	font-size:16px;
	line-height:1.25;
	vertical-align:middle;
	
	}
.required:before {
	position:relative;
	margin-left:-10px;
	left:-10px;
	content:"*";
	color:inherit;
	font-size:24px;
	line-height:20px;
	vertical-align: bottom;
	}
#form-wrapper li select {
	padding:5px;
	border-radius: 2px;
	border:hidden;
	font-size:16px;
	line-height:20px;
	vertical-align:middle;}
.error{color:red;}
#form-wrapper:focus {
    outline:green solid 2px !important;
	outline-color: green !important;
}
.textarea {
	padding:5px !important;
	border-radius: 3px !important;
	border:hidden !important;
	margin-left: -10px;
	resize:none !important;
	background-color:white;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:16px;
	line-height:16px;
}

/* -------------------------- @ media --------------------------------------*/
@media only screen and (max-width: 600px) {
.show-for-small {
	display:block
}
.hide-for-small {
	display:none;
}
.show-tel-med {
	display:none;
}
#rightfoot {
	width:100%;
	overflow:hidden;
}
#leftfoot {
	width:100%;
	overflow:hidden;
}
#middlefoot {
	width:100%;
	overflow:hidden;
}
.icon {
	float:none;
	display:block;
	width:auto;
	margin-bottom:75px;
	text-align:center;
}
.icon h3 {
	text-align:center;
	color: #67a81b;
	font-size:30px;
	margin-bottom:0px !important;
}
.hidden p {
	min-height:auto;
}
body {
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 0px;
	padding: 0px;
	color: #777;

}
#copy span {
	width:100%;
	text-align:center !important;
}
.newspaper {
	width:100%;
	-webkit-column-count:1; /* Chrome, Safari, Opera */
	-moz-column-count:1; /* Firefox */
	column-count: 1;
	padding-bottom:20px;
}
.newspaper dd {
	margin-left:0px;
	text-align:left;
	line-height:2;
	font-size:16px;
}
.container {
	width:100%;
	max-width:600px;
	padding: 0px 10px;
}
.subcat {
font-size:16px;
	margin-top: 15px;
	margin-bottom:5px;
}
h1 {
	font-size:40px;
	font-family:eurostyle, sans-serif;
	color:#444;
	margin-bottom:35px;
}
h2 {
	font-size:35px;
	font-family:eurostyle, sans-serif;
	color:#555;
	margin-bottom:30px;
}
h3 {
	font-size:30px;
	font-family:eurostyle, sans-serif;
	color:#666;
	margin-bottom:25px;
}
h5 {
	font-size:25px;
	font-family:eurostyle, sans-serif;
	color:white;
	margin-bottom:20px;
}
h6 {
	font-size:18px;
	color:white;
}
.pics {
	width:100%; padding:5px;}
.pic {
	position:relative;
	width:100%;
	min-width:300px;
	text-align:left;
	float:none;}
.text-pic {
	width:100%;
	min-width:300px;
	float:none;}
.nofeesimg {
	float:none;
	width:100%;
	text-align:center;
	}
.nofeestxt {
	float:none;
	width:100%;
	padding-left:none;
	margin-left: -10px;

		}	
.guarantee {
	float:none;
	width:100%;
	margin: 0 auto;
		}
.small { line-height:1.5 !important;}
}
@media only screen and (min-width: 601px) {
.hide-for-med-up {
	display:none;
}
.show-for-med-up {
	display:block;
}
}
@media only screen and (min-width: 600px) and (max-width: 905px) {
.pic {top:-10px;
	display:block;
float:none;
}
.text-pic {
	width:100%;
	min-width:300px;
	float:none;}
}
@media only screen and (min-width: 1061px) {
.show-tel {
	display:inline-block;
}
.show-tel-med {
	display:none !important;
}
#leftfoot {
	width:35%;
	padding:0px 30px;
}
#middlefoot {
	width:40%;
	padding:0px 30px;
}
#rightfoot {
	width:25%;
	padding:0px 30px;
}
.newspaper {
	width:100%;
	height:auto;
	font-size:14px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
	-moz-column-gap: 20px; /* Firefox */
	column-gap: 20px;
	padding-bottom:20px;
}
}
@media only screen and (max-width: 1060px) {
.hide-tel {
	display:none;
}
.show-tel-med {
	display:block;
}
.header {
	padding:10px 0px 0px 0px;
}
.container {
	width: 90%;
	max-width: 1060px;
	}
#form-wrapper {
	
   	padding-bottom:20px;
	text-align:center;	
}
fieldset {
	width:100%;
	margin: 0 0;
	float:none;
	border:none;
	padding:15px;
	color:white;
	margin-bottom:20px;
			}
fieldset:last-child {
	margin:0 0 !important;
	float:none;
	}
.form-field-height {
	height:auto;
	overflow:none;}		
}
@media only screen and (min-width: 801px) and (max-width: 1060px) {
#leftfoot {
	width:100%;
	padding:0px 30px;
	padding-bottom:20px;
}
#middlefoot {
	width:67%;
	padding:0px 30px;
}
#rightfoot {
	width:33%;
	padding:0px 30px;
}
.newspaper {
	width:100%;
	-webkit-column-count:4; /* Chrome, Safari, Opera */
	-moz-column-count:4; /* Firefox */
	column-count: 4;
	padding-bottom:20px;
}
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
#leftfoot {
	width:100%;
	padding:0px 25px;
}
#middlefoot {
	width:55%;
	padding:0px 25px;
}
#rightfoot {
	width:45%;
	padding:0px 25px;
}
.newspaper {
	width:100%;
	-webkit-column-count:3 !important; /* Chrome, Safari, Opera */
	-moz-column-count:3 !important; /* Firefox */
	column-count:3 !important;
	padding-bottom:20px;
}
}

/* ---------------------------------- Date Picker ------------------------------- */
