/*
Theme Name: Project
Description: A custom theme developed for Aeromotive.
Version: 1.0
Author: DreamCo Design
Author URI: http://www.dreamcodesign.com/
*/

/*============================================================================*/

/* Amanda Base Style */

/* Colors 
	
	Brown: 370502

*/

/* Fonts 

font-family: 'Lato', sans-serif;
	
*/

/* GENERAL STYLES */

body {
    color: #333;
    font-family: 'Lato', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 17px;
    overflow-x: hidden;
    background-color: #fff;
}

p { 
	font-size: 18px;
	line-height: 26px;
	font-weight: 400; 
	font-family: 'Lato', sans-serif;
	color: #333;
	}
.masonrysec a { color:#D9272F; }
.masonrysec a:hover { color:#333; }

a { color: #333; }
a:hover { color: #D9272F; }

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    
}
a:focus {
	color: rgb(221, 39, 47);
}
::selection {
    background: red;
    color: #fff;
}
::-moz-selection {
    background: #571010;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    color: #dd272f;
}

h1, .h1 {
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
}

h2 {
	margin-bottom: 20px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
}
.headertop {
    color: #333;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
}
.container {
	margin: 0 3%;
	max-width: none;

}

/* DECOR-STYLING / SITEWIDE */
.hatchedback {
	background-repeat: repeat;
	background-image: url('img/hatched.png');
}
.headingblock {
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center center;
}
.headingblock .container {
	margin: 0;
}
.headingblock h1 {
	color: white;
	text-shadow: 2px 2px 2px rgba(0,0,0,.7);
	margin-top: 150px;
	display: inline-block;
	background:#dd272f;
	padding: 15px 3% 15px 6%;
	font-size: 2.2em;

}

.basic {
	background: #fff;
	padding: 30px 0;
}
.lessbasic {
	background: #fff;
	padding: 10px 0;
}
.basic h2 {
	color: #333;
	margin-bottom: 20px;
	font-size: 45px;
	margin-top: 15px;
}
.basicyo img {
	padding: 15px 15px 15px 0;
	float: left;
}
.divider {
	width: 100%;
	text-align: center;
	padding: 15px 3%;
}
.divider img {
	width: 25%;
	height: auto;
}
.divider1 {
	width: 100%;
	text-align: center;
	padding: 15px 3%;
	position: relative;
	clear: both;
}
.indexbox {
	padding: 15px;
}
.divider1 img {
	width: 	50%;
	height: auto;
}
hr {
	border-top: 2px solid #D6BF92;
	margin-top: 30px;
}
.spacehide {
	display: none;
}
.border-one {
    border: 1px solid #333;
}

.bg-#333 {
	background: #333;
}

.bg-white {
	background: white;
}

.bg-slate {
	background: #eee;
}

.twocol {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px; 
}

.threecol {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px; 
}
section {
	background-color: white;
}
/* BUTTONS */

.btn-default {
	transition: all 0.5s ease;
    background-color: #dd272f;
    color: #fff!important;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px 15px;
    border: 1px solid white;
}

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
    background-color: #fff!important;
    color: #dd272f!important;
    border: 1px solid #dd272f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default:focus { color: #333; }

/* HEADER */
.navbar-default {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333000+0,000000+100&1+24,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 24%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 24%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 24%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333000', endColorstr='#33300000',GradientType=0 ); /* IE6-9 */
	border: none;
}
.navbar-default.active {
	background: rgba(0,0,0,.5);;
	border-bottom: 1px solid white;
}

.navbar-default .navbar-nav {
	padding-top: 30px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    padding: 8px 15px;
    text-shadow: 2px 2px 2px rgba(0,0,0,.7);

}
.navbar-collapse {
	max-height: 9999px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
    text-transform: uppercase;
    text-shadow: none;
}
.dropdown-menu>li>a:hover {
	background: #333;
	color: white;
}
.navbar-default .navbar-nav>li>a:hover, #menu-main-menu .current-menu-item a {
    color: #dd272f;
    border-bottom: 2px solid #dd272f;
    background: transparent;
}
.headernav {
    padding-top: 0;
}
.mobilemenu {
	display: none;
}
#menu-main-menu {
	float: right!important;
	clear: right;
	padding-top: 10px;
}
.headerphone {
	float: right!important;
	clear: right;
	font-weight: 400;
	color: #dd272f;
	letter-spacing: 1px;
	margin-top: 10px;
	padding: 5px 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,.7);
}
.headerphone:hover {
	color: white;
	text-shadow: none;
}
.headerphone .fa {
	border: 1px solid #dd272f;
	border-radius: 100%;
	padding: 5px 7px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	text-shadow: none;
}
.navbar {
    height: auto;
    padding: 10px 0;
}
.navbar>.container .navbar-brand {
	max-width: 320px;
}
.navbar>.container .navbar-brand img {
	width: 100%;
	height: auto;
}
.navbar-default .navbar-nav>.dropdown>a .caret {
	border-top-color: #fff;
    border-bottom-color: #fff;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
/* HOME */

.video-wrapper {
  position: relative;
  width: 100%;
  margin: rem-calc(0 0 54.5);
  min-height: 31.25rem;
  overflow: hidden;
  clear: both;
  height: 600px;
  color: white;
  background-image: url("aeromotive-video-background.jpg");
  background-size: cover;
  background-position: center center;
}
.video-wrapper h1, 
.video-wrapper h2, 
.video-wrapper h3, 
.video-wrapper p {
	color: white;
	text-shadow: 2px 2px 2px #333;
} 

hr {
	width: 200px;
	height: 15px;
	background: #dd272f;
	text-align: center;
	border:none;
}
.video-overlay {
  position: absolute;
  height: 600px;
  width: 100%;
  opacity: 1;
  z-index: 2;
  background-color: rgba(0,0,0,.5);
  text-align: center;
  padding-top: 180px;
}

.video-expand {
  color: white;
  font-size: 1.125rem;
  line-height: 1em;
  opacity: .4;
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  z-index: 3;
}
.video-expand:hover {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.tv .screen {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;
}
.tv .screen.active {
  opacity: 1;
}

.arrowlink {
	font-size: 75px;
	color: #dd272f;
	padding-top: 50px;
}
.arrowlink p {
	margin-bottom: 0;
}
.arrowlink i {
	margin-top: -20px;
}
.arrowlink a {
	color: rgb(221, 39, 47);
	transition: all 0.5s ease;
}

.arrowlink a:hover {
	color: white;
}
#CTA {
	padding: 60px 0 40px 0;
}
.calltoaction {
	background-size: cover;
	background-position: center center;
	padding: 0;
	color: white;
	margin-bottom: 25px;
}
.calltoaction p {
	color: white;
	max-width: 300px;
}
.calltoaction h4 {
	color: white;
	background: #dd272f;
	padding: 10px 15px;
	display: inline;
}
.ctalinks {
	list-style-type: none;
	display: inline-block;
	padding-left: 0;
}
.ctalinks li {
	display: inline-block;
	padding: 0 10px 10px 0;
}
.ctalinks li a {
	border: 1px solid white;
	color: white;
	padding: 10px;
	transition: all 0.5s ease;	

}
.ctalinks li a:hover {
	border: 1px solid #dd272f;
	color: #dd272f;
	background: #fff;
}
.inner-sec {
	width: 100%;
	height: 100%;
	padding: 40px 20px 30px 20px;
	transition: all 0.5s ease;	
	background: rgba(0,0,0,.5);
	min-height: 310px;
	max-height: 340px;

}
#CTA .inner-sec:hover {
	background: rgba(0,0,0,.7);
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
  z-index: 1;
  text-transform: uppercase;
  bottom: 25%;
}
.carousel-caption h1 {

	font-size: 55px;
	text-shadow: 0 0 5px rgba(0,0,0,.7);
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: auto;
  width: 100%;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-indicators .active {
	
	background-color: #dd272f;
}
.carousel-indicators li {
	width: 12px;
	height: 12px;
	border: none;
	background: #333;
}
.video-overlay.mobilevid {
	display: none;
}
#left i,#right i {
	position: absolute;
	top: 45%;
	font-size: 2em;
	color: #333;
}
#left i {
	left: 35px;
}
#right i {
	right: 35px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	
	width: 60px;
	height: 60px;
	font-size: 60px;
}
.block {
	background: #fff;
	width: 100%;
	height: 40px;
}
.carousel-indicators {
    bottom: -40px;
}

