/*
Theme Name: Make Up Art
Author: LEXO GmbH
Author URI: https://www.lexo.ch/
Version: 1.0
*/

/*
*
* Import rte
*
*/



/*
*
* Clearfix
*
*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.container {
    padding: 0;
}
.flexible_content {
    padding: 15px;
}
.img100 {
    width: 100%;
    height: auto;
}
.relative {
    position: relative;
}

/*
*
* General
*
*/

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#page_container .section:last-child,
div#page_container.remove_padding_bottom {
    padding-bottom: 0;
}

/*
 *
 * Accordian
 *
 */

.accordian_elem {
    position: relative;
    border-radius: 10px;
    margin-bottom: 10px;
}
.ae_content_container {
    background-color: rgba(45, 45, 45, 0.8);
    /*padding-bottom: 5px;*/
    padding: 20px
}

.ae_content_container > p {
    margin-bottom: 0 !important;
}

.aeh_icon {
    font-size: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    padding-right: 20px;
    right: 0;
    color: white;
    -webkit-transition: transform .25s, color .25s;
    -moz-transition: transform .25s, color .25s;
    -ms-transition: transform .25s, color .25s;
    -o-transition: transform .25s, color .25s;
    transition: transform .25s, color .25s;
}

.accactive .aeh_icon {
    -webkit-transform: rotate(180deg) translateX(20px);
    -moz-transform: rotate(180deg) translateX(20px);
    -ms-transform: rotate(180deg) translateX(20px);
    -o-transform: rotate(180deg) translateX(20px);
    transform: rotate(180deg) translateX(20px);
}
.accactive.ae_header {
    border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
}

.aeh_title {
    font-weight: normal;
    padding: 10px 35px 10px 20px;
    position: relative;
    font-size: 3.1rem;
    color: white;
}

.ae_header {
    cursor: pointer;
    position: relative;
    display: flex;
    background-color: #9cc0e9;
    border-radius: 10px;
    transition: border-radius 1s;
}

