/*------------------------------------*\
    RESET
\*------------------------------------*/

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
body {
	font: 400 13px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #d50024;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}
* {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
div {
	display: inline-block;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity: 1;
}
a img:hover {
	opacity: 0.8;
}
h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
}
h1, h2, h3, h4, h5, h6  {
	
}
h1, h3, h5  {
	font-family: 'Sarpanch', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-weight: 800;

}
h2, h4, h6  {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #594B4B;
}
h1  {
	font-size: 46px;
	line-height: 42px;
	letter-spacing: -1px;
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
h2 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 8px;
}
h3 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 8px;
}

h4 {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 25px;
}

h5 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #770012;
	font-style: italic;
	line-height: 23px;
}
.blackbg h5 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #FDC528;
	font-style: italic;
	line-height: 23px;
}

h6 {
	margin-bottom: 10px;
	color: #594B4B;
	font-size: 18px;
	line-height: 22px;
}

p {
	color: #DEDEDE;
	font-size: 16px;
	line-height: 1.4em;
}

ul {
	padding: 0;
}
.content ul {
	padding-left: 30px;
	margin-top: 10px;
}
.content ul li {
	font-size: 18px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-size: auto 20px;
	padding-left: 10px;
	border-top: 2px solid #000000;
	width: 80%;
}
.beigebg ul li {
	text-shadow: 0px 0px;
	color: #8C1016;
}
.beigebg a {
	color: #D50024;
}

ul, ol {
	list-style:none;
}

p, ul, ol {
	font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}
form {
	display: block;
}
form input {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 5px 0px;
	box-sizing: border-box;
	border: 1px solid rgba(212,2,36,1.00);
	padding: 6px;
	background-color: rgba(255,250,227,0.75);
}
form textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 5px 0px;
	box-sizing: border-box;
	border-left: 1px solid rgba(212,2,36,1.00);
	border-right: 1px solid rgba(212,2,36,1.00);
	border-bottom: 5px solid rgba(212,2,36,1.00);
	border-top: 5px solid rgba(212,2,36,1.00);
	padding: 6px;
	background-color: rgba(255,250,227,0.75);
	height: 100px;
}
form input[type=submit]  {
	width: 60%;
	background-color: rgba(168,2,28,1.00);
	color: #FFFFFF;
}
form input[type=submit]:hover   {
	width: 60%;
	background-color: rgba(255,255,255,1.00);
	color: #B3011E;
}

/*---------
*,
*:after,
*:before {
  	margin:0;    
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
------*/

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	/* [disabled]max-width:1280px; */
	width: 100%;
	position: relative;
}
.wrapper.over {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 40;
	padding-bottom: 12vh;
	margin-bottom: -13vh;
}
.wrapper.under {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 35;
	padding-top: 10vh;
	margin-top:-5vh;
}
.w100 {
	width: 100%;
}
.w80 , .threeup img.w80{
	width: 80%;
}
.w90  , .threeup img.w90{
	width: 90%;
}
.w70  , .threeup img.w70{
	width: 70%;
}
.w60   , .threeup img.w60{
	width: 60%;
}
.slidebg {
	background-image: url(../slides/komatsu-loader.jpg);
	background-position: 0% 75%;
	height: 60vh;
	min-height: 550px;
}
.pghead {
    background-image: url(../img/pagehead4.jpg);
    height: 200px;
    background-position: 0% 50%;
}
.pghead2 {
    background-image: url(../img/pagehead2.jpg);
    height: 200px;
    background-position: 0% 50%;
}
.pghead3 {
    background-image: url(../img/pagehead3.jpg);
    height: 200px;
    background-position: 0% 50%;
}
.pghead4 {
    background-image: url(../img/ph4.jpg);
    height: 250px;
    background-position: 0% 50%;
}
.blackbg {
	background-color: #000000;
	border-top: 2px solid #D00606;
	border-bottom: 2px solid #D00606;
}
.blackbg p {
	color: #B09E9E;
}
.blackbg h4 {
	color: #CA090F;
	font-size: 28px;
	text-align: center;
}
.blackbg h2 {
	color: #CA090F;
	text-align: center;
}
.beigebg.cranebg {
	background: url(../img/cranebg.png) right center no-repeat, url(../img/bg-beige.png) center bottom no-repeat;
	background-size: auto, cover;
}
.beigebg {
	background: url(../img/bg-beige.png) center bottom no-repeat;
	background-size: cover;
}