.continue-ed {
	padding: 100px 20px 20px 20px;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	height: 450px;
}
.continue-ed h1,
.continue-ed h2 {
	color: #333;
	text-transform: uppercase;
}

/* INDUSTRIES PAGE */
#CTA.industriespage {
	padding: 30px 0;
	margin-bottom: -200px;
}

/* FORMS */


#autoharness {}
#vinnumber input {
	display: inline-block;
	width: auto;
	text-align: center;
}
.send_vin_info{
	cursor: pointer;
}
.vin_error{
	border: 2px solid red; 
}
#vincheck {
	display: inline-block;
}
#vincheck .pleft {
	margin-right: 15px;
}
#vincheck strong, #vincheck input {
	display: inline-block;
}

.flright {
	float: right!important;
}

.question a {
	color: #a8a8a8;
}
.question a:hover {
	color: #333;
}
.form-group {
	padding: 15px;
}
.formsec {
	background:#f3efe1;
	padding: 20px 0;
}
.formsec p {
	padding: 0 15px;
}
.formsec .fa-question-circle {
	font-size: 18px;
	margin-top: 8px;
}
.form-heading {
	text-align: left;
	color: #fff;
	background: #333;
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px 15px;
	margin-top: 0;
}
.form-heading.special{
	background: rgba(67, 159, 84, 1); 
	color: white;
	margin-bottom: 0px;
	font-size: 13px;
    text-transform: none;
}
#vehicleinfo select, #damageinfo .q-wrap {
	margin: 10px 0;
	display: inline-block;
}

