section.header .header-logo-wrap {
    z-index: 50;
    width: 250px;
    /*left:50px;*/
    left: 250px;
    top: -20px;
}

    section.header .header-logo-wrap .container {
        width: 250px;
    }

section.header .container .logo {
    min-width: 200px;
}

section.header .maintext .primary-text .left-line > span {
    display: block;
    margin: 0;
    margin-top: 20px;
}

section.header .maintext .primary-text span h4 {
    margin-bottom: 0;
    font-size: 22px;
}

    section.header .maintext .primary-text span h4 p {
        display: inline;
    }


.menu_lang_link {
    display: inline !important;
    color: #6bb1d5;
    font-weight: normal;
}

.cssmenu > ul > li > span {
    padding: 0 15px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    background-color: white;
    color: #6bb1d5;
    padding-left: 30px;
}

.typewrite-container {
    text-align: left;
}

.logo img {
    width: 210px;
    position: relative;
    /* top: -20px;  there was no top attribute here at all*/
    /*max-width: 100%;*/
}

.feature .line {
    width: 0;
    height: 2px;
    background: #6cb1d5;
    transition: all 0.5s ease-in-out;
}

.feature.hover .line {
    width: 100%;
}

.feature .line.line-top {
    margin-bottom: 30px;
}

    .feature .line.line-top span {
        display: block;
        height: 4px;
        background: #6cb1d5;
        max-width: 50px;
        top: 2px;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

.site-page.about .feature .line, .site-page.about .feature .line.line-top span {
    background: #ffffff;
}

.feature .line.line-bottom {
    margin-top: 10px;
    float: right;
}

.feature .info .title {
    color: #cecece;
    transition: all 0.5s ease-in-out;
}

.feature.hover .info .title {
    color: #345B9B;
}

.feature .icon i {
    color: #9cb6c3;
    transition: all 0.5s ease-in-out;
}

.feature.hover .icon i {
    color: #6bb1d5;
}

.btn.filter:hover,
.btn.active.filter {
    color: #ffffff;
}

#response_email {
    min-height: 28px;
    margin-bottom: 10px;
}

    #response_email span {
        padding: 0px 10px;
        width: initial;
        background-color: rgba(255, 255, 255, 0.7);
        display: inline-block;
    }

        #response_email span.success {
            top: 59px;
            position: relative;
        }

.contact {
    background-color: #000000;
}

    .contact form {
        text-align: center;
    }

.Home form .btn-primary.btn-block {
    /*margin: 0 10px;*/
    margin: 0 0px;
}

#portfolio .container {
    /*padding: 0 15px;*/
    padding-bottom: 0px;
}

.Home section .subheading {
    padding-bottom: 50px;
}

section .container {
    /*padding-top: 50px !important;
    padding-bottom: 30px !important;*/
}

.nolink {
    cursor: default;
}

/* 

    Portfolio

*/
.portfolio-item {
    height: 350px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    padding-top: 70%;
}

    .portfolio-item .item-title {
        text-align: center;
        /* margin: 10px 0; */
        padding: 5px;
        background: #000000;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        transition: all 0.5s ease;
        opacity: 0;
        /* display: none; */
        z-index: 5;
    }

        .portfolio-item .item-title h3 {
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 0;
            font-size: 20px;
            display: inline;
        }

        .portfolio-item .item-title small {
            padding: 0 10px;
            border-left: 1px solid #ffffff;
            margin-left: 10px;
        }


    .portfolio-item.animate .item-title {
        opacity: 1;
    }

    .portfolio-item .frame {
        transition: all 0.5s ease;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
    }

    .portfolio-item .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100.1%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        transition: all 0.5s ease;
    }

#item-3.portfolio-item .bg {
    background-image: url('/National_Library/oe_/https://slash.co.il/img/portfolio/background-01.jpg');
}

#item-2.portfolio-item .bg {
    background-image: url('/National_Library/oe_/https://slash.co.il/img/portfolio/background-02.jpg');
}

#item-1.portfolio-item .bg {
    background-image: url('/National_Library/oe_/https://slash.co.il/img/portfolio/background-03.jpg');
}

#item-4.portfolio-item .bg {
    background-image: url('/National_Library/oe_/https://slash.co.il/img/portfolio/background-04.jpg');
}

#item-5.portfolio-item .bg {
    background-image: url('/National_Library/oe_/https://slash.co.il/img/portfolio/background-05.jpg');
}

#item-6.portfolio-item .bg {
    background-image: url('/National_Library/oe_/https://slash.co.il/img/portfolio/background-06.jpg');
}

#item-7.portfolio-item .bg {
    background-image: url('/National_Library/oe_/https://slash.co.il/img/portfolio/background-07.jpg');
}

#item-8.portfolio-item .bg {
    background-image: url('/National_Library/oe_/https://slash.co.il/img/portfolio/background-08.jpg');
}

#item-9.portfolio-item .bg {
    background-image: url('/National_Library/oe_/https://slash.co.il/img/portfolio/background-09.jpg');
}

.portfolio-item.animate .bg {
    filter: brightness(0.4);
    -webkit-filter: brightness(0.4);
}

.portfolio-item .images-container {
    filter: brightness(1);
    -webkit-filter: brightness(1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .portfolio-item .images-container > div {
        display: none;
    }

    .portfolio-item .images-container > div {
        position: absolute;
    }

#image-01 {
    transition: all 0.5s ease;
    /*top: 70%;*/
    display: block;
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*max-width: 70%;
    width: 70%;*/
    height: 80%;
    opacity: 0;
    -webkit-transform: translateX(30%) translateY(70%);
    transform: translateX(30%) translateY(70%);
}

.portfolio-item.animate #image-01 {
    /*top: 50%;*/
    -webkit-transform: translateX(30%) translateY(10%);
    transform: translateX(30%) translateY(10%);
    opacity: 1;
}

#image-02 {
    transition: all 0.25s ease;
    transition-delay: 0.25s;
    /*top: 70%;*/
    display: block;
    left: 0px;
    max-width: 70%;
    width: 50%;
    opacity: 0;
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
}

.portfolio-item.animate #image-02 {
    /*top: 0%;*/
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

#image-03 {
    transition: all 0.25s ease;
    transition-delay: 0.35s;
    /*bottom: -100%;*/
    display: block;
    right: 0px;
    /*max-width: 60%;
    width: 50%;*/
    height: 60%;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.portfolio-item.animate #image-03 {
    /*bottom: 0%;*/
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
    opacity: 1;
}

.portfolio-item .images-container img {
    max-width: 100%;
}

.portfolio-item .images-container #image-01 img,
.portfolio-item .images-container #image-03 img {
    max-width: auto;
    max-height: 100%;
}

