/*
	Author: Lumberjacks
	Template: Coffee Break (Coming Soon)
	Version: 1.0
	URL: http://themeforest.net/user/Lumberjacks/
        Distributor: http://bootstraptema.ru/
*/
/* TABLE OF CONTENTS

	1. Import section
	2. Basic styles
	3. Preloader
	4. Navigation
	5. Header
	6. Logo
	7. Socials
	8. Content
	9. Home
	10. Features
	11. Gallery
	12. Team
	13. Contact
	14. Footer
	15. Breakpoints

*/
/* 1. IMPORT SECTION */
@import url("bootstrap.css");
@import url("animate.css");
@import url("font-awesome.min.css");
@import url("magnific-popup.css");

@font-face {

    font-family: 'Gotham Pro';

    src: url('../fonts/GothamPro.ttf');

    font-weight: normal;

    font-style: normal;

}


/* 2. BASIC STYLES */

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

body {
    font-size: 16px;
    line-height: 1.5em;
    font: 16px/1.6 'Gotham Pro', Arial, Helvetica, sans-serif;
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: hidden;
}

a {
    transition: color 0.25s, background 0.25s, opacity 0.25s;
    -moz-transition: color 0.25s, background 0.25s, opacity 0.25s;
    -webkit-transition: color 0.25s, background 0.25s, opacity 0.25s;
    -o-transition: color 0.25s, background 0.25s, opacity 0.25s;
    -ms-transition: color 0.25s, background 0.25s, opacity 0.25s;
}

a, a:hover, a:active, a:focus {
    outline: 0;
    border: 0;
    text-decoration: none;
}

a, a:active, a:focus {
    color: #26c6da;;
}

a:hover {
    color: #26c6da;
}

/*попраить шрифт*/
h2 {
    font-family: Gotham Pro;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4em;
    display: inline;
    border-bottom: 4px solid #fff;
    padding-bottom: 10px;
}

p {
    /*margin-top: 40px;*/
    font-size: 1.4em;
    font-weight: 400;
    /*    font-style: italic; */
    line-height: 1.5em;
}


::-moz-selection {
    color: #fff;
    background: rgba(237, 85, 101, 0.2);
}

::selection {
    color: #fff;
    background: rgba(237, 85, 101, 0.2);
}


.cloud {
    border: 2px solid #fff;
    border-radius: 10px;
    height: 50px;
    width: 500px;
    padding: 20px;
    position: relative;
    background: #967070;
}

.cloud:before {
    border: 30px solid transparent;
    border-bottom-color: white;
    position: absolute;
    bottom: 100%;
    right: 40px;
    content: '';
}

.cloud:after {
    border: 28px solid transparent;
    border-bottom-color: #5619199e;
    position: absolute;
    bottom: 100%;
    right: 42px;
    content: '';
}


.checkbox,
.radio {
    display: none;
}

.checkbox-custom,
.radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 3px;
    position: relative;
}

.checkbox-custom,
.radio-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}

.checkbox:checked + .checkbox-custom::before,
.radio:checked + .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #26c6da;
    border-radius: 2px;
}

.radio-custom,
.radio:checked + .radio-custom::before {
    border-radius: 50%;
}


/* 3. PRELOADER */


.lj-preloader {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 99;
    display: block;
    position: fixed;
    text-align: center;
    /*background-color: #aaa;
    background-image: url(back.jpg);
     background: url(back.jpg) no-repeat  fixed;*/
    background-size: cover;
}

.lj-preloader > img {
    top: 45%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;

}


/* 4. NAVIGATION */

nav {
    position: fixed;
    top: 0;
    left: -50px;
    width: 50px;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 90px;
    text-align: left;
    overflow: hidden;
}

nav a {
    display: block;
    padding: 15px 0;
    background-color: transparent;
    white-space: nowrap;
}

nav a:hover {
    background-color: #26c6da;
    color: #fff;
}

nav a.active {
    color: #26c6da;
}

nav a.active:hover {
    color: #fff;
}

