@font-face {
    font-family: 'socialicoregular';
    src: url('https://web.archive.org/web/20200218022736im_/http://aandbinspectionservicescorp.com/public/styles/socialico-webfont.woff2') format('woff2'),
         url('https://web.archive.org/web/20200218022736im_/http://aandbinspectionservicescorp.com/public/styles/socialico-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a {
	text-decoration:none;
	color: inherit;
}
img {
	border:0;
}
ul,ol {
	list-style:none;
}

h1,h2,h3,h4,h5,h6,
p,ul,ol,li,dl,dt,dd,
small,a,span,strong,em,
div,section,header,aside,footer,
article,nav {
	padding:0;
	margin:0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

header, .container, footer { max-width: 1800px; margin: auto; }

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Raleway', sans-serif;
	min-width: 1900px;
	background: #FFF;
	margin:0 auto;
	padding:0;
	text-align: center;
	color:#FFF;
	font-size: 1em;
}
#hd-wrapper,
#hd-wrapper-bot,
#bn-wrapper,
#mn-wrapper,
#satisfaction-wrapper,
#contact-wrapper,
#ft-wrapper {
	width: 1800px;
}
#hd-wrapper {
	background: url(../images/content/hd-wrapper.jpg) no-repeat center top;
}
#hd-wrapper-bot {
	background: url(../images/content/hd-wrapper-bot.jpg) repeat-x center bottom;
}
#bn-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	/* background-position: bottom; */
	background-image: url(../images/content/bn-wrapper.jpg);
	width: 1800px;
}










/* #mn-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/content/mn-wrapper.jpg);
}

 */


 #mn-wrapper {
    width: 1800px;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/content/mn-wrapper.jpg);
}





#satisfaction-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/content/satisfaction-wrapper.jpg);
	margin: 0 auto;
}
#contact-wrapper {
	background: url(../images/content/contact-wrapper.jpg) no-repeat center bottom;
	margin: 0 auto;
}
#ft-wrapper {
    background: #222;
    padding-top: 45px;
	/* padding-bottom: 33px; */
}

header,
#banner,
#content,
footer,
#what-section,
#gallery-section,
#satisfaction-section,
#contact-section {
	position: relative;
	width: 1800px;
	margin: 0 auto;
	min-height: 258px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

/*floats*/
.fl {
	float:left;
}
.fr {
	float:right;
}

/*clearings*/
.clear{
	clear:both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0;
}
.clearfix {
	display:block;
}

/*contact form messages*/
form .messages p {
	display: none;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}
form .loading {
	display: none;
}
form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
form [type="submit"] {
	margin:20px auto;
}

/*contact form*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
}
.ctc-form input,
.ctc-form textarea {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 15px;
	line-height: 120%;
	color:#fff;
	font-family: 'Raleway', sans-serif;
}
.ctc-form input[type="text"],
.ctc-form textarea {
	margin: 0 0 10px;
	background: #FFF;
	box-sizing: border-box;
	border:1px solid #CCCCCC;
	background-color: #CCCCCC;
}
.ctc-form textarea {
	min-height: 120px;
	padding: 10px 0 0 15px;
}


section input::placeholder
 {
	font-size: 16px;
    color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}


textarea#message::placeholder {
    font-size: 18px !important;
    color: #000000;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}

.ctc-form input[type="text"] {
	height: 46px;
	padding: 0 0 0 15px;
}
.ctc-form input[type="submit"] {
	height: 45px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	border: none;
	background: #8CC739;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-webkit-transition: background-color 2s ease-out;
}
.ctc-form input[type="submit"]:hover {
	background: #085DAD;
}
.ctc-form .g-recaptcha {
	display: inline-block;
	vertical-align: top;
}

/*gallery*/
#content .gallery-container {
	text-align: center;
}
#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content .gallery li {
	display: inline-block;
}
#content .gallery li img {
	width: 100%;
	max-width: 200px;
	border-radius: 10px;
}
#content .thumbnail {
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 4px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.2s ease-in-out 0s;
}
#content .page_navigation {
	display: inline-block;
}
#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #FFF;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}
#content .page_navigation > a:hover,
.page_navigation > a.active_page {
	background-color: #eceeef;
	border-color: #DDD;
	color: #014c8c;
	text-decoration: none;
}

