@charset "utf-8";
/* CSS Document */

body{
	background-color:#888;
	background-image: url(../../images/backgrounds/generic-bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}

body.page-home{
	background-image:none;
}

body.page-ecatalog{
	background-image: url(../../images/backgrounds/ecatalog-bg.jpg);
}
body.page-ecatalog-iframe{
	background-image: none;
}

body.page-products, body.page-products.roadmatic{
	background-image: url(../../images/backgrounds/products-bg.jpg);
}

body.page-roadmatic-3-year-warranty{
	background-image: url(../../images/backgrounds/products-2-bg.jpg);
}

body.page-products.monroe-magnum{
	background-image: url(../../images/backgrounds/products-magnum-bg.jpg);
}

body.page-resource-center, body.page-tech-talk{
	background-image: url(../../images/backgrounds/resource-center-bg.jpg);
}

body.page-resource-center.built4u{
	background-image: url(../../images/backgrounds/built4you-bg.jpg);
}

body.page-shocks-101{
	background-image: url(../../images/backgrounds/shocks101-bg.jpg);
}

body.page-about, body#page-blog{
	background-image: url(../../images/backgrounds/about-bg.jpg);
}

/* HEADER STYLES */

header{
	padding-top:20px;
	border-bottom:1px solid #aaa;
	background-image: radial-gradient(#222, #111);
	color:#ccc;
}

.header-select-world{
	width:200px;
}

.header-nav-search input{
	width:220px !important;
}

.header-lang-switch a{
	color:#eee;
}

@media (max-width: 991px) {
    .header-logo img {
		margin: auto;
    }
}

/* HEADER NAV STYLES */

.navbar-nav > li > a{
	color:#eee;
	font-size:18px;
	padding-right:85px;
	background:none;
	text-transform:uppercase;
}

.navbar-nav > li > .dropdown-menu{
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.75), inset 0px 5px 5px -4px rgba(0,0,0,0.85);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.75), inset 0px 5px 5px -4px rgba(0,0,0,0.85);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.75), inset 0px 5px 5px -4px rgba(0,0,0,0.85);
	border:none;
	border-top:1px solid #aaa;
	background-image: radial-gradient(rgba(255,255,255,.95), rgba(204,204,204,.95));
}

.header-nav.affix .navbar-nav > li > a{
	font-size:14px;
	padding:10px 40px;
}

@media (min-width: 992px) {
	
	.navbar-nav > li > a.nav-products{
		padding-left:10px;
	}

	#navbar-full.navbar-collapse{
		padding-left:0;
	}
	
	.navbar-nav > li > a.nav-search{
		padding-right:30px;
		padding-left:0;
	}
	
	.navbar-nav > li > a.nav-about{
		padding-right:30px;
	}
	
	.header-nav.affix .navbar{
		min-height:30px;
	}
	
	.header-nav.affix{
		position: fixed;
		top: 0;
		width: 100%; 
		background-color:#222;
		font-size:14px;
		-webkit-box-shadow: 0 2px 2px -2px black;
		   -moz-box-shadow: 0 2px 2px -2px black;
				box-shadow: 0 2px 2px -2px black;
		z-index:1000;
		border-bottom:1px solid #aaa;
	}
	
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
	color:#fff;
	background:none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	color:#fff;
	background:none;
}

.nav > li > a:focus, .nav > li > a:hover{
	background:none;
}

nav .dropdown-toggle .caret{
	color:#ffdf1c;
}

.navbar{
	border:none;
	margin-bottom:0;
}

.navbar-header{
	display:none;
}

.navbar-brand{
	padding-top:10px;
	padding-bottom:0;
	height:auto;
}

.navbar-brand > img{
	max-height:25px;
}

.navbar-toggle{
	background-color:#ddd;
	float:left;
}

.navbar-collapse{
	border:none;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
	        box-shadow:none;
}

.navbar-toggle .icon-bar{
	background-color:#444;
}

.navbar-nav.nav-parts-dealer{
	margin:0;
}

ul.nav-parts-dealer{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

ul.nav-parts-dealer .nav-parts-dealer-link{
	display:block;
	padding:20px 5px;
	background-image: radial-gradient(rgba(255,255,255,.95), rgba(204,204,204,.95));
	/*background-color:rgba(255,255,255,.75);*/
	font-size:16px;
	font-weight:bold;
	color:#2968af;
	width:50%;
	float:left;
}

ul.nav-parts-dealer .nav-parts-dealer-link:hover{
	text-decoration:none;
	background-image: radial-gradient(rgba(255,255,255,1), rgba(204,204,204,1));
	color:#2968af;
}

.nav-sub-drop{
	background-image: radial-gradient(#222, #111);
	color:#ccc;
	padding:0;
	margin-left:15px;
	-webkit-box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.5);
}

.nav-tabs > li > a.nav-tabs-link{
	margin-right:0;
}

.nav-flyout-set-wrapper.top{
	padding-top:10px;
}

.nav-flyout-set-wrapper{
	padding-top:20px;
}

.nav-flyout-header{
	border-bottom:1px solid #aaa;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#222;
}

.nav-flyout-header.non-link{
	padding:0 0 5px 5px;
}

.nav-flyout-header.no-sub a{
	border-bottom:none;
	padding:20px 5px;
}

.nav-flyout-header.no-sub{
	border-bottom:none;
	padding:0;
}

.nav-flyout-set-wrapper.top .nav-flyout-header.no-sub a, .nav-flyout-set-wrapper.top .nav-flyout-header a{
	padding-top:0px;
}

#nav-products-shock-struts .nav-flyout-set-wrapper.top .nav-flyout-header a{
	padding-top:10px;
}

