/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);

body{
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #666;
	border-top: 3px solid #eee;
	-webkit-font-smoothing: antialiased;h4
}


h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 1px 0px;
	margin: 1px 0px;
	font-weight: 600;
	color: #777;
	-webkit-font-smoothing: antialiased;
}
h5,h6{
	color: #444;
	font-weight: 600;
}
h2{
	font-size: 25px;
	line-height: 35px;
}
h3{
	font-size: 20px;
	line-height: 30px;
}
h4{
	font-size: 16px;
	line-height: 28px;
}
h5{
	font-size: 14px;
	line-height: 22px;
}
h6{
	font-size: 13px;
	line-height: 25px;
}
p{
	padding: 0px;
	margin: 0px;
}
a:hover,a:active,a:focus {
	outline: 0;
}
.bold{
	font-weight: normal;
}
.sep{
	height: 5px;
	background: url("../../resources/images/sep.png") repeat;
}
hr{
margin:15px 0px 10px 0px;
padding:0px;
border-top:0px;
border-bottom:1px solid #f4f4f4;
height:0px;
}
.bor{
height:5px;
margin:10px 0px 10px 0px;
background:url('../../resources/images/sep.png') repeat-x;
}
.center{
text-align:center;
}
.horizontal-links a{
	margin-right: 20px;
}
a:hover,a:active,a:focus {
outline: 0;
}
:focus {
	outline:none;
}
::-moz-focus-inner {
	border:0;
}
.well{
	background: #fafafa;
	border: 1px solid #eee;
	padding: 10px 15px;
	box-shadow: inset 0px 0px 2px #eee;
	margin: 20px 0px;
}
.support-page.well,
.scontact.well {
	margin: 0 0 20px 0 !important;
}
/* Form */

form{
	margin: 0 !important;
	padding: 0 !important;
}
form *{
	font-size:13px !important;
}
a.btn, a.btn:visited, a.btn:hover{
	color:#333 !important;
}
a.btn-primary,a.btn-primary:visited,
a.btn-warning,a.btn-warning:visited,
a.btn-danger,a.btn-danger:visited,
a.btn-success,a.btn-success:visited,
a.btn-info,a.btn-info:visited,
a.btn-inverse,a.btn-inverse:visited {
	color:#fff !important;
/* 	border-bottom: 3px solid #094773; */
}
a.btn-primary:hover,
a.btn-warning:hover,
a.btn-danger:hover,
a.btn-success:hover,
a.btn-info:hover,
a.btn-inverse:hover {
	color:#fff !important;
}
a.btn-primary:active,
a.btn-warning:active,
a.btn-danger:active,
a.btn-success:active,
a.btn-info:active,
a.btn-inverse:active {
	color:#fff !important;
/* 	border-bottom: 3px solid #094773; */
}
a.btn-primary:focus,
a.btn-warning:focus,
a.btn-danger:focus,
a.btn-success:focus,
a.btn-info:focus,
a.btn-inverse:focus {
	color:#fff !important;
/* 	border-bottom: 3px solid #094773; */
}
.btn {
	text-transform: uppercase;
}

.button{
	margin: 10px 0px 5px 0px;
}

.button a, .button a:visited{
color: #fff;
padding: 5px 10px;
border: 0px !important;
text-decoration: none !important;
font-size: 13px;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
border-radius: 3px;
}

.button a:hover{
color: #fff;
text-decoration: none;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

button.close{
	font-size: 16px !important;
}
#policies.tab-content h4,
#policies.content h4 {
	font-weight: 200;
	font-size: 18px !important;
	padding-top: 1em;
	margin: 1em 0 .5em !important;
	border-top: 1px solid #ddd;
	text-align: left;
}
#policies.tab-content h4.title,
#policies.content h4.title{
	border-top: 0 !important;
	text-align: left;
}
#policies.tab-content p,
#policies.content p,
#policies.tab-content h4,
#policies.tab-content ul,
#policies.content ul {
	margin-bottom: 1.25em;
	color: #444;
}
#policies.tab-content h5,
#policies.content h5{
	font: 16px/1.2em "Open Sans",Arial,Helvetica,sans-serif !important;
	margin-bottom: .35em;
	text-align: left;
}
#policies.tab-content ul li,
#policies.content ul li {
	vertical-align: middle;
	list-style: square url("../../resources/images/sqBlue.gif");
	list-style-position: outside;
}
@media (max-width: 768px) {
	#policies.tab-content a {
		word-wrap: break-word;
	}
	#policies.tab-content h4,
	#policies.content h4 {
		font-weight: 200;
		font-size: 22px !important;
		padding-top: 1em;

	}
	#policies.tab-content h5,
	#policies.content h5{
		font: 19px/1.2em "Open Sans",Arial,Helvetica,sans-serif !important;
		margin-bottom: .35em
	}
	#policies.tab-content p,
	#policies.content p,
	#policies.tab-content a,
	#policies.content a,
	#policies.tab-content ul li, 
	#policies.content ul li{
		font-size: 16px;
	}
	#policies.tab-content ul li, 
	#policies.content ul li {
		text-align: left;
	}
}
/* Social. .*/

.social{
font-size:13px;
margin: 5px 0px;
}

.social i{
display:inline-block;
box-shadow:inset 0px 0px 1px #333;
height:25px;
width:25px;
line-height:25px;
margin:0px 5px 0px 0px;
border-radius:3px;
color:#fff;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
text-align:center;
}

.social i.facebook{
background:#3c5b9b;
}

.social i.twitter{
background:#2daae1;
}

.social i.google-plus{
background:#f63e28;
}
.social i.instagram{
background:#3f729b;
}
i.pinterest{
background:#cb2027;
}

.social i.linkedin{
background:#0173b2;
}

.social i:hover{
background:#000;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

.social a,.social a:visited,.social a:hover{
color:#fff;
text-decoration:none;
}

/* Back to top */

.totop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 104400;
}