#vehicleinfo input, #damageinfo .q-wrap {
	margin: 10px 0;
	display: inline-block;
}

#damageinfo .question {
	float: left;
	clear: right;
	display: inline-block;
}
#damageinfo select, #damageinfo input {
	float: left;
	clear: left;
	display: inline-block;
	width: 90%;
	margin-right: 5px;
}

/* layout.css Style */
.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}
#damagephotos .upload-wrap {
		display: inline-block;
	}

#damagephotos input {
	display: inline-block;
	margin: 15px 0 15px 120px;
}
#js-upload-files {
}
.uploadimg {
	background: black;
	border: 4px solid #dd272f;
	border-radius: 100%;
	width: 130px;
	height: 130px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	background-position: center center;
}
.progress1 {
	background: #b0b0ae;
	padding: 0;
}
.progress1 h4 {
	color: white;
	text-transform: uppercase;
}
.progicon {
	float: right;
	
}
.progstep {
	margin-bottom: 10px;
	display: inline-block;
	float: left;
	width: 100%;
}
.progstep .fa-check {
	color: #3faf43;
}
.progstep .fa-times {
	color: #D9272F;
}
.progstep .fa-circle {
	color: white;
}
.progstep .status {
	float: right;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.progstep h4 {
	display: inline-block;
}
.formsection {
	font-size: 12px;
	background: white;
	color: black!important;
	padding: 10px 15px;
	margin: 5px 0;
	float: left;
	min-width: 55%;
}
.progbar {
	float: left;
	width: 80%;
}
.nobots {
	margin-bottom: 0;
}
.completesec{
	background: #3faf43;
	padding: 5px 10px;
}
.incompletesec{
	background: #D9272F;
	padding: 5px 10px;
}
.custinfo label {
	font-size: 14px;
	float: left;
	clear: both;
}
.custinfo {
	display: inline-block;
	
}
.custinfo input {
	margin: 10px 0;
}
#js-upload-files {
    font-size: 12px;
}
#damagephotos .upload-wrap {
    display: inline-block;
    margin-bottom: 15px;
}
.specialtyinf {
	min-height: 347px;
}
.botty1 {
	min-height: 365px;
}
.botty2 {
	min-height: 415px;
	text-align: center;
}
.form-control
{
	width:95% !important;
}
.txt-small {
    display: block;
    width: 200px;
    height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float:left;
	margin:4px;
}
.redtoblack {
	color: #D9272F;
}
.redtoblack:hover {
	color: #333;
}
/* ABOUT US */

.masonrysec {
	background:#f3efe1;
	padding: 20px 15px;
}

.employsec {
	margin-bottom: -150px;
	background: #fff;
	padding: 0 0 20px 0;
}

.employsec h2 {
	text-transform: uppercase;
}

.employee {
	padding: 15px 0 15px 0;
	position: relative;
	margin: 15px 0;
	display: flex;
}
.employee-image {
	background-size: cover;
	background-position: center center;
	width: 300px;
	height: 100%;
	min-height: 300px;
	float: left;
	border: 1px solid #b0b0b0;
}

