/*Main Styles*/
.bau_page {
    overflow: hidden;
}
.bau_site {
    overflow: hidden;
    word-break: break-word;
}
a {
    color: #222;
    text-decoration: none;
}
a:focus {
    outline: 0;
}
.elementor-text-editor ul {
    list-style:none;
    padding: 0;
    margin: 0;
}
    .elementor-text-editor ul li:before {
        content: "•"; 
        margin: 0 20px;
    }
.owl-item div a:focus {
    outline: none;
    border: none;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.elementor_overlay {
    overflow: hidden;
}
    .elementor_overlay .bau_lines_block:after,
    .elementor_overlay .bau_lines_block:last-child:before {
        bottom: 0;
    }
.bau_footer_off footer#colophon {
    display: none;
}



/*Gallery*/
.bau_gallery .owl-nav {
    width: auto;
    bottom: 0;
    top: auto;
    z-index: 3;
    background: #202020;
    width: 210px;
    display: block;
    height: 95px;
}
    .bau_gallery .owl-prev,
    .bau_navigation .prev {
        left: auto;
        position: relative;
        width: 80px;
        text-align: left;
        display: inline-block;
    }
        .owl-prev .bau_angle span:before,
        .prev .bau_angle span:before {
            width: 20px;
            top: 24px;
            right: auto;
            left: -3px;
        }
        .owl-prev .bau_angle span:after,
        .prev .bau_angle span:after {
            width: 20px;
            top: 10px;
            right: auto;
            left: -3px;
        }
        
    .bau_gallery .owl-next,
    .bau_navigation .next {
        right: auto;
        position: relative;
        width: 80px;
        text-align: right;
        display: inline-block;
    }
    .bau_navigation .next {
        height: 33px;
        margin-left: 20px;
        transform:translateY(6px);
    }
    .bau_navigation .prev {
        height: 34px;
        margin-right: 20px;
        transform:translateY(6px);
    }
        .owl-next .bau_angle span:before,
        .next .bau_angle span:before  {
            width: 20px;
            top: 10px;
            right: -3px;
        }
        .owl-next .bau_angle span:after,
        .next .bau_angle span:after {
            width: 20px;
            top: 24px;
            right: -3px;
        }
        
    .bau_gallery_item {
        width: 100%;
        height: 690px;
    }
    .bau_gallery .owl-nav {
        padding: 29px 0 0 12px;
    }
.bau_gallery .bau_portfolio_gallery_item {
    height: 693px;
}
.bau_gallery {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 217px 100%, 217px 86%, 0% 86%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 217px 100%, 217px 86%, 0% 86%);
    height: 693px!important;
}

/*Press*/
.bau_press_archive {
    margin-bottom: -80px!important;
}
.bau_press_archive .bau_news_item {
    margin-bottom: 80px;
}
.bau_press_archive .bau_news_item_title {
    min-height: 80px;
}
    .bau_press_archive .bau_news_item_img {
        height: auto;
    }
/*.bau_single_press_page .bau_title {
    width: 50%;
    padding-right: 0;
    text-transform: capitalize;
}*/



/*Menu*/
.bau_menu_toggle span {
    display: block;
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
}
    .bau_menu_toggle span:nth-child(2) {
        margin-top: 5px;
    }
    .bau_menu_toggle span:nth-child(3) {
        margin-top: 10px;
        width: 16px;
        margin-left: 8px;
    }
.bau_nav_menu > .current-menu-parent > a:before {
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #fff;
}
.bau_nav_menu ul {
    list-style:none;
    padding: 0;
}
.elementor-widget-heading.elementor-widget-heading span.elementor-heading-title {
    font-weight: normal!important;
}
.bau_nav_menu a {
    font-weight: normal;
}

.bau_nav_menu > li ul ul {
  left: -250px;
  top: -15px;
  z-index: 3;
}
.bau_nav_menu > li ul ul:before {
  right: -6px;
  left: auto;
  top: 14px;
  transform:rotate(90deg);
}

/*Titles*/
.bau_title {
    padding-right: 70%;
}
.bau_single_page .bau_title,
.bau_portfolio_container .bau_title {
    padding-right: 25%;
}
    .bau_portfolio_container .bau_title {
        color: #fff;
    }
h2:after {
    display: block;
    content: '';
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
}
.elementor-align-center h2:after,
h2.elementor-align-after-center:after {
    margin-left:auto;
    margin-right:auto;
}
.elementor-align-right h2:after,
h2.elementor-align-after-right:after  {
    margin-left:auto;
}

span.elementor-heading-title {
    position: relative;
    display: inline-block;
}
span.elementor-heading-title:after {
    display: block;
    content: '';
    height: 1px;
    width: 55px;
    position: absolute;
    background: #333;
    left: 100%;
    top: 49%;
    margin-left: 10px;
}
.elementor-widget-heading.elementor-widget-heading span.elementor-heading-title {
    margin-bottom: -10px;
}
p.elementor-heading-title {
    display: inline-block;
    padding: 2px 0 2px 5px!important;
    position: relative;
}
    p.elementor-heading-title:after {
        display: block;
        content: '';
        height: 100%;
        width: 30px;
        right: -10px;
        position: absolute;
        top: 0;
        transform:skewX(-25deg);
        z-index: -1;
    }


@media (max-width: 767px) {
    .bau_single_page {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .bau_page_default .bau_main_sidebar.col-md-9 {
        padding-right: 15px!important;
    }
    .bau_navigation .prev,
    .bau_navigation .next  {
        width: 30px;
        overflow: hidden;
    }
    .bau_single_page h1, .bau_single_page h2, .bau_single_page h3, .bau_single_page h4, .bau_single_page h5, .bau_single_page h6, .bau_single_page p, .bau_single_page .addtoany_share_save_container, .bau_single_page_footer, .bau_portfolio_container .bau_title {
        width: 100%!important;
    }
    .lSSlideWrapper .bau_portfolio_gallery.lSFade {
        height: 566px!important;
    }
    .bau_blog_subscribe {
        padding: 50px!important;
    }
    .bau_blog_subscribe_cont,
    .bau_blog_subscribe_short {
        width: 100%!important;
        float: none!important;
        padding: 0!important;
    }
    .bau_blog_subscribe_cont {
        margin-bottom: 30px!important;
    }
    h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .bau_404_title.parallax_title {
        font-size: 90px!important;
        line-height: 100px!important;
    }
    .bau_404_title i {
        font-size: 150px!important;
    }
    .bau_slider .owl-nav {
        bottom: 95px;
    }
    .bau_slider .owl-dots {
        bottom: 80px;
    }

    h2.elementor-align-after-mobile-center:after {
        margin-left:auto;
        margin-right:auto;
    }
    h2.elementor-align-after-mobile-right:after  {
        margin-left:auto;
    }
}

@media (max-width: 1024px) {
    h2.elementor-align-after-tablet-center:after {
        margin-left:auto;
        margin-right:auto;
    }
    h2.elementor-align-after-tablet-right:after  {
        margin-left:auto;
    }
}

@media (min-width: 1380px) {
    .bau_info_block .owl-prev .bau_angle:after,
    .bau_info_block .owl-next .bau_angle:after,
    .bau_testimonials .owl-prev .bau_angle:after,
    .bau_testimonials .owl-next .bau_angle:after,
    .bauwerk_partners .owl-prev .bau_angle:after,
    .bauwerk_partners .owl-next .bau_angle:after {
        display: block!important;
    }
}



/*Main Styles*/
.single-elementor-hf {
    background: #4c4c4c;
}
a {
    color: #424242;
}
a:hover {
    color: #292929;
}
.menu a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*Buttons*/
input:focus {
    outline: none;
}
.btn, div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], button, [type="button"], [type="reset"], [type="submit"], .woocommerce div.product form.cart .button, body div.wpforms-container-full .wpforms-form button[type=submit], .woocommerce #review_form #respond .form-submit input, .woocommerce ul.products li.product .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border-radius: 5px;
    padding: 14px 41px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    border: 0;
    -webkit-transition: all 0.3s!important;
    -o-transition: all 0.3s!important;
    transition: all 0.3s!important;
}
.btn:hover, div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    border: 0;
}