.portfolio-item.move-out .frame {
    overflow: hidden;
}

#gallery-mixitup {
    overflow: hidden;
}

    #gallery-mixitup .filter-item {
        background: none;
        overflow: inherit;
    }

/*#gallery-mixitup .filter-item:hover img {
    transform: none;
}*/

.transition-2 {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .5, 1);
    -moz-transition-timing-function: cubic-bezier(.4, 0, .5, 1);
    transition-timing-function: cubic-bezier(.4, 0, .5, 1);
}

.opacity-1 {
    opacity: 1 !important;
}


/* 

    contact

*/

section.contact {
    background-image: none;
}

section .bg-overlay.opacity-85 {
    background-color: rgba(33, 33, 33, .5);
}

#c_name,
#c_email,
#c_phone,
#c_message {
    /*background-color: rgba(255, 255, 255, 0.7);*/
    /*background-color: rgba(255, 255, 255, 0.15);*/
    /*background-color: rgba(255, 255, 255, 0.5);*/
    background-color: rgba(255, 255, 255, 0.7);
    /*color: #000000;*/
    color: black;
    margin-bottom: 15px;
}

#c_message {
    margin-bottom: 20px !important;
}

input::placeholder, textarea::placeholder {
    /*color: black;*/
    color: rgba(0, 0, 0, 0.6);
}

input, textarea {
    font-family: arial !important;
}

/*  */

section.footer .copyright .social a {
    margin: 10px 0 10px 10px;
}

section.header .maintext .primary-text h1,
section.header .maintext .black-text h1 {
    font-style: italic;
    font-weight: 800;
}

section.header .maintext .primary-text h4,
section .heading {
    font-style: italic;
    font-weight: 800;
}


/* 

    Blog - single page

*/

.blog-single .info .title {
    font-size: 50px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 800;
}

blockquote {
    padding: 40px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #6bb1d4;
    background: #355c9b;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
}

section.padding-top-100 .blog-container {
    top: -180px;
    padding-top: 0;
}

.blog-single .blog .info .title {
    background: #ffffff;
    padding: 30px;
    font-family: "Rubik", "Lato";
}

section.header .header-slide.blog-single {
    /*max-height: 600px;*/
    max-height: 360px;
    overflow: hidden;
    min-height: 600px;
}

form input.green, form textarea.green {
    background-image: url(/National_Library/oe_/https://slash.co.il/img/valid-icon.png);
}

.blog-single .blog .info p {
    padding: 0 30px;
}

.blog-single .blog .info .code-highlight {
    padding: 0 30px;
}

.blog-full .info .title {
    text-transform: none;
}

.blog-full .meta span {
    margin-right: 0px;
}

.blog-full .meta > span {
    margin-right: 20px;
}

form textarea#c_message {
    resize: none;
}

section.full-width .gallery-row {
    margin-bottom: 40px;
}

#contact .angled_up_inside.lightgray, #contact .slope {
    background-color: #ffffff;
}

.blog .blog-content p {
    padding: 0;
    margin: 0;
}
/* 

    clients

*/
.client {
    cursor: pointer;
    min-height: 150px;
    /* background: #ffffff; */
}

    .client .img-responsive.colored {
        position: absolute;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .client.animate .img-responsive.colored {
        opacity: 1;
    }

/* 

    Portfolio - single page

*/

.protfolio-single .info .title {
    font-size: 50px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 800;
}

blockquote {
    padding: 40px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #6bb1d4;
    background: #355c9b;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
}

section.padding-top-100 .protfolio-container {
    /*top: -180px;*/
    /*top: -127px;*/
    /*margin-top: -126px;*/
    margin-top: -176px;
    padding-top: 0;
}

.protfolio-single .protfolio .info .title {
    background: #ffffff;
    padding: 30px;
}

section.header .header-slide.protfolio-single {
    max-height: 650px;
    overflow: hidden;
    min-height: 650px;
}

.bg-header-banner-image {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

form input.green, form textarea.green {
    background-image: url(/National_Library/oe_/https://slash.co.il/img/valid-icon.png);
    background-size: 30px;
    background-position: 98% 9px;
    background-repeat: no-repeat;
}

.protfolio-single .protfolio .info p {
    padding: 0 30px;
    font-size: 18px;
}

.protfolio-full .meta span {
    margin-right: 0px;
}

.protfolio-full .meta > span {
    margin-right: 20px;
}

form textarea#c_message {
    resize: none;
}

section.full-width .gallery-row {
    margin-bottom: 40px;
    text-align: center;
}

#contact .angled_up_inside.lightgray, #contact .slope {
    background-color: #ffffff;
}

section .bg-overlay.opacity-85 {
    background-image: url("/National_Library/oe_/https://slash.co.il/img/map.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.footer .angled_down_inside {
    height: 20px;
}

.footer .container {
    /*padding-top: 0;*/
    padding-top: 40px;
}

section.footer .container h4 {
    font-family: "Lato";
}

.footer .text-widget {
    /*width: 50%;*/
}

section.footer .twitter-widget .tweet {
    /*margin-bottom: 0;*/
    margin-bottom: 10px;
}

section.footer .twitter-widget .tweet .message {
    padding-left: 0;
}

.contact-info .contact-info-content {
    background-color: rgba(255, 255, 255, 0.7);
    border: rgba(255, 255, 255, 0.5);
}

.contact-info-content h3, .contact-info-content p {
    color: #212121;
}

.contact-info-content a {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

.home #portfolio .angled_up_inside {
    margin-top: -220px;
}

.home .clients-title .row {
    margin-top: 70px;
    margin-bottom: 10px;
}

.clients-title {
    top: -20px;
    /*z-index: 9999;*/
    z-index: 11;
    position: relative;
}

#form-wrapper {
    min-height: 500px
}

.contact input:active, .contact input:focus, .contact textarea:active, .contact textarea:focus {
    outline: 3px solid #6bb1d5;
}

.contact-info .contact-info-content {
    border-radius: initial;
    border: 3px solid #6bb1d5;
    font-family: 'Rubik', 'Lato', Arial, Helvetica, sans-serif;
    height: 345px;
}

.why-choose-us .angled_up_inside, .home-blog-articles {
    margin-top: -170px;
}

.Home #map {
    height: 1313px;
}

/*#response_loading {
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 150%;
    border: 5px solid #6bb1d5;*/
/*border-right: 5px solid rgba(0,0,0,0.1);
    border-bottom: 5px solid rgba(0,0,0,0.1);
    border-left: 5px solid rgba(0,0,0,0.1);*/