.beigebg h1 {
	color: #770012;
	font-style: italic;
	font-weight: 800;
}
.beigebg h3 {
	color: #770012;
	font-style: italic;
	font-weight: 800;
}
.beigebg p {
	color: #3B3B3B;
	text-align: left;
}
.redbg h2 {
	color: #ece6cf;
	text-align: center;
	font-style: italic;
	text-shadow: 1px 3px 8px #000000;
}
.redbg {
	background-image: url(../img/bg-red.jpg);
}
.redbg h4 {
	color: #FFFFFF;
	font-size: 28px;
	text-align: center;
}
.redbg p {
	color: #ECE4C8;
}
.redbg p a {
	color: #FFFFFF;
}
.redside {
	background-image: url(../img/bg-inspections-sidebar.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.redside p {
	color: #ECE4C8;
	font-size: 15px;
}
.redside p a, .redside ul li a {
	color: #FFFFFF;
}
.redside h4, .redside h5 {
	color: #FAC360;
}
.bg-hilite-left {
	background-image: url(../img/BG-HIGHLIGHT-LEFT.jpg);
}
.bg-hilite-right {
	background-image: url(../img/BG-HIGHLIGHT-RIGHT.jpg);
}
.redslice {
	background-image: url(../img/BG-SLIM.jpeg);
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.main {
	width: 100%;
}
.content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}
.content-text {
	margin:0 0 15px;
}
.header {
	padding: 0;
	overflow: hidden;
	background-image: url(../img/header-bg.jpg);
	width: 100%;
	min-height: 135px;
	height: 135px;
}

.header #topbar {
	background-image: url(../img/header-black-half.gif);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 100% 80px;
	height: 80px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}
.header #topright {
    background-image: url(../img/header-black-bg.png);
    background-repeat: no-repeat;
    background-position: right -10px;
    background-size: auto 90px;
    height: 80px;
    width: 61%;
    margin-left: auto;
    display: block;
    color: #D5D5D5;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 13px;
    padding-right: 20px;
    border-left: 1px solid rgba(0,0,0,1.00);
}
.header #topright #topline {
	min-height: 26px;
}

.header #topright #topline div {
    float: right;
    white-space: nowrap;
}
.header #topright #topline div.line  {
    /* [disabled]float: left; */
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}
.header #topright div  {
	display: block;
	line-height: 1.2em;
}
.header #topright span {
display: inline;
}
.header #topright span.line {
	color: #DB0025;
	padding-left: 4px;
	padding-right: 4px;
}
.header #topright .socials {
    float: right;
    position: relative;
    top: 10px;
    clear: both;
}
.socials img {
	width: auto;
	height: 36px;
}
.header #topright a.phone  {
	font-family: 'Sarpanch', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	color: #000000;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	display: inline-block;
	position: relative;
	top: 10px;
	right: 15px;
}


.logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	padding-left: auto;
	padding-right: auto;
	width: 400px;
	float: left;
	position: absolute;
	top: 25px;
	left: 15px;
}
.logo a {
	text-align: center;
}
.logo-img {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.mainNav {
	width: 800px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	text-align: right;
	clear: both;
	float: right;
}

.demo-nav {
	float:right;
	margin:12px 0;
	list-style:none;
}
.demo-nav-link {
	
}
.demo-nav-link a {
	color:#2BA6CB;
	text-decoration:none;
}
a.ctabtn {
	display: table;
	background-color: #000000;
	padding: 8px 25px 8px 12px;
	color: #A80002;
	text-decoration: none;
	background-image: url(../img/btnarrow.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: right 9px;
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	margin-top: 20px;
}
a.ctabtn:hover {
	background-color: #BA0003;
	color: #FFFFFF;
}
.checkoutbar {
	width: 100%;
	height: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 9999;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
.checkoutbar a {
	margin-left: 3px;
	position: relative;
	top: 5px;
}
.checkoutbar .blackpart {
	background-image: url(../img/checkout-bg.png);
	background-position: center center;
	background-size: cover;
	width: 80%;
	padding-left: 10%;
	color: #D50024;
	font-size: 20px;
	height: 34px;
	position: absolute;
	left: 0px;
	top: -29px;
	line-height: 20px;
}
.clearcheckout {
	padding-bottom: 45px;
}
a.map  {
	background-image: url(../img/map1.jpg);
	height: 100px;
	display: block;
	padding: 10% 0;
	max-height: 300px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 25;
}
.instas img {
	width: 100%;
	border: 1px solid #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 30;
}

footer *  {
	color: #000000
!important;
}
footer p {
	font-size: 18px;
	line-height: 22px;
}

footer p.phone {
	font-family: 'Sarpanch', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 28px;
	font-weight: 800;
	font-style: italic;
}

footer a.socials  {
	width: 18%;
	height: auto;
	padding: 3px;
	display: inline-block;
	margin: 3px;
}
footer a.socials img {
	width: 100%;
	height: auto;
}
footer a {
	color: #d7d7d7;
}
footer .rightbox {
	text-align:right;
	padding-top: 20px;
}

.content.baseline {
	clear: both;
}
.content.baseline p {
	color: #A3A3A3;
	font-size: 13px;
}

/*------------------------------------*\
    TWOUPS
\*------------------------------------*/

.twoUp {
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	float: left;
	min-height: 1px;
}
.TwoUpRow {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}
.twoUp p {
	color: #FFFFFF;
	text-align: left;
}
.twoUp h2 {
	color: #FFFFFF;
	font-size: 36px;
	line-height: 40px;
	text-align: left;
}
.twoUp h3 {
	color: #FFFFFF;
	font-size: 32px;
	line-height: 45px;
	text-align: left;
}
.twoUp ul li {
	list-style-type: square;
	margin-left: 20px;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: left;
}
.twoUp img {
	width: auto !important;
	max-width: 100%;
	height: auto;
}
.position3ups {
	position: relative;
	top: 0px;
	left: 0px;
	height: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow-y: visible;
	width: 100%;
}
.position3ups .absolute3ups {
	/* [disabled]position: absolute; */
	left: 0px;
	width: 100%;
	bottom: 0px;
	display: block;
	overflow-y: visible;
}
.position3ups .threeup {
	height: 150px;
	position: relative;
	left: 0px;
}
.position3ups .threeup a {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 5px;
	width: 100%;
}

/*------------------------------------*\
    THREEUPS
\*------------------------------------*/

.threeup {
	width: 30%;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}
.threeup.flank {
	margin-left: 2%;
	margin-right: 2%;
}
.threeup.middle {
	margin-left: 1%;
	margin-right: 1px;
}
.threeup h5 {
	font-size: 28px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #C50001;
	padding-top: 5px;
	line-height: 34px;
}
.threeup p {
	padding: 5px 5px 5px 20px;
	color: #D9D9D9;
	margin-bottom: 0px;
	line-height: 24px;
}
.threeup ul  {
	padding-left: 40px;
	margin-top: 0px;
}
.threeup ul li{
	color: #FFFFFF;
	font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	list-style-type: square;
	text-align: left;
}
.threeup img {
	width: 100%;
	height: auto;
}
/*------------------------------------*\
    FOURUPS
\*------------------------------------*/

.fourup {
	width: 20%;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}
.fourup.left {
	margin-left: 4%;
	margin-right: 2%;
}
.fourup.right {
	margin-left: 2%;
	margin-right: 4%;
}
.fourup.int {
	margin-left: 2%;
	margin-right: 2%;
}
.fourup h5 {
	font-size: 26px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #C50001;
	padding-top: 5px;
	line-height: 32px;
}
.fourup p {
	padding: 5px 5px 5px 20px;
	color: #D9D9D9;
	margin-bottom: 0px;
	line-height: 24px;
}
.fourup ul  {
	padding-left: 40px;
	margin-top: 0px;
}
.fourup ul li{
	color: #FFFFFF;
	font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	list-style-type: square;
	text-align: left;
}
.fourup img {
	width: 100%;
	height: auto;
}

/*------------------------------------*/

.wrapper.lefthalf {
	background-position: center center;
	background-size: cover;
}
.bg1 {
	background-image: url(../img/IMAGE-BG-RIGHT-1.jpg);
}
.bg2 {
	background-image: url(../img/BG-RIGHT-2.jpg);
}
.wrapper.righthalf {
	background-position: center center;
	background-size: cover;
}





/*------------------------------------*/

.fortyhigh {
	height: 40px;
}
.red {
	color: #BB0D17;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	display: block;
}

/* Navigation styling */
.nav {
	position: relative;
	display: inline-block;
	text-align: right;
}
ul.nav-list {
	font-size: 15px;
	font-weight: 300;
	padding-top: 5px;
	margin-top: 0px;
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
}
.nav-item.insp {
    background-color: #000000;
    font-weight: bold;
}
.nav-item a {
	display: block;
	padding: 10px 12px;
	color: #FFF;
}
.nav-item:first-child a {

}
.nav-item:last-child a {

}
.nav-item a:hover {
    text-decoration: none;
    color: #FFF22B;
}


/* Mobile Navigation */
.nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 25px;
	background: url(../img/nav.svg) no-repeat center center;
	height: 22px;
	width: 22px;
	z-index: 1001;
}
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}

/*------------------------------------*\
    FRACTIONAL COLUMNS
\*------------------------------------*/


.col20 {
	width: 20%;
}

.col25 {
	width: 25%;
}

.col30 {
	width: 30%;
}

.col35 {
	width: 35%;
}

.col40 {
	width: 40%;
}

.col45 {
	width: 45%;
}

.col50 {
	width: 50%;
}

.col55 {
	width: 55%;
}

.col60 {
	width: 60%;
}

.col65 {
	width: 65%;
}

.col70 {
	width: 70%;
}

.col75 {
	width: 75%;
}

.col80 {
	width: 80%;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}



/*------------------------------------*\
    SECTION SPACING
\*------------------------------------*/


.m20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
/*------------------------------------*\
    SECTION SPACING
\*------------------------------------*/

.pt20 {
    padding-top: 20px;
}
.pt40 {
	padding-top: 40px;
	padding-bottom: 1px;
}
.m30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.p10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.p20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}