.bau_button_round .btn, .bau_button_round div.wpforms-container-full .wpforms-form input[type=submit], .bau_button_round div.wpforms-container-full .wpforms-form button[type=submit], .bau_button_round button, .bau_button_round [type="button"], .bau_button_round [type="reset"], .bau_button_round [type="submit"], .bau_button_round .woocommerce div.product form.cart .button,
body.bau_button_round div.wpforms-container-full .wpforms-form button[type=submit],
.bau_button_round .woocommerce #review_form #respond .form-submit input, .bau_button_round .woocommerce ul.products li.product .button,
.bau_button_round .woocommerce #respond input#submit, .bau_button_round .woocommerce a.button, .bau_button_round .woocommerce button.button, .bau_button_round .woocommerce input.button {
  border-radius: 30px;
}
    .btn i {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        margin-left: 71px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        font-weight: 600;
    }
        .btn:hover i {
            margin-left: 81px;
        }
    .btn i:after {
        display: block;
        position: absolute;
        content: '';
        width: 50px;
        height: 1px;
        background: #fff;
        top: 50%;
        right: 3px;
        transform:translateY(-50%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
        .btn:hover i:after {
            width: 60px;
        }
.elementor-widget-sm-default-button {
    width: calc(100% + 10px);
    margin: 0 -5px;
}
.btn.btn_outline {
    background-color: transparent;
    border: 1px solid #fff;
}
.btn_simple {
    font-size: 14px;
    font-weight: 300;
}
    .btn_simple i {
        font-size: 14px;
        position: relative;
        margin-left: 65px;
        transform:translateY(-3px);
        display: inline-block;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .bau_navigation .ti {
        display: inline-block;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        margin-left: 50px;
        position: relative;
    }
    .bau_navigation .prev .ti {
        margin-left: 0;
        margin-right: 50px;
    }


        .btn_simple i:after {
            height: 1px;
            width: 50px;
            background: #333;
            position: absolute;
            content: '';
            display: block;
            top: 0px;
            right: 3px;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }
        .btn_simple i span:after,
        .btn_simple i span:before {
            background: #333;
        }

        .bau_navigation .ti:after {
            height: 2px;
            width: 50px;
            background: #333;
            position: absolute;
            content: '';
            display: block;
            top: 14px;
            right: 8px;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }
            .bau_navigation .prev .ti:after {
                right: auto;
                left: 8px;
            }
        a.btn_simple:hover i:after,
        .bau_info_block_item:hover .btn_simple i:after,
        .bau_news_item:hover .btn_simple i:after {
            width: 80px;
        }
        a.btn_simple:hover i,
        .bau_info_block_item:hover .btn_simple i,
        .bau_news_item:hover .btn_simple i {
            margin-left: 95px;
        }
            .bau_info_block_item_cont_subtitle {
                display: block;
                font-size: 24px;
                line-height: 32px;
            }
            .bau_info_block_item_cont h4 {
                margin-top: 0;
            }
        .bauwerk_info_block_item:hover .btn_simple .ti:after {
            width: 80px;
        }
        .bauwerk_info_block_item:hover .btn_simple .ti {
            margin-left: 80px;
        }
        .bau_info_block_item_image_icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform:translateX(-50%) translateY(-70%);
            z-index: 2;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            opacity: 0;
        }
        .bau_info_block_item_image_icon i {
            color: #fff;
            font-size: 40px;
            z-index: 2;
        }
            .bau_info_block_item:hover .bau_info_block_item_image_icon {
                opacity: 1;
                transform:translateX(-50%) translateY(-50%);
            }

/*Forms*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #fff!important;
    border: 0;
    border-radius: 5px;
    padding: 14px 20px;
    display: inline-block;
    vertical-align: top;
    margin:0 10px;
    background: #424242;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: 0;
    color: #fff;
}


::-webkit-input-placeholder { 
  color: #ececec;
}
::-moz-placeholder { 
  color: #ececec;
}
:-ms-input-placeholder { 
  color: #ececec;
}
:-moz-placeholder { 
  color: #ececec;
}
select {
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/arrow.png') right / 20px no-repeat #fff;
  padding-right: 20px;
  padding-left: 10px;
}

textarea {
    width: 100%;
}
.mc4wp-form-fields p {
    margin: 0;
}

/*MailChimp*/
@media (max-width: 767px) {
    .mc4wp-form {
        text-align: center;
    }
    .mc4wp-form input {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media (max-width: 1024px) {
    .mc4wp-form label {
        max-width: 182px;
        display: inline-block;
        vertical-align: top;
    }
    .mc4wp-form input {
        vertical-align: top;
    }
    
}

/*Gallery Slider*/
.bau_gallery_slider .gallery-item {
    width: 100%;
    max-width: 100%!important;
}
.bau_slider_item_title,
.bau_slider_item_text,
.bau_slider_item_btn  {
    transform:translateY(20px);
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    opacity: 0;
    position: relative;
}
.bau_slider_item_text {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.bau_slider_item_btn {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
    .active .bau_slider_item_title,
    .active .bau_slider_item_text,
    .active .bau_slider_item_btn  {
        transform:translateY(0);
        opacity: 1;
    }

/*Subscribe*/
.mc4wp-form-fields input[type=email] {
    margin: 0;
    width: 100%;
    background-color: #444444;
    border: 0;
    color: #fff;
}
.mc4wp-form-fields {
    position: relative;
}
.mc4wp-form-fields button {
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 0 5px 5px 0!important;
    color: #fff;
    padding: 14px 15px;
    margin: 0;
}

/*Menu*/
.sub-menu .current-menu-item > a:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    margin-top: -10px;
}
.bau_menu .current-menu-item > a:after {
    display: none;
}

/*Contact Forms*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    background: #fff;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    right: -20px;
}
.wpcf7-submit {
    margin: 10px 0 0;
    cursor: pointer;
}
    .wpcf7-submit:focus {
        outline: 0;
    }
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
    margin: 10px 0!important;
    width: 100%;
}
    .wpcf7-form input:focus,
    .wpcf7-form textarea:focus,
    .wpcf7-form select:focus {
        outline: 0;
    } 
    .wpcf7-form p {
        display: inline-block;
    }
.wpcf7-form .row {
    width: calc( 100% + 30px )!important;
    margin: 0 -15px;
}
div.wpforms-container-full .wpforms-form .wpforms-five-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-fifths, div.wpforms-container-full .wpforms-form .wpforms-one-fifth, div.wpforms-container-full .wpforms-form .wpforms-one-fourth, div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-one-sixth, div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-three-fourths, div.wpforms-container-full .wpforms-form .wpforms-three-fifths, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths, div.wpforms-container-full .wpforms-form .wpforms-two-fifths, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
    margin-left: 1%!important;
    margin-right: 1%!important;
}
.wpforms-field-textarea, .wpforms-submit, .wpforms-submit-container  {
    margin-left: 1%!important;
    margin-right: 1%!important;
}
select {
  height: 53px!important;
}
.wpforms-field-container {
    margin: 0!important;
}
.wpforms-field-large {
    padding: 20px!important;
    min-height: 53px;
    border-radius: 5px!important;
}
.wpforms-field {
    position: relative!important;
    padding: 15px 0!important;
    margin: 0 1%!important;
}
.wpforms-container {
    margin: 0 -5px!important1;
}
label.wpforms-error {
    position: absolute!important;
    left: 20px;
    bottom: -12px;
}
textarea {
    max-height: 136px!important;
}
.comment-form label {
  display: block;
}
    .comment-form .submit {
        margin-top: 20px!important;
    }
    .comment-form .form-submit {
        clear: both;
    }
  .comment-form  input {
    margin: 0;
  }
  .woocommerce #review_form #respond .comment-form-email, .woocommerce #review_form #respond .comment-form-comment, .woocommerce #review_form #respond  .comment-form-author {
    margin-bottom: 25px;
  }
  .woocommerce #review_form #respond .comment-form-email {
    float: left;
    margin-left: 20px;
  }
  .woocommerce #review_form #respond .comment-form-author {
    float: left;
  }
div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
  min-width: 140px;
}
.wpforms-field-container .checkbox{
  margin-left: 10px;
}
select:focus {
  outline: 0;
}

/*Woocommerce*/
.product-category img {
    border-radius: 10px;
}
.bau_woo_cat_item { 
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
}
    .bau_woo_cat_item_over {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: rgba(0,21,68,0.4);
        left: 0;
        top: 0;
        border-radius: 5px;
    }
    .bau_woo_cat_item a {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        display: block;
        left: 0;
        top: 0;
        position: relative;
    }
    .bau_woo_cat_item_cont {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        z-index: 2;
        padding: 30px;
    }

/*Columns*/
.col {
    float: left;
    padding: 0 10px;
}



/*Section Lines*/
.bau_lines_block {
    width: 25%;
    height: 100%;
    position: relative;
    float: left;
    pointer-events: auto;
}

    
.bau_lines_block:after {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background: #ab7e4b;
    position: absolute;
    bottom: -2px;
    left: -2px;
    z-index: 1;
    opacity: 0.5;
}
    .site-content > .container > .bau_lines_container .bau_lines_block .bau_lines_block_line:after,
    .site-content > .container > .bau_lines_container .bau_lines_block:last-child .bau_lines_block_line_end:after {
        display: block;
        content: '';
        width: 5px;
        height: 5px;
        background: #ab7e4b;
        position: absolute;
        top: -2px;
        left: -2px;
        z-index: 1;
    }

footer .bau_lines_block:after,
footer .bau_lines_block:last-child:before {
    bottom: 0!important;
}
    .bau_lines_block_line {
        position: absolute;
        width: 1px;
        height: 100%;
        background: rgba(165,165,165,0.2);
        left: 0;
        pointer-events: auto;
    }
        .bau_lines_block:last-child .bau_lines_block_line_end {
            right: 0;
            position: absolute;
            width: 1px;
            height: 100%;
            background: rgba(165,165,165,0.2);
            display: block;
            content: '';
        }
    .bau_lines_block:last-child:before {
        display: block;
        content: '';
        width: 5px;
        height: 5px;
        background: #ab7e4b;
        position: absolute;
        bottom: -2px;
        right: -2px;
        z-index: 1;
        opacity: 0.5;
    }
.bau_lines_container {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 1140px;
    left: 50%;
    transform:translateX(-50%);
    top: 0;
    z-index: 1;
    pointer-events: auto;
}

.bau_lines_container:after {
    display: block;
    content: '';
    clear: both;
}
.elementor-container {
    position: relative;
    z-index: 1;
}


.bau_lines_block_forms {
    position: absolute;
    right: -5px;
    top: 20px;
    display: none;
    opacity: 0.5;
}
    .elementor_line_effect_elements .bau_lines_block_forms,
    .site-content .bau_lines_block_forms {
        display: block;
    }

    .bau_lines_block:nth-child(1) .bau_lines_block_forms {
        top: 90px;
    }
    .bau_lines_block:nth-child(2) .bau_lines_block_forms {
        top: 295px;
    }
    .bau_lines_block:nth-child(3) .bau_lines_block_forms {
        top: 194px;
    }
    .bau_lines_block:nth-child(4) .bau_lines_block_forms {
        top: 33px;
        right: -4px;
    }
.bau_lines_block_form {
    width: 8px;
    height: 8px;
    position: relative;
    margin: 0 0 10px 0;
}
.bau_lines_block:nth-child(1) .bau_lines_block_form:after {
    animation-delay: 2s;
}
.bau_lines_block:nth-child(1) .bau_lines_block_form:before {
    animation-delay: 2s;
}
.bau_lines_block:nth-child(2) .bau_lines_block_form:after {
    animation-delay: 10s;
}
.bau_lines_block:nth-child(2) .bau_lines_block_form:before {
    animation-delay: 10s;
}
.bau_lines_block:nth-child(3) .bau_lines_block_form:after {
    animation-delay: 7s;
}
.bau_lines_block:nth-child(3) .bau_lines_block_form:before {
    animation-delay: 7s;
}
.bau_lines_block:nth-child(4) .bau_lines_block_form:after {
    animation-delay: 4s;
}
.bau_lines_block:nth-child(4) .bau_lines_block_form:before {
    animation-delay: 4s;
}
    .bau_lines_block_form:after {
        display: block;
        content: '';
        height: 2px;
        width: 8px;
        background: #ab7e4b;
        position: absolute;
        transform:rotate(0deg);
        animation:10s ease 0s normal none infinite horizont_animation;
        -webkit-animation:10s ease 0s normal none infinite horizont_animation;
    }
    @keyframes horizont_animation {
        0% {
            transform:rotate(0deg);
        }
        20% {
            transform:rotate(-235deg);
        }
        50% {
            transform:rotate(0deg);
        }
        70% {
            transform:rotate(180deg);
        }
        100% {
            transform:rotate(0deg);
        }
    }
    .bau_lines_block_form:before {
        display: block;
        content: '';
        height: 2px;
        width: 8px;
        background: #ab7e4b;
        position: absolute;
        transform:rotate(90deg);
        animation:10s ease 0s normal none infinite vertical_animation;
        -webkit-animation:10s ease 0s normal none infinite vertical_animation;
    }
    @keyframes vertical_animation {
        0% {
            transform:rotate(90deg);
        }
        20% {
            transform:rotate(135deg);
        }
        50% {
            transform:rotate(0deg);
            opacity: 0;
        }
        70% {
            transform:rotate(90deg);
            opacity: 0;
        }
        100% {
            transform:rotate(90deg);
            opacity: 1;
        }
    }

/*Absolute Image*/
.bau_absolute_image {
    position: absolute!important;
}
.elementor-widget-sm-absolute-image {
    z-index: 2;
}
    .bau_absolute_image_over {
        position: absolute;
        width: 100%;
        z-index: -1;
        height: 100%;
        border-radius: 50%;
    }


/*Columns*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.container .row {
    position: relative;
    z-index: 1; 
}


@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: calc( 100% + 15px );  
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
    .bau_title {
        padding-right: 50%;
    }
    .bau_news_item_cont {
        padding: 20px 0 0;
    }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */

/*Blog*/
.bau_main_sidebar {
    padding: 0;
}
.bau_news_item_txt {
    margin-bottom: 30px;
}

.site-content {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
    .site-content .container {
        padding: 0;
    }
        .site-main > .container {
            padding: 0!important;
        }

        .site-content .container .row {
            width: 100%;
            margin: 0;
        }
        .site-content .container .row.bau_projects_list,
        .site-content .container .row.bau_projects_list_gallery {
            margin-left: -15px;
            width:calc( 100% + 15px );
        }
.bau_news_item_list .bau_news_item_photo {
    float: left;
    width: 370px;
}

.bau_news_item_list .bau_news_item_footer {
    display: none;
}

.bau_news_item_list {
    background-color: #fff;
    padding: 30px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: -1px;
    margin-left: 1px;
    width: calc( 100% - 2px );
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bau_news_item_list:after {
    display: block;
    content: '';
    clear: both;
}
.bau_news_list {
    margin-bottom: -35px!important;
}
.bau_news_list .bau_news_item {
    margin-bottom: 35px;
}
    .bau_news_item_list:hover {
        background-color: #fafafa;
    }
        .bau_news_item_list .bau_news_item_photo {
            width: 370px;
            float: left;
            margin-right: 30px;
        }
        .bau_news_item_list .bau_news_item_cont_list {
            float: left;
            width: 675px;
            position: relative;
        }
        .col-md-9.bau_main_sidebar .bau_news_item_list .bau_news_item_cont_list {
            width: 390px;
        }
        .col-md-9.bau_main_sidebar .bau_news_item_cont_list_full {
            width: 100%!important;
        }
.bau_news_item.selected {
    height: 625px;
}
.bau_blog_archive article {
    margin: 0;
    width: 100%;
}
.bau_blog_archive.row {
    margin: 0 -15px!important;
    width: calc( 100% + 30px )!important;
}
.bau_news_item_tech {
    
}
  .bau_news_item_tech:after {
    display: block;
    content: '';
    clear: both;
  }
  .bau_news_item_tech .btn {
    margin-right: 0;
    float: right;
  }

    .bau_news_item_date i {
      margin-right: 10px;
      display: inline-block;
      vertical-align: top;
    }
    .bau_news_item_date {
        line-height: 1; 
    }
    .bau_news_item_date .ti-comments {
        margin-left: 30px;
    }
    

.bau_news_item_footer {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
}

.bau_news_item_footer span {
  display: inline-block;
  margin-right: 15px;
}

.comments-link:before {
  content: '\e643';
  margin-right: 10px;
  display: inline-block;
  position: relative;
  font-family: themify;
}
.edit-link:before {
  content: '\e61c';
  margin-right: 10px;
  display: inline-block;
  position: relative;
  font-family: themify;
}
.cat-links:before {
  content: '\e639';
  margin-right: 10px;
  display: inline-block;
  position: relative;
  font-family: themify;
}
.tags-links:before {
  content: '\e608';
  margin-right: 5px;
  display: inline-block;
  position: relative;
  font-family: themify;
  transform:translateY(2px);
}
.reply:before {
  content: '\e6bc';
  margin-right: 10px;
  display: inline-block;
  position: relative;
  font-family: themify;
}
.bau_news_item_title h3 {
    margin-top: 10px;
}
.bau_news_item_list .bau_news_item_title {
    margin-top: 20px;
}


/*CTA Headings*/
.parallax_title {
      color: transparent!important;
    background-position: center;
    -webkit-background-clip: text!important;
    background-size: 100%!important;
    background-color: #fff;
    background-position: 0 -500px;
}
.elementor .elementor-container .elementor-element  .bau_slider .bau_slider_over_text.parallax_title {
    background-position: 0 -500px;
}
    .bau_cta_heading_subtitle {
        position: absolute;
        z-index: 2;
    }


.bau_cta_heading_title {
    position: absolute;
    z-index: 1;
    background-size: 100%!important;
    width: 100%;
}
.bau_cta_heading {
    min-height: 300px;
}
.bau_cta_heading_tr {
    width: 300px;
    position: absolute;
    z-index: 0;
    left: 20px;
    transform:rotate(30deg);
}
    .bau_cta_heading_tr .triangle,
    .bau_cta_heading_sq .square {
        stroke:#ab7e4b;
    }
    .bau_cta_heading_tr_container {
        position: absolute;
        width: 300px;
        height: 155px;
        -webkit-transition: all 2s;
        -o-transition: all 2s;
        transition: all 2s;
    }
.bau_cta_heading_sq {
    width: 180px;
    height: 180px!important;
    position: absolute;
    z-index: 0;
    left: 20px;
    height: 300px;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    transform:rotate(50deg);
}
    .bau_cta_heading_sq_container {
        position: absolute;
        width: 180px;
        height: 180px;
        -webkit-transition: all 2s;
        -o-transition: all 2s;
        transition: all 2s;
        right: 20%;
    }


.triangle {
  fill: transparent;
  stroke: white;
  stroke-width: 8;
  transition: all 0.8s ease-in-out;
  transform-origin: center;    
}
.square {
  fill: transparent;
  stroke: white;
  stroke-width: 15;
  transition: all 0.8s ease-in-out;
  transform-origin: center;
}

/*Portfolio List*/
.bau_simple_table td {
    padding: 0;
    border: 0;
    background: none;
}
.bau_simple_table {
    border: 0;
}
.lSPager {
    margin-top: 30px!important;
}
.bau_projects_list_gallery {
    width: calc( 100% + 30px );
    margin-left: -15px;
}
.bau_projects_list_gallery .bau_portfolio_gallery {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 217px 100%, 217px 80%, 0% 80%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 217px 100%, 217px 80%, 0% 80%);
    height: 470px;
}
.bau_portfolio_gallery {
    height: 566px;
}
.bau_projects_list_gallery .bau_portfolio_gallery_item {
    height: 470px;
}
.bau_projects_list_gallery .lSPager {
    display: none!important;
}
    .bau_projects_list_gallery .bau_projects_list_gallery_content {
        padding: 50px 90px;
    }
    .bau_projects_list_gallery_item {
        margin-bottom: 100px!important;
    }
        .bau_projects_list_gallery_item:last-child {
            margin-bottom: 0!important;
        }
/*Single Post*/

.bau_single_page .addtoany_share_save_container {
    margin-top: 100px;
}
.bau_single_page_footer {
    margin-bottom: 100px;
}
.comments-area .avatar {
    width: 50px!important;
    height: 50px!important;
}
.comment-reply-title small,
.comment-reply-title small a {
    font-size: 70%;
}
    .bau_single_page_footer span {
        margin-right: 40px;
    }
#related_posts {
    padding: 85px 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: -1px;
}
    #related_posts .bau_news_item_img {
        height: auto;
    }
#related_posts .bau_project_item {
    height: 580px;
}
    #related_posts .bau_news_item {
        padding-left: 0;    
    }
.bau_portfolio_container #related_posts {
    padding-bottom: 0;
    border-bottom: 0;
}
#comments {
    padding: 60px 30px 0;
    border-top: 1px solid #ebebeb;
    margin-top: -1px;
}
.bau_portfolio_container #comments {
    padding-bottom: 85px;
    padding-top: 0;
    border-top: 0;
}
    #related_posts h4,
    #comments h4 {
        margin-top: 0;
        margin-bottom: 50px;
    }
    #comments  h3 {
        margin-top: 0;
    }
