﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    font-family: 'Open Sans', sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
	border-color: #ccc;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size:35px;}

p {
	margin: 0;
	}

b, strong {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color:inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color:inherit;
		}  


/*===================== 
	header styles 
=======================*/
.tym-header {
	background: #222;
	padding:10px 0;
	text-align: right;
	font-family: 'Open Sans', sans-serif !important;
}
.tym-header .col-1-2 {
	display: inline-block;
	vertical-align: middle;
	width: 48%;
}
.tym-header .header-left {
	text-align: left;
}
.tym-header p {
	font-weight: bold;
	color: #f9f9f9;
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
.tym-header img {
	width:50px;
	display: inline-block;
	vertical-align: middle;
}

header {
	font-family: 'Open Sans', sans-serif !important;
	margin: 0 auto;
	width: 100%;
	background: url(../siteart/top-header-bg-3.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	border-bottom: #111 3px solid;
	text-align: center;
	padding-top: 1%;
	position: relative;
}
header a[href^="tel:"]{
	color: #fff !important;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(34,34,34,0.66);
}
header .logo {
	position: relative;
	width: 31%;
	display: inline-block;
	vertical-align: bottom;
}
header .logo img {
	width: 85%;
	display: inline-block;
	vertical-align: bottom;
}
header .header-middle {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	width: 31%;
	text-align: center;
	line-height: 2;
}
header .header-middle a img {
	text-align: center;
	display: block;
	margin: 0 auto;
}

header .wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-tym-logo {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width:31%;
}
.header-tym-logo img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
    max-width: 150px;
    width: 150px;
}





/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	position: relative;
	max-width:100%;
	background: #FFA200;
	text-align: center;
	border-bottom: 5px solid #fcbb13;
	margin-top: 1%;
	font-family: 'Open Sans', sans-serif !important;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				color: #222;
				display: block;
				padding: 10px 20px;
				text-transform:uppercase;
				font-size:15px;
				font-weight: bold;
				}	
			nav.primary ul li a:hover {
				background: #fcbb13;
				text-decoration: none;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#fcbb13;
	width:150px;
	text-align: left !important;
	display:block;
	border-top: #ebac08 1px solid;
	border-bottom: 1px #f4cb63 solid;
	text-decoration:none !important;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#FFA200 !important;
	color:#222 !important;
	text-decoration:none !important;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.primary ul li:hover > ul {
	display: block;
	line-height: 18px;
	z-index: 800;
}
nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
	display:block;
}


/*===================== 
	mobile btns styles 
=======================*/
/* .mobile-btns {
	display:none;	
} */


/*===================== 
	layout styles 
=======================*/
.wrap {
	max-width:75%;
	margin: 0 auto;
	}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { width: 33%;}
.col-1-2 { width: 49%;}
.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}



/*===================== 
	slideshow styles 
=======================*/
.hero-img {	
	width:100%;	
}
.hero-img img {
	width:100%;	
}

.cycle-slide {
	width:100%;
	float:left;	
}


/****************************SLIDESHOW**************************/

#slideshow {
	width:100%;
	float:left;
	overflow:hidden;
}

.slide-contain {
	width:100%;
	float:left;
	z-index:300;
	overflow:hidden;
}

.cycle-slideshow, .cycle-slide { width:100%; }

.cycle-slideshow img, .cycle-slide img { width:100%; float:left; }

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left; }
.hero-img{
	
	position: relative;
}