.nav-flyout-header a{
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#222;
	padding:10px 0 5px 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.nav-flyout-header a:hover, .nav-flyout-header a:focus{
	text-decoration:none;
	color:#444;
}

ul.nav-flyout-links{
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #fff;
}

ul.nav-flyout-links li.no-link{
	padding:5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color:#222;
}

ul.nav-flyout-links li a{
	display:block;
	padding:5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color:#222;
}

ul.nav-flyout-links li a:hover, ul.nav-flyout-links li a:focus{
	background-color:rgba(0, 0, 0, .85);
	border-radius:4px;
	color:#eee;
	text-decoration:none;
	text-shadow:none;
}

ul.nav-flyout-links li a.promo-img-link{
	padding:0;
	margin-top:10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}

ul.nav-flyout-links li a.promo-img-link:hover, ul.nav-flyout-links li a.promo-img-link:focus{
	border-radius:0;
	text-decoration:none;
	text-shadow:none;
}

.nav-flyout-header a img.flag-icon{
	display:inline-block;
	vertical-align:middle;
}


/* NAV DROPDOWN TABS */

.tabs-left .nav-tabs li:last-child {
  border-bottom: 1px solid #444;
}

.tabs-left .nav-tabs {
  border-bottom:none;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.nav-sub-drop li > a {
  min-width: 220px;
  margin-right: 0;
  margin-bottom: 0;
  border-radius:0;
}

.tabs-left .nav-tabs > li{
	float:none;
	margin:0;
}

.tabs-left .nav-tabs > li > a,
.tabs-left .nav-tabs > li > a:hover,
.tabs-left .nav-tabs > li > a:focus,
.nav-sub-drop li > a,
.nav-sub-drop li > a:hover,
.nav-sub-drop li > a:focus {
   border-bottom:1px solid #000;
   border-top:1px solid #444;
   border-left:0;
   border-right:0;
   border-radius:0;
   font-size:14px;
   font-weight:400;
   color:#ccc;
   text-transform:uppercase;
   padding:15px;
}

.tabs-left .nav-tabs > li > a:hover,
.tabs-left .nav-tabs > li > a:focus,
.tabs-left .nav-tabs .active > a,
.tabs-left .nav-tabs .active > a:hover,
.tabs-left .nav-tabs .active > a:focus,
.nav-sub-drop li > a:hover,
.nav-sub-drop li > a:focus,
.nav-sub-drop .active > a,
.nav-sub-drop .active > a:hover,
.nav-sub-drop .active > a:focus {
	background-color:rgba(0,0,0,.7);
	color:#ffdf1c;
}

.tabs-left .tab-pane{
	color:#222;
	padding:15px 15px 15px 0;
}

.nav-display-checker{
	text-align:right;
}

.dropdown-menu .tab-content.strut-assemblies-active{
	background-image: url(../../images/navigation/english/roadmatic_nav_bg.jpg)!important;
	background-position: top center!important;
	border-bottom-right-radius: 4px!important;
}

.dropdown-menu .tab-content.strut-assemblies-active.dev{
	background-image: url(../../images/navigation/english/strut_assembly_nav_bg.jpg)!important;
}

/* NAV STYLES FOR MOBILE */

@media (max-width: 991px) {
	
	.row-eq-height{
		display:inherit !important;
	}
	
	.navbar{
		z-index:1000;
		margin: 20px -15px 0 -15px;
	}
	
	.nav-display-checker{
		text-align:left;
	}
	
	.navbar-header{
		display:none !important;
	}
	
	.navbar{
		min-height:0;
	}
	
	.header-nav.affix{
		position:relative;
	}
	
	.header-nav .container{
		width:inherit;
	}
	
	.header-nav .container .row{
		margin:0;
	}
	
	.header-nav .container .row .col-lg-12{
		padding:0 !important;
	}
	
	.navbar-nav{
		margin-top:0;
		margin-bottom:0;
		background-image: radial-gradient(#222, #111);
		color:#ccc;
		border-top:1px solid #aaa;
		-webkit-box-shadow: 0px -3px 10px 0px rgba(0,0,0,1);
		-moz-box-shadow: 0px -3px 10px 0px rgba(0,0,0,1);
		box-shadow: 0px -3px 10px 0px rgba(0,0,0,1);
	}
	
	.navbar-nav > li > a{
		padding:15px;
		border-bottom:1px solid #000;
   		border-top:1px solid #444;
	}
	
	.navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
		color:#fff;
		background-color:rgba(0,0,0,.7);
		border-bottom:1px solid #000;
   		border-top:1px solid #444;
	}
	
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
		color:#fff;
		background-color:rgba(0,0,0,.7);
		border-bottom:1px solid #000;
   		border-top:1px solid #444;
	}
	
	.panel-group.responsive{
		margin-top:0;
		margin-bottom:0;
	}
	
	.panel-group.responsive .panel{
		background-color:inherit;
		border-radius:0;
		margin:0;
		border:none;
	}
	
	.panel-group.responsive .panel .panel-heading{
		padding:0;
		border-radius:0;
		background-color:rgba(255,255,255,0.5);
		border:none;
	}
	
	.panel-group.responsive .panel .panel-body{
		padding:15px;
		color:#222;
	}
	
	a.accordion-toggle.nav-tabs-link, .nav-sub-drop a.nav-sub-link{
		display:block;
		padding:15px;
		color:#222;
		text-decoration:none;
   		border-top:1px solid #fff;
		border-bottom:none;
		-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
		background-color:rgba(255,255,255,.75);
	}
	
	a.accordion-toggle.nav-tabs-link.collapsed, .nav-sub-drop li, .nav-sub-drop a.nav-sub-link{
		-webkit-box-shadow:none;
		-moz-box-shadow: none;
		box-shadow: none;
		border-bottom:1px solid #ccc;
		background-color:transparent;
	}
	
	.nav-sub-drop li{
		border-bottom:none;
		background-color: rgba(255, 255, 255, 0.5);
	}
	
	a:hover.accordion-toggle.nav-tabs-link.collapsed{
		background-color:rgba(255,255,255,.75);
	}
	
	.nav-sub-drop{
		background-color:transparent;
		margin-left:0;
		background-image: radial-gradient(rgba(255,255,255,.95), rgba(204,204,204,.95));
		border-radius:0 !important;
	}
	
	.nav-sub-drop a.nav-sub-link{
		text-transform:none;
		font-size:16px;
		font-weight:500;
		line-height: 1.1;
	}
	
	.nav-sub-drop a:hover.nav-sub-link, .nav-sub-drop a:focus.nav-sub-link{
		background-color:rgba(255,255,255,.75);
		color:#222;
		border-bottom:1px solid #ccc;
		border-top:1px solid #fff;
		text-transform:none;
		font-size:16px;
		font-weight:500;
		line-height: 1.1;
	}
	
	.nav-mobile-header-functions a.nav-mobile-link{
		font-size:14px;
		color:#aaa;
		padding:10px 15px;
		background-color:rgba(255,255,255,.05);
	}
	
	.nav-mobile-header-functions .nav-mobile-seach-content{
		padding:15px;
	}
	
	#nav-parts-dealers.nav-tabs{
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.75), inset 0px 5px 5px -4px rgba(0,0,0,0.85);
		-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.75), inset 0px 5px 5px -4px rgba(0,0,0,0.85);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.75), inset 0px 5px 5px -4px rgba(0,0,0,0.85);
		background-color:#fff;
		background-image: radial-gradient(rgba(255,255,255,.90), rgba(204,204,204,.90));
		border-bottom:1px solid #777;
		margin-top:1px;
	}
	
	.page-home #nav-parts-dealers.nav-tabs{
		margin-top:0;
	}
	
	#nav-parts-dealers.nav-tabs > li{
		width:50%;
		border-radius:0;
		text-align:center;
		font-size:16px;
		margin:0;
	}
	
	#nav-parts-dealers.nav-tabs > li:first-child{
		border-right:1px solid #aaa;
	}
	
	#nav-parts-dealers.nav-tabs > li:last-child{
		/*border-left:1px solid #fff;*/
	}
	
	#nav-parts-dealers.nav-tabs > li:hover a{
		background-color: rgba(255,255,255,0.3);
	}
	
	#nav-parts-dealers.nav-tabs > li.active a{
		background-color: rgba(255,255,255,0.3);
	}
	
	#nav-parts-dealers.nav-tabs > li a{
		border-radius:0;
		border:none;
		color:#222;
		font-weight:600;
		background-color:transparent;
	}
	
	#nav-parts-dealers.nav-tabs > li a:hover, #nav-parts-dealers.nav-tabs > li a:focus{
		border:none;
	}
	
	.nav-parts-dealers.tab-content > .active{
		background-image: radial-gradient(rgba(255, 255, 255, 0.90), rgba(204, 204, 204, 0.90));
		border:none;
		padding:15px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.75), inset 0px 5px 5px -4px rgba(0,0,0,0.85);
		-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.75), inset 0px 5px 5px -4px rgba(0,0,0,0.85);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.75), inset 0px 5px 5px -4px rgba(0,0,0,0.85);
	}
	
	.row.nav-parts-dealers-row{
		margin-bottom:20px;
	}
	
}

/* FOOTER STYLES */

footer{
	padding-top:20px;
	border-top:1px solid #aaa;
	background-image: radial-gradient(#222, #111);
	color:#ccc;
}

footer .container{
	margin-bottom:0 !important;
}

footer .col-lg-5ths, footer .col-md-5ths{
	margin-bottom:20px;
}

.footer-icon-margin-auto{
	margin:auto;
}

@media (max-width: 767px) {
    .footer-icon-margin-auto{
		margin:auto;
	}
}

@media (min-width: 768px) {
    .footer-icon-margin-auto{
		margin:inherit;
	}
}

@media (min-width: 992px) {
    .footer-icon-margin-auto{
		margin:auto;
	}
}

/* WIDGET STYLES */

#widget-accordion-desktop.panel-group, #widget-accordion-mobile.panel-group{
	margin-bottom:0;
}

#widget-accordion-desktop.panel-group .panel, #widget-accordion-mobile.panel-group .panel{
	background-color:rgba(255,255,255,.5);
	border:none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	margin-top:10px;
}

#widget-accordion-desktop.panel-group .panel:first-child, #widget-accordion-mobile.panel-group .panel:first-child{
	margin-top:0;
}

