@charset "utf-8";

/**************************************************/
/*****   FONTS   **********************************/
/**************************************************/
/* @font-face {
	font-family: 'FontName';
	src: url('../fonts/fontname.eot');
	src: url('../fonts/fontname.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/fontname.woff') format('woff'), 
		 url('../fonts/fontname.ttf') format('truetype'), 
		 url('../fonts/fontname.svg#fontname') format('svg');
	font-weight: normal;
	font-style: normal;
} */

/**************************************************/
/*****   GENERAL STYLES   *************************/
/**************************************************/


/***********************  MAIN COLOR SITE CHANGE *********************/

/*----- custom-navbar -----*/

.custom-navbar {
background-color: #333;
border-color: #333;
/*background-image: url("http://www.wabashnational.com/App_Themes/WabashNational/Global/img/headerbg.gif");*/
/*background-size: 100%;*/
}

/*----- custom-orange-btn -----*/
.custom-orange-btn {
        color: #fff;
        background-color: #333;
        margin-left: 0px !important;
}

.custom-orange-btn:hover,
.custom-orange-btn:focus {
        color: #000;
        background-color: #999;

}

/*----- header_top_cart -----*/
#header_top_cart {
        text-align: center;
        position: absolute;
        top: 0;
        right: 15px;
        background: #333;
        color: #fff;
        padding-top: 5px;
        width: 100px;
        height: 50px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
}
#footer_wrapper {
background-color: #333;
color: #fff;
}

#footer_bottom_wrapper {
background-color: #5c575b;
color: #fff;
}

.fpro {
background: #333;
color: #FFF;
text-align: center;
line-height: 40px;
font-size: 16px;
text-transform:uppercase;
}

#footer ul.footer_nav li a {
  color:#000;
}


.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
        color: #000;
        background-color: transparent;

}
.custom-navbar .navbar-nav > .active > a,
.custom-navbar .navbar-nav > .active > a:hover,
.custom-navbar .navbar-nav > .active > a:focus {
        color: #000;
        background-color: #999;

}
.custom-navbar .navbar-nav > .open > a,
.custom-navbar .navbar-nav > .open > a:hover,
.custom-navbar .navbar-nav > .open > a:focus {
        color: #000;
        background-color: #999;
}
.custom-navbar .navbar-toggle {
        border-color: #999;
}
.custom-navbar .navbar-toggle:hover,
.custom-navbar .navbar-toggle:focus {
        background-color: #999;
}
.custom-navbar .navbar-link:hover {
        color: #000;
}
.custom-navbar .navbar-brand:hover,
.custom-navbar .navbar-brand:focus {
        color: #000;
}

/*********************** END  MAIN COLOR SITE CHANGE *********************/

#leftSidebarWrapper {
	display: none;
}

.custom-navbar .navbar-brand {
	color: #fff;
	text-shadow: none;
}
.custom-navbar .navbar-text {
	color: #fff;
}
.custom-navbar .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	text-shadow: none;
	-webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.custom-navbar .navbar-toggle {
	border-color: #fccf5c;
}
.custom-navbar .navbar-toggle .icon-bar {
	background-color: #fff;
}
.custom-navbar .navbar-collapse,
.custom-navbar .navbar-form {
	border-color: #fff;
}
.custom-navbar .navbar-link {
	color: #fff;
}
@media (max-width: 767px) {
	.custom-navbar .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	.custom-navbar .navbar-nav .open .dropdown-menu > li > a:hover, 
	.custom-navbar .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #FFFFFF;
		/* background-color: transparent; */
	}
	.custom-navbar .navbar-nav .open .dropdown-menu > .active > a, 
	.custom-navbar .navbar-nav .open .dropdown-menu > .active > a:hover, 
	.custom-navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #FFFFFF;
		background-color: #00b038;
	}
}
/* fix conflict bug */
.custom-navbar li.dropdown,
.custom-navbar a.dropdown-toggle {
	display: block !important;
/*        background-image: url("/assets/homepagelogos/demo/wabashnational-linkbckgrd.png");*/
/*        background-size: 95% 100%;*/
/*        background-position: bottom center;*/
/*        margin-left: 1px;*/
/*        margin-right:1px;*/
}


