﻿@font-face {
    font-family: 'ZonaPro';
    src: url("../fonts/zonapro-bold-webfont.eot");
    src: url("../fonts/zonapro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/zonapro-bold-webfont.woff2") format("woff2"), url("../fonts/zonapro-bold-webfont.woff") format("woff"), url("../fonts/zonapro-bold-webfont.ttf") format("truetype"), url("../fonts/zonapro-bold-webfont.svg#ZonaPro") format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    background: #08172d;
    color: #08172d;
    font: 400 18px/26px 'Noto Sans';
    min-width: 320px;
}

html {
    box-sizing: border-box;
}
body {

}

*,
*:before,
*:after {
    box-sizing: inherit;
}

*:focus {
    outline: none;
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #08172d;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ZonaPro';
    margin: 0;
    color: #fff;
}

h1,
h2 {
    font-size: 30px;
    line-height: 35px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.slide-txt h1, .heading-title h1 {
    position: relative;
}

.slide-txt h1:after, .heading-title h1:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 53px;
    height: 10px;
    background: url("../img/title-wave.png") no-repeat center center transparent;
}

.cf::after, .slide-single::after, .heading-holder::after, .content-holder::after, .content-holder ul::after {
    content: '';
    display: table;
    clear: both;
}

.wrapper {
    width: 100%;
    max-width: 1144px;
    margin: 0 auto;
    padding: 0 20px;
}

.btn {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 14px;
    line-height: 14px;
    text-align: center;
    min-width: 180px;
    padding: 14px;
    background: transparent;
}

.btn span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding-right: 12px;
    background: url("../img/button-arrow.png") no-repeat right center transparent;
}

.btn:hover {
    border-color: #63cd05 !important;
}

.btn:hover span {
    color: #63cd05 !important;
}

.btn-blue, .p-contact .btn {
    border-color: #08172d;
}

.btn-blue span, .p-contact .btn span {
    color: #142846;
    background: url("../img/button-arrow-blue.png") no-repeat right center transparent;
}

input, textarea {
    width: 100%;
    max-width: 350px;
    background: #08172d;
    display: block;
    border: 0;
    border-radius: 14px;
    height: 46px;
    padding: 0 15px;
    color: #fff;
    margin-bottom: 7px;
}
textarea {
    height: 100px;
    padding: 10px 15px;
}

::-webkit-input-placeholder {
    opacity: .25;
    color: #fff;
    font-size: 14px;
}

::-moz-placeholder {
    opacity: .25;
    color: #fff;
    font-size: 14px;
}

:-ms-input-placeholder {
    opacity: .25;
    color: #fff;
    font-size: 14px;
}

.header-holder {
    background: #08172d;
    height: 120px;
    width: 100%;
    text-align: center;
    z-index: 998;
}
.header-holder img {
}

.logo img {
    height: 72px;
    display: inline-block;
    margin: 24px 0;
}
.sticky .logo img {
    margin: 9px 0;
}

.nav-holder {
    background: #142846;
}

body > .nav-holder {
    background: #142846;
    width: 100%;
    z-index: 999;
}
.sticky .nav-holder {
    top: 90px;
    left: 0;
}

.nav {
    display: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
}

@media (min-width: 768px) {
    .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 10px;
    }
}

@media (min-width: 1144px) {
    .nav {
        margin: 0;
    }
}

.nav > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 15px;
    height: 50px;
    text-align: center;
    font-family: 'ZonaPro';
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
}

.nav > li > a:hover, .nav > li.current > a {
    color: #63cd05;
}

.nav > li > a > span {
    display: block;
    max-width: 100%;
}

.slider-holder {
    background: #08172d;
}

.slider-holder > .wrapper {
    max-width: 1600px;
    padding: 0;
}

#main-slider {
    color: #fff;
    position: relative;
}

@media (min-width: 768px) {
    .slide-single {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        min-height: 430px;
    }
}

.slide-img,
.slide-txt {
    float: left;
    width: 50%;
}

.slide-img {
    display: none;
}

.slide-img img {
    width: 100%;
}

