/* @override 
	http://rcmotorco.plotwholedev.com/css/rcmotorco.css
	http://rcmotorco.plotwholedev.com/css/responsive-nav.css */
	
/*Global*/

body {
	font-family: "freight-sans-pro", sans-serif;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

p {
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 18px;
	color: #3b3b3b;
}

.btn {
	font-size: 18px;
	color: #fefffe;
	background-color: #f28408;
	border-radius: 0;
	padding: 10px 30px;
	text-transform: uppercase;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.btn:hover {
	color: #fefffe;
	background-color: #73a6cb;
}

/*Header*/

.header-bg {
	background: url(/images/header-bg.jpg) #3a3939;
	border-bottom: 10px solid #333333 !important;
}

.logo {

	display: block;
	width: 319px;
	height: 73px;
	background-image: url(/images/rcmc-logo.png);
	text-indent: -777777em;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	
}

header {
	color: #fefffe;
	position: relative;
}

.header-info {
	text-transform: uppercase;
	text-align: center;
	color: #fefffe;
	font-size: 14px;
	font-weight: bold;
}

.header-info a:hover {
	text-decoration: none;
	color: #f69d38;
}

header a {
	color: #87bed5;
}

nav ul {
	list-style: none;
	padding-left: 0;
}

/*Responsive Menu //////////////////////////////*/

a.mobile-menu-toggle {
	display: block!important;
	font: bold 24px/24px "freight-sans-pro", sans-serif !important;
	text-align: center!important;
	text-transform: uppercase;
	background-color: #e25c1d;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fefffe;
	text-shadow: 0 01px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.37);
	box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.37);
	border: 1px solid #f4b062;
	border-bottom-style: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff852f), to(#ef6727));
	background-image: -webkit-linear-gradient(top, #ff852f 0%, #ef6727 100%);
	background-image: -moz-linear-gradient(top, #ff852f 0%, #ef6727 100%);
	background-image: -ms-linear-gradient(top, #ff852f 0%, #ef6727 100%);
	background-image: -o-linear-gradient(top, #ff852f 0%, #ef6727 100%);
	background-image: linear-gradient(to bottom, #ff852f 0%, #ef6727 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ff852f', EndColorStr='#e25c1d');
	
}

a.mobile-menu-toggle:hover {
	color: #a63321;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.63);
}

.mobile-menu {
	margin-bottom: 0;
}

.mobile-menu ul {
	-webkit-box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,0.75)!important;
	-moz-box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,0.75)!important;
	box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,0.75)!important;
	display: block;
}

.mobile-menu li {
	background-color: #2f2f2f;
	border-bottom: 1px solid #494949;
}


.mobile-menu li:nth-of-type(odd) {
	background-color: #242424;
}

.mobile-menu li:last-of-type {
	padding-bottom: 0px;
}

.mobile-menu li a {
	
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #e2e2e2;
}

.mobile-menu li a:nth-of-type(even) {
	background-color: #0c0c0c!important;
}


/*Testimonial Section //////////////////////////*/


.testimonial-section {
	background-color: #014d68;
	background-image: -webkit-gradient(radial, 50% 0%,0,50% 0%,200, from(#014d68), to(#3880ab))!important;
	background-image: -webkit-radial-gradient(50% 0%, #3880ab, #014d68)!important;
	background-image: -moz-radial-gradient(50% 0%, #3880ab, #014d68)!important;
	background-image: -o-radial-gradient(50% 0%, #3880ab, #014d68)!important;
	background-image: -ms-radial-gradient(50% 0%, #3880ab, #014d68)!important;
	background-image: radial-gradient(50% 0%, #3880ab, #014d68);
	
	
	padding-top: 34px;
	padding-bottom: 14px;
	color: #fefffe;
}

.testimonial-section blockquote {
	border-left-style: none;
	font-weight: bold;
	line-height: 1em;
	font-size: 2.5em;
	padding-left: 0;
	text-shadow: 0 1px 4px rgba(5, 5, 5, 0.49);
}

.testimonial-section p {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #fefffe;
}

.testimonial-section cite {
	font-size: 1.4em;
	opacity: 0.7;
	margin-bottom: 20px;
	display: block;
}

.testimonial-section .img-circle {
	border: 3px solid #ffffff;
	-moz-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.54);
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.54);
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}


/*Featured Header*/

.featured-header
{
	background-color: #f16624;
	background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#f16624), to(#ff9400))!important;
	background-image: -webkit-radial-gradient(50% 50%, #ff9400, #f16624)!important;
	background-image: -moz-radial-gradient(50% 50%, #ff9400, #f16624);
	background-image: -o-radial-gradient(50% 50%, #ff9400, #f16624);
	background-image: -ms-radial-gradient(50% 50%, #ff9400, #f16624);
	background-image: radial-gradient(50% 50%, #ff9400, #f16624)!important;
	text-align: center;
	padding: 30px 10% 20px;
}

.featured-header h2 {
	font-weight: bold;
	color: #fefffe;
	text-transform: uppercase;
	text-shadow: 0 1px 4px rgba(47, 19, 19, 0.56);
	margin-top: 0;
	font-size: 40px;
	line-height: 44px;
}


.featured-subheader {
	text-transform: uppercase;
	color: #A73321;
	font-size: 18px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.43);
}

.featured-img {
	margin-bottom: 20px;
}


.details {
	padding-top: 40px;
	padding-bottom: 40px;
}

.featured-text h3 {
	margin-top: 0px;
	text-transform: uppercase;
	color: #407FAF;
	font-size: 32px;
}

.featured-stats {
	border-top: 10px solid #407FAF;
	padding-top: 18px;
}


/*Vehicle List ///////////////////////////////*/

.vehicle-list-header {
	text-align: center;
	background-color: #104c6a;
	color: #fefffe;
	padding-top: 30px;
	padding-bottom: 20px;
}

.vehicle-list-header h2 {
	text-transform: uppercase;
	margin-top: 0px;
	font-weight: bold;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 0px;
}

.vehicle-list-header p {
	color: #fefffe;
}



.vehicle-list {
	background-color: #407FAF;
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.3);
	
}


.vehicles {
	padding-top: 48px;
	padding-bottom: 12px;
	
}

.vehicles img {
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.64);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.64);
	margin-bottom: 10px;
}

.vehicles p {
	color: #fefffe!important;
	text-align: center;
	margin-bottom: 48px;
	text-transform: uppercase;
}



/*Contact and Vehicle Finder*/

.contact-content {
	margin-bottom: 40px;
	margin-top: 40px;
}

.contact-content h2, .contact-content p {
	color: #fefffe;
}

.contact-content form {
	font-size: 18px;
	line-height: 18px;
}

.contact-content form div {
	margin-bottom: 14px;
}

.contact-content input[type=text] {
	width: 80%;
	padding: 7px;
}

.contact-content textarea {
	width: 80%;
	min-height: 200px;
	padding: 7px;
}

.contact-content label {

	font-weight: bold;
	min-width: 90px;
	color: #233949;
	vertical-align: middle!important;
	text-align: left;
	text-transform: uppercase;
	display: table;
}

/*Sidebar Testimonial*/

.sidebar-testimonial {
	background-color: #39729d;
	padding: 24px;
}

.sidebar-testimonial img {
	border: 3px solid #ffffff;
	-moz-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.54);
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.54);
}

.sidebar-testimonial h4 {
	color: #fefffe;
	font-weight: bold;
	font-size: 20px;
}

.sidebar-testimonial p {
	color: #c6dae9;
}

.sidebar-testimonial .customer-name {
	font-style: italic;
}


/*Dealership Info*/

.dealership-info {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fefffe;
}

.dealership-info h3 {
	margin-top: 0px;
	color: #f28408;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 40px;
	line-height: 42px;
}


/*Footer */

.footer {
	padding-top: 32px;
	padding-bottom: 32px;
	background-color: #393938;
	color: #fefffe;
}

.footer p {
	color: #fefffe;
	font-size: 16px;
	margin-bottom: 0;
}

/*CONTENT PAGE ////////////////*/ 

.content-page-header h1 {
	font-weight: bold!important;
	margin-top: 0;
	text-align: center;
	margin-bottom: 20px;
	font-size: 48px;
	line-height: 48px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.51);
}


/*VEHICLE DETAIL PAGE ///////////////////////*/

.detail-page h1 {
	font-weight: bold!important;
	margin-top: 0;
	text-align: center;
	margin-bottom: 20px;
	font-size: 48px;
	line-height: 48px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.51);
}

.carfax p{
	text-align: center;
	font-size: 24px;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 30px;
	color: #f57620;
	line-height: 24px;
	margin-bottom: 30px;
}

.carfax a img {

	width: 60%;
	margin-left: 20%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	
}

.carfax a img:hover {
	opacity: 0.7;
	
}

.fb-share {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #48659f;
	padding-top: 10px;
	padding-bottom: 14px;
	color: #fefffe;
	font-size: 24px;
	margin-top: 30px;
}

a.fb-share:hover {
	text-decoration: none;
	color: #fefffe;
	background-color: #334a79;
}

.fb-share i {
	margin-right: 4px;
	top: 2px;
}

table {
	font-size: 18px;
	width: 100%;
	margin-bottom: 24px;
	color: #104c69!;
	border: 1px solid #8bafca;
}

tr {
	background-color: #e1ebf3;
	border-bottom: 1px solid #8bafca;
}

tr:nth-of-type(odd) {
	background-color: #c8dbe9;
	
}

tr:last-of-type {
	border-bottom-style: none;
}

td {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	color: #304b5f;
}

td:nth-of-type(odd) {
	width: 30%;
	font-weight: bold;

	border-right: 1px solid #92b5d0;
}

.images-header {
	margin-bottom: 10px!important;
}

.detail-page-img {
	margin-bottom: 30px!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.detail-page-img:hover {
	opacity: 0.7;
}

/*LIGHTBOX //////////////////////////////////*/

/* IMAGE LIGHTBOX SELECTOR */

		#imagelightbox
		{
			cursor: pointer;
			position: fixed;
			z-index: 10000;

			-ms-touch-action: none;
			touch-action: none;

			-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
			box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
		}


		/* ACTIVITY INDICATION */

		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}


		/* OVERLAY */

		#imagelightbox-overlay
		{
			background-color: rgba(0, 0, 0, 0.63);
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}


		/* "CLOSE" BUTTON */

		#imagelightbox-close
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			text-align: left;
			background-color: #666;
			border-radius: 50%;
			position: fixed;
			z-index: 10002;
			top: 2.5em; /* 40 */
			right: 2.5em; /* 40 */

			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}
			#imagelightbox-close:hover,
			#imagelightbox-close:focus
			{
				background-color: #111;
			}
			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 2px;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 20%;
				bottom: 20%;
				left: 50%;
				margin-left: -1px;
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}


		/* CAPTION */

		#imagelightbox-caption
		{
			text-align: center;
			color: #fff;
			background-color: #030303;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em; /* 10 */
		}


		/* NAVIGATION */
		
		button {
			border: none!important;
		}

		#imagelightbox-nav
		{
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			border-radius: 20px;
			position: fixed;
			z-index: 10001;
			left: 50%;
			bottom: 3.75em; /* 60 */
			padding: 0.313em; /* 5 */

			-webkit-transform: translateX( -50% );
			-ms-transform: translateX( -50% );
			transform: translateX( -50% );
		}
			#imagelightbox-nav button
			{
				width: 1em; /* 20 */
				height: 1em; /* 20 */
				background-color: transparent;
				border: none!important;
				border-radius: 50%;
				display: inline-block;
				margin: 0 0.313em; /* 5 */
			}
			#imagelightbox-nav button.active
			{
				background-color: #fff;
			}


		/* ARROWS */

		.imagelightbox-arrow
		{
			width: 3.75em; /* 60 */
			height: 7.5em; /* 120 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			vertical-align: middle;
			display: none;
			position: fixed;
			z-index: 10001;
			top: 50%;
			margin-top: -3.75em; /* 60 */
		}
		.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus
		{
			background-color: #666;
			background-color: rgba( 0, 0, 0, .75 );
		}
		.imagelightbox-arrow:active
		{
			background-color: #111;
		}
			.imagelightbox-arrow-left
			{
				left: 2.5em; /* 40 */
			}
			.imagelightbox-arrow-right
			{
				right: 2.5em; /* 40 */
			}
			.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
				border: 1em solid transparent;
				content: '';
				display: inline-block;
				margin-bottom: -0.125em; /* 2 */
			}
				.imagelightbox-arrow-left:before
				{
					border-left: none;
					border-right-color: #fff;
					margin-left: -0.313em; /* 5 */
				}
				.imagelightbox-arrow-right:before
				{
					border-right: none;
					border-left-color: #fff;
					margin-right: -0.313em; /* 5 */
				}

		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#container
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.75em; /* 60 */
				margin-top: -2.75em; /* 30 */
			}
			.imagelightbox-arrow-left
			{
				left: 1.25em; /* 20 */
			}
			.imagelightbox-arrow-right
			{
				right: 1.25em; /* 20 */
			}
		}

		@media only screen and (max-width: 20em) /* 320 */
		{
			.imagelightbox-arrow-left
			{
				left: 0;
			}
			.imagelightbox-arrow-right
			{
				right: 0;
			}
		}

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



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	nav {
		background-color: #f88708;
		padding-bottom: 10px;
		padding-top: 10px;

	}
	
	nav ul {
	display: ;
	}
	
	nav ul li {
		float: left;
		margin-left: 10px;
		padding-right: 10px;
		border-right: 1px solid rgba(255, 255, 255, 0.69);
		font-size: 16px;
	}
	
	nav ul li a {
		color: #fefffe;
		
	}
	
	nav ul li a:hover {
		text-decoration: none;
		color: #a63321;
	}
	
	nav ul li:last-of-type {
		border-right-style: none!important;
	}

}



/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	.logo {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.header-info  {
		text-align: right;
		position: absolute;
		right: 0px;
		top: -5px;
		font-size: 16px;
	}
	
	nav {
		position: absolute;
		right: 0;
		top: 28px;
		padding-left: 10px;
		padding-right: 10px;
		
	}
	
	/*Testimonial Section //////////////////////////*/
	
	.testimonial-section {
		background-image: url(/images/carlot.jpg)!important;
		background-size: cover;		
	}
	
	.featured-header  {
		padding-top: 40px;
	}
	
	
	.featured-header h2 {
		font-size: 54px;
	}
	
	.featured-img {
		padding-bottom: 0px;
	}
	
	/*Vehicle Listing ////////////////*/
	
	.vehicle-list-header h2 {
		font-size: 48px;
	}
	 .vehicle-list-header p {
	 	color: #fefffe;
	 }
	 
	 
	/*Footer ///////////////////////// */
	
	.footer p {
		text-align: right;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}




/*RETINA STUFF*/


@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
    a.logo {
    	text-indent: 100%;
    	white-space: nowrap;
    	overflow: hidden;	display: block;
    	background: url(/images/rcmc-logo-2x.png) 0 0 no-repeat;
    	background-size: 319px 73px;
		
    }
}

