body {
    background: black;
    font-family: 'TTSquares', Arial, sans-serif;
}
a {
    color: inherit;
    /* blue colors for links too */
    text-decoration: inherit;
    /* no underline */
}
a:hover {
    color: inherit;
    /* blue colors for links too */
    text-decoration: inherit;
    /* no underline */
}
.wrapper {
    max-width: 1280px;
    margin: 0 auto !important;
    padding: 20px;
}
@media (min-width: 768px) {
    /* show 3 items */
    .carousel-inner .active, .carousel-inner .active+.carousel-item, .carousel-inner .active+.carousel-item+.carousel-item, .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item, .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item, .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left, .carousel-item-next.carousel-item-left+.carousel-item, .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item, .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item, .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right, .carousel-item-prev.carousel-item-right+.carousel-item, .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item, .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item, .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
    .carousel-item {
        margin-right: 0;
    }
}
@font-face {
    font-family: TTSquares;
    font-weight: normal;
    src: url('fonts/TypeType_TTSquares_Regular_0.eot');
    src: url('fonts/TypeType_TTSquares_Regular_0.woff') format('woff'), url('fonts/TypeType_TTSquares_Regular_0.ttf') format('truetype');
}
@font-face {
    font-family: TTSquares;
    font-weight: bold;
    src: url('fonts/TypeType_TTSquares_Bold.eot');
    src: url('fonts/TypeType_TTSquares_Bold.woff') format('woff'), url('fonts/TypeType_TTSquares_Bold.ttf') format('truetype');
}
@font-face {
    font-family: TTSquares;
    font-weight: 300;
    src: url('fonts/TypeType_TTSquares_Light.eot');
    src: url('fonts/TypeType_TTSquares_Light.woff') format('woff'), url('fonts/TypeType_TTSquares_Light.ttf') format('truetype');
}
nav {
    margin-top: 50px !important;
}
nav a {
    color: #969696;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 50px;
}
nav>a:first-of-type {
    margin-left: 0px;
}
nav a:hover {
    color: #969696;
}

#first-banner {
    background-image: url(img/bg-3.png), url(img/bg-1.png), url(img/bg-2.png);
    background-position: right 40px bottom 140px, left center, right center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, 30%, 30%;
    padding: 140px;
    margin: 0 !important;
}
h1 {
    font-size: 60px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    text-align: center;
}
h6 {
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}
h5 {
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}
h3 {
    font-size: 30px;
    font-weight: 700;
    color: white;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
h4 {
    font-size: 28px;
    color: white;
    text-align: center;
}
h2 {
    font-size: 32px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin-top: 140px;
    margin-bottom: 140px;
}
p.title {
    font-size: 25px;
    color: white;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;
    height: 51px;
    line-height: 25px;
}
p.model {
    font-size: 20px;
    color: #969696;
    text-align: center;
    margin-top: 0px;
    height: 30px;
}
p.desc {
    font-size: 17px;
    color: white;
    text-align: center;
    margin-bottom: 70px;
    height: 140px;
}
.carousel-item button {
    background: black;
    border: 2px solid #00aecd;
    text-align: center;
    margin: 0 auto;
    display: block;
    color: white;
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    padding: 0px 20px;
    white-space: nowrap;
}
.carousel {
    margin-bottom: 100px;
}
.carousel-item {
    padding: 60px;
}
.hd {
    background-image: url(img/bg-4.png);
    background-position: right center;
    background-repeat: repeat-x;
}
.hd h2 {
    background: black;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
}

h4 {
    margin-bottom: 50px;
}

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.regular {
    font-weight: normal;
}
#footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #141414;
}
#footer h8 {
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    color: white;
    margin-bottom: 40px;
    text-transform: uppercase;
    display: block;
}
#footer p {
    font-size: 12px;
    color: #969696;
    text-align: left;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.hashtag-wrapper {
    position: relative;
    background: linear-gradient(to left, #00b4ff, #1eff96);
    padding: 3px;
    display: table;
    margin: 0 auto;
    text-align: center;
}
.hashtag-wrapper h5 {
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    background: black;
    padding: 3px;
    margin: 0;
}
#footer2 {
    padding-top: 40px;
    background: #212121;
    text-align: center;
}
#footer2 p {
    font-size: 12px;
    color: #969696;
    text-align: center;
    margin-bottom: 40px;
}
.fa-chevron-left {
    color: #00aecd !important;
    font-size: 30px !important;
    left: 0px;
    position: absolute;
}
.fa-chevron-right {
    color: #00aecd !important;
    font-size: 30px !important;
    right: 0px;
    position: absolute;
}



.image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
}

.image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: white;
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1200px) {
    nav a {
        margin-left: 20px;
    }
    .carousel-item {
        padding: 20px;
    }
    #first-banner {
        background-image: url(img/bg-3.png), url(img/bg-2.png), url(img/bg-1.png);
        background-position: bottom center, bottom 80px center, top center;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: auto, 350px, 350px;
        padding: 20px;
        padding-top: 120px;
        padding-bottom: 320px;
    }
    h1 {
        font-size: 40px;
    }
    .hd h2 {
        width: auto;
    }

    .hashtag-wrapper h5 {
        font-size: 21px;
    }

    .carousel-item button {
        font-size: 20px;
        padding: 0 5px;
    }

    .title {
        font-size: 18px !important;
    }
    .model {
        font-size: 13px !important;
    }
    .desc {
        font-size: 11px !important;
        margin: 0 auto;
        width: 80%;
    }

    #footer, #footer2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #footer2 {
        padding-top: 30px;
        padding-bottom: 0px;
        padding: 30px;
    }
}

@media (max-width: 1000px) {

    .carousel-item button {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    h8:after {
        content: "-";
        right: 30px;
        position: absolute;
        font-size: 30px;
        top: 9px;
    }

    h8.collapsed:after {
        content: "+";
        right: 30px;
        position: absolute;
        font-size: 30px;
        top: 9px;
    }
    #footer2 .col-sm-12 {
        margin-bottom: 20px;
    }
    #footer h8, #footer p {
        text-align: center;
    }
    .wrapper {
        padding: 0;
    }
    .collapse.show {
        background: #212121;
        padding: 20px;
    }
    .collapsing p, .collapse.show p {
        padding: 0;
        margin: 20px !important;
    }
    .collapsing {
        background: #212121;
        padding: 20px;
    }
    #footer h8 {
        padding: 0;
        margin: 20px !important;
    }
    #footer p {
        text-transform: uppercase !important;
        font-size: 16px !important;
        color: #8c897b !important;
    }
    #footer2 p {
        margin: 0 !important;
    }
    .carousel {
        margin-bottom: 0px;
    }
    nav a {
        font-size: 24px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .title {
        font-size: 25px !important;
    }

    .model {
        font-size: 20px !important;
    }
    .desc {
        font-size: 17px !important;
    }

    .carousel-item button {
        font-size: 25px;
    }

    .iframe-wrapper {
        margin-top: 100px;
    }

    .image-wrapper {
        padding-top: 150px;
    }

    .wrapper > .row {
        padding: 0;
        margin: 0;
    }

    h3, h4 {
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

}

.carousel-control-next, .carousel-control-prev {
width: 20px;
}