.totop a, .totop a:visited{
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.totop a:hover {
	color: #fff;
	text-decoration: none;
}

/* Image alignment*/

.alignleft, img.alignleft {
	margin-right: 8px;
	margin-top:5px;
	display: inline;
	float: left;
}

.alignright, img.alignright {
	margin-left: 8px;
	margin-top:5px;
	display: inline;
	float: right;
}
   
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

/* 1-3 Column */

.onethree-left{
	float: left;
	width: 25%;
}

.onethree-right{
	float: right;
	width: 70%;
}

/* Half column */

.col-left{
	width: 48%;
	float: left;
}

.col-right{
	width: 48%;
	float: right;
}

.container{
	width:940px;
}

/* Title */

.title{
	color: #777;
    margin-bottom: 8px;
    padding: 8px 0;
}

.title i{
	margin-right: 3px;
}

/* Header */

/*header{
	color: #777;
	padding: 8px 0px 8px 0px;
	background: #fafafa url("../../resources/images/cream.png") repeat;
}*/

header .logo{
	padding: 0px;
	padding-top: 10px;
	text-align: left;
}

header .logo h1 a, 
header .logo h1 a:visited, 
header .logo h1 a:hover {
	font-size: 35px;
	color: #777;
	text-decoration: none;
	font-weight: 400;
}

header .logo .meta{
	color: #888;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
}

header .hlinks > span{
	color: #fff;
	padding: 5px 0;
	border-radius: 3px;
}

header .hlinks a, header .hlinks a:visited{
	color: #555 /*#0c588f*/;
	text-decoration: none;
}

header .hlinks a:hover{
	color: #555;
	border-bottom: 1px solid #555;
}

header .lr{
	margin-left: 10px;
}


header form input, header form button{
	margin-bottom:10px !important;
}

/* Navigation */

.navbar{
   padding: 0px !important;
   margin:0px;
   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.navbar .container>.navbar-header, 
.navbar .container>.navbar-collapse {
	padding-left: 0px;
}

.navbar ul{
	margin: 0px;
	padding: 0px;
}

.navbar ul li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


.navbar{
   border-radius:0px; 
   background-image: none;
   background-repeat: no-repeat;
   filter: none !important;
   border-left: 0px !important;
   border-right: 0px !important;
   padding-left:10px;
   font-size:13px;
}

.navbar button {
   font-size:13px;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.navbar .caret{
   border-top-color:#fff !important;
   border-bottom-color:#fff !important;
}

.navbar .nav{
	margin-left: 5px;
}

.navbar .nav > li > a{
	padding: 15px 15px 15px;
	color:#fff !important;
	text-shadow: 1px 1px 0.5px #0d3b5b !important;
	text-transform: uppercase;
	border-right: 1px solid #1B669A;
	-webkit-transition:background 1s ease;
		-moz-transition:background 1s ease;
			-o-transition:background 1s ease;
				transition:background 1s ease;
}

.navbar .nav > li > a:hover{
   color:#fff !important;
     border-right: 1px solid #1B669A;
   -webkit-transition:background .15s ease;
		-moz-transition:background .15s ease;
   			-o-transition:background .15s ease;
   				transition:background .15s ease;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {  

   color: #ffffff;
   box-shadow:none;
}

.dropdown-toggle{
   z-index: 1000;
}

.nav-collapse a{
   font-weight:normal !important;
   text-shadow:none !important;
}

.dropdown-menu{
   background:#fafafa !important;
   border-radius:0px !important;
   box-shadow:none !important;
   border-bottom:none !important;
   padding:0px 0px;
   margin:0px;
   margin-top:1px !important;
   z-index: 2000;
   border-top: none !important;
}

.dropdown-menu a{
   background:#fafafa !important;
   padding:10px 10px !important;
   color:#666 !important;
   text-shadow:none !important;
   -webkit-transition:background 1s ease;
   -moz-transition:background 1s ease;
   -o-transition:background 1s ease;
   transition:background 1s ease;
   border-bottom: 1px solid #ddd;
}

.dropdown-menu a:hover,.dropdown-menu a:focus{
   filter:none !important;
   background:#f3f3f3 !important;
   -webkit-transition:background 1s ease;
   -moz-transition:background 1s ease;
   -o-transition:background 1s ease;
   transition:background 1s ease;
}

.dropdown-menu::after, .dropdown-menu::before{
   border:none !important;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	border-radius: 0px !important;
}

.nav-collapse .dropdown-menu li + li a {
    margin-bottom: 0px !important;
}

/* Page heading */

.page-head{
	padding: 16px 0px;
	box-shadow: 0 0 8px #e7e7e7 inset;
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
}

.page-head h2{
	color: #777;
	font-size: 23px;
	line-height: 24px;
}

.page-head h4{
	color: #999;
	font-size: 15px;
	line-height: 10px !important;
}

/* Content */

.content {
	margin: 20px 0px;
}

.content ul li{
	list-style-position: outside !important;
	list-style-type: none;
	/* padding: 1px 0px; */
	padding: 0;
	margin: 0;
	
}

.lists ul{
	margin:0px;
	margin-left:-15px;
}

.tab-pane ul{
	margin:0px;
	margin-left:25px;
	padding:0px;
}

/* Promobox */

.promo{
	margin: 10px 0px;
}

.promo .pcol-left{
	width: 38%;
	float: left;
	text-align: center;
}

.promo .pcol-right{
	width: 58%;
	float: right;
}

.promo .pbox{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 25px 25px;
	box-shadow:0px 0px 4px #888;
	border: 1px solid #fff;
	min-height: 130px;
	max-height: 250px;
	margin: 10px 0px;
}

.promo a, .promo a:visited, .promo a:hover{
	color: #fff;
	text-decoration: none;
}

.promo img{
	width: 70px;
	max-height: 120px;
}

.promo .rcolor{
	background: #ff5d5e;
	color: #fff;
}

.promo .bcolor{
	background: #0C588F;
	color: #fff;
}

.promo .gcolor{
	background: #54da4d;
	color: #fff;
}

.promo .pmed{
	font-size: 17px;
	font-weight: 600;
	line-height: 27px;
	text-transform: uppercase;
}

.promo .psmall{
	font-size: 13px;
	line-height: 20px;
}

/* Cart */

.cart{
	margin: 20px 0px;
}

.cart .tcart img{
	max-height: 50px;
}

.cart .cart-quantity input{
	max-width: 25px;
}

.cart td.item-input{
	width:15%;
}

/* Checkout */

.checkout{
	margin: 20px 0px;
}

/* Item */

.items{
	margin: 20px 15px;
}

.items .breadcrumb{
	background: transparent;
	border: 0px solid #eee;
/* 	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px; */
	padding: 0;
	margin: 0;
	border-radius: 0px;
	border-bottom: 1px solid #f3f3f3;
	font-size: 16px;
		   
}


.items .item{
	min-height: 280px;
	max-height: 300px;
	max-width: 250px;
	margin: 10px auto;
   	padding-left: 15px;
    padding-right: 15px;
}
.item-effect{
	-webkit-transition:box-shadow .1s ease;
   	-moz-transition:box-shadow .1s ease;
   	-o-transition:box-shadow .1s ease;
   	transition:box-shadow .1s ease;
}
.item-effect:hover {
	transition:box-shadow all .1s ease 0s;	
	box-shadow: inset 0px 0px 3px #7db8e3 ;
	-webkit-transition:box-shadow .1s ease;
   	-moz-transition:box-shadow .1s ease;
   	-o-transition:box-shadow .1s ease;
}
.items .item .ico{
	color: #fff;
	display: inline-block;
	width: 35px;
	height: 20px;
	margin-left: 5px;
}

.items .item hr{
	margin: 5px 0px;
}

.items .item .item-image{
	max-height: 150px;
}
.return-grid .item .item-image {
/*  min-height: 125px;
	max-height: 125px;*/
   	width: 175px; 
	/*overflow: hidden;*/
	margin-bottom: 30px;
	height: 145px;
	/*border: 1px solid #e1e1e1;*/
	padding-right: 0;
	padding-left: 0;
}
.items .item .item-image img{
	padding: 5px 0px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.return-grid .item .item-image img{
	padding: 0 !important;
	width: 160px;
	display: block;
	margin: 0 auto;
}
.item-details {
	position: relative;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	border-bottom: 0;
	border-radius: 5px;
	z-index: 30;
}
.items .item .item-details h5{
	text-align: left;
}
.return-grid .items .item .item-details h5{
	text-align: left;
	height: 40px;
	min-height: 40px;
}
.items .item .item-details h5 a{
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	color: #0c588f;
	font-size: 14px;
}

.items .item .item-details h5 a:hover{
	text-decoration: underline;
}

.items .item .item-details p{
	text-align: left;
}

.items .item .item-price{
	margin: 7px 0px 8px;
	display: inline-block;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
}

.return-grid p.partNumber {
	height: 40px;
	min-height: 40px;
}

/* Product main details */


.product-main select{
	margin-top:5px;
	max-width: 100px;
}

/* Recent posts */

/* Own carousel */

.rp{
	margin-top:20px;
	margin-bottom:20px;
}

.recent-news .recent-item{
	position:relative;
}

.recent-news .item{
	margin:5px;	
	padding:15px 10px;
	background:#fcfcfc;
	border:1px solid #d1d1d1;
	border-radius:5px;
	height: 125px !important;
}

.recent-news .item h4{
	margin-top:15px !important;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
}

.recent-news .item h4 a, .recent-news .item h4 a:hover{
	color:#777;
	text-decoration:none;
}

.recent-news .item p{
	color:#999;
	
	overflow: hidden;
}

.recent-news .item a img{
	margin:0 auto;
}

.recent-news .custom-nav a i{
	width:22px;
	height:22px;
	cursor:pointer;
	line-height:24px;
	display:inline-block;
	border-radius:40px;
	text-align:center;
	font-size:11px;
	position:absolute;
	top:-37px;
	color:#fff;
}

.recent-news .custom-nav a.prev i{
	right:26px;
}

.recent-news .custom-nav a.next i{
	right:0px;
}

/* Product slider (Flexslider) */

.product-slider .flexslider{
	margin-bottom: 10px;
}

.product-slider .flexslider img{
	max-height: 270px;
	max-width: 325px;
	width: auto;
	margin: 0 auto;
}

/* Flex slider for image */

.flexslider ul{
	padding: 0px;
	margin: 0px;
}

.flexslider ul li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.flex-main .flexslider{
	margin: 20px 0px;
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #ddd;
	box-shadow:0px 0px 2px #888;
	border-radius: 0px;
font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

.flex-main .flexslider .slides > li {
	position:relative;
}

.flex-main .flex-caption{
	width: 50%;
	margin: 0 0 8px 20px;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
}
.return-grid .flex-main .flex-caption{
	width: 50% !important;
}

.flex-main .flex-caption h3 {
	color: #fff;
	font-size: 26px;
	margin:0;
	font-weight: normal;
	line-height: 45px;
}

.flex-main .flex-caption h3 span{
   padding-bottom:3px;
   color: #fff;
}
	
.flex-main .flex-caption p {
	margin:0;
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 5px;
}

.flex-main .flexslider:hover .flex-next {right: 15px;}
.flex-main .flexslider:hover .flex-prev {left: 15px;}

/* Blog */


.blog .entry h2{
font-size:22px;
line-height:32px;
}

.blog .entry h2 a, .blog .entry h2 a:visited, .blog .entry h2 a:hover{
text-decoration:none;
color:#777;
}

.blog .meta{
border-top:1px solid #eee;
border-bottom:1px solid #eee;
margin:8px 0px;
padding:4px 8px;
color:#888;
text-transform:uppercase;
font-size:11px;
background:#eee url('../../resources/images/cream.png') repeat;
}

.blog .meta a, .blog .meta a:visited{
color:#555;
}

.blog .meta i{
margin-right:3px;
margin-left: 3px;
}

.blog .bthumb{
margin:10px 0px 5px 0px;
padding:1px;
box-shadow:0px 0px 1px #777;
}

.blog .bthumb2{
margin-top:8px;
margin-right:8px;
margin-bottom: 6px;
padding:1px;
box-shadow:0px 0px 1px #777;
}

.blog .bthumb3{
float: left;
max-width: 150px;
margin-top:8px;
margin-right:8px;
margin-bottom: 6px;
padding:1px;
box-shadow:0px 0px 1px #777;
}

.blog .bthumb2 img{
margin:0px;
}

.blog .entry{
margin-bottom:15px;
padding-bottom:10px;
border-bottom:1px solid #eee;
}

.posts .social{
font-size:16px;
}

.posts .social i{
box-shadow:inset 0px 0px 1px #333;
height:25px;
width:25px;
line-height:25px;
margin:0px 5px 0px 0px;
border-radius:3px;
color:#fff;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
text-align:center;
}

.posts i.facebook{
background:#3c5b9b;
}

.posts i.twitter{
background:#2daae1;
}

.posts i.google-plus{
background:#f63e28;
}

.posts i.pinterest{
background:#cb2027;
}

.posts i.linkedin{
background:#0173b2;
}

.posts .social i:hover{
background:#000;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

.posts .social a,.posts .social a:visited,.posts .social a:hover{
color:#fff;
text-decoration:none;
}

.posts .tags a{
display:inline-block;
font-weight:normal;
padding:0px 5px;
color:#fff;
border-radius:4px;
font-size:13px;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

.posts .tags a:hover{
color:#fff;
text-decoration:none;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

/* Comments */

.comments > ul > li{
background:none;
padding:0px;
}

.comments .comment{
margin:10px 0px;
padding:7px 10px;
background:#fff;
border-radius:5px;
border:1px solid #eee;
border-bottom:2px solid #ddd;
}

.comments img{
	max-width:60px;
}

.comments ul{
	margin: 0px;
	padding: 0px;
}

.comments ul li{
	list-style-type: none;
}

.comment .avatar{
margin-top:5px;
margin-right:8px;
padding:1px;
background:#fff;
border:1px solid #aaa;
}

.comment .cmeta{
font-size:12px;
}

.comment p{
margin-top:5px;
}

.comments .reply{
margin-left:15px;
}

.respond .title, .comments .title{
padding:10px 0px;
margin-bottom:10px;
border-bottom:1px solid #eee;
}

/* Sidebar */

.sidebar{
margin-top:10px;
}

.sidebar h4{
font-size: 13px;
color:#555;
line-height:18px;
margin-bottom:5px;
padding-bottom:10px;
text-transform:uppercase;
border-bottom:1px solid #eee;
}

.widget ul{
	margin:0px;
	margin-left:-15px;
	
}

.sidebar .widget{
background:#fff;
padding:8px 10px;
margin-bottom:10px;
border:1px solid #eee;
}

.sidebar .widget .form-search{
margin-top:10px;
margin-bottom:10px;
}

/* Pagination */

.paging {
width:270px;
clear:both;
padding:6px 0;
line-height:17px;
font-size:13px;
}
 
.paging span, .paging a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:5px 8px;
text-decoration:none;
width:auto;
color:#666;
background: #fff;
border:1px solid #ddd;
font-weight:normal;
}
 
.paging a:hover{
color:#fff;
}
 
.paging .current{
padding:5px 8px;
color:#fff;
}

/* 404 Page */

.error-page .big-text{
	font-size: 170px;
	line-height: 180px;
	color: #999;
}

/* Item review */

.nav-tabs{
	margin-bottom: 20px;
}

.item-review{
	background: #fafafa;
	margin: 10px 0px;
	border-radius: 5px;
	border: 1px solid #eee;
	padding: 10px;
}

.item-review .rmeta{
	font-style: italic;
}

/* Careers */

.career .nav > li{
background:none;
padding:0px;
list-style-type: none;
}

.nav-tabs > li > a:hover{
color:#fff;
}

/* Sidebar page navigation */
#nav a{
	border-bottom: 1px solid #e1e1e1;
	padding: 8px 0;
}
#navi{
	margin: 0px;
	padding: 0px;
}
#navi li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#navi > li > a { 
  display: block; 
  padding: 10px 10px;
  color: #777;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  background-color: #fafafa;
}
#navi > li > a:hover{ 
  color: #666;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ddd;
}
#nav li.has_sub:first-child {
    border-top: 1px solid #ccc;
}
#nav { 
  display: block; 
  width: 100%; 
  background:transparent;
  margin: 10px auto; 
  text-transform: uppercase;
}
#nav{
margin: 0px;
padding: 0px;
}
#nav li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#nav > li > a { 
  display: block; 
  padding: 5px 0 0 10px;
  color: #777;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  background-color: #fafafa;
}
#nav > li > a:hover, #nav > li > a.open { 
  color: #666;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
}
#nav li a {
    font-size: 14px;
   	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
   	color: #777;
   	/* padding: 6px 15px; */
	display: block;
	text-decoration: none;
	}
