/* Environment Bar Styling */
.c-Environment-bar--dev {
    background-color: blue;
}
.c-Environment-bar--staging {
    background-color: red;
}
.c-Environment-bar {
    color: #fff;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
}

/* GLOABL STYLE /w Bootstrap*/

@font-face {
    font-family: 'fira_sanslight_italic';
    src: url('fonts/firasans/firasans-lightitalic-webfont.eot');
    src: url('fonts/firasans/firasans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/firasans/firasans-lightitalic-webfont.woff2') format('woff2'),
    url('fonts/firasans/firasans-lightitalic-webfont.woff') format('woff'),
    url('fonts/firasans/firasans-lightitalic-webfont.ttf') format('truetype'),
    url('fonts/firasans/firasans-lightitalic-webfont.svg#fira_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fira_sanslight';
    src: url('fonts/firasans/firasans-light-webfont.eot');
    src: url('fonts/firasans/firasans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/firasans/firasans-light-webfont.woff2') format('woff2'),
    url('fonts/firasans/firasans-light-webfont.woff') format('woff'),
    url('fonts/firasans/firasans-light-webfont.ttf') format('truetype'),
    url('fonts/firasans/firasans-light-webfont.svg#fira_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fira_sanssemibold';
    src: url('fonts/firasans/firasans-semibold-webfont.eot');
    src: url('fonts/firasans/firasans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/firasans/firasans-semibold-webfont.woff2') format('woff2'),
    url('fonts/firasans/firasans-semibold-webfont.woff') format('woff'),
    url('fonts/firasans/firasans-semibold-webfont.ttf') format('truetype'),
    url('fonts/firasans/firasans-semibold-webfont.svg#fira_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fira_sansregular';
    src: url('fonts/firasans/firasans-regular-webfont.eot');
    src: url('fonts/firasans/firasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/firasans/firasans-regular-webfont.woff2') format('woff2'),
    url('fonts/firasans/firasans-regular-webfont.woff') format('woff'),
    url('fonts/firasans/firasans-regular-webfont.ttf') format('truetype'),
    url('fonts/firasans/firasans-regular-webfont.svg#fira_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fira_sansmedium';
    src: url('fonts/firasans/firasans-medium-webfont.eot');
    src: url('fonts/firasans/firasans-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/firasans/firasans-medium-webfont.woff2') format('woff2'),
    url('fonts/firasans/firasans-medium-webfont.woff') format('woff'),
    url('fonts/firasans/firasans-medium-webfont.ttf') format('truetype'),
    url('fonts/firasans/firasans-medium-webfont.svg#fira_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fira_sansbold';
    src: url('fonts/firasans/firasans-bold-webfont.eot');
    src: url('fonts/firasans/firasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/firasans/firasans-bold-webfont.woff2') format('woff2'),
    url('fonts/firasans/firasans-bold-webfont.woff') format('woff'),
    url('fonts/firasans/firasans-bold-webfont.ttf') format('truetype'),
    url('fonts/firasans/firasans-bold-webfont.svg#fira_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldbold';
    src: url('fonts/oswald/oswald-bold-webfont.eot');
    src: url('fonts/oswald/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/oswald/oswald-bold-webfont.woff') format('woff'),
    url('fonts/oswald/oswald-bold-webfont.ttf') format('truetype'),
    url('fonts/oswald/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldlight';
    src: url('fonts/oswald/oswald-light-webfont.eot');
    src: url('fonts/oswald/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/oswald/oswald-light-webfont.woff') format('woff'),
    url('fonts/oswald/oswald-light-webfont.ttf') format('truetype'),
    url('fonts/oswald/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldbook';
    src: url('fonts/oswald/oswald-regular-webfont.eot');
    src: url('fonts/oswald/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/oswald/oswald-regular-webfont.woff') format('woff'),
    url('fonts/oswald/oswald-regular-webfont.ttf') format('truetype'),
    url('fonts/oswald/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	
	//animation problems in chrome (when overflow is hidden)
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
*/
.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    display: inline-block;
}

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

a {
    color: #808080;
    text-decoration: none;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-decoration: none;
}

a:hover {
    color: #004bb9;
}

body {
    margin:0;
    padding:0;
    font-family: 'fira_sanslight';
    color: #535353;
    font-size: 16px;
    border-top: solid 6px #032f66;
}

body, html {
    height: 100%;
    width: 100%;

}

h2 {
    margin:0;
    padding:0;
    font-family: 'fira_sansbold';
    font-weight: normal;
    margin-bottom: 4px;
    font-size: 1.5em;
}

#siteWrap {
    min-height: 100%;
    position: relative;
}

img {
    height: auto;
    max-width: 100%;
}

hr {
    border:0;
    height: 1px;
    background-color: #808080;
    margin-top: 25px;
    margin-bottom: 25px;
}

h3 {
    font-weight: normal;
    text-transform: uppercase;
    margin:0;
    padding:0;
    color: #032f66;
    font-size: 32px;
    font-family: 'oswaldlight';
    text-align: center;
}

h3 strong {
    font-weight: normal;
    font-family: 'oswaldbold';
}

h4 {
    font-weight: normal;
    text-transform: uppercase;
    margin:0;
    padding:0;
    color: #032f66;
    font-size: 24px;
    font-family: 'oswaldlight';
    text-align: left;
}

h4 strong {
    font-weight: normal;
    font-family: 'oswaldbold';
}

.blueText {
    color: #004bb9;
}
.lightBlueText {
    color: #6a98da;
}

.redText {
    color: #c50202;
}
.lightRedText {
    color: #ef5757;
}

p {
    margin-top: 16px;
    margin-bottom: 16px;

}

.centerImg {
    display: block;
    margin: auto;

}

.centerImgPadBottom {
    display: block;
    margin: auto;
    padding-bottom: 15px;
}

#blueGradientWrap.container .noBg {
    background-image: none !important;
}

.imgBorder {
    border: solid 1px #375ea9;
    padding: 2px;
}

.hundredImg {
    width: 100%;
}

#loggedInPane {
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
}

#logmeIn {
    display: block;
}

#logmeIn.active {
    display: none;
}

/* ---------------------------------------------------- */
/* NAV BAR CUSTOM - SET TO MIDDLE OF MENU */
/* nav bar base --------------------------------------- */
.navbar-default {
    background-color: white;
    border-color: white;
    /*height: 85px;*/
    margin-bottom:0;

}

div#navbar-collapse-1.collapse.navbar-collapse {
    position: relative;
    top: 25%;
}

/* END: nav bar base ------------------------------------ */
/* logo position -----------------------------------------*/
.navbar-brand {
    /*position: absolute;*/
    /*width: 100%;*/
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
    padding:0 0;
}

.navbar-brand img {
    display: block;
    margin: auto;
    max-width: 200px !important;
}

.navbar-toggle {
    z-index: 3;
}

/* END: logo ----------------------------------------------*/
/* navbar item styling ------------------------------------*/
.navbar-nav > li {
    letter-spacing: 0;
    display: inline;
}

.navbar-nav > li > a {
    font-family: 'oswaldlight';
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    color: #032f66 !important;
    text-align: center;
    box-sizing: border-box;
    height: 48px;
    line-height: 45px;
    padding: 0 10px;
    border: solid 2px #ffffff;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.navbar-nav > li > a:hover {
    border-color: #004bb9;
    color: #0054d0 !important;
}

/* END: navbar item styling ------------------------------*/
/* Custom phone social/number positioning and style ------*/
/* social menu items ---------------------------------*/
#socialWrap {
    margin-right: 30px;
    display: none;
    margin-top: 7px;
}

#socialWrap a {
    font-size: 24px;
    color: #032f66;
    padding: 0 10px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#socialWrap a:hover {
    color: #0054d0;
}

/* END: social menu items -----------------------------*/
/* contact number -------------------------------------*/
#contactWrap {
    font-size: 22px;
    color: #0054d0;
    font-family: 'oswaldbook';
    text-transform: uppercase;
    line-height: 20px;
}

