﻿/*page header*/
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.page-header {
    padding-bottom: 0px;
    margin: 0;
    border-bottom: 0;
}

    .page-header .background {
        background-position: center center;
        background-size: cover;
        width: 100%;
        min-height: 477px;
        object-fit: cover;
        background-color: rgba(44,44,44,0.6);
    }

    /*@media (min-width: 768px){
        .page-header .background {
            background-size: 100% 100%;
        }
    }*/
@media (min-width: 1024px) {
    #email_optin {
        margin-left: -20px !important;
    }
}
.header-opacity {
    background-color: rgba(44,44,44,0.6);
    min-height: 477px;
    width: 100%;
    position: absolute;
}

.header-box {
    display: block;
    background: rgba(255,255,255,0.51);
    border-style: none;
    border-radius: 0px;
    width: 390px;
    line-height: 206px;
    position: absolute;
}

.box-pos-1 {
    left: 120px;
    top: 100px;
    height: 206px;
    z-index: 35;
}

.box-pos-2 {
    left: 120px;
    top: 300px;
    height: 253px;
    z-index: 5;
}

.inner-header-box {
    display: block;
    background: rgba(230,230,230,0.71);
    border-style: none;
    border-radius: 0px;
    left: 39px;
    top: 30px;
    z-index: 6;
    width: 311px;
    height: 193px;
    position: absolute;
    text-align: center;
}

.header-element-row-1 {
    position: absolute;
    height: auto;
    border-radius: 0px;
    left: -9px;
    top: 36px;
    z-index: 8;
    width: 330px;
}

    .header-element-row-1 .move-up {
        position: relative;
        top: -100px;
    }

    .header-element-row-1 .move-up2 {
        position: relative;
        top: -70px;
    }

.move-up3 {
    top: 20px;
    position: relative;
}

.line-22 {
    text-align: center;
}

.font-24 {
    font-size: 24px;
}

.center-box {
    margin: 0 auto;
}

.btn-custom {
    padding: 15px 30px;
    border-radius: 0;
}

.btn-subtitle {
    font-size: 15px;
    font-weight: normal;
    top: 50px;
    position: relative;
    color: #4c4c4c;
}

.move-up4 {
    left: 22px;
    top: 5px;
}

/*override bootstrap way*/
.box-poss-1 {
    left: 120px;
    top: 100px;
    /*height: 206px;*/
    z-index: 35;
}

.header-boxx {
    display: block;
    /*background: rgba(255,255,255,0.51);*/
    border-style: none;
    border-radius: 0px;
    width: 75%;
    /*line-height: 206px;*/
    position: absolute;
}

.header-sub-boxx {
    background: rgba(255,255,255,0.51);
    padding: 20px;
    height: auto;
    /*overflow: overlay;*/
    /*margin-bottom: 10px;*/
}

    .header-sub-boxx img {
        max-width: 250px;
        max-height: 150px;
    }

.header-bottom-box-pos {
    position: relative;
    top: -9px;
}

.inner-header-boxx {
    display: inline-block;
    background: rgba(230,230,230,0.71);
    border-style: none;
    border-radius: 0px;
    /*left: 39px;
    top: 30px;*/
    z-index: 6;
    width: 100%; /*311px;*/
    /*height: 193px;
    position: absolute;*/
    min-height: 132px; /*206px;*/
    height: auto;
    /*overflow:overlay;*/
    text-align: center;
    padding: 10px 20px;
    margin: 0 auto;
}

.header-elementt-row-1 {
    /*position: absolute;*/
    height: auto;
    border-radius: 0px;
    /*left: -9px;
    top: 36px;*/
    z-index: 8;
    width: 330px;
}

.btn-subtittle {
    font-size: 15px;
    font-weight: normal;
    /*left: 33px;
    position: relative;*/
    color: #4c4c4c;
}



/**/
.title-row {
    margin-top: 100px;
}

.open-row {
    margin-top: 20px;
}

.title {
    font-size: 72px;
    font-family: Roboto;
    line-height: 1;
}

.sub-title {
    font-size: 30px;
    font-family: Roboto;
}

