/***************************************************************************/
/**************************** Plugins / Modules ****************************/

/**************************** Revolution Slider ****************************/
.bannercontainer {
    max-height: 450px !important;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100% !important;
}

@media (max-width:768px) {
    .bannercontainer {
        max-height: 280px !important;
    }
}

.caption {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 300;
}

.caption.title {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 45px;
}

.caption span {
    color: #f7c80c;
}

.caption.para h3 {
    font-size: 21px;
    line-height: 25px;
    font-weight: 300;
    border-top: 1px solid #fff;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 30px;
    display: inline-block;
}

@media (max-width:800px) {
    .caption.para h3 {
        font-size: 15px;
        line-height: 15px;
        padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
    }
}

@media (max-width:700px) {
    .caption.para h3 {
        font-size: 11px;
        line-height: 11px;
        padding-top: 10px;
    }
}

.caption a {
    color: #f7c80c;
}

.caption a.more-btn {
    text-transform: uppercase;
    background: url("../image/more-icon.png") bottom no-repeat;
    padding-bottom: 35px;
    padding-left: 5px;
    padding-right: 5px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.caption a.more-btn:hover {
    color: #fff;
    background: url("../image/more-icon.png") bottom no-repeat;
}

@media only screen and (max-width: 1075px) {
    .caption.title {
        font-weight: normal;
    }

}