.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Source Sans Pro';
    text-decoration: none;
}

#bannerLeft {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#bannerRight {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#social {
    width: 30%;
}

html,
body {
    height: 100%;
}

#smallScreen {
    display: none;
}

#bigScreen {
    display: inline;
}

body {
    background-color: #121419;
    color: #fff;
}

img.hLogo {
    max-width: 100%;
}

.center {
    text-align: center;
}

.clearfix {
    clear: both;
}

.leftSide {
    width: 50%;
    float: left;
}

.rightSide {
    width: 50%;
    float: right;
}

#headerContainer {
    width: 100%;
}

#header {
    margin-top: 30px;
}

.linkFull {
    width: 100%;
    height: 100%;
}

.fullHeight {
    height: 100%;
}

#bannerContainer img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 28px 15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 28px 15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 28px 15px rgba(0, 0, 0, 0.75);
}

a.fa {
    color: #fff;
}

#bannerContainer {
    width: 100%;
    position: relative;
}

.descriptionContentContainer {
    position: relative;
    padding: 0 50px 0 50px;
    margin-bottom: 40px;
}

#buttonContainer {
    width: 100%;
}

.viewButton {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.whiteBtn {
    background-color: #fff;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2)
}

.button {
    padding: 12px 65px 10px 65px;
    border-radius: 100px;
    color: #000;
    font-size: 24px;
    font-weight: 800;
    display: inline-block;
    width: 270px;
    z-index: 1000;
}

h2.descriptionHeader {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
}

p.description {
    font-size: 15px;
    line-height: 1.6;
    color: #dddddd;
}

#featuredItemsContainer {
    width: 100%;
    background: #252527;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #252527 0%, #1b1c1d 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #252527), color-stop(100%, #1b1c1d));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #252527 0%, #1b1c1d 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #252527 0%, #1b1c1d 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #252527 0%, #1b1c1d 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #252527 0%, #1b1c1d 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#252527', endColorstr='#1b1c1d', GradientType=0);
    /* IE6-9 */
    
    border-top: 1px solid #4f5155;
    border-bottom: 1px solid #4f5155;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.75);
}

.fIContainer {
    padding: 50px;
}

.fiPhoto {
    float: left;
    width: 40%;
}

.fiPhoto img {
    width: 100%;
    border: 2px solid #959595;
    margin-top: 20px;
}

.fiInfo {
    float: right;
    width: 60%;
    padding-left: 20px;
}

h3.fitem {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

p.fiDesc {
    font-size: 14px;
    line-height: 1.6;
    color: #dddddd;
}

.fiPriceButton {
    margin-top: 20px;
}

.fiPrice {
    float: left;
}

h4.fiPriceH {
    color: #f7ea00;
    font-size: 21px;
    font-weight: 400;
}

h4.fiPriceH strong {
    font-weight: 800;
    font-size: 23px;
}

.fiButton {
    float: right;
    display: inline-block;
}

a.fiButtonLink {
    color: #fff;
    border: 2px solid white;
    border-radius: 100px;
    padding: 8px 30px 8px 30px;
}

a.fiButtonLink:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#footerContainer {
    padding: 30px 50px 30px 50px;
}

#followUs {
    float: left;
    width: 25%;
    margin-right: 5%;
}

h3.footerHeader {
    font-size: 22px;
    font-weight: 400;
}

#shareIcons {
    margin: 20px 0 20px 0;
}

#shareIcons a {
    margin-right: 10px;
}

#shareIcons a:hover {
    opacity: 0.9;
}

#address p {
    line-height: 1.6;
}

#liveFromTwitter {
    float: left;
    width: 40%;
    margin-right: 5%;
}

.twTitle {
    color: #7a7a7a;
}

span.twAuthor {
    font-weight: 800;
}

.twFeedMessage {
    margin: 10px 0 10px 0;
}

#links {
    width: 28%;
    float: right;
}

#links a img {
    float: left;
}

.cLink {
    float: left;
}

.cLink:first-child {
    margin-right: 20px;
}

