/*
	Custom Fonts

	font-family: 'Viga', sans-serif;
	font-family: 'Open Sans', sans-serif;

*/

/*
html,body {
	height:100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}



h1, h2, h3 {
	font-family: 'Viga', sans-serif;
	font-weight:400;
	color:#305a9a;
}

h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}

.main h1,
.heading,
.box-heading {
	font-family: 'Viga', sans-serif;
	font-weight:normal;
	color:#305A9A;
}

.product-list-selector .facets-cont p {
  font-weight: normal;
}

.box-heading {
	font-family: 'Viga', sans-serif;
	font-weight:normal;
	color:#FFF;
}

*/
h1.header a:hover {text-decoration:none;}

hgroup {margin-bottom:20px;}



.sml-caps {
  text-transform: capitalize;
}

.aboutus h3,
.whyus h3,
.legal h3 {
	color:#000;
}

.aboutus h4,
.whyus h4,
.legal h4 {
	color:#F59330;
}



/*
	Bootstrap addins
*/

.list-group-horizontal .list-group-item {
    display: inline-block;
}

.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
}

.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}

.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
}



.btn-grey {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-grey:hover {
	cursor: default;
}

button[disabled] {
	background:#FFF;
	border:0;
	color:#777;
}



/*
	Custom Layout
*/

.top-bar {
	margin-bottom:10px;
	border-bottom:1px solid #EEE;
	min-height:40px;
	line-height:40px;
	font-size:14px;
	color:#555;
}

.top-bar a {
	text-decoration:none;
	color:#555;
}

.top-bar a:hover {
	color:#305A9A;
}

header {
	background-image:none;
	position:relative;
	padding:0;
	width:auto;
	min-height:auto;
}

.logo-row {
	margin-bottom:10px;
	padding:0;
}

.logo-row .logo {
	/*display:block;*/
	padding-bottom:20px;
	text-decoration:none;
	font-family: 'Viga', sans-serif;
	font-size:32px;
	color:#305A9A;
	text-align:center;
}

	@media only screen and (min-width : 768px) {
		.logo-row .logo {
			padding-bottom:0;
			font-size:42px;
			text-align:left;
		}
	}

header .navbar-toggle-element {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}

.top-msg {
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	text-align:center;
}

.top-msg .list-group-item {
	border-top:0;
	border-bottom:0;
	border-right:0;
}

.top-msg .list-group-item:first-child {
	border-left:0;
}

.top-msg h4.list-group-item-heading {
	font-size:16px;
	color:#C00;
	text-align:center;
}

.top-msg  p.list-group-item-text {
	font-size:12px;
	color#:999;
	text-align:center;
}

	@media only screen and (min-width : 768px) {

		.top-msg {
			float:right;
      		margin-top:40px;
		}

		.top-msg h4.list-group-item-heading {
			font-size:18px;
		}

		.top-msg  p.list-group-item-text {
			font-size:14px;
		}
	}



/*
	Part Finder
*/

header .vehicle-row {
	position:relative;
}

header .inner {
	padding:6px;
	background:#EEE;
	border: 1px solid #DDD;
	border-bottom:0;

	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,.8), inset 0px 0px 4px rgba(255,255,255,.6);
	   -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.8), inset 0px 0px 4px rgba(255,255,255,.6);
	        box-shadow: inset 0px 1px 0px rgba(255,255,255,.8), inset 0px 0px 4px rgba(255,255,255,.6);

	-webkit-border-radius:4px 4px 0 0;
	   -moz-border-radius:4px 4px 0 0;
	        border-radius:4px 4px 0 0;
}

header .inner:before,
header .inner:after,
header .other-vehicles:before,
header .other-vehicles:after {
	content: " ";
	display: table;
	clear:both;
}

header .part-finder .my-vehicle {
	line-height:30px;
	margin:12px 0 6px 0;
	text-align:center;
}

header .part-finder .my-vehicle .vehicle-hd {
	display:block;
	padding-left:12px;
	font-family: 'Viga', sans-serif;
	font-size:16px;
	color:#305a9a;
}

header .part-finder .current-vehicle li {
	 line-height:30px;
}

header .part-finder .vehicle-vin,
header .part-finder .vehicle-name {
	display:inline-block;
	padding-left:15px;
	padding-right:15px;
}

header .part-finder .current-vehicle ul li .glyphicon {
	cursor:pointer;
	color:#C00;
}

