/* General styling */
html,
body {
    min-height: 100%;
    background: #fff;
    font-family: sans-serif;
    overflow-x: hidden;
}
body, input, select, textarea {
    color: #444;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.65em;
}

img:not(.auto) {
    max-width: 100%;
}

article a:not(.button) {
    text-decoration: underline;
}

a {
    color: #2185d0;
}

a:hover {
    color: #1678c2;
}

strong, b {
    color: #666;
    font-weight: 600;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #666;
    font-weight: 300;
    line-height: 1em;
    margin: 0 0 1em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.75em;
    line-height: 1.5em;
}

h3 {
    font-size: 1.35em;
    line-height: 1.5em;
}

h4 {
    font-size: 1.1em;
    line-height: 1.5em;
}

h5 {
    font-size: 0.9em;
    line-height: 1.5em;
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border: 0;
    border-bottom: 1px solid rgba(144, 174, 144, 0.25);
    margin: 2em 0;
}

hr.major {
    margin: 3em 0;
}

blockquote {
    border-left: solid 4px rgba(144, 144, 144, 0.25);
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(144, 144, 144, 0.075);
    border-radius: 4px;
    border: solid 1px rgba(144, 144, 144, 0.25);
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.image.centered {
    display: block;
    overflow: hidden;
    position: relative;
}
.image.centered > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
}
.image.centered > img.child-vertical {
    max-width: 100%;
    max-height: none;
}
.image.centered > img.child-horizontal {
    max-width: none;
    max-height: 100%;
}
.image.centered.inside > img.child-vertical {
    max-width: none;
    max-height: 100%;
    min-width: 0;
}
.image.centered.inside > img.child-horizontal {
    max-width: 100%;
    max-height: none;
    min-height: 0;
}


.alert strong {
    color: inherit;
}
.alert > strong {
    display: block;
    margin-bottom: 5px;
}
.alert p:last-child,
.alert ul:last-child {
    margin-bottom: 0;
}