@media (min-width: 768px) {
    .slide-img {
        width: 50%;
        display: block;
        margin: auto;
        text-align: center;
        margin: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

.slide-txt {
    width: 100%;
    margin: 0;
    padding: 50px 30px 90px 30px;
    padding-top: 90px;
}

@media (min-width: 768px) {
    .slide-txt {
        width: 50%;
        padding: 90px 30px 0 60px;
    }
}

@media (min-width: 1144px) {
    .slide-txt {
        width: 40%;
    }
}

.slide-txt h1 {
    margin: 0;
    margin-bottom: 70px;
}

.slide-txt p {
    margin: 0;
    margin-bottom: 40px;
}
.slide-txt .btn {
    position: absolute;
    bottom: 60px;
}

.slick-dots {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .slick-dots {
        top: 40px;
        left: 50%;
        margin-left: 60px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.slick-dots li {
    float: left;
    margin-right: 10px;
}

.slick-dots li button {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent;
    font-size:0;
    -webkit-appearance: none;
}

.slick-dots .slick-active button {
    background: #fff;
}

.action-holder {
    background: #142846;
    color: #fff;
}

.action-holder a {
    color: #fff;
}

.action-holder > .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .action-holder > .wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.action-box {
    text-align: center;
    padding: 50px 0;
}

@media (min-width: 768px) {
    .action-box {
        width: 50%;
        padding: 60px 0;
    }
}

.action-box p {
    margin: 30px 0;
}

.action-box p span.label {
    font-weight: normal;
    color: #63cd05;
    display: inline-block;
    margin-right: 8px;
}

.action-box h2, .form h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.action-box button[type='submit'] {
    margin-top: 60px;
}

.heading-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    background: #08172d;
}

.heading-title,
.heading-image {
    width: 50%;
}

.heading-title {
    width: 100%;
    text-align: center;

    padding: 60px;
    padding-bottom: 80px;
}

.heading-title h1:after {
    right: 0;
    left: auto;
    width: 100%;
}

.heading-image {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    display: none;
}

@media (min-width: 768px) {
    .heading-image {
        display: block;
    }

    .heading-image + .heading-title {
        text-align: right;
        width: 50%;
    }

    .heading-image + .heading-title h1:after {
        width: 53px;
    }
}

.content-holder {
    background: #fff;
}

.content-holder > .wrapper {
    padding: 60px 20px;
}

@media (min-width: 1144px) {
    .content-holder > .wrapper {
        padding: 60px 225px;
    }
}

.content-holder p {
    margin-bottom: 30px;
}

.content-holder ul li {
    padding: 0 15px 0 25px;
    margin: 10px 0;
    position: relative;
    font-size: 16px;
    float: left;
    width: 100%;
}

@media (min-width: 768px) {
    .content-holder ul.ul-3cols li {
        width: 50%;
    }

    .content-holder ul.ul-3cols li:nth-of-type(2n+1) {
        clear: both;
    }
}

@media (min-width: 1144px) {
    .content-holder ul.ul-3cols li {
        width: 50%;
    }

    .content-holder ul.ul-3cols li:nth-of-type(2n+1) {
        clear: both;
    }
}

.content-holder ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #63cd05;
}

.contact-holder {
    padding: 50px 0;
    background: #e5e5e5;
    text-align: center;
}

#mobile-nav {
    display: block;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

@media (min-width: 768px) {
    #mobile-nav {
        display: none;
    }
}

#mobile-nav span {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    padding-left: 35px;
}

#mobile-nav span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 25px;
    height: 3px;
    background: #fff;
    box-shadow: 0 7px 0 #fff,
    0 -7px 0 #fff;
}

.sidr {
    background: #fff;
}

.sidr li {
    border-bottom: 1px solid #ddd;
}

.sidr a {
    display: block;
    font-family: 'ZonaPro';
    text-transform: uppercase;
    font-size: 14px;
    color: #08172d;
    padding: 10px 20px;
}

.sidr-open {
    overflow-x: hidden;
}

#mobile-overlay {
    position: fixed;
    z-index: 999998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: transparent;
}

.sidr-open #mobile-overlay {
    display: block;
}

.footer-holder {
    background: #08172d;
}

.footer-holder .nav-holder {
    background: transparent;
}

.footer-holder .nav {
    height: 90px;
}

.footer-holder .nav > li > a {
    opacity: .25;
}

.footer-holder .nav > li > a:hover {
    opacity: 1;
}

.copyright {
    border-top: 1px solid #142846;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.25);
    padding: 31px 0;
    text-align: center;
}

.studiomh {
    margin: 5px auto 0 auto !important;
	color: rgba(255, 255, 255, 0.25);
}

.color1 {
    color: #63cd05;
}

#loader {
    background: url(/assets/img/loader.gif) no-repeat center bottom;
    height: 50px;
}

.p-gallery article {
    float: left;
    width: 50%;
    background: rgba(20, 40, 70, 0.3);
}

.p-gallery article img {
    width: 100%;
    display: block;
    opacity: 0.5;
    transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    -webkit-transition: opacity .1s linear;
}

.p-gallery article a:hover img {
    opacity: 1;
}

@media (max-width: 534px) {
    .p-gallery article {
        width: 100%;
    }
}

.form {
    margin: 0 auto;
    margin-top: 60px;
    max-width: 350px;
}

.form .btn {
    margin-top: 30px;
}

.p-contact h2 {
    color: #142846;
}

.p-contact input, .p-contact textarea {
    background: #fff;
    color: #142846;
}

.p-contact ::-webkit-input-placeholder {
    opacity: 0.5;
    color: #142846;
    font-size: 18px;
}

.p-contact ::-moz-placeholder {
    opacity: 0.5;
    color: #142846;
    font-size: 18px;
}

.p-contact :-ms-input-placeholder {
    opacity: 0.5;
    color: #142846;
    font-size: 18px;
}

.form-error {
    color: #d44141;
    font-size: 14px;
}

.msg {
    text-align: center;
    padding: 15px;
    margin: 30px 0;

    color: #fff;
    border-radius: 14px;
    background: #142846;
}

.gas-safe {
    width: 120px;
    float: right;
    margin: -150px 20px 20px 20px;
}
@media (max-width: 1144px) {
    .gas-safe {
        margin-top: -50px;
    }
}