.emp1 {
	position: relative;
	padding-left: 0;
}
.emp1 {
	width: 33.33%;
}
.emp2 {
	width: 66.66%;
	padding-bottom: 15px;
	position: relative;
}
.emp2 h2 {
	margin-bottom: 15px;
	color: #333;
}
.emp2 h3 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	padding-bottom: 10px;
}


/* TRAINING PAGES */
.trainingcal {
	margin-bottom: -150px;
}
#field_2_1,#field_2_2 ,#field_2_3 ,#field_2_4,#field_2_7,#field_2_8,#field_2_9,#field_2_10{
	float: left;
	width: 50%;
}

#field_2_2,#field_2_4,#field_2_8,#field_2_10{
	clear: right;
}

#field_2_3,#field_2_7,#field_2_9 {
	clear: left;
}

/* INDUSTRY HOME PAGES */

.introimg  {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
}
.capimg  {
	width: 200px;
	height: 200px;
	background-size: cover;
	background-position: center center;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.mason,.mason2 {
  display: flex; /* equal height of the children */
}

.colo,.colo2 {
  flex: 1; /* additionally, equal width */
  background: #f3efe1;
    padding: 20px 15px;
}
.col1 {
	margin-right: 15px;
}
.col2 {
	margin-left: 15px;
}
.bottommas {
	margin-bottom: -150px;
}
.bottommas iframe {
	width: 100%;
	height: 300px;
	margin-top: 15px;
}
.colo h3 {
	margin-top: 0;
	margin-bottom: 15px;
}
.requestbuttons {
	margin-top: 15px;
	text-align: center;
}
.btn-reques {
	transition: all 0.5s ease;
    background-color: #dd272f;
    color: #fff!important;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px 15px;
    border: 1px solid white;
    display: inline-block;
    clear: both;
    margin-bottom: 5px;
}

.btn-reques:hover,
.btn-reques:active,
.btn-reques.hover {
    background-color: #fff!important;
    color: #dd272f!important;
    border: 1px solid #dd272f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.cababiliteslink {
	background: #e9e9e9;
}
.cababiliteslink h3 {
	color: #333;
}
/* 404 Page */

.oopsimg {
	
	
	max-height: 250px;
	width: auto;
	margin-top: 40px;
}
/* FAQS */
.faqacc h3 {
	text-transform: uppercase;
	color: #333;
}
.masonrysec .accordion a:hover {
	color: #fff;
}
.fa-lightbulb-o {
	color: #dd272f;
	font-size: 1.8em;
	margin-top: 10px;
	margin-left: 1em;
}
.accordion dl,
.accordion-list {
  border: 1px solid #ddd;
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #333;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #eee;
}

.container4 {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle,
.accordion__Heading {
  background-color: #fff;
  text-align: left;
  padding: 1em;
  font-weight: 700;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #333;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "\f059";
  font-family: 'FontAwesome';
  font-size: 1.8em;
  line-height: 0.5em;
  color: #333;
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #333;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #333;
  color: #fff;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
          color: #D9272F;
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}


/*  SERVICES */
.post-content {
	margin-bottom: 20px;
}
.post-content.hatchedback {
	padding: 20px 15px 10px 15px;
}
.post-content h3 {
	text-transform: uppercase;
	font-size: 35px;
	color: #370502;

}
.post-content h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 14px;
}
.post-content h2 {
	font-weight: 700;

}
.post-content strong {
	color: #370502;
}
.featuredim {
	height: 500px;
	background-size: cover;
	background-position: center center;
}

.bookbtn {
    background: #571010;
    color: white;
    border: 1px solid #571010;
    padding: 5px 15px;
    border-radius: 0;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
}
    
.bookbtn:hover {
	color:#571010;
	background: white;
	border: 1px solid #571010;
}
/* POST PAGES */

html input[type="button"], input[type="reset"] {
    color: transparent;
    background-color: transparent;
    background-image: url(http://api.ning.com:80/files/dr2jDpSXWFhyuoGJ4YR5Fu-PwuqLz70YxRaUcpdKNxf2HI5ECzddyx3NHuPz-MB4ujGS4rEtdtS-aQoFlQrtv*XwVOu*AvC8/searchicon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    overflow: hidden;
    width: auto;
    height: auto;
    border: none;
}
.news-archive .screen-reader-text {
	display: none;
}
#sidebar ul {
	padding-left: 10px;
}
.post-page-sidebar h3{
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
}
.sidebarwrap {
	padding-left: 15px;
	float: left;
	clear: left;
}
.cat-item {
	margin-left: 10px;
	list-style-type: disc;
}
.article-wrap {
	margin-bottom: 30px;
}
.news-image {
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size:cover
}
.newsarch .entry-title {
	line-height: 24px;
	font-size: 18px;
	color: #fff!important;
	margin-top: 5px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);;
}
.newsarch .media-body p {
	color: white;
}
.post-btn {
	background: #D9272F;
	color: #fff!important;
	border: 1px solid #fff;
	padding: 10px;
	float: left;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 14px;
}
.post-btn:hover {
	background: #fff;
	color: #D9272F!important;
	border: 1px solid #D9272F;
}
.postimg-overlay {
	transition: all 0.5s ease;
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	padding: 15px;
}
.postimg-overlay:hover {
	background: rgba(0,0,0,.7);
}
.news-archive {
	margin-bottom: -150px;
}
.newsarchivewrapper {
	float: right;
}
.pager li>a, .pager li>span,.pager li>a:hover, .pager li>span:hover  {
	border: none;
	background: transparent;
}
.blogimg img {
	margin: 15px 0;
	max-height: 500px;
	width: auto;
	height: auto;
	max-width: 100%;
}
.singlepost .entry-title {
	text-transform: uppercase;
	font-size: 40px;
}
.newsarchivewrapper iframe {
	margin-top: 15px;
	width: 100%!important;
	height: 450px;
}
/* CONTACT PAGE */
.contactform {
	padding: 25px 15px;
}
#contact {
	padding-top: 20px;
}
#contact strong {
	    font-family: 'Lato', sans-serif;
		color: #3b6d18;
} 
#contact a {
	font-weight: 600;
	color: #333;
} 
#contact a:hover {
	color: #3b6d18;
}
input#gform_submit_button_1.gform_button.button,input#gform_submit_button_2.gform_button.button,
.btn-primary {
    background: #dd272f;
    color: white;
    border: 1px solid #dd272f;
    padding: 5px 15px;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    
}
    