#contactWrap > #hdrPhoneText a {
    font-size: 22px;
    color: #0054d0;
    font-family: 'oswaldbook';
    text-transform: uppercase;
    line-height: 20px;
}

#contactWrap a {
    display: block;
    color: #535353;
    font-family: 'oswaldbold';
    text-decoration: none;
    font-size: 26px;
}

#contactWrap a .fa {
    color: #032f66;
    font-size: 34px;
}

/* END: contact number --------------------------------*/
/* END: Custom phone social/number positioning and style ---*/
/* END: NAV BAR CUSTOM - SET TO MIDDLE OF MENU -------------*/

/* CUSTOMIZE SOME BS ELEMENTS -------------------------------*/

.navbar-default .navbar-toggle {
    border-color: #032f66;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #032f66;
}

.navbar-toggle {
    margin-top: 21px;
    border-radius: 0;

}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 4px;

}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.row {
    /*background-color: white;*/
    margin-left: 0;
    margin-right: 0;
}

[class*='col-'] > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

/* END: CUSTOMIZE SOME BS ELEMENTS --------------------------*/

/* SLIDER  bootstrap JUMBOTRON*/
.jumbotron {
    background-image: url(../images/slider-holder.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 584px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.jumbotron .row {

    background: none !important;
}

/* custom jumbotron headers*/

.jumbotron h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'oswaldbook';
    color: #032f66;
    font-size: 45px;
    position: relative;
    top: 50px;
    margin-bottom: 10px;
}

.jumbotron h2 strong {
    font-weight: normal;
    font-family: 'oswaldbold';
    color: #004bb9;

}

.jumbotron h4 {

    font-family: 'fira_sanslight';
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
    color: #535353;
    text-align: center;
    position: relative;
    top: 50px;
    margin-bottom: 8px;

}

.jumbotron #slRedBtn {
    display: block;
    margin: 0 auto;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'oswaldbook';
    background-color: #f80500;
    width: 196px;
    height: 45px;
    text-align: center;
    line-height: 47px;
    position: relative;
    top: 60px;

}