#nav li a:hover {
	background-color: #eee;
	}
#nav li ul { 
	display: none; 
	background: #fff; 
	margin: 0px; 
	padding:0;
	}
#nav li ul li a,
#nav li ul li a:visited {
	font-size: 14px;
	font-family: inherit;
	color: #777;
	display: block; 
	background: #fff;
	padding: 6px 0px 6px 15px;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff; 
	border-bottom: 1px solid #ccc;
	color: #777;
	/* PADDING TEST */
	padding: 0;
}
/* #nav li ul li a:hover {
	padding: 12px 0px 12px 15px !important;
}
#nav li ul li a {
	padding-left: 15px !important;
} */
#nav li ul li a:hover {
	background: #f3f3f3;
	border-bottom: 1px solid #ccc;
}
/* ul.subgroup-list li a {
	padding-left: 20px !important;
}
ul.sub-subgroup-list li a {
	padding-left: 40px !important;
	} */
@media (min-width:767px) {
	#nav li ul li a,
	#nav li ul li a:visited {
		padding: 10px 12px;
		}
}
@media (max-width: 767px){
	#nav > li > a {
		font-weight: normal;
	}
	#nav li a,
	#nav li ul li a {
		/* padding: 12px 17px !important; */
		border-left: 0;
		border-right:0;
		border-top: 0;
		text-transform: uppercase !important;
		font-size: 16px;
		font-weight: normal;