.days-desc {
    font-size: 22px;
    font-family: Roboto;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.exp_date {
    width: 68px;
}

.form-control {
    width: 100%;
}

.btn-form-control {
    width: auto !important;
    height: auto !important;
}

.font-14 {
    font-size: 14px;
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
    .title {
        font-size: 36px;
    }

    .sub-title {
        font-size: 18px;
    }

    .days-desc {
        font-size: 14px;
    }

    .header-boxx {
        width: 90%;
    }

    .box-poss-1 {
        left: 0;
    }

    .header-sub-boxx img {
        /*width: 100%;
        height: 100%;*/
    }

    .font-24 {
        font-size: 16px;
    }

    .header-boxx, .header-boxx form, .form-control{
        font-size: 16px !important;
    }

    .btn-custom {
        padding: 10px 20px;
    }

    .btn-subtittle {
        font-size: 12px;
    }
}
/* Small Devices, .visible-sm-* */

/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {
    html {
        overflow-x: hidden;
    }

    .visible-non-mobile {
        display: none;
    }

    .title {
        font-size: 30px;
        line-height: 30px;
    }

    .sub-title {
        font-size: 18px;
    }

    .days-desc {
        font-size: 14px;
    }

    .header-sub-boxx img {
        /*width: 100%;
        height: 100%;*/
    }

    .font-24 {
        font-size: 16px;
    }

    .header-boxx, .header-boxx form, .form-control{
        font-size: 16px !important;
    }

    .btn-custom {
        padding: 5px;
    }

    .btn-subtittle {
        font-size: 12px;
    }

    .row-fluid {
        text-align: center;
    }

    .box-xs {
        margin: 0 auto;
        float: none;
        width: 100%;
    }

    .header-sub-boxx {
        margin-top: -10px;
        /*max-width: 250px;*/
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .header-bottom-box-pos {
        top: 30px;/*-10px;*/
    }

    .inner-header-boxx {
        /*height: 138px;*/
    }

    .custom-xs-heading {
        width: 100%;
        position: relative;
        top: 10px;
    }

    .header-boxx {
        width: 100%;
        left: auto;
        margin: 0 auto;
    }

    .xs-btn-box {
        float: none !important;
        margin-bottom: 5px;
    }

    .exp_date {
        width: 110px;
    }
}
/* Extra Small Devices, .visible-xs-* */
/*page header*/

/*header divider*/
.header-divider {
    display: block;
    background: rgba(176,176,176,1);
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    behavior: url(/PIE.htc);
    border-radius: 0px;
    width: 100%;
    height: 9px;
    position: relative;
}
/*header divider*/

/*More Offer*/

.custom-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .custom-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .custom-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        width: 1170px;
    }
}




h1.text-center.lined:after, h2.text-center.lined:after {
    margin: 80px auto 0;
    content: '';
    display: block;
}

.lined {
    font-size: 24px;
    color: #e4ad22;
    font-family: Roboto;
}

.promobox {
    position: relative;
}

    .promobox h4 {
        padding: 0;
        font-size: 16px;
        margin: 0;
    }

        .promobox h4 a {
            color: #ffffff !important;
        }

        .promobox h4:hover a, .promobox small {
            color: rgba(255, 255, 255, 0.8) !important;
        }

.post-media img {
    background-color: #f3f6f9;
    position: relative;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.promo-desc {
    background-color: rgba(0,0,0,0.6);
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.invis3 {
    height: 0;
    margin: 10px 0 !important;
    border: none;
    position:relative;
}

/*More Offer*/

/*About Us*/
.about-us {
    background-size: cover;
    position: relative;
    /*z-index: 44;*/
    padding: 50px 0;
    min-height:350px;
}

    .about-us::before {
        background: rgba(25, 25, 25, 0.8) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        
    }

    .about-us .lined {
        /*color: #fff !important;*/
        z-index: 44;
        position: relative;
    }

.about-us-content {
    color: #fff;
    font-size: 16px;
    font-family: Roboto;
}
/*About Us*/

/*contact*/
.thumb {
    overflow: hidden;
    margin-bottom: 20px;
    height: 67px;
    width: 67px;
    border-radius: 50%;
    background-color: #1CC36B;
    margin-left: auto;
    margin-right: auto;
}

    .thumb i {
        font-size: 35px;
        color: #fff;
        /*position: relative;
        top: 19px;*/
        line-height: 67px;
    }

.features-details h5 {
    font-family: Roboto;
    font-size: 14px;
    color: #009900;
}

.features-details p {
    font-family: Roboto;
    font-size: 12px;
}

.thumb:hover {
    background-color: black;
    color: #fff;
    transition: background-color .3s,color .3s;
}
/*contact*/

/*google map*/
.center-boxx {
    margin: 0 auto;
    text-align: center;
    float: none;
}
/*google map*/



.vertical-text {
    transform: rotate(90deg);
    transform-origin: left top 0;
}

.full-width {
    width: 100%;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    /*text-align:left;*/
    /* inline-block space fix */
    margin-right: -4px;
}

.line-height-1 {
    line-height: 1;
}

.top-5 {
    top: 5px;
    position: relative;
}