/*----- common css -----*/
.label-required {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #333;
}

/**************************************************/
/*****   LAYOUT   *********************************/
/**************************************************/
#pageWrapper {
	
}

/**************************************************/
/*****   HEADER   *********************************/
/**************************************************/
#pageHeaderWrapper {
	
}
#pageHeader {
	
}

/*----- header_top_nav -----*/
#header_top_nav_wrapper {
	border-bottom: 1px solid #d8d8d8;
}
#header_top_nav {
	position: relative;
	padding-right: 150px;
	text-align: right;
}
#header_top_nav ul#top_nav {
	list-style: none;
	margin-top: 10px;
}
#header_top_nav ul#top_nav li {
	display: inline;
	color: #5c575b;
}
#header_top_nav ul#top_nav li a {
	color: #5c575b;
}

#header_top_cart a {
    color: #FFFFFF;
}
/*----- header_top -----*/
#header_top {
	padding-top: 15px;
	padding-bottom: 15px;
}
#site_logo {
	display: block;

}
#gift_offer {}
#header_search_form {
	margin: 18px 0px;
}
@media (min-width: 992px) {
	#header_search_form {
		float: right;
	}
}


/**************************************************/
/*****   BODY   ***********************************/
/**************************************************/
#pageBodyWrapper {
	
}
#pageBody {
	
}

/**************************************************/
/*****   CONTENT   ********************************/
/**************************************************/
#contentWrapper {
	
}
#content {
	
}
/* content hr style */
#content hr {
	border: none;
	height: 0;
	border-top: 1px solid #38383e;
	border-bottom: 1px solid #ddd;
}

/*----- slider -----*/
#slider {
	margin-bottom: 15px;
}
/************************/
/* customize flexslider */
/************************/
#slider .flexslider {
	/* set normal line-height to make arrow appear with correct sizes */
	line-height: normal !important;
	margin-bottom: 0px !important;
}
#slider .flex-control-nav {
	/* change the position of flex-control-nav to be inside the image */
	bottom: 10px !important;
}
/* change the size and color of flex-control-nav */
#slider .flex-control-paging li a {
	width: 14px;
	height: 14px;
	background: rgba(255,255,255,0.5) !important;
}
#slider .flex-control-paging li a:hover {
	background: rgba(255,255,255,0.7) !important;
}
#slider .flex-control-paging li a.flex-active {
	background: rgba(255,255,255,0.9) !important;
}

/*----- products_categories -----*/
#products_categories {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	
}
#products_categories .category {
	margin-top: 15px;
	margin-bottom: 15px;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */	
}
#products_categories .category:hover {
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */	
}
#products_categories .category img {
	margin: 0 auto;
	border: 1px solid #ddd;
}
#products_categories .category_label {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;

}
#products_categories .category_label,
#products_categories .category_label a {
	color: #333;
}

/*----- video-container -----*/
.video-container {
	position: relative;
	padding-bottom: 55.5%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	
	border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*----- products_scroller -----*/
#products_scroller {
	margin-bottom: 15px;
}
#products_scroller .product {
	width: 100%;
	height: 220px;
	text-align: center;
	border: 1px solid #eee;
}
#products_scroller .product .product_image {
	height: 150px;
	margin-bottom: 15px;
}
#products_scroller .product .product_image a {
	display: block;
}
#products_scroller .product .product_image img {
	margin: 0 auto;
	width: auto !important;
}
#products_scroller .product .product_name,
#products_scroller .product .product_name a {
	color: #333;
	font-weight: bold;
}
#products_scroller .product .product_price {
	color: #333;
}
/************************/
/* customize flexslider */
/************************/
#products_scroller .flexslider {
	/* set normal line-height to make arrow appear with correct sizes */
	line-height: normal !important;
	margin: 0px 50px !important;
}
/* make next and prev for .carousel always appear */
#products_scroller .flex-direction-nav .flex-prev,
#products_scroller .flexslider:hover .flex-prev  {
	opacity: 1;
	left: -50px !important;
}
#products_scroller .flex-direction-nav .flex-next,
#products_scroller .flexslider:hover .flex-next {
	opacity: 1;
	right: -50px !important;
}