/*border-right: 5px solid #e8f6fe;
    border-bottom: 5px solid #e8f6fe;
    border-left: 5px solid #e8f6fe;
    -webkit-animation: loader 1s linear infinite;
    -moz-animation: loader 1s linear infinite;
    -ms-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite;
}*/

.contact #response_email {
    min-height: initial;
}

#portfolio .filter-item .info-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    background-color: #6bb1d5;
    padding: 5px 10px;
    border-radius: 30px;
}

    #portfolio .filter-item .info-content > p {
        display: inline-block;
        float: left;
        margin: 0;
        color: #000000;
        font-weight: bold;
        padding: 5px;
        text-align: left;
        direction: ltr;
    }

.filter-isotope .filter-item .info, .filter-mixitup .filter-item .info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about section.header .header-slide, .portfolio section.header .header-slide, .articles section.header .header-slide,
.contact section.header .header-slide, .error section.header .header-slide {
    max-height: 560px;
    /*max-height: 510px;*/
    overflow: hidden;
}

.about section.header .maintext, .portfolio section.header .maintext, .articles section.header .maintext,
.contact section.header .maintext, .error section.header .maintext {
    padding-top: 13%;
}

.contact section.header .container .menu-mobile i.menu-toggle {
    color: rgb(107, 177, 213);
}

.headul {
    /*opacity: 0;*/
    /*transition: all 2s ease;*/
}

.flags-wrap {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10;
}

.flag {
    display: inline-block;
    transition-duration: .4s;
}

    .flag:hover {
        filter: brightness(120%);
    }

    .flag:first-of-type {
        margin-right: 10px;
    }

/*section.header .header-img.img-desktop {
    display: block;
}

section.header .header-img.img-mobile {
    display: none;
}*/

.portfolio .protfolio-container img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
}

.grey_border {
    border: 1px solid #b9b9b9
}

.protfolio video {
    width: 100%;
    height: auto;
}

.about section.bg-primary .subheading {
    /*font-size: 18px;
    line-height: 35px;*/
    font-size: 21px;
    line-height: 40px;
}

.home .more-projects {
    margin-top: 70px;
    height: auto;
    font-size: 23px !important;
    padding: 10px 20px;
}

.articles .blog-container .blog-content img {
    max-width: 100%;
    height: auto;
}

.home #gallery-mixitup .filter-item a {
    text-decoration: none;
    color: inherit;
}

#cookie-board {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: rgba(0,0,0,0.8);
    z-index: 999999999;
    padding-right: 4%;
    padding-left: 4%;
}

#cookie-board-text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
}

    #cookie-board-text p {
        position: relative;
        display: inline-block;
        padding: 10px 20px 10px 0px;
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        font-family: inherit;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        text-decoration: none;
        text-align: left;
        vertical-align: middle;
        direction: ltr;
        color: #ffffff;
    }

        #cookie-board-text p a {
            display: inline-block;
            text-decoration: none;
            color: #6bb1d5;
        }


#cookie-board-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    justify-content: flex-start;
}

    #cookie-board-btn button#cookie-agreement-accept {
        position: relative;
        display: block;
        margin: auto 0px auto auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100px;
        height: 40px;
        border: none;
        outline: none;
        resize: none;
        border-radius: 8px;
        background-color: #6bb1d5;
        -webkit-box-shadow: inset 0px 0px 0px 2px #6bb1d5;
        -moz-box-shadow: inset 0px 0px 0px 2px #6bb1d5;
        box-shadow: inset 0px 0px 0px 2px #6bb1d5;
        cursor: pointer;
        font-family: inherit;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        direction: ltr;
        color: #ffffff;
    }


.primary .cssmenu {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.black .cssmenu {
    box-shadow: 5px 4px 8px 0 rgba(0, 0, 0, 0.2), 5px 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*
.slash-acc {
    display: none !important;
}
*/

.slash-acc-mobile {
    display: none !important;
    width: initial !important;
    /* float: right; */
    top: 50% !important;
    transform: translateY(-50%) !important;
    position: absolute !important;
    right: 20px !important;
}

.scroll-to-top {
    position: fixed;
    right: -30px;
    bottom: 30px;
    -webkit-backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease;
    /*transform: translate3d(30px,0,0);*/
    z-index: 9999;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 20px 0 rgba(0, 0, 0, 0.19);
}

    .scroll-to-top.show {
        visibility: visible;
        opacity: 1;
        /*transform: translateZ(0);*/
        transform: translateX(-30px);
    }

    .scroll-to-top > a {
        color: #ffffff;
        background-color: #6bb1d5;
        font-size: 30px;
        display: block;
        width: 50px;
        /*border-radius: 5px;*/
        height: 50px;
        line-height: 48px;
        /*background: hsla(0,0%,71%,.15);*/
        /*border: 1px solid rgba(0,0,0,.11);*/
        text-align: center;
        opacity: 1;
        /*transition: all .2s ease;*/
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        -webkit-transition-timing-function: cubic-bezier(.4, 0, .3, 1);
        -moz-transition-timing-function: cubic-bezier(.4, 0, .3, 1);
        transition-timing-function: cubic-bezier(.4, 0, .3, 1);
    }

        .scroll-to-top > a:hover {
            -webkit-box-shadow: inset 0px 0px 0px 5px #6bb1d5;
            -moz-box-shadow: inset 0px 0px 0px 5px #6bb1d5;
            box-shadow: inset 0px 0px 0px 5px #6bb1d5;
            color: #6bb1d5;
            background-color: white;
        }

        .scroll-to-top > a > i {
            border: solid white;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 6px;
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            -webkit-transition: border .3s ease-out;
            -moz-transition: border .3s ease-out;
            -o-transition: border .3s ease-out;
            transition: border .3s ease-out;
        }

        .scroll-to-top > a:hover > i {
            border-color: #6bb1d5;
        }

/*.blog .img-responsive {
    box-shadow: 2px 6px 28px -5px rgba(0, 0, 0, 0.22);
    -webkit-filter: contrast(100%);
    filter: contrast(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.blog .img-responsive:hover {
    -webkit-filter: contrast(200%);
	filter: contrast(200%);*/
/*transform: rotate(45deg) scale(1.5);*/
/*}*/


/* LOADER */

#response_loading {
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    -webkit-animation: animate-rotate 8s ease infinite;
    -moz-animation: animate-rotate 8s ease infinite;
    -ms-animation: animate-rotate 8s ease infinite;
    -o-animation: animate-rotate 8s ease infinite;
    animation: animate-rotate 8s ease infinite;
}

    #response_loading .square {
        position: absolute;
        display: block;
        width: 48%;
        height: 48%;
        border-radius: 0%;
        background-color: #345b9b;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translateX(0%) translateY(0%) scale(1);
        -moz-transform: translateX(0%) translateY(0%) scale(1);
        -ms-transform: translateX(0%) translateY(0%) scale(1);
        -o-transform: translateX(0%) translateY(0%) scale(1);
        transform: translateX(0%) translateY(0%) scale(1);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        -webkit-animation: animate-breath 2s ease infinite;
        -moz-animation: animate-breath 2s ease infinite;
        -ms-animation: animate-breath 2s ease infinite;
        -o-animation: animate-breath 2s ease infinite;
        animation: animate-breath 2s ease infinite;
    }

        #response_loading .square.square-1 {
            top: 0;
            left: 0;
            -webkit-transform-origin: bottom right;
            -moz-transform-origin: bottom right;
            -ms-transform-origin: bottom right;
            -o-transform-origin: bottom right;
            transform-origin: bottom right;
            -webkit-animation-delay: .2s;
            -moz-animation-delay: .2s;
            -ms-animation-delay: .2s;
            -o-animation-delay: .2s;
            animation-delay: .2s;
        }

        #response_loading .square.square-2 {
            top: 0;
            right: 0;
            -webkit-transform-origin: bottom left;
            -moz-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
            -o-transform-origin: bottom left;
            transform-origin: bottom left;
            -webkit-animation-delay: .4s;
            -moz-animation-delay: .4s;
            -ms-animation-delay: .4s;
            -o-animation-delay: .4s;
            animation-delay: .4s;
        }

        #response_loading .square.square-3 {
            bottom: 0;
            left: 0;
            -webkit-transform-origin: top right;
            -moz-transform-origin: top right;
            -ms-transform-origin: top right;
            -o-transform-origin: top right;
            transform-origin: top right;
            -webkit-animation-delay: .6s;
            -moz-animation-delay: .6s;
            -ms-animation-delay: .6s;
            -o-animation-delay: .6s;
            animation-delay: .6s;
        }

        #response_loading .square.square-4 {
            bottom: 0;
            right: 0;
            -webkit-transform-origin: top left;
            -moz-transform-origin: top left;
            -ms-transform-origin: top left;
            -o-transform-origin: top left;
            transform-origin: top left;
            -webkit-animation-delay: .8s;
            -moz-animation-delay: .8s;
            -ms-animation-delay: .8s;
            -o-animation-delay: .8s;
            animation-delay: .8s;
        }