.ae_body {
    display: none;
    font-weight: normal;
}
.ae_content_container {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


/*
*
* PAGE GENERAL
*
*/

body {
    background-color: #000;
    color: #fff;
    min-height: 100vh;
    overflow-x: hidden;
    max-width: 100vw;
}
.website_container {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.content_wrapper {
    /* min-height: calc(100vh - 85px); */
    min-height: 100vh;
    padding-top: 85px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

footer {
    background: rgba(61, 62, 64, 0.8);
}

body.active_menu .website_container{
    -webkit-transform: translate3d(228px, 0, 0);
    -moz-transform: translate3d(228px, 0, 0);
    -ms-transform: translate3d(228px, 0, 0);
    -o-transform: translate3d(228px, 0, 0);
    transform: translate3d(228px, 0, 0);
    position: relative;
    z-index: 2;
}

/*
*
* HOME SLIDER
*
*/

.slide_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 85px);
    background-size: cover;
    z-index: 1;
    background-repeat: no-repeat;
}
#home_slider .slick-slide {
    height: calc(100vh - 85px);
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slide_container {
    position: relative;
    z-index: 2;
}
.slide_container_wrapper {
    position: absolute;
    bottom: 80px;
    width: 100%;
    left: 0;
}
.slide_description {
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    text-align: right;
}
h2.slide_title {
    font-size: 5.5rem;
    margin: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 15px 15px 15px;
    display: inline-block;
    float: right;
    margin-bottom: 5px;
    text-align: right;
}
.slide_description p:last-child {
    margin-bottom: 0;
}
.slide_description p {
    font-size: 1.8rem;
    line-height: 1.2;
}
.slide_title_wapper {
    display: inline-block;
    float: right;
    padding-left: 80px;
    overflow: hidden;
    position: relative;
}
.slider_title_angle {
    width: 80px;
    height: calc(100% - 5px);
    position: absolute;
    top: 0;
    left: 0px;
    background: url('images/static/object 2.svg') right top no-repeat;
    background-size: cover;
}


ul.slick-dots {
    bottom: 90px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
    left: calc(50% - 585px);
    text-align: left;
    list-style: none;
}
ul.slick-dots li:before {
    display: none;
}
ul.slick-dots li button {
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
ul.slick-dots li button:before {
    display:none;
}
ul.slick-dots li.slick-active button {
    background: #fff;
    box-shadow: 0 0 0px 7px rgba(255, 255, 255, 0.2);
}

ul.slick-dots li {
    vertical-align: top;
    margin: 0 25px 0px 0;
}
ul.slick-dots li button:after {
    content: "";
    width: 26px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: relative;
    left: 19px;
}
ul.slick-dots li:last-child button:after {
    display: none;
}
ul.slick-dots li:last-child {
    margin-right: 0;
}
body.home.page-template.page-template-template-home .website_container {
    height: 100vh !important;
    /* overflow: hidden; */
    min-height: 600px;
}
body.home.page-template.page-template-template-home {
    max-height: 100vh !important;
    height: 100vh !important;
}

.wp_gallery_advanced_slider_wrapper ul.slick-dots {
    bottom: -40px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.wp_gallery_advanced_slider_wrapper {
    padding-bottom: 50px;
}


/*
*
* HEADER & MAIN NAV
*
*/

header {
    background: #000000;
    border-top: 4px solid #9cc0e9;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    height: 85px;
    border-bottom: 1px solid #384252;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* overflow: hidden; */
}

header.nav-up {
    height: 60px;
}
header.nav-up ul#header-menu li a {
    height: 55px;
    line-height: 55px;
}
header.nav-up ul#header-menu li:last-child a {
    line-height: 1;
    height: auto;
}


header .container {
    height: 100%;
}
.flex_header {
    height: 100%;
    justify-content: center;
    align-items: center;
}

ul#header-menu {
    padding: 0;
    margin: 0;
}
ul#header-menu li {
    margin: 0 12px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul#header-menu li:before {
    display: none;
}
ul#header-menu > li.menu-item.menu_item-has_children > a {
    padding-right: 15px;
    position: relative;
    white-space: nowrap;
}
ul#header-menu > li.menu-item.menu_item-has_children > a:before {
    content: "\e908";
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    left: auto;
    font-size: 10px;
}
ul#header-menu li a {
    height: 80px;
    display: inline-block;
    border-bottom: 4px solid transparent;
    line-height: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'BarlowSemiCondensed-Medium';
    text-transform: uppercase;
    font-size: 1.6rem;
}
ul#header-menu li a:hover,
ul#header-menu li.current_menu_item a,
ul#header-menu li.current_page_parent a
{
    border-bottom-color: #9cc0e9;
    color: #fff;
}
ul#header-menu li:last-child {
    padding: 0;
    margin: 0;
}

ul#header-menu > li:last-child a {
    border: 1px solid #9cc0e9;
    padding: 7px 10px;
    line-height: 1;
    height: auto;
}
ul#header-menu > li:last-child a:hover,
ul#header-menu > li:last-child.current_menu_item a {
    border-color: #9cc0e9;
    background: #9cc0e9;
    color: #fff;
}
ul.sub-menu {
    position: absolute;
    top: 120%;
    left: 0;
    z-index: 100;
    background: rgba(61, 62, 64, 0.9);
    margin: 0;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
ul#header-menu li:hover ul.sub-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}

ul#header-menu ul.sub-menu li.menu-item a {
    height: initial;
    /* line-height: 1; */
    border: none;
    color: #cacaca;
    white-space: nowrap;
    padding-right: 15px;
    line-height: 26px;
    font-size: 1.4rem;
}
ul#header-menu ul.sub-menu > li.menu-item a:hover,
ul#header-menu ul.sub-menu > li.menu-item.current_menu_item > a,
ul#header-menu ul.sub-menu > li.menu-item.menu_item-has_children:hover:after
{
    color: #fff;
}
ul#header-menu ul.sub-menu li.menu-item {
    margin: 0;
    display: block;
    border-bottom: 1px solid #4b4b4b;
    position: relative;
}
ul#header-menu ul.sub-menu li.menu-item.menu_item-has_children:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: visible;
    position: absolute;
    top: 4px;
    right: 0px;
    color: #cecece;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