form.form {
    text-align: left;
}
form.form .field {
    display: block;
    margin-bottom: 15px;
}
form.form .field label.label {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}
form.form .field label.label em {
    font-weight: 900;
    color: #c00;
}
form.form .field input[type="text"],
form.form .field input[type="email"],
form.form .field input[type="password"],
form.form .field select,
form.form .field textarea {
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    padding: 5px 8px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
form.form .field textarea {
    height: 140px;
}
form.form .field .set label.radio,
form.form .field .set label.checkbox {
    display: inline-block;
    margin-right: 30px;
}
form.form .field .set label.radio input,
form.form .field .set label.checkbox input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
form.form .field .set label.radio span,
form.form .field .set label.checkbox span {
    display: inline-block;
    vertical-align: middle;
}
form.placeholder-light input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
form.placeholder-light input::-moz-placeholder {
    color: rgba(255,255,255,0.6);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
form.placeholder-light input:-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
form.placeholder-light input::placeholder {
    color: rgba(255,255,255,0.6);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
form.placeholder-light input:-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
}
form.placeholder-light input::-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
}


ul.pagination {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.pagination > li.item {
    display: inline-block;
    margin-right: 5px;
}
ul.pagination > li.item > * {
    display: block;
    padding: 7px 20px;
    background: #f4f7f7;
    border: 1px solid #dbdbdb;
    text-decoration: none;
    text-align: center;
}
ul.pagination > li.item > *:hover {
    border: 1px solid #c7c7c7;
    background: #eaecec;
}
ul.pagination > li.item.active > * {
    background: #777;
    border: 1px solid #777;
    color: #fff;
    font-weight: 500;
}
ul.pagination > li.disabled > * {
    opacity: 0.5;
    cursor: not-allowed;
}



/* Starbox */
.starbox .stars { background: #ddd; }
.starbox .rated .stars { background: #ddd; }
.starbox .rated.hover .stars { background: #e5e5e5; }
.starbox .colorbar { background: #ffc85c; }
.starbox .hover .colorbar { background: #eeba55; }
.starbox .rated .colorbar { background: #d7a646; }
.starbox .rated.hover .colorbar { background: #d7a646; }
.starbox .ghost { background: #e5e5e5; }
.starbox .stars .star_holder .star {
    position: relative;
    width: 22px;
    height: 22px;
    background-size: 100%;
}
.starbox .stars .star_holder .star::after {
    display: inline-block;
    content: ' ';
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
















body {
    color: #444;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    padding-top: 100px;
}
body.page-home {
    padding-top: 0;
}

a.anchor {
    display: block;
    position: relative;
    transform: translateY(-130px);
    -webkit-transform: translateY(-130px);
}
h1, h2, h3, h4 {
    color: #444;
    font-weight: 400;
    line-height: 1.3em;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
}
.wrapper {
    padding: 100px 0;
}
a {
    color: #444;
}
a:hover {
    color: #444;
}
article a:not(.button) {
    text-decoration: none;
}
.nowrap {
    white-space: nowrap;
}
.iframe-wrap {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.iframe-wrap > iframe {
    border: 0;
    outline: 0;
    width: 100%;
    height: auto;
}



/* Buttons */
.button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 28px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
    color: #fff;
    background: #636f65;
    border: 2px solid #fff;
}
.button:hover,
.button:focus {
    color: #fff;
    background: #4b564d;
    border: 2px solid #fff;
    text-decoration: none;
    outline: none;
}


/* Forms */
form.form {
    position: relative;
    margin-bottom: 15px;
}
form.form .alert ul {
    padding-left: 15px;
}
form.form .field {
    margin-bottom: 20px;
}
form.form .field label.label {
    display: none;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.5em;
}
form.form .field input[type="text"],
form.form .field input[type="email"],
form.form .field input[type="password"],
form.form .field select,
form.form .field textarea {
    display: block;
    width: 100%;
    padding: 8px 11px;
    border: 2px solid #ebebeb;
    border-radius: 0;
}
form.form .field input[type="text"]:focus,
form.form .field input[type="email"]:focus,
form.form .field input[type="password"]:focus,
form.form .field select:focus,
form.form .field textarea:focus {
    outline: none;
    border: 2px solid #d5cdb6;
}
form.form .actions {
    text-align: left;
    min-height: 60px;
}
form.form .actions .button {
    border: 0;
    padding: 12px 30px;
    margin-top: 2px;
    margin-right: 2px;
    overflow: hidden;
}
form.form .field-recaptcha {
    display: inline-block;
    width: 234px;
    height: 60px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0px;
}
form.form .field-recaptcha .g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}




/* Content */
.article p {
    margin: 0 0 25px;
}
.article a:not(.button) {
    text-decoration: underline;
}
.article p:last-child {
    margin-bottom: 0px;
}
.article h1 {
    margin-bottom: 25px;
}
.article h2 {
    margin-bottom: 25px;
}
.article em {
    font-weight: 400;
}
.article ul,
.article ol {
    padding-left: 20px;
    margin-bottom: 25px;
}
.article table {
    width: 100%;
    margin-bottom: 25px;
}
.article table tr td {
    line-height: 1.4em;
    padding: 4px 0;
}
.article table tr:not(:last-child) td {
    padding-right: 18px;
}
.article iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.article-wrap article.article {
    margin-bottom: 150px;
    padding-left: 20px;
}
.article-wrap .article-image {
    position: relative;
    height: 100%;
}
.article-wrap .article-image .image {
    height: 100%;
}
.article-wrap .article-image::before {
    display: inline-block;
    content: ' ';
    width: 166px;
    height: 25px;
    position: absolute;
    bottom: 80px;
    right: -113px;
    z-index: 15;
    background: #d5cdb6;
    transition: 0.3s;
}
.article-wrap .article-image:hover::before {
    right: -93px;
}
.article-wrap .article-image::after {
    display: inline-block;
    content: ' ';
    width: 241px;
    height: 25px;
    position: absolute;
    bottom: 35px;
    right: -30px;
    z-index: 15;
    background: #636f65;
    transition: 0.3s;
}
.article-wrap .article-image:hover::after {
    right: -50px;
}




/* Logo */
.logo-wrap {
    display: inline-block;
    width: 140px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 20;
}
.logo-wrap a.logo {
    display: inline-block;
}
.logo-wrap .img{
    width: 139px;
    height: 139px;
    background-image: url("/images/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 300ms ease-in 25ms;
}
body.page-home .logo-wrap .img{
    background-image: url("/images/logo_white.svg");
}
body.scrolled .logo-wrap .img{
    background-image: url("/images/logo.png");
}


/* Header */
.header-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
    background-color: transparent;
    /*background: #fff;*/
    /*transition: 0.3s;*/
    transition: background-color 300ms ease-in 75ms;
}
.header-wrapper .header {
    display: block;
    position: relative;
    padding-left: 190px;
    min-height: 100px;
}

body.scrolled header.header-wrapper{
    background-color: #ffffff;
}


/* Menu */
.menu-wrapper {
    text-align: right;
    padding-top: 20px;
}
.menu-wrapper .menu {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.menu-wrapper .menu > li {
    display: inline-block;
    vertical-align: top;
}
.menu-wrapper .menu > li > a  {
    display: block;
    color: #666;
    padding: 15px 18px;
    font-size: 16px;
    text-decoration: none;
    transition: color 300ms ease-in 75ms;
}
body.page-home:not(.menu-open):not(.scrolled) .menu-wrapper .menu > li > a {
    color: #ffffff;
}
body.scrolled .menu-wrapper .menu > li > a {
    color: #000000;

}
body.scrolled .menu-wrapper .menu:hover > li > a {
    color: #aaa;
}
.menu-wrapper .menu > li > a:hover {
    color: #111 !important;
}
.footer-wrapper .footer-menu ul li a > span {
    display: inline-block;
    transition: 0.3s;
}
.footer-wrapper .footer-menu ul li a:hover > span {
    transform: translateX(10px);
}

/* Background */
.background-wrapper {
    height: 100vh;
    /*min-height: 460px;*/
    /*max-height: 1200px;*/
    /*padding-top: 180px;*/
    /*overflow: hidden;*/
}
.background-wrapper .background-content {
    height: 100%;
}
.background-wrapper .background-content .container {
    position: relative;
}
.background-wrapper .background-content .content-wrap {
    display: inline-block;
    position: absolute;
    bottom: -60px;
    right: 15px;
    z-index: 10;
}
.background-wrapper .background-content .content-block {
    display: inline-block;
    color: #444;
    background: #eee;
    padding: 20px 30px 30px;
    padding: 20px 25px 25px;
    text-decoration: none;
    width: 240px;
    max-width: 100%;
    margin-left: 25px;
    transition: 0.3s;
}
.background-wrapper .background-content .content-block:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.background-wrapper .background-content .content-block strong {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: inherit;
}
.background-wrapper .background-content .content-block p {
    font-size: 17px;
    font-weight: 100;
    margin: 0 0 10px;
}
.background-wrapper .background-content .content-block p:last-child {
    margin-bottom: 0;
}
.background-wrapper .background-content .content-block.green {
    color: #fff;
    background: #636f65;
}
.background-wrapper .background-content .content-block.green:hover {
    background: #576359;
}
.background-wrapper .background-content .content-block.beige {
    background: #d5cdb6;
}
.background-wrapper .background-content .content-block.beige:hover {
    background: #c3bba2;
}

/* Footer */
.footer-wrapper .footer {
    color: #666;
    font-size: 15px;
    font-weight: 300;
    background: #ebebeb;
    border-bottom: 8px solid #d5cdb6;
    padding: 15px 0px;
}
.footer-wrapper .footer a {
    color: inherit;
}
.footer-wrapper .footer-menu ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-wrapper .footer-menu ul li a {
    display: block;
    padding: 6px 0;
    transition: 0.2s;
    text-decoration: none;
}
.footer-wrapper .footer-menu ul li a:hover {
    color: #111;
}
.footer-wrapper .footer-contact {
    padding: 6px 0;
}
.footer-wrapper .footer-developer {
   background-color: #636f65;
    padding: 5px 0px;
    display: flex;
    justify-content: center;
}
.group-logo {
    display: block;
    width: 100%;
    text-decoration: none;
}
.logo-container {
    display: flex;
    justify-content: center;
}
.logo-inner {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 200px;
    padding: 0.25rem 0;
}
.logo-svg {
    margin-left: auto;
    margin-right: auto;
    transform: translateY(0);
    opacity: 1;
    transition: all 450ms ease;
    transition-delay: 100ms;
}
.logo-text {
    color: #000000;
    position: absolute;
    inset: 0;
    z-index: 2;
    transform: translateY(1rem);
    opacity: 0;
    transition: all 450ms ease;
    transition-delay: 100ms;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-text p {
    text-align: center;
    white-space: nowrap;
    color: inherit;
}

.group-logo:hover .logo-svg {
    transform: translateY(-0.75rem);
    opacity: 0;
}
.group-logo:hover .logo-text {
    transform: translateY(0.75rem);
    opacity: 1;
}

/* Projects */
.projects-wrapper {
    padding-top: 0 !important;
}
.projects-wrapper .projects-header {
    height: 550px;
    margin-bottom: 80px;
}
.projects-wrapper .projects-header .container {
    position: relative;
    height: 100%;
}
.projects-wrapper .projects-header .content {
    display: inline-block;
    color: #fff;
    background: #636f65;
    text-decoration: none;
    width: auto;
    padding: 30px 30px 25px;
    max-width: 100%;
    margin-left: 25px;
    position: absolute;
    right: 345px;
    bottom: -65px;
    transition: 0.3s;

}
.projects-wrapper .projects-header .content:hover {
    background: #576359;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}
.projects-wrapper .projects-header .content h2,
.projects-wrapper .projects-header .content h1 {
    color: inherit;
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 15px;
}
.projects-wrapper .projects-header .content p {
    font-size: 17px;
    font-weight: 100;
}
.projects-wrapper .projects-header .content > *:last-child {
    margin-bottom: 0 !important;
}
.projects-wrapper .projects-header .content.back {
    color: #444;
    background: #d5cdb6;
    right: 15px;
    width: 290px;
    padding: 20px 15px 20px 25px;
    bottom: -32px;
}
.projects-wrapper .projects-header .content.back:hover {
    background: #c3bba2;
}
.projects-wrapper .projects-header .content.back p {
    margin: 0;
}
.projects-wrap {
    font-size: 0;
    padding-top: 80px;
}
.projects-wrap .item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 1px;
    width: 25%;
    font-size: 15px;
    overflow: hidden;
}
.projects-wrap .item:not(.item-detail)::before {
    display: inline-block;
    content: ' ';
    width: 100px;
    height: 15px;
    position: absolute;
    bottom: 48px;
    right: 20px;
    z-index: 15;
    background: #d5cdb6;
    transition: 0.3s;
    box-shadow: 0px 0px 5px rgba(255,255,255,0.5);
    opacity: 0;
}
.projects-wrap .item:not(.item-detail):hover::before {
    opacity: 1;
}
.projects-wrap .item:not(.item-detail)::after {
    display: inline-block;
    content: ' ';
    width: 145px;
    height: 15px;
    position: absolute;
    bottom: 20px;
    right: 70px;
    z-index: 15;
    background: #636f65;
    transition: 0.3s;
    box-shadow: 0px 0px 5px rgba(255,255,255,0.5);
    opacity: 0;
}
.projects-wrap .item:not(.item-detail):hover::after {
    opacity: 1;
}
.projects-wrap .item .image {
    height: 240px;
    height: 18vw;
}
.projects-wrap .item .image img {
    transition: 0.3s;
}
.projects-wrap .item:hover .image img {
    transform: translateX(-50%) translateY(-50%) scale(1.1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.projects-wrap .item .content {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0);
    transition: 0.35s;
}
.projects-wrap .item:hover .content {
    background: rgba(255,255,255,0.85);
}
.projects-wrap .item .content span {
    display: inline-block;
    color: #444;
    font-size: 22px;
    line-height: 1.6em;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%) translateY(-100%);
    transition: 0.35s;
    width: 100%;
    text-align: center;
    padding: 0px 45px;
}
.projects-wrap .item:hover .content span {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}




/* Contact */
.contact-wrapper .contact-form h2 {
    margin-bottom: 35px;
}
.contact-wrapper .contact-image {
    position: relative;
    padding-left: 160px;
}
.contact-wrapper .contact-image .image {
    height: 500px;
}
.contact-wrapper .contact-image .image::after {
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: rgba(255,255,255,0.5);
}
.contact-wrapper .contact-image .article {
    display: inline-block;
    color: #fff;
    background: #636f65;
    padding: 36px 35px 35px;
    text-decoration: none;
    width: 310px;
    max-width: 100%;
    transition: 0.3s;
    position: absolute;
    top: 70px;
    left: 60px;
    z-index: 30;
}
.contact-wrapper .contact-image .article:hover {
    background: #576359;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}
.contact-wrapper .contact-image .article h1 {
    color: inherit;
}
.contact-wrapper .contact-image .article a {
    color: inherit;
}
.maps-wrapper {
    display: block;
    overflow: hidden;
}
.maps-wrapper #map {
    display: block;
    height: 425px;
    margin-bottom: -25px;
}


.openmaps {
    display: block;
    position: relative;
    height: 400px;
    overflow: hidden;
}
.openmaps > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/** region owl **/
.owl-carousel.owl-theme .item{
    min-height: calc(100vh - 80px);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.owl-carousel .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}
.owl-nav{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translateY(50%);
}
.owl-prev, .owl-next{
    position: absolute;
    top: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    filter: invert(100%);
    background-image: url('/images/icons/arrow.svg') !important;
}
.owl-carousel .owl-nav button.owl-next:hover {
    cursor: e-resize;
}
.owl-carousel .owl-nav button.owl-prev:hover {
    cursor: w-resize;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span{
    opacity: 0;
}
.owl-carousel button:focus{
    outline: none !important;
}
.owl-prev {
    left: 15px;
    transform: rotate(180deg);
}
.owl-carousel .owl-nav button.owl-next{
    right: 15px;
}
/* Responsive medium desktop */
@media all and (max-width: 1200px) {

    /* General */
    form.form .field-recaptcha {
        display: block;
        position: static;
        margin-bottom: 15px;
    }


    /* Projects */
    .projects-wrap .item {
        width: 33.333%;
    }
    .projects-wrap .item .image {
        height: 270px;
        height: 22vw;
    }
    body.page-home .projects-wrap .item:nth-child(7),
    body.page-home .projects-wrap .item:nth-child(8) {
        display: none !important;
    }


    /* Contact */
    .contact-wrapper .contact-image {
        padding-left: 120px;
    }
    .contact-wrapper .contact-image .article {
        left: 30px;
    }


}


/* Responsive small tablet */
@media all and (max-width: 992px) {


    /* Contact */
    .contact-wrapper .contact-image {
        padding-left: 15px;
    }
    .contact-wrapper .contact-image .article {
        left: 45px;
    }
    .contact-wrapper .contact-image .image::after {
        background: rgba(255,255,255,0.65);
    }


    .projects-wrapper .projects-header .content {
        right: 15px;
        bottom: 60px;
    }



}


/* Responsive extra small mobile */
@media all and (max-width: 768px) {


    /* General */
    .container {
        padding: 0 20px;
    }
    .wrapper {
        padding: 55px 0;
    }
    .article-wrap article.article {
        margin-bottom: 40px;
        padding-left: 0px;
    }
    .article-wrap .article-image {
        height: 300px;
        margin-right: 60px;
    }
    .article-wrap .article-image::before {
        right: -60px;
    }
    .article-wrap .article-image:hover::before {
        right: -45px;
    }
    .article-wrap .article-image::after {
        right: -30px;
    }
    .article-wrap .article-image:hover::after {
        right: -45px;
    }


    /* Footer */
    .footer-wrapper .footer {
        padding: 50px 0 40px;
    }


    /* Contact */
    .contact-wrapper .contact-image {
        padding-left: 90px;
        margin-bottom: 50px;
    }
    .contact-wrapper .contact-image .image {
        height: 420px;
    }
    .contact-wrapper .contact-image .article {
        left: 0px;
        top: 50px;
    }
    .maps-wrapper #map {
        height: 350px;
    }


    .openmaps {
        display: block;
        position: relative;
        height: 350px;
        overflow: hidden;
    }


    /* Projects */
    .projects-wrapper .projects-header {
        height: 450px;
        margin-bottom: 40px;
    }
    .projects-wrapper .projects-header.header-back {
        margin-bottom: 90px;
    }
    .projects-wrap .item {
        width: 50%;
    }
    .projects-wrap .item .image {
        height: 210px;
        height: 35vw;
    }
    body.page-home .projects-wrap .item:nth-child(7),
    body.page-home .projects-wrap .item:nth-child(8) {
        display: none !important;
    }
    .projects-wrapper .projects-header .content {
        bottom: -20px;
        padding: 30px 35px 25px;
    }
    .projects-wrapper .projects-header .content.back {
        right: 50px;
        bottom: -105px;
    }


}


/* Repsonsive - Mobile (0px- 575px) */
@media all and (max-width: 575px) {


    /* General */
    .wrapper {
        padding: 45px 0 55px;
    }
    .article-wrap .article-image::before {
        width: 180px;
    }
    .article-wrap .article-image::after {
        width: 180px;
    }


    /* Background */
    .background-wrapper .background-content .content-block {
        padding: 20px 25px 25px;
    }


    /* Hamburger */
    .hamburger {
        display: block;
        width: 36px;
        position: absolute;
        right: 14px;
        top: 27px;
    }
    .hamburger::before {
        display: inline-block;
        content: ' ';
        position: absolute;
        top: -6px;
        right: -13px;
        width: 60px;
        height: 50px;
        z-index: 5;
    }
    .hamburger div {
        position: relative;
        z-index: 10;
        height: 3px;
        margin: 7px 0;
        background-color: #444;
        transition: background-color 300ms ease-in 75ms;
        transform-origin: 50% 50%;
    }
    body.page-home .hamburger div{
        background-color: #ffffff;
    }
    body.scrolled .hamburger div{
        background-color: #444;
    }
    .hamburger.cross-pre div:nth-child(1) {
        transform: translateY(10px) ;
    }
    .hamburger.cross-pre div:nth-child(2) {
        opacity: 0;
    }
    .hamburger.cross-pre div:nth-child(3) {
        transform: translateY(-10px) ;
    }

    .hamburger.cross div:nth-child(1) {
        transform: translateY(10px) rotate(-45deg);
    }
    .hamburger.cross div:nth-child(2) {
        opacity: 0;
    }
    .hamburger.cross div:nth-child(3) {
        transform: translateY(-10px) rotate(45deg);
    }
    /* Header */
    body.scrolled header.header-wrapper{
        box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
    }
    .header-wrapper .header {
        padding: 0;
        min-height: 90px;
    }
    .header-wrapper .logo-wrap {
        width: 124px;
    }
    .menu-wrapper {
        color: #666;
        background: #fbfbfb;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        position: fixed;
        top: 90px;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 20px 15px;
        transition: 0.3s;
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform-origin: 0 0;
    }
    body.menu-open .menu-wrapper {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
    .menu-wrapper .menu {
        display: inline-block;
    }
    .menu-wrapper .menu > li {
        display: block;
        text-align: center;
    }
    .menu-wrapper .menu > li > a {
        display: inline-block;
        color: #666;
        padding: 5px 10px;
        font-size: 16px;
    }
    .menu-wrapper .menu:hover > li > a {
        color: #aaa;
    }
    .menu-wrapper .menu > li > a:hover {
        color: #111;
    }


    /* Contact */
    .contact-wrapper {
        padding-top: 0;
    }
    .contact-wrapper .contact-image {
        padding-left: 0px;
        margin: 0 -20px 40px;
    }
    .contact-wrapper .contact-image .article {
        top: 65px;
        left: 20px;
        right: 20px;
        margin: 0;
        width: auto;
        padding: 25px;
    }


    /* Projects */
    .projects-wrapper .projects-header {
        height: 320px;
        margin-bottom: 20px;
    }
    .projects-wrapper .projects-header.header-back {
        margin-bottom: 75px;
    }
    .projects-wrapper .projects-header .content {
        bottom: -40px;
        padding: 25px 25px 20px;
        width: auto;
        left: 20px;
        right: 20px;
        margin: 0;
        overflow: auto;
    }
    .projects-wrapper .projects-header .content.back {
        width: 275px;
        padding: 15px 15px 15px 20px;
        right: 20px;
        bottom: -105px;
        left: auto;
    }
    .projects-wrap .item {
        padding: 1px 0;
        width: 100%;
    }
    .projects-wrap .item .image {
        min-height: 200px;
        max-height: 240px;
        height: 60vw;
    }


    /* Footer */
    .footer-wrapper .footer {
        padding: 40px 0 30px;
    }
    .footer-wrapper .footer-menu {
        margin-bottom: 25px;
    }
    .background-wrapper .background-content .content-wrap{
        bottom: -12px;
    }



}

/* Repsonsive - Mobile (0px- 380) */
@media all and (max-width: 380px) {

    /* General */
    .container {
        padding: 0 15px;
    }

}