#widget-accordion-desktop .panel-body, #widget-accordion-mobile .panel-body{
	border-top:0;
	padding:10px;
}

#widget-accordion-desktop .panel-body .form-group, #widget-accordion-mobile .panel-body .form-group{
	margin-bottom:10px;
}

#widget-accordion-desktop.panel-group .panel .panel-heading, #widget-accordion-mobile.panel-group .panel .panel-heading{
    padding: 0;
	background-image: radial-gradient(#222, #111);
	border-radius:4px;
}

#widget-accordion-desktop.panel-group .panel .panel-heading.active, #widget-accordion-mobile.panel-group .panel .panel-heading.active{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
}

#widget-accordion-desktop.panel-group .panel .panel-heading a, #widget-accordion-mobile.panel-group .panel .panel-heading a{
    display: block;
    padding: 10px 15px;
	color:#fff;
}

#widget-accordion-desktop.panel-group .panel .panel-heading a:focus, 
#widget-accordion-desktop.panel-group .panel .panel-heading a:hover, 
#widget-accordion-mobile.panel-group .panel .panel-heading a:focus, 
#widget-accordion-mobile.panel-group .panel .panel-heading a:hover{
	text-decoration:none;
}


/* HOME PAGE STYLES */

body.page-home{
	background-color:#888;
}

.slider-bg-container.container-fluid{
	padding:0;
}

.hp-wrapper.row{
	position:relative;
}

.hp-quicklinks-box{
	margin-top:20px;
}

.hp-dealer-box{
	margin-top:20px;
}

.finddealers-iframe.en{
	height:232px;
}

.finddealers-iframe.es{
	height:255px;
}

.finddealers-iframe.fr{
	height:255px;
}

@media (max-width: 1199px) {
	
	.finddealers-iframe.en{
		height:252px;
	}
	
	.finddealers-iframe.es{
		height:292px;
	}
	
	.finddealers-iframe.fr{
		height:292px;
	}	
	
}

@media (max-width: 991px) {
	
	.finddealers-iframe.en{
		height:200px;
	}
	
	.finddealers-iframe.es{
		height:215px;
	}
	
	.finddealers-iframe.fr{
		height:215px;
	}	
	
}

@media (max-width: 767px) {
	
	.finddealers-iframe.en{
		height:225px;
	}
	
	.finddealers-iframe.es{
		height:240px;
	}
	
	.finddealers-iframe.fr{
		height:240px;
	}	
	
}

@media (max-width: 400px) {
	
	.finddealers-iframe.en{
		height:235px;
	}
	
	.finddealers-iframe.es{
		height:275px;
	}
	
	.finddealers-iframe.fr{
		height:275px;
	}	
	
}

.hp-quicklinks-box-header{
	position:relative;
	font-size:16px;
	color:#ffdf1c;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
	padding:10px;
	background-image: radial-gradient(#222, #111);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	z-index:20;
}

.hp-quicklinks-box-content{
	position:relative;
	padding:10px;
	background-image: radial-gradient(rgba(255,255,255,.75), rgba(204,204,204,.75));
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	z-index:10;
	color:#222;
}

.hp-quicklinks-box .hp-quicklinks-box-content, .hp-dealer-box .hp-quicklinks-box-dealer-txt{
	font-weight:600;
}

.hp-quicklinks-box .btn{
	margin-top:5px;
	white-space: normal;
}

.hp-quicklinks-box .hp-quicklinks-box-content .btn{
	position:absolute;
	bottom:10px;
	left:10px;
	margin-right:10px;
}

.hp-new-coverage-img{
	margin:0 -20px;
}

.hp-techtalk-img{
	margin:0 -25px 0 0;
}

.hp-techtalk-txt{
	width:65%;
	position:absolute;
	top:10px;
	left:10px;
}

.hp-expertplus-img, .hp-expertlearning-img{
	margin-top:5px;
}

.hp-new-coverage-img img, .hp-expertplus-img img, .hp-techtalk-img img, .hp-expertlearning-img img{
	margin:auto;
}

.hp-slider-box-black{
	padding:15px;
	background-color:rgba(0,0,0,0.60);
	border-radius:4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.60);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.60);
}

.hp-slider-box-yellow{
	padding:15px;
	background-color:rgba(255,222,0,0.60);
	border-radius:4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.60);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.60);
}

#slider1 .hp-slider-box-black{
	margin-top:380px;
	background-color:rgba(0,0,0,0.90);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.80);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.80);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.80);
}

#slider1 .hp-slider-box-yellow{
	margin-top:380px;
}

.hp-slider-box-white{
	padding:15px;
	background-color:rgba(255,255,255,0.40);
	border-radius:4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.60);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.60);
}

.hp-slider-txt-black-large{
	color:#000;
	font-size:65px;
	font-weight:600;
	line-height:85%;
}

.hp-slider-oes-txt-box{
	margin-top:100px;
}

.hp-slider-counterstool-txt-box{
	margin-top:140px;
}

.hp-slider-counterstool-img-box{
	margin-top:60px;
}

.hp-slider-ftd-sweepstakes-img{
	margin-top:80px !important;
}

.hp-slider-ftd-sweepstakes-box{
	margin-top:200px !important;
}

.hp-slider-holiday2017-box{
	margin-top: 340px;
}

.hp-slider-holiday2017-prod{
	margin-top: 20px;
}

.hp-slider-monroe-magnum-top{
	margin-top: 60px!important;
}

.hp-slider-monroe-magnum-prod{
	margin-top: 10px!important;
}

@media (max-width: 767px) {
    .hp-slider-txt-black-large{
		font-size:40px;
	}
	
	.hp-slider-oes-txt-box, .hp-slider-counterstool-txt-box{
		margin-top:20px;
	}
	
	.hp-slider-counterstool-img-box{
		margin-top:20px;
	}
	
	.hp-slider-oes-logo{
		padding:15px;
		background-color:rgba(255,255,255,0.65);
		border-radius:4px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.60);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.60);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.60);
	}
	
	.hp-slider-holiday2017-box{
	margin-top: 340px;
	}

	.hp-slider-holiday2017-prod{
		margin-top: 20px;
	}
	
	.hp-slider-built4u{
		margin-top: 300px!important;
	}
}

@media (max-width: 991px) {
	
	.hp-slider-ftd-sweepstakes-box, .hp-slider-ftd-sweepstakes-img{
		margin-top:20px !important;
	}
	
}

@media (min-width: 768px) {
    .hp-slider-txt-black-large{
		font-size:50px;
	}
	.hp-slider-holiday2017-box{
		margin-top: 240px;
	}

	.hp-slider-holiday2017-prod{
		margin-top: 320px;
	}
	
	.hp-slider-built4u{
		margin-top: 360px!important;
	}
}

@media (min-width: 992px) {
    .hp-slider-txt-black-large{
		font-size:60px;
	}
	.hp-slider-holiday2017-box{
		margin-top: 340px;
	}

	.hp-slider-holiday2017-prod{
		margin-top: 420px;
	}
}

@media (min-width: 1200px) {
    .hp-slider-txt-black-large{
		font-size:70px;
	}
}

/* COMMON INNER PAGE STYLES */

.container.main-content{
	padding-top:20px;
	padding-bottom:20px;
}

@media (max-width: 991px) {
	.container.main-content{
		padding-top:0;
	}
}

