/*hide lines on quote form*/

.nqwgt.nqwgt-NQZt-quoter_request .nq_widget_width, .nqwgt.nqwgt-NQZt-quoter_request.nq_widget_width {
    width: 350px;
    height: 423px;
}
.fixer{
		margin-right:160px;

	
}
.quoter{
	margin-left: -8px!important;
	
}
@media screen and (max-width: 460px){


	.nqwgt.nqwgt-NQZt-quoter_request .nq_widget_width, .nqwgt.nqwgt-NQZt-quoter_request.nq_widget_width {
    width: 350px;
    height: 703px;
}
	.fixer{

	margin-right: 0px;
	}
	.picfix{
		
		    margin-right: 14px;
	}
	
}


/*enlarge site logo*/
@media screen and (min-width: 60em){
.site-logo-link img {
    max-height: 360px;
}
}


/*hide site title*/
.wf-active .site-title {
    font-family: "Merriweather",serif;
    font-weight: 400;
    font-style: normal;
    display: none;
}


/*change form width*/
.nqwgt.nqwgt-NQZt-quoter_request .nq_widget_width, .nqwgt.nqwgt-NQZt-quoter_request.nq_widget_width {
    width: 100%!important;
}



/*change footer color*/
.site-footer .widget-area {
    background-color: #02aeef;
    color: white;
         height: 180px;
	padding-top: 2em;

  
}


/*fix page width*/

 #primary {
    margin: auto;
    max-width: 100%!important;
    width: 100%!important;
}

/*change top header color*/
.header-top {
    background-color: #00aeef;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
}





/*hide entry titles*/
.entry-title{display:none;}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}