/*----- new_products -----*/
#new_products {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
#new_products .product {
	width: 100%;
	height: 220px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#new_products .product .product_image {
	height: 150px;
	margin-bottom: 15px;
}
#new_products .product .product_image a {
	display: block;
}
#new_products .product .product_image img {
	margin: 0 auto;
}
#new_products .product .product_name,
#new_products .product .product_name a {
	color: #333;
	font-weight: bold;
}
#new_products .product .product_price {
	color: #333;
}

/*----- overseas_manufacturing -----*/
#overseas_manufacturing {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
#overseas_manufacturing h3 {
	font-weight: bold;
}
#overseas_manufacturing h3 span {
	color: #1b9f4b;
}
#overseas_manufacturing_image {
	margin: 0 auto;
}

/*----- signup_and_stayconnected_container -----*/
#signup_and_stayconnected_container {
	margin-top: 25px;
	margin-bottom: 25px;
}
#signup_and_stayconnected_container > .row {
	background: #38383e;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
}
#social_network {
	text-align: right;
	color: #fff;
}
#social_network a {
	color: #fff;
}
@media (max-width: 991px) {
	#social_network {
		text-align: center;
		margin-top: 15px;
	}
	#stay_connected_title {
		display: block;
		margin-bottom: 10px;
	}
}
#social_network span.circle {
	font-size: 1.2em;
	display: inline-block;
	padding: 5px 6px;
	margin: 0px 5px;
	background: #2a2a2e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/*----- bottom_info -----*/
#bottom_info_wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ddd;
	-webkit-box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.3);
    box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.3);
}
#bottom_info img {
	margin: 15px auto;
}

/******************************/
/*****   About Content   ******/
/******************************/
#about_content {}
#about_content .bigtext {
	font-size: 16px;
	font-weight: bold;
}

/******************************/
/*****   Contact Content   ****/
/******************************/
#contact_content {}
#contact_content .contact_iphone {
	background: url("../images/bg-iphone-sidebar.png") 100% 0 no-repeat;
	width: 269px;
	height:594px;
	padding: 92px 23px 169px 25px;
	margin: 0 auto;
}
#contact_content .contact_iphone .iphone_wrap {
	background: none !important;
	margin: 25px auto;
	width: 180px;
}
#contact_content .contact_iphone .iphone-header {
	font-size: 16px;
	font-weight: bold;
}
#contact_content .contact_iphone .iphone-text {}

/******************************/
/***** shop_by_brand_content **/
/******************************/
#shop_by_brand_content {}
#shop_by_brand_content .catalog {
	width: 100%;
	height: 225px;
	text-align: left;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#shop_by_brand_content .catalog_image {
	height: 111px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
#shop_by_brand_content .catalog_image:hover {
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */	
}
#shop_by_brand_content .catalog_image a {
	display: block;
}
#shop_by_brand_content .catalog_image img {
	margin: 0 auto;
}
#shop_by_brand_content .catalog_name,
#shop_by_brand_content .catalog_name a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#shop_by_brand_content .catalog_description {
	color: #333;
}

/**************************************************/
/*****   FOOTER   *********************************/
/**************************************************/
#pageFooterWrapper {
	
}
#pageFooter {
	
}

/*----- footer -----*/
}
#footer {
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer #rasport_25_image {
	margin: 10px 0px;
}
#footer h5 {
	color: #fff;
	font-weight: bold;
}
#footer ul.footer_nav {
	padding-left: 0px !important;
	list-style: none;
}
#footer ul.footer_nav li, #footer ul.footer_nav li a {
color: white;
}
#language_select, #currency_select {
	background: #696969 !important;
	border: none !important;
	color: #fff !important;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	#footer {
		text-align: center;
	}
	#footer #rasport_25_image {
		margin: 0 auto;
	}
	#footer .footer_section {
		margin-bottom: 25px;
	}
}

/*----- footer_bottom -----*/
#footer_bottom {
	text-align: center;
}
#footer_bottom h4 {
	font-weight: bold;
}
#footer_bottom p {
	color: #fff;
}



