body {
    font-family: 'Poppins', sans-serif;
}

h3 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}

a {
    -webkit-transition: .5s all;
    transition: .5s all;
}

#navbar {
    background: rgba(0, 0, 0, .8);
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    transition: background .35s;
    min-height: 85px;
}
.navbar .additional {
    bottom: 0;
    max-width: 1920px;
    position: absolute;
    top: 0;
    right: -50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.navbar .additional .logo {
    position: absolute;
    left: 36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#navbar .mobile-fb {
    display: none;
}
@media (max-width: 992px) {
    .navbar .additional .logo {
        top: 13px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #navbar-menu {
        margin-top: 85px;
        overflow-y: hidden !important;
    }
    #navbar-menu .navbar-nav {
        padding-bottom: 30px;
    }
    #navbar .right {
        display: none;
    }
    #navbar .navbar-toggle {
        background: none;
        color: #fff;
        font-size: 32px;
        margin-top: 14px;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
        color: #fff;
    }
    #navbar .mobile-fb {
        display: block;
    }
    #navbar .nav li.mobile-fb a {
        padding-left: 19px;
    }
    #navbar .nav > li > a {
        padding-left: 10px;
    }
    .row.flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .template-contacts section#contacts {
        background-size: auto;
    }
    .template-home #slider .carousel .carousel-inner table h2 {
        font-size: calc(-0.58px + 8.93vw);
    }
    .template-home #slider .carousel .carousel-inner table h1 {
        font-size: calc(-0.27px + 4.46vw);
    }

}


.navbar .additional .right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, .4);
    width: 127px;
}
.navbar .additional .right a {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}.navbar .additional .right a:hover {
    color: #fcbf62;
}

.navbar .nav {
    text-transform: uppercase;
}

#navbar .nav > li > a {
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    transition: padding .35s;
    -webkit-transition: .5s all;
    transition: .5s all;
}
#navbar .nav > li > a:hover,
#navbar .nav .dropdown-menu a:hover {
    color: #fcbf62;
}
#navbar .nav > li > a.active {
    color: #fcbf62;
}
.round-border {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 2px 4px 2px 5px;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
}

#navbar .nav > li > a:hover .round-border {
    border-color: #fcbf62;
}

#navbar .nav li.dropdown .dropdown-menu.animated {
    width: auto;
    min-width: inherit;
}

#navbar .nav li.dropdown a.dropdown-toggle:after {
    display: none;
}


@media (min-width: 993px) {
    #navbar .nav > li > a {
        padding: 50px 17px 45px;
    }
    #navbar.compressed {
         background: #000;
     }
    #navbar.compressed .nav > li > a {
        padding: 33px 17px;
    }
}

#slider .item {
    width: 100%;
    height: 100%;
}
#slider .item img.w-100 {
    width: 100%;
}

#blog {
    color: #fff;
    padding-bottom: 102px;
}

#blog > .col-md-12 > .col-lg-3 {
    padding-bottom: 60px;
}

#blog .bg {
    background: #460004;
    height: 596px;
    margin: 0 9px;
    padding: 221px 36px 0;
    position: relative;
}

#blog .title {
    text-align: center;
}

#blog .title h3 {
    color: #000;
    margin-top: 120px;
    margin-bottom: 10px;
}
#blog .title .text {
    color: #000;
    margin-bottom: 50px;
}

#blog h3 {
    font-size: 40px;
    margin-bottom: 86px;
}

#blog .text {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: .3px;
    line-height: 1.2;
}

#blog h3,
#blog .text {
    word-break: break-word;
}

#blog a {
    position: absolute;
    bottom: -20px;
    left: 40px;
    background: #e3e1e1;
    padding: 13px 75px 13px 20px;;
    font-size: 26px;
    color: #000;
}
#blog a span {
    position: relative;
}
#blog a span i {
    position: absolute;
    top: -12px;
    right: -34px;
    font-size: 56px;
    transition: right .35s;
}
#blog a:hover {
    color: #888;
}
#blog a:hover span i {
    right: -54px;
}

#footer {
    background-color: #222222;
    border-top: 2px solid #182246;
    font-weight: 300;
    color: #fff;
}
#footer .row {
    margin: 50px 0;
    position: relative;
}
#footer .divider {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    border-top: 1px solid #19191f;
    border-bottom: 1px solid #313131;
}
#footer h4 {
    font-weight: 300;
    font-size: 23px;
    padding-bottom: 25px;
}
#footer .text {
    font-size: 15px;
    letter-spacing: .2px;
}
#footer .about-us {
    padding-right: 26px;
}
#footer .about-us .text {
    line-height: 1.6;
}
#footer .about-us .img-wrapper {
    margin: 70px 0 0;
    text-align: center;
}

#footer .contacts {
    letter-spacing: 0;
    line-height: 1.35;
}

#footer .mailto {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}

#footer ul {
    padding: 0;
}

#footer li {
    list-style: none;
    font-size: 15px;
    padding-bottom: 15px;
}

#footer li a {
    color: #fff;
}

#footer .dropdown-menu {
    min-width: inherit;
}

#content {
    margin-top: 100px;
}
#content h3 {
    color: #000;
}
#content .text {
    font-size: 30px;
    color: #000;
    line-height: 1.23;
}

#copyright {
    background: #fcbf62;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 106px;
}