/* navigation */
nav {
	font-family: 'Montserrat', sans-serif;
}
nav a#pull {
	display: none;
	padding: 15px 0 15px;
	font-size: 1em;
	line-height: 120%;
	font-weight: bold;
	background: #075DAC;
	text-transform: uppercase;
}
nav a#pull:after {
	content:"";
	/* background: url(../../../../../20190206053748im_/http_/aandbinspectionservicescorp.com/public/images/nav-icon.png) no-repeat; */
	width:30px;
	height:30px;
	display:inline-block;
	position:absolute;
	right:15px;
	top:10px;
}
nav ul li,
nav ul li a {
	display: inline-block;
	vertical-align: top;
	transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-webkit-transition: background-color 2s ease-out;
}
nav ul li {
	font-size: 12px;
	line-height: 120%;
	font-weight: 600;
	text-transform: uppercase;
}
/* end */
h1,
h2 {
	font-size: 50px;
	line-height: 120%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.logo {
	line-height: 0;
}
.logo img {
	width: 100%;
	max-width: 199px;
}

/*header*/

p.social-media a {
    padding: 0 11px;
}

.text a {
    color: #666666;
    font-size: 26px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}



/* header {
	min-height: 258px;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
} */
header nav,
header .logo,
header .text {
	position: absolute;
}
header nav {
	top: 200px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}

header nav ul {
    padding: 0;
    background: url(../images/content/hd-wrapper-bot.jpg) repeat-x center bottom;
    /* margin-bottom: -4px; */
}

.top-border img {
    opacity: 0%;
}


header nav ul li {
	padding: 0;
	border-right: 1px solid #216EB5;
}
header nav ul li:nth-child(1) {
	border-left: 1px solid #216EB5;
}
header nav ul li a {
    min-height: 60px;
    padding: 22px 73px 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 600;
}
header nav ul li.active-menu a,
header nav ul li a:hover {
	background: #8CC739;
}

header .logo {
    top: 32px;
    left: 222px;
    transition: transform 0.3s ease;
}

header .logo:hover {
    transform: scale(1.1);
}

header .text {
	top: 41px;
	right: 226px;
	color: #666;
	text-align: right;
}
header .text p {
	font-size: 23px;
	line-height: 120%;
	font-weight: 600;
}
header .text p small {
    display: block;
    padding: 0 0 5px;
    font-size: 17px;
    line-height: 120%;
    color: #085DAD;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
header .text .social-media {
	color: #075DAC;
}


p.social-media a {
    padding: 0 11px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
}

p.social-media a img {
    width: 100%;
    height: auto;
}

p.social-media a:hover {
    transform: scale(1.5);
}







/* end */

/*banner*/
#banner {
	padding: 403px 0 171px;
}
#banner h3 {
    display: inline-block;
    vertical-align: top;
    padding: 40px 0 0;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    color: #8CC739;
    letter-spacing: 4px;
    text-transform: uppercase;
    border-top: 8px solid #8CC739;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
#banner h2 {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 63px;
    color: #fff;
}
#banner p {
    font-size: 19px;
    line-height: 160%;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}
#banner article {
    display: inline-block;
    vertical-align: top;
    width: 64%;
    padding: 0px 180px 77px 178px;
    box-sizing: border-box;
    background: url(../images/content/bn-textBG.png);
    margin-bottom: 50px;
    margin-top: 115px;
}



#banner article p .button {
	width: 245px;
	padding: 15px 0 15px;
	font-size: 15px;
}
#banner article p .button:hover {
	color: #075DAC;
	background: #FFF;
}
/* end */