.inner-page-header{
	position:relative;
	font-size:30px;
	color:#ffdf1c;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
	padding:10px 20px;
	background-image: radial-gradient(#222, #111);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	z-index:20;
	text-transform:uppercase;
}

.inner-page-header-mid{
	margin: 20px -20px 0 -20px;
}

.inner-page-box-content{
	position:relative;
	padding:20px;
	background-image: radial-gradient(rgba(255,255,255,.90), rgba(204,204,204,.90));
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	z-index:10;
	color:#222;
}

.inner-page-box-content a{
	font-weight: bold;
}

.inner-page-box-content .btn{
	white-space:normal;
	text-transform:uppercase;
	font-weight:inherit;
}

/* ECATALOG PAGE STYLES */

.ecatalog-intro-txt{
	border-right:1px solid #666;
}

.ecatalog-last-updated{
	padding-left:20px;
	padding-right:0;
	border-left:1px solid #ddd;
}

@media (max-width: 767px) {
	
	.ecatalog-last-updated{
		padding-top:10px;
		padding-left:0;
		border-left:none;
	}
	
	.ecatalog-intro-txt{
		border-right:none;
	}

}

.ecatalog-criteria-box, .ecatalog-criteria-vin, .ecatalog-criteria-lic, .ecatalog-criteria-partsearch, .ecatalog-criteria-box-selection{
	padding:10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	background-color:rgba(204,204,204,0.85);
	border-radius:4px;
	border:1px solid #fff;
	margin-top:20px;
	font-weight:bold;
}

.ecatalog-criteria-vin, .ecatalog-criteria-lic, .ecatalog-criteria-partsearch{
	display:none;
}

.ecatalog-criteria-box-selection{
	font-size:18px;
	font-weight:bold;
}

.ecatalog-criteria-user-selected-wrapper{
	display:none;
}

.ecatalog-criteria-user-selected{
	font-size:26px;
	font-weight:bold;
}

.ecatalog-moreinfo-wrapper{
	display:none;
	padding-top:20px;
}

.ecatalog-moreinfo-wrapper-header{
	padding:15px;
	font-weight:bold;
	background-color: rgba(41, 104, 175, 0.5);
	border:1px solid #2968af;
	color:#000;
	text-transform:uppercase;
	margin-bottom:5px;
	border-radius:4px;
}

.ecatalog-criteria-error{
	display:none;
	padding:15px;
	margin-top:20px;
	font-weight:bold;
	background-color: rgba(255, 150, 150, 0.5);
	border:1px solid #cc0000;
	color:#000;
	text-transform:uppercase;
	margin-bottom:5px;
	border-radius:4px;
}

.ecatalog-results-wrapper{
	padding-top:20px;
	display:none;
}

#ecatalog-accordion-results, #promo-faq-accordion, #symptoms-accordion, #qs-new-coverage-accordion{
	margin-top:10px;
	margin-bottom:0;
	clear:both;
	background-image: radial-gradient(#222, #111);
	color:#ccc;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	border-radius:4px;
}
#promo-faq-accordion{
	margin-bottom:15px;
}

#ecatalog-accordion-results .panel-heading, #promo-faq-accordion .panel-heading, #symptoms-accordion .panel-heading, #qs-new-coverage-accordion .panel-heading{
	padding:0;
}

#ecatalog-accordion-results.panel-group .panel, #promo-faq-accordion.panel-group .panel, #symptoms-accordion.panel-group .panel, #qs-new-coverage-accordion.panel-group .panel{
	margin:0;
	border-radius:0;
	border:none;
	background:none;
}

#ecatalog-accordion-results .panel-title a, #promo-faq-accordion .panel-title a, #symptoms-accordion .panel-title a, #qs-new-coverage-accordion .panel-title a{
	display:block;
	padding:15px;
	border-bottom:1px solid #000;
	border-top:1px solid #444;
	border-radius:0;
	text-decoration:none;
	color:#ffdf1c;
	text-align:center;
	text-transform:uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
	font-weight:inherit;
}

#ecatalog-accordion-results .panel-title:first-child > a, #promo-faq-accordion .panel-title:first-child > a, #symptoms-accordion .panel-title:first-child > a, #qs-new-coverage-accordion .panel-title:first-child > a{
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#ecatalog-accordion-results .panel-title:last-child > a, #promo-faq-accordion .panel-title:last-child > a, #symptoms-accordion .panel-title:last-child > a, #qs-new-coverage-accordion .panel-title:last-child > a{
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#ecatalog-accordion-results .panel-body, #promo-faq-accordion .panel-body, #symptoms-accordion .panel-body, #qs-new-coverage-accordion .panel-body {
	padding:0;
	border-top:1px solid #fff;
	background-image: radial-gradient(rgba(255,255,255,.95), rgba(204,204,204,.95));
	background-color: rgba(255, 255, 255, 0.5);
	color:#222;
}

#promo-faq-accordion .panel-body, #symptoms-accordion .panel-body{
	padding:15px;
}

#ecatalog-accordion-results .panel-body div, #promo-faq-accordion .panel-body div, #symptoms-accordion .panel-body div, #qs-new-coverage-accordion .panel-body div{
	min-height:0;
}

table.ecatalog-results-table{
	margin-top:0 !important;
	border:0 !important;
	text-align:center;
}

table.ecatalog-results-table thead{
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	padding:10px;
}

table.ecatalog-results-table thead th{
	text-align:center;
	border-right:1px solid #ccc;
}

table.ecatalog-results-table thead th:last-child{
	border-right:none;
}

.table.ecatalog-results-table > thead > tr > th, .table.ecatalog-results-table > tbody > tr > th, .table.ecatalog-results-table > tfoot > tr > th, .table.ecatalog-results-table > thead > tr > td, .table.ecatalog-results-table > tbody > tr > td, .table.ecatalog-results-table > tfoot > tr > td {
	padding:10px;
	border-top:1px solid #bbb;
}

.table.ecatalog-results-table > tbody > tr{
	/*border-bottom:1px solid #fff;*/
}

.table.ecatalog-results-table > tbody > tr.child{
	border-bottom:1px solid #ccc;
	text-align:left;
}

.table.ecatalog-results-table > tbody > tr.child:hover{
	background-color:transparent !important;
}

.table.ecatalog-results-table > tbody > tr.child td.child{
	padding:0 !important;
}

.table.ecatalog-results-table > tbody > tr.child td.child table{
	width:100%;
}

.table.ecatalog-results-table > tbody > tr.child td.child table tr{
	border-top:1px solid #aaa;
}

.table.ecatalog-results-table > tbody > tr.child td.child td{
	padding:10px !important;
}

.table.ecatalog-results-table > tbody > tr.child td.child .responsive-hidden-label{
	font-weight:bold;
}

.table.ecatalog-results-table > tbody > tr a.ecatalog-results-table-pn-link{
	text-decoration:underline;
	font-weight:bold;
}

.table.ecatalog-results-table .btn-xs, .btn-group-xs > .btn{
	line-height:1.2;
	padding-top:5px;
	padding-bottom:5px;
}

table.ecatalog-results-table.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before {
	margin-top:0 !important;
	margin-left:0 !important;
	top:10px !important;
	left:10px !important;
}

table.ecatalog-results-table.dtr-inline.collapsed > tbody > tr > td:first-child, table.ecatalog-results-table.dtr-inline.collapsed > tbody > tr > th:first-child {
	padding-left:10px;
}

.table.ecatalog-results-table.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.ecatalog-results-table.dtr-inline.collapsed > tbody > tr > th:first-child::before {
	top:10px;
	left:10px;
}
	
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: rgba(255, 255, 255, 0.3);
}

.ecatalog-customize-wrapper{
	padding-bottom:20px;
	text-align:center;
}

.ecatalog-customize-wrapper a.btn{
	white-space:normal;
}

.ecatalog-customize-wrapper .ecatalog-customize-questions{
	padding:15px;
	margin-top:15px;
	border-radius:4px;
	background-image: radial-gradient(rgba(255,255,255,.95), rgba(204,204,204,.95));
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	text-align:left;
}

.ecatalog-customize-wrapper .ecatalog-customize-highlight-example{
	display:none;
	padding:15px;
	color:#222;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	background-color: rgba(255, 223, 28, .8);
	border:1px solid #ffdf1c;
	border-radius:4px;
	margin-bottom: 15px;
}

.shockselector-highlight{
	background-color: rgba(255, 223, 28, .8) !important;
}

#ecatalog-partsearch-results{
	display:none;
	padding-top:20px;
}