.bau_single_page_photo {
    padding: 0 1px;
    margin-bottom: 55px;
}
blockquote {
    background: #f7f7f7;
    padding: 70px 0;
    margin: 55px 1px;
    position: relative;
}
blockquote p {
    margin-top: 0;
}
blockquote p:last-child  {
    margin-bottom: 0;
}
blockquote:before {
    content: "\f100";
    display: inline-block;
    font-family: Quotes;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 98px;
    font-size: 50px;
}
    blockquote em {
        font-weight: normal;
    }
blockquote strong {
    margin-top: 30px;
    display: inline-block;
}

/*Comment Form*/
.comment-form-input input {
  width: 100%;
  margin: 0;
}
.comment-list ol.children {
    list-style:none ;
}

    .comment-list .pingback {
        border-bottom: 1px solid #ebebeb;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 0;
        background: #fff;
        margin-left: 1px;
    }
        .comment-list .pingback:first-child {
            border-top: 1px solid #ebebeb;
        }
        .comment-list .pingback:last-child {
            margin-bottom: 80px!important;
        }

.comments-area p {
  margin-bottom: 0;
}
.comments-area textarea,
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"] {
    color: #333!important;
}
  .comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
    .comment-list > li {
      list-style: none;
    }
    .comment-list ol.children {
      margin-top: 75px;
    }
    .comments-area .avatar {
      border-radius: 50%;
      float: left;
      margin-right: 20px;
      margin-bottom: 10px;
    }
    .comment-content {
        padding-left: 70px;
    }
    .comment-body .reply {
        padding-left: 70px;
    }
    .comment-content p {
      margin-top: 10px;
    }
    .comment-content h2 {
        margin-top: 40px;
    }
    .comment-meta .fn,
    .comment-meta .says,
    .comment-metadata,
    .comment-body .reply {
        opacity: 0.6;
        font-size: 80%;
    }
    .comment-metadata {
        margin-top: -5px;
    }
    .comment-body .reply {
        margin-top: 10px;
    }
    .comment .children {
        margin-top: 40px!important;
    }
        .comment .children li.comment  article {
            background: none;
        }
        .comment-list > li > .children {
            margin-top: 0!important;    
        }

    .comment-list > li.comment > article {
        border-top: 1px solid rgba(0,0,0,0.05);
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
        margin: 0 -30px 0 -29px;
        padding-left: 30px;
        padding-right: 30px;
        background: #FCFCFC;

    }
    .comment-list > li.comment:last-child > article {
        border-bottom: 1px solid rgba(0,0,0,0.05);
        margin-bottom: 40px;
    }
    .comment-list > li.comment:nth-child(2n) > article {
        background: #fff;
    }
    .comments-title {
        margin-bottom: 60px;
    }