/*content*/
#content {
	min-height: 300px;
	padding: 0 0 65px;
}
#content .title-text,
#content .inline-text {
	display: inline-block;
	vertical-align: top;
}
#content .title-text {
    min-height: 178px;
    margin: 71px 0 0;
    padding: 34px 0 52px 0px;
    box-sizing: border-box;
    background: url(../images/content/satisfaction-border.png) no-repeat center top;
    background-size: contain;
    object-fit: contain;
}
#content .inline-text {
    width: 308px;
    padding: 70px 0 0 25px;
    text-align: left;
}
/* end */

/* content bottom */
#what-section {
	padding: 70px 0 80px;
}
#what-section h2 {
    color: #075DAC;
    padding-bottom: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 63px;
    font-weight: 800;
}
#what-section h3 {
	font-size: 21px;
	line-height: 120%;
	color: #8CC539;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
#what-section h3 small {
	display: block;
	padding: 10px 0 0;
	font-size: 31px;
	line-height: 120%;
	font-weight: 700;
	color: #065DAC;
}
#what-section p {
    font-size: 14px;
    line-height: 160%;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}
#what-section article:nth-of-type(1) {
	background: url(../images/content/what-border.png) no-repeat center 40px;

}
#what-section article:nth-of-type(1) dl {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	padding: 30px 25px 0;
	color: #777;
	text-align: left;
}
#what-section article:nth-of-type(1) dl dt small {
	display: block;
	padding: 0 0 15px;
	font-size: 25px;
	line-height: 120%;
	font-weight: 600;
}
#what-section article:nth-of-type(1) dl dt img {
	width: 100%;
	max-width: 280px;
}
#what-section article:nth-of-type(1) dl dd {
    padding: 30px 0 0;
    display: flex;
    justify-content: center;
}

#what-section article:nth-of-type(2) {
	padding: 80px 0 0;
}
#what-section article:nth-of-type(2) section {
	display: inline-block;
	vertical-align: top;
}
#what-section article:nth-of-type(2) section h2 {
	color: #FFF;
	background-repeat: no-repeat;
	background-image: url(../images/content/title-border.jpg);
}
#what-section article:nth-of-type(2) section:nth-of-type(1) {
	width: 703px;
	padding: 0 30px 0 0;
}
#what-section article:nth-of-type(2) section:nth-of-type(1) h2 {
    padding: 40px 0 0;
    font-size: 40px;
    background-position: left top;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
#what-section article:nth-of-type(2) section:nth-of-type(1) .text {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 30px 18px 50px;
	text-align: left;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/content/aboutBG.jpg);
}
#what-section article:nth-of-type(2) section:nth-of-type(1) .text .first-image,
#what-section article:nth-of-type(2) section:nth-of-type(1) .text .inline-text {
	display: inline-block;
	vertical-align: top;
}
#what-section article:nth-of-type(2) section:nth-of-type(1) .text .first-image {
	padding: 0 10px 0 0;
}
#what-section article:nth-of-type(2) section:nth-of-type(1) .text .first-image img {
	width: 100%;
	max-width: 271px;
	box-sizing: border-box;
}
#what-section article:nth-of-type(2) section:nth-of-type(1) .text .inline-text {
	width: 334px;
}
#what-section article:nth-of-type(2) section:nth-of-type(1) .text .inline-text span {
	text-transform: uppercase;
}

#what-section article:nth-of-type(2) section:nth-of-type(2) {
	width: 346px;
	min-height: 474px;
	padding: 0 15px 0;
	font-size: 30px;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/content/servicesBG.jpg);
}
#what-section article:nth-of-type(2) section:nth-of-type(2) h2 {
	padding: 30px 0 0;
	font-size: 25px;
	background-position: center top;
}
#what-section article:nth-of-type(2) section:nth-of-type(2) ul {
	padding: 0 0 0 15px;
	text-align: left;
	list-style-image: url(../images/content/list-image.png);
}
#what-section article:nth-of-type(2) section:nth-of-type(2) ul li {
	padding: 15px 0 0;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 1px;
}



