/* Red: #ed1b25 */

body {
	font-size: 20px;
	line-height: 33px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal !important;
	color: #444;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn {
	border-radius: 0;
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	transition: background-color .25s ease-in-out;
}

.btn-primary { background-color: #c32032; }
.btn-primary:hover { background-color: #c53646; }
a {
	color: #c32032;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary { background-color:#c53646 !important;}

a:hover,
a:active {
	color: #c32032;
}

.content-wrap {
	position: relative;
	left: 0;
	margin-left: 250px;
	transition: left .25s ease-in-out;
}

body.open .content-wrap {
	left: 260px;
}

.container-fluid {
	padding: 0 3em;
}

.left-panel {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	height: 100%;
	float: left;
	width: 240px;
	padding: 3em .5em 2em 2em;
}

.left-panel img.logo { width: 90%; }

.left-panel p.menuToggle {
	position: relative;
	margin: 1.6em 0 0 0;
	z-index: 100;
	color: #777;
	cursor: pointer;
}

.left-panel p.menuToggle i {
	font-size: 2em;
}

body.open p.menuToggle {
	color: rgba(0, 0, 0, .65);
}

.left-panel .nav {
	position: relative;
	z-index: 10;
}

.left-panel .nav .menu {
	margin: 1em 0 0 0;
}

.left-panel .nav .menu li {
	margin-bottom: .6em;
}

.left-panel .nav .menu li a {
	display: inline-block;
	font-size: .85em;
	color: #555;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: all .25s ease-in-out;
}

.left-panel .nav .menu li a:hover {
	color: #c42032;
}


.right-panel {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	max-width: 1340px;
	background: #fff;
}

header {
	text-align: center;
	padding: 4em 0;
	background: url('../images/bgo-top.jpg') no-repeat center center;
	background-size: cover;
}

header .text .logo {
	height: auto;
	min-width: 70px;
	margin: 0;
}

header .text {
	margin: 0 auto;
	max-width: 700px;
}

header .text h1 {
	color: #696868;
	margin:15px;
	font-weight:600;
}

header .text p {
	color: #696868;
}

#login {
	padding: 3em 0;
	background: #f2f2f2;
}

#login .text {
	padding-right: 1em;
	margin-bottom: 3em;
}

#login .text h3 {
	font-size: 1.6em;
	margin: 0 0 .7em 0;
	padding: 0 0 .7em 0;
	color: #444;
	display: inline-block;
	border-bottom: 2px solid #444;
}

#login .nav-tabs {
	border-bottom: 10px solid #c32032;
}

#login .nav-tabs li {
	margin-bottom: 0;
}

#login .nav-tabs li a {
	border-radius: 0;
	outline: none;
	border: none;
	color: #009dda;
	font-size: .8em;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#login .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #fff;
	background: #c32032;
}

#login .tab-content {
	background: #fff;
	padding: 1em;
}

#login .tab-content label {
	text-transform: uppercase;
	font-size: .6em;
	line-height: 1.3em;
	color: #666;
	margin: 0 0 .3em 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#login .tab-content .form-control {
	border: none;
	font-size: 17px;
	height: 46px;
	border-radius: 0;
	background-color: #eee;
	box-shadow: none !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#login .tab-content p.link {
	font-size: .8em;
}

.form-control:focus {
	border-color: #ed1b25;
}

h4.header {
	color: #696868;
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}

h4.header span { font-weight: bold; }

h4.header-bg {
	display: inline-block;
	padding: .2em .6em;
	color: #696868;
	font-size: .8em ;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0 0 1em 0;
	
	background-color: #eaeaea;
}

#how-to-videos {
	padding: 4em 0 6em 0;
	
	background-size: cover;
}


#how-to-videos .video-wrap {
	margin-bottom: 2em;
}

#how-to-videos .video-wrap a {
	position: relative;
}

#how-to-videos .video-wrap img {
	width: 100%;
	height: auto;
}

#how-to-videos .video-wrap p {
	font-size: .8em;
	color: #696868;

}

#how-to-videos .video-wrap span.play {
	display: block;
	width: 80px;
	height: 80px;
	box-shadow: 0px 0px 0px 8px rgba(0, 157, 218, .25);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	border-radius: 50%;
	background: #009dda url('../images/icon-play-white.png') no-repeat 48% center;
	background-size: 30% auto;
	opacity: .6;
	transition: all .25s ease-in-out;
}