#ecatalog-partsearch-results .ecatalog-results-table{
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	border-radius:4px;
	background-image: radial-gradient(rgba(255,255,255,.95), rgba(204,204,204,.95));
	background-color: rgba(255, 255, 255, 0.5);
}

#ecatalog-partsearch-results .ecatalog-results-table .highslide img{
	border:none;
}

#ecatalog-crosslink-wrapper{
	padding-top:15px;
}

.ecatalog-crosslink-link{
	padding-top:15px;
}

.ecatalog-gallery.nav-tabs{
	background-image: radial-gradient(#222, #111);
	border-bottom:1px solid #000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4), inset 0px 5px 5px -4px rgba(0,0,0,0.85);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4), inset 0px 5px 5px -4px rgba(0,0,0,0.85);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4), inset 0px 5px 5px -4px rgba(0,0,0,0.85);
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ecatalog-gallery.nav-tabs li{
	background:none;
}

.ecatalog-gallery.nav-tabs li a{
	background:none;
	color:#fff;
	font-weight:normal;
	padding:15px;
	border-top:none;
	border-bottom:none;
	border-left: 1px solid #000;
    border-right: 1px solid #444;
	margin:0;
	border-radius:0;
}

.ecatalog-gallery.nav-tabs li a:hover{
	color:#ffdf1c;
}

.ecatalog-gallery.nav-tabs li a.gallery{
	border-left:none;
}

.ecatalog-gallery.nav-tabs li.active a,
.ecatalog-gallery.nav-tabs li.active a:hover,
.ecatalog-gallery.nav-tabs li.active a:focus{
	border-radius:0;
	background:none;
	color:#ffdf1c;
}

.ecatalog-gallery.nav-tabs li.active a:hover,
.ecatalog-gallery.nav-tabs li.active a:focus{
	border-top:none;
	border-bottom:none;
	border-right: 1px solid #444;
	border-left: 1px solid #000;
}

.ecatalog-gallery.nav-tabs li a.gallery,
.ecatalog-gallery.nav-tabs li.active a.gallery:hover,
.ecatalog-gallery.nav-tabs li.active a.gallery:focus{
	border-left:none;
}

.ecatalog-gallery-content.tab-content > .active{
	position:relative;
	background-image: radial-gradient(rgba(255, 255, 255, 0.75), rgba(204, 204, 204, 0.75));
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	padding:15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4), inset 0px 5px 5px -4px rgba(0,0,0,0.85);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4), inset 0px 5px 5px -4px rgba(0,0,0,0.85);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4), inset 0px 5px 5px -4px rgba(0,0,0,0.85);
}

.ecatalog-gallery-content.tab-content > .active.is_360#gallery{
	padding:0 0 15px 0;
}

.ecatalog-gallery-content.tab-content > .active.is_360#gallery .tab-pane#video,
.ecatalog-gallery-content.tab-content > .active.is_360#gallery .tab-pane#audio{
	padding:15px 15px 0;
}

#tabs-gallery.nav-tabs { margin: 15px 0 0 0; width:100%; padding-bottom:0; padding-left:0; text-align:center; border:none; }
#tabs-gallery.nav-tabs li { margin-right:5px; margin-bottom:0; border-radius:0; float:none; display:inline-block; border:none; }
#tabs-gallery.nav-tabs li a { float: left; text-decoration: none; border-radius:0; text-indent:-9999px; width:110px; height:60px; overflow:hidden; border:none; background-repeat:no-repeat; background-position:0 0; }
#tabs-gallery.nav-tabs li a.image-360 { background-image: url(../../images/ecatalog/english/gallery_icon_360.jpg); }
#tabs-gallery.nav-tabs li a.image-static { background-image: url(../../images/ecatalog/english/gallery_icon_photo.jpg); }
#tabs-gallery.nav-tabs li a.video { background-image: url(../../images/ecatalog/english/gallery_icon_video.jpg); }
#tabs-gallery.nav-tabs li a.audio { background-image: url(../../images/ecatalog/english/gallery_icon_audio.jpg); }
#tabs-gallery.nav-tabs li a.youtube { background-image: url(../../images/ecatalog/english/gallery_icon_youtube.jpg); }
#tabs-gallery.nav-tabs li.active a { background-position:bottom left; }
#tabs-gallery.nav-tabs li.active a { background-position:bottom left; }

#image-360{
	background-color: #fff;
}

#image-360 p{
	text-align: center;
}

.tab-content .img360-ins {
    font-size: 11px;
    font-weight: normal;
	padding-left:15px;
	padding-top:15px;
}

.tab-content .img360-disclaimer, .tab-content .imgstatic-disclaimer {
    font-size: 11px;
    font-weight: normal;
	text-align:right;
}

.tab-content .img360-disclaimer{
	padding-right:15px;
}

.tech-specs-table{
	margin:0;
}

.tech-specs-table tr td:nth-child(1){
    width:45%;
}

.tech-specs-table tr td:nth-child(2){
    width:10%;
	font-size:16px;
}

.tech-specs-table tr td:nth-child(3){
    width:45%;
}

.catalog_ecatalog_tech_content.where-used{
    padding-left: 40%;
}

@media (max-width: 767px) {
	
	.catalog_ecatalog_tech_content.where-used{
		padding-left: 20%;
	}
	
}

#collapse-tabs.panel-group.responsive{
	margin-top:0;
	margin-bottom:0;
	border-radius:4px;
	background-image: radial-gradient(#222, #111);
	color:#ccc;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}

#collapse-tabs.panel-group.responsive .panel .panel-heading{
	position:relative;
	z-index:500;
	padding:0;
	border-radius:0;
	background-color:transparent;
	border:none;
}

#collapse-tabs.panel-group.responsive .panel .panel-heading.active{
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
}

#collapse-tabs.panel-group.responsive .panel .panel-heading a{
	display:block;
	padding:15px;
	border-bottom:1px solid #000;
	border-top:1px solid #444;
	border-radius:0;
	text-decoration:none;
	color:#ffdf1c;
	text-align:center;
	text-transform:uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
}

#collapse-tabs.panel-group.responsive .panel:first-child .panel-heading a{
	border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

#collapse-tabs.panel-group.responsive .panel:last-child .panel-heading a{
	border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

#collapse-tabs.panel-group.responsive .panel .panel-body{
	background-image: radial-gradient(rgba(255,255,255,.95), rgba(204,204,204,.95));
	background-color: rgba(255, 255, 255, 0.5);
	color:#222;
}

/* PRODUCTS */


body.roadmatic .inner-page-header-logo{
	padding-left: 15px;
	padding-top: 15px;
}

.inner-page-box-content.products-category, .inner-page-box-content.products-series, .inner-page-box-content.products-product{
	background-repeat:no-repeat;
	padding:0;
	min-height:648px;
	background-position:top right;
}

.inner-page-box-content.products-series{
	background-position:center right;
}

@media (max-width: 767px) {
	
	.inner-page-box-content.products-category.accessories, .inner-page-box-content.products-product, .inner-page-box-content.products-series{
		min-height:448px;
		background-position:bottom right;
	}
	
}

.inner-page-box-content.products-product{
	 background-image: url(../../images/products/products-product/english/products-feat-textured-bg.jpg);
	 background-color:#000;
	 background-position:top right !important;
}

body.roadmatic .inner-page-box-content.products-product, body.monroe-magnum .inner-page-box-content.products-product{
	 background-image: radial-gradient(rgba(255,255,255,.75), rgba(204,204,204,.75));
	 background-color: transparent;
	 background-position:top right !important;
}

body.monroe-magnum .inner-page-box-content.products-product{
	 background-image: radial-gradient(rgba(255,255,255,.20), rgba(204,204,204,.30));
}

body.monroe-magnum .inner-page-box-content.products-product .content-wrapper{
	padding: 0 15px 15px 15px;
}

