
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@media screen and (max-width: 1140px) {

#navbar_outer1 { display:none; }
#navbar_outer { display:none; }
#navbar { display:none; }
#logo { float: left; padding-top: 25px; padding-left:10px; }

#banner_phone_mobile { display:block; }

#navbar-mobile { display:block; }
.toggled-on #menu-topmenu-mobile { display:block; }

#banner_home { width: 100%; height: auto; background-color: #000; background-image: url(images/mid-home.jpg); background-repeat:no-repeat; background-position: center -100px; position:relative; margin: 0 auto;  border-bottom: solid 1px #d1d1d1; z-index:1; }
#banner { width: 100%; height: auto; background-color: #000; background-image: url(images/mid-home.jpg); background-repeat:no-repeat; background-position: center -200px; position:relative; margin: 0 auto; border-bottom: solid 1px #d1d1d1; z-index:1; }

#tagline { max-width: 92%; padding: 4%;  }
#tagline-pages { max-width: 92%; padding: 4%; padding-top: 2%;   }

.quoteimg { display:none; }

#features-outer  { border-bottom: solid 1px #d1d1d1; z-index: auto; }
}


@media screen and (max-width: 900px) {


}


@media screen and (max-width: 850px) {

 img.floatleft, img.alignleft { max-width:50%; height:auto; }
 img.floatleft_content { max-width:50%; height:auto; }

 img.floatright, img.floatright_content, img.alignright { max-width:50%; height:auto; }
 img.floatright2 { max-width:50%; height:auto; }

.btm_menu { display:none; }

 .captcha { max-width: 95%; height: 60px; margin: 5px 0px; }
 
div.inputfield { clear: left; font-weight: normal; padding:3px 0px; text-align:left;}
div.inputfieldn { display: none; }
label {  display:block; }
label.short1 { width: 38px; text-align: left; float:none; padding-top: 2px; padding-right: 0;  }
label.short2 { width: 30px; text-align: left; float:none; padding-top: 2px; padding-right: 0; }
label.short { width: 70px; text-align: left; float:none; padding-top: 2px; padding-right: 0; }
label.med1 { width: 110px; text-align: left; float:none; padding-top: 2px; padding-right: 0; }
label.med { width: 150px; text-align: left; float:none; padding-top: 2px; padding-right: 0; }
label.long { width: 220px; text-align: left; float:none; padding-top: 2px; padding-right: 0; }

.map iframe { width: 100%; }
.map { float:none; margin:0 0 1em 0; }

}


@media screen and (max-width: 750px) {

.parallax1 { 
    background-attachment: scroll;
}

.parallax1_inner { 
    background-attachment: scroll;
}


.parallax2 { 
    background-attachment: scroll;
	min-height: 200px;
}


}



@media screen and (max-width: 700px) {

.col20 { width: 100%; float:none; }
.col25 { width: 100%; float:none; }
.col28 { width: 100%; float:none; }
.col29 { width: 100%; float:none; }
.col30 { width: 100%; float:none; }
.col31 { width: 100%; float:none; }
.col33 { width: 100%; float:none; }
.col34 { width: 100%; float:none; }
.col40 { width: 100%; float:none; }
.col45 { width: 100%; float:none; }
.col50 { width: 100%; float:none; }
.col55 { width: 100%; float:none; }
.col60 { width: 100%; float:none; }
.col70 { width: 100%; float:none; }
.col75 { width: 100%; float:none; }
.col80 { width: 100%; float:none; }
.pad1 { width: 98%; }
.pad2 { width: 96%; }
	
.col-inner-home {padding: 15px; }

.border-right { background-image:none; border-bottom: solid 1px #d1d1d1; }

#banner_home { width: 100%; height: auto; background-color: #000; background-image: url(images/mid-home.jpg); background-repeat:no-repeat; background-position: center -100px; position:relative; margin: 0 auto;  border-bottom: solid 1px #d1d1d1; z-index:1; }
#banner { width: 100%; height: auto; background-color: #000; background-image: url(images/mid-home.jpg); background-repeat:no-repeat; background-position: center -200px; position:relative; margin: 0 auto; border-bottom: solid 1px #d1d1d1; z-index:1; }

#tagline { max-width: 96%; padding: 2%;  }
#tagline-pages { max-width: 96%; padding: 2%; padding-top: 2%;  }
#tagline p { font-size: .85em; line-height: 1.2em; }
#tagline h1 { font-size: 1.3em; line-height: 1.2em; }
#tagline h2 { font-size: 1.3em; line-height: 1.2em; }
#tagline h3 { font-size: 1em; line-height: 1.2em; }
#tagline-pages p { font-size: .9em; line-height: 1.2em; }
#tagline-pages h1 {font-size: 1.3em;  line-height: 1.2em; }
#tagline-pages h2 { font-size: 1.3em; line-height: 1.2em; }
#tagline-pages h3 { font-size: 1em; line-height: 1.2em; }

.footer-1-col { border-bottom: solid 1px #ccc; }

.parallax2 h2 { margin: 5px 0; padding: 0 0 5px 0; }


}