@-webkit-keyframes animate-rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    12.5% {
        -webkit-transform: rotate(90deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    37.5% {
        -webkit-transform: rotate(180deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    62.5% {
        -webkit-transform: rotate(270deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    87.5% {
        -webkit-transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes animate-rotate {
    0% {
        -moz-transform: rotate(0deg);
    }

    12.5% {
        -moz-transform: rotate(90deg);
    }

    25% {
        -moz-transform: rotate(90deg);
    }

    37.5% {
        -moz-transform: rotate(180deg);
    }

    50% {
        -moz-transform: rotate(180deg);
    }

    62.5% {
        -moz-transform: rotate(270deg);
    }

    75% {
        -moz-transform: rotate(270deg);
    }

    87.5% {
        -moz-transform: rotate(360deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes animate-rotate {
    0% {
        -ms-transform: rotate(0deg);
    }

    12.5% {
        -ms-transform: rotate(90deg);
    }

    25% {
        -ms-transform: rotate(90deg);
    }

    37.5% {
        -ms-transform: rotate(180deg);
    }

    50% {
        -ms-transform: rotate(180deg);
    }

    62.5% {
        -ms-transform: rotate(270deg);
    }

    75% {
        -ms-transform: rotate(270deg);
    }

    87.5% {
        -ms-transform: rotate(360deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes animate-rotate {
    0% {
        -o-transform: rotate(0deg);
    }

    12.5% {
        -o-transform: rotate(90deg);
    }

    25% {
        -o-transform: rotate(90deg);
    }

    37.5% {
        -o-transform: rotate(180deg);
    }

    50% {
        -o-transform: rotate(180deg);
    }

    62.5% {
        -o-transform: rotate(270deg);
    }

    75% {
        -o-transform: rotate(270deg);
    }

    87.5% {
        -o-transform: rotate(360deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes animate-rotate {
    0% {
        transform: rotate(0deg);
    }

    12.5% {
        transform: rotate(90deg);
    }

    25% {
        transform: rotate(90deg);
    }

    37.5% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    62.5% {
        transform: rotate(270deg);
    }

    75% {
        transform: rotate(270deg);
    }

    87.5% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes animate-breath {
    0% {
        border-radius: 0%;
        background-color: #345b9b;
        -webkit-transform: translateX(0%) translateY(0%) scale(1);
    }

    25% {
        border-radius: 150%;
        background-color: #6bb1d5;
        -webkit-transform: translateX(-10%) translateY(-10%) scale(0.6);
    }

    50% {
        border-radius: 150%;
        background-color: #6bb1d5;
        -webkit-transform: translateX(-10%) translateY(-10%) scale(0.6);
    }

    75% {
        border-radius: 0%;
        background-color: #345b9b;
        -webkit-transform: translateX(0%) translateY(0%) scale(1);
    }

    100% {
        border-radius: 0%;
        background-color: #345b9b;
        -webkit-transform: translateX(0%) translateY(0%) scale(1);
    }
}

@-moz-keyframes animate-breath {
    0% {
        border-radius: 0%;
        background-color: #345b9b;
        -moz-transform: translateX(0%) translateY(0%) scale(1);
    }

    25% {
        border-radius: 150%;
        background-color: #6bb1d5;
        -moz-transform: translateX(-10%) translateY(-10%) scale(0.6);
    }

    50% {
        border-radius: 150%;
        background-color: #6bb1d5;
        -moz-transform: translateX(-10%) translateY(-10%) scale(0.6);
    }

    75% {
        border-radius: 0%;
        background-color: #345b9b;
        -moz-transform: translateX(0%) translateY(0%) scale(1);
    }

    100% {
        border-radius: 0%;
        background-color: #345b9b;
        -moz-transform: translateX(0%) translateY(0%) scale(1);
    }
}

@-ms-keyframes animate-breath {
    0% {
        border-radius: 0%;
        background-color: #345b9b;
        -ms-transform: translateX(0%) translateY(0%) scale(1);
    }

    25% {
        border-radius: 150%;
        background-color: #6bb1d5;
        -ms-transform: translateX(-10%) translateY(-10%) scale(0.6);
    }

    50% {
        border-radius: 150%;
        background-color: #6bb1d5;
        -ms-transform: translateX(-10%) translateY(-10%) scale(0.6);
    }

    75% {
        border-radius: 0%;
        background-color: #345b9b;
        -ms-transform: translateX(0%) translateY(0%) scale(1);
    }

    100% {
        border-radius: 0%;
        background-color: #345b9b;
        -ms-transform: translateX(0%) translateY(0%) scale(1);
    }
}

@-o-keyframes animate-breath {
    0% {
        border-radius: 0%;
        background-color: #345b9b;
        -o-transform: translateX(0%) translateY(0%) scale(1);
    }

    25% {
        border-radius: 150%;
        background-color: #6bb1d5;
        -o-transform: translateX(-10%) translateY(-10%) scale(0.6);
    }

    50% {
        border-radius: 150%;
        background-color: #6bb1d5;
        -o-transform: translateX(-10%) translateY(-10%) scale(0.6);
    }

    75% {
        border-radius: 0%;
        background-color: #345b9b;
        -o-transform: translateX(0%) translateY(0%) scale(1);
    }

    100% {
        border-radius: 0%;
        background-color: #345b9b;
        -o-transform: translateX(0%) translateY(0%) scale(1);
    }
}

@keyframes animate-breath {
    0% {
        border-radius: 0%;
        background-color: #345b9b;
        transform: translateX(0%) translateY(0%) scale(1);
    }

    25% {
        border-radius: 150%;
        background-color: #6bb1d5;
        transform: translateX(-10%) translateY(-10%) scale(0.6);
    }

    50% {
        border-radius: 150%;
        background-color: #6bb1d5;
        transform: translateX(-10%) translateY(-10%) scale(0.6);
    }

    75% {
        border-radius: 0%;
        background-color: #345b9b;
        transform: translateX(0%) translateY(0%) scale(1);
    }

    100% {
        border-radius: 0%;
        background-color: #345b9b;
        transform: translateX(0%) translateY(0%) scale(1);
    }
}




@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loader {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes loader {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@keyframes loader {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* About Page */
.about .section-features .row {
    margin-top: 30px;
}

iframe {
    width: 100% !important;
}

_:-ms-lang(x), _:-webkit-full-screen, section.footer .social a {
    opacity: 1;
}

section.header .topbar .menu .black,
section.header .topbar .menu .primary {
    transition: all .3s;
}

.address-break {
    display: block;
}



@media (min-width: 992px) and (max-width: 1450px) {
    #gallery-mixitup .col-lg-3 {
        /*width: 33%;*/
        width: 33.33%;
    }

    section.header .header-slide.protfolio-single,
    section.header .header-slide.blog-single {
        min-height: 430px;
    }

    section.header .header-slide.blog-single {
        max-height: 430px;
    }

    section.padding-top-100 .container {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 992px) {
    html:not(.rtl) .features .feature:nth-of-type(2),
    html:not(.rtl) .features .feature:nth-of-type(1) {
        margin-bottom: 0;
    }

    .blog .info .title {
         text-overflow: initial; 
    }
}

@media (min-width: 1120px) and (max-width: 1450px){
    section.header .header-logo-wrap {
        left: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1120px) {
    .portfolio-item .item-title h3 {
        font-size: 14px;
    }

    .home .more-projects {
        margin-top: 35px;
        margin-bottom: 35px;
        font-size: 20px !important;
    }

    section.header .header-logo-wrap {
        left: 0px;
    }
}


@media (min-width: 1120px) and (max-width: 1280px) {
    .portfolio-item .item-title h3 {
        font-size: 17px;
    }
}

@media only screen and (min-width: 1560px) {
    section.header.header-small .maintext {
        padding-top: 20%;
    }
}

@media only screen and (max-width: 1350px) {
    #image-01 {
        -webkit-transform: translateX(10%) translateY(70%);
        transform: translateX(10%) translateY(70%);
    }

    .portfolio-item.animate #image-01 {
        -webkit-transform: translateX(10%) translateY(10%);
        transform: translateX(10%) translateY(10%);
    }
}

@media only screen and (min-width: 1200px) {
    .blog-content-container, .portfolio-content-container {
        -webkit-box-shadow: 0px 5px 20px -10px rgba(61,61,61,1);
        -moz-box-shadow: 0px 5px 20px -10px rgba(61,61,61,1);
        box-shadow: 0px 5px 20px -10px rgba(61,61,61,1);
        /*box-shadow: 0px 10px 49px -10px rgba(61,61,61,1);*/
        width: 83.33333333%;
        min-height: 1px;
        /*float: right;*/
        float: left;
        background: rgba(255, 255, 255, 0.1);
    }

    .rtl .blog-content-container, .rtl .portfolio-content-container {
        /*float: left;*/
        float: right;
    }

    .portfolio-content-container {
        padding-top: 50px;
    }

    .rtl .blog-content-container, .rtl .portfolio-content-container {
        float: right;
    }

    .blog .info:nth-of-type(2), .portfolio .info:nth-of-type(2) {
        padding-bottom: 50px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 1455px) and (min-height: 760px) {
    /* SIDE MENU */

    .singlearticle .menu.animate, .singleproject .menu.animate {
        position: fixed !important;
        right: 0px !important;
        top: 170px !important;
        /*opacity: 0.7;*/
        /*transition: opacity .5s ease;*/
    }

    .singlearticle .menu.animate:hover, .singleproject .menu.animate:hover {
        opacity: 1;
    }

    .singlearticle section.header .topbar .menu.animate .primary,
    .singleproject section.header .topbar .menu.animate .primary {
        width: 100% !important;
        float: initial !important;
    }

    *::-ms-backdrop, .singlearticle section.header .topbar .menu.animate .primary,
    *::-ms-backdrop, .singleproject section.header .topbar .menu.animate .primary {
        float: none !important;
    }

    /*.menu.animate .primary .cssmenu {
        box-shadow: -5px 4px 8px 0 rgba(0, 0, 0, 0.2), -14px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    }*/

    .singlearticle .menu.animate .cssmenu, .singleproject .menu.animate .cssmenu {
        display: block !important;
        box-shadow: -4px 4px 8px 0 rgba(0, 0, 0, 0.2), 14px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    }

    .singlearticle section.header .topbar .menu.animate ul,
    .singleproject section.header .topbar .menu.animate ul {
        display: flex !important;
        flex-direction: column !important;
    }

    .singlearticle section.header .topbar .menu.animate .black,
    .singleproject section.header .topbar .menu.animate .black {
        width: 100% !important;
        float: initial !important;
        position: relative !important;
        top: 50px !important;
    }

    *::-ms-backdrop, .singlearticle section.header .topbar .menu.animate .black,
    *::-ms-backdrop, .singleproject section.header .topbar .menu.animate .black {
        float: none !important;
    }

        .singlearticle section.header .topbar .menu.animate .black ul,
        .singleproject section.header .topbar .menu.animate .black ul {
            float: initial !important;
        }

        *::-ms-backdrop, .singlearticle section.header .topbar .menu.animate .black ul,
        *::-ms-backdrop, .singleproject section.header .topbar .menu.animate .black ul {
            float: none !important;
        }

        .singlearticle section.header .topbar .menu.animate .black:nth-of-type(3),
        .singleproject section.header .topbar .menu.animate .black:nth-of-type(3) {
            top: 200px !important;
        }

            section.header .topbar .menu.animate .black:nth-of-type(3) .cssmenu {
                /*box-shadow: -5px 4px 8px 0 rgba(0, 0, 0, 0.2), -14px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;*/
                /*box-shadow: -4px 4px 8px 0 rgba(0, 0, 0, 0.2), 14px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;*/
            }

    .animated.delay10 {
        -webkit-animation-delay: initial;
        animation-delay: initial;
    }

    .singlearticle .menu.animate .cssmenu > ul > li > span,
    .singleproject .menu.animate .cssmenu > ul > li > span {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1200px) {
    .header-slide iframe {
        min-height: 600px !important;
    }

    .features .feature {
        padding-right: 10px;
        padding-left: 10px;
    }

    .contact-info .contact-info-content {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 1196px) {
    .contact-info .contact-info-content {
        margin-left: 0;
        /*margin-top: 30px;*/
        margin-top: 180px;
    }

    section.header .maintext .primary-text span h4 {
        font-size: 20px;
    }

        section.header .maintext .primary-text span h4 p {
            /*display: block;*/
        }

    section.header .maintext .primary-text span h4 {
        font-size: 17px;
        position: absolute;
    }

        section.header .maintext .primary-text span h4 p {
            background: rgba(255,255,255,0.8);
            padding: 0 10px;
            color: #235e7d;
            padding-left: 5px;
            margin-left: 5px;
        }

    #map {
        height: 1500px;
    }

    .contact #map {
        /*height: 1640px;*/
        height: 1550px;
    }

    section.footer .social {
        display: inline-block;
        position: relative;
        top: -10px;
        /*left: 30px;*/
        left: 18px;
    }

    #image-01 {
        -webkit-transform: translateX(5%) translateY(70%);
        transform: translateX(5%) translateY(70%);
    }

    .portfolio-item.animate #image-01 {
        -webkit-transform: translateX(5%) translateY(10%);
        transform: translateX(5%) translateY(10%);
        /*-webkit-transform: translateX(30%) translateY(20%);
        transform: translateX(30%) translateY(20%);*/
    }

    .about section.header .maintext, .portfolio section.header .maintext, .articles section.header .maintext, .contact section.header .maintext {
        padding-top: 19%;
    }

    section.footer .social {
        top: -42px;
    }
}



@media only screen and (max-width: 992px) {
    .home .more-projects {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 20px;
    }

    #cookie-board {
        /*height: 150px;*/
        height: 100px;
    }

    #cookie-board-text {
        width: 75%;
    }

    #cookie-board-btn {
        width: 25%;
    }

    #cookie-board-text p {
        font-size: 14px;
        line-height: 1.2;
    }

    button#cookie-agreement-accept {
        width: 80px !important;
        height: 35px !important;
        font-size: 17px !important;
        font-weight: 400 !important;
    }

    #parallax-mobile-menu {
        height: 0px;
        overflow: hidden;
        top: 0px;
        transition: height .5s ease;
    }

    #form-wrapper {
        min-height: 440px;
    }

    .contact #form-wrapper {
        min-height: 478px;
    }

    .home .clients-title .row {
        margin-top: 0;
    }

    .why-choose-us .angled_up_inside, .home-blog-articles {
        margin-top: 0;
    }


    section.header .container {
        padding-top: 5px;
        padding-left: 5px;
    }

        section.header .container .menu-mobile ul.menu,
        section.header .container .menu-mobile.open ul.menu {
            display: block;
        }

    section.header .header-logo-wrap {
        position: fixed;
        width: 100%;
        left: 0px;
        transition: all .2s;
        top: 0px;
    }

        section.header .header-logo-wrap .logo {
            transition: all .2s;
        }

        section.header .header-logo-wrap.menu-open .logo {
            min-width: 100px;
        }

        section.header .header-logo-wrap .container {
            width: 100%;
            transition: all 0.3s ease 0s;
        }

    section.header .container .logo {
        min-width: 150px;
    }

    .about section.header .header-slide, .portfolio section.header .header-slide, .articles section.header .header-slide,
    .contact section.header .header-slide {
        /*max-height: 360px;*/
        /*max-height: 300px;*/
        max-height: 410px;
        overflow: hidden;
    }

    section.header .header-slide.blog-single, section.header .header-slide.protfolio-single {
        min-height: 400px;
    }
    /*section.header .container {
        padding: 10px 0 0 0px;
    }*/

    .about section.header .maintext, .portfolio section.header .maintext, .articles section.header .maintext,
    .contact section.header .maintext {
        /*padding-top: 26%;*/
    }

    section.header .container .menu-mobile i.menu-toggle {
        transition: all 0.3s ease 0s;
    }

    .cssmenu > ul > li > span {
        background-color: inherit;
        text-align: end;
    }

    /*section.header .header-img.img-desktop {
        display: none;
    }

    section.header .header-img.img-mobile {
        display: block;
    }*/

    .logo img {
        max-width: 100%;
        transition: all .5s ease;
    }

    #image-01 {
        -webkit-transform: translateX(30%) translateY(70%);
        transform: translateX(30%) translateY(70%);
    }

    .portfolio-item.animate #image-01 {
        -webkit-transform: translateX(30%) translateY(10%);
        transform: translateX(30%) translateY(10%);
    }

    .contact-info .contact-info-content {
        margin-right: 0px !important;
        margin-top: 210px !important;
    }

    .contact #map {
        /*height: 1590px;*/
        height: 1620px;
    }

    .blog.blog_left .pic, .blog.blog_right .pic {
        padding-right: 15px;
        width: 100%;
    }

        .blog.blog_left .pic img, .blog.blog_right .pic img {
            width: 100%;
        }

    .features .feature {
        padding-right: 10px;
        padding-left: 10px;
    }

    .screen-area .screen-1 {
        /*margin: 20% 0 0 35%;*/
        margin: 0% 0 0 35%;
    }

    div#accessibility {
        right: 60px !important;
        top: 6px !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .elegant-screen {
        margin-bottom: 330px;
    }

    .about .angled_up_inside {
        margin-top: -190px;
    }

    .slash-acc-mobile {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 860px) {
    #image-01 {
        -webkit-transform: translateX(10%) translateY(70%);
        transform: translateX(10%) translateY(70%);
    }

    .portfolio-item.animate #image-01 {
        -webkit-transform: translateX(10%) translateY(10%);
        transform: translateX(10%) translateY(10%);
    }

    .footer .text-widget {
        width: 100%;
    }

    .about section.bg-primary .subheading {
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 768px) {
    section.padding-top-75 .container {
        padding-top: 0px;
    }


    .clients-title {
        top: 0;
    }

    section.padding-bottom-75 .container {
        padding-bottom: 0;
    }

    form input {
        margin-bottom: 10px;
    }

    #response_loading {
        top: 387px !important;
    }

    .contact #response_loading {
        top: 398px !important;
    }

    #portfolio .angled_up_inside {
        /*margin-top: -90px;*/
        margin-top: -20px;
    }

    .filter-categories {
        margin-bottom: 20px;
    }

    section .subheading {
        padding-bottom: 30px;
    }

    section.header .container .menu-mobile.cssmenu {
        /*z-index: 10;*/
        background-color: none;
        transition: all .5s;
    }

    .header-slide video {
        /*height: 400px;*/
        height: 440px;
        width: auto !important;
    }

    section.padding-top-100 .container {
        padding-top: 0;
    }

    .portfolio.singleproject section.padding-top-100 .container {
        margin-top: -126px;
    }

    section.header .maintext {
        /*padding-top: 100px;*/
        padding-top: 110px !important;
    }

    section.header .overlay .black {
        width: 60%;
    }

    section.header .overlay .primary {
        width: 60%;
        left: 60%;
    }

    section.header .maintext .primary-text {
        width: 60%;
        padding-left: 15px;
    }

    section.header .maintext .black-text {
        width: 40%;
        padding-right: 15px;
    }

    section.header .maintext .primary-text div {
        padding-left: 20px;
    }

    section.header .container .menu-mobile i.menu-toggle {
        /*font-size: 18px;
        line-height: 50px;*/
        font-size: 22px;
        line-height: 43px;
    }

    .angled_up_inside {
        height: 0px;
    }

        .angled_up_inside .slope.upleft {
            /*top: -42px;*/
            top: -18px;
        }

        .angled_up_inside .slope.upright {
            /*top: 2px;*/
            top: -3px;
            right: -80px;
        }

    .angled_down_outside {
        min-height: 140px !important;
    }

        .angled_down_outside .slope.downright {
            background-color: #ffffff !important;
            bottom: -85px;
            right: 0px;
        }

        .angled_down_outside .slope.downleft {
            background-color: #ffffff !important;
            bottom: -62px;
            left: -160px;
        }

    .clients .angled_down_outside .slope.downleft {
        bottom: -71px;
    }

    .features {
        /*margin-top: -50px;*/
    }

        .features .feature {
            margin-bottom: 10px;
        }

            .features .feature:nth-of-type(6) {
                margin-bottom: 0px;
            }

            .features .feature:nth-of-type(4),
            .features .feature:nth-of-type(5) {
                margin-bottom: 10px;
            }

    .blog {
        margin-bottom: 50px;
        /*margin-top: -30px;*/
    }

    /*section.header .container .logo {
        z-index: 0;
    }*/

    section.header .container .logo {
        padding-top: 15px;
        padding-left: 15px;
    }

    section.header .logo img {
        /*transition: all .3s;*/
        transition: all .5s ease;
        top: -9px;
    }

    /*.cssmenu > ul > li > a {
        background-color: none;
    }

    .menu-mobile.cssmenu > ul > li {
        background-color: rgba(33, 33, 33, 0.95);
    }

    .menu-mobile.cssmenu ul li a {
        background-color: transparent;
    }*/

    .home #portfolio .angled_up_inside {
        margin-top: -100px;
    }

    .angled_down_inside .slope.upleft {
        top: -50px;
        left: -90px;
    }

    .portfolio .left-line, .contact .left-line {
        min-height: 119px;
    }

    .portfolio section.header .maintext .black-text, .contact section.header .maintext .black-text {
        position: absolute;
        left: 50%;
        top: 150px;
        /*top: 170px;*/
        margin-left: -70px;
    }

    .portfolio .footer {
        /*margin-top: 200px;*/
        margin-top: 100px;
    }

    /*
    .item-animation {
        -webkit-transform: rotate(10deg) scale(1.5);
        -moz-transform: rotate(10deg) scale(1.5);
        -ms-transform: rotate(10deg) scale(1.5);
        -o-transform: rotate(10deg) scale(1.5);
        transform: rotate(10deg) scale(1.5);
    }
    */

    .home #portfolio .container {
        /*padding: 0 15px;*/
        /*padding-top: 0px;*/
        /*padding-bottom: 0px;*/
        /*padding-bottom: 20px;*/
        margin-top: 40px;
    }

    .Home section.clients {
        margin-bottom: 115px;
    }

    .Home .clients-title .headul {
        margin: 30px auto 45px auto;
    }

    .Home .why-choose-us .container {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .Home .blogs .container {
        padding-top: 125px;
    }

    .Home #map {
        height: 1503px;
    }

    .articles .posts .container {
        margin-bottom: 140px;
    }

    .contact section .subheading {
        padding: 0px 15px 50px 15px;
    }

    .protfolio-single .protfolio .info .title {
        /*padding: 20px;*/
        /*padding: 30px;*/
        padding: 32px;
    }

    .protfolio-single .info .title {
        /*font-size: 30px;*/
        font-size: 35px;
    }

    .protfolio-single .protfolio img {
        width: 100%;
    }

    .portfolio section .heading {
        margin-top: -50px !important;
    }

    .blog.blog_left .pic {
        padding-right: 15px;
    }

    section.header .header-slide.blog-single, section.header .header-slide.protfolio-single {
        min-height: 360px;
    }

    section.footer .copyright .message {
        padding-bottom: 20px;
    }

    section.footer .copyright .social {
        display: none;
    }

    .menu-mobile .flags-wrap {
        top: 0px;
        right: 15px;
        left: initial;
    }

        .menu-mobile .flags-wrap .flag:first-of-type {
            margin-right: 5px;
            margin-left: 0px;
        }

        .menu-mobile .flags-wrap .flag img {
            width: 40px;
        }

    section.header > .flags-wrap {
        display: none;
    }

    .protfolio-single .protfolio .info p {
        /*padding: 0 0px;*/
        padding: 0 10px;
    }

    #image-02 {
        /*width: 60%;*/
        width: 50%;
    }

    /*.col-sm-6 {
            width: 50%;
        }*/

    .col-xs-offset-1 {
        margin-left: 0;
    }
    /*
    .portfolio-item.animate #image-03 {
        bottom: 10%;
    }
    
    .portfolio-item.animate #image-03 {
        -webkit-transform: translateY(60%);
        transform: translateY(60%);
    }*/

    #gallery-mixitup .filter-item {
        width: 100%;
    }

    .portfolio section.header .header-slide {
        height: 390px;
    }

    .portfolio section.header .maintext .black-text {
        top: 200px;
    }

    .articles section.header .header-slide {
        max-height: 300px;
    }

    body {
        overflow: hidden;
    }

    .portfolio .filter-mixitup .filter-item > img {
        width: 100%;
    }

    #gallery-mixitup .filter-item {
        border-left: 10px solid white;
        border-right: 10px solid white;
        border-bottom: 10px solid white;
    }

    #image-01 {
        -webkit-transform: translateX(40%) translateY(70%);
        transform: translateX(40%) translateY(70%);
    }

    .portfolio-item.animate #image-01 {
        -webkit-transform: translateX(40%) translateY(10%);
        transform: translateX(40%) translateY(10%);
    }

    .about .angled_up_inside {
        margin-top: -50px;
    }

    .portfolio-item .item-title h3 {
        font-size: 15px;
    }

    .error .error-img {
        margin-bottom: 140px;
    }

    .error section.header .maintext {
        padding-top: 80px !important;
    }

    .footer .img-responsive {
        /*height: 130px;*/
        /*height: 90px;*/
    }

    .home #gallery-mixitup .filter-item:nth-of-type(7),
    .home #gallery-mixitup .filter-item:nth-of-type(8),
    .home #gallery-mixitup .filter-item:nth-of-type(9) {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .home #gallery-mixitup .filter-item:nth-of-type(9) {
        display: none !important;
    }
}