/*  	background-image: url("../../resources/images/arw-next.png");
		background-position:  97% 50%;
		background-repeat: no-repeat;  */
		/* PADDING TEST 
		PADDING: 0 !IMPORTANT;*/

	}

	#nav li a:hover,
	#nav li ul li a:hover {
		color: #343434;
		background-color: #eee;
	}
}
.section-link {
	font-size: 14px;
}
.section-link-sel {
	font-size: 14px;
	background-color: #eee;	
}

.group-list {
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
}

/* .group-list:hover {
	background: #eee;
} */

.category-link{}
.category-link-sel{background-color: #eee;}
.group-list li {margin: 0 !important;}
.group-link {padding-left: 15px;}
.group-link-sel {padding-left: 15px;background-color: #eee;}
.section-list {
		border-right:0 !important;
	}
.section-list li {margin: 0 !important;}
/*.return-grid .item .item-image img {
    display: block;
    margin: 0 auto;
    padding: 0 !important;
    width: auto !important;
}*/
/* .subgroup-list,  */
a.subgroup-link {
    padding-left: 25px;
}
a.subgroup-link-sel {
    padding-left: 25px;
    background-color: #eee;
}
/* Sidebar items */
.has_sub h5 {
    background-image: url("../../resources/images/arw-open.png");
    background-position: 96% 50%;
    background-repeat: no-repeat;
    color: #777;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: uppercase;
	padding: 8px 0 6px 0;
}
.sitem{
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.sitem img{
	margin-top:5px;
	max-width: 100px;
}

/* Support */

#slist p{
display:none;
margin:0 0px 5px;
padding:5px 10px;
background:#fff;
line-height: 25px;
border:1px solid #eee;
border-top: 1px solid #d1d1d1;
box-shadow: 0 1px 1px #eee inset;
}

#slist{
	margin-left: 15px;
}

ul#slist{
	margin:0px;
	padding:0px;
	/* margin-left:15px; */
}