ul#header-menu ul.sub-menu > li.menu-item:hover > a,
ul#header-menu ul.sub-menu > li.menu-item.current_menu_item_parent > a
{
    color: #fff;
}


ul#header-menu ul.sub-menu li:last-child {
    border: none;
}
ul#header-menu ul.sub-menu ul.sub-menu.level-2 {
    position: absolute;
    top: -10px;
    left: calc(120%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul#header-menu ul.sub-menu li.menu-item:hover ul.sub-menu.level-2 {
    left: calc(100% + 10px);
    opacity: 1;
    visibility: visible;
}


.logo {
    text-align: right;
    align-self: center;
}
a.logo_link {
    text-decoration: none;
    text-align: right;
    display: inline-block;
}
.logo_text_top {
    font-family: 'Roboto-Black';
    font-size: 3rem;
    display: inline-block;
    letter-spacing: 4px;
    color: #9cc0e9;
    line-height: 1;
}
.logo_text_bottom {
    color: #fafafa;
    font-size: 1.2rem;
    font-family: 'Roboto-Regular';
    padding-right: 164px;
    letter-spacing: 2px;
}

/*
*
* FOOTER
*
*/


.footer_top_wrapper {
    padding-bottom: 85px;
}
.footer_separator {
    border-top: 2px solid #9cc0e9;
    text-align: right;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    clear: both;
    margin-bottom: 22px
}
span.back_to_top {
    background: #9cc0e9;
    vertical-align: top;
    float: right;
    font-size: 1.2rem;
    width: 28px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
span.back_to_top:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 10px;
    position: absolute;
    top: 100%;
    right: 0;
    border-style: solid;
    border-width: 0px 27px 10px 0;
    border-color: transparent #9cc0e9 transparent transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
span.back_to_top:hover {
    background: #fff;
    color: #9cc0e9;
}
span.back_to_top:hover:after {
    border-color: transparent #fff transparent transparent;
}
.footer_title {
    font-size: 2.4rem;
    font-family: 'BarlowSemiCondensed-Medium';
    text-transform: uppercase;
    margin-bottom: 33px;
}
.footer_content.footer_gallery {
    margin-top: 7px;
    display: inline-block;
    width: 100%;
}
.footer_content.footer_gallery img {
    margin-bottom: 15px;
}
.footer_content.footer_gallery .row {
    margin-left: -10px;
    margin-right: -10px;
}
.footer_content.footer_gallery .row div {
    padding: 0 10px;
}
.f_c_title,
.f_c_subtitle {
    font-family: 'BarlowSemiCondensed-SemiBold';
    color: #fff;
}
.footer_content {
    color: #d7d7d7;
    line-height: 1.7;
}
.footer_contact {
    margin-top: 30px;
}
.footer_contact [class^="icon-"] {
    font-size: 12px;
    margin-right: 6px;
}
.footer_contact a {
    color: #d7d7d7;
}
.footer_contact a:hover {
    color: #c4dbf5;
}

footer {
    background: rgba(61, 62, 64, 0.8);
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #bbbbbb;
    margin-top: -50px;
    position: relative;
    z-index: 100;
}
footer a {
    color: #bbbbbb;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;

}
footer a:hover {
    color: #9cc0e9;
}
a.social_icon {
    font-size: 30px;
    display: inline-block;
    position: relative;
    bottom: -6px;
    margin-left: 10px;
}
a.footer_links:after {
    content: "|";
    display: inline-block;
    margin: 0 8px 0 12px;
    color: #bbbbbb !important;
}

.footer_bottom_right  {
    margin-bottom: 8px;
}
.footer_bottom_flex.flex {
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
}
.footer_links,
.footer_social_icons
{
    display: inline-block;
}

/*
*
* MAIN CONTENT
*
*/

h1#top_title {
    margin: 35px 0 0 0;
    text-transform: uppercase;
}
#page_container {
    margin-bottom: 25px;
}

div#mobilemenu_overlay.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

/*
*
* GALLERY PAGE
*
*/