/* pager */
.pager { 
	background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    width: unset;
    margin: 0 auto;
    float: unset;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 90px;
    height: 30px;
	z-index: 100;
	padding: 0 5px;

}
.pager span { 
    font-family:arial; font-size:50px; width:25px; 
    line-height: 16px;height:16px; display:inline-block; color:#D30003; color:#828282; cursor:pointer; 
}
.pager span.cycle-pager-active { color:#fcbb13;}
.pager > * { cursor:pointer;}


/* overlay */
.cycle-overlay { 
    font-family:'bebas_neueregular', sans-serif;
	font-size:72px;
   	position:absolute; 
	bottom:0; 
	width:84%; 
	z-index:600;
    text-shadow: 2px 2px #000;
	color:#fff; 
	padding:1% 8%;
	margin-bottom:15%;
}

.cycle-overlay span {
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#fff;	
font-size:32px;
padding:10px 40px;
background:#f15d25;
border-radius:5px;
text-shadow:none;
-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.cycle-overlay span:hover {
background:#fff;
color:#f15d25;	
text-decoration:none;
}

.cycle-overlay span a {
text-decoration:none;	
}




/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background: #222;
	color: #f9f9f9;
	padding: 1% 0;
	font-family: 'Open Sans', sans-serif !important;
}
footer .col-1-2 {
	display: inline-block;
	vertical-align: bottom;
}
footer ul {
	padding: 0;
	margin: 0;
}
footer ul li {
	list-style-type: none;
	display: inline;
}
footer ul li a {
	padding: 0 3% 0 0;
	font-size: 12px;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #f9f9f9;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fcbb13;
		}

.footertext {
	font-size:13px; 
	color:#f9f9f9;
	}

.smallfootertext {
	font-size:10px; 
	color:#f9f9f9;
	}

.divfooter {
	width:85%; 
	text-align:right; 
	margin:0 auto;
	color: #f9f9f9;
	}
	
/*=====================  
	Home Page 
=======================*/
.hero-section {
	width:100%;
	margin: 0 auto;
	text-align: center;
}
.callout-span {
	display: inline-block;
	vertical-align: middle;
	width: 38%;
}
.callout-imgs {
	position: relative;
}
.callout-imgs img {
	width: 100%;
}
.callout-imgs p {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	font-size: 20px;
	text-shadow: 5px 5px 5px #222;
	top:40%;
	right: 0;
	left: 0;
}

/* slideshow styles */
.hero-img {	
	width:100%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.hero-img img {
	width:100%;	
}

.blockquote-div {
	background: #fcbb13;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding:1% 0;
	font-size: 23px;
}
.blockquote-div h3 {
	text-shadow: 4px 4px 4px #a9821c;
	font-size: 35px;
	margin: 0 auto 1% auto;
	width: 30%;
	border: #222 solid 3px;
}
.intro-section {
	/* background:#f9f9f9; */
	padding:3% 0;
	border-bottom: 5px #fcbb13 solid;
}
.intro-section h3 {
	font-size: 15px;
}
.intro-section h1 {
	text-transform: uppercase;
	color:#975839;
	padding-bottom: 2%;
	font-size:30px;
}
.callout-btns {
	background: #FFA200;
	padding: 1% 0;
	width: 28%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 2% 0 0;
	box-shadow: 5px 3px 3px #444;
}

.hero-ctas .callout-btns{

    width: 22%;
    top: -30px;
    position: relative;
    z-index: 1000;
}
.callout-btns p, .callout-btns img {
	display: inline-block;
	vertical-align: middle;
}
.callout-btns img { 
	padding-left: 5%;filter: invert(0.88);
}

.orange{
	color: #975839 !important;
}

.intro-section h2 {
	text-transform: uppercase;
	color:#975839;
	font-size:30px;
	text-align: center;
}
.video-span {
	text-align: center;
	margin: 2% auto 0 auto;
}
.videocontain {
	width:47%;
	margin: 1%;
	display: inline-block;
	vertical-align: top;
	overflow:hidden;
}
.videocontains {
	width:100%;
	height:auto;	
}

.hours-section {
	background: #222;
	background-position: center;
	background-size: cover;
	padding: 2% 0;
	text-align: center;
	color: #fff;
}

.mfg-logos h2 {
	text-transform: uppercase;
	color:#975839;
	font-size:30px;
	text-align: center;
	padding-bottom: 2%;
}
.mfg-logos {
	padding: 1% 0;
	text-align: center;
}
.mfg-logos img {
	width: 16%;
	
	padding: 10px;
	box-sizing: border-box;
}


/*===================== 
	Service Page 
=======================*/
.service-pg {
	padding:3% 0;
}
.service-pg h1 {
	text-transform: uppercase;
	color:#975839;
	padding-bottom: 2%;
	font-size:30px;
}
.hero-imgs {
	display: inline-block;
	vertical-align: middle;
}
.service-pg h4 {
	color:#975839;
}

.crew-div img {	
	width: 100%;
}
.staff-divs {
	display: inline-block;
	vertical-align: middle;
	width: 22%;
	margin: 1% ;
	box-shadow: 3px 3px 3px #666;
}
.staff-divs p {
	padding-left: 10px;
}



/*Lighbox CSS*/


.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  display: inline-block;
  vertical-align: middle;
  width: 23%;
  margin: 8px;
}
.column img {
	width: 100%;
}


/* STAFF */

#staff-grid{
	display: flex;
	flex-wrap: wrap;
}
#staff-grid div{
	width: 18%;
	margin: 1%;
	padding-bottom: 20px;
}
#staff-grid div img{
	max-width: 100%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #111;
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 50%;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
 .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display: none;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/* Service Form */
