@import url(../fonts/stylesheet.css);
.has-error .form-control, .has-error .form-control:focus { -webkit-box-shadow: none; box-shadow: none; }
.has-error .help-block { font-size: 12px; }
textarea { margin-bottom: 0; }
.google_recaptcha { display: inline-block; }

html, body {
    font-family: Raleway, Cabin, monospace;
}

a {
    color: inherit;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a.active,
a:hover,
a:focus,
a.is-selected {
    color: #F7B91C;
}

.display-table {
    display: table;
}
.display-table-cell {
    display: table-cell;
}
.in-block {
    display: inline-block;
    float: none;
}
.valign-middle {
    vertical-align: middle;
}
.valign-bottom {
    vertical-align: bottom;
    position: relative;
}
.talign-center {
    text-align: center;
}
.text-uppercase {
    text-transform: uppercase;
}
.nav18 * {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.nav18 {
    padding: 30px 0;
}
.nav18.fixed {
    padding: 10px 0;
}
.nav18.fixed .nav5_logo {
    top: 10px;
}
.logosize {
    height: 60px;
}
.nav18.fixed .logosize {
    height: 45px;
}
.footer18 {
    background: #000;
}
.feris_shadow {
    -webkit-box-shadow: 0px 40px 60px -40px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 40px 60px -40px rgba(0,0,0,0.45);
    box-shadow: 0px 40px 60px -40px rgba(0,0,0,0.45);
}
.clearspace {
    margin-top: 150px;
    clear: both;
    width: 100%;
}
.clearspace_line {
    margin: 50px 0;
    clear: both;
    width: 100%;
    height: 1px;
    background-color: rgba(34, 35, 40, 0.1);
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.sidebar.white {
    color: #FFF;
}
.sidebar {
    padding: 10px 25px;
    border-left: 2px solid #F7B91C;
    line-height: 40px;
    color: #1A1A1E;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}
.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-50 { margin-top: 50px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-50 { margin-bottom: 50px; }
.big_title {
    color: #222328;
    font-size: 43px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 46px;
    text-transform: uppercase;
    margin-top: 40px;
}
.cabin_text {
    font-family: Cabin;
}
.font-32 { font-size: 32px; line-height: 32px;}
.font-24 { font-size: 24px; line-height: 32px;}
.font-18 { font-size: 18px; line-height: 32px;}
.font-16 { font-size: 16px; line-height: 24px; }
.font-14 { font-size: 14px; line-height: 18px;}


.color-white {
    color: #FFF;
}
.color-gray {
    color: #797C82;
}
.margin_nobanner {
    padding-top: 200px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.margin_nobanner h2 {
    color: #000000;
    font-family: Raleway;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}




/* */
.home_banner {
    height: 100vh;
    width: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner_message {
    position: relative;
    color: #FFF;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
}
.banner_message h1 {
    color: #FFFFFF;
    font-size: 72px;
    letter-spacing: -1px;
    line-height: 82px;
}
.small_banner {
    min-height: 400px;
    width: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.small_banner .banner_message {
    color: #FFFFFF;
    font-size: 52px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 62px;
}

.carousel,
.carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    z-index:0;
    overflow:hidden;
}
.item {
    width:100%;
    height:100%;
    background-position:center center;
    background-size:cover;
    z-index:0;
}
.sec6_2 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.sec6_2_link {
    margin-top: 70px;
}
.sec6_2 .line {
    margin-top: 15px;
}
.sec6_2_blocks_holder { margin-top: 35px; }
.sec6_2_block {
    border-radius: 0;
    position: relative;
    background: round;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0 solid #F7B91C;
}
.sec6_2_block.dark {
    background: round;
    border: 3px solid #F7B91C;
    padding: 32px 37px 37px 37px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.sec6_2_block .darker_back {
    opacity: 0.8;
    background: #FFF;
}
.sec6_2_block.dark .darker_back {
    opacity: 0.7;
    background: #000;
}
.sec6_2_block .title {
    position: relative;
    font-weight: 800;
}
.sec6_2_block .cabin_text {
    position: relative;
}
.sec3_1_text {
    color: #838383;;
}
.sec1_14 {
    padding-top: 30px;
}
.sec1_14 .container {
    max-width: 1000px;
    padding: 0 0;
}
.sec6_2_video {
    height: 320px;
}
/* clearfix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}
.sec1_14_block .title,
.sec1_14_block.full .title,
.sec1_14_block.big .title,
.sec1_14_block.medium .title,
.sec1_14_block.small .title {
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 25px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 10px;
}
.sec1_14_block.small .title{
    max-width: 270px;
    word-wrap: break-word;
}
.sec1_14_block.full {
    max-width: 940px;
    width: 100%;
}
.sec1_14_block:focus {
    display: table;
}
.darker_back {
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.nav-tabs {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    text-align: center;
    color: #B3B3B3;
    font-family: Raleway;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
    border-bottom: 1px solid #F5F5F5;
}
.nav-tabs>li {
    float: none;
    display: inline-block;
}
.nav-tabs>li>a {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
}
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border: none;
    background: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    font-weight: bold;
    border: none;
    border-bottom: 2px solid #F7B91C;
}
#MobileTabs,
.select2-container {
    display: none;
}
.twoColumns p {
    margin-bottom: 0;
}
.twoColumns {
    column-count: 1;
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 50px;
    margin-top: 50px;
    /*-webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;*/
    color: #8C8F94;
    font-family: Cabin;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.cms-projects-view .twoColumns { margin-top: 0; margin-bottom: 60px; }
.owl-controls { position: absolute; bottom: 0; left: 0; right: 0; }
.owl_item {
    display: block;
    padding-top: 46.25%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.owl_item .legend {
    display: none;
    color: #FFFFFF;
    font-family: Cabin;
    font-size: 16px;
    line-height: 32px;
    padding: 20px 40px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
}
.owl-carousel {
    margin-top: 60px;
    margin-bottom: 60px;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: right;
    top: -20px;
    padding-right: 30px;
    position: relative;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    border: 2px solid #F7B91C;
    width: 12px;
    height: 12px;
    top: 1px;
    position: relative;
    margin: 5px 7px 5px 5px;
}
.owl-theme .owl-dots .owl-dot span {
    background: #FFF;
}
.desc_block {
    background-color: #F5F5F5;
    padding: 60px 0 50px;
}
.desc_block .title {
    color: #000000;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.desc_block .others_work .title,
.desc_block .others_work .text {
    margin-bottom: 5px;
}

.desc_block .others_work .title {
    font-size: 14px;
    color: #626262;
    line-height: 16px;
    font-weight: 600;
}

.desc_block .text {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 30px;
    color: #969696;
}

.desc_block .others_work .text {
    font-size: 14px;
    line-height: 16px;
}

.sec8_12_block,
.sec8_12_block .inner {
    position: relative;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
.sec8_12_block .inner .title {
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.sec8_12_block:hover {
    opacity: 1;
}
.sec8_12_block:hover .darker_back{
    opacity: 0.6;
}



.footer18 {
    padding: 30px 0;
}
.footer18 a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 22px;
}
.footer18 .left {
    text-align: left;
}
.footer18 .left a {
    margin-right: 30px;
}
.footer18 .right {
    text-align: right;
    float: right;
    color: #797C82;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
}
.footer18 .container {
    max-width: inherit;
}

nav .right div i {
    color: #F7B91C;
    top: -3px;
    position: relative;
}
.language_sel {
    cursor: pointer;
}
.language_sel_opt {
    display: none;
    right: 0;
    top: 0;
    background: white;
}
.center_button {
    text-align: center;
}
form input.form-control ,
form select.form-control ,
form textarea.form-control {
    border: none;
    border-radius: 0;
    color: #000000;
    font-family: Raleway;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 21px;
    box-shadow: none;
    text-align: left;
    padding: 16px 0;
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
}
form input.form-control.active,
form select.form-control.active,
form textarea.form-control.active {
    border-bottom: 1px solid #000;
}

form select.form-control {
    padding: 6px 16px;
}

form input.form-control:active,
form input.form-control:focus,
form select.form-control:active,
form select.form-control:focus,
form textarea.form-control:active,
form textarea.form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #F7B91C;
}
form .required:after {
    content:"";
    background-color: #F7B91C;
    position: absolute;
    right: 0;
    top: 20px;
    height: 6px;
    width: 6px;
    border-radius: 20px;
}
.contact_form {
    margin-top: 125px;
    margin-bottom: 150px;
}
span.at {
    font-family: Raleway;
}

.form-group {
    padding-top: 20px;
    position: relative;
}
.form-group textarea + label,
.form-group select + label,
.form-group input + label {
    top: 20px;
    position: absolute;
    pointer-events: none;
    color: #BEBFC0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.form-group textarea:focus + label,
.form-group textarea.active + label,
.form-group select:focus + label,
.form-group select.active + label,
.form-group input:focus + label,
.form-group input.active + label {
    font-size: 12px;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
#gmap {
    height: 650px;
}
#contacts .address {
    color: #797C82;
    font-family: Cabin;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}
.contacts_title {
    color: #000000;
    font-family: Raleway;
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 40px;
}
.contacts_send {
    background-color: rgba(0,0,0,0.1);
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 800;
    line-height: 16px;
    text-align: center;
    padding: 17px 40px;
}

/* STORY */
.story_block {
    margin-bottom: 100px;
}
#cd-timeline.cd-container {
    padding: 0;
}
.cd-timeline-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 5px;
}
.cd-timeline-img.cd-picture {
    background-color: #F7B91C;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    line-height: 55px;
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 24px;
    font-weight: bold;
}
.cd-timeline-block:last-child {
    background: #FFF;
}
#cd-timeline::before {
    width: 2px;
    margin-left: -1px;
    background: #000;
    opacity: 0.1;
}
.margin-top-desktop {
    padding-top: 100px;
    clear: both;
    width: 100%;
}
.team_block {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.about_title {
    font-family: Raleway;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 100px;
    margin-bottom: 60px;
}
.about_text,
.cd-timeline-block .about_text {
    max-width: 770px;
    font-family: Cabin;
    font-size: 18px;
    line-height: 32px;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-word;
}
.cd-timeline-content h2 {
    color: #222328;
    font-family: Raleway;
    font-size: 24px;
    font-weight: bold;
    line-height: 54px;
    padding: 0 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border: none;
    border-left: 2px solid #F7B91C;
}
.cd-timeline-block .cd-timeline-content h2,
.cd-timeline-block .cd-timeline-content p,
.cd-timeline-block .cd-timeline-content {
    text-align: left;
}

/* SERVICES */
.sec1_14_block,
.sec1_14_block:focus,
.sec1_13_block img {
    border-radius: 0;
    padding: 35px 0;
}
.sec1_13_block .title:hover,
.sec1_13_block img:hover {
    opacity: 1;
}
.sec1_13 .title {
    color: #000000;
    font-family: Raleway;
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    text-transform: uppercase;
}
.sec1_13 .text {
    color: #8C8F94;
    font-family: Cabin;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.sec1_13 {
    padding: 0 0 150px;
}
.mobile_nav {
    background-color: #ffffff;
    border-bottom: 1px solid #CCC;
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.mobile_menu {
    top: 20px;
    left: auto;
    right: 18px;
    background: url(../images/Menu_Icon.svg) no-repeat 50% 50%;
}
.nav5_logo {
    position: absolute;
    top: 20px;
}
.logosize {

}

@media (min-width: 1170px) {
    nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    nav .right a,
    nav .right div {
        padding: 0 10px;
        text-transform: uppercase;
        font-weight: 600;
    }
    nav .right div {
        display: inline;
        cursor: pointer;
        line-height: 46px;
        font-size: 14px;
        margin-left: 10px;
        position: relative;
    }
    .language_sel_opt {
        position: absolute;
        top: 28px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .cd-timeline-block:nth-child(odd) .cd-timeline-content h2 {
        border: none;
        border-right: 2px solid #F7B91C;
    }
    .cd-timeline-block:nth-child(odd) .cd-timeline-content h2,
    .cd-timeline-block:nth-child(odd) .cd-timeline-content p,
    .cd-timeline-block:nth-child(odd) .cd-timeline-content {
        text-align: right;
    }
}
.footer18 .scroll_up {
    position: absolute;
    top: -25px;
    right: 20px;
    background: #F7B91C;
    z-index: 2;
    text-align: center;
    padding: 20px 20px 15px;
    line-height: 10px;
    display: none;
}
@media (max-width: 1170px) {
    .nav18 .right a,
    .nav18 .right a:focus {
        display: block;
        margin: 0;
        line-height: 46px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 300;
    }
    nav.nav18.fixed {
        padding: 0;
    }
    nav.nav18 {
        left: auto;
        right: 0;
        /*background: #F7B91C;*/
        padding: 0;
    }
    nav.nav18.opened {
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
    }
    .nav18 .container {
        background: #F7B91C;
        min-height: 100%;
        width: 350px;
        right: 0;
        position: absolute;
    }
    nav .right div i {
        color: #FFF;
    }
    nav.nav18:after {
        content: "";
        position: absolute;
        height: 100vh;
        width: 100vw;
        background: rgba(0, 0, 0, 0.4);
        left: -100vw;
        top: 0;
    }
    nav .language_sel .language_sel_btn {
        padding: 0;
        text-transform: uppercase;
    }
    .language_sel_opt {
        background: #f7b91c;
    }
    .mobile_menu_close,
    .desktop_menu_close {
        left: auto;
        right: 18px;
        top: 20px;
        background: url(/skins/frontend/default/images/Close_Menu.svg) no-repeat 50% 50%;
        z-index: 2;
    }
    nav .right a,
    nav .right div,
    .nav18 .right a,
    .nav18 .right a:focus {
        padding: 10px 20px;
        position: relative;
        line-height: 46px;
        color: #FFF;
        text-align: right;
        font-size: 24px;
    }
    nav .right a,
    .nav18 .right a {
        border-bottom: 2px solid #FFF;
    }
    .nav5_logo {
        position: relative;
        top: 10px;
        left: 18px;
    }
    .logosize {
        height: 60px;
    }
    .margin_nobanner {
        padding-top: 150px;
    }
    .mobile_nav {
        opacity: 1;
    }
    .cd-timeline-img.cd-picture {
        line-height: 35px;
    }
    .cd-timeline-block .cd-timeline-content h2,
    .cd-timeline-block .cd-timeline-content p,
    .cd-timeline-block .cd-timeline-content {
        top: -5px;
        position: relative;
    }
    .footer18 .scroll_up {
        display: block;
    }
    .banner_message h1 {
        font-size: 32px;
        line-height: 42px;
        text-align: left;
        padding: 10px;
    }
    .big_title {
        font-size: 32px;
        line-height: 32px;
    }
    .small_banner .banner_message {
        font-size: 32px;
        line-height: 42px;
    }
    .nav.nav-tabs {
        display: none;
    }
    #MobileTabs,
    .select2-container {
        display: block;
    }
}

@media (max-width: 770px) {
    .sec8_12_block {
        width: 100%;
        height: 450px;
    }
    .sec6_2_video {
        height: auto;
        width: 100%;
    }
    .footer18 .left {
        margin-bottom: 20px;
    }
    .twoColumns {
        column-count: 1;
    }
    .footer18 .left,
    .footer18 .left a,
    .footer18 .right {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: 30px;
    }
    .sec1_14_block.full {
        max-width: 970px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.cms-index-index .sec6_2_left { width: 100%; max-width: 545px; }
.cms-index-index .sec6_2_video { max-height: 320px; height: unset; padding-bottom: 20px; }
.bx-wrapper img.feris_shadow { -webkit-box-shadow: 0px 30px 35px -30px rgba(0,0,0,0.45); -moz-box-shadow: 0px 30px 35px -30px rgba(0,0,0,0.45); box-shadow: 0px 30px 35px -30px rgba(0,0,0,0.45); }

.owl-blur {
    -webkit-filter: blur(10px) opacity(0.4);
    -moz-filter: blur(10px) opacity(0.4);
    -o-filter: blur(10px) opacity(0.4);
    -ms-filter: blur(10px) opacity(0.4);
    filter: blur(10px) opacity(0.4);
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    z-index: 0;
}

.owl-item:hover { cursor: pointer; }

.owl-item:hover .owl_item:after {
    content: '';
    height: 105px;
    width: 105px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8) url(../images/Full_Icon.svg) no-repeat center;
    border-radius: 50%;
}

.owl-carousel .owl-item .vertical img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

/* Mouse Scroll */
.scroll-down {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    width: 40px;
    height: 40px;
    bottom: 25px;
    padding-left: 7px;
    cursor: pointer;
    z-index: 2;
    color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.scroll-down.mousesvg svg {
    width: 18px;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.scroll-down.mousesvg .stroke {
    stroke: #FFF;
}
.scroll-down.mousesvg .scroller {
    fill: #FFF;
    -webkit-animation: updown 1s infinite;
    -moz-animation: updown 1s infinite;
    -o-animation: updown 1s infinite;
    animation: updown 1s infinite;
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-moz-keyframes updown {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -moz-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@-o-keyframes updown {
    0% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -o-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
/* end Mouse Scroll end */
.select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #f7b91c;
    color: rgba(0,0,0,1);
    font-family: Raleway;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 28px;
    height: 38px;
    padding: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #f7b91c transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #f7b91c transparent;
}
*:focus {
    border-color: transparent;
    box-shadow: none;
    outline: 0 none;
}

.sec1_14 .container {
    max-width: 970px !important;
    width: 100% !important;
}

.sec1_14_block.medium{
	width:340px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 7px 7px 0 7px!important;
    margin-left: -10px!important;
}

@media (max-width: 990px) and (min-width: 770px){
    .sec1_14_block.full {
        width: calc(100% - 35px);
    }
}

@media(max-width:770px){
    .sec1_14_block.medium {width: 100%;}
}

@media (max-width: 770px){
    .container {
        width: unset;
    }
}