a.gal_single_link {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #31353b;
    vertical-align: top;
    margin-bottom: 30px;
}
.gal_content_wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 49, 85, 0.6);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}
a.gal_single_link:hover .gal_content_wrap {
    top: 0;
}
/* .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
} */
  
.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}
.fancybox-thumbs__list a:before {
    border: 3px solid #9cc0e9;
}
.fancybox-progress {
    background: #9cc0e9;
}
/* .fancybox-thumbs__list {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fancybox-thumbs__list a {
    float: none;
} */
.fancybox-is-open .fancybox-bg {
    background: #000000;
    opacity: .9;
}

.fancybox-thumbs.fancybox-thumbs-x {
    width: 100%;
    height: 100px;
    bottom: 0;
    top: auto;
    background: #000;
    padding: 5px 5px;
}
.fancybox-thumbs__list a {
    max-width: 80px;
}

/*
*
* FORM
*
*/

.contact_address,
.contact_info  {
    margin-top: 30px;
}
.contact_section_left {
    line-height: 1.5;
}
.contact_info [class^="icon-"] {
    margin-right: 10px;
}
.contact_info a {
    color: #fff;
}
.contact_info a:hover {
    color: #9cc0e9;
}

.contact_section_right {
    margin-top: 13px;
}


.form input {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 46px;
    padding: 0 22px;
    color: #000;
}

.form_field {
    margin-bottom: 30px;
    position: relative;
}

.form_field.no_space {
    margin-bottom: 0;
}

.required:after {
    content: '*';
    position: absolute;
    top: 16px;
    right: 21px;
    color: #8d8d8d;
}

.form textarea {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 157px;
    overflow-y: auto;
    resize: none;
    padding: 14px 22px;
    color: #000;
}

.form_bottom {
    padding: 14px 15px 0;
    clear: both;
    justify-content: space-between;
}

.submit_wrapper {
    width: 100%;
    max-width: 225px;
    position: relative;
}

button[type="submit"] {
    width: 100%;
}

.req_text {
    align-items: center;
}

.acf-map {
    height: 640px;
    position: relative;
}

.acf-map:after {
    content: '';
    width: 100%;
    height: 12px;
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
}
.map_marker_title {
    color: #da291c;
    display: block;
    text-align: center;
    font-weight: 500;
}
.map_marker_text {
    text-align: center;
}

/*GOOGLE CAPTCHA*/

#googlecaptcha_wrapper {
    position: absolute;
    top: 16px;
    right: -2px;
    opacity: 0.0001;
    visibility: hidden;
    -webkit-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -webkit-transform: translate(0,-150%);
    -moz-transform: translate(0,-150%);
    -ms-transform: translate(0,-150%);
    -o-transform: translate(0,-150%);
    transform: translate(0,-150%);
}

#googlecaptcha_wrapper.active {
    opacity: 0.9999;
    visibility: visible;
    -webkit-transform: translate(0,-110px);
    -moz-transform: translate(0,-110px);
    -ms-transform: translate(0,-110px);
    -o-transform: translate(0,-110px);
    transform: translate(0,-110px);
}

#googlecaptcha_wrapper:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 57%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 11px 0 11px;
    border-color: #d3d3d3 transparent transparent transparent;
}

#l-notify {
    position: fixed;
    bottom: 0;
    z-index: 100;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(156, 192, 233, 0.9);
    padding: 25px 15px;
    color: #fff;
    font-size: 3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -o-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-transition: transform .25s, opacity .25s, visibility .25s;
    -moz-transition: transform .25s, opacity .25s, visibility .25s;
    -ms-transition: transform .25s, opacity .25s, visibility .25s;
    -o-transition: transform .25s, opacity .25s, visibility .25s;
    transition: transform .25s, opacity .25s, visibility .25s;
}

#l-notify.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

/*FORM ERROR*/