header .part-finder .current-vehicle ul li .glyphicon:hover {
	cursor:pointer;
	color:#F00;
}

header .part-finder .current-vehicle .browse-parts {
	float:none;
	display:block;
	text-align:center;
}

header .part-finder .other-vehicles {
	display:block;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

header .part-finder .other-vehicles .current-vehicle {
  border-top:0;
}

@media only screen and (min-width : 480px) {
	header .part-finder .current-vehicle .browse-parts {
		float:right;
		display:inline;
		text-align:right;
	}
}

@media only screen and (min-width : 1200px) {
	header .part-finder .my-vehicle {
		margin:0;
		text-align:right;
	}
}



/*
	Dropdown Verticle
*/



/*
	Navbar
*/

.navbar {
  border-radius:0;
  margin-bottom:0;
}

.navbar-nav > li > a {
	line-height: 31px;
}

.navbar-default {
  background-color: #305A9A;
  border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	color:#FFF;
	font-size:16px;
	font-weight:700;
}

.navbar-default .navbar-nav > li > a:hover {
	background-color:#3A6DBA;
	color:#FFF;
}

.navbar-default .navbar-brand {
  color: #FFF;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  background-color:#3A6DBA;
  color: #FFF;
}

.navbar-default .navbar-toggle {
  border-color: #FFF;
  color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color:#3A6DBA;
	color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #CCC;
}


#search_form {
	width:100%;
}

#search_form .input-group {
  width:100%;
}

#search_form .input-group-btn {
	width:50px;
}

header .form-control {
	border: 1px solid #FFF;
}