.p30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.p2020 {
	padding: 20px;
}
.p3030 {
	padding: 30px;
}
.p50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.p20vh {
	padding-top: 20vh;
	padding-bottom: 20vh;
}
.p15vh {
	padding-top: 15vh;
	padding-bottom: 15vh;
}



/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 769px) {	

.scott {
	width: 25%;
	margin-top: -90px;
	}
.flogo {
	margin-top: -60px;		
	}
	.nomobile {
		display: inherit;
	}
	.mobile {
		display: none;
	}
}


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

	.header {
	overflow: visible;

}
	
	.nav-mobile {
		display:block;
		
	}
	.nav-list {
	display: none;
	padding-left: 0px;
	background-color: rgba(0,0,0,0.75);
	
		
	}


	.logo {
		width: 320px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-align: center;
		padding-left: none;
		padding-right: none;
		max-width: 320px;
	}
	.logo-img {

	}


	.nav {
		width:100%;
		padding:40px 0 0;
	}

	.nav-item {
		width:100%;
		float:none;
	}
	.nav-item a {
	font-size: 16px;
		padding: 6px 20px 6px 30px;
	}
	.nav-item a:hover {
		background-color:rgba(209,1,32,1.00);
	}
	.nav-item:first-child a {

	}
	.nav-item:last-child a {

	}
	.nav-active {
		display:block;
		position: absolute;
		right: 0px;
		padding: 0px 0px 10px 0px;
		top: 54px;
		z-index: 1000;
	}
	.nav-mobile-open {

	}
	
}

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

	.header #topbar {
	background-image: none;

}
	.header #topright {
	background-image: url(../img/header-black-bg.png);
	background-repeat: no-repeat;
	background-position: right -10px;
	background-size: auto 90px;
	height: 80px;
	width: 100%;
	margin-left: 0;

}
}