/* END: custom jumbotron headers*/
/* END: SLIDER */

/* VEHICLE FINDER SECTION  */

.textSpecs {
    padding-left: 10px !important;
}

#search-filters-wrap {
    background-color: #d3d2d2;
    padding: 1px;
    border: solid 1px #808080;
    margin-bottom: 8px;
}

/*#vehicle-finder-wrap #searchBtn {*/
    /*background-color: #f80500;*/
    /*display: block;*/
    /*color: #ffffff;*/
    /*text-decoration: none;*/
    /*text-align: center;*/
    /*height: 43px;*/
    /*line-height: 43px;*/
    /*width: 100%;*/
    /*font-family: 'oswaldbook';*/
    /*font-size: 24px;*/
    /*text-transform: uppercase;*/
    /*transition: all .4s ease;*/
    /*-moz-transition: all .4s ease;*/
    /*-webkit-transition: all .4s ease;*/
    /*-o-transition: all .4s ease;*/
/*}*/

/*#vehicle-finder-wrap #searchBtn:hover {*/
    /*background-color: #ce0400;*/
/*}*/

#vehicle-finder-wrap h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'oswaldbook';
    color: #032f66;
    border-bottom: solid 1px #808080;
    margin-bottom: 26px;
    padding-bottom: 6px;
}

#vehicle-finder-wrap #search-filters-wrap .searchBox .boxTitle {
    background-color: #032f66;
    color: #ffffff;
    text-transform: uppercase;
    height: 34px;
    line-height: 36px;
    padding: 0 13px;
    font-family: 'fira_sansbold';
    font-size: 18px;
    display: block;
    margin: auto;
}

#vehicle-finder-wrap #search-filters-wrap .searchBox .boxItemsWrap select,
#vehicle-finder-wrap #search-filters-wrap .searchBox .boxItemsWrap input {
    box-sizing: border-box;
    background-color: #ffffff;
    background-image: url(../images/search-dd.png);
    background-repeat: no-repeat;
    background-position: top right;
    border: solid 1px #808080;
    padding-left: 10px;
    padding-right: 49px;
    font-family: 'fira_sansmedium';
    padding-top: 4px;
    height: 36px;
    text-align: center;
    color: #3c3c3c;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#vehicle-finder-wrap #search-filters-wrap .searchBox .boxItemsWrap input:last-child {
    margin-bottom: 0;
}

#vehicle-finder-wrap #search-filters-wrap .searchBox .boxItemsWrap input {
    padding-right: 10px;
    background-image: none;
}

#vehicle-finder-wrap h2 {
    margin: 0;
    padding: 0;
    padding-left: 5px;
    font-weight: normal;

    margin-bottom: 9px;
    font-size: 18px;
    color: #032f66;
    font-family: 'fira_sansmedium';

}

