body{
    color: #444;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;

    background: #f5f5f5;
}
a, a:hover {
    color: #2fabe4;
}
h1 {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 34px;
}
h5 {
    font-size: 17px;
    font-weight: bold;
}
*:focus, *.focus {
    outline: none!important;
    box-shadow: none!important;
}
.btn:focus {
    box-shadow: none;
}
.form-control::placeholder {
    color: #dcdcdb!important;
    font-weight: bold;
}
.social{
    margin-left: 16px;
    width: 16px;
    height: 16px;
    background: url("/assets/img/menu_socials.png") no-repeat -1000px center;
    display: inline-block;
}
.social.fb { background-position: 4px center; }
.social.twitter { background-position: -34px center; }
.social.vimeo { background-position: -71px center; }
.social.pinterest { background-position: -108px center; }
.social.linked { background-position: -144px center; }
.social.globe { background-position: -181px center; }
.social.google { background-position: -217px center; }

#main_nav {
    height: 64px;
}
.navbar-main {
    min-height: 96px;
    padding: 5px 0 5px 30px;
    background: transparent url("/assets/img/menu_bg.png") no-repeat;
}
.navbar-main .nav-item {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.navbar-main .navbar-nav .nav-link {
    padding: 10px 23px;
    color: #444;
    font-weight: bold;
}
.navbar-main .nav-sep {
    border-right: 1px solid #f7f7f7;
}
.login-btn, .login-btn:hover, .blue-btn, .blue-btn:hover {
    color: #424242;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
}
.blue-btn {
    padding-right: 13px;
    color: #404040;
}
.blue-btn i {
    margin-right: 10px;
    padding: 13px 13px 14px;
    color: #000;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
    background-color: #2da6de;
    display: inline-block;
}
.login-btn {
    padding: 12px 32px 12px 0;
    background: url("/assets/img/menu_addons.png") no-repeat 52px -2px;
}
.blue-btn, .blue-btn:hover {
    color: #fff;
    background-color: #2daae1;
}
.box-slider {
    min-height: 554px;
}
.box-lead {
    font-size: 23px;
    font-weight: 300;
}
.box-lead h2 {
    margin-bottom: 27px;
    font-size: 44px;
    font-weight: 300;
}
.box-lead h2 span{
    font-weight: bold;
}
.slider {
    right: 0;
    top: -140px;
    z-index: -1;
    position: absolute;
    overflow: hidden;
}
.box-blue {
    padding: 48px 0;
    color: #fff;
    font-size: 17px;
    background-color: #32a9e5;
}
.box-blue h3 {
    font-size: 40px;
}
.box-blue input {
    padding: 30px 0 30px 50px;
    font-size: 27px;
}
.box-gray {
    font-size: 12px;
    font-weight: bold;
    color: #cdcdcd;
    background-color: #4a4a4a;
}
.box-target h2{
    margin-bottom: 35px;
    font-size: 32px;
    font-weight: bold;
}
.btn-search {
    color: #878785;
    font-size: 24px;
}
.btn-gray, .btn-gray:hover {
    padding-right: 20px;
    border-radius: 5px;
    color: #464646;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #464646;
    background: #f7f7f7;
    display: inline-block;
}
.btn-gray i {
    margin-right: 20px;
    padding: 11px;
    min-height: 36px;
    color: #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #eee;
    background-color: #f2f2f2;
    vertical-align: middle;
    display: inline-block;
}
footer {
    padding: 30px 0;
    color: #cdcdcd;
    background-color: #535353;
}
footer h4 {
    margin-bottom: 1.5rem;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
footer hr {
    border-color: #656565;
}
.list-style-check {
    list-style: none;
}
.list-style-check li {
    padding: 5px 0;
}
.list-style-check .fa-check {
    font-size: 14px;
    color: #000;
}

/** page register **/
.btn-light-info {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
    border-color: #c2c2c2;
    background: #f5f5f5;
}
.btn-light-info.active {
    background: #fff;
}

/** helpers **/
.mb-13 {margin-bottom: 13px}
.mtb-100 {margin-top: 100px; margin-bottom: 100px}
.w-max-845 {max-width: 845px}
.w-max-630 {max-width: 630px}
.w-max-525 {max-width: 525px}
.w-max-430 {max-width: 430px}
.w-max-260 {max-width: 260px}
.font-16 {font-size: 16px!important;}
.font-38 {font-size: 38px!important}
.color-light-gray {color: #a9a9a9}
.bg-light-gray {background-color: #fcfcfc;}

/** media **/
@media (min-width: 1024px) {
    .box-border{
        border-left: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
    }
}
@media (max-width: 991px){
    #main_nav {
        height: auto;
    }
    .navbar-main {
        padding: 10px 30px;
        min-height: auto;
        background: #fff;
    }
    .navbar-main .row {
        margin: 0;
    }
    .box-slider {
        margin-top: 90px;
        min-height: auto;
    }
    .box-lead {
        background: #ffffffd6;
    }
    .box-lead h2 {
        padding: 10px 0;
    }
}