@import url(../fonts/stylesheet.css);

.has-error.help-block { font-size: 12px; color: #a94442; }
.error-message-outer { padding: 100px 0; }
.error-message-inner h1 { color: #000000; font-family: Oxygen; font-style: normal; font-size: 91px; font-weight: bold; line-height: 105px; }
.error-message-inner h3 { color: #555555; font-family: Oxygen; font-size: 24px; font-weight: bold; letter-spacing: 1px; line-height: 34px; }
.has-error .form-control, .has-error .form-control:focus { -webkit-box-shadow: none; box-shadow: none; }

.display-table-full {
    display: table; width: 100%; height: 100%;
}
.display-table {
    display: table;
}
.display-flex {
    display: flex;
}
.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;}

.nav8 { top: 0; padding: 11px 0;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.nav10 a { color: #FFFFFF; font-size: 0.8em; text-transform: uppercase; }
.nav10 a.is-selected { text-decoration: underline; }
.nav8 .right .btn.blue { background: #28ACE2; border-radius: 0; }
.nav8 .right .btn.blue:hover { background: #3b55e6; }

.nav13 a.nav5_logo {
    margin-top: -20px;
    height: 120px;
    background-repeat: no-repeat;
}

.nav5_logo { background-image: url(../images/Logo_White.svg); background-size: 70%; width: 150px; height: 75px; }

.nav13 .links a {
    padding: 0 25px;
    margin-left: 0;
}
.nav13 .links a.button {
    border: 2px solid #FFF;
    border-radius: 0;
}
.nav13 a.is-selected { border-bottom: 2px solid #FFF }

.nav13.fixed .languange_sel_opt {
    margin-top: 24px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.5);
    position: absolute;
    background: white;
}

.cms-projects-view .nav13 a,
.cms-projects-view .nav13 a:focus {
    color: #000;
}
.cms-projects-view .nav13 {
    background: #FFF;
}
.cms-projects-view .nav13 .links a.button {
    border: 2px solid #000;
}
.cms-projects-view .nav13 .links .language_sel {
    color: #000;
}
.cms-projects-view .nav5_logo {
    background: url(../images/Logo_Black.svg) no-repeat 50% 50%;
}
.cms-projects-view .mobile_menu {
    background: url(../images/menu_black.png) no-repeat 50% 50%;
}

.main_banner .display-table-full {
    position: relative;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.main_banner { width: 100%; position: relative; height: 80vh; min-height: 600px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: top center; }
.main_banner_l1, .main_banner_l2 { color: #28ACE2; text-transform: uppercase; font-size: 4.3em; font-weight: 800; letter-spacing: 4px; line-height: 60px; }
.main_banner_l2 { color: #ffffff; }
.main_banner_l3 { margin-top: 21px; }
.main_banner_l3 span { background: #ffffff; color: #28ACE2; text-transform: uppercase; padding: 5px 25px; font-weight: bold; font-size: 1.12em; }

.banner_title {
    color: #FFFFFF;
    font-family: Oxygen;
    font-size: 136px;
    font-weight: bold;
    line-height: 142px;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
    width: 85%;
    margin: 0 auto 20px;
    text-transform: uppercase;
}
.banner_title span {
    font-family: merriweather_light;
    font-weight: normal;
}
.scrolldown {
    right: 5px;
    bottom: 20px;
    position: absolute;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.scrolldown i {
    font-size: 28px;
    position: relative;
    bottom: -5px;
}
/*.block_projects .row {*/
    /*width: 100%;*/
/*}*/

.block_projects .row {
    display: flex; /* equal height of the children */
}
.block_projects .col .display-table {
    height: 100%;
}
.image_shadow {
    -webkit-box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
    -moz-box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
    box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
}
.image_shadow_2 {
    -webkit-box-shadow: 0px 40px 30px -35px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 40px 30px -35px rgba(0,0,0,0.28);
    box-shadow: 0px 40px 30px -35px rgba(0,0,0,0.28);
}
.block_projects img {
    -webkit-box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
    -moz-box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
    box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
}
.block_projects .project_title {
    color: #000000;
    font-family: Oxygen;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}
.block_projects .project_link {
    color: #FFF;
    font-family: "source_sans_pro";
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 23px;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.block_projects .project_link img {
    margin-bottom: 5px;
}
.block_title {
    font-size: 90px;
    text-align: left;
    margin-bottom: 80px;
    text-transform: uppercase;
    font-family: Oxygen;
    font-weight: bold;
}
.contactus .block_title {
    margin-bottom: 60px;
}

.title_indent {
    color: #000000;
    font-family: Oxygen;
    font-style: normal;
    font-size: 91px;
    font-weight: bold;
    line-height: 105px;
    margin-bottom: 30px;
}
.indent-0 { padding: 0; margin-bottom: -30px;}
.indent-75 { padding-left: 75px; margin-bottom: -30px;}
.indent-150 { padding-left: 150px; margin-bottom: -30px;}

.text {
    color: #555555;
    font-family: source_sans_pro;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
}
/*.width_calc_halffull_container:after {*/
    /*border-bottom: 1px solid #CB841F;*/
    /*width: 100%;*/
    /*height: 0;*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: -1px;*/
    /*-webkit-transform: rotate(-180deg);*/
    /*-webkit-transform-origin: 0% 0%;*/
/*}*/
/*.width_calc_halffull_container:before {*/
    /*border-left: 1px solid #CB841F;*/
    /*width: 0;*/
    /*height: 150px;*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: -1px;*/
    /*bottom: 0;*/
    /*-webkit-transform: rotate(-180deg);*/
    /*-webkit-transform-origin: 100% 100%;*/
/*}*/

.width_calc_halffull_container {
    height: 560px;
    margin-top: 150px;
    overflow: hidden;
}
.whoweare {
    margin-top: 150px;
    padding-bottom: 20px;
    margin-bottom: 150px;
}
.whoweare .container {
    position: relative;
}
.half_back_bottom {
    height: 550px;
    width: 100%;
    background: #f5f5f5;
    margin-top: -275px;
    z-index: 1;
}
.right {
    float: right;
}
.left {
    float: left;
}
.mission {
    margin-bottom: 150px;
    position: relative;
    overflow-x: hidden;
}
.mission_text {
    margin-top: 200px;
}
.mission img {
    margin-top: 40px;
    border-bottom: 1px solid #CC8500;
}
.mission .container:after {
    border-bottom: 1px solid #CB841F;
    width: 100%;
    height: 0;
    content: "";
    position: relative;
    right: 15px;
    bottom: 2px;
    -webkit-transform: rotate(-180deg);
    -webkit-transform-origin: 100% 100%;
}
.about_border_bottom {
    background: #DBAA51;
    width: 100vw;
    height: 1px;
    position: relative;
}
.about_border_left {
    background: #DBAA51;
    width: 1px;
    height: 550px;
    position: relative;
}

.service-wrapper {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    padding-bottom: 150px;
}

.services_box {
    background: #f5f5f5;
    padding: 100px 0;
}

.block_subtitle {
    color: #000000;
    font-family: Oxygen;
    font-size: 60px;
    font-weight: bold;
    line-height: 75px;
}
.contact_form .display-table-cell {
    padding: 150px 30px;
}
.contact_form .display-table-cell form {
    margin-top: 130px;
}
.contactus_section {
    background-color: #F5F5F5;
    position: relative;
    padding: 80px 0;
}
.contactus_section .open_contactus * {
    -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;
}
.grid-item {
    margin-bottom: 20px;
}

.horizontal-center {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    left: 0;
}
.white_button {
    opacity: 0;
    border: 2px solid #FFF;
    padding: 17px 56px;
    color: #FFF;
}
.white_button2 {
    opacity: 0;
    border: 2px solid #FFF;
    padding: 17px 56px;
    color: #FFF;
    max-width: 220px;
    margin: 0 auto;
}
.white_button:hover {
    color: #FFF;
}
.blureffect *,
.blureffect2 * {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.blureffect:hover .blureffectimg {
    -webkit-filter: blur(2px) grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: blur(2px) grayscale(50%);
}
.blureffect:hover .white_button {
    opacity: 1;
}
.blureffect:hover .white_button2 {
    opacity: 1;
}

#press .blureffect:hover .horizontal-center {
    position: absolute;
    top: calc(45% - 30px);
    opacity: 1;
}
.blureffect:hover img {
    -webkit-box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
    -moz-box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
    box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
}
.blureffect2:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.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;
    margin: 150px 0 0;
    font-family: Oxygen;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 22px;
    font-weight: bold;
    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: #CD8500;
    font-weight: bold;
    border: none;
    border-bottom: 2px solid #CD8500;
}
.grid-item img {
    width: 100%;
}

.open_contactus {
    cursor: pointer;
    display: block;
    height: 75px;
}
.open_contactus img {
    right: 80px;
    position: absolute;
    top: 30px;
    cursor: pointer;
}

.open_contactus.open img {
    behavior:url(-ms-transform.htc);
    /* Firefox */
    -moz-transform:rotate(90deg);
    /* Safari and Chrome */
    -webkit-transform:rotate(90deg);
    /* Opera */
    -o-transform:rotate(90deg);
    /* IE9 */
    -ms-transform:rotate(90deg);
}
.contacts_title {
    color: #000000;
    font-family: Oxygen;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 50px;
}
.contacts_subtitle {
    color: #555555;
    font-family: Oxygen;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 34px;
    margin-bottom: 130px;
}
.wprt-gmap {
    height: 410px;
}
.grayfull {
    position: relative;
    background: #F5F5F5;
}
.grayfull:before {
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    width: 100000px;
    left: -100000px;
    background: #F5F5F5;
}

form .form-group {
    margin-bottom: 23px;
}

form .form-group label {
    font-size: 18px;
    margin-left: 20px;
    color: #555555;
    font-family: Oxygen;
    font-weight: bold;
    line-height: 30px;
}

.white .contactus_section {
    background-color: #FFF;
}
select#mobile_tabs {
    display: none;
    width: 100%;
    padding: 6px 20px;
    text-align: center;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #F5F5F5;
    border-radius: 0;
    box-shadow: none;
    color: #CD8500;
    margin: 60px 0 0;
    font-weight: bold;
    font-family: Oxygen;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.white form input.form-control,
.white form select.form-control,
.white form textarea.form-control {
    background-color: #fff;
    border-bottom: 1px solid #F5F5F5;
}


form input.form-control ,
form select.form-control ,
form textarea.form-control {
    border: none;
    border-bottom: 1px solid #F5F5F5;
    border-radius: 0;
    font-size: 18px;
    font-family: "source_sans_pro";
    box-shadow: none;
    text-align: left;
    padding: 6px 20px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #CCC;
}
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: 1px solid #CB841F;
}


.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;
    -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);
}

.center_button {
    text-align: center;
}
.center_button button {
    padding: 14px 40px;
    background-color: #000000;
    color: #FFFFFF;
    font-family: Oxygen;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.squared_projects {
    overflow: hidden;
    background: #000;
}
.squared_projects .cover_dark {
    margin: 0;
}

.border-left {
    border-left: 2px solid #cd8500;
    height: 100px;
}
.sec3_2_text { color: #000; opacity: 1; font-size: 18px; line-height: 28px;}
.sec3_2_text ul { padding-left: 10px; }
.sec3_2_text ul li:before { content: ' '; border: 2px solid #28ACE2; width: 10px; height: 10px; display: inline-block; border-radius: 50%; margin-right: 15px; }
.sec3_10 .container { padding-bottom: 0; }

.sec6_5_form input, .sec6_5_form textarea { width: 100%; border-radius: 0; }
.sec6_5_form textarea { margin-bottom: 0; }
.google_recaptcha { margin-top: 30px; margin-bottom: 30px; }
.full.last { margin-bottom: 25px; }
.full input, .full textarea { width: 100%; }
.sec6_5_form button { background: #28ACE2; border-radius: 0; float: none; margin-top: 25px; }
.sec6_5_form button:hover { background: #3b55e6; }
form label.error { color: red; font-weight: 400; font-size: 13px; }

.video-container { margin-top: 70px; margin-bottom: 70px; }
.video-container .plyr { -webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 10px 8px -8px black; }

.contacts-call-to-action { padding-top: 0; padding-bottom: 70px; }
.contacts-call-to-action .line { margin-top: 0; margin-bottom: 70px; border: none; height: 1px; background-color: #222328; border-radius: 2px; opacity: 0.1; }
.contacts-call-to-action .footer1_buy_btn, .contacts-call-to-action .footer1_buy_btn:focus { text-transform: uppercase; background: #28ACE2; border-radius: 0; height: 45px; line-height: 45px; }
.contacts-call-to-action .footer1_buy_btn:hover { background: #3b55e6; }

.sec4_20_block:not(:nth-child(-n+6)) {
    display: none;
}

.plus-section { margin: 100px 0 0; }
.plus-media { float: left; }
.plus-media-item { margin-bottom: 70px; margin-top: 50px; }
.plus-media-item img, .plus-media-item .plyr { width: 100%; }
.plus-media-item .plyr { -webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 10px 8px -8px black; }
.sec1_3_pluses h3 span { display: inherit; width: auto; height: auto; border: none; border-radius: 0; position: relative;  top: auto;  left: auto; text-align: inherit; background: transparent; }
.sec1_3_pluses h3 span.plus-number { display: block; font-size: 12px; border-radius: 50%; text-align: center; background: #fff; position: absolute; top: 0; border: 4px solid #28ACE2; height: 50px; width: 50px; line-height: 42px; left: -59px; }
.sec1_3_pluses h3 span.plus-title, .sec1_3_pluses h3 span.plus-title-inner { line-height: 20px; letter-spacing: 1px; font-size: 16px; text-transform: uppercase; position: relative; text-align: left; }
.sec1_3_pluses h3 span.plus-title:before { content: ''; height: 50px; width: 1px; display: inline-block; vertical-align: middle; }
.sec1_3_pluses h3 span.plus-title-inner { display: inline-block; vertical-align: middle; width: calc(100% - 10px); }
.sec1_3_pluses .text { margin: 0; }
.sec1_3_pluses { width: 300px; }
.sec1_3_pluses_line { height: calc(100% - 335px); background: #3D9ACA; opacity: 0.3; }
.plus { height: 360px; }

.sec2_12 { border-bottom: none; }
#inclusion { background: #FFFFFF url(../../../../public/images/LogoBackground.png) no-repeat top left; background-size: 50% auto; background-position-y: 200px; }
.sec2_12_slider { margin-top: 60px; }
.bx-wrapper .bx-pager.bx-default-pager a { background: #FFF; border: 1px solid #3D9ACA; }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #3D9ACA; }
.bx-wrapper .bx-controls-direction a { left: -15px; }
.bx-wrapper .bx-controls-direction a.bx-next { left: auto; right: -15px; }

.g-recaptcha > div { margin: 0 auto; }

.footer-logo { max-width: 110px; margin-bottom: 35px; }

.squared_projects .squared_project_show {
    height: 410px;
}
.squared_project_show {
    min-height: 100%;
    padding: 80px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.squared_project_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.squared_project_show:hover .squared_project_img {
    -webkit-filter: blur(2px) grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: blur(2px) grayscale(50%);
}
.squared_project_title {
    color: #FFFFFF;
    font-family: Oxygen;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    text-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
}
.squared_project_link {
    color: #FFFFFF;
    font-family: source_sans_pro;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 23px;
}
.squared_project_link img {
    filter: brightness(0) invert(1);
    margin-bottom: 5px;
}
.knowbetter {
    background: #F5F5F5;
    background-image: url("/skins/frontend/default/images/Wood_Background_Left.png");
    background-repeat: no-repeat;
    background-position: calc(50% + 800px) 50%;
    padding-top: 150px;
    position: relative;
    color: #434343;
    font-family: source_sans_pro;
    font-size: 27px;
    font-style: italic;
    line-height: 52px;
}
.knowbetter_block {
    position: relative;
    height: 150px;
    margin-top: 40px;
    margin-bottom: 150px;
}
.knowbetter_block_small {
    width: calc(50% - 200px);
    float: left;
    margin: 0 15px;
}
.knowbetter_block_big {
    width: calc(50% + 100px);
    float: right;
}
.knowbetter_block a {
    color: #FFFFFF;
    font-family: Oxygen;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: 22px;
    padding: 14px 40px;
    background-color: #000000;
    text-transform: uppercase;
}
.offset_fullimage {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    max-height: 410px;
    overflow: hidden;
}
.offset_fullimage div {
    margin: 0;
    padding: 0;
    position: relative;
    height: 410px;
    overflow: hidden;
}
.offset_fullimage .animated.goldenback {
    background-color: #cd8500;
    position: absolute;
    top: 0;
    z-index: 1;
}
.offset_fullimage .animated {
    z-index: 2;
    position: relative;
    top: 0;
}
.full_full {
    min-width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-left: 1px solid #DBAA51;
}
.projects {
    padding: 250px 0;
    background-image: url("/skins/frontend/default/images/Project_Background.png");
    background-repeat: no-repeat;
    background-position: calc(50% + 1000px) 50%;
}
.contactus {
    background: #F5F5F5;
    background-image: url("/skins/frontend/default/images/Wood_Background_Right.png");
    background-repeat: no-repeat;
    background-position: calc(50% - 900px) 0%;
    padding: 100px 0 70px;
}
.contactus a {
    border: 2px solid #000000;
    background: none;
    color: #000000;
    font-family: Oxygen;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    padding: 10px 40px;
}
.contactus_details {
    margin-top: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}
.contactus_details_icon {
    top: -5px;
    position: relative;
    margin-right: 50px;
    color: #CB841F;
    font-size: 30px;
    float: left;
}
.contactus_details_text {
    color: #434343;
    font-family: source_sans_pro;
    font-size: 18px;
    line-height: 30px;
    float: left;
}
.contactus_form {
    display: none;
    margin-top: 50px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.sticky:before,
.sticky:after {
    content: '';
    display: table;
}
.services_title {
    color: #000000;
    font-family: Oxygen;
    font-size: 80px;
    font-weight: bold;
    line-height: 75px;
    margin: 150px 0;
    text-transform: uppercase;
}
.slidingimages {
    margin: 150px 0 0;
}
.slidingimages img{
    margin: 200px 0 0;
}
.back_white + {
    transition: all 0.4s ease;
}
.back_white {
    background: #FFF;
    background-image: url("/skins/frontend/default/images/Project_Background.png");
    background-repeat: no-repeat;
    background-position: calc(50% + 500px) 50%;
    background-attachment: fixed;
    padding-bottom: 150px;
}
.back_gray {
    background: #F5F5F5;
    background-image: url("/skins/frontend/default/images/Wood_Background_Right.png");
    background-repeat: no-repeat;
    background-position: calc(50% + 500px) 50%;
    background-attachment: fixed;
    padding-bottom: 150px;
}
.back_plain {
    background: #FFF;
    background-image: url("/skins/frontend/default/images/Project_Background.png");
    background-repeat: no-repeat;
    background-position: calc(50% + 1250px) 50%;
    background-attachment: fixed;
}
.back_carpintaria {
    background-image: url("/skins/frontend/default/images/Carpintaria.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    padding-bottom: 150px;
}
.back_cozinhas {
    background: #f0f0f0;
    background-image: url("/skins/frontend/default/images/Cozinhas.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    padding-bottom: 150px;
}
.back_decoracao {
    background-image: url("/skins/frontend/default/images/Decoracao.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    padding-bottom: 150px;
}

.cover_dark {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 15px;
}
.press_title {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    color: #FFF;
}
.press_button {
    max-width: 150px;
    text-align: center;
    margin: 30px auto 0;
}
.footer1_dark {
    margin: 0;
    color: #ffffff;
    background-color: #000;
    font-family: source_sans_pro;
    font-size: 18px;
    line-height: 30px;
    height: 140px;
}
.footer1_dark a, .footer1_dark a:focus {
    margin: 0;
    color: #ffffff;
}
.footer1_dark i {
    margin-left: 30px;
    margin-top: 20px;
    font-size: 24px;
}
a, a:focus, a:active, a:hover {
    color: inherit;
}
.languange_sel_opt {
    margin-top: 10px;
    display: none;
}
@media all and (min-width: 1171px) {
    .woodin_container {
        width: 85%;
        margin: 0 auto 20px;
        padding: 0;
    }

    .banner_scrolldown {
        width: 85%;
        margin: 0 auto 20px;
        position: relative;
    }
    .nav13 {
        top: 0;
        padding-top: 45px;
    }
    .nav13 .links .language_sel {
        color: #FFF;
        display: inline-block;
        text-align: center;
        padding: 12px 0;
        cursor: pointer;
    }
    .nav13 .links .language_sel_btn {
        padding: 0 25px;
        font-size: 12px;
    }
    .nav13.fixed .links .language_sel {
        color: #000;
    }
    .nav10 .container-fluid { padding-left: 45px; padding-right: 45px; }
    .nav13.fixed { position: fixed;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        background: rgb(255,255,255);
        box-shadow: 0 2px 5px rgba(0,0,0,0.5); }

    .nav13.fixed {
        padding-top: 5px;
    }
    .nav13.fixed a,.nav13.fixed a:focus { color: #000; }
    .nav13 .right {
        margin-right: 0;
        padding-top: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;}
    .nav13.fixed .right { padding-top: 10px; padding-bottom: 10px; }
    .nav13 .nav5_logo {
        margin-left: 0;
    }
    .nav13.fixed .nav5_logo {
        background-image: url(../images/Logo_Black_text.svg);
        width: 150px;
        height: 40px;
        margin-top: 20px;
    }
    .nav13.fixed .links a.button {
        border: 2px solid #000;
    }
    .nav13 .links a.button.is-selected {
        background: rgba(255, 255, 255, 0.2);
    }
    .nav13.fixed a.is-selected {
        border-bottom: 2px solid #000;
    }
}

.project_desc {
    border-left: 2px solid #DBAA51;
    padding-top: 50px;
    top: -90px;
    position: relative;
}
.project_data_block {
    background: #F5F5F5;
    padding: 40px 15px;
}
.project_data {
    display: inline-block;
}
.project_data .icon {
    display: inline-block;
    margin-right: 20px;
}
.project_data .desc {
    display: inline-block;
    margin-right: 50px;
}


/* owl */
.owl-prev {
    width: auto;
    position: absolute;
    top: 40%;
    left: 105px;
    /*display: block!IMPORTANT;*/
    border: none;
}
.owl-next {
    width: auto;
    position: absolute;
    top: 40%;
    right: 105px;
    /*display: block!IMPORTANT;*/
    border: none;
}
.owl-theme .owl-nav [class*='owl-'],
.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
}
.owl-prev i, .owl-next i {
    font-size: 60px;
    background: none;
    color: #CB841F;
}
.owl-item {
    -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
}
.owl-item.active {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.owl_item .image_shadow {
    margin-bottom: 80px;
}
.owl_counter {
    width: auto;
    position: absolute;
    bottom: 90px;
    color: #CB841F;
    z-index: 1;
    right: 110px;
    display: block!IMPORTANT;
    border: none;
    font-size: 18px;
    line-height: 30px;
}
.gallery_owl {
    position: relative;
    padding-top: 150px;
}
.grid.row {
    margin-top: 100px;
    margin-bottom: 150px;
}
.lb-data .lb-number {
    display: none;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    opacity: 1;
}
.lightbox .lb-image {
    margin: 0 auto;
    border: none;
    border-radius: 0;
}
.lb-closeContainer {
    top: 50px;
    right: 20px;
    position: relative;
}
.lb-dataContainer {
    position: relative;
    z-index: 2;
    padding-top: 0;
}
.lb-data .lb-caption {
    font-weight: 500;
}
.lb-outerContainer {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.nooverflow {
    overflow: hidden;
}
@media all and (max-width: 1200px) {
    .knowbetter_block_big {
        width: calc(50% + 150px);
    }
}
@media all and (max-width: 1170px) {
    .woodin_container {
        width: 100%;
        margin: 0;
        padding: 0 15px 20px;
        overflow: hidden;
    }
    nav .container-fluid { width: 100%; padding: 115px 0 0 0; }
    .nav8 .right .btn.blue { opacity: 1; margin-top: 0; line-height: 36px; background: none; color: #28ACE2; }
    .nav8 .right .btn.blue:hover { background: none; color: #28ACE2; opacity: 1; line-height: 36px; }
    .main_banner .valign-bottom {
        vertical-align: middle;
        text-align: center;
    }
    .nav13 .links a,
    .nav13 .links a:focus {
        font-size: inherit;
    }
    .nav13.opened .nav5_logo {
        display: block;
    }
    .nav13.opened a.nav5_logo {
        background: url(../images/Logo_White.svg) no-repeat 50% 50%;
        position: absolute;
        top: 40px;
        left: 0;
    }
    .nav13.opened .woodin_container {
        margin-top: 150px;
    }
    .banner_title {
        font-size: 40px;
        line-height: 42px;
        margin: 0;
        width: 100%;
    }
    .scrolldown {
        width: 100%;
        text-align: center;
        right: 0;
        margin: 0;
    }
    .scrolldown i {
        display: block;
    }
    .title_indent {
        font-size: 40px;
        text-align: center;
    }
    .indent-0,
    .indent-75,
    .indent-150 {
        display: inline-block;
        padding: 0;
        margin-bottom: 0;
    }
    .whoweare .container,
    .mission .container .animatedParent,
    .mission .container {
        padding: 0;
    }
    .whoweare .container .row {
        padding: 20px;
    }
    .mission .indent-0:after,
    .mission .indent-75:after {
        content: " | ";
    }
    .offset_fullimage {
        position: relative;
    }
    .knowbetter_block_small {
        width: 100%;
        text-align: center;
    }
    .offset_fullimage .knowbetter_block_small {
        height: 0;
        width: 0;
    }
    .offset_fullimage .knowbetter_block_big {
        width: 100%;
    }
    .block_title {
        font-size: 40px;
    }
    .block_subtitle {
        font-size: 25px;
        line-height: 45px;
    }
    .block_projects .project_title {
        font-size: 30px;
        line-height: 30px;
    }
    .block_projects .row {
        display: block;
    }
    .squared_project_show {
        border-bottom: 2px solid #ffffff;
    }
    .project_data .desc {
        margin-right: auto;
    }
    .block_projects .valign-bottom {
        bottom: 0;
    }
    .border-left {
        margin-top: -5px;
    }
    .contactus {
        padding: 50px 0 20px;
    }
    .contactus div {
        text-align: center;
    }
    .contactus_details {
        margin-top: 30px;
    }
    .contactus a {
        margin-bottom: 30px;
    }
    .contactus .block_title {
        text-align: center;
        margin-bottom: 35px;
    }
    .contactus .contactus_details_text {
        width: calc(100% - 100px);
        display: inline-block;
    }
    .knowbetter_block_small {
        margin: 10px 0px;
    }
    select#mobile_tabs {
        display: block;
    }
    .nav.nav-tabs {
        display: none;
    }
    .footer1_dark {
        height: auto;
    }
    .footer1_dark .left,
    .footer1_dark a, .footer1_dark a:focus {
        font-size: 10px;
        line-height: 13px;
    }
    .footer1_dark .right a {
        display: inline-block;
    }
    .footer1_dark i {
        margin: auto;
        font-size: 20px;
    }
    .mobile_logo {
        display: block;
        width: 180px;
        height: 40px;
        position: absolute;
        top: 40px;
        left: 48px;
        background: url(../images/Text_Logo.svg) no-repeat 50% 50%;
        z-index: 900;
    }
    .mobile_menu {
        right: 48px;
        left: auto;
    }
    .mobile_menu_close, .desktop_menu_close {
        right: 48px;
        left: auto;
        background: url(../images/mobile_menu_close_white.png) no-repeat 50% 50%;
    }
    .cms-projects-view .nav13.opened,
    nav.opened {
        background: #000;
        width: 100%;
        padding: 0;
    }

    .blureffect .white_button2 {
        opacity: 1;
    }
    .project_data {
        margin-top: 10px;
    }
    .nav13.opened a:focus,
    .nav13 .links a,
    .nav13 .links a.button,
    .nav13 .language_sel_btn {
        width: 100%;
        text-align: center;
        font-size: 24px;
        line-height: 76px;
        color: #FFF;
    }
    .nav13 .links a,
    .nav13 .links a.button {
        border: none;
        border-bottom: 1px solid #575757;
    }
    .display-flex {
        display: block;
    }
    .contact_form .display-table-cell {
        display: block;
        padding: 50px 30px;
    }
    .contact_form .display-table-cell form {
        margin-top: 50px;
    }
    .contacts_subtitle {
        margin-bottom: 50px;
    }
    .contactus_details_icon {
        margin-right: 20px;
    }
    .grayfull .col-md-12 {
        padding: 0;
    }
    .contactus_section {
        padding: 40px 0;
    }
    .open_contactus img {
        right: 15px;
        top: 20px;
    }
    .services_title {
        font-size: 40px;
        margin: 20px 0 30px;
    }
    .sticky {
        position: relative;
        top: 0;
    }
    .slidingimages {
        margin: 0;
    }
    .slidingimages img {
        margin: 30px 0;
    }
    .width_calc_halffull_container:before,
    .width_calc_halffull_container:after {
        content: none;
    }
}

@media all and (max-width: 991px) {
    #patented-system .inner { background: none; }
    .sec1_3_pluses { width: 50px; }
    .plus-media { width: calc(100% - 80px); }
    .plus-media-item { margin-top: 138px; margin-bottom: 0; }
    .sec1_3_pluses_line { height: calc(100% - 400px); left: 25px; }
    .sec1_3_pluses h3 span.plus-number { left: 0; }
    .plus { height: auto; padding-bottom: 408px; }
    .sec1_3_pluses h3 span.plus-title { position: absolute; right: 60px; width: 200px; }
    .owl-theme .owl-nav { display: none }
    .mobile_logo {
        top: 20px;
    }
}

@media all and (max-width: 570px) {
    .sec1_3_pluses { float: right; margin-left: 0; }
    .sec1_3_pluses .text { height: auto; }
    .sec2_12_slider .bx-wrapper .bx-prev { left: 0; margin-left: -15px; top: 50%; }
    .bx-wrapper .bx-controls-direction a.bx-next { left: auto; right: 10px; top: 50%; }
    .main_banner_l1,
    .main_banner_l2 {
        font-size: 2.8em;
        letter-spacing: 1px;
        line-height: 40px;
    }
    .main_banner_l3 {
        margin: 21px 10px 0;
    }
    .main_banner_l3 span {
        padding: 5px 0;
        box-shadow: 10px 0 0 #FFF, -10px 0 0 #FFF;
        line-height: 1.8;
    }
}

