/* *********************** RESET */

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Questrial', sans-serif;
    font-size: 0;
    background-color: #141414;
    color: #f2f4f1;
}

a:link,
a:visited {
    text-decoration: none;
}

ol,
ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

input,
textarea,
select {
    outline: none;
    -webkit-appearance: none;
}

textarea {
    overflow: auto
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

/* *********************** LAYOUT */

.fullCont {
    width: 100%;
    position: relative;
}

.stdCont {
    max-width: 980px;
    margin: auto;
    padding: 0 20px;
    position: relative;
}

/* *********************** COMMON */

section {
    padding-top: 70px;
    padding-bottom: 110px;
}

.section-title {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    color: #d6d6d6;
}

.section-titleLine {
    display: block;
    margin: auto;
    margin-bottom: 35px;
}

p {
    font-size: 16px;
    text-align: center;
    color: #b3b3b3;
    line-height: 24px;
}

.hidden {
    opacity: 0;
    display: none;
}

/* *********************** HEADER */

.header-cont {
    height: 100vh;
    overflow: hidden;
}

.header-logo {
    margin: 55px 0 0 90px;
    position: absolute;
    opacity: .75;
}

.navDesktop {
    position: absolute;
    right: 90px;
    top: 65px;
}

.navDesktop a:link,
.navDesktop a:visited {
    font-size: 12px;
    color: #f2f4f1ba;
    opacity: .8;
    transition: opacity .5s;
}

.navDesktop a:hover {
    opacity: 1;
}

.navDesktop a:link:nth-child(2) {
    margin: 0 10px;
}

.video-container {
    position: absolute;
    top: -8px;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#vid {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* *********************** ABOUT */

.about {
    background-color: #0d0d0d;
    margin-top: -16px;
}

.services-title {
    color: #d9d9d9;
    margin-top: 47px;
    margin-bottom: 40px;
}

.services {
    text-align: center;
    max-width: 980px;
    margin: auto;
}

.service {
    display: inline-block;
    margin: 0 40px;
}

.service-icon {
    display: block;
    margin: auto;
    margin-bottom: 40px;
}

.service-title {
    font-size: 14px;
    font-weight: bold;
    color: #d9d9d9;
    text-align: center;
    margin-bottom: 13px;
}

.service-description {
    font-size: 15px;
    color: #b3b3b3;
    text-align: center;
    line-height: 22px;
}

/* *********************** SHOWREEL */

.showreel {
    background-color: #141414;
    background-image: url('/img/assets/showreel_bgr-min.jpg');
    background-size: cover;
    background-position: center;
    box-shadow: 0px -5px 17px 0px #000;
}

.playerWrapper {
    max-width: 970px;
    width: 90%;
    margin: auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* *********************** ON LOCATION */

.onLocation {
    background-color: #1f1f1f;
    background-image: url('/img/assets/onLocation_bgr-min.jpg');
    background-size: cover;
    background-position: center;
    box-shadow: 0px -5px 17px 0px #000;
}

.onLocation-image {
    margin: auto;
    display: block;
    max-width: 970px;
    width: 95%;
}

.onLocation-galleryBtn {
    cursor: pointer;
    font-size: 13px;
    color: #e8e8e8e8;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
	width: 170px;
}

/* *********************** CLIENTS */

.clients {
    background-color: #1b1b1b;
}

.clients-image {
    max-width: 793px;
    width: 100%;
    display: block;
    margin: auto;
}

/* *********************** CONTACT */

.contact {
    background-image: url('/img/assets/map-min.jpg');
    background-size: cover;
    padding-bottom: 80px;
}

.form {
    background-color: rgba(25, 25, 25, 0.6);
    padding: 30px;
    display: inline-block;
    width: 50%;
    max-width: 510px;
    box-sizing: border-box;
}

.contact-title {
    font-size: 16px;
    color: #f2f2f2;
}

.form input,
.form textarea {
    display: block;
    border: none;
    padding: 13px;
    width: 100%;
    max-width: 450px;
    margin: 20px 0;
    color: #808080;
    resize: none;
    box-sizing: border-box;
    font-family: 'Questrial', sans-serif;
    font-size: 14px;
}

.form textarea {
    height: 215px;
}

.form-submit {
    background-color: #000;
    cursor: pointer;
    font-size: 15px;
    color: #fff !important;
    font-weight: bold;
    margin-bottom: 0 !important;
    padding: 15px 13px !important;
}

.contactDetails {
    text-align: right;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 30px;
    box-sizing: border-box;
    background-color: rgba(25, 25, 25, 0.85);
    height: 555px;
}

.contact-text {
    text-align: right;
    font-size: 14px;
    color: #cacaca;
}

.showRequired {
    font-size: 14px;
    text-align: center;
    display: none;
    opacity: 0;
}

.markRequired {
    background-color: #b92c2c;
    color: #fff !important;
}

.social {
    text-align: center;
    margin-top: 65px;
}

.social-link {
    margin: 0 2px;
    opacity: .78;
    transition: opacity .5s;
}

.social-link:hover {
    opacity: 1;
}

.social-link img {
    width: 40px;
}

/* *********************** FOOTER */

footer {
    background-color: #080808;
    padding-top: 23px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
}

.footer-logo {
    position: absolute;
    left: 30px;
    top: 17px;
    display: block;
}

.footer-copyright {
    position: absolute;
    right: 30px;
    top: 22px;
}

.footer-heart {
    width: 20px;
    height: 16px;
    background-image: url(/img/assets/heart-min.png);
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: 4px;
}

.madeBy {
    margin: auto;
}

.madeBy,
.footer-copyright {
    font-size: 14px;
    color: #fff;
}

/* PHOTOVIEWER */

#photoViewer {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 7000;
    border-bottom: solid 20px #000;
    opacity: 0;
    display: none;
}

#photoViewer-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#photoViewer-controls-close {
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 20px;
    width: 23px;
    height: 23px;
    background: url('/img/assets//close.png');
    background-size: contain;
    opacity: .65;
    transition: all .5s;
}

#photoViewer-controls-previous {
    width: 40px;
    height: 40px;
    background: url('/img/assets//previous.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    left: 35px;
    opacity: .65;
    transition: all .5s;
}

#photoViewer-controls-next {
    width: 40px;
    height: 40px;
    background: url('/img/assets//next.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    right: 35px;
    opacity: .65;
    transition: all .5s;
}

#photoViewer-controls-close:hover,
#photoViewer-controls-previous:hover,
#photoViewer-controls-next:hover {
    opacity: 1;
}