dl img {
    width: 100%;
    transition: transform 0.3s ease, border 0.3s ease;
}

dl img:hover {
    transform: scale(1.1);
   
}


#gallery-section {
	width: 1800px;
	padding: 0;
}
#gallery-section ul li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin: 0 -2.2px 0;
	line-height: 0;
}
#gallery-section ul li img {
	width: 100%;
	max-width: 360px;
}




#gallery-section ul li img {
    width: 100%;
    max-width: 360px;
    transition: transform 0.3s ease, border 0.3s ease;
}

#gallery-section ul li img:hover {
    transform: scale(1.1);
    
}

.title-text h1 {
    font-size: 63px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
}

#satisfaction-section {
	padding: 0 0 70px;
}
#content h3, #satisfaction-section h3 {
    font-size: 31px;
    line-height: 100%;
    color: #8CC639;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}
#content p,
#satisfaction-section p {
	font-size: 17px;
	line-height: 160%;
	letter-spacing: 1.7px;
}
#satisfaction-section article {
	display: inline-block;
	vertical-align: top;
}
#satisfaction-section article:nth-of-type(1) {
	width: 480px;
	padding: 70px 75px 0 0;
}

.title-text h2 {
    font-size: 62px;
}


#satisfaction-section article:nth-of-type(2) p {
    font-size: 19px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: #fff;
}

#satisfaction-section article:nth-of-type(1) .title-text {
    display: inline-block;
    vertical-align: top;
    min-height: 178px;
    padding: 34px 0 52px 0;
    box-sizing: border-box;
    background: url(../images/content/satisfaction-border.png) no-repeat center top;
    background-size: contain;
    object-fit: contain;
}

#satisfaction-section article:nth-of-type(2) {
	width: 642px;
	padding: 90px 0 0;
	text-align: left;
}

#contact-section {
	padding: 40px 0 80px;
	color: #666;
}
#contact-section h2 {
    color: #075DAC;
    font-size: 63px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}


.contact-text {
    padding-top: 30px;
}


#contact-section p {
    font-size: 17px;
    line-height: 160%;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}
#contact-section article {
	display: inline-block;
	vertical-align: top;
}
#contact-section article:nth-of-type(1) {
    width: 537px;
    padding: 60px 25px 0 0;
    text-align: left;
}
#contact-section article:nth-of-type(1) .contact-text p {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
	padding-bottom: 15px;
}
#contact-section article:nth-of-type(1) .contact-text p small {
	display: inline-block;
	position: relative;
	top: 4px;
	padding: 0 10px 0 0;
}
#contact-section article:nth-of-type(1) .logo img {
    max-width: 420px;
    transition: transform 0.3s ease;
}

#contact-section article:nth-of-type(1) .logo img:hover {
    transform: scale(1.1);
}

#contact-section article:nth-of-type(2) {
	width: 709px;
	padding: 70px 0 0;
}
#contact-section article:nth-of-type(2) .map-image {
	line-height: 0;
}
#contact-section article:nth-of-type(2) .map-image img {
	width: 100%;
	max-width: 709px;
}
#contact-section article:nth-of-type(2) .ctc-form {
	padding: 25px 0 0;
}
#contact-section article:nth-of-type(2) .ctc-form section {
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	box-sizing: border-box;
}
#contact-section article:nth-of-type(2) .ctc-form section:nth-of-type(1) {
	text-align: left;
}
#contact-section article:nth-of-type(2) .ctc-form section:nth-of-type(2) {
	text-align: right;
}

.contact-text img {
    transition: transform 0.3s ease;
}

.contact-text img:hover {
    transform: scale(1.7);
}