#slist li{
	border-bottom: 1px solid #ddd;
}

#slist li a{
	display: block;
	margin-bottom: 0;
	padding: 12px;
	text-decoration: none;
}
#slist li a:hover,
#slist li a:active,
#slist la a:focus {
    background-color: #eee;
}
.sub-subgroup-link,
#nav li ul li a {
	padding: 10px 12px !important;
	border-bottom: 1px solid #ccc;
}
.sub-subgroup-link-sel{
	background-color: #eee;
}
.support input{
	border-radius:5px;
	border:1px solid #ddd;
	padding:5px 10px;
}

/* Contact #1 */

.gmap iframe{
	width: 100%;
}

/* Support contact */

.scontact p{
	margin: 4px 0px;
}

/* Updated */

header .hlinks { 
    margin: 4px 0;
    text-align: right;
}
.filterform input { padding-left: 6px; border-color: 1px solid #eee; padding-top: 6px; padding-bottom: 6px;}
.items .tab-content { padding: 0 15px; }

/* Revolution Slider */

.tp-banner-container{
	width:100%;
	position:relative;
	margin-bottom: 40px;
	padding:0px;
	background: #f9f9f9;
}

.tp-banner{
	width:100%;
	position:relative;
	padding: 0;
	margin: 0;
}

.tp-banner ul{ display: none; }
.tp-banner ul li{
	list-style-type: none;
	padding-top: 0;
	padding-bottom: 0;
}


.tp-banner .largepinkbg {
	background:#d2322d;
}

.tp-banner .mediumwhitebg{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	padding-top:10px;
	line-height:20px;
	color:#666;
}	

.tp-banner .img-tag {
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	text-align: center;
	font-size: 13px !important;
	color: #fff;
	background: #d2322d;
	border-radius: 100px;
	font-weight:bold;
}
.tp-banner .large_bold_white { 
	font-family: 'Open Sans', sans-serif; 
	font-size:45px; 
	color:#666;
}

.tp-banner .medium_light_white { 
	font-size: 18px;
	line-height:28px;
	color:#888;
}

.tp-banner a.btn { 
	border:0px; 
	padding: 9px 14px; 
	color: #fff; 
	font-size: 14px;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
}

/* Footer */

footer{
	background: #161616 /* #65605c url("../../resources/images/footer.png")*/ repeat;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-top: 10px;
	color: #aaa;
	font-size: 12px;
	box-shadow: inset 0px 0px 10px #000;
}

footer a, footer a:visited{
	color: #ddd;
}

footer a:hover{
	color: #ccc;
	text-decoration: underline;
}

footer hr{
	height: 0px;
	padding: 0px;
	margin: 5px 0px;
	border-top: 1px solid #111;
	border-bottom: 1px solid #222;
}

footer h5{
	color: #aaa;
}

footer h6{
	color: #aaa;
}

footer ul{
	margin-left: 0px;
	margin:0px;
	padding-left:15px;
}

footer ul li{
	list-style-type: none;
	margin-bottom: 5px;
}

footer .widget{
	margin-bottom: 20px;
}

footer .copy{
	margin-bottom: 5px;
	font-size: 11px;
}

footer .payment-icons img{
	max-width: 35px;
	margin-right: 5px;
}
.row.shop-your-make ul {
	padding:0 !important;
}
/* Responsive */

@media (max-width: 767px){
	
	header .hlinks {
		text-align: center;
	}

	.container{
		width:100%;
		max-width:550px;
		margin:0 auto;
	}
	.onethree-left{
		display: block;
		float: none;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	.onethree-right{
		float: none;
		width: 100%;
		text-align: center;
	}
	.flex-caption{
		display: none !important;
	}
	.flex-direction-nav .flex-prev {left: 10px;}
  	.flex-direction-nav .flex-next {right: 10px;}
	.slider-features,footer,.page-head,.navbar-inner{
		padding-left: 20px;
		padding-right: 20px;
	}
/*	header{
		padding-top: 10px !important;
		padding-bottom: 20px !important;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}*/
	header .logo{
		margin-bottom:10px;
	}
	
	header form{
		width:100%;
		margin:0px auto;
		/*max-width:300px;*/
		
	}
	header .lr{
		display: block;
	}
	header .hlinks > span{
		background: transparent !important;
		border: none !important;
		color: #888;
		padding: 0px;
	}
	header .hlinks a, header .hlinks a:visited{
		color: #555;
	}
	header .hlinks a:hover{
		color: #222;
	}
   .navbar .nav{
   	margin-left: 0px !important;
      border:0px !important;
   }
   .navbar .nav > li > a{
      border:0px !important;
   }	
 	.dropdown-menu{
 		border: 0px !important;
 	}	
 	.navbar .nav{
 		border-left: 0px !important;
 	}
	
 	.flex-caption{
		display: none;
	}
	.page-head{
		text-align: left;
		padding-left: 0;
	}
}

@media (max-width: 991px){
	.container{
		width:100% !important;
	}
	header{
		padding-top: 10px !important;
		padding-bottom: 20px !important;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
	header .logo{
		margin-bottom:10px;
	}
	
	header form{
		width:100%;
		margin:0px auto;
/*		max-width:300px;*/
		
	}
 	.sitem img{
 		max-width: auto;
 	}
}

#make-icons.row .item{
	min-height: 140px !important;
	border: 1px solid #d1d1d1 !important;
}
#make-icons.row .item:hover {
	border: 1px solid #489EDC !important
}
/*@media (max-width:767px) {
	#make-icons.row .item,
	.shop-your-make{
		display: none !important;
	}
}*/
#login-button button#button-submit,
a.btn-block {
	width: 100%;
	text-transform: uppercase !important;
	font-size: 15px !important;
}
#policies.career,
#policies.tab-content,
.text-justify {
	text-align: justify;
}

.site-account-links {
    padding: 0px 5px 15px 15px;
}
footer .site-account-links ul {
    float: left;
}
footer ul.site-account-links li {
    color: #999;
    display: inline !important;
    font-size: 12px;
    line-height: 20px;
    margin-right: 1.5em;
}
.form.form-small.col-md-5.well.rightMark {
	position: absolute; 
	right: 10px; /*right: 0px;*/
	top: 20px; 
	z-index: 300; 
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: rgb(255, 255, 255);
	background: none repeat scroll 0 0 rgba(146, 146, 146, 0.41) !important; 
	border: transparent !important;
	text-align: center;
	background: none repeat scroll 0 0 rgba(7, 7, 7, 0.5) !important;
	border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.form.form-small.col-md-5.well.rightMark h3 {
	color: white;
	text-transform: uppercase;
	font-weight: lighter;
	margin: 8px 0;
}
#configurator .form.form-small.col-md-5.well.rightMark.mk-pulse{
	background: none repeat scroll 0 0 rgba(7, 7, 7, 0.7) !important;
	border: 0 !important;
    box-shadow: none !important;
}
.ie7 .rightMark.well.col-md-5.form-small.form,
.ie8 .rightMark.well.col-md-5.form-small.form {
	border: 1px solid #ddd !important;
}
#configurator {
	margin: 35px 30px 0 0 !important;
	padding: 0;
}