.product-cat-feat-text-box{
	background-color:rgba(255,255,255,.75);
	border:none;
	border-radius:4px;
	padding:15px;
	margin:20px;
	font-size:18px;
	font-weight:bold;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.product-cat-list-box, .product-details-highlights-box{
	margin-top:20px;
}

.product-cat-list-box-header{
	position:relative;
	font-size:16px;
	color:#ffdf1c;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
	padding:10px;
	background-image: radial-gradient(#222, #111);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	z-index:20;
	border-bottom:1px solid #444;
	text-transform:uppercase;
}

.shocks-struts .product-cat-list-box-header{
	position:relative;
	height:60px;
	overflow:hidden;
	font-size:16px;
	color:#ffdf1c;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
	padding:0;
	background-image: radial-gradient(#222, #111);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	z-index:20;
	border-bottom:1px solid #444;
}

.shocks-struts .product-cat-list-box-header img{
	float:right;
}

.shocks-struts .product-cat-list-box-header img.quick-strut, 
.shocks-struts .product-cat-list-box-header img.econo-matic, 
.shocks-struts .product-cat-list-box-header img.load-adjusting, 
.shocks-struts .product-cat-list-box-header img.electronic-units,
.shocks-struts .product-cat-list-box-header img.reflex-struts,
.shocks-struts .product-cat-list-box-header img.reflex-monotube-shock-absorbers{
	float:none;
}

.product-cat-list-box-content{
	position:relative;
	padding:10px;
	background-image: radial-gradient(rgba(255,255,255,.75), rgba(204,204,204,.75));
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	z-index:10;
	color:#222;
}

.product-cat-list-box-name a, .product-series-list-box-name a{
	text-transform:uppercase;
	color:#222;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	border-bottom: 1px solid #aaa;
	padding: 0 5px 5px 5px;
	display:block;
}

.product-series-list-box-name a{
	padding-left:0;
}

.product-cat-list-box-name a:hover,
.product-cat-list-box-name a:focus{
	color:#444;
}

ul.product-cat-list-box-links{
	border-top: 1px solid #fff;
	list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul.product-cat-list-box-links a{
	color: #222;
    display: block;
    padding: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

ul.product-cat-list-box-links a:hover, ul.product-cat-list-box-links a:focus{
	background-color:rgba(0, 0, 0, .85);
	border-radius:4px;
	color:#eee;
	text-decoration:none;
	text-shadow:none;
}

.product-series-text-box{
	border-top: 1px solid #fff;
	list-style: outside none none;
    padding-top: 5px;
}

.product-series-text-box .btn{
	margin-top:5px;
}

.product-series-feat-text-box-header{
	font-size:36px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 3px 1px rgba(0, 0, 0, 1);
	margin: 0 20px 20px;
}

.product-series-feat-video{
	margin:20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.product-details-highlights-box{
	background-image: radial-gradient(rgba(255,255,255,.75), rgba(204,204,204,.75));
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.product-details-highlights-box .product-details-highlights-name{
	position:relative;
	padding:15px;
	height:100%;
	display:block;
	z-index:50;
	cursor:pointer;
}

.product-details-highlights-box .product-details-highlights-name, 
.product-details-highlights-box .product-details-highlights-overlay-name{
	color:#000;
	font-size:24px;
	font-weight:bold;
	line-height:100%;
	cursor:pointer;
}

.product-details-highlights-box .product-details-highlights-name .glyphicon,
.product-details-highlights-box .product-details-highlights-overlay .product-details-highlights-overlay-name .glyphicon{
	margin-left:10px;
}


.product-details-highlights-box .product-details-highlights-overlay{
	position:absolute;
	display:none;
	top:0;
	left:0;
	padding:15px;
	background-color:#ffdf1c;
	z-index:100;
	margin:20px 15px;
	/*cursor:help;*/
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,1);
	   -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,1);
	        box-shadow: 0px 0px 8px 0px rgba(0,0,0,1);
}

.product-details-highlights-box .product-details-highlights-overlay .product-details-highlights-overlay-name{
	border-bottom:1px solid #000;
	padding-bottom:15px;
}

.product-details-highlights-box .product-details-highlights-overlay .product-details-highlights-desc{
	border-top:1px solid #fff;
	padding-top:10px;
	font-weight:bold;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 1);*/
	color:#000;
	font-size:16px;
}

.product-details-feat-text-box{
	background-color:rgba(255,255,255,.85);
	border:none;
	border-radius:4px;
	padding:15px;
	margin:20px 0 20px 20px;
	font-size:18px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
}

.product-details-feat-video{
	margin:20px 0 20px 20px;
}

@media (max-width: 992px) {
	
	.product-details-feat-text-box, .product-details-feat-video{
		margin:20px;
	}
	
}

ul.product-details-feat-text-list, ul.checkmark-list, ul.faq_list{
	list-style:none;
	padding-left:40px;
	margin:5px 0;
	font-size:16px;
}

 ul.checkmark-list, ul.faq_list{
	font-size:14px;
}

ul.product-details-feat-text-list li, ul.checkmark-list li, ul.faq_list li{
	padding:5px 0;
}

ul.product-details-feat-text-list li:before, ul.checkmark-list li:before, ul.faq_list li:before{
	font-family: 'Glyphicons Halflings' !important;
    content: "\e013";
    float: left;
    margin-left: -27px;
    color: #12a819;
	list-style:none;
}

ul.faq_list li:before{
    content: "\e085";
    color: #12a819;
}

.products-product-feat-img{
	margin:15px auto;
	padding:0 15px 0 0;
}

.products-product-feat-img.monroe-commercial-vehicle-products{
	padding:30px 0 0 0;
}

@media (max-width: 992px) {
	
	.products-product-feat-img{
		padding:0 15px;
	}
	
	.products-product-feat-img.monroe-commercial-vehicle-products{
		padding: 0 0 0 15px;
		float:right;
		margin: 15px 0;
	}
	
}

.dealer-locator-iframe-col{
	padding:0;
}

body.monroe-suspension-conversion-kits .inner-page-box-content.products-product,
body.monroe-suspension-conversion-kits-new .inner-page-box-content.products-product,
.inner-page-box-content.products-product.quick-strut, body.roadmatic .inner-page-box-content.products-product
{
	 background-image: radial-gradient(rgba(255,255,255,.90), rgba(204,204,204,.90));
	 background-color: transparent;
	 background-position:top right !important;
	 padding: 20px;
}

body.monroe-suspension-conversion-kits .resource-cat-list-box-header a,
body.monroe-suspension-conversion-kits-new .resource-cat-list-box-header a,
.inner-page-box-content.products-product.quick-strut  .resource-cat-list-box-header a
{
	color: #ffdf1c;
	text-decoration: none;
	font-weight: normal;
}

.nav-conversion-kits-heading{
	font-size:16px;
	color:#ffdf1c;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
	padding:10px;
	background-image: radial-gradient(#222, #111);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	margin-top: 5px;
}

.nav-conversion-kits .active .nav-conversion-kits-heading{
	border: 5px solid #2968af;
	margin-top: 0;
}

.nav-conversion-kits li a{
	padding: 0;
}

.nav-conversion-kits img.pdf-icon{
	vertical-align: bottom;
}

@media (max-width: 1199px) {
	
	.conversion-kits-video{
		margin-top: 20px;
	}
	
}


/* RESOURCE CAT */

.inner-page-box-content.resource-center-category{
	background-repeat:no-repeat;
	padding:0;
	min-height:648px;
	background-image: url(../../images/products/products-product/english/products-feat-textured-bg.jpg);
	background-color:#000;
	background-position:top right !important;
}

@media (max-width: 767px) {
	
	.inner-page-box-content.resource-center-category{
		min-height:448px;
		background-position:bottom right;
	}
	
}

.resource-cat-list-box{
	margin-top:20px;
}

.resource-cat-list-box-header{
	position:relative;
	font-size:16px;
	color:#ffdf1c;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
	padding:10px;
	background-image: radial-gradient(#222, #111);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	z-index:20;
	border-bottom:1px solid #444;
	text-transform:uppercase;
}

.resource-cat-list-box-content{
	position:relative;
	padding:10px;
	background-image: radial-gradient(rgba(255,255,255,.75), rgba(204,204,204,.75));
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	z-index:10;
	color:#222;
}

.resource-series-text-box{
	list-style: outside none none;
}

.resource-series-text-box .btn{
	margin-top:10px;
}

.resource-series-text-box img{
	padding-top:10px;
}

.resource-center-expertlearning-logo, .resource-center-expertplus-logo{
	padding-top:60px;
}

@media (max-width: 767px) {
	
	.resource-center-expertlearning-logo, .resource-center-expertplus-logo{
		padding-top:0;
	}

}

@media (max-width: 992px) {
	
	.resource-center-ride-drive-img-wrapper, .resource-center-mobile-tour-img-wrapper{
		padding-top:15px;
	}

}

.inner-page-box-content.product-images-logos{
	background-image: url(../../images/resource-center/english/resource-center-downloads-feat-bg.jpg);
	min-height:648px;
}

/* SHOW YOUR MONROE */

.instagram_overlay{
	position: absolute;
	top: 5px;
	right: 20px;
}

.instagram_thumb{
	cursor: pointer;
	object-fit: cover;
	height: 150px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.instagram_large, .instagram_thumb{
	width: 100%
}

.modal-instagram-lg .modal-body{
	padding: 0;
}

.modal-instagram-lg .carousel-caption{
	position: relative;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	color: #000;
	text-shadow: none;
	text-align: left;
}

@media (min-width: 992px){
	.modal-instagram-lg {
		width: 640px;
	}
}

/* PROMOTIONS */

.page-promotions .inner-page-box-content{
	padding:0;
}

.promo-header, .promo-footer{
	padding:15px;
}

.promotion-form-success-box, 
.promotion-form-error-box{
	display:none;
}

.promotion-sweepstakes-bg{
	background-image: url(../../images/products/products-product/english/products-feat-textured-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000;
}

.promotion-sweepstakes-text-box{
	background-color:rgba(255,255,255,.85);
	border:none;
	border-radius:4px;
	padding:15px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	color: #000;
}

@media (max-width: 992px) {
	
	.promo-download-btn{
		padding-bottom:10px;
	}

}

/* INSTALL INSTRUCTIONS */

ul.catalog_conversion_kits{
	margin:0px;
	padding:0 50px;
	list-style:none;
}	

ul.catalog_conversion_kits li{
	background-image: url(../../images/pdf_icon_65x48.png);
	background-repeat:no-repeat;
	padding-left:70px;
	padding-top:10px;
	padding-right:50px;
	margin-top:20px;
}

ul.catalog_conversion_kits li.single{
	height:48px;
}

/* MOBILE APPS */

.mobileapps_banner{
	margin-left:-10px;
}

.mobileapps_box_wrapper{
	border: 1px solid #fff;
	background-image: radial-gradient(rgba(255,255,255,.75), rgba(204,204,204,.75));
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	margin:20px 0 0;
	padding:15px 15px 15px 0;
}

.mobileapps_thumbs{
	position:relative;
	float:left;
	width:106px;
}

@media (max-width: 992px) {
	
	.mobileapps_main_txt{
		margin-top:20px;
		text-align:center;
	}

}

/* FAQ */

.faq_list li{
	font-size:16px;
}

.faq_anwser{
	border: 1px solid #fff;
	background-image: rgba(255,255,255,.75);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	margin:20px 0 0;
	padding:15px;
}

.faq_question{
	font-weight:bold;
	font-size:16px;
}

/* WHAT ROLE SHOCKS PLAY */

.what-do-shocks-struts-do-img-car-bg{
	
}

/* MOBILE TOUR */

.nav-mobile-tour-ambassadors a img{
	max-width: 100% !important;
}

.nav-mobile-tour-ambassadors li a{
	padding: 0;
}

.nav-mobile-tour-ambassadors li.active img{
	border: 5px solid #2968af;
	-moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}

.mobile-tour-ambassadors-tab-content{
	background-color:rgba(255,255,255,.85);
	border:none;
	border-radius:4px;
	padding:15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
	color: #000;
}

.mobile-tour-ambassadors-pic{
	margin: 10px 0 10px 10px;
}

.mobile-tour-stop-table{
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	border-radius:4px;
}

@media (max-width: 991px) {
	
	.mobile-tour-stop-map{
		margin-top: 20px;
	}
	
}

/* PROMO QUALIFY */

.qualify_new_icon{
	position:relative;
	width:100px;
	height:100px;
	margin:10px 10px 0 10px;
	float:right;
	background-repeat: no-repeat;
}

.qualify_new_icon.en{
	background-image: url(../../images/qualify/english/LookupParts_WExhaust.png);
}

.qualify_new_icon.fr{
	background-image: url(../../images/qualify/french/LookupParts_WExhaust.png);
}

.qualify_landing_box{
	margin-top:10px;
}

.qualify_landing_img{
}

.qualify_landing_txt{
	padding:5px;
	font-weight:bold;
	text-align:center;
}

.qualify_form_wrapper{
	position:relative;
	padding-top:20px;
}

.qualify_form_box{
	margin-top:10px;
	text-align:center;
	font-size:12px;
}

.qualify_form_box.header{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-shadow:1px 1px 0 rgba(136, 136, 136, 0.6);
	background-color:#000;
	padding-top:10px;
	padding-bottom:10px;
}

.qualify_form_box.header.desc{
}

.qualify_form_box.desc{
}

.qualify_form_input{
	background-color: #F5F5F5;
    border:1px solid #000000;
}

.qualify_anwser{
	/*display:none;*/
	padding:5px;
	border:3px solid #000;
	color:#000;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
}

.qualify_anwser.yes{
	background-color:#C6FFC6;
	border-color:#009900;
}

.qualify_anwser.no{
	background-color:#ffcaca;
	border-color:#bb0000;
}

.qualify_loading{
	position: relative;
	width:16px;
	height:16px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	margin:0 auto;
}

/* MONROE ADVANTAGE */

.monroe-advantage-wrapper{
	visibility: hidden;
}

/* BUILT FOR YOU */

.page-resource-center.built4u .inner-page-header{
	display: none;
}

.built4u_wrapper{
	background-color: #000;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.built4u_box_label{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background-color: rgba(0,0,0,0.4);
	padding: 10px 15px;
	width: 100%;
	color:#ffdf1c;
	font-weight:bold;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 24px;
	text-align: center;
}

@media (max-width: 767px) {
    .built4u_box_label {
        font-size: 16px;
    }
}

.built4u_thumb{
	position: relative;
	cursor: pointer;
	-webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.built4u_thumb:hover{
	transform: scale(1.05);
}

/* UTILITY STYLES */

.loading-animation{
	display:none;
	width:64px;
	height:64px;
	margin:20px auto 0;
	background-image: url(../../images/loading.gif);
}

.dropshadow-sm {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}

.onesidedropshadow-top {
	-webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
}

.onesidedropshadow-btm {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.txt_bold{
	font-weight:bold;
}

.txt_yellow{
	color:#ffdf1c;
}

.txt_blue{
	color:#337ab7;
}

.txt_yellow_36_bold{
	color:#ffdf1c;
	font-size:36px;
	font-weight:bold;
}

.txt_yellow_24_bold{
	color:#ffdf1c;
	font-size:24px;
	font-weight:bold;
}

.txt_yellow_18_bold{
	color:#ffdf1c;
	font-size:18px;
	font-weight:bold;
}

.txt_white{
	color:#fff;
}

.txt_white_36_bold{
	color:#fff;
	font-size:36px;
	font-weight:bold;
}

.txt_white_30_bold{
	color:#fff;
	font-size:30px;
	font-weight:bold;
}

.txt_white_24_bold{
	color:#fff;
	font-size:24px;
	font-weight:bold;
}

.txt_white_18_bold{
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

.txt_white_16{
	color:#fff;
	font-size:16px;
}

.txt_black{
	color:#000;
}

.txt_black_12{
	color:#000;
	font-size:12px;
	line-height: 12px;
}

.txt_black_18{
	color:#000;
	font-size:18px;
}

.txt_black_14{
	color:#000;
	font-size:14px!important;
}

.txt_black_36_bold{
	color:#000;
	font-size:36px;
	font-weight:bold;
}

.txt_black_24_bold{
	color:#000;
	font-size:24px;
	font-weight:bold;
}

.txt_black_16_bold{
	color:#000;
	font-size:16px;
	font-weight:bold;
}

.txt_black_18_bold{
	color:#000;
	font-size:18px;
	font-weight:bold;
}

.txt_shadow_black{
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
}

.txt_shadow_white{
	text-shadow: 0 1px 2px rgba(255, 255, 255, .8);
}

.txt_shadow_black_lg{
	text-shadow: 1px 3px 1px rgba(0, 0, 0, 1);
}

.txt_shadow_white_lg{
	text-shadow: 1px 3px 1px rgba(255, 255, 255, 1);
}

.txt_shadow_grey_lg{
	text-shadow: 1px 3px 1px rgba(170, 170, 170, 1);
}

.txt_uppercase{
	text-transform:uppercase;
}

.content-box-black{
	overflow: hidden;
	background-color: rgba(0,0,0,0.85);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.img-drop-round{
	border-radius:6px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.video-drop{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}


.btn-sky {
	color: #fff;
	background-color: #2968af;
	border-bottom:2px solid #003776;
}

.btn-sky:hover,.btn-sky.active:focus, .btn-sky:focus, .open>.dropdown-toggle.btn-sky {
	color: #fff;
	background-color: #286090;
	border-bottom:2px solid #003776;
	outline: none;
}

.btn-sky:active, .btn-sky.active {
	color: #fff;
	background-color: #286090;
	border-top:2px solid #003776;
	border-bottom:none;
	outline-offset: none;
}

.btn {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
}

a{
	outline:none !important;
}

.youtube_button{
	display: inline-block;
	width: 70px;
	height: 50px;
	background-image: url(../../images/youtube_icon_70.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	margin-right: 20px;
	vertical-align: middle;
}

.youtube_button:hover, .youtube_button.playing{
	background-position: 0 -50px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.v-align-items-center{
	display: inline-flex;
	align-items: center;
}

@media (max-width: 767px) {
    .v-align-items-center{
		display: block;
	}
}

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

.margin-top-20{
	margin-top:20px;
}

.margin-top-40{
	margin-top:40px;
}

.margin-right-20{
	margin-right:20px;
}

.margin-left-20{
	margin-left:20px;
}

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

.margin-auto-img{
	margin:auto;
}

.margin-10{
	margin:10px;
}

@media (max-width: 767px) {
    .margin-left-20-xs-hidden {
        margin-left: 0!important;
    }
}

@media (max-width: 767px) {
    .margin-top-20-xs {
        margin-top: 20px !important;
    }
}

@media (max-width: 991px) {
	.margin-top-20-sm {
        margin-top: 20px !important;
    }
}

.padding-15{
	padding: 15px;
}

.padding-top-btm-15{
	padding-top: 15px;
	padding-bottom: 15px;
}

.row-eq-height{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    width: 0;
	vertical-align: middle;
	float:right;
	margin:6px 0;
}

.border-top-none{
	border-top:0 !important;
}

.border-bottom-none{
	border-bottom:0 !important;
}

.border-bottom-left-radius{
	border-bottom-left-radius:4px !important;
}

.border-bottom-right-radius{
	border-bottom-right-radius:4px !important;
}

.border-right-black{
	border-right:1px solid #000 !important;
}

.border-yellow-5{
	border: 5px solid #ffdf1c;
}

.separator-bar-wrapper{
	position: relative;
}

.separator-bar-wrapper.dot-left{
	margin: 10px -25px 0 0;
}

.separator-bar-wrapper.dot-right{
	margin: 10px 0 0 -25px;
}

.separator-bar{
	width: 100%;
	height: 5px;
	margin-top: 3px;
	background-color: #ffdf1c;
}

.separator-bar.dot-left{
	float: left;
	margin-left: 5px;
}

.separator-bar.dot-right{
	float: right;
	margin-right: 5px;
}

.separator-dot{
	width: 12px;
	height: 12px;
	margin-top: -8px;
	background-color: #ffdf1c;
	border-radius: 50%;
}

.separator-dot.dot-left{
	float: left;
}

.separator-dot.dot-right{
	float: right;
}

img.pdf-icon{
	display:inline-block;
	vertical-align:top;
}

.success-box{
	padding:15px;
	margin-top:20px;
	font-weight:bold;
	background-color: rgba(60, 118, 61, 0.2);
	border:1px solid #3c763d;
	color:#063507;
	text-transform:uppercase;
	margin-bottom:5px;
	border-radius:4px;
	text-align:center;
	text-shadow: 0 1px 0px rgba(255, 255, 255, .8);
}

.error-box{
	padding:15px;
	margin-top:20px;
	font-weight:bold;
	background-color: rgba(255, 150, 150, 0.5);
	border:1px solid #cc0000;
	color:#000;
	text-transform:uppercase;
	margin-bottom:5px;
	border-radius:4px;
	text-align:center;
}

label.error{
	color:#cc0000;
	font-size:12px;
	font-style:italic;
	margin:0;
	padding:3px 0;
}

.highslide img{
	border:none !important;
}

/*IE11 DISABLE SELECT CURSOR FIX*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.form-control[disabled], fieldset[disabled] .form-control {
		cursor: pointer;
	}
}

/*FUNKY RADIO/CHECKBOX*/

.funkyradio div {
  clear: both;
  text-transform:uppercase;
  text-align:center;
  /*overflow: hidden;*/
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  color:#444;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  margin-top: 15px;
  margin-bottom:0;
  padding:15px 15px 15px 65px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 3.5em;
  background: #ccc;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #000;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  font-family: 'Glyphicons Halflings' !important;
  content: '\e013';
  text-indent: 0em;
  color: #888;
  line-height: 3.5em;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #000;
  background-color:rgba(0, 0, 0, 0.2);
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  font-family: 'Glyphicons Halflings' !important;
  content: '\e013';
  text-indent: 0em;
  color: #222;
  background-color: #ccc;
  line-height: 3.5em;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-monroe input[type="radio"]:checked ~ label:before,
.funkyradio-monroe input[type="checkbox"]:checked ~ label:before {
  color: #222;
  background-color: #ffdf1c;
}

.funkyradio-sub-head{
	text-align:left !important;
	padding-top:15px;
	font-weight:bold;
}
.container.newsletter-container {
	background-color: #ffdf1c;
	width: 100%;
	margin-bottom: 15px !important;
	// margin-top: 0 !important;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important; 
	font-weight: 900;
	font-size:20px; 
	color:black;
}
.newsletter-container .row {
	// margin: 15px auto;
	padding-top: 20px;
	padding-bottom: 20px;
} /*
.newsletter-container span {
	display:block;
	float:left;
} 
*/
.newsletter-container .btn {
	/* border: none;
	background-color: #222;
	box-shadow: none;
   	display:block;
 	float:left;
	margin-left: 20px;
	padding: 5px 15px;  
	background-color: black; 
	border-radius: 5px; 
	border: 0px; 

	color: white; 
	padding:15px 25px;
	
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important; 
	font-weight: 900; 
	font-size:14px; */
	margin-left: 40px; 
	
	line-height: 1; 
	display: inline-block; 
	position: relative; 
	text-transform: uppercase; 
	-webkit-transition: all 0.3s ease 0s; 
	-moz-transition: all 0.3s ease 0s; 
	-o-transition: all 0.3s ease 0s; 
	-ms-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s; 
	cursor: pointer;
}
.newsletter-container .btn:hover {
	color: #fff;
}
@media (max-width: 767px) {

.newsletter-container .row {
	padding:15px;
}
.newsletter-container .btn {
	margin: auto;
	margin-top: 10px;
	display:block;
	padding: 6px 12px;
	max-width: 120px;
}
}

.newsletter-container .newsletter-wrapper {
	margin: 0 auto;
}