.comments-area textarea, .comments-area [type="text"], .comments-area [type="email"], .comments-area [type="url"]    {
    margin: 0;
    background-color: #f7f7f7;
    width: 100%;
    border: 1px solid #fff;
}
.comments-area .submit {
    cursor: pointer;
}
    .comments-area textarea:focus,
    .comments-area input[type="text"]:focus,
    .comments-area input[type="email"]:focus,
    .comments-area input[type="url"]:focus
     {
        outline:0;
        background-color: #fff;
    }
.comment-form-author, .comment-form-email, .comment-form-url {
    width: 33.33333333%;
    float: left;
    display: block;
    padding: 0 15px;
}
.comment-form-comment, .form-submit, .comment-notes, .logged-in-as {
    padding: 0 15px ;
}
.comment-form-comment,
.comment-form .form-submit {
    margin: 20px 0!important;
}   
.comment-form {
    margin: 0 -15px;
}


/*Menu*/
/*Nav Menu*/
.bau_menu_toggle_close {
  display: none;
}
.bau_menu_toggle:focus {
    outline: 0;
    background: none;
}
.bau_menu_toggle {
  display: none;
}
.bau_menu_toggle:focus {
  outline: 0;
}
.bau_menu .bau_nav_menu {       
    text-transform: uppercase;
}
.bau_nav_menu > li:last-child ul {
    left: auto!important;
    right: 0!important;
}


@media (max-width: 1180px) {
    .col-md-9.bau_main_sidebar .bau_news_item_list .bau_news_item_cont_list {
        width: 340px;
    }
}


@media (max-width: 1024px) {
    .sub-menu {
        box-shadow:none;
        padding: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        overflow: hidden;
    }
    .menu-item-has-children .active:after {
        transform:translateY(-50%) rotate(180deg);
    }
        .sub-menu.sub-menu_active {
            max-height: 300px;
            display: block;
        }
    .bau_nav_menu > li ul {
        background: none!important;
    }
    .bau_nav_menu > li ul a,
    .bau_nav_menu > li ul li a {
        color: #fff!important;
    }
    .col-md-9.bau_main_sidebar .bau_news_item_list .bau_news_item_cont_list {
        width: 100%;
        margin-top: 40px;
    }
    a.btn_simple:hover i, .bau_info_block_item:hover .btn_simple i, .bau_news_item:hover .btn_simple i {
        margin-left: 85px;
    }
    a.btn_simple:hover i:after, .bau_info_block_item:hover .btn_simple i:after, .bau_news_item:hover .btn_simple i:after {
        width: 70px;
    }
    .bau_sidebar {
        padding: 0 10px!important;
    }
    .bau_header_default .container, .bau_footer_default .container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    #wp-calendar td, #wp-calendar th {
        padding: 0!important;
        font-size: 12px!important;  
    }

    .bau_page_default .bau_menu_default {
        margin-right: 0!important;
    }
    .bau_projects_list_gallery .bau_projects_list_gallery_content {
        padding: 20px 30px;
    }
    .bau_projects_slider {
        margin: 0 -15px;
        width: calc( 100% + 30px );
    }
    #related_posts .bau_project_item {
        height: 380px;
    }
    .bau_project_cont {
        padding: 0 20px;
    }
    .bau_portfolio_container .bau_title, 
    .bau_portfolio_info {
        padding-right: 0;
        width: 100%!important;
    }
    .site-main {
        padding: 0 15px;
    }
    .site-main .elementor-inner .elementor-section-wrap > section > .elementor-column-gap-no {
        padding-left: 0;
        padding-right: 0;
    }
    .bau_news_item_list .bau_news_item_cont_list {
        width: 530px;
    }
    .selected .bau_news_item_cont {
        padding: 40px 20px 0;
    }
    .bau_news_item_date .ti-comments {
        margin-left: 15px;
    }
    .bau_lines_container {
        display: none;
    }
    .bau_cta_heading_title {
        background-position: 0 930px!important;
    }
    .bau_gallery {
        height: 593px!important;
        padding: 0!important;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 217px 100%, 217px 83%, 0% 83%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 217px 100%, 217px 83%, 0% 83%)
    }
    .bau_gallery .bau_portfolio_gallery_item {
        height: 593px;
        z-index: 1;
    }

    .bau_testimonials_item {
        padding: 0 20px;
    }

  .bau_project_title {
    width: 65%;
  }
  .bau_project_selected .bau_project_title {
    width: 45%;
  }

  /*Menu*/
  .bau_menu {
      position: fixed;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      right: -100%;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      padding-bottom: 50px;
      overflow: scroll;
      padding-top: 100px;
      background: #1c1c1c;
    }
    .bau_menu_toggle_close {
        box-shadow:none!important;
    }
      .bau_menu .bau_nav_menu {
        padding: 0 10px;
                text-transform: uppercase;
      }
        .menu_active .bau_menu {
          right: 0;
        }
        .bau_menu .bau_nav_menu > .current-menu-item > a:before {
          background: #fff;
        }
          .bau_nav_menu > .current-menu-item > a {
            display: inline;
          }

          .bau_menu .bau_nav_menu > li ul {
            position: relative;
            text-align: left;
            pointer-events:auto;
            opacity: 1;
            margin: 25px 0 0;
            width: 100%;
            transform:translateY(0)!important;
            left: 0;
            display: none;
            padding: 0;
          }
          .bau_nav_menu > li ul a:hover {
            padding-left: 0!important;
          }
          .bau_nav_menu > li ul a:before {
            display: none!important;
          }
          .bau_nav_menu > li > a {
            font-size: 24px;    
          }
            .bau_menu .bau_nav_menu > li ul ul {
                box-shadow:none;
                background: none;
                margin: 35px 0 0 0;
                padding: 0;
            }
            .bau_menu .bau_nav_menu > li ul a {
                color: #fff!important;
            }

          .bau_menu_toggle {
            display: block;
            margin: 0;
            color: #fff;
          }
          .bau_menu_toggle_close {
            position: fixed;
            right: 10px;
            -webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
            box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
            color: #fff;
            z-index: 10;
            font-size: 30px;
            top: 60px;
            opacity: 0;
            pointer-events: none;
          }
            .menu_active .bau_menu_toggle_close {
              opacity: 1;
              pointer-events: auto;
              display: block;
            }
          .bau_menu .bau_nav_menu > li ul:before {
            left: 85%;
          }
      .bau_menu ul li {
        display: block;
        float: none;
      }
    .menu_active .bau_page,
    .menu_active.elementor-template-canvas > .elementor {
      position: relative;
      left: -100%;
    }
    .elementor-template-canvas > .elementor {
      position: relative;
      left: 0;
    }
      body:after {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        content: '';
        display: block;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        pointer-events: none;
      }
         body.menu_active:after {
          opacity: 1;
         }
}

.bau_menu_toggle:focus {
  outline: 0;
}
.bau_nav_menu {
  list-style:none;
  padding: 0;
  margin: 0;
}
  .bau_nav_menu:after {
    display: block;
    content: '';
    clear: both;
  }
  .bau_menu_toggle {
    cursor: pointer;
  }