nav i {
    display: inline-block;
    width: 50px;
    text-align: center;
}

nav span {
    display: inline;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;
}


/* 5. HEADER */

header {
    width: 100%;
    min-height: 100%;
    margin-bottom: -100px;
    position: relative;
    top: 100%;
    padding-left: 50px;
}

header > .container {
    height: 100%;
    padding: 25px 20px 150px;
    position: relative;
    z-index: 1;
}

header > canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.lj-background {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
}

.lj-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.lj-overlay-image {
    background-image: url('../img/dots.png');
    background-repeat: repeat;
}

.lj-overlay-color {
    background-color: rgba(0, 0, 0, 0.65);
}

.lj-overlay-gradient {
    background: -moz-linear-gradient(215deg, rgba(0, 204, 255, 0.8) 0%, rgba(196, 255, 0, 0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0, 204, 255, 0.8)), color-stop(100%, rgba(196, 255, 0, 0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(215deg, rgba(0, 204, 255, 0.8) 0%, rgba(196, 255, 0, 0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(215deg, rgba(0, 204, 255, 0.8) 0%, rgba(196, 255, 0, 0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(215deg, rgba(0, 204, 255, 0.8) 0%, rgba(196, 255, 0, 0.8) 100%); /* IE10+ */
    background: linear-gradient(215deg, rgba(0, 204, 255, 0.8) 0%, rgba(196, 255, 0, 0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ccff', endColorstr='#c4ff00', GradientType=1) progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/1x1.png'); /* IE6-9 fallback on horizontal gradient */
    pointer-events: none;
}


/* 6. LOGO */

.lj-logo {
    text-align: left;
    z-index: 3;
}

.lj-logo img {
    width: 150px;
    height: 40px;
    display: inline-block;
    margin-bottom: 50px;
    vertical-align: bottom;
}


/* 7. SOCIALS */

.lj-socials {
    text-align: right;
    margin-bottom: 50px;
    z-index: 3;
}

.lj-socials ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.lj-socials li {
    display: inline-block;
    margin-right: 5px;
}

.lj-socials li:last-child {
    margin-right: 0;
}

.lj-socials li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    font-size: 1.25em;
}

.lj-socials li a:hover {
    background-color: #26c6da;
    color: #fff;
}

.lj-socials li {
    overflow: hidden;
}


/* 8. CONTENT */

.lj-changer {
    margin-top: 3px;
}

.lj-changer > div {
    display: none;
    position: relative;
}

.lj-changer > div.active {
    display: block;
}


/* 9. HOME */

#home .lj-title {
    z-index: 2;
}

#home .lj-title > div {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;
    font-size: 2.8em;
    word-wrap: break-word;
    line-height: 1em;
    display: inline-block;
}

#home .lj-title .rotate {
    display: inline-block;
}

#home .lj-title span {
    color: #26c6da;
}

#home .lj-title-paragraph {
    max-width: 600px;
}

#home .lj-title-paragraph p {
    font-size: 1.4em;
    padding-top: 20px;
    padding-left: 15px;
}


/* 10. FEATURES */

#features ul {
    margin-top: 2px;
    border-left: 2px solid #26c6da;
    list-style-type: none;
}

#features li {
    padding: 10px 0;
    position: relative;
    font-size: 1.4em;
    font-style: normal;
    font-weight: 400;
}

#features li:first-child {
    padding-top: 20px;
}

#features li:last-child {
    padding-bottom: 0;
}

#features li p {
    font-size: 0.7em;
    font-weight: 300;
    margin: 0px 0 10px 0px;
}

#features i {
    margin: 30px 15px 0 0;
    opacity: 0.2;
}


/* 11. GALLERY */

#gallery .grid {
    margin-top: 40px;
}

#gallery .grid-item {
    width: 356px;
    margin-bottom: 30px;
    position: relative;
}

#gallery img {
    max-width: 100%;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 80px 5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 80px 5px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 80px 5px rgba(0, 0, 0, 1);
}

