﻿
/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}


/***** END RESET *****/
body {
	color:#000;
	font-family:  'Open Sans', sans-serif;
	margin:0;
	background:#fff;
	font-size:18px;
}

td {vertical-align: top;}


/***** Global text link style *****/

a {
    text-decoration:none;
    color:#000;
}
a:hover  {
    text-decoration:underline;
}

.body-img h1 {
	font-size:52px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:36px;	
}

h2 {
	color:#d61f2a; /*red*/
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:42px;
}

h3 {
	font-weight:400;
	font-size:32px;
}

h5 {
	font-weight:400;
	font-size:16px;
}


p {
	font-family: 'Open Sans', sans-serif;
}

img {
	max-width:100%;
	
}
	 
.wrapper {
	position: relative;
	margin:0 auto;
	max-width:1200px;
}

.body-img {
	display:block;
	max-width: 100%;
	margin:0 auto;
	padding:65px 0;
	background:url(../siteart/TrailerPage.jpg) center center no-repeat;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}

.body-img h1 {
	color:#fff;
}

.logo {
	float:left;
	max-width:120px;
	margin:15px 0 15px 0;	
}

.header-right {
	float:right;
	width:80%;	
}

.search-box {
	margin:30px 0;	
}

/***FORMS***/


input[type=checkbox],
input[type=radio]{ 
	width: 30px;
}

form {
	vertical-align:top;
	margin:0 auto;
}

.new-search { padding:20px 0;}

.new-search .col4 {
    width: 48%;
    float: left;
    margin: 0 1%;
}

.new-search label {
    display: block;
    margin-bottom: 3px;
	font-family: 'Roboto Condensed', sans-serif;
}

.new-search select {
    width: 100%;
    width: calc(100% - 2px);
    border: none;
    color: #8e8d8d;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 7px;
    -webkit-border-radius: 0;
    margin-bottom: 10px;
	box-sizing:border-box;
	font-family: 'Roboto Condensed', sans-serif;
	background:#F8F8F8;
}

.new-search input {
    width: 100%;
    width: calc(100% - 2px);
    border: none;
    color: #8e8d8d;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 8px;
    -webkit-border-radius: 0;
    margin-bottom: 10px;
	box-sizing:border-box;
	font-family: 'Roboto Condensed', sans-serif;
	background:#F8F8F8;
}

.listings-wrapper .listing-largecard .listing-largecard-image a {
    padding-bottom: 75.25% !important;
}

.new-search input#Search {
    color: #fff;
	margin-top:20px;
}

.new-search input.button {
	background:#d61f2a;
	cursor:pointer;
}
 
.new-search input.button:hover {
	background:#9C1C23;
}
 
/***SCROLL UP BUTTON***/
.cd-top {
  display: inline-block;
  outline: none; /* Remove outline */
  border: none; /* Remove borders */
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000 /*color*/ url(../siteart/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  padding:5px; /* Some padding */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius:100px;
  border: .6px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: opacity .5s 0s, visibility 0s .5s;
  -moz-transition: opacity .5s 0s, visibility 0s .5s;
  transition: opacity .5s 0s, visibility 0s .5s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .5s 0s, visibility 0s 0s;
  -moz-transition: opacity .5s 0s, visibility 0s 0s;
  transition: opacity .5s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #d61f2a; /*red*/
  opacity: 1;
}
.cd-top:hover {
  background-color:#d61f2a; /*red*/
}

/*===================== 
	Inventory styles 
=======================*/

.body-content .body-wrapper {padding:2% 0;}

/*----View Details Button----*/
.view-listing-details-link {background:#d61f2a !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #d61f2a !important; color:#fff !important;}


/*------------------------------Compare Page---------------------------------*/
.cs-btns a{
	background:#000 !important; color:#fff !important;
}
.cs-btns a:hover{
	background:#d61f2a !important; color:#fff !important;
}


/*FOOTER*/
footer {
	background:#000;
	padding:50px 0;
}

.copyright {
	font-size:11px;
	color:#fff;
	text-align:center;
}

.copyright a:hover  {
    color:#fff !important; 
	text-decoration:underline;
}

.copyright a {
	color:#fff !important;	
}

.hosted-content .at-share-btn-elements {
	display:none;	
}

/*===================== 
                Responsive styles 
=======================*/
@media screen and (max-width: 1100px) { 
.header-right {
	float:none;
	width:100%;	
}

}

@media screen and (max-width: 900px) {
	
}	
@media screen and (max-width: 768px) {
	.cd-top {
	  height: 20px;
	  width: 20px;
	}
}
@media screen and (max-width: 570px) {

}
@media screen and (max-width: 480px) {
	h1 {
		font-size:24px;	
	}
	
	h2 {
		font-size:22px;	
	}
	
	h3 {
		font-size:20px;	
	}
}