@media screen and (max-width: 1500px) {
    .fiPrice {
        width: 100%;
        float: none;
        text-align: center;
    }
    .fiButton {
        width: 100%;
        float: none;
        text-align: center;
    }
    .fiButtonLink {
        margin-top: 10px;
        display: inline-block;
    }
}

@media screen and (max-width: 1300px) {
    img.hLogo {
        max-width: 60%;
    }
    .descriptionContentContainer {
        padding: 0 20px 0 20px;
    }
    .fIContainer {
        padding: 30px;
    }
    .fiButtonLink {
        width: 80%;
    }
    .cLink {
        float: none;
    }
    img.cLogoImg {
        max-width: 80%;
    }
    .cLink:first-child {
        margin-right: 0;
    }
    .cLogoImg:first-child {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1166px) {
    #followUs {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1060px) {
    #liveFromTwitter {}
}

@media screen and (max-width: 1166px) {
    #followUs {
        margin-right: 20px;
    }
    #footerContainer {
        padding: 30px;
    }
}

@media screen and (max-width: 896px) {
    #liveFromTwitter,
    #followUs,
    #links {
        float: none;
        width: 100%;
        text-align: center;
        max-width: 100%;
        margin-bottom: 20px;
    }
    #links {
        padding-top: 20px;
    }
    .cLink {
        display: inline-block;
        text-align: center;
        width: auto;
    }
    .cLink a img {
        max-width: 100%;
    }
    #social {
        width: 100%;
    }
    .fiPhoto,
    .fiInfo {
        float: none;
        width: 100%;
        text-align: center;
    }
    .fiPhoto a {
        display: inline-block;
    }
    .fiInfo {
        padding: 0;
    }
    .button {
        width: 200px;
        font-size: 20px;
        padding: 10px 40px 10px 40px;
    }
    .viewButton {
        top: -42px;
    }
}

#splashScreen {
    background-color: red;
}

#carsElement {
    height: 50%;
    background-image: url('../img/cSplash2.jpg');
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: 0px 0px 88px 14px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 88px 14px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 88px 14px rgba(0, 0, 0, 1);
}

#motorcycleElement {
    height: 50%;
    background-image: url('../img/mSplash2.jpg');
    background-size: cover;
    background-position: center center;
}

.elementHeader {
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.7);
}

.eLogo {
    margin-top: 60px;
    width: 60%;
    text-align: center;
}

.elementLogo {
    text-align: center;
}

.elementLogo a img {
    max-width: 60%;
}

#eButton {
    width: 100%;
    text-align: center;
}

.mobileButton {
    margin: 0 auto;
    width: auto;
    padding: 15px 70px 15px 70px;
    margin-top: -20px;
}

@media screen and (max-width: 700px) {
    #bigScreen {
        display: none;
    }
    #smallScreen {
        display: inline;
    }
    .fIContainer {
        float: none;
        width: 100%;
        padding: 20px;
    }
    .fiPhoto {
        padding: 0 10% 0 10%;
    }
    h3.fitem {
        width: 100%;
    }
}

@media screen and (max-width: 700px) and (max-height: 680px) {
    .elementLogo a img {
        max-width: 50%;
    }
    .elementHeader {
        height: 60%;
    }
}

@media screen and (max-width: 700px) and (max-height: 588px) {
    .eLogo {
        margin-top: 30px;
    }
}

@media screen and (max-width: 700px) and (max-height: 459px) {
    .elementLogo a img {
        max-width: 40%;
    }
}

@media screen and (max-width: 700px) and (max-height: 400px) {
    .mobileButton {
        padding: 5px 30px 5px 30px;
    }
    .elementHeader {
        height: 70%;
    }
}

@media screen and (max-width: 700px) and (max-height: 300px) {
    .elementLogo a img {
        max-height: 30%;
    }
    .eLogo {
        margin-top: 10px;
    }
}

@media screen and (max-width: 450px) and (min-height: 700px) {
    .elementHeader {
        height: 50%;
    }
    #social {
        width: 100%;
    }
    .elementLogo a img {
        max-width: 100%;
    }
    .mobileButton {
        padding: 7px 40px 7px 40px;
    }
}