#configurator .btn-primary,
#configurator .btn-primary:hover {
	background: white;
	color: #343434;
	border-radius: 4px;
	font-weight: bold;
	border: 1px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 0;
	margin-top: -15px;
/* 	width: 160px !important; */
}
#configurator .btn-primary:hover {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 1)
}
#configurator select {
	background: rgba(0, 0, 0, 0.45);
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.5);
	min-height: 30px;

}

.ie7 #configurator select,
.ie8 #configurator select {
	background: #666 !important;
	color: #fff;
	border: 0;
}
#configurator .form-control{
	width: 240px;
}
#configurator .form-group button{
	width: 160px;
}
#configurator h3 {
 line-height: 1;
 margin-bottom: 1em;
}
.zero-top {
	margin-top:0 !important;
}
.ie7 #configurator .form-control,
.ie8 #configurator .form-control{
	width: 100%;
}
.mk-pulse {
	-webkit-animation: mk_pulse 2s infinite linear;
}

/* RETURN GRID RULES */

.return-grid {
    height: 540px;
    /*overflow: hidden;*/
	border: 1px solid #e1e1e1;
	margin-top: -1px;
	margin-left: -1px;
}
.return-grid h5,
.return-grid h5 a,
.return-grid h5 a:visited{
	line-height: 18px;
	text-align: left;
	margin: 10px 0;
	height: 110px;
}
.return-grid .item-price {
	color: #49494a !important;
    font-size: 24px !important;
    font-weight: 800;
    margin: 0.25em 0 0.35em;
    padding: 4px 0 !important;
}
.return-grid .each {
	font-size: 13px; 
	font-weight: normal; 
	color: #999;
}

.return-grid .details {
	font-size: 13px; 
	font-weight: normal; 
	color: #999;
}
.return-grid dl {
	clear: both;
	margin-bottom: 5px !important;
}
.return-grid dt {
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
}
.return-grid dd, 
.return-grid dt {
    color: #696969 !important;
    font-size: 14.5px;
}
.return-grid dt {
    width: 75px !important;
}
.return-grid label, 
.return-grid dt {
    font-weight: normal !important;
}

.return-grid dfn {
	font-style: normal !important;
}
dl.dl-save {
	margin-top: 58px !important;
}
.return-grid .items .item .item-image{
	min-height: 124px;
}