#vehicle-finder-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

#vehicle-finder-wrap ul li {
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: solid 1px #bfbfbf;
    padding-left: 5px;
    font-size: 13px;
}

#vehicle-finder-wrap ul li:last-child {
    padding-top: 13px;
    border-bottom: none;

}

#vehicle-finder-wrap strong {
    font-weight: normal;
    font-family: 'fira_sanssemibold';
}

/*#vehicle-finder-wrap .quickView {*/
    /*display: block;*/
    /*box-sizing: border-box;*/
    /*border: solid 1px #3c3c3c;*/
    /*background-color: #ffffff;*/
    /*font-family: 'fira_sansbold';*/
    /*margin-right: 3px;*/
    /*line-height: 31px;*/
    /*font-size: 15px;*/
    /*text-align: center;*/
    /*color: #3c3c3c;*/
    /*text-decoration: none;*/
    /*text-transform: uppercase;*/
    /*transition: all .4s ease;*/
    /*-moz-transition: all .4s ease;*/
    /*-webkit-transition: all .4s ease;*/
    /*-o-transition: all .4s ease;*/

/*}*/

/*#vehicle-finder-wrap .quickView:hover {*/
    /*background-color: #3c3c3c;*/
    /*color: #ffffff;*/

/*}*/

#vehicle-finder-wrap .fullDetails {
    display: block;
    box-sizing: border-box;
    background-color: #f80500;
    border: solid 1px #f80500;
    font-family: 'fira_sansbold';
    margin-left: 3px;

    line-height: 31px;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#vehicle-finder-wrap .fullDetails:hover {
    background-color: #ce0400;
}

#srchResults {
    padding-left: 0;
    padding-right: 0;
}

#srchResults .visualSummary {
    padding-right: 10px;
}

#srchResults .leftDetails {
    padding-right: 25px;
}

#vehicle-finder-wrap .carItem {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: solid 1px #bfbfbf;
    position: relative;
}

#vehicle-finder-wrap .carItem:last-child {
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: none;

}

#vehicle-finder-wrap .bottomLineAuction {
    background-color: #eeeeee;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 4px;
    border-bottom: 1px solid #eeeeee;
}

#vehicle-finder-wrap .bottomLineAuction.active {
    margin-bottom: 2px;
}

#vehicle-finder-wrap .carItem .car-right .carInfo strong,
#vehicle-finder-wrap .carItem .car-right .auctionEndWrap strong {
    font-weight: normal;
    font-family: 'fira_sanssemibold';
}

#vehicle-finder-wrap .carItem .car-right .carInfo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#vehicle-finder-wrap .carItem .car-right .carInfo ul li {
    height: 37px;
    line-height: 39px;
    border-bottom: solid 1px #bfbfbf;
    padding-left: 5px;
}

.loggedin #vehicle-finder-wrap .carItem .car-right .carInfo ul li {
    height: 27px;
    line-height: 29px;
}

.placeBidMemberWrap {
    margin-bottom: 20px;
    display: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 4px;
}

.placeBidMemberWrap.active {

    display: block;
}

.loggedin #vehicle-finder-wrap .carItem .car-right .auctionEndWrap {
    margin-bottom: 1px;
}

#vehicle-finder-wrap .carItem .car-right .carInfo ul li:last-child {
    border-bottom: 0;
}

#vehicle-finder-wrap .carItem .car-right .auctionEndWrap {
    background-color: #eeeeee;
    height: 31px;
    line-height: 33px;
}

#vehicle-finder-wrap .carItem .car-right .auctionEndWrap .leftItem {
    padding-left: 5px;
    height: 31px;
}

#vehicle-finder-wrap .carItem .car-right .auctionEndWrap .rightItem {
    height: 31px;
}

#vehicle-finder-wrap .carItem .quickViewWrap {
    height: 814px;
    margin-top: 29px;
    display: none;
    position: relative;
    width: 885px;
    margin-left: auto;
    margin-right: auto;
}