@media only screen and (max-width: 580px) {

    .header-slide video {
        height: 330px;
    }

    .about .header-slide {
        /*min-height: 360px !important;*/
        min-height: 260px !important;
    }

        .about .header-slide .header-img {
            width: 110%;
        }

    section.header .maintext .primary-text h1, section.header .maintext .black-text h1 {
        font-size: 38px;
    }

    section.header .maintext .primary-text span h4 {
        font-size: 15px;
    }

    #gallery-mixitup .filter-item {
        width: 100%;
        margin-left: 0;
    }

    .client img {
        max-width: 110px;
    }

    #image-01 {
        -webkit-transform: translateX(30%) translateY(70%);
        transform: translateX(30%) translateY(70%);
    }

    .portfolio-item.animate #image-01 {
        -webkit-transform: translateX(30%) translateY(10%);
        transform: translateX(30%) translateY(10%);
    }

    .portfolio section.header .maintext .black-text {
        top: 160px;
    }

    .portfolio section.header .header-slide {
        height: 310px;
    }

    .screen-area .screen-1 {
        /*margin: 20% 0 0 20%;*/
        /*margin: 0% 0 0 27%;*/
        margin: 0% 0 0 20%;
    }

    .blog-single .blog .info p {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 480px) {
    section.header .header-img {
        /*margin-left: -50%;*/
    }

    #image-01 {
        -webkit-transform: translateX(10%) translateY(70%);
        transform: translateX(10%) translateY(70%);
    }

    .portfolio-item.animate #image-01 {
        -webkit-transform: translateX(10%) translateY(10%);
        transform: translateX(10%) translateY(10%);
    }

    .address-break {
        display: block;
    }
}