input#gform_submit_button_1.gform_button.button:hover,input#gform_submit_button_2.gform_button.button:hover,
.btn-primary:hover {
	color:#dd272f;
	background: white;
	border: 1px solid #dd272f;
}
.gform_wrapper .gform_footer {
	text-align: center;
}
.contactinfo {
	background-color:#f3efe1 ;
	padding: 25px 15px;
}
.gform_wrapper .top_label .gfield_label {
	color: #333;
}
.contactinfo strong {
	color: #dd272f;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
.contactinfo a:hover {
	color: #333;
}

#field_1_1,#field_1_2 ,#field_1_3 ,#field_1_4{
	float: left;
	width: 50%;
}

#field_1_2,#field_1_4 {
	clear: right;
}
.contactform2 {
	margin-bottom: -150px;
}


/* FOOTER */

.footsy {
	padding:0 0 10px 0;
	background-size: cover;
	background-position: center;
}
.footsy a,.footsy p {
	color: white;
	line-height: 28px;
}
.footsy strong p {
	padding-top: 10px;
}
.footsy a:hover {
	color: #D6BF92;
}
.footwrap {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+43&1+0,0+43 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 43%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 43%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 43%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.footquote {
	text-align: center;
	padding: 200px 0 100px 0;
}
.footquote h1 {
	font-weight: 900;
	color: white;
	text-shadow: 2px 2px 2px #333;
}
.footernav {
	padding-top: 15px;
	padding-left: 0;
	padding-bottom: 0;
}
.dropup .dropdown-menu {
	background: #333;
}
.footernav>.dropdown>a .caret {
	border-top-color: #fff;
    border-bottom-color: #fff;
}
.footernav li {
	list-style-type: none;
	display: inline-block;
	padding: 5px 0;
}
.footernav.mobily {
	display: none;
}
.footernav li a {
	color: #fff;
	text-transform: uppercase;
	padding-right: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #dd272f;
}
.footernav li a:hover {
	color:#dd272f;
}
.social-foot {
	padding-left: 0;
	list-style-type: none;
	padding-top: 25px;
	display: inline-block;
	padding-right: 30px;
}
.social-foot li {
	display: inline-block;
	padding-right: 10px;
}

.social-foot img {
	width: 40px;
	height: 40px;
}
.social-foot a:hover {
	opacity: .2;
}
.associate-foot {
	padding-left: 0;
	list-style-type: none;
	padding-top: 25px;
	display: inline-block;
}
.associate-foot li {
	display: inline-block;
	padding-right: 10px;
}
.associate-foot img {
	max-height: 40px;
	width: auto;
}
.associate-foot img:hover {
	opacity: .2;
}
.footerlogo {
	width: 100px;
	height: auto;
	padding-top: 25px;

}
.copyright {
    color: #fff;
    padding: 25px 0 0 0;
    text-align: center;
}
.copyright p {
	font-size: 14px;
	color: #fff;

}
.copyright p a {
	color: #fff;
}

.copyright p a:hover {
	color:#D6BF92;
}

/*---- MEDIA QUERIES ----*/

/* Large Devices, Wide Screens */

@media all and (max-width : 1200px){

	.navbar-default .navbar-nav>li>a {
		padding: 5px 10px;
	}
	.news-image {
		height: 350px;
	}
	#vinnumber input {
		width: 90%;
	}
}

