/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

@font-face {
    font-family: 'ProximaNovaExtrabold';
    src: url('../fonts/ProximaNovaExtrabold.eot');
    src: url('../fonts/ProximaNovaExtrabold.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaExtrabold.woff2') format('woff2'),
         url('../fonts/ProximaNovaExtrabold.woff') format('woff'),
         url('../fonts/ProximaNovaExtrabold.ttf') format('truetype'),
         url('../fonts/ProximaNovaExtrabold.svg#ProximaNovaExtrabold') format('svg');
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Regular-webfont.eot');
    src: url('../fonts/ProximaNova-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Regular-webfont.woff2') format('woff2'),
         url('../fonts/ProximaNova-Regular-webfont.woff') format('woff'),
         url('../fonts/ProximaNova-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/ProximaNovaBold.eot');
    src: url('../fonts/ProximaNovaBold.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaBold.woff2') format('woff2'),
         url('../fonts/ProximaNovaBold.woff') format('woff'),
         url('../fonts/ProximaNovaBold.ttf') format('truetype'),
         url('../fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('../fonts/ProximaNovaLight.eot');
    src: url('../fonts/ProximaNovaLight.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaLight.woff2') format('woff2'),
         url('../fonts/ProximaNovaLight.woff') format('woff'),
         url('../fonts/ProximaNovaLight.ttf') format('truetype'),
         url('../fonts/ProximaNovaLight.svg#ProximaNovaLight') format('svg');
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('../fonts/ProximaNovaSemibold.eot');
    src: url('../fonts/ProximaNovaSemibold.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaSemibold.woff2') format('woff2'),
         url('../fonts/ProximaNovaSemibold.woff') format('woff'),
         url('../fonts/ProximaNovaSemibold.ttf') format('truetype'),
         url('../fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold') format('svg');
}

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

input, textarea, button {
    font-family: arial;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
}

p {
    margin-bottom: 25px;
}

h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

ul {
    margin-bottom: 25px;
    padding-left: 16px;
}

ol {
    padding-left: 20px;
    margin-bottom: 25px;
}

body {
    font-family: 'ProximaNova';
    font-size: 16px;
    color: #000;
    background: #fff;
    line-height: 1.3;
    min-width: 302px;
}

@media (min-width: 1200px) {
    .container {
        width: 1120px;
    }
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

.table-cell {
    width: 1000px;
    display: table-cell;
    vertical-align: middle;
}

.styledCheckbox input {
    display: block !important;
    opacity: 0;
    filter: alpha(opacity = 0); 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.styledCheckbox {
    position: relative;
}

/* *** HEADER *** */

header {
    background: #fff;
    position: relative;
    z-index: 10;
    text-align: center;
    height: 75px;
    float: left;
    width: 100%;
}

.header-box {
    float: left;
    width: 100%;
    padding: 13px 0;
}

header .logo {
    float: none;
    display: inline-block;
}

header .logo img {
    float: left;
    width: 220px;
}

/* *** HOME *** */

.content-box-1 {
    height: 577px;
    background: url('../img/files/img01.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 40px 0;
}

.content-box-1 h2 {
    font-size: 48px;
    font-family: 'ProximaNovaBold';
    margin-bottom: 0;
}

.content-box-1 h3 {
    font-size: 28px;
    margin-bottom: 27px;
}

.data-box {
    text-align: center;
}

.d-box {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #fff;
    border-radius: 2px;
    line-height: 55px;
    width: 125px;
    margin: 0 2px;
    height: 53px;   
    font-size: 36px;
    margin-bottom: 25px;
}

.d-box div {
    display: inline-block;
    margin-top: 1px;
    vertical-align: middle;
    width: 40px;
    text-align: center;
}

.d-box span {
    font-size: 13.53px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 0;
    font-family: 'ProximaNovaBold';     
}

.content-box-1 .txt-1 {
    font-family: 'ProximaNovaSemibold';
    font-size: 16px;
    margin-bottom: 20px;
}

.content-box-1 .txt-1 small {
    font-size: 11px;
    font-family: 'Roboto', sans-serif;    
}

.content-box-1 .txt-2 {
    font-family: 'ProximaNovaSemibold';
    font-size: 16px;
    margin-bottom: 10px;
}

.tags {
    text-align: center;
}

.tags a {
    display: inline-block;
    vertical-align: top;
    padding: 0 13px;
    border-radius: 3px;
    height: 34px;
    background: #f26522;
    font-family: 'ProximaNovaSemibold';    
    color: #fff;
    line-height: 37px;
    font-size: 15px;
    margin: 0 2px;
    margin-bottom: 7px;
    box-shadow: 0 1px 4px #616767;
}

.tags a:hover {
    color: #f26522;
    background: #fff;
}

.boxes-1 {
    text-align: center;
}

.box-1 {
    text-align: left;
    width: 338px;
    height: 498px;
    display: inline-block;
    vertical-align: top;
    margin: 0 25px;
    background: #fff;
    box-shadow: 0 0 15px #d4d4d4;
}

.box-1-1 {
    padding: 30px 35px;
}

.z-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 22px;
    font-family: 'ProximaNovaBold'; 
}

.z-txt {
    font-size: 13px;
    font-family: 'ProximaNovaSemibold';    
}

.z-txt ul {
    padding: 0;
    margin:0;
    list-style: none;
}

.z-txt ul li {
    padding: 6px 0 3px 0;
    background: url('../img/icons/img01.png') left center no-repeat;
    padding-left: 30px;
    margin-bottom: 14px;
}

.z-input {
    padding: 10px 0;
}

.z-input input {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    display: block;
    width: 100%;
    height: 51px;
    padding: 0 20px;
    box-shadow: 0 1px 1px #e6e6e6;
    font-size: 20.29px;
    color: #000;
    font-family: 'ProximaNova';      
}

.z-input input::-webkit-input-placeholder { color: #a6a6a6; }
.z-input input:-moz-placeholder { color: #a6a6a6; }
.z-input input::-moz-placeholder { color: #a6a6a6; }
.z-input input:-ms-input-placeholder { color: #a6a6a6; }

.icheckbox, .iradio {
      float: left;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    background: url('../img/icons/checkbox.png');
    border: none;
    cursor: pointer;
}

.z-checkbox-box label {
    display: block;
    overflow: hidden;
    color: #807e7e;
    padding-top: 2px;
    font-size: 11px;
    font-weight: normal;
    padding-left: 10px;
}

.z-checkbox-box {
    float: left;
    width: 100%;
    padding: 12px 0 17px 0;
}

.z-checkbox {
    float: left;
    padding: 5px 0;
    width: 100%;
}

.icheckbox.checked, .iradio.checked {
    background: url('../img/icons/checkbox-active.png');
}

.btn-1 {
    width: 100%;
    display: block;
    height: 46px;
    border-radius: 2px;
    background: #008eff;
    color: #fff;
    border: none;
    font-size: 18px;
    line-height: 47px;
    font-family: 'ProximaNovaSemibold'; 
}

.btn-1:hover {
    background: #0062b2;
}

.btn-1 img {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 4px;
}

.z-txt-1 {
    color: #cccccc;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    padding: 26px 0;
}

.content-box-2 {
    margin-top: -190px;
    padding-bottom: 100px;
}

/* *** RWD *** */

@media only screen and (max-width: 1199px) {
   .content-box-1 {
        height: auto;
        padding-bottom: 100px;
   }
   .content-box-2 {
        margin-top: -70px;
        padding-bottom: 50px;
   }
}

@media only screen and (max-width: 991px) {
    .content-box-1 h2 {
        font-size: 35px;
    }
    .box-1 {
        margin: 0 5px;
    }
}

@media only screen and (max-width: 768px) {
    .box-1 {
        margin-bottom: 20px;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
    }
    .boxes-1 .box-1:last-child {
        margin-bottom: 0;
    }
    .z-txt-1 {
        padding-bottom: 0;
    }
    .content-box-1 h3 {
        font-size: 20px;
    }
    .content-box-1 h2 {
        font-size: 25px;
    }
    .d-box {
        margin-bottom: 8px;
    }
    .data-box {
        margin-bottom: 18px;
    }
}