@media only screen and (max-width: 380px) {
    .Home #map {
        height: 1520px;
    }
}

@media only screen and (max-width: 374px) {
    #image-01 {
        -webkit-transform: translateX(0%) translateY(70%);
        transform: translateX(0%) translateY(70%);
    }

    .portfolio-item.animate #image-01 {
        -webkit-transform: translateX(0%) translateY(10%);
        transform: translateX(0%) translateY(10%);
    }
}

@media only screen and (max-width: 345px) {
    section.footer .social {
        top: initial !important;
        left: initial !important;
    }
}

@media only screen and (max-width: 330px) {
    .Home #map {
        height: 1633px;
    }

    .contact #map {
        height: 1640px;
    }
}

/*** Anton's Changes ***/
.client .img-responsive:not(.colored) {
    visibility: hidden;
}

.client .img-responsive.colored {
    opacity: 1;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

.client.animate .img-responsive.colored {
    -webkit-filter: brightness(125%);
    filter: brightness(125%);
}

#cookie-board-btn button#cookie-agreement-accept {
    border-radius: 0px;
    background-color: #6bb1d5;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .3, 1);
    -moz-transition-timing-function: cubic-bezier(.4, 0, .3, 1);
    transition-timing-function: cubic-bezier(.4, 0, .3, 1);
}

