body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #484848;
}
p {
    font-weight: 300;
    margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
h2 {
    font-size: 40px;
}
h2.section-header {
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 35px;
}
h2.section-header i {
    margin-right: 15px;
}
.subheader {
    font-size: 22px;
    font-weight: 400;
    margin-top: -7px;
}
a, .btn {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

b, strong {
    font-weight: 600;
}

h2 { font-family: 'Open Sans', sans-serif; font-size:34px; COLOR: #777777; font-weight:100;}
h3 { font-family: 'Open Sans', sans-serif; font-size:50px; COLOR: #777777; font-weight:100;}
a { font-family: 'Open Sans', sans-serif; COLOR: #777777; TEXT-DECORATION: none; }
a:hover { font-family: 'Open Sans', sans-serif; TEXT-DECORATION: none;}
.white1 { font-family: 'Open Sans', sans-serif; COLOR: #ffffff; text-shadow: 1px 1px 2px #2f2f2f;}
.white2 { font-family: 'Open Sans', sans-serif; FONT-SIZE: 16px; COLOR: #ffffff; text-shadow: 1px 1px 2px #2f2f2f;}
.grey1 { font-family: 'Open Sans', sans-serif; COLOR: #777777;}

/* HEADER home-header */

.home-header {
    padding-bottom: 4px;
}

.img-center {
    margin: 0 auto;
}

.logo-block-wrap {
    padding: 30px 0 20px 0;
}
ul.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
ul.main-menu li {
    display: inline-block;
}
ul.main-menu li a {
    font-size: 16px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 30px 20px;
}
ul.main-menu li a:hover,
ul.main-menu li a:focus,
ul.main-menu li a.active {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    text-decoration: none;
    color: #35a2c8;
    border-bottom: solid 1px #35a2c8;
}
/* / HEADER home-header */

section {
    padding: 60px 0 100px 0;
    font-size: 24px;
}
/* SECTION slider */
.section-slider {
    background: url(../img/bg1.jpg) center center no-repeat;
    padding: 130px 0;
    text-align: center;

}
.section-slider h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #2f2f2f;
    font-weight: 300;
}
.white1 {
    font-family: 'Open Sans', sans-serif;
    COLOR: #ffffff;
    text-shadow: 1px 1px 2px #2f2f2f;
    font-weight: 300;
}
/* / SECTION slider */



/* SECTION section-bottom-slider */
.section-bottom-slider {
    text-align: center;
    padding: 10px 0 15px 0;
    border-bottom: solid 1px #CDCDCD;
    position: relative;
}
.section-bottom-slider::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -23px;
    display: inline-block;

    width: 44px;
    height: 44px;

    background: #fff;
    border-right: solid 1px #CDCDCD;
    border-bottom: solid 1px #CDCDCD;

    -webkit-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
}
/* / SECTION section-bottom-slider */


/* SECTION section-default */
.section-default.greybg {
    background: #f7f7f7;
}
.section-default h3::after {
    content: "";
    display: block;
    width: 125px;
    height: 1px;
    background: #35a2c8;
    margin: 10px 0 30px 0;
}
.lo1-wrap {
    padding-top: 80px;
}
.lo2-wrap {
    padding-top: 120px;
}
.lo3-wrap {
    padding-top: 90px;
}
.btn-ws {
    font-size: 24px;
    font-weight: 300;
    padding: 10px 90px;
    border-radius: 0;
    border: solid 1px #E1E1E1;
    color: #35a2c8;
    margin-top: 30px;
}
.btn-ws:hover {
    border: solid 1px #35a2c8;
    background: none;
    color: #35a2c8;
}
/* / SECTION section-default */

/* SECTION contact-form */
.section-contact-form {
    background: url(../img/bg2.jpg) center center no-repeat;
    background-size: auto 100%;
    padding: 50px 0;
}
.section-contact-form h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #2f2f2f;
    font-weight: 100;
    text-align: center;
    margin: 25px 0 15px 0;
}
.section-contact-form p {
    font-size: 24px;
    text-align: center;
    margin: 30px 0 40px 0;
}
.section-contact-form label span {
    display: none;
}
.section-contact-form form {
    margin-left: -20px;
    margin-right: -20px;
}
.section-contact-form label,
.field-wrapper {
    width: 100%;
}
.field-wrapper {
    margin-bottom: 15px;
}
.form-control {
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    line-height: 30px;
}
.hey-honey label {
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 1px 1px 2px #2f2f2f;
    font-size: 24px;
    text-align: center;
    margin: 0 0 15px 0;
}
.sbmt-wrap {
    text-align: center;
}
button[type="submit"] {
    font-size: 24px;
    border-radius: 0 !important;
    border: solid 1px #35a2c8;
    background: #35a2c8;
    color: #fff;
    border-radius: 5px;
    padding: 12px 65px;
    width: 100%;
}
button[type="submit"]:hover {
    border: solid 1px #fff;
    background: #fff;
    color: #35a2c8;
}
.hey-honey {
    left: -9999px;
    position: absolute;
}
#g-recaptcha {
    text-align: center;
    margin-bottom: 15px;
}
#g-recaptcha>div {
    display: inline-block;
}
/* / SECTION contact-form */


/* / SECTION section-bottom-form */
.section-bottom-form h2 {
    text-align: center;
    margin-bottom: 70px;
}
.cont1 {
    font-family: 'Open Sans', sans-serif;
    FONT-SIZE: 18px;
    COLOR: #222;
    font-weight: 100;
}
.mobile-show {
    display: none;
}
/* / SECTION section-bottom-form */

/* FOOTER home-footer */
.home-footer {
    background: url(../img/bg3.jpg) center center no-repeat;
    padding: 35px 0 10px 0;
}
.home-footer p {
    position: relative;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    FONT-SIZE: 16px;
    COLOR: #ffffff;
    text-shadow: 1px 1px 2px #2f2f2f;
}
.top-btn {
    position: absolute;
    top: -15px;
    left: 0;
}
/* / FOOTER home-footer */