#gallery a::before {
    display: block;
    content: "";
    position: absolute;
    background-color: #fff;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.25s ease-in-out 0s;
    -moz-transition: opacity 0.25s ease-in-out 0s;
    -webkit-transition: opacity 0.25s ease-in-out 0s;
    -o-transition: opacity 0.25s ease-in-out 0s;
    -ms-transition: opacity 0.25s ease-in-out 0s;
}

#gallery a:hover::before {
    opacity: 0.1;
}


/* 12. TEAM */

#team img {
    display: block;
    margin-top: 30px;
    width: 100%;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 80px 5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 80px 5px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 80px 5px rgba(0, 0, 0, 1);
}

#team figure {
    display: inline-block;
    margin-right: 30px;
}

#team figcaption {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    margin-top: 10px;
    position: relative;
}

#team figcaption span {
    display: block;
    /*    font-style: italic; */
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.7em;
    color: #26c6da;
}

#team .team-socials {
    position: absolute;
    right: 0;
    top: 0;
}

#team .team-socials a {
    margin-left: 10px;
    opacity: 0.2;
}

#team .team-socials a:hover {
    opacity: 1;
    color: #fff;
}


/* 13. CONTACT */

#contact form {
    margin-top: 30px;
}

#contact input,
#contact textarea {
    font-weight: 300;
    line-height: 1.4em;
    display: block;
    background-color: rgba(25, 25, 25, 0.3);
    border: 0;
    outline: 0;
    border-left: 2px solid #26c6da;
    width: 100%;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 80px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 80px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 80px 5px rgba(0, 0, 0, 0.6);
}

#contact textarea {
    /*	min-height: 200px;*/
    resize: none;
}

#contact1 button {
    margin-top: 30px;
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    /*    font-style: italic; */
    transition: color 0.25s ease-in-out 0s;
    -moz-transition: color 0.25s ease-in-out 0s;
    -webkit-transition: color 0.25s ease-in-out 0s;
    -o-transition: color 0.25s ease-in-out 0s;
    -ms-transition: color 0.25s ease-in-out 0s;
}

#contact button {
    outline: 0;
    background-color: rgba(0, 0, 0, 0.52);
    border: 1px solid #26c6da;
    padding: 10px;
    margin-top: 10px;
}
#contact button:hover {
    color: #26c6da;
}

#contact label {
    display: inline-block;
    height: 40px;
    position: relative;
    padding: 10px;
    bottom: -39px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    cursor: text;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
}

#contact label.active {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8em;
    bottom: 0;
    cursor: default;
}

#contact label span {
    padding-left: 20px;
}

#contact label i.fa-check {
    color: #2ecc71;
}

#contact label i.fa-close {
    color: #ed5566;
}

#contact span.contact-message {
    display: none;
    position: relative;
    left: 30px;
    opacity: 0;
    margin-top: 10px;
    color: #2ecc71;
    font-size: 0.8em;
    font-weight: 300;
}

#contact span.contact-error {
    display: none;
    position: relative;
    left: 30px;
    opacity: 1;
    margin-top: 10px;
    color: #ff0000;
    font-size: 1em;
    font-weight: 300;
    background: rgba(27, 22, 22, 0.5);
    border-radius: 4px;
    padding: 10px;
}

/* 14. FOOTER */

footer {
    width: 100%;
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

footer > .container {
    /*	padding-top: 30px;
        padding-bottom: 30px;*/
}

.lj-progress {
    height: 40px;
    padding-top: 19px;
}

.lj-progress .lj-progress-bar {
    display: block;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.15);
}

.lj-progress .filler {
    background: #26c6da;
    display: block;
    height: 5px;
}

.lj-progress span {
    font-weight: 300;
    font-size: 1em;
    top: -10px;
    position: absolute;
    display: inline-block;
}

.lj-progress span em {
    font-size: 1.4em;
    font-weight: 300;
    padding-left: 10px;
}

.lj-footer-copyrights p {
    /* line-height: 40px; */
    margin: 0;
    text-align: right;
    font-size: 0.8em;
    font-weight: 300;
    font-style: normal;
}

