@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');

body {
    padding-top: 200px;
    font-family: 'Montserrat', sans-serif !important;
    background-image: url("../images/full_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.container-full {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0 140px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 70px 0;
}
.qr-left {
    float: left;
}
.qr-left > a {
}
.qr-left > a:hover img {
    opacity: 1;
}
.qr-left > a > img {
    float: left;
    width: 32px;
    opacity: .5;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.menu-right {
    float: right;
}
.menu-right > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu-right > ul > li {
    display: inline-block;
}
.menu-right > ul > li > a {
    display: block;
    padding: 15px 0;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    opacity: .5;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.menu-right > ul > li > a:hover {
    opacity: 1;
    text-decoration: none;
}
.main-screen {
    height: calc(100vh - 200px);
}
.logo {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75) !important;
}

.logo > img {
    height: 50vh;
}
.scroll {
    position: fixed;
    bottom: 160px;
    right: 0px;
    display: inline-block;
    color: #ffffff;
    opacity: .5;
    text-transform: uppercase;
    transform: rotate(-90deg);


    /* Legacy vendor prefixes that you probably don't need... */

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


.block {
    color: #ffffff;
    opacity: .7;
}
.block.shadow {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75) !important;
}
.big-txt {
    padding: 0 0 30px 0;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.contacts {
    padding: 0 0 30px 0;
}
.contacts p {
    display: block;
    margin: 20px 0;
}
.form-contact {
    padding: 0px 60px 0 60px;
}
.form-contact input,
.form-contact textarea {
    display: block;
    width: 100%;
    padding: 5px;
    background: rgba(0,0,0,.5);
    border: none;
}
.form-contact textarea {

}
.form-contact button {
    display: table;
    margin: 0 auto;
    padding: 5px 30px;
    border: none;
    background: #b21f2d;
    color: #ffffff;
}
.contact-pg {
    padding-top: 70px;
}

@media screen and (max-width: 1200px){
    body {
        padding-top: 70px;
    }
    .container-full {
        padding: 0 30px;
    }
    .logo {
        display: block;
    }
    .header {
        padding: 15px 0;
    }
    .menu-right > ul > li > a {
        padding: 5px 0;
    }
    .logo img {
        width: 100%;
        height: auto;
    }
    .scroll {
        right: 5px;
    }
    .form-contact input,
    .form-contact textarea {
        display: block;
        width: 100%;
        padding: 5px;
        background: rgba(0,0,0,.5);
        border: none;
    }
    .big-txt {
        padding-top: 70px;
        font-size: 30px;
    }
    .scroll {
        bottom: 0px;
        right: auto;
        opacity: 1;
        left: 0;
        width: 100%;
        text-align: center;
        background: #000000;
        padding: 5px;
        transform: rotate(0deg);


        /* Legacy vendor prefixes that you probably don't need... */

        /* Safari */
        -webkit-transform: rotate(0deg);

        /* Firefox */
        -moz-transform: rotate(0deg);

        /* IE */
        -ms-transform: rotate(0deg);

        /* Opera */
        -o-transform: rotate(0deg);

        /* Internet Explorer */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    }
    .form-contact {
        padding: 0;
    }
}


