@media only screen and (max-width : 1084px){ 
	.ctalinks li {
		display: block;
		float: left;
		clear: both;
		margin-bottom: 20px;
	}
	.firsttwo .inner-sec {
		max-height: 350px;
		min-height: 350px;
	}
	.inner-sec {
		max-height: 360px;
		min-height: 360px;
	}
	.inner-sec.autosec {
		min-height: 380px;
		max-height: 380px;
	}
	.calltoaction p {
		max-width: 100%;
	}
}
/* Medium Devices, Desktops */
	
@media all and (max-width : 991px){

	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}
	.video-overlay h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 20px;
	}
	.firsttwo .inner-sec {
		max-height: 340px;
		min-height: 340px;
	}
	.inner-sec {
		max-height: 380px;
		min-height: 380px;
	}
	.footernav {
	    padding-top: 5px;
	}
	.contactinfo {
		margin-bottom: 25px;
	}
	.img2 {
		margin-bottom: 25px;
	}

	.headingblock {
		height: 300px;
	}
	.headingblock h1 {
	    margin-top: 130px;
	}
	.product-block {
		display: block;
	}
	.pro1, .pro2 {
		flex: none;
	    padding: auto;
	    width: 100%;
	}
	.pro1 {
		height: 300px;
	}
	.employee-image {
		min-width: 200px;
		height: 300px;
		display: inline-block;
		float: none;
	}
	
	.emp1 {
		width: 100%;
		display: block;
		text-align: center;
	    display: table;
	    margin: 0 auto;
	} 
	.emp2 {
		width: 100%;
		display: block;
		padding: 15px;
		margin-top: 15px;
	}
	.employee {
		flex:none!important;
		display: block;
	}

	.sidebarwrap {
		padding: 0;
		float: right;
		clear: both;
		width: 100%;
	}
	.newsarchivewrapper {
		float: left;
		clear: both;
	}
	.news-image {
		height: 250px;
	}
	.singlepost .entry-title {
	    text-transform: uppercase;
	    font-size: 30px;
	}
	.formsec {
		padding-bottom: 0;
	}
	.specialtyinf {
		min-height: 1px;
	}
}

@media all and (max-width : 907px){

	.navbar > .container .navbar-brand {
		max-width: 225px;
	}
	.navbar>.container .navbar-brand {
		margin-top: 20px;
	}

	.headerphone {
		font-size: 16px;
	}
}


@media all and (max-width : 860px) {
	.firsttwo .inner-sec {
		max-height: 380px;
		min-height: 380px;
	}
	.inner-sec {
		max-height: 420px;
		min-height: 420px;
	}
}


@media all and (max-width : 840px){
	.navbar-default .navbar-nav>li>a,.headerphone {
	    font-size: 14px;
	}
	.btn-reques {
		font-size: 14px;
	}
	.inner-sec.autosec {
	    min-height: 420px;
	    max-height: 420px;
	}
}