span.error {
    max-height: 0px !important;
    max-width: 0px !important;
    overflow: hidden;
    display: inline-block !important;
    border: 0px !important;
}
form em {
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 100;
    font-style: normal;
}
form em:before {
    content: "\f06a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
    color: red;
    font-weight: 700;
    font-size: 22px;
    width: 20px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    cursor: pointer;
    margin: 10px 10px 10px 0px;
}
span.error.hover-active {
    max-height: none !important;
    max-width: 300px !important;
    position: absolute;
    top: 7px;
    right: 40px;
    background: #ededed;
    padding: 6px 10px;
    line-height: 15px;
    border: 0px;
    z-index: 100;
    display: inline-block !important;
    font-size: 13px;
    color: #f90106;
    font-weight: 700;
    overflow: visible;
}
form em.hover-active {
    width: 90%;
    text-align: right;
}
span.error.hover-active:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 16px;
    background: url(images/static/hover_error_form.png);
    position: absolute;
    top: 5px;
    right: -6px;
}
/* Burger button */

#burger {
    width: 33px;
    height: 24px;
    position: relative;
    display: none;
}

#burger:hover {
    cursor: pointer;
}

#burger .bb_1,
#burger .bb_2,
#burger .bb_3 {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #9cc0e9;
    left: 0;
    -webkit-transition: opacity .25s, transform .25s;
    -moz-transition: opacity .25s, transform .25s;
    -ms-transition: opacity .25s, transform .25s;
    -o-transition: opacity .25s, transform .25s;
    transition: opacity .25s, transform .25s;
    -webkit-border-radius: 75px / 50px;
    -moz-border-radius: 75px / 50px;
    border-radius: 75px / 50px;
}

#burger .bb_1 {
    top: 0;
}

#burger .bb_2 {
    top: 9px;
}

#burger .bb_3 {
    top: 19px;
}

#burger.active .bb_1 {
    -webkit-transform: translate(0px, 9px) rotate(45deg);
    -moz-transform: translate(0px, 9px) rotate(45deg);
    -ms-transform: translate(0px, 9px) rotate(45deg);
    -o-transform: translate(0px, 9px) rotate(45deg);
    transform: translate(0px, 9px) rotate(45deg);
}

#burger.active .bb_2 {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
}

#burger.active .bb_3  {
    -webkit-transform: translate(0px, -10px) rotate(-45deg);
    -moz-transform: translate(0px, -10px) rotate(-45deg);
    -ms-transform: translate(0px, -10px) rotate(-45deg);
    -o-transform: translate(0px, -10px) rotate(-45deg);
    transform: translate(0px, -10px) rotate(-45deg);
}

 
body.safari .col-lg-6 {
    width: calc(50% - 1px);
}
body.safari .col-lg-4 {
    width: calc(33% - 1px);
}
body.safari .col-lg-3 {
    width: calc(25% - 1px);
}



@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    nav#main-menu {
        display: block !important;
    }
    
}

@media (max-width: 1200px) {
    form#contact_form {
        margin-top: 30px;
    }
    #home_slider .slide_background {
        height: calc(100vh - 80px);
    }
    #home_slider .slick-slide {
        height: calc(100vh - 80px);
    }
    #home_slider ul.slick-dots {
        bottom: 53px;
        width: 100%;
        min-width: 100%;
        text-align: center;
        left: 0;
    }
    #home_slider .slide_container_wrapper {
        bottom: 85px;
    }
    ul.sub-menu {
        position: relative;
        opacity: 1;
        visibility: visible;
    }
    ul#header-menu ul.sub-menu li.menu-item a {
        white-space: normal;
    }
    ul#header-menu li:last-child {
        margin: 0 10px 0px !important;
    }
    ul#header-menu ul.sub-menu ul.sub-menu.level-2 {
        position: relative;
        visibility: visible;
        opacity: 1;
        left: 0px;
        top: 0;
    }
    ul#header-menu ul.sub-menu li.menu-item.menu_item-has_children:after {
        content: "\e908";
        display: inline-block;
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 9px;
        right: 0;
        left: auto;
        font-size: 10px;
    }
    .header_menu  nav#main-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 100;
        position: fixed;
        top: 0px;
        background: rgba(61, 62, 64, 1);
        color: #fff;
        left: 0;
        width: 228px;
        border-top: 4px solid #9cc0e9;
        min-height: 100vh;
        height: 100%;
        -webkit-transform: translate3d(-228px, 0, 0);
        -moz-transform: translate3d(-228px, 0, 0);
        -ms-transform: translate3d(-228px, 0, 0);
        -o-transform: translate3d(-228px, 0, 0);
        transform: translate3d(-228px, 0, 0);
    }
    body.page-template-template-home nav#main-menu {
        max-width: 100vh;
        overflow: auto;
        padding-bottom: 20px;
    }
    header.nav-up ul#header-menu li a {
        height: auto;
        line-height: 2.5;
    }
    header {
        position: relative !important;
        height: 80px !important;
    }
    body.page-template-template-home header {
        position: fixed !important;
    }
    .content_wrapper {
        padding-top: 20px;
    }
    body.page-template-template-home .content_wrapper {
        padding-top: 80px;
    }
    #burger {
        display: block;
    }
    .header_menu {
        position: initial;
    }
    ul#header-menu li {
        display: block;
        margin: 0;
        padding: 0 10px;
    }
    ul#header-menu {
        flex-direction: column;
    }
    ul#header-menu li a {
        height: auto;
        display: block;
        border-bottom-width: 1px;
        border-color: #4b4b4b;
        line-height: 2.5;
        font-size: 1.6rem;
    }
}