.lj-footer-phone p {
    margin: 0;
    color: #26c6da;
    font-size: 2.3em;
    font-style: normal;
    line-height: 1em;
    text-align: right;
}

.nav3{
    background: transparent;
    float:right;
}
#nav1 .buttontext{
    display: inline-block;
    margin-top: 10px;
}
/* 15. BREAKPOINTS */

@media (max-width: 1199px) {
    #gallery .grid-item {
        width: 290px;
    }
}

@media (max-width: 991px) {
    #gallery .grid-item {
        width: 340px;
    }
}

@media (max-width: 767px) {

    p {
        font-size: 1.2em;
    }

    nav {
        padding-top: 40px;
    }

    header {
        margin-bottom: -140px;
    }

    header > .container {
        padding-top: 50px;
    }

    .lj-logo {
        text-align: center;
    }

    .lj-socials {
        text-align: center;
    }

    #home .lj-title > div {
        font-size: 2.2em;
        margin-top: 0;
    }

    #home .lj-title-paragraph p {
        font-size: 1em;
        padding-top: 10px;
    }

    #features li {
        font-size: 1.2em;
    }

    #features li p {
        font-size: 0.8em;
    }

    #gallery .grid-item {
        width: 100%;
    }

    #team figure {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .lj-footer-copyrights p {
        text-align: center;
    }


}


.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
    font-size: 0.8em;
    font-weight: 300;
    display: block;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 8px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #26c6da;
    box-shadow: inset 0px 0px 0px 2px #fff;
    border: 2px solid #22a3b8;
    border-radius: 2px;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
    border: 1px solid #1B77CE;
    outline: 1px solid #ff9800;
}

.radio-custom:checked + :before {
    background: #1B77CE;
    border: 1px solid #1B77CE;
    box-shadow: inset 0px 0px 0px 4px #fff;
}


.checkbox-custom:focus + .checkbox-custom-label:before {
    border: 1px solid #FF9800;
    outline: 1px solid #ff9800;
}


.radio-custom:focus + .radio-custom-label:before {
    border: 2px solid #FF9800;
}

.buttontext {
    outline: 0;
    background-color: rgba(0, 0, 0, 0.52);
    border: 1px solid #26c6da;
    padding: 10px;
}

.buttontext:hover {
    border: 1px solid #aaa;
}
footer .contact a{
    font-size: 32px;
}
.location_selects_wrap{

}
.location_selects{
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: url('/img/bg-3.jpg');
    z-index: 5;
    padding: 20px;
    padding-bottom: 70px;
}
.location_selects .fields{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    overflow-y: auto;
}
.location_selects label{
    box-shadow: 0 0 8px 0 rgba(255,255,255,.7);
    width: 20%;
    background-color: rgba(0,0,0,0.7);
    padding: 10px;
}
.location_selects_complete,
.select_location{
    outline: 0;
    background-color: rgba(0, 0, 0, 0.52);
    border: 1px solid #26c6da;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 0.7em;
}
.location_selects_complete:hover,
.select_location:hover{
    color: #26c6da;
}
.location_selects_complete_wrap{
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: right;
    padding: 0 20px;
}
@media(max-width: 1024px){
    .location_selects label{
        width: 30%;
    }
}
@media(max-width: 800px){
    .location_selects label{
        width: 45%;
    }
    #features li p.select_location{
        font-size: 0.7em;
    }
}
@media(max-width: 480px){
    .location_selects label{
        width: 100%;
    }
}
@media(max-width: 520px){
    .nav3{
        float:none;
        text-align: center;
    }
    .nav3 .buttontext{
        margin-top: 20px;
    }
    #contact button {
        margin: 20px auto 0;
        display: block;
    }
}
@media(max-width: 500px){
    footer .contact{
        text-align: center;
    }
    footer .contact a{
        font-size: 20px;
        display: block;
    }
    #home .lj-title{
        font-size: 12px;
    }
}
