/**
 * Default Theme Stylesheet
 * 
 * @copyright  Copyright (c) Nuwave Software Ltd
 */

/*------------------------------------------------------------------------------
 * Custom Styles
 *----------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Gothic+A1:400,500,700|Montserrat:300,300i,400,400i,600,600i,700,700i');


body {
	font-family: 'Montserrat', sans-serif;
	color: #414042;
	background-color: #fff;
	font-size: 16px;
}
p {
    line-height: 1.8em;
    margin: 0 0 20px;
}
a {
	color: #000000;
}
a:hover,
a:focus {
	color: #414042;
}
h1 {
	color: #414042;
	font-size: 2.5em;
	font-weight: 600;
}
h2 {
    color: #414042;
    margin: 0 0 30px 0;
    font-weight: 600;
    font-size: 1.6em;
}
h3 {
	font-family: 'Gothic A1', sans-serif;
	color: #414042;
}
iframe {
    border: none;
}



/*------------------------------------------------------------------------------
 * Header
 *----------------------------------------------------------------------------*/

.header {
	background-color: #ffffff;
	border-bottom: none;
	color: #606062;
	position: relative;
    z-index: 9999999;
}

.header a {
	color: #606062;
}

.header .header-main {
	height: 110px;
	transition: all 0.3s ease;
}
.header .header-logo {
	padding-bottom: 15px;
	padding-top: 15px;
	height: 100%;
}


/* Main Menu */
.header .page-menu {
	font-size: 16px;
	text-transform: uppercase;
}
.header .page-menu .menu-item-tag {
    color: #606062;
    font-weight: normal;
}
.header .page-menu .menu-item-tag:hover {
	text-decoration: none;
	color: #000000;
}
.header .page-menu > ul > li {
	color: #606062;
}
.header .page-menu > ul > li:first-child {
    list-style: none;
}
.header .page-menu > ul > li > .menu-item-tag {
    height: 110px;
    line-height: 110px;
	padding: 0 15px;
	margin-bottom: -5px;
	transition: all 0.3s ease;
}
.header .page-menu > ul > li.current > .menu-item-tag {
    border-bottom: none;
    color: #000000;
}

.header .page-menu ul ul {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    margin-top: -1px;
    min-width: 100%;
}

.header .page-menu ul ul li {
    border-bottom: none;
}

.header .page-menu ul ul a {
	color: #606062;
	padding: 10px;
} 

.header .page-menu ul ul .current > .menu-item-tag,
.header .page-menu ul ul .menu-item-tag:hover {
	color: #000000;
}

.header .header-wrapper {
	background: #ffffff;
	box-shadow: 0 0 15px -2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 15px -2px rgba(0,0,0,0.4);
	z-index: 9999;
}
.header .is-sticky .header-main {
	height: 80px;
}
.header .is-sticky .header-logo {
	padding-top: 20px;
	padding-bottom: 20px;
}
.header .is-sticky .page-menu > ul > li > .menu-item-tag  {
	height: 80px;
	line-height: 80px;
}


/* Mobile Menu */
.header .mobile-menu.menu-btn {
	background: none;
	border: none;
	display: none;
	float: right;
	line-height: 80px;
}
.header  .mobile-menu.menu-btn .menu-icon {
    display: inline-block;
	vertical-align: middle;
}
.header .mobile-menu.menu-btn .icon-bar {
	background: #000000;
}



/*------------------------------------------------------------------------------
 * Banner
 *----------------------------------------------------------------------------*/

.banner {
	margin: 0;
}

.banner .banner-caption {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 20%;
}

.banner p {
	margin: 0;
} 

