/* Responsive styles
================================================== */

/* Large Devices, Wide Screens */
@media (max-width : 1200px) {
    nav.navbar-main ul.navbar-nav li a{
        font-size: 13px;
    }
    header .container{
        max-width: 100%;
    }
    section.home-slider .item .slider-content {
        position: absolute;
        left: 0;
        top: 35%;
    }
    .owl-homepage-slider .item,
    .owl-homepage-slider .item .slider-content{
        position: relative;
    }
}
@media (max-width : 1100px) {
    nav.navbar-main ul.navbar-nav li a {
        font-size: 12px !important;
    }
    section.home-slider .item .slider-content {
        top: 30%;
    }
}

/* Medium Devices, Desktops */
@media (max-width : 992px) {
    .col-logo{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 10;
        position: relative;
    }
    .col-lang-switcher {
        display: block;
        width: auto;
        position: absolute;
        right: 0;
        top: -4px;
        z-index: 10;
    }
    .col-logo{
        text-align: center;
    }
    .col-lang-switcher{
        text-align: left;
    }
    .col-logo a{
        display: inline-block;
    }
    .col-lang-switcher .btn-group-lang{
        display: inline-block;
        float: none;
    }
    a.main-logo {
        max-width: 199px;
        width: 100%;
    }
    .col-main-menu{
        order: 3;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 10;
    }
    .col-main-menu nav button{
        position: absolute;
        left: 0;
        top: -60px;
        z-index: 11;
    }
    nav.navbar-main ul.navbar-nav li a {
        font-size: 14px !important;
        padding: 15px 0 !important;
    }
    section.home-slider .item .slider-content {
        top: 20%;
    }
}
@media (max-width : 915px) {
    section.home-slider .item .slider-content h2 {
        font-size: 27px;
    }
    section.home-slider .item .slider-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    section.home-slider .item .slider-content a{
        font-size: 14px;
        padding: 10px 30px;
    }
}
@media (max-width : 800px) {
    section.home-slider .item .slider-content h2 {
        font-size: 21px;
    }
    section.home-slider .item .slider-content h1 {
        font-size: 30px;
        line-height: 34px;
    }
}
/* Small Devices, Tablets */
@media (min-width : 768px) and (max-width: 991px) {

}

/* Small Devices Potrait */
@media (max-width : 767px){
    nav.navbar-main {
        padding: 10px 0;
    }
    .col-logo{
        text-align: center;
    }
    a.main-logo{
        display: inline-block;
        text-align: center;
        width: 90%;
    }
    a.main-logo img{

    }
    .col-right-head{
        position: absolute;
        top: 15px;
        left: 0;
        display: block;
    }
    ul.header-list{
        margin: 0;
        padding: 0;
        float: left;
        font-size: 10px;
        text-align: left;
    }
    .btn-group-lang{
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .btn-group-lang button{
        padding: 0;
    }
    ul.header-list li {
        border: none;
        margin-right: 5px;
        padding-right: 5px;
    }
    ul.header-list li a{
        padding: 0;
        font-size: 10px;
    }
    ul.header-list li a:before{
        background-size: 17px !important;
        width: 16px !important;
        height: 11px !important;
    }
    ul.header-list li a.phone::before {
        background-size: 10px !important;
        width: 10px !important;
        height: 18px !important;
    }
    ul.header-list li:nth-child(3),
    ul.header-list li:nth-child(4) {
        display: none;
    }
    section.home-slider .item .slider-content h2 {
        color: #ffffff;
        font-size: 12px;
    }
    section.home-slider .item .slider-content h1 {
        font-size: 14px;
        font-weight: 700;
        padding: 0;
        margin: 0 0 10px 0;
        line-height: 14px;
    }
    section.home-slider .item .slider-content a {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 5px 14px;
        display: inline-block;
    }
    section.home-slider .item .slider-content{
        top: 20%;
    }
    section.home-slider .owl-dots{
        display: none;
    }
    .navbar-main ul.navbar-nav{
        margin-top: 15px;
    }
    nav.navbar-main ul.navbar-nav li a {
         padding: 15px 15px !important;
    }
    .home-360-deg {
        margin: 50px 0 35px 0;
    }
    .home-360-deg .col-embed-content .btn{
        margin-bottom: 15px;
        display: block;
    }
    .home-360-deg::before, .home-360-deg.invert::before{
        width: 100%;
    }
    section.home-welcome .col-welcome-btn .btn {
        padding: 15px 18px;
        font-size: 12px;
        line-height: 12px;
        display: block;
        float: none;
    }
    .home-bank-panel{
        margin-bottom: 30px !important;
    }
    section.home-banks , section.home-blog{
        padding: 50px 0 50px 0;
    }
    section.about-us {
        padding: 50px 0 0 0;
    }
    section.about-us .widget-section .about-us-image, section.home-blog .widget-section .about-us-image{
        padding-right: 15px;
    }
    section.home-map {
        margin-top: 50px;
    }
    a.scrollToTop {
        right: 10px;
        top: -90px;
    }
    #contact [class^="col-"]{
        width: 100% !important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-dark-left, .footer-dark-right{
        float: none;
        text-align: center;
    }
    footer .footer-soc{
        float: none;
    }
    .embed-panel a.fixed-height-img {
        height: 230px;
    }
    header.fixed nav.navbar-main{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    header.fixed nav.navbar-main .navbar-toggler{
        margin-left: 15px;
    }
    .about-us-content .about-us .btn{
        margin-bottom: 15px;
    }
    section.content-page .section-content {
        padding: 30px 15px 50px 15px;
    }
    .attachment-form-container .input-row{
        width: 100%;
    }
}
/* Extra Small Devices, Phones */
@media (max-width : 479px) {
    section.home-slider .item .slider-content h2 {
        font-size: 14px;
        line-height: 18px;
    }
}

/* Custom, iPhone Retina */
@media (max-width : 320px) and (max-width: 478px)  {

}
@media (max-height : 700px) {
    section.home-slider .item .slider-content {
        top: 15%;
    }
}
@media (max-width : 320px) {
    a.main-logo {
        width: 50%;
    }
}