#vehicle-finder-wrap .carItem .customPaging .slick-prev,
#vehicle-finder-wrap .carItem .customPaging .slick-next,
#vehicle-finder-wrap .carItem .quickViewWrap .qv-sl-btns {
    position: absolute;
    top: 0;
    background-color: #032f66;
    width: 40px;
    height: 150px;
    left: 0;
    cursor: pointer;
    z-index: 5;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#vehicle-finder-wrap .carItem .quickViewWrap .qv-sl-btns .fa {
    opacity: 0.5;
    vertical-align: top;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#vehicle-finder-wrap .carItem .quickViewWrap .qv-sl-btns:hover .fa {
    opacity: 1;
}

#vehicle-finder-wrap .carItem .quickViewWrap .qv-sl-btns.slick-disabled {
    opacity: 0.2;
    cursor: default;
}

#vehicle-finder-wrap .carItem .customPaging .slick-next,
#vehicle-finder-wrap .carItem .quickViewWrap .qv-sl-next {
    left: 845px;
}

#vehicle-finder-wrap .carItem .quickViewWrap .quickViewSlider {
    height: 663px;
    margin-bottom: 0;
}

#vehicle-finder-wrap .carItem .quickViewWrap .quickViewSlider .imageSlide {
    overflow: hidden;
    display: none;
    width: 885px;
    height: 663px;
    text-align: center;
}

#vehicle-finder-wrap .carItem .quickViewWrap .quickViewSlider .imageSlide img {
    /*min-width: 885px;*/
    width: 100%;
    display: inline;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#vehicle-finder-wrap .carItem .quickViewWrap .quickViewSlider .slick-dots {
    background-color: #ffffff;
    bottom: -150px;
    height: 150px;
    width: 804px;
    margin: 0;
    left: 41px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
}

#vehicle-finder-wrap .carItem .quickViewWrap .quickViewSlider .slick-dots li button::before {
    content: none;
}

#vehicle-finder-wrap .carItem .quickViewWrap .quickViewSlider .slick-dots li {
    margin: 0 1px 0 0;
    left: -201px;
    opacity: 0.6;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#vehicle-finder-wrap .carItem .quickViewWrap .quickViewSlider .slick-dots li:hover,
#vehicle-finder-wrap .carItem .quickViewWrap .quickViewSlider .slick-dots li.slick-active {
    opacity: 1;
}

#vehicle-finder-wrap .carItem .quickViewWrap .quickViewSlider .slick-dots li,
#vehicle-finder-wrap .carItem .quickViewWrap .quickViewSlider .slick-dots li button {
    padding: 0;
    width: 200px;
    height: 150px;
}

#vehicle-finder-wrap .carItem .quickViewWrap .customPaging {
    white-space: nowrap;
    overflow: hidden;
    height: 150px;
    width: 100%;
    margin: 1px 0 0 0;
    background-color: #ffffff;
}

#vehicle-finder-wrap .carItem .quickViewWrap .customPaging .slick-list {
    width: 803px;
    margin: 0 auto;
}

#vehicle-finder-wrap .carItem .quickViewWrap .customPaging .slick-slide {
    width: 200px;
    height: 150px;
    margin-right: 1px;
    display: inline-block;
    cursor: pointer;
    opacity: 0.6;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#vehicle-finder-wrap .carItem .quickViewWrap .customPaging .slick-slide:hover,
#vehicle-finder-wrap .carItem .quickViewWrap .customPaging .slick-slide.slick-current {
    opacity: 1;
}

/* END: VEHICLE FINDER SECTION  */

/* WELCOME TO SALVAGE NOW: SECTION */

/* ask rick about this zoom transition*/

/*#threeBoxesWrap  .boxItem:hover img {
   transform: scale(1.1);
   -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1);
}*/
#threeBoxesWrap {
    margin-bottom: 40px;
    padding-bottom: 20px;
}

#threeBoxesWrap .boxItem .boxTitle {

    box-sizing: border-box;
    padding: 7px 7px 7px 10px;
    background-color: rgba(3, 47, 102, 0.85);
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'oswaldlight';
    font-size: 19px;
    text-align: left;
    max-width: 380px;
    margin: auto;
}

#threeBoxesWrap .boxItem .boxTitle .title {

    padding-left: 0;
    padding-top: 3px;
    margin-bottom: 0;
}

#threeBoxesWrap .boxItem .boxTitle .view {

    padding-right: 0;
    margin-bottom: 4px;
}