.service-pg form {
	border:1px solid #1b1b1b;
	padding:2%;	
	width: 96%;
	display: inline-block;
	vertical-align: top;
}
.service-pg .col-1-3 {
	display: inline-block;
	vertical-align: top;
}
.service-pg input {
	width:93%;
	margin:1% 0;
	padding:2% 10px;
}
.service-pg select {
	width:85%;
	margin:1% 0;
	padding:2% 10px;
}
.service-pg textarea {
	width:93%;
	margin:1% 0;
	padding:2% 10px;
}
.service-pg form .button {
	margin:0 auto;
	background:#1b1b1b;
	border:none;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	width:100%;
}
.service-pg form .button:hover {
	cursor:pointer;
	box-shadow:5px 5px 10px #888;
}
.CaptchaAnswerPanel {
	padding: 0;
}
.service-pg .CaptchaAnswerPanel input {
	padding:.5%;
}


/*===================== 
	Parts Page 
=======================*/
.parts-pg {
	padding:3% 0;
}
.parts-pg h1 {
	text-transform: uppercase;
	color:#975839;
	padding-bottom: 2%;
	font-size:30px;
}
.parts-pg h4 {
	color:#975839;
}

/* Parts Form */
.parts-pg form {
	border:1px solid #1b1b1b;
	padding:2%;	
	width: 96%;
	display: inline-block;
	vertical-align: top;
}
.parts-pg .col-1-3 {
	display: inline-block;
	vertical-align: top;
}
.parts-pg input {
	width:93%;
	margin:1% 0;
	padding:2% 10px;
}
.parts-pg textarea {
	width:93%;
	margin:1% 0;
	padding:2% 10px;
}
.parts-pg form .button {
	margin:0 auto;
	background:#1b1b1b;
	border:none;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	width:100%;
}
.parts-pg form .button:hover {
	cursor:pointer;
	box-shadow:5px 5px 10px #888;
}
.CaptchaAnswerPanel {
	padding: 0;
}
.parts-pg .CaptchaAnswerPanel input {
	padding:.5%;
}



/*===================== 
	About Page 
=======================*/
.about-pg {
	padding: 3% 0;
}
.about-pg h1 {
	text-transform: uppercase;
	color:#975839;
	padding-bottom: 2%;
	font-size:30px;
}
.about-imgs {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 22%;
	margin: 1%;
	box-shadow: 5px 5px 5px #666;
}
	
/*===================== 
	Contact Page 
=======================*/
.contact-pg {
	padding:3% 0;
}
.contact-pg h1 {
	text-transform: uppercase;
	color:#975839;
	padding-bottom: 2%;
	font-size:30px;
}

.contact-div {
	display: inline-block;
	vertical-align: top;
	width: 60%;
	margin-left: 2%;
}

/* Contact Form */
.contact-pg .form-bg {
	border:1px solid #1b1b1b;
	padding:2%;	
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.contact-pg input {
	width:93%;
	margin:1% 0;
	padding:2% 10px;
}
.contact-pg textarea {
	width:93%;
	margin:1% 0;
	padding:2% 10px;
    color:#6d6d6d!important;
    font-family: 'Open Sans', sans-serif!important;
}
.contact-pg form .button {
	margin:0 auto;
	background:#1b1b1b;
	border:none;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	width:100%;
}
.contact-pg form .button:hover {
	cursor:pointer;
	box-shadow:5px 5px 10px #888;
}


	
/*===================== 
	Inventory Page 
=======================*/	

.scrolling-wrap{
	width: 100%;
	height: 90px;
	overflow: hidden;
}
.scrolling-wrap iframe{
	width: 100%;
}
.inv-pg {
	padding: 3% 0;
}
#btnSearch {
	background:#FFA200;
}
.hosted-content #listings-title {
	color:#FFA200;
}






.inv-pg *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: 'Open Sans', sans-serif;} /* Reset font, ignore icons */

.inv-pg *:not(.loading-spinner):not(.loader):not(.lds-ring *){border-radius: 0!important;}

.inv-pg h1, .inv-pg h2, .inv-pg h3, .inv-pg h4, .inv-pg h5, .inv-pg h6, .inv-pg h1 span, .inv-pg h2 span, .inv-pg h3 span, .inv-pg h4 span, .inv-pg h5 span, .inv-pg h6 span{
	color: #222;
	font-family: 'Open Sans', serif !important;
	font-weight: 700;
}



.inv-pg{
	padding: 2.8% 0;
}


.media-buttons {
    margin-top: 0 !important;
}
.lower-detail-data-right {
    font-size: 16px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}