/*******************************/
/***** Home Page product-item **/
/*******************************/

.product-item {
	width: 100%;
	border-radius: 3px;
}
.product-item-inner {
	border: 1px solid #ffffff;
	border-radius: 2px;
}
.product-item .title {
	height: 52px;
	font-family: 'Sansita One', cursive;
	font-size: 16px;
	border-radius: 3px 3px 0px 0px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	z-index: 200;
	display:none;
}
.product-item .info {
	height: 52px;
	line-height: 52px;
	font-size: 0.813em;
	border-radius: 0px 0px 3px 3px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	z-index: 200;
}
.product-item .info span.button-small {
	float: right;
	margin: 13px 10px 0px 0px;
}
.product-item .title span.title-container {
	line-height: 120%;
	display: none;
	height: 54px;
	padding: 0px 10px;
}
.product-item .title a {
	display: table-cell;
	vertical-align: middle;
	border: 0px none;
}
.product-item .image {
	position: relative;
	width: 100%;
	height:280px;
}
.product-item .image .price {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 4px 8px;
	font-family: 'Sansita One', cursive;
	font-size: 18px;
}
.product-item .image a,
.product-item .image a:hover {
	border: 0px none;
}
.product-item .image a img {
	width: 100%;
}
.product-grid-container {
	width: 23%; 
	/* margin: 0px 21px 0px 0px; */
	margin: 0px 10px;
}
.product-grid-container-inner {
	width: 30%; 
	/* margin: 0px 21px 0px 0px; */
	margin: 0px 1.6% 3% 1.6%;
}
.main-content-full .product-grid-container-inner {
	width: 23%; 
	margin: 0px 1% 3% 1%;
}
a.view-details {
	margin: 20px 0px 0px 6px;
	float: left;
	line-height: 100%;
}
span.button-small {
	display: inline-block;
	min-width: 96px;
	height: 25px;
	border-radius: 2px;
	zoom: 1;
}
span.button-small a {
	display: block;
	line-height: 25px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	padding: 0px 6px 0px 28px;
	background-position: 0px -427px;
	background-repeat: no-repeat;
	border: 0px none;
}



/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

/*General Mosaic Styles*/
.mosaic-block {
	position:relative;
	overflow:hidden;
}
.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	padding: 19px 0px 0px 9px;
}	
.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
}
.mosaic-block .details {
	padding: 10px;
	font-size: 12px;
}
/*** Custom Animation Styles (You can remove/add any styles below) ***/
.circle .mosaic-overlay {
	background: url(../images/zoom_link.png) no-repeat center center;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	display:none;
}
.fade .mosaic-overlay {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	background:url(../img/bg-black.png);
}
.bar .mosaic-overlay {
	bottom:-100px;
	height:100px;
	background:url(../img/bg-black.png);
}
.bar2 .mosaic-overlay {
	bottom:-50px;
	height:100px;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
}
.bar2 .mosaic-overlay:hover {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}
.bar3 .mosaic-overlay {
	top:-100px;
	height:100px;
	background:url(../img/bg-black.png);
}
		
/*** End Animation Styles ***/


/*******************************/
/***** Image Slider Effect *****/
/*******************************/

#intro {
	max-width: 580px;
	margin: 0 auto;
}
#pager2 {
	margin: 0 auto;
}
	
#pager2 a {
	display: inline-block;
	width: 26px;
	height: 26px;
}
#pager2 a.selected {
}
.caroufredsel_wrapper ul {
	
}
.list-carousel {
	mmargin: 0 0 30px 60px;
	width: 360px;
}
.list-carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-carousel li {
	padding: 2px 0px;
	display: block;
	float: left;
}
.list-carousel.responsive {
	width: auto;
	margin-left: 0;
}
.prev {
	float: left;
	margin-left: 10px;
	background-position: 20px 4px;
	width: 50px;
	height: 30px;
}
.next {
	float: right;
	margin-right: 10px;
	background-position: 20px 4px;
	width: 50px;
	height: 30px;
}
.pager {
	margin: 0px auto;
	margin-top: 15px;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a:focus { 
	outline: none; 
}

.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