@media only screen and (max-width: 768px) {	
	
.nomobile {
		display: none;
	}
.mobile {
		display: inherit;
	}
	
.slidebg {

	height: 40vh;
}	
	
.scott {
	display: table;	
	float: none;	
	width: 70%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}
.flogo {
	margin-top: 0px;		
	}
	
.wrapper.over {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 40;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.wrapper.under {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 35;
	padding-top: 15px;
}	
.beigebg, .beigebg.cranebg {
	background: url(../img/mbg-beige.jpg);
	background-size: cover;
	background-position: right bottom;
}
.redbg {
	background-image: url(../img/mbg-red.jpg);
}
	
footer .rightbox {
	text-align:center;
	padding-top:5px;
}	
	footer p.phone {
	font-size: 38px;
}	
	footer p.phone a {
		color: #000;
	}
/*------------------------------------*\
    FOURUPS
\*------------------------------------*/

.fourup {
	width: 94%;
	float: none;
}
.fourup.left {
	margin-left: auto;
	margin-right: auto;
}
.fourup.right {
	margin-left: auto;
	margin-right: auto;
}
.fourup.int {
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------*/
	
/*------------------------------------*\
    THREEUPS
\*------------------------------------*/
	
	.threeup {
	width: 94%;
	float: none;
}
	.threeup.flank {
	margin-left: auto;
	margin-right: auto;
}
	.threeup.middle {
	margin-left: auto;
	margin-right: auto;
}
	footer .threeup {
	width: 94%;
	float: none;
}
	
/*------------------------------------*\
    TWOUPS
\*------------------------------------*/
	
	.twoUp {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
	.TwoUpRow {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}
	.bg1 {
	background-image: url(../img/BG-MOBILE-1.jpg);
}
.bg2 {
	background-image: url(../img/BG-MOBILE-2.jpg);
}


.col20, .col25, .col30, .col35, .col40, .col45, .col50, .col50, .col55, .col60, .col65, .col70, .col75, .col80 {
	width: 100%;
	margin: 0 auto;
}
	
	.header {
		height: auto;
	}
	.logo {
	float: none;
	position: relative;
	top: 0px;
	left: 0px;
}
.logo a {
	
}
.logo-img {

}
	
.position3ups {
	height: auto;

}
.position3ups .absolute3ups {
	left: 0px;
	width: 100%;
	bottom: 0px;
	display: block;
	overflow-y: visible;
}
.position3ups .threeup {
	height: auto;
	position: relative;
	left: 0px;
}
.position3ups .threeup a {
	display: block;
	position: relative;
	left: 0px;
	bottom: 5px;
	width: 100%;
	}
}
@media only screen and (max-width: 625px) {
	
.header #topright #topline div {
    float: none;
	text-align: center;
	margin: auto;
}
.header #topright #topline div.line  {
display: none;
}
	


.header #topbar {

}
.header #topright {
	padding-right: 0px;
	text-align: center;
	background-image: url(../img/header-black-bg.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	background-size: auto 100px;
	}	
	
.header #topright div {
	font-size: 13px;
	text-align: center;
}	
	
.header #topright a.phone  {
	font-size: 30px;
	line-height: 36px;
	right: 0px;
}	

.header #topright .socials {
	top:13px;
	margin-right: 10px;	
	}	
.header #topright .socials img {
	height: 30px;	
	}		
	
.header #topright span {
display: block;
}
.header #topright span.line {
display: none;
}	
}


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

	.header #topright .socials {
	top:15px;
	margin-right: auto;
		margin-left:auto;
		float: none;
	}	
	
}