.return-grid .items .item .item-image img {
	padding: 5px 0px;
	min-height: 150px;
	width: 175px !important;
	max-width: 175px !important;
	display: block;
	margin: 0 auto;
}
.return-grid dl#save-tag {
	padding-top: 3px !important;
	font-size: 14.5px !important;
	clear: both;
}
.return-grid .save-tag {
    background-image: url("../../resources/images/tag.jpg");
    background-repeat: no-repeat !important;
    height: 20px !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    width: 56px !important;
}
.return-grid .save-tag span {
	text-indent: -9999px !important;
}
.button.add-to-cart a, 
.button.add-to-cart a:visited {
	width: 100%;
	display: block;
	text-align: center;
	transition: all .15s ease 0s;
	text-transform: uppercase;
	font: 700 13px 'Open Sans',Arial,Helvetica,sans-serif !important;
	padding: 10px 13px;
}
.add-to-cart.added > a{
	background: #20CF24 !important;
}
.add-icon {
/*	background-image: url("../../resources/images/plus-cart.gif");
	background-position: left;
	background-repeat: no-repeat;*/
	background: url("../../resources/images/plus-cart.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
	padding: 0 0 0 15px;
}
#content {
    visibility: visible;
}
.recent-news img{
	height: 100% !important;
	padding-left: 0;
	padding-right: 0;;
}
.return-grid ins {
	color: #B10825;
	text-decoration: none;
}
.help-tip {
	cursor: help;
}
/*.summary-row dd .fa.fa-question-circle.fa-lg.help-tip {
	color: #d3d3d3;
}*/
.add-cart-row {
	margin-top: 10px;
}
.fa-question-circle {
	color: #0C588F;
}
.fa-question-circle:hover {
	color: #258DD6;
}
.summary-row dd .fa-lg{font-size:1em !important;line-height:.75em;vertical-align:0% !important}
/* Overlay */

.img-responsive .items .item .item-image img, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	max-width: 175px !important;
}
.note-red {
	color: #E10430 !important;
	font-weight:bold;
}
.policy {
	color: #444;
}
.policy-result ul {
    list-style-type: square;
}
.save-ins {
	font-size: 14.5px;
}
/* ADD TO GARAGE */

	.items .item{
    margin: 10px auto;
    max-width: 100% !important;
    width:100% !important;
    min-height: auto;
	}
	
/* Kean's used for accessory & merch menu */
.left-menu > li {
   /*  border-bottom: 1px solid #ccc; */
    /*padding: 5px 0 0 10px !important;*/
}
.left-menu > li a {
	display: block;
	text-decoration: none;
	color:#343434;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 200;
}
.left-menu {
	padding: 0;
}
.left-menu li a, 
.left-menu li a:hover {
    font-size: 14px;
    font-weight: lighter;
	padding: 12px 0;
	}

.link-my-account,
.link-support,
.link-faq,
.link-about-company,
.link-privacy,
.link-terms,
.link-privacy,
.link-feedback {
	display: none !important;
	}
/*google plusone */
.plus-one {
	margin-top: 7px !important;
	}
#make-icons .col-md-3.col-sm-4 > a,
#make-icons .col-md-4.col-sm-3 > a {
	color: #777;
	display: block;	
	padding: 13px 0 13px 15px !important;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	font-size: 16px; 
	text-decoration: none; 
	color: #777 !important; 
	font-weight: normal; 
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	/* color: #555; */
 	-webkit-transition:all.15s ease;
		-moz-transition:all .15s ease;
			-o-transition:all .15s ease;
				transition:all .15s ease;
}
#make-icons .col-md-3.col-sm-4 > a:hover,
#make-icons .col-md-4.col-sm-3 > a:hover  {
	color: #343434 !important;
	background-color: #eee;
}
#reg-title.title {
	padding: 0 !important;
}
.reg-history-text,
.reg-terms {
	line-height: 1.35;
}
.reg-terms > span {
	font-size:  !important;
}
/* .reg-terms, 
.reg-terms strong {
	font-size: .9em !important;
} */
.reg-lists.history-list > ul {
	list-style-position: outside;
	margin-left: -30px;
	margin-top: 8px;
	}
.reg-lists.history-list > ul li {
	list-style-type: none;
    content:'';
    padding: 8px 0 8px 35px;
	font-size: 15px;
    background:url(../../resources/images/check_bigBlue1.gif) no-repeat 0 7px;

}
.strong {
	font-weight: bold !important;
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
  }
 .validation-wrapper {
	padding-left: 15px; 
	padding-right: 15px;
 }