#how-to-videos .video-wrap a.fancybox-media:hover span.play { 
	opacity: .9;
	box-shadow: 0px 0px 0px 8px rgba(0, 157, 218, .35);
}


#contact-us {
	position: relative;
	padding: 3em 0;
	background-color:#ba0c2f;
	background-size: auto 100%;
}
#contact-us h4.header {
	color: #fff;
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}

#contact-us .bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color:#ba0c2f;
	background-size: auto 100%;
}

#contact-us .text {
	position: relative;
	z-index: 2;
}

#contact-us .text p {
	font-size: .8em;
	line-height: 1.5em;
	color: #fff;
}

#contact-us .text p a,
#contact-us .text p a:hover,
#contact-us .text p a:active {
	color: #fff;
}

#apparel-size-charts {
	padding: 3em 0;
}

#apparel-size-charts .inner {
	max-width: 600px;
	margin: 0 auto;
}

#apparel-size-charts .inner .header {
	color: #555;
	margin: 0 0 .4em 0;
}

#apparel-size-charts .inner p { margin: 0 0 1.8em 0; }

#new-hires {
	padding: 5em 0;
	background: #eee;
}

#new-hires .header {
	color: #555;
	margin: 0 0 .4em 0;
}

#return-policy {
	padding: 5em 0;
	background: #1384b0;
}

#return-policy .header {
	margin: 0 0 .6em 0;
}

#return-policy p {
	color: #fff;
}

.footer-wrap {
	padding: 2em 0;
	background: #404040;
}


.footer-wrap .footer p {
	font-size: .7em;
	line-height: 1.4em;
	margin: 0;
	color: #888;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


@media (max-width: 992px) {
	
	body {
		font-size: 15px;
		line-height: 22px;
	}
	
	.content-wrap {
	    margin-left: 70px;
	}
	
	.left-panel {
		padding: 4em 1.6em 1.6em 1.6em;
	}
	
	.left-panel .logo {
		position: relative;
		top: 20px;
		opacity: 0;
		transition: none;
	}
	
	.left-panel .nav {
		display: none;
	}
	
	body.open .left-panel .nav {
		display: block;
	}
	
	body.open .left-panel .logo {
		top: 0;
		opacity: 1;
		transition: all .5s cubic-bezier(0.52, 0.05, 0.05, 1.05);
	}
	header .text .logo{
		max-width:340px;
	}
}


@media (max-width: 767px) {
	
	body {
		font-size: 14px;
		line-height: 21px;
	}
	
	.container-fluid {
		padding: 0 2em;
	}
	
	header img.big-car {
		width: 100%;
		height: auto;
		margin: 0 0 -20% 0;
	}
	
	.welcome-login .text {
		padding: 24% 0 20px 0;
	}
	
	.welcome-login .text h1 {
	    position: relative;
	    top: 0;
	    margin: 0 0 .2em 0;
	    font-size: 2.6em;
	    font-weight: 300;
	    color: #808080;
	}
	
	.welcome-login .login-form {
	    position: relative;
	    top: 0;
	    margin: 20px 0 40px 0;
	    background: #fff;
	    max-width: none;
	    box-shadow: 0px 6px 50px rgba(0,0,0,.1);
	}  
	
	#catalogs {
	    padding: 4em 0 4em 0;
	}  
	
	#contact-us .container-fluid > .row {
		display: block;
		width: auto;
	}
	
	#contact-us .text {
		float: left;
		display: block;
		padding-top: 0;
	}
	
	#contact-us .graphic {
		float: left;
		display: block;
		right: auto;
		transform: skew(0deg);
		padding-bottom: 70%;
		width: 100%;
		margin: 2em 0 0 0;
	}

	.footer-wrap .footer {
		margin: 4em 0 0 0;
	}

}


@media (max-width: 600px) {
	
	

}


@media (max-width: 480px) {
	
	body {
		font-size: 13px;
		line-height: 20px;
	}
	
	.container-fluid {
		padding: 0 1em;
	}
	
	.xxs-480 {
		width: 100% !important;
	}
	
	.content-wrap {
	    margin-left: 50px;
	}
	
	.left-panel {
		padding: 2em 1em 1em 1em;
	}
	
	body.open .content-wrap {
	    left: 300px;
	}
	header .text .logo{
		width: 70%;
	}


}