.banner .banner-caption h1 { color:#ffffff; font-size: 4em; }
.banner .banner-caption h2 { color:#ffffff; font-size: 3em; }

.banner .bx-wrapper img {
    width: 100%;
}


/*------------------------------------------------------------------------------
 * Content
 *----------------------------------------------------------------------------*/

.main {
	margin: 100px 0 70px 0;
	overflow: hidden;
}

.content-service {
    margin: 100px 0 0 0;
}


/*------------------------------------------------------------------------------
 * Buttons
 *----------------------------------------------------------------------------*/

.btn {
    color: #4d4d4d;
    background-color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    padding: 15px 50px;
    border: 2px solid #cd1719;
    margin: 50px 70px;
    transition: background-color 1s;
}
.btn:focus,
.btn.focus {
	color: #fff;
	background-color: #cd1719;
	border-color: #cd1719;
}
.btn:hover {
	color: #fff;
	background-color: #cd1719;
	border-color: #cd1719;
}
.btn:active,
.btn.active {
	color: #fff;
	background-color: #cd1719;
	border-color: #cd1719;
}
.btn:active:hover,
.btn.active:hover,
.btn:active:focus,
.btn.active:focus,
.btn:active.focus,
.btn.active.focus {
	color: #fff;
	background-color: #cd1719;
	border-color: #cd1719;
}

.main .btn-section { margin: 80px 0; }



/*------------------------------------------------------------------------------
 * Widgets
 *----------------------------------------------------------------------------*/

.widgets {
	display: -ms-flexbox;
	display: flex;
}
.widgets .widget {
	margin: 0;
}
.widgets .widget-wrapper {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}
.widgets .col-md-4 {
    padding: 0;
}

.featured-image-link {
  position: relative;
  transition: background-color 1s;
  display: block;
}
.featured-image-link:hover {
  background-color: rgba(191,159,118,.25);
}
.featured-image-link:before {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: inherit;
  content: ' ';
}

.featured-content .featured-image {
    margin-bottom: 0;
    width: 100%;
}
.featured-content {
    padding-bottom: 0;
}





/*------------------------------------------------------------------------------
 * Footer
 *----------------------------------------------------------------------------*/

.footer {
    line-height: 1.8em;
}

.footer a {
	color: #4d4d4d;
}
.footer .footer-featured {
    overflow: hidden;
    background: transparent;
    border: none;
    padding: 0;
}
.footer .footer-main {
	background: url(../images/footer-background.jpg) no-repeat bottom center;
	border-top: none;
	color: #4d4d4d;
	min-height: 200px;
	padding: 50px 0 30px 0;
	background-size: cover;
}
.footer .footer-bg {
  	background: #fff; 
  	background: rgba(255, 255, 255, 0.7); /* non supporting browsers will ignore this declaration */
	padding: 30px 0 10px 0;
}
.footer .footer-column {
	margin-bottom: 20px;
}
.footer .footer-column:last-child {
	border-right: none;
}
.footer .footer-column .component {
	margin-bottom: 20px;
}
.footer .footer-column .component:last-child {
	margin-bottom: 0;
}
.footer .footer-copyright {
    background-color: #4d4d4d;
    border-top: none;
    color: #ffffff;
    font-size: 1em;
    padding: 50px 0;
    text-align: center;
}
.footer .footer-copyright a {
    color: #ffffff;
}

.full-width {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.grey {
	background-color: #a0a0a0;
	padding: 80px 0;
	color: #ffffff;
	line-height: 1.8em;
	margin-top: 20px;
}

.grey a { color: #ffffff; }

.grey .img-circle {
    float: left;
    margin: -60px 70px 0 0 !important;
}

.parts-page .grey, 
.service-page .grey,
.used-page .grey {
	padding: 120px 0 80px 0;
}

.parts-page .main,
.service-page .main,
.used-page .main { margin-bottom: 0; }

.parts-page .main .column,
.service-page .main .column,
.used-page .main .column {
    margin-bottom: 0;
}


.maroon {
	background-color: #c61618;
}

.gap-space {
	margin: 80px 0;
}


.parallax-container section .image {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center 80px;
    background-color: white;
}

.team-section .col-md-4 {
    margin: 20px 0;
}

.team-section .border-bg {
    border: 1px solid #c2c2c2;
    padding: 30px 50px;
    text-align: center;
}
.specials-page h1 {
	font-size: 2.5em;
	margin-bottom: 10px;
}
.specials-page h2 {
	font-size: 1.6em;
	margin: 0 0 30px 0;
}
.contact-page td, th {
    padding: 15px 0;
    border: 0;
}


.contact-page .form .ctrl-label {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.contact-page .form .ctrl-input {
    font-size: 16px;
    height: auto;
    width: 100%;
    padding: 10px 15px;
}

.contact-page .form .ctrl-field { width: 100%; }
.contact-page .btn { margin: 50px 0; }

.contact-page .form .ctrl .ctrl-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-page .footer .footer-featured {
    background: #a0a0a0;
    padding: 60px 0;
}

.about-page li.item.small img {
    width: 420px;
    height: auto;
}

.about-page .image-gallery li {
    float: left;
    margin: 0 30px 30px 0;
    max-width: 100%;
}


/*------------------------------------------------------------------------------
 * Responsive Media
 *----------------------------------------------------------------------------*/

/* Large devices */
@media (min-width: 1200px) {

.container {
    width: 1400px;
}

}
/* Medium devices */
@media (max-width: 1199px) {

	.header .page-menu > ul > li > a {
	    padding: 0 5px;
	    font-size: 13px;
	}	
		
	.banner .banner-caption h1 { font-size: 3em; }	
	.banner .banner-caption h2 { font-size: 2em; }
	.banner .banner-caption { top: 15%; }	
	
	h1 { font-size: 2.3em; }
	h2 { font-size: 1.4em; }	
	body { font-size: 15px; }	
	
	.main { margin: 80px 0 50px 0;  }
	.content-service { margin: 80px 0 0 0; }	
	.btn { font-size: 1.2em; padding: 15px 50px; margin: 30px 60px; }	

	.footer .footer-copyright { padding: 40px 0; }
	
	.parallax-container { height: 200px !important; }	
	.grey img.img-circle { width: 180px; height: auto; }
	.grey .img-circle { margin: -40px 70px 0 0 !important; }
	.main .btn-section { margin: 70px 0; }	

}

/* Small devices */
@media (max-width: 991px) {
	.header .page-menu {
		display: none;
	}
	.header .mobile-menu.menu-btn {
		display: block;
	}
	.header .header-main { height: 80px; }

	.banner .banner-caption h1 { font-size: 2.8em; }	
	.banner .banner-caption h2 { font-size: 1.8em; }
	.banner .banner-caption { top: 10%; }	

	.main { margin: 50px 0 40px 0; }
	.content-service { margin: 50px 0 0 0; }

	.btn { font-size: 1.1em; margin: 20px 30px; }

	.footer .footer-column { float: left; }	
	.footer .footer-copyright { padding: 30px 0; }
	.footer { font-size: 14px; }
	.footer .footer-main { padding: 30px 0 20px 0; }	

	.parts-page .grey, .service-page .grey, .used-page .grey {
	    padding: 60px 0 50px 0;
	}
	.grey .img-circle { margin: -10px 20px 0 0 !important; }	
	.grey img.img-circle { width: 150px; }	
	.grey .col-md-6 { float:left; }
	.main .btn-section { margin: 50px 0; }
	.service-section .col-md-4 { float:left; width: 33%; }
	.service-section img { width: 90px; height: auto; }	
	
	.team-section .border-bg { padding: 20px 30px; }
	.team-section .col-md-4,
	.row-section .col-md-4 { margin: 10px 0; float: left; width: 33%; }
	.gap-space { margin: 40px 0; }
	.contact-page .footer .footer-featured { padding: 40px 0; }	

}


/* Extra small devices */
@media (max-width: 767px) {

	h1 { font-size: 1.8em; }
	h2 { font-size: 1.2em; }

	.banner .banner-caption h1 { font-size: 2em; }	
	.banner .banner-caption h2 { font-size: 1.1em; }
	.banner .banner-caption { top: 6%; }	
	
	.widgets { display: block; }
	.main { margin: 40px 0 30px 0; }
	.content-service { margin: 40px 0 0 0; }

	.btn { font-size: 1em; margin: 10px 20px; padding: 10px 30px; }

	.footer .footer-copyright { padding: 20px 0; font-size: 0.75em; }
	.footer { font-size: 12px; }

	.grey img.img-circle { width: 120px; }
	.grey .img-circle { margin: 0px 20px 0 0 !important; }
	.main .btn-section { margin: 30px 0; }
	.parts-page .grey, .service-page .grey, .used-page .grey { 
	    padding: 30px 0 30px 0;
	}
	
	.grey .col-md-6 { margin: 10px 0; display: block; width: 100%; }
	.parallax-container { height: 90px !important; }	
	
	.service-section img { width: 60px; }
	.team-section .col-md-4,
	.row-section .col-md-4 { float: none; display: block; width: 100%; }
	.team-section .border-bg { padding: 10px 80px; }	
	.gap-space { margin: 20px 0; }
	.contact-page .footer .footer-featured { padding: 20px 0; }	
	.contact-page .form .ctrl-label { margin-top: 10px; }	

}