@media (max-width: 992px) {
    #home_slider ul.slick-dots {
        bottom: 90px;
    }
    .footer_bottom_flex.flex {
        flex-direction: column;
        text-align: center;
    }
    .footer_bottom_right {
        text-align: center;
    }
    footer {
        height: auto;
        padding: 10px 0;
    }
    /* #home_slider .slide_background {
        height: 100vh;
    } */
    /* #home_slider .slick-slide {
        height: 100vh;
    } */
    body.home.page-template.page-template-template-home footer {
        height: auto;
        padding: 10px 0 0px;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    #home_slider .slide_container_wrapper {
        bottom: 170px;
    }
    h2.slide_title {
        font-size: 3.5rem;
    }
    .slide_description p {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .gallery_page_gal_wrapper.row {
        margin-left: -30px;
        margin-right: -30px;
    }
    .logo_text_bottom {
        padding-right: 20px;
    }
    .container {
        padding: 0 15px;
    }
    .flexible_content {
        padding: 15px 0;
    }
    .form_bottom {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .form_bottom .submit_wrapper {
        margin-top: 20px;
    }
    ul.slick-dots li button:after {
        width: 10px;
        left: 14px;
    }
    ul.slick-dots li {
        vertical-align: top;
        margin: 0 9px 0px 0;
    }
}
@media (max-width: 500px) {
    .footer_bottom_flex.flex {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    a.social_icon {
        font-size: 25px;
    }
    #home_slider .slide_container_wrapper {
        bottom: 135px;
    }
    h2.slide_title {
        font-size: 3rem;
    }
    .slide_description {
        padding: 10px;
    }
    #home_slider ul.slick-dots {
        display: none !important;
    }
}

@media (max-width: 400px) {
    .logo_text_bottom {
        padding-right: 0;
    }
}



@media (max-height: 600px) {
    div#home_slider_wrapper {
        height: 100%;
    }
    body.home.page-template.page-template-template-home footer {
        height: auto;
        padding: 0px;
        position: relative;
        margin-top: 0px;
        background: rgba(61, 62, 64, 1);
    }
    #home_slider .slide_container_wrapper {
        bottom: 90px;
    }
    #home_slider ul.slick-dots {
        bottom: 35px;
    }
    body.home.page-template.page-template-template-home .footer_bottom_flex.flex {
        padding: 10px 0;
    }
    body.page-template-template-home header {
        position: relative !important;
    }
    body.page-template-template-home .content_wrapper {
        padding-top: 0px;
        min-height: 600px;
    }
    body.home.page-template.page-template-template-home .website_container {
        height: auto !important;
    }
    header.nav-up {
        height: 85px;
    }
    div#home_slider_wrapper {
        min-height: 600px;
    }
    div#home_slider {
        min-height: 600px;
    }
    #home_slider .slick-slide {
        min-height: 600px;
        height: auto !important;
    }
    #home_slider .slide_background {
        height: auto;
        min-height: 600px;
    }
}