/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}


/* FlexGRID. */
.wrapper {
    width: 100%;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.row {
    clear: both;
    /*height: 100%;*/
    margin: 0 auto;
}
.row:after {
    content:"";
    display:table;
    clear:both;
}
.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
    font-size: 14px;
    float: left;
    width: 100%;
    border-collapse:collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word;
    margin: 0;
}
.wrapper .row .col_1,
.wrapper .row .col_2,
.wrapper .row .col_3,
.wrapper .row .col_4,
.wrapper .row .col_5,
.wrapper .row .col_6,
.wrapper .row .col_7,
.wrapper .row .col_8,
.wrapper .row .col_9,
.wrapper .row .col_10,
.wrapper .row .col_11,
.wrapper .row .col_12 {
    padding: 0;
}

@media all and (min-width : 768px) {

    .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        clear: both;
        margin: 0 auto;
        /*height: 100%;*/
    }

    .row:after {
        content:"";
        display:table;
        clear:both;
    }

    .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
        float: left;
        word-break: break-word;
        position: relative;
    }

    .col_1 { width: 8.33333333%; }
    .col_2 { width: 16.66666667%; }
    .col_3 { width: 25%; }
    .col_4 { width: 33.33333333%; }
    .col_5 { width: 41.66666667%; }
    .col_6 { width: 50%; }
    .col_7 { width: 58.33333333%; }
    .col_8 { width: 66.66666667%; }
    .col_9 { width: 75%; }
    .col_10 { width: 83.33333333%; }
    .col_11 { width: 91.66666667%; }
    .col_12 { width: 100%; margin: 0; }

    .last {
        margin: 0;
    }
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* GLOBAL BY KIRILS FOSTR */
html, body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #111;
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
}

textarea, input, select, option {
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;
    outline: 0;
}

body {
    width: 100%;
}

.center-inline {
    text-align: center;
}

.display-table {
    display: table;
}

.vertical-middle {
    vertical-align: middle;
    display: table-cell;
}

a {
    text-decoration: none;
    color: #111;
    outline: none;
}

li {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.max-width {
    max-width: 1600px;
    margin: 0 auto;
}

/* HOMEPAGE */
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.wrapper-header {
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
}

.wrapper-header .top-ul li {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.wrapper-header .top-ul li:first-child {
    margin-right: 25px;
}

.logo-header {
    padding: 20px 0;
}

.nav-ul li {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
}

.nav-ul li:first-child {
    margin-right: 25px;
}

.active-nav {
    border-bottom: 2px solid #60b30f;
}

.nav-ul li a:hover {
    border-bottom: 2px solid #60b30f;
}

.row-video {
    padding-top: 40px;
}

.row-video .col_12 {
    margin: 0 auto;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    /*padding-bottom: 55.25%;*/
    padding-bottom: 56.25%
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.container-equip {
    background: url("../img/bg-home.jpg") no-repeat center center;
    min-height: 400px;
    width: 100%;
}

.wrapper-services {
    padding-bottom: 30px;
}

.row-services .headline, .row-equip .headline {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 30px;
}

.row-services p, .row-equip p {
    padding-top: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}

.row-equip {
    color: white;
}

.row-equip .display-table {
    height: 400px;
}

.container-footer {
    background: url("../img/pattern.jpg") repeat center center;
    width: 100%;
}

.wrapper-footer {
    padding-top: 20px;
}

.row-footer, .footer-nav a {
    color: white;
}

.row-footer ul li  {
    display: inline-block;
}

.row-footer ul li:first-child {
    margin-right: 15px;
}

.row-footer .footer-nav {
    text-transform: uppercase;
    font-size: 18px;
}

.footer-info {
    font-size: 18px;
}

.footer-nav li a:hover {
    border-bottom: 2px solid #81a32b;;
}

.row-footer .footer-info {
    text-align: right;
}

.row-footer-copyright p {
    text-align: center;
    padding: 25px 0;
    color: #8B8B8B;
}

/* CONTACT FORM */
.container-form {
    background: url("../img/bg-contact.jpg") no-repeat center;
    width: 100%;
    min-height: 600px;
    margin-top: 20px;
}

.wrapper-form .display-table {
    height: 600px;
}

.row-contact {
    padding: 20px;
    background-color: rgba(255,255,255,0.95);
}

fieldset label {
    float: left;
    padding: 5px 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #242424;
}

.col_info {
    margin-left: 15px;
    font-weight: 600;
}

.col_info h2 {
    font-size: 24px;
    padding-bottom: 5px;
}

.col_info p {
    font-size: 20px;
    padding-top: 15px;
}

.row-form .col_12 {
    margin-top: 20px;
}

textarea {
    height: 250px;
}

input {
    height: 35px;
}

form h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

textarea, input {
    width: 100%;
    border: 2px solid #ebebeb;
    padding-left: 5px;
    border-radius: 3px;
}

.row-contact .col_4 fieldset {
    margin-right: 10px;
}

.row-form .btn-div {
    display: table;
    margin: 0 auto;
}

.row-form .btn-div button {
    border: 0;
    color: white;
    background-color: #60b30f;
    font-size: 20px;
    padding: 10px;
    margin: 0 auto;
    width: 300px;
}

.row-form .btn-div button:hover {
    background-color: #76cd0f;
}

input:focus, textarea:focus {
    border: 2px solid black;
}

/* MEDIA */
@media screen and (max-width: 992px) {
    .row-services .headline, .row-equip .headline {
        font-size: 24px;
    }

    .row-services p, .row-equip p {
        font-size: 20px;
        line-height: 28px;
    }

    .row-footer .footer-nav, .footer-info {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .wrapper-header ul li {
        font-size: 16px;
    }

    .row-services .headline {
        font-size: 20px;
    }

    .row-services p, .row-equip p {
        font-size: 18px;
        line-height: 26px;
    }

    .row-footer .footer-nav {
        text-align: center;
        margin-bottom: 20px;
    }

    .row-footer .footer-info {
        text-align: center;
    }
}


@media screen and (max-width: 486px) {
    .wrapper-header .top-ul li {
        display: block;
        margin: 10px auto 0 auto;
        font-size: 15px;
    }

    .wrapper-header .top-ul li:first-child {
        margin-right:  0;
    }

    .row-services .headline {
        font-size: 18px;
    }

    .row-services p, .row-equip p {
        font-size: 16px;
        line-height: 24px;
    }

    body .wrapper .headline-padding {
        padding-top: 0;
    }

    .row-footer .footer-info li {
        display: block;
        margin-bottom: 15px;
    }

    .row-footer .footer-info li:nth-child(2) {
        margin-bottom: 0;
    }

    .row-footer .footer-nav {
        margin-bottom: 25px;
    }

    .container-equip {
        min-height: 450px;
    }

    .container-equip .display-table {
        height: 450px;
    }
}

/** {*/
    /*background: #000 !important;*/
    /*color: #0f0 !important;*/
    /*outline: solid #f00 1px !important;*/
/*}*/