small.fax a {
    font-size: 21px;
    line-height: 120%;
    letter-spacing: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding-left: 4px;
}

.fax img {
    width: 30px;
}

small.fax {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
}


.hidden-label {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* end */

/*footer*/
footer {
    /* padding: 20px 0 20px; */
    font-family: 'Montserrat', sans-serif;
    /* padding-bottom: 27px; */
    /* padding-top: 20px; */
	min-height: 0;
}
footer article {
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	box-sizing: border-box;
}
footer article:nth-of-type(1) {
	/* padding: 13px 0 0; */
	text-align: center;
}
footer article:nth-of-type(2) {
	text-align: center;
}
footer nav ul li {
	padding: 0 30px 0 0;
	font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
footer nav ul li.active-menu a,
footer nav ul li a:hover {
	color: #8CC739;
}
footer p {
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif;
}
/* end */





footer .silver img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px;
}

.social-media a {
	display: inline-block;
	vertical-align: top;
	font-size: 35px;
	line-height: 120%;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'socialicoregular';
	background-repeat: no-repeat;
	background-position: center top;
	transition: all 0.3s ease-in-out 0s;
}
.social-media a:hover {
	color: #8CC639;
}


.button {
    background: #8CC739;
    border: 2px solid transparent;
    transition: background 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}


.button:hover {
    background: #9DD041;
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
}


.button-alter:hover {
    background: #9DD041;
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
	transition: background 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}



.button,
.button-alter {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	padding: 13px 0 13px;
	font-size: 10px;
	line-height: 120%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	/* transition: background-color 1s ease-out;
	-o-transition: background-color =1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-webkit-transition: background-color 1s ease-out; */
}
.button {
	background: #8CC739;
}
.button:hover {
	background: #075DAC;
}
.button-alter {
	background: #075DAC;
}
.button-alter:hover {
	background: #8CC739;
}

.inner #mn-wrapper {
	background: #000;
	margin:  0 auto;
}
.inner #content {
	min-height: 400px;
	padding: 55px 0 30px;
	text-align: left;
	width: 1400px;
	margin: 0 auto;
}
.inner #content .linked-text:hover {
	color: #8CC639;
}
.inner #content article {
	padding: 0 15px 0;
}
.inner #content .list-text {
	padding: 0 0 0 15px;
	list-style-image: url(../images/content/list-image.png);
}
.inner #content .list-text li {
	font-size: 15px;
	line-height: 180%;
	letter-spacing: 1px;
}
.inner #content .list-text li a:hover {
	color: #8CC639;
}


input[type="text"]::placeholder,
textarea::placeholder {
    font-size: 18px;
    color: #000000;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
img.fax-cont {
    width: 30px;
}

a.fax-a {
    vertical-align: super;
    font-size: 19px;
    line-height: 160%;
    letter-spacing: 1.7px;
    padding-left: 5px;
}

.fax2 {
    margin-top: -10px;
}

/* @media screen and (max-width: 1024px){
	body {min-width: 320px}
	.row {width: 95%}
} */

/** Responsive
-------------------------------------------------------*/

/*
@media screen and (max-width: 1024px){
	body {min-width: 320px}
	.row {width: 95%}
}

@media screen and (max-width: 800px){
	#header {padding: 0}
	#header .row {width: 100%}
	#header nav {display:block; height: auto; }
  	#header nav ul { width: 100%; display: none; height: auto;border-bottom:5px solid #000; padding: 0 15px;}
  	#header nav ul li { width: 100%;position: relative; }
  	#header nav ul li a { display: block; float:none; padding: 10px 0;}
  	#header nav a {text-align: left; width: 100%;}
	#header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
	#header nav a#pull {display: block; color: #fff; background-color: #000; height: 30px;padding: 10px 0; width: 100%; position: relative;}
	#header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
	
	.cta{background: #035B96  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #013f9a ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
}*/