/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

input, textarea, button {
    font-family: 'Montserrat', sans-serif;
}

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: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #0054aa;
    background: #fff;
    line-height: 1.3;
    min-width: 302px;
    background: url('../img/bg.jpg') center top no-repeat;
    background-size: auto 950px;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

.wrapper {
    position: relative;
    width: 1340px;
    margin: 0 auto;
}

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 {
    text-align: center;
    float: left;
    width: 100%;
    margin: 35px 0 160px 0;
}

header .logo {
    float: none;
    display: inline-block;
}

.main-content {
    padding-bottom: 10px;
    text-align: center;
}

.main-content h1 {
    font-size: 86px;
    font-weight: 600;
    margin-bottom: 70px;
}

.main-content h1 span {
    font-size: 55px;
    display: block;
}

.btn-1 {
    display: inline-block;
    margin-bottom: 100px;
    height: 67px;
    background: #0054aa url('../img/icons/img01.png') right center no-repeat;   
    color: #fff;
    font-size: 26.83px;
    font-family: 'Roboto', sans-serif;
    line-height: 70px;
    letter-spacing: 3px;
    padding: 0 65px 0 46px;
    -webkit-border-radius: 3px;   
    -moz-border-radius: 3px;  
    border-radius: 3px;     
}

.btn-1:hover {
    color: #fff;
    background-color: #00bac6;
}

.txt {
    font-size: 22px;
    font-weight: 300;
    margin-top: 180px;
    font-family: 'Roboto', sans-serif;
}

.txt h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.txt ul {
    list-style: none;
    text-align: center;
}

.txt ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-left: 19px;
    margin-left: 4px;
    background: url('../img/icons/img02.png') left center no-repeat;     
}

.main-content {
    float: left;
    width: 100%;
}

/* *** RWD *** */

@media only screen and (max-width: 1600px) {
    header {
        margin-bottom: 100px;
    }
    body {
           background: url(../img/bg.jpg) center -100px no-repeat;
        background-size: auto 820px; 
    }
    .txt {
        margin-top: 70px;
    }
    .btn-1 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1350px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .txt {
        font-size: 20px;
    }
}

@media only screen and (max-width: 900px) {
    .main-content h1 {
        font-size: 80px;
    }
    .main-content h1 span {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .main-content h1 {
        font-size: 40px;
    }
    .main-content h1 span {
        font-size: 25px;
    }
    header {
        margin: 30px 0;
    }
    .btn-1 {
        margin-bottom: 55px;
    }
    .txt ul li {
        width: 100%;
        margin: 0;
        padding: 0;
        background: none;
        list-style: none;
    }
    .txt {
        margin-top: 0;
    }
    body {
        background: none;
    }
    .main-content h1 {
        margin-bottom: 50px;
    }
}