#photoViewer-title {
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 10px;
}

#current {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* *********************** SCROLL DOWN */

.arrow-wrapper:link, .arrow-wrapper:visited {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: 180px;
	display:block;
	color:#fff;
	opacity: .8;
}

.arrow {
    text-align: center;
}

.arrow span {
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 5px solid rgb(255, 255, 255);
    border-right: 5px solid rgb(255, 255, 255);
    transform: rotate(45deg);
    margin: auto;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

.arrow-text {
    font-size: 13px;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(0px, 0px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(15px, 15px);
    }
}

/* *********************** MEDIA QUERIES */

@media only screen and (min-width: 1px) and (max-width: 830px) {

    .navDesktop {
        display: none;
    }

    .header-logo {
        display: block;
        margin: auto;
        transform: translate(-50%, -50%);
        top: 40%;
        left: 50%;
    }

    .service {
        display: block;
        margin-bottom: 45px;
    }

    .service-icon {
        margin-bottom: 20px;
    }

    .form {
        display: block;
        width: 100%;
        max-width: initial;
        max-width: inherit;
    }

    .form input,
    .form textarea {
        max-width: initial;
        max-width: inherit;
        padding: 10px;
    }

    .contactDetails {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 45px;
        height: initial;
        height: auto;
        background-color: #1919198c;
    }

    .contact-text {
        text-align: center;
        color: e6e6e6;
    }

    .form textarea {
        height: 165px;
    }

    footer {
        padding-top: 17px;
    }

    .footer-logo {
        position: relative;
        margin: auto;
        margin-bottom: 10px;
        top: auto;
        left: auto;
    }

    .footer-copyright {
        position: relative;
        margin: auto;
        margin-top: 6px;
        top: auto;
        right: auto;
    }

    .madeBy,
    .footer-copyright {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 600px) {

    section {
        padding-top: 35px;
        padding-bottom: 55px;
    }

}

@media only screen and (min-width: 1px) and (max-width: 400px) {

    .form {
        padding: 25px;
    }

    .contact {
        padding-bottom: 60px;
    }

    .social-link {
        margin: 0 1px;
    }

    .social-link img {
        width: 38px;
    }

    .service {
        margin-bottom: 35px;
    }
}