.btn-parts {
	display: inline-block;
	width:16.666%;
	min-width:280px;
	margin:5px;
	padding: 7px 10px;
	border: 1px solid #8e8e8e;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #ececec;
	background: -webkit-gradient(linear,0 0,0 0,from(#ececec),to(#fff));
	background: -webkit-linear-gradient(top,#fff,#ececec 100%);
	background: -moz-linear-gradient(top,#fff,#ececec 100%);
	background: -ms-linear-gradient(top,#fff,#ececec 100%);
	background: -o-linear-gradient(top,#fff,#ececec 100%);
	font-size: 14px;
	line-height: 17px;
	box-shadow: 0 1px 1px #bbb;
	-moz-box-shadow: 0 1px 1px #bbb;
	-webkit-box-shadow: 0 1px 1px #bbb;
	cursor: pointer;
	color: #333;
	text-align: center;
}

.btn-parts:hover {
	background:#FFF;
}

	@media only screen and (min-width : 480px) {
		.btn-parts {
			min-width:200px;
		}
	}

	@media only screen and (min-width : 768px) {
		.btn-parts {
			min-width:160px;
		}
	}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color:transparent;
}

.navbar-form {
  border-bottom:0;
  border-top:0;
  box-shadow:none;
  -webkit-box-shadow:none;
}

@media only screen and (min-width : 992px) {
	#search_form {
		width: 40%;
	}
}

@media only screen and (min-width : 1200px) {
	#search_form {
		width: 50%;
	}
}

@media (max-width: 992px) {

  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}




/*
	Carousel
*/

.carousel {
	margin-left:-15px;
	margin-right:-15px;
	height:260px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.carousel img {
	flex-shrink: 0;
	min-width: 100%;
	min-height: 100%;
}


/*
	Year Make Model -- Large
*/

.hello-cont {
	box-sizing: border-box;
	padding:20px 15px 0 15px;
	width:100vw;
	margin-left:calc(-50vw + 49.2%);
	margin-bottom:20px;
	background:#F5F5F5;
}

.hello-cont:before,
.hello-cont:after,
.dropdown-wrap:before,
.dropdown-wrap:after,
.top-parts-cont .parts-cont:before,
.top-parts-cont .parts-cont:after {
	content: " ";
	display: table;
	clear:both;
}

.txt-welcome {
	margin:30px 0;
}



/*
	PARTS
*/

.top-parts-cont {
	position:relative;
	padding-left:15px;
	padding-right:15px;
}

.top-parts-cont header {
	position:absolute;
	left:0;
	top:0;
	width:36px;
	height:100%;
	background:#1d4384;
	-webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}

.top-parts-cont .header {

}

.top-parts-cont .header.hd-longer {
	width:700px;
}

.top-parts-cont .header.txt-sml {
	font-size:18px;
	width:250px;
}

.top-parts-cont .parts-cont {
	margin-left:0px;
	padding:15px 15px 0 15px;
	border: 2px solid #EEE;
	-webkit-border-radius: 0 4px 4px 0;
	   -moz-border-radius: 0 4px 4px 0;
	        border-radius: 0 4px 4px 0;
}

.top-parts-cont .parts-box,
.product-name-selector .parts-box {
	padding-top:15px;
	padding-bottom:15px;
}

.top-parts-cont .parts-box a,
.product-name-selector .parts-box a {
	display:block;
	text-align:center;
}

.top-parts-cont .parts-box .product-img,
.product-name-selector .parts-box .product-img {
	margin-bottom:15px;
	min-height:100px;
	max-height:100px;
	text-align:center;
}

.top-parts-cont .parts-box .product-img .img-responsive,
.product-name-selector .parts-box .product-img .img-responsive {
	margin:auto;
	max-height:100px;
	max-width:230px;
}

.top-parts-cont .txt-trunc,
.product-name-selector .txt-trunc {
	display:inline-block;
	width:220px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-rendering:auto;
}

.top-parts-cont.add-border {
	border: 2px solid #eee;
	-webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius:4px;
}

.product-list-selector .brand-logo-cont {
	margin-bottom:20px;
}





.product-cont .product-gallery {
/*	margin-top:40px; */
}



.product-list-selector .product-cont .desc-box  {
	margin-top:10px;
	padding-top:20px;
	border-top:1px solid #EEE;
}





/*
	Parts boxes on the front door
*/


.partsbox-wrapper .partsbox-hd {
	padding-top:5px;
	padding-bottom:5px;
	background:#305a9a;
	-webkit-border-radius:4px 4px 0 0;
	   -moz-border-radius:4px 4px 0 0;
	        border-radius:4px 4px 0 0;
}

.partsbox-wrapper .partsbox-hd h2 {
	margin:0;
	padding-left:15px;
	font-size: 24px;
	font-weight: normal;
	color:#FFF;
	line-height: 36px;
}

.partsbox-wrapper .partsbox-list {
	padding-top:15px;
	padding-bottom:15px;
	border: 2px solid #eee;
	-webkit-border-radius:0 0 4px 4px;
	   -moz-border-radius:0 0 4px 4px;
	        border-radius:0 0 4px 4px;
}

.partsbox-wrapper .partsbox-list-ul {
	display:block;
	margin:0;
	margin-right:15px;
	padding-left:15px;
	padding-right:15px;
	list-style:none;
	height:200px;
	overflow:auto;
}

.partsbox-wrapper .partsbox-list-ul li {
	line-height:42px;
}



.front-brands {
	margin-top:40px;
	margin-bottom:20px;
	padding:20px 0;
	min-height:150px;
	background:url('/ps/assets/img/carousel-bg-grey.jpg') 50% 100% no-repeat;
}

.front-brands h2 {
	margin-bottom:20px;
	text-align:center;
	font-size:42px;
	color:#191919;
}

.front-brands .owl-carousel {
	margin-bottom:20px;
}

.front-brands .owl-carousel .owl-item {
	background:#FFF;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
}

.front-brands .owl-carousel .owl-item .item {
	padding:10px;
}

.front-brands .owl-carousel .owl-item img {
  margin:auto;
  max-width:170px;
  height:55px;
  opacity:1.0;
}

.front-brands .owl-carousel .owl-item img:hover {
	opacity:0.5;
}



/*
	Content pages
*/

.aboutus .facet-prompt-list {
	padding-left:0;
}

.aboutus .facet-prompt-list li.brand-image-facet {
	cursor:default;

}

.aboutus .facet-prompt-list li.brand-image-facet .brand-label {
	text-decoration:none;
	color:#999;
}

.action-box {
	padding-top:30px;
}

.action-box ul {
	display:block;
	margin:0 0 30px 0;
	padding:25px;
	list-style:none;
	min-height:130px;
	border: 2px solid #eee;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
}

.action-box ul h3 {
	margin-top:0;
	font-weight:400;
	color:#E00;
}

.action-box .action-box-icon {
	width:33%;
	float:left;
	font-size:62px;
}

#askus fieldset {
	padding-left:15px;
	padding-right:15px;
}

.fhd {display:none;}


.security-seals {display:none!Important;}







/*
	Misc
*/

.padtop10 {padding-top:10px;}
.txt-red {color:#E00;}



.tips-player {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.27198%;
}


tips-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}