.bau_nav_menu > li {
  float: left;
  display: block;
  position: relative;
  padding: 15px!important;
}
  .bau_nav_menu > li ul {
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    background: #fff;
    padding: 20px 0;
    border-radius: 5px;
    list-style:none;
    text-align: left;
    min-width: 250px;
    transform: translateY(7px);
    margin-top: 10px;
    -webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-size: 14px;
    z-index: 100;
  }
  .bau_nav_menu > li ul a:before {
    display: inline-block;
    content: "\e628";
    font-family: themify;
    position: absolute;
    left: -5px;
    font-size: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    margin-top: 3px; 
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
    .bau_nav_menu > li ul a:hover {
      padding-left: 20px;
      -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    .bau_nav_menu > li ul a:hover:before {
      opacity: 1;
      left: 0px;
    }
    .bau_nav_menu > li ul li {
      padding-bottom: 15px;
      padding-left: 20px!important;
      padding-right: 20px!important;
      padding-top: 0!important;
    }
      .bau_nav_menu > li ul li:last-child {
        padding-bottom: 0;
      }
  
    .bau_nav_menu > li ul:before {
      width: 8px;
      height: 4px;
      background-size: cover;
      position: absolute;
      top: -4px;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      content: '';
    }
    .bau_nav_menu li:hover > ul {
      opacity: 1;
      pointer-events: auto;
      transform:translateY(0);
    }
    .bau_nav_menu ul ul {
        left: -130px;
        top: 0;
    }
    .bau_nav_menu > li ul li a {
      color: #333!important;
         display: block;
         line-height: 1.6;
    }
  .bau_nav_menu a {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
.menu-item-has-children > a:after {
  content: "\e64b";
  display: inline-block;
  font-family: themify;
  font-size: 11px;
  margin: 0 0 0 7px;
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  margin-top: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-item-has-children > a:before {
    display: none!important;
}
.menu-item-has-children > a:hover {
    padding-left: 0!important;
}
  .menu-item-has-children > a {
    margin-right: 20px;
  }



/*Header*/
.bau_display_inline {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0!important;
}

.bau_portfolio_header #masthead {
    background: none!important;
}




/*Navigation*/
.bau_navigation {
    width: 100%;
    text-align: center;
    margin: 85px 0 0;
}
.site-content .container {
    padding: 85px 0;
}
.bau_main_sidebar.col-md-12 {
    padding: 0;
}

/*Projects*/
.bau_project_item_link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bau_project_item_over {
    width: 100%;
    height: 100%;
    position: absolute;
}
.bau_project_item_over:after {
    display: block;
    content: '';
    background-color:transparent;
    background-image:linear-gradient(180deg, rgba(34,34,34,0) 0%, rgba(34,34,34,0.5) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform:translateY(0%);
}
    .bau_project_item:hover .bau_project_item_over:after{
        transform:translateY(100%);
    }
.bau_project_item_over_before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform:translateY(100%);
    opacity: 0;
}
    .bau_project_item:hover .bau_project_item_over_before {
        opacity: 1;
        transform:translateY(0);
    }

.bau_portfolio_gallery,
.bau_portfolio_post_gallery {
    list-style:none;
    padding: 0;
    margin: 0;
}
    .bau_single_page .lSSlideOuter {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .bau_portfolio_gallery li,
    .bau_portfolio_post_gallery li {
        list-style:none;
    }
.bau_portfolio_container > .container{
        padding-top: 30px;
}
    .bau_portfolio_container .breadcrumbs,

    .bau_portfolio_container .breadcrumbs a {
        color: #fff;
    }
    .breadcrumbs {
        font-size: 14px;
        color: #999;
        margin-bottom: 45px;
    }
        .breadcrumbs a {
            color: #999;
        }
    .bau_portfolio_title {
        color: #fff;
        width: 80%;
        margin: 50px auto;
    }

.bau_portfolio_intro {
    position: absolute;
    width: 100%;
    height: 800px;
}
    .bau_portfolio_intro:after {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(10,10,10,0.75);
    }
.bau_portfolio_info {
    color: #fff;
    width: 66%;
    margin: 90px auto 38px;
    text-transform: uppercase;
    font-size: 14px;
}
    .bau_portfolio_info:after {
        display: block;
        content: '';
        clear: both;
    }
    .bau_portfolio_info_category {
        width: 50%;
        float: left;
        min-height: 1px;
    }
    .bau_portfolio_info_date {
        float: left;
        width: 50%;
        text-align: right;
    }
.elementor-testimonial-name {
    font-weight: normal;
    margin-bottom: 10px;
}
.bau_lg_arrow .ti,
.bau_lg_arrow_right .ti {
    font-size: 39px;
    color: #121212;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bau_lg_arrow .ti:after {
    width: 70px;
    content: '';
    display: block;
    height: 2px;
    background: #121212;
    position: absolute;
    top: 19px;
    left: 11px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bau_lg_arrow_right .ti:after {
    width: 70px;
    content: '';
    display: block;
    height: 2px;
    background: #121212;
    position: absolute;
    top: 19px;
    right: 11px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bau_lg_arrow {
    position: absolute;
    left: -8px;
    top: 50%;
    transform:translateY(-50%);
    display: block;
}
.bau_lg_arrow_right {
    position: absolute;
    right: -8px;
    top: 50%;
    transform:translateY(-50%);
    display: block;
}
.nav-box-right {
    text-align: right;
}
.nav-box {
    padding: 0;
}
.nav-box a {
    display: block;
}
.nav-box .ti:before {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
    .nav-box h3 {
        text-transform: uppercase;
        width: 70%;
        display: inline-block;
        margin: 0;
        font-size: 24px;
        line-height: 32px;
    }
.nav-box-left {
    padding-left: 90px;
}
.nav-box-right {
    padding-right: 90px;
}
.bau_nav_txt_nav {
    display: block;
    color: #999;
}
.bau_nearby_pages {
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

/*Default*/
section.widget {
    margin-bottom: 80px;
}
.widget > ul > li,
.widget ul.menu > li {
    padding: 5px 0;
    margin: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05) ;
}
#wp-calendar td#prev {
    text-align: left;
}
#wp-calendar tfoot {
    background: #f2f2f2;
}
#wp-calendar thead th,
#wp-calendar tbody tr:nth-child(2n) td {
    background: #f2f2f2;
}
#wp-calendar td#next {
    text-align: right;  
}

.widget .recentcomments:before {
  display: block;
  content: "\e644";
  font-family: themify;
  vertical-align: middle;
  float: left;
  margin-right: 10px!important;
  background: none;
  width: 20px!important;
}
.widget .menu-item-has-children > a:after {
    display: none!important;
}
.widget_rss ul a:before {
  display: none!important;
}

.bau_navigation span, .bau_navigation a {
    margin: 0 5px;
}
.bau_search_btn {
    position: absolute;
    top: 2px;
    background: none!important;
    cursor: pointer;
    padding-right: 10px;
    padding-left: 10px;
    right: 0;
}
.search-form-submit {
    color: #fff;
}
.search-results .bau_title,
.archive .bau_title {
    padding-left: 30px;
    padding-right: 30px;
}
.page-content .search-form {
    width: 300px;
    margin-top: 40px;
} 
    .page-content .search-form .search-field {
        width: 300px;
    }
.search-field {
    margin: 0!important;
}
.bau_header_default, .bau_footer_default {
    background: #161616;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    color: #fff;
    position: relative;
    z-index: 10;
}
    .bau_header_default .container, .bau_footer_default .container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
.bau_footer_default h4 {
    font-family: Playfair Display;
    font-size: 30px;
    margin: 0 0 0 0;
}
.bau_footer_default {
    padding: 45px 0;
}
    .bau_footer_default p {
        margin-bottom: 0;
        margin-top: 0;
    }
    .bau_header_default .bau_search_block {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
    }
    .bau_header_default nav {
        display: inline-block;
        vertical-align: middle;
    }
    .bau_header_default .col-md-12 {
        margin: 0;
        padding: 0 15px;
    }
    .bau_header_default a {
        color: #fff;
    }
    .site-branding {
        display: inline-block;
    }
    .bau_menu_default {
        display: inline-block;
        float: right;
    }
    
    .bau_header_default .site-description {
        font-size: 14px;
        font-family: Open Sans;
        margin: 4px 0 0 0!important;
        line-height: 22px;
    }

.bau_nav_menu > .current-menu-item > a:before {
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #fff;
}

.bau_header_default .bau_nav_menu {
    padding: 13px 0 0 ;
}
    .bau_header_default .bau_nav_menu li {
        padding: 10px;
        position: relative;
    }
.bau_main_sidebar_default .bau_blog_archive.row,
.bau_main_sidebar.col-md-9 .bau_blog_archive.row {
    margin: 0 -1px 0 0!important;
    width: auto!important;
}
.bau_main_sidebar.col-md-12 .bau_blog_archive.row {
    margin: 0 !important;
    width: auto!important;
}


.bau_main_sidebar_default {

}
.bau_sidebar_default {

}
.sticky .bau_news_item_list {
    background: #161616!important;
    color: #fff;
}
    .sticky .bau_news_item_list a {
        color: #fff;
    }
    .sticky .bau_news_item_list .btn_simple .ti:after {
        background-color: #fff;
    }
.bau_main_sidebar_default .bau_title {
    margin-top: 0;
    margin-bottom: 40px;
}
.bau_main_sidebar_default .bau_news_item_cont_list {
    width: 510px;
}
.col-md-12.bau_main_sidebar_default .bau_news_item_cont_list {
    width: calc( 70% - 30px );
}
.col-md-12.bau_main_sidebar_default .bau_news_item_photo {
    width: 30%; 
}
.bau_main_sidebar_default .bau_news_item_cont_list_full,
.col-md-12.bau_main_sidebar_default .bau_news_item_cont_list_full {
    width: 100%;
}
.bau_main_sidebar_default .bau_single_page h1, 
.bau_main_sidebar_default .bau_single_page h2, 
.bau_main_sidebar_default .bau_single_page h3, 
.bau_main_sidebar_default .bau_single_page h4, 
.bau_main_sidebar_default .bau_single_page h5, 
.bau_main_sidebar_default .bau_single_page h6, 
.bau_main_sidebar_default .bau_single_page p, 
.bau_main_sidebar_default .bau_single_page .addtoany_share_save_container, 
.bau_main_sidebar_default .bau_single_page_footer {
    width: 100%;
}
.bau_single_page h1, .bau_single_page h2, .bau_single_page h3, .bau_single_page h4, .bau_single_page h5, .bau_single_page h6, .bau_single_page p, .bau_single_page .addtoany_share_save_container, .bau_single_page_footer, .bau_portfolio_container .bau_title {
    margin-left: auto;
    margin-right: auto;
    width: 66%;
    /*text-transform: capitalize;*/
}
.bau_main_sidebar_default .bau_news_item_photo {
    width: 370px;
    height: auto;
}
.bau_navigation {
    font-size: 30px;
    line-height: 40px;
}
.page-numbers {
    opacity: 0.9;
}
.page-numbers.current {
    opacity: 1;
}
/*Tables*/
td, th {
    padding: 10px;
    border-bottom: 1px solid #eee;
    background: #fff;
}
tr {
    
}
table {
    margin-bottom: 30px;
    width: 100%;
    border-top: 1px solid #eee;
    position: relative;
    word-break:normal;
}
article {
    margin-bottom: 40px;
}
.entry-content h2 {
    margin-top: 40px!important;
}
.entry-content h2:first-child {
    margin-top: 0!important;
}
.entry-content .post-thumb {
    margin-bottom: 40px;
}
.wp-caption-text {
    text-align: left!important;
    font-style: italic;
    font-size: 80%;
}
h3 {
    font-weight: 500;
}
h3 strong,
h3 b {
    font-weight: 700;
}
h2 {
    font-weight: 500;
}
h2 strong,
h2 b {
    font-weight: 900;
}
.bau_main_sidebar .btn,
.bau_sidebar_default .btn,
.bau_main_sidebar [type='submit'],
.bau_sidebar_default [type='submit'] {
    background-color: #ab7e4b;
    color: #fff;
}

.bau_sidebar_default h1,
.bau_sidebar_default h2,
.bau_sidebar_default h3,
.bau_sidebar_default h4,
.bau_sidebar_default h5,
.bau_sidebar_default h6 {
    font-family: Playfair Display;
    font-weight: 500;
}



.bau_sidebar_default h3 {
    font-size: 22px;
    line-height: 30px;
}

.bau_sidebar_default h4 {
    font-size: 20px;
    line-height: 28px;
}

.bau_sidebar_default h5 {
    font-size: 18px;
    line-height: 26px;
}

.bau_sidebar_default h6 {
    font-size: 16px;
    line-height: 24px;
}
.bau_sidebar {
    padding: 0;
}

/*Search*/
.bau_search_block .ti {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-top: 3px;
    display: block;
    cursor: pointer;
}
.bau_search_block_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 100;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}
    .bau_search_block_bg.active {
        opacity: 1;
        pointer-events: auto;
    }
    .bau_search_block_bg .search-form {
        position: absolute;
        left: 50%;
        top: 50%;
        transform:translateX(-50%) translateY(-50%);
        width: 50%;
        z-index: 2;
    }
    .search-form {
        position: relative;
    }
        .bau_search_block_bg .search-form .search-form-text {
            background: none;
            color: #fff;
            border: 0;
            width: 100%;
            border-radius: 0;
            border-bottom:1px solid rgba(255,255,255,0.1);
            font-size: 40px;
            padding-right: 40px;
        }
            .bau_search_block_bg .search-form .search-form-text:focus {
                outline:0;
                border-bottom:1px solid rgba(255,255,255,0.6);
            }
        .bau_search_block_bg .search-form .search-form-submit {
            position: absolute;
            top: 27px;
            right: 0;
            background: none!important;
            font-size: 30px;
            padding: 0;
        }
        .bau_search_block_bg_close {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
            cursor: pointer;
        }
        .bau_search_block_bg .search-form-text {
            margin: 0;
        }

/*Sidebar*/
.widget_search label {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}
.widget_search .search-field {
    margin: 0 5px 0 0;
    width: 100%;
}
.widget_search .search-submit {
    padding-left: 20px;
    padding-right: 20px;
}
.widget-area .widget {
    margin-bottom: 40px;
}
.widget .form-control,
.widget .wpcf7-form-control {
    margin-bottom: 20px;
}

    .widget ul > li:hover:before {
        width: 10px;
        margin-right: 10px;
    }
    .widget h6 {
        font: 600 18px/28px Raleway, Arial;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
        .widget ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
            .widget ul ul {
                padding-left: 15px;
            }
            
            .widget_rss li {
                margin-bottom: 20px;
            }
.list-unstyled li {
}
    .list-unstyled .date {
        display: block;
        margin-bottom: 20px;
    }
#wp-calendar td,
#wp-calendar th {
    text-align: center;
    padding:0 5px;
    font-size: 12px;    
}
.widget-title:first-child {
    margin-top: 0;
}
.entry-footer span {
    margin-right: 20px;
}


@media (max-width: 768px) {
    .bau_portfolio_gallery_item.active i {
        bottom: 71px;
    }
    .bau_news_item_list .bau_news_item_cont_list_full {
        width: 100%!important;
        height: auto;
    }
    .bau_page_default .bau_news_item_list .bau_news_item_cont_list {
        width: 205px!important;
    }
    .bau_page_default .bau_news_item_list .bau_news_item_cont_list_full {
        width: 100%!important;
    }
    .bau_news_item_tech {
        position: relative;
        bottom: auto;
    }

  .bau_project_selected .bau_project_title {
    width: 55%!important;
  }
  .bau_project_title {
    width: 75%!important;
  }
  .bau_news_item_comments {
        display: none;
    }


}

@media (max-width: 767px) {
    .search-results .bau_title, .archive .bau_title {
        padding-left: 0;
        padding-right: 0;
    }
    .col-md-12.bau_main_sidebar_default .bau_news_item_photo {
        width: 100%
    }
    #related_posts {
        padding: 50px 0;
    }
    #comments {
        padding: 50px 0;
    }
    .bau_single_page_footer {
        padding:10px 0!important;
    }
    .breadcrumbs {
        padding: 0;
    }
    #related_posts .bau_news_item {
        padding: 0;
    }
    .col-md-9.bau_main_sidebar .bau_news_item_list .bau_news_item_cont_list {
        width: 100%;
    }
    .bau_page_default .bau_news_item_list .bau_news_item_cont_list {
        width: 100%!important;
    }
    blockquote p {
        padding: 0!important;

    }
    .col-md-7.order-first {
        order:14;
    }
    .bau_projects_list_gallery_content {
        margin-bottom: 40px;
    }
    .bau_portfolio_gallery .bau_portfolio_gallery_item {
        height: 100%!important;
    }
    .bau_projects_masonry .bau_project_item {
        width: 100%;
    }
        .bau_projects_masonry .bau_project_item .bau_project_img {
            left: 0;
        }
        .bau_projects_masonry {
            margin: 0;
        }
    .elementor-testimonial-content:before {
        display: none;
    }
    .comment-form-author, .comment-form-email, .comment-form-url {
        width: 100%;
    }

    h2, h2 a, .elementor-widget-heading.elementor-widget-heading h2.elementor-heading-title, .bau_slider_over_text, .bau_slider_item_title, .bau_404_title, .bau_404_subtitle {
        font-size: 40px!important;
        line-height: 50px!important;
    }
    .elementor-testimonial-content {
        padding: 0;
    }
    .bau_nav_txt h3 {
        font-size: 18px!important;
        line-height: 26px!important;
    }
    .bau_portf_gallery_item_caption {
        bottom: 20px;
        left: 0;
        padding: 0 15px;
        font-size: 14px;
        line-height: 22px;
    }
    .bau_portfolio_container .bau_title,
    .bau_portfolio_info {
        width: 100%;
        padding-right: 0;
    }
    .bau_news_item_list .bau_news_item_photo {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        height: auto;
    }
    .bau_news_item_list .bau_news_item_cont_list {
        width: 100%;
        height: auto;
    }
    .bau_news_item_tech {
        position: relative;
        bottom: auto;
    }
    h2, .elementor-widget-heading h2.elementor-heading-title {
        margin-bottom: 50px!important;
    }
    .bau_project_selected .bau_project_title {
        width: 100%;
    }

    .landscape .bau_info_block_item_image {
        height: 200px!important;
    }
    .bau_news_item_title {
        margin-top: 13px;
    }
    .bau_cta_heading_title {
        -webkit-background-size: 150%!important;
        background-size: 150%!important;
    }
    .btn, div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], button, [type="button"], [type="reset"], [type="submit"], .woocommerce div.product form.cart .button, body div.wpforms-container-full .wpforms-form button[type=submit], .woocommerce #review_form #respond .form-submit input, .woocommerce ul.products li.product .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
        padding-left: 31px;
        padding-right: 31px;
    }
    .bau_slider_item_title, 
    .bau_slider_item_text  {
        margin-bottom: 50px;
    }
    .lSSlideWrapper .lSFade {
        height: 400px!important;
        padding: 0!important;
    }
    .bau_gallery {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 217px 100%, 217px 77%, 0% 77%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 217px 100%, 217px 77%, 0% 77%);
    }
    .bau_portfolio_gallery_item img {
        height: 100%;
    }
    .bau_gallery .bau_portfolio_gallery_item {
        height: 410px;
    }
    .bau_cta_heading_title {
        background-position: top!important:;
    }
    .bau_project_arrow {
        display: none!important;
    }
    .bau_project_title {
        width: 100%;
    }
    .bau_project_cont {
        padding: 0 20px;
    }
    .bau_projects_list {
        margin: 0 -15px!important;
    }
    .bau_project_item {
        min-height: 320px;
        height: auto;
    }
    .bau_project_category {
        left: 20px;
    }
    .bau_testimonials_item {
        padding: 0;
    }
    h2, .elementor-widget-heading h2.elementor-heading-title {
        margin-bottom: 50px!important;
    }
    .bau_info_block_item {
        margin-top: 0!important;
        margin-bottom: 0!important;
        padding-bottom: 40px;
    }

    h4.elementor-heading-title br {
        display: none;
    }
    .bau_lines_container {
        display: none;
    }
    .bau_news_item_title {
        min-height:auto ;
    }
    .bau_news_item_cont {
        padding: 30px 0;
    }
    .selected .bau_news_item_cont {
        padding: 20px;
    }
    .bau_news_item.selected {
        height: 425px;
    }
    .bau_news_item.selected .bau_news_item_img {
        height: 410px;
    }
    .selected .bau_news_item_cont {
        margin-top:153px;
    }
    .bau_slider .parallax_title,
    .bau_slider .bau_slider_item_count {
        display: none;
    }
    .elementor-inner .elementor-section-wrap > section > .elementor-column-gap-no  {
        padding-left:15px;
        padding-right: 15px;
    }
    
    
    .bau_slider_item_title_cont {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .elementor-hidden-phone {
        display: none!important;
    }
    .row {
        margin: 0;
        width: 100%;
    }
    h2.bau_title {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0!important;
        font-size: 40px;
        line-height: 48px;
    }
    .bau_news_item_list {
        padding: 20px 15px;

    }

    .site-main {
        padding: 0 15px;
    }
            .bau_main_sidebar h3, .bau_sidebar_default h3 {
        font-size: 20px;
        line-height: 28px;  
    }
    .bau_main_sidebar_default .bau_news_item_photo {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .bau_main_sidebar_default .bau_news_item_photo img {
        width: 100%;
        height: auto;
    }
    .bau_main_sidebar_default .bau_news_item_cont_list {
        width: 100%;
    }
    .bau_navigation {
        margin: 40px 0;
    }
    .bau_site {
        overflow: hidden;
    }
    blockquote {
        padding: 50px;
    }
    blockquote:before {
        left: 10px;
        top: 30px;

    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-hidden-tablet {
        display: none!important;
    }
}

@media (max-width: 1024px) {
    h3 {
        font-size: 26px!important;
        line-height: 34px!important;
    }
    .owl-dots,
    .owl-nav {
        width: 100%!important;
        padding: 0 15px;
    }
    .bau_slider .owl-nav {
        right: 15px;
        left: auto;
        transform:translateX(0);
    }

    .elementor-inner .elementor-section-wrap > section > .elementor-column-gap-no  {
        padding-left:15px;
        padding-right: 15px;
    }
    .widget_search label {
        width: 105px;
    }
    .bau_menu_toggle {
        width: 24px;
        height: 11px;
    }

        .menu_active .bau_search_block {
            opacity: 1;
            pointer-events: auto;
        }

    .bau_search_block_bg .search-form {
        width: 90%;
    }
    .elementor-navigation {
        width: 100%;
    }
    .bau_nav_menu {
        text-align: left;
    }
}

/*404*/
.bau_404 {
    background-image:url(../images/BlackPattern-demo-1.jpg);
    width: 100%;
    max-width: 100%;
    padding: 145px 0!important;
}
.bau_404_title {
    color: #fff;
    background-image:url(../images/victor-garcia-621901-unsplash-1170x526.jpg);
    font-size: 180px!important;
    line-height: 210px!important;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    font-family: Playfair Display;
    font-weight: bold;
}
.bau_404_subtitle {
    color: #fff!important;
    margin: 20px 0 70px 0;
    position: relative;
    z-index: 10;
    font-size: 60px;
    line-height: 70px;
}

.bau_404_title i {
    font-style: normal;
    font-size: 240px;
}
.btn_back {
    text-align: left;
}
    .btn_back:hover {
        color: #fff!important;
    }
    .btn_back i {
        margin-right: 71px;
        margin-left: 0;
    }
    .btn_back:hover i {
        margin-right: 101px;
        margin-left: 0;
    }
    .btn_back i:after {
        right: auto;
        left: 3px;
    }

/*Subscribe Block*/
.bau_subscribe:focus, button:focus {
    outline: 0;
}
    .bau_subscribe i {
        line-height: 31px;
    }
.edit-link {
    display: none;
}
.bau_blog_subscribe {
    padding: 60px 100px;
    margin: 85px 0 0 0;
}
    .bau_blog_subscribe:after {
        display: block;
        content: '';
        clear: both;
    }
.bau_blog_subscribe_cont {
    float: left;
    width: 400px;
    padding-right: 80px;
}
.bau_blog_subscribe_short {
    float: left;
    width: 540px;
    padding-top: 10px;
}
.bau_blog_subscribe_cont_title {
    margin-bottom: 10px;
}

/*LSGallery*/
.bau_portfolio_gallery_item.lslide .bau_project_item_over {
    display: none;
}
.bau_portfolio_gallery_item {
    height: 566px;
}


    
    

.lSPager li span {
    display: block;
    position: absolute;
    content: '';
    width: 105%;
    height: 105%;
    display: none;
}
    .lSPager li.active span {
        display: block;
    }
.lSPager li {
    position: relative;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0!important;
    margin: 0;
    overflow: hidden;
}
.lSSlideOuter .lSPager.lSGallery img {
    width: 100%;
}
.lSAction {
    position: absolute;
    width: 217px;
    height: 95px;
    z-index: 10;
    bottom: 0;
}
.bau_portfolio_gallery_item i {
    position: absolute;
    font-style: normal;
    bottom: 33px;
    left: 250px;
    z-index: 21;
    color: #fff;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0;
    transform:translateY(100px);
}
.bau_portfolio_gallery_item.active i {
    opacity: 1;
    transform:translateY(0);
}

.bau_single_page .bau_portfolio_post_gallery {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%, 28% 80%, 0% 80%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 217px 100%, 217px 82%, 0% 82%);
    height: 525px!important;
}
.bau_single_page {
    margin-left: 1px!important;
    padding-bottom: 50px;
}


.franceFade .lSSlideWrapper.usingCss .bau_portfolio_gallery.lSFade>.lslide{
    opacity: 0;
}
.franceFade .lSSlideWrapper.usingCss .bau_portfolio_gallery.lSFade>.active {
    opacity: 1;
}
.slide_hidden {
    transition: all 1.7s cubic-bezier(.215, .61, .355, 1) 0s;
}

.lSAction > a{
    opacity: 1!important;
    width: 70px!important;
    height: 37px!important;
    display: block;
    position: absolute;
    background:none!important;
}
.lSAction > .lSNext {
    right: 35px!important;
}
.lSAction > .lSPrev {
    left: 30px!important;
}
    .lSPrev i, .lSNext i {
        width: 70px;
        height: 1px;
        background: #090909;
        display: block;
        position: relative;
        top: 18px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .lSPrev:before, .lSNext:before {
        background: #090909;
        width: 25px;
        height: 1px;
        position: absolute;
        transform:rotate(-45deg);
        content: '';
        display: block;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        top: 18px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .lSPrev:after, .lSNext:after {
        background: #090909;
        width: 25px;
        height: 1px;
        position: absolute;
        transform:rotate(45deg);
        content: '';
        display: block;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        top: 18px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.bau_portfolio_container .lSAction {
    bottom: auto;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.bau_portfolio_container .lSAction > a:after,
.bau_portfolio_container .lSAction > a:before,
.bau_portfolio_container .lSAction > a i {
    background: #fff;
}

    .lSNext:before {
        transform:rotate(-45deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        right: 0;
    }
    .lSNext:after {
        transform:rotate(45deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        right: 0;
    }



.lSAction:before {
    display: none;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 100;
    position: absolute;
}
    .lSAction.noactive:before {
        display: block;
    }
.lSSlideOuter:before {
    display: none;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 100;
    position: absolute;
}
    .lSSlideOuter.noactive:before {
        display: block;
    }
.lSPager li:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}
    .lSPager li {
        cursor: pointer;
    }
.bau_portfolio_gallery_item span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: opacity .7s cubic-bezier(.215, .61, .355, 1) 0.5s, transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
    transform:translateX(0%);
    opacity: 0;
}
.bau_portfolio_gallery_item.slide_hidden span {

}

.franceFade .lSSlideWrapper.usingCss .bau_portfolio_gallery_right.lSFade>.active span {
    animation:1s ease normal none slider_animation_right;
}
.franceFade .lSSlideWrapper.usingCss .bau_portfolio_gallery_left.lSFade>.active span {
    animation:1s ease normal none slider_animation_left;
}

.franceFade .lSSlideWrapper.usingCss .bau_portfolio_gallery_right.lSFade>.active span img {
    animation:1s ease normal none slider_animation_image_right;
}
.franceFade .lSSlideWrapper.usingCss .bau_portfolio_gallery_left.lSFade>.active span img {
    animation:1s ease normal none slider_animation_image_left;
}

.bau_portfolio_gallery_item img {
    position: absolute;
    left: 0;
    object-fit:cover;
    transition: transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
    height: 100%;
    transform:translateX(0%);
}

.franceFade .lSSlideWrapper.usingCss .lSFade>.active span {
    overflow: hidden;
    opacity: 1;
    z-index: 20;
}
@keyframes slider_animation_right {
    0% {
        opacity: 0;
        transform:translateX(100%);
    }
    100% {
        opacity: 1;
        transform:translateX(0%);
    }
}
@keyframes slider_animation_left {
    0% {
        opacity: 0;
        transform:translateX(-100%);
    }
    100% {
        opacity: 1;
        transform:translateX(0%);
    }
}

@keyframes slider_animation_image_right {
    0% {
        transform:translateX(-50%);
    }
    100% {
        transform:translateX(0%);
    }
}
@keyframes slider_animation_image_left {
    0% {
        transform:translateX(50%);
    }
    100% {
        transform:translateX(0%);
    }
}

.slide_hidden {
    z-index: 9;
}
    .slide_hidden span {
        width: 100%;
    }


/*Arrows*/
.bau_angle span {
    display: block;
}
.bau_angle span:after {
    display: block;
    content: '';
    width: 8px;
    height: 1px;
    position: absolute;
    transform:rotate(-45deg);
    background: #fff;
    right: 1px;
    top: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bau_angle span:before {
    display: block;
    content: '';
    width: 8px;
    height: 1px;
    position: absolute;
    transform:rotate(45deg);
    background: #fff;
    right: 1px;
    top:-3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bau_info_block .owl-nav .bau_angle span:before,
.bau_info_block .owl-nav .bau_angle span:after,
.bau_info_block .owl-prev .bau_angle:after,
.bau_info_block .owl-next .bau_angle:after,
.bau_testimonials .owl-nav .bau_angle span:before,
.bau_testimonials .owl-nav .bau_angle span:after,
.bau_testimonials .owl-prev .bau_angle:after,
.bau_testimonials .owl-next .bau_angle:after,
.bauwerk_partners .owl-nav .bau_angle span:before,
.bauwerk_partners .owl-nav .bau_angle span:after,
.bauwerk_partners .owl-prev .bau_angle:after,
.bauwerk_partners .owl-next .bau_angle:after,
.bau_awards .owl-nav .bau_angle span:before,
.bau_awards .owl-nav .bau_angle span:after,
.bau_awards .owl-prev .bau_angle:after,
.bau_awards .owl-next .bau_angle:after {
    background: #111111;
} 
.bau_testimonials .owl-next .bau_angle:after,
.bau_info_block .owl-next .bau_angle:after,
.bauwerk_partners .owl-next .bau_angle:after,
.bau_awards .owl-next .bau_angle:after {
    right: 2px;
}
.bau_info_block .owl-prev .bau_angle:after,
.bau_info_block .owl-next .bau_angle:after,
.bau_testimonials .owl-prev .bau_angle:after,
.bau_testimonials .owl-next .bau_angle:after,
.bauwerk_partners .owl-prev .bau_angle:after,
.bauwerk_partners .owl-next .bau_angle:after,
.bau_awards .owl-prev .bau_angle:after,
.bau_awards .owl-next .bau_angle:after {
    display: none;
}
.bau_info_block .owl-next .bau_angle span:after,
.bau_info_block .owl-next .bau_angle span:before,
.bau_testimonials .owl-next .bau_angle span:after,
.bau_testimonials .owl-next .bau_angle span:before,
.bauwerk_partners .owl-next .bau_angle span:after,
.bauwerk_partners .owl-next .bau_angle span:before,
.bau_awards .owl-next .bau_angle span:after,
.bau_awards .owl-next .bau_angle span:before  {
    right: -2px;
}
.bau_info_block .owl-nav .bau_angle,
.bau_testimonials .owl-nav .bau_angle,
.bauwerk_partners .owl-nav .bau_angle,
.bau_awards .owl-nav .bau_angle {
    display: block;
    height: 34px;   
}

.owl-prev .bau_angle:after,
.prev .bau_angle:after {
    width: 71px;
    height: 1px;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.owl-next .bau_angle:after,
.next .bau_angle:after {
    width: 71px;
    height: 1px;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/*Default Page*/
.bau_page_default {
    word-wrap: break-word;
}
.widget select {
    width: 100%;
}
.bau_nav_menu {
    list-style: none ;
    padding: 0;
    margin: 0;
}
.rss-date {
    display: block;
    margin: 5px 0;
    font-size: 12px;
}
.page-links {
    margin: 20px 0!important;
    padding: 0 20px 20px;
}
.page-links a {
    display: inline-block;
    padding: 0 10px;
    background: #eee;
    border-radius: 5px;
    margin: 0 2px;
}
.entry-content p:after2 {
    display: block;
    content: '';
    clear: both;
}
.bau_single_page:after {
    display: block;
    clear: both;
    content: '';
}
.bau_single_page_footer {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 10px 20px;
    background: #fff;
    margin-left: 1px;
    width: calc( 100% - 1px )!important;
    margin-bottom: 0;
}
.hentry {
    margin: 0!important;
}
.bau_page_default ul.bau_nav_menu  {
    padding: 0!important;
    font:300 16px/30px Roboto;
    text-transform: uppercase;
}
.bau_page_default .bau_main_sidebar.col-md-9 {
    padding-right: 0;
}
.bau_sidebar {
    padding: 0 30px;
}
.bau_page_default .bau_title {
    margin-bottom: 90px!important;
}
.bau_page_default h1 {
    font:300 70px/82px Roboto;
    padding-right: 0;
}
.bau_page_default h2 {
    font:300 60px/72px Roboto;
    padding-right: 0;
}
.bau_page_default h3 {
    font:300 30px/42px Roboto;
    padding-right: 0;
}
.bau_page_default h4 {
    font:300 24px/36px Roboto;
    padding-right: 0;
}
.bau_page_default h5 {
    font:300 20px/32px Roboto;
    padding-right: 0;
}
.bau_page_default h6 {
    font:300 16px/24px Roboto;
    padding-right: 0;
}
blockquote p {
    padding: 0 60px 0 190px;
    margin: 0!important;
}

.bau_page_default .bau_search_block {
    margin-top: 0;
}
.site-branding {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.site-title {
    margin-bottom: 0;
}
.site-title {
    font: 700 24px/32px Roboto;
    margin: 0;
    text-transform: uppercase;
}
    .site-title a {
        color: #a58353;
    }
.bau_page_default,
.bau_page_default input, 
.bau_page_default textarea,
.bau_page_default select {
    font: 300 16px/30px Roboto;
    font-size: 16px;
    line-height: 30px;
    color: #222;
}
.bau_page_default .btn, .bau_page_default .btn:hover, div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, button, [type="button"], [type="reset"], [type="submit"], .bau_page_default .woocommerce div.product form.cart .button, .bau_page_default .woocommerce div.product form.cart .button:hover, body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit]:hover, .bau_page_default .woocommerce #review_form #respond .form-submit input, .bau_page_default .woocommerce #review_form #respond .form-submit input:hover, .bau_page_default .woocommerce ul.products li.product .button, .bau_page_default .woocommerce ul.products li.product .button:hover, .bau_page_default .woocommerce #respond input#submit, .bau_page_default .woocommerce a.button, .bau_page_default .woocommerce button.button, .bau_page_default .woocommerce input.button, .bau_page_default .woocommerce #respond input#submit:hover, .bau_page_default .woocommerce a.button:hover, .bau_page_default .woocommerce button.button:hover, .bau_page_default .woocommerce input.button:hover {
    font: 300 18px/30px Roboto;
}
.bau_page_default .elementor-widget-heading.elementor-widget-heading span.elementor-heading-title, 
.bau_page_default .btn_simple, 
.bau_page_default .btn_simple:hover, 
.bau_page_default .bauwerk_info_block_item:hover h3, 
.bau_page_default .owl-next:hover .ti, 
.bau_page_default .owl-prev:hover .ti, 
.bau_page_default.bau_page .bau_gallery .owl-prev:hover .ti, 
.bau_page_default.bau_page .bau_gallery .owl-next:hover .ti, 
.bau_page_default .bau_testimonials_item_title_name, 
.bau_page_default .bau_info_block_item_cont_subtitle, 
.bau_page_default .bau_info_block_item_cont .bau_awards_item_place, 
.bau_page_default ul li:before, 
.bau_page_default .bau_navigation span, 
.bau_page_default a:hover, 
body .bau_page_default blockquote strong, 
.bau_page_default blockquote:before, 
.bau_page_default .nav-box:hover .ti:before, 
.bau_page_default .bau_slider_item_count span, 
.bau_page_default .bau_testimonials_item_desc:before, 
.bau_page_default .elementor-heading-title i, 
.bau_page_default .selected .btn_simple .ti, 
.bau_page_default .selected .bau_news_item_cont .btn_simple, 
.bau_page_default .bau_info_block_item:hover .bau_info_block_item_cont h3, 
.bau_page_default .fn {
    color: #a58353;
}


.bau_page_default .bau_lines_block_form:before, 
.bau_page_default .bau_lines_block_form:after, 
.bau_page_default .owl-next:hover .ti:after, 
.bau_page_default .owl-prev:hover .ti:after, 
.bau_page_default.bau_page .bau_gallery .owl-prev:hover .ti:after, 
.bau_page_default.bau_page .bau_gallery .owl-next:hover .ti:after, 
.bau_page_default .btn_simple .ti:after, 
.bau_page_default .mc4wp-form-fields button, 
.bau_page_default .bau_navigation a:hover .ti:after, 
.bau_page_default .nav-box:hover .ti:after, 
.bau_page_default .selected .btn_simple .ti:after, 
.bau_page_default .bau_portfolio_gallery, 
.bau_page_default .lSAction > a:hover i, 
.bau_page_default .lSAction > a:hover:after, 
.bau_page_default .lSAction > a:hover:before, 
.bau_page_default .owl-prev:hover i:after, 
.bau_page_default .owl-prev:hover i span:after, 
.bau_page_default .owl-prev:hover i span:before, 
.bau_page_default .owl-next:hover i:after, 
.bau_page_default .owl-next:hover i span:after, 
.bau_page_default .owl-next:hover i span:before, 
.bau_page_default .bau_gallery, 
.bau_page_default .btn_simple i:after, 
.bau_page_default .btn_simple i span:after, 
.bau_page_default .btn_simple i span:before, 
.bau_page_default .bau_info_block .bau_angle:hover span:before, 
.bau_page_default .bau_info_block .bau_angle:hover span:after, 
.bau_page_default .bau_info_block .bau_angle:hover:after, 
.bau_page_default .bau_nav_menu > .current-menu-parent > a:before, 
.bau_page_default .bau_nav_menu > .current-menu-item > a:before, 
.bau_page_default .lSPager li.active:before, 
.bau_page_default .next .bau_angle span:after, 
.bau_page_default .prev .bau_angle span:after, 
.bau_page_default .next .bau_angle span:before, 
.bau_page_default .prev .bau_angle span:before, 
.bau_page_default .prev .bau_angle:after, 
.bau_page_default .next .bau_angle:after {
    background-color: #a58353;
}
.bau_page_default h3.entry-title {
    font: 300 30px/40px Roboto;
    color: #222;
}
.bau_preheader .container {
    padding-top: 5px;
    padding-bottom: 5px;
}
.bau_preheader {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    z-index: 2;
    position: relative;
}
.bau_page_default .bau_menu_default {
    margin-right: -15px;
}
.bau_page_default .bau_news_item_list .bau_news_item_cont_list {
    height: auto;
}
.bau_footer_default .bau_lines_block:after,
.bau_footer_default .bau_lines_block:last-child:before {
    bottom: 0;
}

@media (max-width: 1190px)  {
    .elementor-top-section > .elementor-column-gap-no { 
        padding-right: 15px;
        padding-left: 15px;
    }
    .bau_slider {
        margin-left: -15px;
        margin-right: -15px;
        width: calc( 100% + 30px );
    }
}
/*Animate Css*/

@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-50%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-50%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(50%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,20%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(50%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-50%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-50%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-50%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(50%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,50%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}50%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}50%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{50%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}50%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{50%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 50%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 50%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}50%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}50%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}50%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}50%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}50%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 50%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}50%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:50% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}50%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}50%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}50%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}