/* Small Devices, Tablets */
@media all and (max-width : 768px){
	.homesec {
		background-attachment: scroll;
	}
	.navbar>.container .navbar-brand,#menu-main-menu{
		margin-top: 0;
	}
	.headerphone {
	    margin-top: 25px;
	}
	h1,.video-overlay h1,.continue-ed h1,.footquote h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	
	.continue-ed {
		background-size: cover;
		background-attachment: scroll;
	}
	
}
@media all and (max-width : 767px){
	
	html,body {
	
	overflow-y: scroll; 
     -webkit-overflow-scrolling: touch;
	}
	.desktopmenu {
		display: none;
	}
	.mobilemenu {
		display: block;
	}
	.navbar>.container .navbar-brand {
		margin-top: 0;
	}
	.navbar-brand {
		float: left;
		margin-top: 0;
		padding: 5px 0;
	}
	.navbar-brand img {
		padding: 0px;
		max-height: 60px;
	}
	
	.navbar-default .navbar-nav {
	    padding-top: 0;
	}	
	.navbar-default .navbar-toggle {
	    color: white;
	    background: transparent;
	    margin-top: 15px;
	    border: none;
	}
	ul.nav.navbar-nav a {
		text-shadow: none;
		
	}
	#player{
		display: none;
	}
	.headerphone {
		width: 100%;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
		color: #dd272f;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: white;
	}
	.headerphone {
		margin-left: 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		 background: transparent;
		 color: #D6BF92;
	}
	.navbar-header {
		margin: 0 !important;
		padding: 0 15px;
		width: 100%;
	}
	#left i, #right i {
		font-size: 1em;
	}
	.headerphone {
		margin-top: 15px;
	}
	#menu-main-menu {
		margin-top: 15px;
		padding-top: 0;
	}
	#menu-main-menu,.headerphone {
		float: left!important;
		clear: both;
	}
	.head-section .navbar-collapse ul.navbar-nav {
		float: left;
		width: 100%;
	}
	.container > .navbar-header, .container > .navbar-collapse {
		margin: 0;
	}
	ul.nav.navbar-nav a {
		font-size: 16px;
		text-align: left;
		border-radius: 0;
	}
	#HOME .container {
		padding: 0;
		margin: 0;
	}
	.video-overlay.mobilevid {
		display: block;
	}
	.video-overlay.deskvid {
	display: none;
}
	.navbar-collapse.in {
		overflow: visible !important;
		background-color: #333;
		padding: 0 15px 15px 30px; 
	}
		.contacts {
		border-radius: 0;
	}
		.footernav {
		text-align: center;
	}
	.footquote {
		    text-align: center;
		    padding: 100px 0 100px 0;
		}
	.inner-sec,.inner-sec.autosec,.firsttwo .inner-sec  {
		max-height: 9999px;
		min-height: 1px;
		padding-bottom: 5px;
	}
	#CTA {
		padding: 20px 0;
	}
	.ctalinks {
		margin-bottom: 0;
	}
	#CTA.industriespage,.employsec,.contactform2,.trainingcal,.news-archive,.bottommas {
    margin-bottom: 0;
}
	.footernav li {
		display: inline-block;
	}
	.footerlogo {
		float: right;
	}
	.headingblock {
		padding: 15px;
		height: 250px;
	}
	.headingblock h1 {
	    margin-top: 100px;
	}
	.headingblock h1 {
		width: 100%;
	}
	.featuredim {
		width: 80%;
		margin: 0 10%;
	}
	.news-image {
		height: auto;
	}
	.headingblock h1 {
		font-size: 1.5em;
	}
	.newsarchivewrapper iframe {
		margin-top: 15px;
		width: 100%!important;
		height: 450px;
	}
	
	.mason,.mason2 {
	  display: block; 
	}
	
	.colo,.colo2 {
		flex: none;
	  background: #f3efe1;
	    padding: 20px 15px;
	}
	.col1,
	.col2 {
		margin: 0 0 15px 0;
	}
	.nobod {
		margin-bottom: 0;
	}
	#vinnumber input {
		margin-bottom: 10px;
	}
	.q-wrap {
		width: 45%;
	}
	#vinnumber .col-xs-2, #vinnumber .col-xs-4 {
		width: 100%;
	}
	#vinnumber .btn-default {
		margin-top: 15px;
		clear: both;
		display: inline-block;
	}
}
@media all and (max-width : 733px) {
	.homesec {
		padding-top: 10vh;
		text-align: left;
	}
}
@media all and (max-width : 670px) {
	
	.video-overlay {
		padding: 180px 20px 20px 20px;
	}
	.footernav.desky {
		display: none;
	}
	.footernav.mobily {
		display: block;
	}
	.footernav li {
		display: block;
		text-align: center;
	}
	.footquote {
	    padding: 80px 0;
	}
	.footernav {
		padding-bottom: 0;
	}
	h1 {
		font-size: 50px;
	}
	.homesec2 h2 {
		font-size: 22px;
	}
	.home-posts .homeserv:nth-child(3) .homeservblock,
	.home-posts .homeserv:nth-child(4) .homeservblock {
		height: 430px;
	}
	.homeservblock {
		width: 100%;
		height: 200px;
		padding: 10px;
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	.homeservblock .innerinf h5 {
		font-size: 22px;
	}
	.homeserv {
	    padding: 10px;
	}
	.q-wrap,#damagephotos .upload-wrap {
		width: 100%;
	}
	
}