#threeBoxesWrap .boxItem .redBtn {
    display: block;
    font-size: 15px;
    background-color: #f80500;

    padding: 6px 6px 5px 6px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: 'fira_sanssemibold';
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#threeBoxesWrap .boxItem .redBtn:hover {
    background-color: #ce0400;
}

#threeBoxesWrap.col-md-4.boxItem:first-child {
    background-color: green;
    padding-left: 100px;
}

/* End: WELCOME TO SALVAGE NOW: SECTION*/

/* ABOUT OUR ONLINE AUTO AUCTION */

#blueGradientWrap {
    background-image: url(../images/blue-gradient.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 57px;
    padding-top: 50px;
    background-color: #0044a9;
    color: #ffffff;
    text-align: center;
}

#blueGradientWrap .container {
    background-image: url(../images/car-large-ghost-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#blueGradientWrap h3 {
    color: #ffffff;
}

#blueGradientWrap #boxesWrap .boxItem {
    border: solid 6px transparent;
    background-color: rgba(0, 0, 0, 0);

    height: 244px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 40px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#blueGradientWrap #boxesWrap .boxItem:hover {
    background-color: rgba(0, 0, 0, 0.35);
    border-color: #ffffff;
}

#blueGradientWrap #boxesWrap .boxItem .boxTitle {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'oswaldbook';
    height: 55px;
    line-height: 55px;
}

#blueGradientWrap #boxesWrap .boxItem .iconWrap {
    height: 90px;
    margin-bottom: 17px;
}

#blueGradientWrap #boxesWrap .boxItem .iconWrap img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#blueGradientWrap #boxesWrap .boxItem a {
    opacity: 0;
    display: block;
    font-size: 15px;
    background-color: #f80500;
    width: 125px;
    height: 32px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: 'fira_sanssemibold';
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#blueGradientWrap #boxesWrap .boxItem:hover a {
    opacity: 1;
}

#blueGradientWrap #boxesWrap .boxItem a:hover {
    background-color: #ce0400;
}

#blueGradientWrap #boxesWrap .boxItem .boxInner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* End: ABOUT OUR ONLINE AUTO AUCTION */

/* AUCTION CALENDAR */

#auctionCalendarWrap {
    background-image: url(../images/gray-gradient.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 60px;
    padding-top: 40px;
}

#auctionCalendarWrap h3 {
    text-align: left;
    margin-bottom: 6px;
}

#auctionCalendarWrap .auctionSubHeading {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
}

#auctionCalendarWrap #viewAllBtn {
    float: right;
    text-decoration: none;
    color: #535353;
    font-family: 'oswaldbook';
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 36px;
    display: block;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#auctionCalendarWrap #viewAllBtn:hover {
    color: #0054d0;
}

#eventsWrap .eventItem {

    box-sizing: border-box;
    border: solid 1px #9a9a9a;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;

}

#eventsWrap .eventItem a.over {
    /*background-image: url(../images/clear.gif);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;*/

}

#eventsWrap .eventItem .eventDate {

    border-right: solid 1px #9a9a9a;
    background-color: #002767;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#eventsWrap .eventItem .eventDate .day {
    font-family: 'oswaldlight';
    font-size: 30px;
    line-height: 40px;
    padding-top: 5px;
}

#eventsWrap .eventItem .eventDate .date {
    font-family: 'oswaldbook';
    font-size: 47px;
    padding-bottom: 5px;
}

#eventsWrap .eventItem:hover .eventDate {
    background-color: #0054d0;
}

#eventsWrap .eventItem .eventInfo .eventMore .eventTitle {
    color: #0054d0;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'oswaldbook';
}

#eventsWrap .eventItem .eventInfo .eventMore .eventSubTitle {
    color: #535353;
    font-family: 'fira_sansregular';
}

#eventsWrap .eventItem .eventInfo {

    padding-top: 25px;
    padding-left: 10px;

}

/* End: AUCTION CALENDAR */

/* FOOTER */

#footer {
    border-top: solid 6px #032f66;
    background-color: #ffffff;
    padding-top: 25px;
}

#footer #newsletterWrap {
    font-family: 'fira_sansbold';
    font-size: 14px;
    color: #004bb9;
    text-transform: uppercase;
    padding-top: 8px;
    padding-top: 4px;

}

#footer #copyright {
    padding: 20px 0;
    text-align: center;
    font-family: 'fira_sanslight';
    color: #a5a5a5;
}