@media (max-width: 985px) {
	#configurator {
		color: #777;
		text-align: left;
		position: relative;
		clear: both !important;
		width:100% !important;
		background: #eaeaea !important;
		border: 1px solid #ddd !important;
		margin: 0 auto;
		padding: 10px;
	}
	#configurator h3 {
		color: #777;
	}
	#configurator .btn-primary {
		background: #0C588f;
		color: #fff;
		border: 0;
		border-radius: 3px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	#configurator .btn-primary:hover {
		background: #267ab5;
		color: #fff;
		border: 0;
		border-radius: 3px;
	}
	#configurator label {
		color: #777;
		text-align: left;
		padding-top: 0;
	}
	.form-horizontal .control-label {
		text-align: left;
	}
	#configurator select {
		color: #777;
		background-color: #fff;
		border: 1px solid #ccc;
		margin: 0 auto;
		width : 100% !important;
		height: 40px !important; 
	}
	#configurator .form-group button,
	#configurator .form-control {
		width: 100% !important;
	}
	.flex-main .flexslider {
 	display: none;
	}
	footer ul.site-account-links li,
	footer ul.site-account-links li a {
	font-size: 16px;
	}
}
@media (max-width: 767px){
	.product-main select {
		width: 100% !important;
		max-width: 100%;
	}
	form * {
	font-size: 15px !important;
	}
	.btn-circle {
		line-height: .5;
	}
	.btn-circle > .fa.fa-check {
		line-height: 0;
	}
	.has_sub h5 {
    background-image: url("../../resources/images/arw-open.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    color: #777;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
	}	
	#make-icons .col-md-3.col-sm-4 > a,
	#make-icons .col-md-4.col-sm-3 > a {
		/* font-weight: bold !important; */
		background-image: url("../../resources/images/arw-next.png");
		background-position:  97% 50%;
		background-repeat: no-repeat;
	}
	.site-account-links {
		padding-left: 0 !important;
	}
	footer ul.site-account-links li,
	footer ul.site-account-links li a {
	display: block !important;
	clear: both;
	float: none;
	line-height: 1.75;
	}
	#configurator {
		color: #777;
		text-align: left;
		position: relative;
		clear: both !important;
		width:100% !important;
		background: #eaeaea !important;
		border: 1px solid #ddd !important;
		margin: 0 auto;
		padding: 10px;
	}
	#configurator h3 {
		color: #777;
	}
	#configurator .btn-primary {
		background: #0C588F;
		color: #fff;
	}
	#configurator .btn-primary:hover {
		background: #258DD6;
		color: #fff;
	}
	#configurator label {
		color: #777;
		text-align: left;
		padding-top: 0;
	}
	.form-horizontal .control-label {
		text-align: left;
	}
	#configurator select {
		color: #777;
		background-color: #fff;
		border: 1px solid #ccc;
		margin: 0 auto;
		width : 100% !important;
		height: 40px !important; 
	}
	.flex-main .flexslider {
 	display: none;
 	}
	.custom-nav {
	    display: none;
	}
	.flex-main .flexslider {
 	display: none;
 	}
 	.item-image {
 	margin: 0 auto;
 	padding: 0 5px;
 	/*border: 1px solid #e1e1e1;*/
 	margin-bottom: 8px;
	}
	.button.add-to-cart a, 
	.button.add-to-cart a:visited {
	 	padding: 15px 13px;
	 	font-size: 700 14px;
	}
	.return-grid {
		height: 450px !important;
		margin-top: -1px;
		margin-left: 0;
	}
	.return-grid h5, 
	.return-grid h5 a, 
	.return-grid h5 a:visited {
		height: auto;
	}
	.sitem img {
	    max-width: 100%;
		}
	.section-link {
		font-size: 15px;
		}

	.left-menu li a, .left-menu li a:hover {
	    font-size: 15px;
	    font-weight: lighter;
	    
		}
	.items {
		margin: 10px 15px 20px;
	}

	.btn{
		/* height: 45px; */
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}
	.title {
	padding: 0 !important;
	}
/* 	h4.title {
    color: #141e37 !important;
    font-family: "Segoe UI",arial,sans-serif !important;
    font-size: 1.75em !important;
    font-weight: bold !important;
    letter-spacing: -0.05em !important;
    margin-bottom: 0.5em !important;
    margin-top: 0 !important;
    transform: scaleY(1.2) !important;
	} */
	#slist a, #slist p {
    font-size: 15px;
	}
	#col-sign-up {
	margin-top: 1.5em;
	}
}
@media (max-width:767px) {
	#keywordsearch {
	display: inline;
	}
	.link-my-account,
	.link-support,
	.link-faq,
	.link-about-company,
	.link-privacy,
	.link-terms,
	.link-privacy,
	.link-feedback {
		display: block !important;
		}
}

@media (max-width: 480px){
	.col-left, .promo .pcol-left{
		width: 100%;
		float: none;
		margin-right: none;
	}
	.col-right, .promo .pcol-right{
		width: 100%;
		float: none;
		margin-top: 10px;
	}	
	.promo .pcol-right{
		text-align: center;
	}
	.promo .pbox{
		height: auto !important;
	}
	.tp-caption a.btn {
		padding: 3px 5px !important;
		font-size: 9px !important;
		box-shadow:none;
	}
	.tp-banner .img-tag { 
	display: none; 
	}
}
	h3.title,
	h4.title {
    /* color: #141e37 !important; */
    /* font-family: "Segoe UI",arial,sans-serif !important; */
    font-size: 1.75em !important;
    font-weight: bold !important;
    letter-spacing: -0.05em !important;
    margin-bottom: 0.5em !important;
    /* margin-top: 0 !important; */
    /* transform: scaleY(1.2) !important; */
	padding: 0 !important;
	clear: both;
	}
h5 {
    font: 15px/1.2em 'Open Sans',Arial,Helvetica,sans-serif !important;
    width: 100% !important;
}

.has_sub h5 {
  font-weight: 200;
}
.open h5 {
  font-weight: 600;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
    padding: 0;
}
.fa-modal-white::after{ 
	padding-left: 8px;
	content: url('../../resources/images/icon_modal_white.gif');
	background-position: right;
	background-image: none !important;
}
.fa-modal::after{
	padding-left: 4px;
	content: url('../../resources/images/icon_modal.gif');
	background-position: right;
	background-repeat: no-repeat;
}
.fa-blank-white::after{ 
	padding-left: 8px;
	content: url('../../resources/images/icon_targBlank_white.gif');
	background-position: right;
	background-image: none !important;
}
.fa-blank::after{
	padding-left: 4px;
	content: url('../../resources/images/icon_targBlank.gif');
	background-position: right;
	background-repeat: no-repeat;
}
.left-menu > li a {
	padding-left: 0 !important;
	padding-top: 12px !important;
	paddinb-bottom: 12px !important;
}
.group-list > li a,
.group-list > li a:hover,
.group-list > li a:visited {
	padding-left: 15px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
.subgroup-list > li a,
.subgroup-list > li a:hover,
.subgroup-list > li a:visited {
	padding-left: 30px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	
}
.sub-subgroup-list > li a,
.sub-subgroup-list > li a:hover,
.sub-subgroup-list > li a:hover{
	padding-left: 60px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.inputValid{ 
	color:green;
    border: 1px solid #098E0C;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.inputInvalid{ 
	color:red;
    border: 1px solid #C62121;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
}