/* Custom, iPhone Retina */
@media all and (max-width : 600px) {
	.homeserv, .home-posts .homeserv:nth-child(15)  {
		width: 50%;
	}
	.home-posts .homeserv:nth-child(3) .homeservblock,
	.home-posts .homeserv:nth-child(4) .homeservblock
	 {
		height: 200px;
	}
	.video-overlay {
		padding: 120px 20px 20px 20px;
	}
	.continue-ed {
	    padding-top: 80px;
	    text-align: center;
	    height: 350px;
	}
	
	#field_1_1,#field_1_2 ,#field_1_3 ,#field_1_4{
		float: none;
		width: 100%;
	}
	#damageinfo select, #damageinfo input {
		width: 80%;
	}
}
@media all and (max-width : 566px) {
	.wc-gallery .gallery .gallery-icon a, .gallery-icon,.gallery-item {
		width: 100%!important;
	}
	.wc-gallery .gallery .gallery-icon a img {
		width: 80%!important;
		margin: 0 10%!important;
	}
	.side1, .side2 {
	    max-width: 100px;
	}
	.uploadimg {
		width: 100px;
		height: 100px;
	}
}

@media all and (max-width : 533px) {
		
	.carousel-control .icon-next, .carousel-control .icon-prev {
		margin-left: -30px;
	}
	.homesec {
	padding-top: 8vh;
	}
	.featuredim {
		height: 300px;
	}
	.formsection,.status {
		float: none;
		width: 100%;
	}
	
	.progicon {
	    float: right;
	    margin-top: 20px;
	}
}

@media all and (max-width : 481px){
	.basicyo img {
		width: 100%!important;
		height: auto!important;
		padding: 15px!important;
	}	
	.headertop h1 {
		font-size: 30px;
	}
	.footernav li a {
		font-size: 14px;
	}
	.homesec {
		padding-top: 6vh;
		background-attachment: scroll;
	}
	.homesec h1 {
	    font-size: 35px;
	}
	.homesec h2 {
	    font-size: 16px;
	    line-height: 26px;
	}
	.homectabt {
		font-size: 1em;
	}

	.basic {
	    background: white;
	    padding: 15px 0 15px 0;
	}
	#input_1_9 li {
		width: 100%;
	}
	#vinnumber input {
    width: 100%;
}
#vinnumber .col-xs-3 {
	width: 100%;
}

}
@media all and (max-width : 455px){
	.side3, .side4 {
	    width: 80px;
	    height: 50px;
	    margin-top: 20px;
	}
		.side1, .side2 {
	    max-width: 60px;
	    margin-top: 15px;
	}
}
@media all and (max-width : 400px){
	.homeserv, .homeserv, .home-posts .homeserv:nth-child(15) {
		width: 100%;
	}
	h2 {
		font-size: 24px;
	}
	#about h3 {

	.btn-norm {
		font-size: 12px;
		display: block;
		clear: both;
	}
	.navbar>.container .navbar-brand {
	    max-width: 200px;
	}
		font-size: 25px;
	}
	h1 {
		font-size: 40px;
	}
	.side1, .side2 {
		margin-top: 10px;
	}
}
@media all and (max-width : 380px){
	.side3, .side4 {
	    width: 50px;
	    height: 30px;
	    margin-top: 40px;
	}
	.homesec {
		height: 450px;
		padding-top: 100px;
	}
	.homestuff {
		width: 80%;
		
	}
}
@media all and (max-width : 350px){
	#about .carousel .item {
	    min-height: 400px;
	}	
	#contact {
		padding-left: 15px;
		padding-right: 15px;
	}

	.post-content {
		padding: 0 15px;
	}
}
@media all and (max-width : 325px){
	.navbar>.container .navbar-brand {
		max-width: 200px;
	}
	h1, .video-overlay h1, .continue-ed h1, .footquote h1 {
	    font-size: 35px;
	}
	.video-overlay {
    padding: 80px 20px 20px 20px;
}
}