#footer .footerCatTitle {
    text-transform: uppercase;
    font-size: 19px;
    color: #032f66;
    font-family: 'oswaldlight';
}

#footer .footerCat ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .footerCat ul li a {
    display: block;
    color: #535353;
    line-height: 34px;
    text-decoration: none;

    font-family: 'fira_sanslight';
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#footer .footerCatDivider {
    background-color: #e5e5e5;
    width: 1px;
    height: 167px;
    margin: 0 30px;
}

#footer .footerCat #ftrSoc a {
    display: block;
    color: #535353;
    text-decoration: none;
    line-height: 40px;
}

#footer .footerCat #ftrSoc a .fa {
    font-size: 24px;
    width: 26px;
    text-align: center;
}

#footer #newsletterWrap #newsletterInputWrap #newsletterSubmit {
    cursor: pointer;
    width: 46px;
    height: 38px;
    background-image: url(../images/newsletter-submit.png);
    background-repeat: no-repeat;
    background-color: #b3b3b3;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#footer #newsletterWrap #newsletterInputWrap input {
    border: 0;
    display: block;
    box-sizing: border-box;
    font-family: 'fira_sanslight_italic';
    font-size: 16px;
    height: 38px;
    padding: 0 10px;
    margin: 0;
    border-width: 240px;
    width: 70%;

}

#logo-holder {
    padding-left: 0;

}

#footer #newsletterWrap #newsletterInputWrap {
    border: solid 1px #c2c2c2;
    margin-top: 5px;
    max-width: 286px;
    display: block;
    margin: auto;
    overflow: hidden;
}

/* End: FOOTER*/

.changeablePic:hover {
    cursor: pointer;
}

/*.logIntoMakeBid{*/
/*display:block;*/
/*}*/
/*.logIntoMakeBid.active{*/

/*display:none;*/
/*}*/
/*.makeBids{*/

/*display:none;*/
/*}*/

/*.makeBids.active{*/

/*display:block;*/
/*}*/

/* calendar */
/* ----------------- Calendar ----------------- */
/* ----------------- Calendar ----------------- */
/* ----------------- Calendar ----------------- */
/* ----------------- Calendar ----------------- */
/* ----------------- Calendar ----------------- */
.fc-button-group, .fc button {
    display: block !important;
}

.fc-view-container .fc-day-header {
    text-transform: uppercase;
    font-family: 'oswaldbook';
    font-weight: normal;
    font-size: 14px;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: #000000;
}

.fc-view-container th,
.fc-view-container td,
.fc-view-container hr,
.fc-view-container thead,
.fc-view-container tbody,
.fc-view-container .fc-row {
    border-color: #dcdcdc !important;
}

.fc td, .fc th {
    vertical-align: middle !important;
}

.fc-view-container .fc-day-number {
    font-family: 'oswaldbold';
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    padding-top: 5px !important;
    padding-right: 0 !important;
    text-align: center !important;
}

.fc-view-container .fc-day-grid-event {
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #ffffff !important;
    padding: 7px 15px;
    border: 0 !important;
    margin-bottom: 5px !important;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.fc-view-container .fc-day-grid-event:hover {
    background-color: #004bb9 !important;
}

.fc-view-container .fc-content-skeleton tbody tr {
    height: 60px;
}

.fc-view-container .fc-event-container {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
}

.fc-view-container .fc-center h2 {
    text-transform: uppercase !important;
    font-weight: normal !important;
    font-family: 'oswaldbold' !important;
}

/* ----------------- Calendar End ----------------- */

/*!* -- seg -- add/edit car *!*/
/*#editcar fieldset {*/
    /*border: solid 1px #dddddd;*/
    /*padding: 1.25em;*/
    /*margin: 1.125em 0;*/
/*}*/

/*#editcar legend {*/
    /*display: block;*/
    /*width: 100%;*/
    /*padding: 0;*/
    /*margin-bottom: 20px;*/
    /*font-size: 21px;*/
    /*line-height: inherit;*/
    /*color: #333;*/
    /*border: 1px solid #e5e5e5;*/
/*}*/


.btn-search {
    background-color: #F80500;
    color: #ffffff;
}

.btn-search:hover {
    color: #ffffff;
    background-color: #CE0400;
}

.pillbtn {
    background-color: #ddd;
    border: none;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
}