span.compare-label{padding-left: 4px !important;}
.compare-chkbox-container .compare-listings .fa-check {
    left: 6px !important;
}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#222 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facets-container .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a, .list-error-container .info > div:first-of-type button {background:#222 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{transition: ease all 0.2s !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .calculator-btn {background: #222 !important; transition: ease all 0.2s !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #222 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #222 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #222 !important;}
.list-main-section .contact-options a {transition: ease all 0.2s !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #222!important; color: #222!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #222!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}







/* ====================
	MOBILE SCREENS
=================================== */

@media screen and (max-width: 1600px) {
.wrap {
	max-width:70%;
}
.column {
	width: 31%;
}
	
}

@media screen and (max-width: 1450px) {

.header-tym-logo img {
    width: 40%;
}

}

@media screen and (max-width: 1300px) {
.wrap {
	max-width:80%;
}
.blockquote-div {
	font-size: 20px;
}
.blockquote-div h3 {
	font-size: 30px;
	width: 50%;
}
footer ul li a {
	font-size: 15px;
}
	
.service-pg .col-1-3 {
	width:49%;
}
.parts-pg .col-1-3 {
	width:49%;
}

}

@media screen and (max-width: 1175px) {
.wrap  {
	max-width:85%;
}
header .header-middle {
	width: 37%;
}
	
	
}

@media screen and (max-width: 1050px) {
.wrap  {
	max-width:90%;
}
nav.primary ul li a {
	font-size: 13px;
}

.videocontain {
	width:49%;
}	
	
.column {
	width: 30%;
}


}

@media screen and (max-width: 950px) {
header .logo {
	width:47%;
	text-align: center;
	margin: 0 auto;
}
header .header-middle {
font-size: 16px;
}
.header-tym-logo {
}
header .logo {
	margin: 20px 0;
}
.header-tym-logo img {
	width: 52%;
}
.callout-btns {
	width: 47%;
	margin: 1%;
	padding: 2% 0;
}
.blockquote-div h3 {
	width: 75%;
}
	
.about-imgs {
	width: 47%;
}

.contact-div {
	display: block;
	margin: 2% auto;
	width: 75%;
}
.contact-pg .form-bg {
	width: 75%;
	display: block;
	margin: 0 auto;
}
	
	
footer .col-1-2 {
	width:100%;
	text-align: center;
	margin: 0 auto;
}
footer .col-1-2 img {
	text-align: center;
	display: block;
	margin: 0 auto 2% auto;
}
	
#staff-grid div{
	width: 23%;
	margin: 1%;
}

/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#FFA200;
}
#menu-button a {
	color: #222;
	text-decoration: none;
	display:block;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
	
}

@media screen and (min-width: 761px) {

	header .header-middle-mobile {
		display: none !important;
	}
}
@media screen and (max-width: 760px) {
.tym-header .header-left, .tym-header .header-right {
	width: 100%;
	text-align: left;
	padding:1.5% 0;
	}
	
	.hero-ctas .callout-btns{
		width: 95%;
	}
	header .wrap{width: 100%; justify-content: center;}
	
header .logo {
	width:100%;
	display: block;
	text-align: center;
}
header .logo img {
	max-width: 50%;
	margin: 0 auto;
	text-align: center;
}
header .header-middle {
	display: none;
}
header .header-middle-mobile {
    position: absolute;
    left: 8%;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    color: #fff;
    line-height: 2;
}
.header-tym-logo {
	position: absolute;
	right: 0%;
	max-width: 30%;
}
.header-tym-logo img {
	display: block;
	padding-bottom: 2%;
}
.pager {
	display: none;
	padding: 0;
	margin: 0;
}
.callout-span {
	width:100%;
}
.blockquote-div {
	padding: 2% 0;
}
.wrap {
	max-width: 95%;
}
.callout-btns {
	width: 95%;
	padding: 2% 0;
	margin: 1% auto;
}
	
.videocontain {
	width:95%;
}
	
.mfg-logos img {
	width:32%;
}

.parts-pg .col-1-3 {
	width:100%;
	margin: 1% auto;
}
.service-pg .col-1-3 {
	width:100%;
	margin: 1% auto;
}
	
.about-imgs {
	width:100%;
	margin:1% auto;
}
	
.contact-pg .form-bg {
	width:95%;
}
.contact-div {
	width:95%;
}	

.column {
	width: 46%;
}
	
	
footer .col-1-2 {
	width:100%;
	text-align: center;
	margin: 0 auto;
}
footer .col-1-2 img {
	text-align: center;
	display: block;
	margin: 0 auto 2% auto;
}
.divfooter {
	width:100%;
	text-align: center;
}
	
	
/*============================= 
	mobile btn styles 
==============================*/	
.mobile-btns {
	display:none;	
}
	
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#FFA200;
}
#menu-button a {
	color: #222;
	text-decoration: none;
	display:block;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
	
	
#staff-grid div{
	width: 31.33333%;
	margin: 1%;
}
}

@media only screen and (min-width: 481px) {
	
	.mobile-slide{
		display: none !important;
	}
}
@media only screen and (max-width: 480px) {
	
	.desktop-slide{
		display: none !important;
	}
#staff-grid div{
	width: 98%;
	margin: 1%;
}
.lightbox-gallery {
    flex-direction: column;
    align-items: center;
}
.lightbox > div {
    margin-bottom: 10px;
}
.column {
	width: 95%;
}



}