#copyright {
    font-size: 12px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    position: relative;
}

#copyright .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#copyright .copyright {
    color: #010101;
}

#copyright .copy-menu {

}

#copyright .copy-menu li {
    float: left;
    list-style: none;
    padding: 0 5px;
}

#copyright .copy-menu li a {
    color: #000;
}

#copyright .copy-menu li.page:after {
    content: '/';
    padding-left: 7px;
}

#copyright .round-border {
    border-color: #000;
}

#about {
    padding-top: 130px;
}
#about .about-us {
    padding-bottom: 32px;
}
#about .about-us .text {
    color: #888;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.25;
}
#about .about-us h2 {
    font-size: 32px;
    margin-bottom: 30px;
}
#about .about-us .text p {
    margin-bottom: 22px;
}

#members h2 {
    font-size: 32px;
    margin-bottom: 33px;
}

#members > .col-md-4 {
    padding-bottom: 60px;
}

#members .bg-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 74.9%;
}

#members .bg {
    background: #a9a9a9;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 -28px 50px -15px rgba(0,0,0,0.7);
}
#members .bg img {
    width: 100%;
}
#members .text-wrapper {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 27px;
}
#members .text {
    font-size: 16px;
}
#members h4 {
    font-size: 25px;
    margin-bottom: 5px;
}

#slider .carousel .carousel-inner {  }
#slider .carousel .carousel-inner .carousel-caption { top: 40%; }
#slider .carousel .carousel-inner table { margin: 0; padding: 0; }
#slider .carousel .carousel-inner table.slider-btn { margin: 0; padding: 0; }
#slider .carousel .carousel-inner table td { margin: 0; padding: 0; vertical-align: bottom; text-align: right; }
#slider .carousel .carousel-inner table td a {
    margin-top: 10px;
    background: #ffffff;
    padding: 7px 20px;
    border-radius: 6px;
    color: #000;
    text-shadow: none;
    display: inline-block;
}
#slider .carousel .carousel-inner table td small { display: block; margin-top: -10px; color: #fcbf62; font-size: 100%; }
#slider .carousel .carousel-inner table td:nth-child(0) { vertical-align: bottom; }
#slider .carousel .carousel-inner table td:nth-child(1) { vertical-align: top; }
#slider .carousel .carousel-inner table h2 { font-size: 110px; font-weight: 700; color: #fcbf62; margin: 0; padding: 0; margin-right: 10px; }
#slider .carousel .carousel-inner table h1 { font-size: 40px; font-weight: 700; margin: 0; padding: 0; }

section#blog-page { margin: 150px 0px 50px 0px; }

.blog-post-widget {

}
.blog-post-widget .image-box {}
.blog-post-widget .image-box img {}

.blog-post-widget .content-box { margin-top: 50px; }
.blog-post-widget .content-box .text { margin-bottom: 20px; font-size: 20px !important; }
.btn-read-more {
    display: inline-block;
    background: #eeeeee;
    border-radius: 6px;
    color: #000000;
    padding: 7px 20px;
    text-decoration: none;
    transition: 0.4s;
}
.btn-read-more:hover {
    text-decoration: none;
    background-color: #fcbf62;
    color: #fff;
}

.btn-read-more i { font-size: 10px; margin-left: 10px; }

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .blog-post-widget .content-box { margin-top: 0 !important; }
}

.default {
    margin-top: 150px;
    margin-bottom: 150px;
}

section#contacts h4 small { font-size: 16px; }

section#contacts {
    padding-top: 310px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center 100%;
}

.px-0 { padding-right: 0 !important; padding-left: 0 !important; }

.contact-details-holder {
    position: absolute;
    top: 250px;
    right: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}

#map {
    height: 650px;
}

.map-contacts-holder {
    width: 100%;
    max-width: 600px;
    background-color: #fcbf62;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px 0;
}
.map-contacts-holder h1 { font-size: 28px; }
.map-contacts-holder p { font-size: 19px; }

/* Remove google copyrights */
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

section#blog-page { margin: 150px 0 50px 0; }

.blog-post-widget {

}
.blog-post-widget .image-box {}
.blog-post-widget .image-box img {}

.blog-post-widget .content-box { margin-top: 50px; }
.blog-post-widget .content-box .text { margin-bottom: 20px; font-size: 16px; }
.btn-read-more {
    display: inline-block;
    background: #eeeeee;
    border-radius: 6px;
    color: #000000;
    padding: 7px 20px;
    text-decoration: none;
    transition: 0.4s;
}
.btn-read-more:hover {
    text-decoration: none;
    background-color: #fcbf62;
    color: #fff;
}

.btn-read-more i { font-size: 10px; margin-left: 10px; }

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .blog-post-widget .content-box { margin-top: 0px !important; }
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fcbf62;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 150;
}
.loader .lds-roller {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#content,
body > .wrapper {
    overflow-x: hidden;
}

.bg .text-wrapper h3,
.bg .text-wrapper .text {
    position: absolute;
    left: 30px;
    right: 30px;
    overflow: hidden;
}
.bg .text-wrapper h3 {
    height: 290px;
    top: 0;
}
.bg .text-wrapper .text {
    top: 320px;
    height: 210px;
}

/* BLOG */
#blog {}
#blog .bg {}
#blog .bg::before {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.65);
}