/*
Tutorial Name: Modernize Your Site: Building a YouTube Video Background 
Author: Samuel Dalusung
*/


/* GENERAL STYLES
================================================== */
html {
    height:100% ; margin: 0; padding: 0;
}

body {
    font:15px/23px 'Raleway',sans-serif;
    margin:0;
    padding:0;

    height:100%;


    width:100%;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%
}

input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #b1b1b1;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}
#obomne p {
    font-size: 16px;

}
p {
    font-size:20px;
    line-height:140%;
    text-align:center
}
.about-section .text-left p{
    text-align: left; 
}
.about-section .text-left h2{
    margin-bottom: 50px; 
    color:#3d566e;
}
ul li {
    display:inline-block;
    list-style:none;
    padding-right: 10px;
}

.wrapper {
    z-index:600;
    position:relative
}

.pattern {
    background-image:url(../images/pattern.png);
    background-repeat: repeat;
    background-attachment:scroll;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}

.divider {
    background-image: url(../images/divider.png);
    display: block;
    width: 570px;
    height: 200px;
    margin: 10px auto;
    background-position: center;
}

#colorize {
    color: #f1c40f;
    font-family: 'Lato',sans-serif;
    font-size: 40px;
    line-height: 40px;
}



/* BIG VIDEO BACKGROUND
================================================== */
.big-background {
    padding:0;
    z-index:550;
    text-align:center;
    height:100%;
    min-height:100%;
    position:relative;
    overflow:hidden
}

.big-background .big-background-container {
    width:830px;
    max-width:100%;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}

.big-background-title {
    font-family: 'Raleway',sans-serif;
    font-size: 58px;
    color: #fff;
    font-weight: 300;
    text-transform: none;
    text-align: center;
    margin-bottom: 22px;
    padding-top: 0;
    display: inline-block;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: top center;
    line-height: 95px;
}
.big-background small {
    font-size: 72px;
    color: #fff;
}
.big-background-btn {
    font-family:'Lato',sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    background:transparent;
    border:2px solid #fff;
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}

.big-background-btn:hover {
    color:#fff;
    background:rgba(255,255,255,0.20)
}

.big-background-default-image {
    background:url(../images/sunset.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:0;
    /*  backface-visibility:hidden */
}



/* ABOUT SECTION
================================================== */
.about-section {
    font-family:'Lato',sans-serif;
    color:#7f8c8d;
    background:#fff;
    padding:60px 20px
}

.about-section-container {
    text-align:center;
    padding-bottom:50px
}

.about-section-title {
    font-family: 'Raleway',sans-serif;
    font-size: 40px;
    background: #fff;
    color: #3d566e;
    padding: 0 35px;
    margin-bottom: 22px;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: center center;
    text-transform: uppercase;
    line-height: 50px;
}



.about-section-btn {
    font-family:'Lato',sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;

    background:transparent;
    color:#34495e; border:2px solid #34495e;
    /*      border:2px solid   #f1c40f;   color:#f1c40f;*/
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}

.about-section-btn:hover {
    color:#fff;
    background: #34495e;
}

.foter_contakt{

    padding-top: 100px;
    text-align: center;
    color: #fff;
    margin-top: 100px;
    font-size: 1.6em;
    line-height: 40px;
}


/* SMALL VIDEO BACKGROUND 
================================================== */
.small-background-section {
    font-family:'Raleway',sans-serif;
    padding:100px 0;
    position:relative;
    width:100%;
    overflow:hidden
}

.small-background-container {
    position:relative;
    text-align:center
}

.small-background-title {
    font-size:40px;
    color:#f1c40f;
    font-weight:300;
    z-index:10;
    display:inline-block;
    text-transform:uppercase;
    margin-bottom:20px;
    margin-top: 20px;
    position:relative;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:top center
}



/* SOCIALS
================================================== */
.socials a {
    color:#fff
}
.socials{display: contents;}

.socials a:hover {
    color:#bdc3c7
}

#truejob {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
    /*    background: #e0e1e2;
   color: #fff;*/
    color: #3d566e;
}
#truejob h3 {
    text-transform: uppercase;
    font-family: 'Raleway',sans-serif;
    font-size: 33px;
}
#truejob p {
    text-align: left;
    font-size: 20px;
    padding-bottom: 30px;
}
#truejob li {
    display: block;
    list-style: none;
    padding-right: 10px;
    font-size: 18px;
    line-height: 30px;
}
#truejob ul{
    /* margin-bottom: 50px;
     margin-top: 50px;*/
    padding: 0;color: #ccc;
}
#truejob h4 {
    font-family: 'Raleway',sans-serif;
    font-size: 40px;
    color: #ccc;
}
.form_wrapp {
    padding: 15px 33px;
    background-color: transparent;
    /* box-shadow: inset 0 0 0 1px #038f97, 0 0 0 4px rgba(61,163,169,0.5); */
}
input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #b1b1b1;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}
.form_wrapp input[type="text"] {
    margin-bottom: 10px;
    width: 330px;
    height: 49px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 20px;
    color: #000;
}

.form_wrapp input[name="phone"] {
    margin-bottom: 10px;
    width: 330px;
    height: 49px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 20px;
    color: #000;
}
.zakazat_zvonok_form {
    margin-top: 30px;
    width: 100%;
    font-size: 20px;
}
.btn_orange {
    border-radius: 0;
    background-color: #18c139;
    text-transform: uppercase;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
}
.errorBlok {
    color: red;
    font-size: 15px;
}
.redErrorBolder {
    border: 1px solid red !important;
}



/* MEDIA QUERIES
================================================== */

@media screen and (max-width: 768px) {
    .about-section-title {
        line-height:1
    }
    .divider {
        width: 100%;

        margin: 0px auto;
    }
}

@media screen and (max-width: 480px) {
    .big-background-title {
        font-size:58px
    }

    .small-background-title {
        line-height:1
    }
    .divider {
        width: 100%;

        margin: 0px auto;
    }
    /*.player{ display: none;}  -> If you want to remove the video bg on a specific viewport w/o plugin*/
}

@media screen and (max-width: 360px) {
    .big-background-title,#colorize {
        line-height:1
    }
    .divider {
        width: 100%;

        margin: 0px auto;
    }
}

@media screen and (max-width: 320px) {
    .small-background-title {
        font-size:30px


    }


