.pt-30 { padding-top: 30px; }
@media (max-width: 480px) {
    .navbar-header {
        width: 100%;
        float: none;
    }
    .navbar-brand { width: 100%; }
}

#main-header .social-icons-block {
    margin: 16px 0;
    text-align: center;
}
@media (min-width: 480px) { #main-header .social-icons-block { text-align: right; } }

.gfort-menu-block {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 50px 0 0;
    position: relative;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
@media (min-width: 992px) {
    .gfort-menu-block { height: 100vh; }
    .gfort-menu-block nav,
    .gfort-menu-block nav > ul,
    .gfort-menu-block .header-menu {
        height: 100%;
    }
    .gfort-menu-block nav > ul { overflow-y: scroll; }
    .gfort-menu-block nav.header-menu-stuck {
        top: 0;
        position: fixed;
    }
}
.gfort-menu-block nav { overflow: hidden; }
.gfort-menu-block nav > ul {
    margin: 0;
    width: 110%;
    display: block;
    list-style: none;
    border-radius: 2px;
    padding: 0 10% 0 0;
    background-color: #f9f9f9;
}
.gfort-menu-block ul li {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
}
.gfort-menu-block ul li a {
    width: 100%;
    display: block;
    color: #202020;
    font-size: 14px;
    padding: 13px 0;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    border-top: 1px solid #efefef;
    font-family: 'Montserrat', sans-serif;
}
.gfort-menu-block ul li a:focus {
    color: #202020;
    background-color: transparent;
}
.gfort-menu-block ul li a:hover,
.gfort-menu-block ul li.active > a {
    color: #2791d8;
    background-color: transparent;
}
.gfort-menu-block ul li:first-child > a { border-top-width: 0; }

.gfort-menu-block nav ul ul { padding: 0 0 5px; }
.gfort-menu-block nav ul ul li a { padding: 8px 0; }
.gfort-menu-block ul ul li:first-child > a { border-top-width: 1px; }

@media (min-width: 992px) {
    body.doc-stopScroll {
        height: 100%;
        overflow-y: hidden;
    }
}

.image-block-bordered { border: 1px solid #efefef; }
.gfort-page-preloader-doc-text {
    width: 100%;
    display: block;
    color: #212121;
    font-size: 18px;
    margin: 5px auto;
    position: relative;
}
.gfort-page-preloader-doc-percent {
    width: 100%;
    height: 26px;
    display: block;
    font-size: 24px;
    line-height: 26px;
}

.demo-owl-slider-item {
    width: 100%;
    display: block;
    padding: 40px 20px;
    border-radius: 2px;
    background-color: #f5f5f5;
}
.gfort-owl-slider.owl-theme .owl-nav div.owl-next { margin-right: -41px; }

ol ol li:first-child, ol ul li:first-child, ul ol li:first-child, ul ul li:first-child { margin-top: 0; }

@media (min-width: 992px) {
    .rtl .col-md-4 { float: right; }
}