.blog .pic a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

    .blog .pic a img {
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    .blog .pic a.animate img {
        -webkit-transform: scale(1.5) rotate(10deg);
        transform: scale(1.5) rotate(10deg);
    }


@media only screen and (min-width: 570px) and (max-width: 770px) {
    .portfolio-item #image-01 {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: translateX(30%) translateY(70%);
        transform: translateX(30%) translateY(70%);
    }

    .portfolio-item.animate #image-01 {
        -webkit-transform: translateX(30%) translateY(10%) !important;
        transform: translateX(30%) translateY(10%) !important;
        /*-webkit-transform: translateX(7%) translateY(10%) !important;
        transform: translateX(7%) translateY(10%) !important;*/
    }

    .portfolio-item #image-02 {
        text-align: left !important;
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }

    .portfolio-item.animate #image-02 {
        -webkit-transform: translateY(-5%) !important;
        transform: translateY(-5%) !important;
    }

    .portfolio-item #image-03 {
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
    }

    .portfolio-item.animate #image-03 {
        -webkit-transform: translateY(70%) !important;
        transform: translateY(70%) !important;
    }
}

section.padding-top-125 .container {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    max-width: 1170px;
}

@media only screen and (min-width: 800px) and (max-width: 850px) {
    .portfolio section.header .maintext .primary-text h1,
    .portfolio section.header .maintext .black-text h1 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1100px) {
    .portfolio section.header .maintext .primary-text h1,
    .portfolio section.header .maintext .black-text h1 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1360px) {
    .portfolio section.header .maintext .primary-text h1,
    .portfolio section.header .maintext .black-text h1 {
        font-size: 85px;
    }
}

@media only screen and (min-width: 1150px) {
    #image-01 {
        /*width: 60%;*/
    }

    #cookie-board-btn button#cookie-agreement-accept:hover {
        color: #6bb1d5;
        background-color: #ffffff;
    }
}

/*** End ***/


.tooltip_templates {
    display: none;
}

.blog-full .meta span {
    font-size: 18px;
}

.filter-isotope .filter-item .info,
.filter-mixitup .filter-item .info {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}














