@charset "UTF-8";

/*    ################################################################

    File Name: style.css
    Created By: faby
    
################################################################# */

@import "http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900%7COswald:300,400,700";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, /* img, */ ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    height: 100%;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {  
    outline: none;
}

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    color: #2e2e2e;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

a {
    color: #2e2e2e;
    text-decoration: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a:hover,
a:visited,
a:active,
a:focus {
    color: #000;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

img {
    width: 100%;
    height: auto;
}

p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #2e2e2e;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (max-width: 880px) {
    p {
        font-size: 16px;
    }
}

p a,
p a:hover {
    color: #14c0df;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

strong {
    font-weight: bold;
}

::-moz-selection {
    background: #14c0df;
    color: #fff;
}

::selection {
    background: #14c0df;
    color: #fff;
}

section {
    padding-top: 150px;
}

.nopadding {
    padding: 0!important;
    margin: 0!important;
}

.section-light {
    background: #fff;
}

.section-dark {
    background: #000;
}

/* preloader */
.preloader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    z-index: 999999;
}

#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    z-index: 999999;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 3px solid rgba(255, 255, 255, .15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -3px;
    left: -3px;
    border: 3px solid transparent;
    border-top: 3px solid rgba(255, 255, 255, .75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* to top arrow */
.to-top-arrow {
    position: fixed;
    right: 29px;
    bottom: -10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #2e2e2e;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 1000;
}

@media only screen and (max-width: 880px) {
    .to-top-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 15px;
    }
}

.to-top-arrow.show {
    bottom: 9px;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 880px) {
    .to-top-arrow.show {
        bottom: -5px;
    }
}

.to-top-arrow:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Hero */
.upper-page {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    margin: 0;
}

.center-container {
    position: absolute;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 1;
}

.center-block {
    display: table-cell;
    vertical-align: middle;
}

.center-container-contact-modal {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: none;
}

.center-block-contact-modal {
    display: table-cell;
    vertical-align: middle;
}

.center-block-contact-modal-padding-top {
    padding: 60px 0 0 0;
}

.center-block-contact-modal-padding-bottom {
    padding: 0 0 60px 0;
}

.center-container-contact-modal h2.section-heading {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;
    margin: 0 auto -1px auto;
    z-index: 1;
}

.hero-fullscreen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

.hero-fullscreen-thumbnail-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-fullscreen-FIX {
    width: 100%;
    height: 100%;
}

h1.home-page-title {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 160px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 auto -6px auto;
    width: 100%;
    line-height: 100%;
    z-index: 1;
}

@media all and (min-width: 1920px) {
    h1.home-page-title {
        /*font-size: 210px;*/
        font-size: 115px;
        margin: 0 auto -8px auto;
    }
}

@media only screen and (max-width: 1200px) {
    h1.home-page-title {
        font-size: 115px;
        margin: 0 auto -4px auto;
    }
}

@media only screen and (max-width: 1024px) {
    h1.home-page-title {
        font-size: 85px;
        margin: 0 auto -4px auto;
    }
}

@media only screen and (max-width: 880px) {
    h1.home-page-title {
        font-size: 85px;
        margin: 0 auto -4px auto;
    }
}

@media only screen and (max-width: 640px) {
    h1.home-page-title {
        font-size: 65px;
        margin: 0 auto -1px auto;
    }
}

h2.home-page-title {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    margin: -2px 0 0 11px;
}

.overlay:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.overlay-dark-70:before {
    /*background: rgba(0, 0, 0, .7);*/
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

.overlay-dark-60-video:before {
    background: rgba(0, 0, 0, .6);
    -webkit-pointer-events: auto;
    -moz-pointer-events: auto;
    pointer-events: auto;
}

.the-button-wrapper,
.the-button-wrapper-2 {
    position: relative;
    width: 175px;
    height: auto;
    line-height: 1.5;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

.the-button-wrapper {
    margin: -7px auto 0 auto;
}

@media all and (min-width: 1920px) {
    .the-button-wrapper {
        width: 205px;
        margin: -4px auto 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    .the-button-wrapper {
        width: 175px;
    }
}

.the-button-wrapper-2 {
    margin: -7px auto 12px auto;
}

@media all and (min-width: 1920px) {
    .the-button-wrapper-2 {
        width: 245px;
        margin: -4px auto 16px auto;
    }
}

.the-button {
    position: relative;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.10em;
    color: #fff;
    background: none;
    padding: 10px 40px 0 40px;
    margin-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.the-button.the-button-light {
    color: #fff;
}

.the-button.the-button-dark {
    color: #2e2e2e;
}

.the-button.the-button-color {
    color: #14c0df;
}

@media all and (min-width: 1920px) {
    .the-button {
        font-size: 14px;
        letter-spacing: 0.25em;
        padding: 11px 40px 0 40px;
    }
}

@media only screen and (max-width: 640px) {
    .the-button {
        font-size: 10px;
        letter-spacing: 0.10em;
    }
}

.the-button:hover:before {
    width: 100%;
}

.the-button:hover:after {
    width: 100%;
}

.the-button::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 38px;
    top: -2px;
    left: -6px;
    border: 1px solid #fff;
    border-right: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.the-button.the-button-light::before {
    border: 1px solid #fff;
    border-right: none;
}

.the-button.the-button-dark::before {
    border: 1px solid #2e2e2e;
    border-right: none;
}

.the-button.the-button-color::before {
    border: 1px solid #14c0df;
    border-right: none;
}

@media all and (min-width: 1920px) {
    .the-button::before {
        width: 20px;
        height: 47px;
        top: -5px;
    }
}

@media only screen and (max-width: 640px) {
    .the-button::before {
        width: 15px;
        height: 38px;
        top: -2px;
    }
}

.the-button::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 38px;
    top: -2px;
    right: -6px;
    border: 1px solid #fff;
    border-left: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;  
}

.the-button.the-button-light::after {
    border: 1px solid #fff;
    border-left: none;
}

.the-button.the-button-dark::after {
    border: 1px solid #2e2e2e;
    border-left: none;
}

.the-button.the-button-color::after {
    border: 1px solid #14c0df;
    border-left: none;
}

@media all and (min-width: 1920px) {
    .the-button::after {
        width: 20px;
        height: 47px;
        top: -5px;
    }
}

@media only screen and (max-width: 640px) {
    .the-button::after {
        width: 15px;
        height: 38px;
        top: -2px;
    }
}

.the-button-submit {
    width: 175px;
    top: -19px;
    border: none;
}

@media all and (min-width: 1920px) {
    .the-button-submit {
        width: 205px;
        border: none;
    }
}

@media only screen and (max-width: 640px) {
    .the-button-submit {
        width: 175px;
        top: -19px;
    }
}

.contact-form-submit-wrapper {
    position: relative;
    width: 205px;
    height: auto;
    line-height: 1.5;
    padding: 0;
    left: 0;
}

.contact-form-submit-wrapper {
    margin: 42px auto -6px auto;
}

@media all and (min-width: 1920px) {
    .contact-form-submit-wrapper {
        margin: 42px auto -2px auto;
    }
}

/* Header */

/* bg */
.header-navigation-xs .logo-holder {
    background: url(../images/logo-light.png) no-repeat center;
}
.header-navigation-xs .logo-holder.logo-holder-dark {
    background: url(../images/logo-dark.png) no-repeat center;
}
.bg-img-SINGLE {
    /*background-image: url(../images/hero-bg.jpg);*/
}

.navigation-bg-light {
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
}

header {
    position: fixed;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1000;
}

.logo-holder {
    position: relative;
    display: inline-block;
    width: 59px;
    height: 35px;
    margin-left: 20px;
    bottom: 2px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.logo-holder img {
    -webkit-transition: all .3s ease-in-out .3s;
    -ms-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.logo-holder.closed {
    width: 0;
    margin-left: -5px;
    -webkit-transition: all .3s ease-in-out .3s;
    -ms-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
}

.logo-holder.closed img {
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

.logo-holder {
    margin-right: 20px;
}

.logo-holder.closed {
    margin-right: 0;
}

.header-navigation {
    height: 69px;
}

.header-navigation>a {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 25px 20px 0 20px;
    color: #fff;
}

.header-navigation>a:hover,
.header-navigation>a:visited,
.header-navigation>a:active,
.header-navigation>a:focus {
    font-weight: 400;
}

.header-navigation-dark>a {
    color: #2e2e2e;
}

.header-navigation-xs {
    height: 100px; /*74*/
}

.header-navigation-xs>a {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0 5px;
    color: #fff;
}

.header-navigation-xs.header-navigation-xs-dark>a {
    color: #2e2e2e;
}

.header-navigation-xs .logo-holder {
    position: relative;
    display: block;
    width: 59px;
    height: 35px;
    margin: 17px auto 9px auto;
    text-align: center;
}

.link-underline-menu {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.link-underline-menu:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    bottom: 0px;
    left: 10px;
    right: auto;
    background: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.link-underline-menu.link-underline-menu-dark:before {
    bottom: 10px;
    background: #2e2e2e;
}

.link-underline-menu:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

@media only screen and (max-width: 768px) {
    .link-underline-menu:hover:before {
        visibility: hidden;
    }
}

/* vertical spacer line */
.the-line {
    position: relative;
    width: 1px;
    height: 100px;
    background: #2e2e2e;
    margin: 0 auto;
}

.the-line.the-line-light {
    background: #fff;
}

@media all and (min-width: 1920px) {
    .the-line {
        height: 100px;
    }
}

@media only screen and (max-width: 995px) {
    .the-line {
        height: 80px;
    }
}

.the-line.the-line-facts {
    height: 50px;
}

@media all and (min-width: 1920px) {
    .the-line.the-line-facts {
        height: 50px;
    }
}

@media only screen and (max-width: 995px) {
    .the-line.the-line-facts {
        height: 40px;
    }
}

/* copyright */
.copyright-home {
    position: absolute;
    bottom: 25px;
    right: 29px;
    text-align: right;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
    z-index: 10;
}

@media only screen and (max-width: 880px) {
    .copyright-home {
        bottom: 11px;
        right: 15px;
    }
}

@media only screen and (max-width: 640px) {
    .copyright-home {
        display: none;
        visibility: hidden;
    }
}

.copyright-home,
.copyright-home a,
.copyright-home a:hover {
    color: #fff;
}

.copyright {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 auto;
}

.copyright,
.copyright a,
.copyright a:hover {
    color: #000;
}


/* link underline */
.link-underline {
    position: relative;
    display: inline-block;
}

.link-underline::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #14c0df;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-underline:hover::before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.link-underline.link-underline-light::before {
    background: #fff;
}

.link-underline.link-underline-dark::before {
    background: #2e2e2e;
}

/* contact form */
#contact-form {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

form {
    margin: 0;
    padding: 0;
}

.contactform input {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 10px 0 10px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.contactform input[type="checkbox"] {
    height: 15px;
    width: 15px;
}

.form-check {
    padding-top: 20px;
}
.form-check label {
    margin-left: 10px;
    color: #fff;
}
.form-check label a {
    color: #fff;
}
.form-check label a:hover {
    color: #fff;
    text-decoration: underline;
}

.close span {
    font-size: 30px;
}
textarea {
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.contactform textarea {
    color: #fff;
    margin: 10px 0 10px 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.contactform input:hover,
.contactform textarea:hover {
    border-color: rgba(255, 38, 74, .5);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


.contactform input:focus,
.contactform textarea:focus {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.alert-notification {
    margin-top: 10px;
}

.success {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 56px 0 60px 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contactform .error {
    position: absolute;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    color: #14c0df;
    margin: 0;
    padding: 0;
    letter-spacing: 0.15em;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 200px!important;
}

.make-space {
    margin-left: 15px;
    margin-right: 15px;
}

::-webkit-input-placeholder { font-size: 14px; color: #fff; }
:-ms-input-placeholder { font-size: 14px; color: #fff; }
::-moz-placeholder { font-size: 14px; color: #fff; }
input:-moz-placeholder { font-size: 14px; color: #fff; }

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-ms-input-placeholder { color: transparent; }
input:focus::-moz-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; }

textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-ms-input-placeholder { color: transparent; }
textarea:focus::-moz-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; }


/* contact modal */
.contact-modal-wrapper {
    position: relative;
    width: 50%;
    margin: -20px auto 0 auto;
}

@media only screen and (max-width: 1200px) {
    .contact-modal-wrapper {
        width: 90%;
    }
}

.contact-modal {
    position: fixed;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 158px, 20px, 20px, 20px);
    height: -moz-calc(100% - 158px, 20px, 20px, 20px);
    height: calc(100% - 158px, 20px, 20px, 20px);
    top: 79px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    background: #000;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;	
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1005;
}

.contact-modal.close {
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.contact-modal.open {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 158px, 20px, 20px, 20px);
    height: -moz-calc(100% - 158px, 20px, 20px, 20px);
    height: calc(100% - 158px, 20px, 20px, 20px);
    top: 79px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible;
    background: #000;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@media only screen and (max-width: 880px) {
    .contact-modal,
    .contact-modal.open {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.contact-modal-closer {
    position: relative;
    width: 100px;
    height: auto;
    margin: -5px auto 0 auto;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

/* social icons */
.social-icons-wrapper {
    position: absolute;
    bottom: 26px;
    left: 24px;
    text-align: left;
    margin: 0;
    z-index: 10;
}

@media only screen and (max-width: 880px) {
    .social-icons-wrapper {
        bottom: 13px;
        left: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .social-icons-wrapper { 
        position: absolute;
        display: block;
        left: 0; 
        right: 0;
        bottom: 13px;
        text-align: center;
        margin-left: auto; 
        margin-right: auto; 
        width: 200px!important;
    }
}

.social-icons-wrapper ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.social-icons-wrapper ul li {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 5px;
}

ul.social-icons {
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
}

@media only screen and (max-width: 640px) {
    ul.social-icons {
        font-size: 16px;
    }
}

ul.social-icons a {
    padding: 0;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    font-size: 30px;
}

ul.social-icons a:hover {
    padding: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

/* section intro */
.parallax-title.parallax-title-about {
    background-image: url(../images/hero-bg.jpg);
}
.about-bg-1 {
    background-image: url(../images/about-01.jpg);
}
.about-bg-2 {
    background-image: url(../images/about-02.jpg);
}
.parallax-title.parallax-title-services {
    background-image: url(../images/service-bg.jpg);
}

.section-intro p {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: -7px auto 0 auto;
}

@media only screen and (max-width: 995px) {
    .section-intro p {
        font-size: 20px;
        margin: -5px auto 0 auto;
    }
}

@media only screen and (max-width: 880px) {
    .section-intro p {
        font-size: 18px;
        font-weight: 400;
    }
}

.section-intro p a,
.section-intro p a:hover {
    text-decoration: none;
}

.section-intro.section-intro-light p {
    color: #fff;
}

.parallax-title-content {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 160px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.08em;
    color: #2e2e2e;
    background: #fff;
    mix-blend-mode: lighten;
    overflow: hidden;
    margin: -20px auto -6px auto;
}

.parallax-title-content.parallax-title-content-dark {
    color: #fff;
    background: #000;
    mix-blend-mode: darken;
}

@media all and (min-width: 1920px) {
    .parallax-title-content {
        font-size: 180px;
        margin: -26px auto -6px auto;
    }
}

@media only screen and (max-width: 1200px) {
    .parallax-title-content {
        font-size: 115px;
        margin: -12px auto -3px auto;
    }
}

@media only screen and (max-width: 1024px) {
    .parallax-title-content {
        font-size: 85px;
        margin: -9px auto -2px auto;
        letter-spacing: -0.04em;
    }
}

@media only screen and (max-width: 995px) {
    .parallax-title-content {
        letter-spacing: -0.04em;
    }
}

@media only screen and (max-width: 880px) {
    .parallax-title-content {
        font-size: 85px;
        margin: -9px auto -2px auto;
    }
}

@media only screen and (max-width: 640px) {
    .parallax-title-content {
        font-size: 65px;
        margin: -7px auto 0 auto;
    }
}

.parallax-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: none;
    z-index: 1;
}

.post-txt {
    position: relative;
    display: block;
    margin: -17px auto 0 auto;
    text-align: center;
}

@media (min-width: 1920px) {
    .post-txt {
        padding: 0 150px;
    }
}

.post-txt-light p {
    color: #fff;
}

.post-txt p {
    margin: -7px auto 0 auto;
}

.post-heading,
.post-heading-services,
.post-heading-works,
.post-heading-news {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    letter-spacing: 0.05em;
    color: #2e2e2e;
}

.post-heading,
.post-heading-services,
.post-heading-works,
.post-heading-news {
    margin: -2px auto 0 auto;
}

.post-heading-light {
    color: #fff;
}

.post-heading-news.post-heading-news-dark {
    color: #14c0df;
}

.post-title,
.post-email-title {
    position: relative;
    top: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #2e2e2e;
    line-height: 1;
    z-index: 10;
}

.post-title-light {
    color: #fff;
}

.post-title {
    margin: -7px auto -2px auto;
}

@media all and (min-width: 1920px) {
    .post-title {
        font-size: 65px;
        margin: -9px auto -1px auto;
    }
}

@media only screen and (max-width: 640px) {
    .post-title {
        font-size: 40px;
        margin: -4px auto -1px auto;
    }
}

.post-email-title {
    margin: -20px auto 0 auto;
}

@media all and (min-width: 1920px) {
    .post-email-title {
        font-size: 65px;
        margin: -24px auto 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .post-email-title {
        font-size: 40px;
        margin: -14px auto 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    .post-email-title {
        font-size: 20px;
        margin: -6px auto 0 auto;
    }
}

.post-title a,
.post-title a:hover {
    line-height: 1.5;
    color: #fff;
}

.post-email-title a,
.post-email-title a:hover {
    line-height: 1.5;
    color: #2e2e2e;
}

@media only screen and (max-width: 768px) {
    .swiper-slide .post-title {
        width: 70%;
    }
}

@media only screen and (max-width: 640px) {
    .swiper-slide .post-title {
        width: 60%;
    }
}

.services-txt,
.services-txt-dark {
    margin: 0 auto;
    padding: 0 100px;
}

@media all and (min-width: 1920px) {
    .services-txt,
    .services-txt-dark {
        padding: 0 150px;
    }
}

@media only screen and (max-width: 1200px) {
    .services-txt,
    .services-txt-dark {
        padding: 0 80px;
    }
}

@media only screen and (max-width: 995px) {
    .services-txt,
    .services-txt-dark {
        padding: 0 35px;
    }
}

@media only screen and (max-width: 880px) {
    .services-txt,
    .services-txt-dark {
        padding: 0 15px;
    }
}

.services-txt {
    color: #fff;
}

.services-txt-dark {
    color: #2e2e2e;
}

.services-bg-1,
.services-bg-2 {
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.halves:hover .services-bg-1,
.halves:hover .services-bg-2 {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

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

.halves .half {
    min-height: 350px;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

@media all and (min-width: 1920px) {
    .halves .half {
        min-height: 580px;
    }
}

@media (max-width: 768px) {
    .halves .half {
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .halves {
        -webkit-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;

        -ms-flex-direction: column;
        flex-direction: column;
    }

    .halves .half {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

.show-skillbar {
    display: block;
    padding: 0;
    margin: -6px auto 0 auto;
    padding-left: 0;
    text-align: left;
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    height: 21px;
    margin: 0 auto;
    background: none;
    letter-spacing: 0.05em;
}

.skillbar-bar {
    display: inline-block;
    width: 0px;
    height: 1px;
    background: #2e2e2e;
    margin: 60px 0 0 0;
}

.skillbar-bar-light {
    background: #fff;
}

.skill-bar-percent {
    position: absolute;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    letter-spacing: 0.05em;
    color: #2e2e2e;
    margin: 0 auto;
    line-height: 1;
    width: 30px!important;
    left: 0;
    right: 0;
    top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.skill-bar-percent-light {
    color: #fff;
}

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

.halves-about .half-about-1 {
    min-height: 350px;
    -webkit-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
}

@media all and (min-width: 1920px) {
    .halves-about .half-about-1 {
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .halves-about .half-about-1 {
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .halves-about {
        -webkit-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;

        -ms-flex-direction: column;
        flex-direction: column;
    }

    .halves-about .half-about-1 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

.halves-about .half-about-2 {
    min-height: 350px;
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
}

.about-bg-1,
.about-bg-2 {
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.halves-about:hover .about-bg-1,
.halves-about:hover .about-bg-2 {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.works-section {
    margin-left: 20px;
    margin-right: 20px;
}

.works-section.section-100vh {
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
}

@media (max-width: 768px) {
    .works-section.section-100vh {
        height: -webkit-calc(100vh - 40px);
        height: -moz-calc(100vh - 40px);
        height: calc(100vh - 40px);
    }
}

.works-section:last-child {
    margin-bottom: 0;
}

.works-section.section-gallery .box-img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    overflow: hidden;
}

.works-section.section-gallery .works-section-gallery-box {
    position: absolute;
    top: 0;
    left: 0;
}

.works-section.section-gallery .works-section-gallery-box.img-1 {
    width: 20%;
    height: 40%;
    padding: 0 10px 10px 0;
}

.works-section.section-gallery .works-section-gallery-box.img-2 {
    left: 20%;
    width: 20%;
    height: 40%;
    padding: 0 10px 10px 10px;
}

.works-section.section-gallery .works-section-gallery-box.img-3 {
    top: 40%;
    width: 40%;
    height: 60%;
    padding: 10px 10px 0 0;
}

.works-section.section-gallery .works-section-gallery-box.img-4 {
    left: 40%;
    width: 40%;
    height: 60%;
    padding: 0 10px 10px 10px;
}

.works-section.section-gallery .works-section-gallery-box.img-5 {
    top: 60%;
    left: 40%;
    width: 20%;
    height: 40%;
    padding: 10px 10px 0 10px;
}

.works-section.section-gallery .works-section-gallery-box.img-6 {
    top: 60%;
    left: 60%;
    width: 20%;
    height: 40%;
    padding: 10px 10px 0 10px;
}

.works-section.section-gallery .works-section-gallery-box.img-7 {
    left: 80%;
    width: 20%;
    height: 50%;
    padding: 0 0 10px 10px;
}

.works-section.section-gallery .works-section-gallery-box.img-8 {
    top: 50%;
    left: 80%;
    width: 20%;
    height: 50%;
    padding: 10px 0 0 10px;
}

@media (max-width: 1600px) {
    .works-section.section-gallery {
        height: auto;
        padding: 0!important;
    }

    .works-section.section-gallery .works-section-gallery-box {
        position: relative;
        float: left;
        height: 50vh!important;
    }

    .works-section.section-gallery .works-section-gallery-box.img-1 {
        width: 50%;
    }

    .works-section.section-gallery .works-section-gallery-box.img-2 {
        left: auto;
        width: 50%;
        padding-right: 0;
    }

    .works-section.section-gallery .works-section-gallery-box.img-3 {
        top: auto;
        width: 100%;
        padding: 10px 0 10px 0;
    }

    .works-section.section-gallery .works-section-gallery-box.img-4 {
        left: auto;
        width: 50%;
        padding: 10px 10px 10px 0;
    }

    .works-section.section-gallery .works-section-gallery-box.img-5 {
        top: auto;
        left: auto;
        width: 50%;
        padding: 10px 0 10px 10px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-6 {
        top: auto;
        left: auto;
        width: 100%;
        padding: 10px 0 10px 0;
    }

    .works-section.section-gallery .works-section-gallery-box.img-7 {
        left: auto;
        width: 50%;
        padding: 10px 10px 0 0;
    }

    .works-section.section-gallery .works-section-gallery-box.img-8 {
        top: auto;
        left: auto;
        width: 50%;
        padding: 10px 0 0 10px;
    }
}

@media (max-width: 768px) {
    .works-section.section-gallery {
        padding: 0;
    }

    .works-section.section-gallery .works-section-gallery-box {
        height: 32vh!important;
    }

    .works-section.section-gallery .works-section-gallery-box.img-1 {
        padding-right: 10px;
        padding-bottom: 10px
    }

    .works-section.section-gallery .works-section-gallery-box.img-2 {
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-3 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-4 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-5 {
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-6 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-7 {
        padding-top: 10px;
        padding-right: 10px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-8 {
        padding-top: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 600px) {
    .works-section.section-gallery .works-section-gallery-box {
        width: 100%!important;
        height: 40vh!important;
    }

    .works-section.section-gallery .works-section-gallery-box.img-1,
    .works-section.section-gallery .works-section-gallery-box.img-2,
    .works-section.section-gallery .works-section-gallery-box.img-3,
    .works-section.section-gallery .works-section-gallery-box.img-4,
    .works-section.section-gallery .works-section-gallery-box.img-5,
    .works-section.section-gallery .works-section-gallery-box.img-6,
    .works-section.section-gallery .works-section-gallery-box.img-7,
    .works-section.section-gallery .works-section-gallery-box.img-8 {
        padding: 10px 0;
    }

    .works-section.section-gallery .works-section-gallery-box.img-1 {
        padding-top: 0;
    }

    .works-section.section-gallery .works-section-gallery-box.img-8 {
        padding-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .works-section.section-100vh {
        height: auto;
        padding: 120px 0;
    }

    .works-section.section-gallery {
        padding: 0;
    }
}

@media screen and (min-width: 1600px) and (max-height: 900px) {
    .works-section.section-gallery {
        height: auto;
        padding: 0!important;
    }

    .works-section.section-gallery .works-section-gallery-box {
        position: relative;
        float: left;
        height: 60vh!important;
    }

    .works-section.section-gallery .works-section-gallery-box.img-1 {
        width: 50%;
    }

    .works-section.section-gallery .works-section-gallery-box.img-2 {
        left: auto;
        width: 50%;
        padding-right: 0;
    }

    .works-section.section-gallery .works-section-gallery-box.img-3 {
        top: auto;
        width: 100%;
        padding: 15px 0 15px 0;
    }

    .works-section.section-gallery .works-section-gallery-box.img-4 {
        left: auto;
        width: 50%;
        padding: 15px 15px 15px 0;
    }

    .works-section.section-gallery .works-section-gallery-box.img-5 {
        top: auto;
        left: auto;
        width: 50%;
        padding: 15px 0 15px 15px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-6 {
        top: auto;
        left: auto;
        width: 100%;
        padding: 15px 0 15px 0;
    }

    .works-section.section-gallery .works-section-gallery-box.img-7 {
        left: auto;
        width: 50%;
        padding: 15px 15px 0 0;
    }

    .works-section.section-gallery .works-section-gallery-box.img-8 {
        top: auto;
        left: auto;
        width: 50%;
        padding: 15px 0 0 15px;
    }
}

@media screen and (min-width: 1025px) and (max-height: 900px) {
    .works-section.section-100vh {
        height: auto;
        padding: 120px 0;
    }
}

.force-height {
    height: 100%;
}

.force-height .row,
.force-height .works-section-col {
    height: 100%;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

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

.no-mrg-pdg {
    margin: 0;
    padding: 0;
}

.image-works {
    position: relative;
    z-index: 5;
}

.image-works>.hover-effect {
    position: absolute;
    background: #fff;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.35s ease-out;
    -moz-transition: opacity 0.35s ease-out;
    -ms-transition: opacity 0.35s ease-out;
    -o-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}

.image-works:hover .hover-effect {
    opacity: 0.90;
    -moz-opacity: 0.90;
    -webkit-opacity: 0.90;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    cursor: pointer;
}

.pswp__img--placeholder--blank {
    background: #fff;
}

.description {
    position: absolute;
    padding: 0 15px;
    margin-bottom: 5px;
    bottom: -40px;
    left: 0;
    right: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    text-align: center;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 10;
}

.description h3 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -0.04em;
    color: #111;
    line-height: 1;
    margin: -9px auto -1px auto;
    z-index: 10;
}

@media only screen and (max-width: 640px) {
    .description h3 {
        font-size: 40px;
        margin: -4px auto -1px auto;
    }
}

.description-second {
    margin: -7px auto -6px auto;
}

.item-grid-size:hover .description,
.item-grid-size:focus .description {
    bottom: 5px;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.item-grid-size {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
}

.item {
    position: relative;
    margin-bottom: 0;
    float: left;
}

.item:after {
    content: "";
    display: block;
    clear: both;
}

.item-wh {
    width: 100%;
    height: auto;
}

.item:hover .link-wrap {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    cursor: pointer;
}

.item:hover .link-wrap span:before,
.item:hover .link-wrap span:after {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.item:hover .link-wrap span:nth-child(1):before,
.item:hover .link-wrap span:nth-child(1):after {
    width: 15px;
}

.item:hover .link-wrap span:nth-child(2):before,
.item:hover .link-wrap span:nth-child(2):after {
    height: 15px;
}

.post-heading-works {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    letter-spacing: 0.05em;
    color: #111;
}

.post-heading-works {
    text-align: center;
    margin: 2px auto;
}

.img-fullwidth-all {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.works-item {
    position: relative;
    height: 100%;
    min-height: 700px;
    overflow: hidden;
    margin-left: 50px;
    margin-right: 50px;
    background: none;
}

@media only screen and (max-width: 880px) {
    .works-item {
        height: auto;
        min-height: inherit;
    }
}

@media only screen and (max-width: 640px) {
    .works-item {
        height: auto;
        min-height: inherit;
        margin-left: 0;
        margin-right: 0;
    }
}

.works-last-line {
    position: relative;
    width: 100%;
    height: 20px;
    background: #fff;
    overflow: hidden;
}

.parallax .swiper-button-next,
.parallax .swiper-button-prev {
    display: block;
    visibility: visible;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    display: none;
    visibility: hidden;
}

.parallax a,
.parallax a:hover {
    color: #fff;
}

.parallax .swiper-container {
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
}

.parallax .swiper-slide {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.parallax .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;	  
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mfp-arrow-left:after {
    font-family: "Ionicons";
    content: "\f124";
    font-size: 18px;
    color: #fff;
    margin-top: 22px;
}

.mfp-arrow-right:after {
    font-family: "Ionicons";
    content: "\f125";
    font-size: 18px;
    color: #fff;
    margin-top: 22px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: crosshair;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before {
    border-right: none;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
    border-left: none;
}

.mfp-title {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.scroll-indicator-wrapper {
    position: absolute;
    width: 1px!important;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

@media only screen and (max-width: 640px) {
    .scroll-indicator-wrapper {
        display: none;
        visibility: hidden;
    }
}

.scroll-indicator-wrapper.scroll-indicator-wrapper-position-secondary {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 1005;
}

@media only screen and (max-width: 880px) {
    .scroll-indicator {
        bottom: 15px;
    }
}

.scroll-line {
    display: block;
    width: 1px;
    height: 30px;
    background: none;
}

@media only screen and (max-width: 880px) {
    .scroll-line {
        height: 15px;
    }
}

.scroll-line::before {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    top: 0;
    background-color: #fff;
    -webkit-animation: scroll-down 2s ease-in-out infinite;
    -ms-animation: scroll-down 2s ease-in-out infinite;
    animation: scroll-down 2s ease-in-out infinite;
}

@-webkit-keyframes scroll-down {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    70% {
        height: 100%;
        transform: scaleY(0.5);
        transform-origin: bottom;
    }
    100% {
        height: 100%;
        transform: scaleY(0);
        transform-origin: bottom;
    }
}
@-ms-keyframes scroll-down {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    70% {
        height: 100%;
        transform: scaleY(0.5);
        transform-origin: bottom;
    }
    100% {
        height: 100%;
        transform: scaleY(0);
        transform-origin: bottom;
    }
}
@keyframes scroll-down {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    70% {
        height: 100%;
        transform: scaleY(0.5);
        transform-origin: bottom;
    }
    100% {
        height: 100%;
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

/* divider */
.inner-divider,
.inner-divider-half,
.inner-divider-post,
.inner-divider-mobile,
.inner-divider-half-post {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: none;
    z-index: -1;
}

.inner-divider {
    height: 100px;
}

@media all and (min-width: 1920px) {
    .inner-divider {
        height: 100px;
    }
}

@media only screen and (max-width: 980px) {
    .inner-divider {
        height: 100px;
    }
}

@media only screen and (max-width: 640px) {
    .inner-divider {
        height: 80px;
    }
}

.inner-divider-half {
    height: 40px;
}

@media only screen and (max-width: 640px) {
    .inner-divider-half.inner-divider-home {
        height: 23px;
    }
}

.inner-divider-post {
    height: 80px;
}

.inner-divider-mobile {
    display: none;
    visibility: hidden;
    height: 100px;
}

@media only screen and (max-width: 995px) {
    .inner-divider-mobile {
        display: block;
        visibility: visible;
    }
}

@media only screen and (max-width: 640px) {
    .inner-divider-mobile {
        height: 80px;
    }
}

@media only screen and (max-width: 995px) {
    .hide-on-mobile {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .inner-divider-hide {
        display: none;
        visibility: hidden;
    }
}

.inner-divider-half-post {
    height: 20px;
}

@media all and (min-width: 1920px) {
    .inner-divider-half-post {
        height: 40px;
    }

    .inner-divider-half-post.inner-divider-half-post-works {
        height: 20px;
    }
}

/*Navigation*/
.tm-header-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
}
.tm-site-branding {
    position: relative;
    width: 275px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 30px;
}

.tm-logo-link {
    display: inline-block;
    position: relative;
    z-index: 2;
    font-weight: 600;
    margin-top: 15px;
}
.tm-logo-link img {
    float: left;
    width: 75px; 
}

/*Navigation*/
.tm-primary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 69px;
}
.tm-primary-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.tm-primary-nav .tm-primary-nav-list {
    height: 100%;
}
.tm-primary-nav .menu-item-has-children > ul {
    width: 250px;
    padding-left: 0;
    background-color: #fff;
    position: absolute;
    top: 100%;
    display: block;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    margin-top: 25px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.tm-primary-nav .menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
.tm-primary-nav .menu-item-has-children > ul > .menu-item ul {
    position: absolute;
    left: 100%;
    right: 100%;
    top: 0;
}

.tm-primary-nav .tm-primary-nav-list .menu-item {
    position: relative;
}
.tm-primary-nav .tm-primary-nav-list > .menu-item {
    margin-right: 25px;
    height: 100%;
}
.tm-primary-nav .tm-primary-nav-list > .menu-item:last-child {
    margin-right: 0px;
}

.tm-primary-nav .menu-item > a {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0px 20px 0 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tm-primary-nav.header-navigation-dark .menu-item > a, .tm-primary-nav.header-navigation-dark .menu-item > a:hover {
    color: #2e2e2e !important;
}
.tm-primary-nav .menu-item > a {
    height: 100%;
}
.tm-primary-nav .tm-primary-nav-list li.active > a, 
.tm-primary-nav .tm-primary-nav-list .menu-item > a:hover {
    color: #fff;
}
.tm-primary-nav .menu-item-has-children > ul > li a {
    height: initial;
    display: block;
    padding: 10px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
}
.tm-primary-nav .menu-item-has-children > ul > li a:hover,
.tm-primary-nav .current-menu-parent .current-menu-item {
    background: rgba(0, 0, 0, 0.07);
    color: #17252b;
}
/*Mobile Menu Button*/
.m-menu-btn {
    position: relative;
    display:  inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    display: none;
}
.m-menu-btn span {
    margin: 0 auto;
    position: relative;
    top: 12px; 
    -webkit-transition-duration: 0s; 
    -o-transition-duration: 0s; 
    transition-duration: 0s; 
    -webkit-transition-delay: 0.2s; 
    -o-transition-delay: 0.2s; 
    transition-delay: 0.2s;
}
.m-menu-btn span:before, 
.m-menu-btn span:after {
    position: absolute;
    content: '';
}
.m-menu-btn span, 
.m-menu-btn span:before, 
.m-menu-btn span:after {
    width: 25px;
    height: 2px;
    background-color: #333;
    display: block;
}
.m-menu-btn span:before {
    margin-top: -8px;
    transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}
.m-menu-btn span:after {
    margin-top: 8px;
    transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}
.m-menu-btn-ext span {
    background-color: rgba(0,0,0,0.0); 
    -webkit-transition-delay: 0.2s; 
    -o-transition-delay: 0.2s; 
    transition-delay: 0.2s;
}
.m-menu-btn-ext span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg); 
    -ms-transform: rotate(45deg); 
    transform: rotate(45deg); 
    -webkit-transition-delay: 0s, 0.2s; 
    -o-transition-delay: 0s, 0.2s; 
    transition-delay: 0s, 0.2s;
}
.m-menu-btn-ext span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg); 
    -ms-transform: rotate(-45deg); 
    transform: rotate(-45deg); 
    -webkit-transition-delay: 0s, 0.2s; 
    -o-transition-delay: 0s, 0.2s; 
    transition-delay: 0s, 0.2s;
}
.m-dropdown {
    display: none;
}
.m-dropdown:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 36px;
    left: -9px;
    top: -6px;
}
/*End Mobile Menu Button*/
.tm-primary-nav .tm-primary-nav-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.nav-link {
    position: relative;
}
.tm-primary-nav .menu-item > .nav-link.active {
    /*color: #17252b;*/
}

/*--------------------------------------------------------------
8. Responsive
--------------------------------------------------------------*/

/*== Start Site Header ==*/
@media screen and (max-width: 1400px) and (min-width: 1001px) {
    .tm-primary-nav .menu-item-has-children:last-child > ul {
        right: 0px;
    }
}
@media screen and (max-width: 1500px) and (min-width: 1200px) {

}
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1199px) {
    .tm-primary-nav .tm-primary-nav-list > .menu-item {
        margin-right: 15px;
    }
}

@media screen and (max-width: 991px) {
    .tm-header-menu-container {
        background-color: #fff;
    }
    .tm-site-branding {
        display: block;
    }
    .m-menu {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .m-menu-btn {
        display: block;
    }
    .tm-primary-nav-list {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        display: none;
        max-height: 315px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-left: 0;
        margin: 0;
        background: #fff;
        -webkit-box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.25);
        padding: 15px 0;
    }
    .small-height .tm-primary-nav-list {
        margin: 0;
    }
    .m-menu ul {
        list-style: none;
    }
    .m-menu ul .menu-item a {
        display: block;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 600;
    }
    .m-menu ul .menu-item a:hover {
        background-color: rgba(43, 43, 43, 0.23);
        -webkit-box-shadow: 0 0 1px 0px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 1px 0px rgba(255, 255, 255, 0.1)
    }
    .m-dropdown {
        display: inline-block;
        position: absolute;
        top: 8px;
        right: 16px;
        color: #333;
        font-size: 25px;
        line-height: 18px;
        height: 20px;
        width: 20px;
        text-align: center;
        z-index: 11;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding-left: 1px;
    }
    .m-menu ul .menu-item ul {
        display: none;
        padding-left: 10px;
    }
    .m-menu ul > .menu-item {
        position: relative;
    }
    .menu-item.menu-item-has-children > a:after {
        display: none;
    }
    .nav-link:before {
        left: 10px;
        bottom: initial;
        top: 13px;
    }
    .nav-link.active:before {
        display: none;
    }
    .tm-primary-nav-list .menu-item > .nav-link.active {
        color: #17252b;
    }
}
@media screen and (max-width: 575px) {

}

#page {
    position: relative;
    top: 69px;
}
#page .post-txt h1, #page .post-txt h2, #page .post-txt h3, #page .post-txt h4, #page .post-txt h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}
#page .post-txt h1 {
    font-size: 65px;
    margin-bottom: 40px;
}
#page .post-txt h2 {
    font-size: 55px;
    margin-bottom: 30px;
}
#page .post-txt h3, #page .post-txt h4, #page .post-txt h5 {
    font-size: 42px;
    margin-bottom: 20px;
}

#page .post-txt p {
    margin-bottom: 30px;
    text-align: justify;
}

.post-txt-light h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    font-size: 65px;
    margin-bottom: 40px;
}
.large-text {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

/* ----------------------------------------------------------------
Porfolio
-----------------------------------------------------------------*/
.section-portfolio .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.section-portfolio .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.section-portfolio .item:hover .con {
    bottom: 0;
}
.section-portfolio .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.section-portfolio .item .con {
    margin: -120px 20px 75px;
    padding: 15px 15px 25px 15px;
    background-color: #323232 !important;
    border: 1px solid #323232;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -55px;
    position: relative;
    z-index: 9;
}
.section-portfolio .item .con .category {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.section-portfolio .item .con .category a {
    margin-right: 5px;
    position: relative;
}
.section-portfolio .item .con .category a:hover {
    color: #b19777;
}
.section-portfolio .item .con .category a:last-child {
    margin-right: 0;
}
.section-portfolio .item .con .category a:last-child:after {
    display: none;
}
.section-portfolio .item .con h5,
.section-portfolio .item .con h5 a {
    color: #b19777;
    font-size: 40px;
    /*font-family: 'Oswald', sans-serif;*/
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-align: center;
}
.section-portfolio .item .con h5:hover,
.section-portfolio .item .con h5 a:hover {
    color: #b19777;
}
.section-portfolio .item .con h5 small {
    display: block;
    font-size: 14px;
}

.section-portfolio .item .con p {
    color: #fff;
    font-size: 17px;
}
.section-portfolio .item .con i {
    color: #fff;
    font-size: 20px;
}

.item-photo {
    position: relative;
}

.item-label span {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    line-height: 80px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: inline-block;
    top: 30px;
    left: 30px;
    font-size: 10px;
    text-transform: uppercase;
}
.item-label span.color1 {
    background-color: #03aac4;
}
.item-label span.color2 {
    background-color: #b02929;
}
.item-label span.color3 {
    background-color: #b02929;
}

.gallery-item img {
    margin-bottom: 30px;
}
.gallery-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    font-size: 45px;
    margin-bottom: 40px;
}

.popup-photo-gallery .row  {
    margin-bottom: 80px;
}
.background-gallery {
    background-image: url(../images/header-gallery.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

/* portfolio modal */
.portfolio-modal-wrapper {
    position: relative;
    width: 50%;
    margin: -20px auto 0 auto;
}

@media only screen and (max-width: 1200px) {
    .portfolio-modal-wrapper {
        width: 90%;
    }
}

.portfolio-modal {
    position: fixed;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 158px, 20px, 20px, 20px);
    height: -moz-calc(100% - 158px, 20px, 20px, 20px);
    height: calc(100% - 158px, 20px, 20px, 20px);
    top: 79px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    background: #000;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;	
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1005;
}

.portfolio-modal.close {
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.portfolio-modal.open {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 158px, 20px, 20px, 20px);
    height: -moz-calc(100% - 158px, 20px, 20px, 20px);
    height: calc(100% - 158px, 20px, 20px, 20px);
    top: 79px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible;
    background: #000;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@media only screen and (max-width: 880px) {
    .portfolio-modal,
    .portfolio-modal.open {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.portfolio-modal-closer {
    position: relative;
    width: 100px;
    height: auto;
    margin: -5px auto 0 auto;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.center-container-portfolio-modal {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: none;
}

.center-block-portfolio-modal {
    display: table-cell;
    vertical-align: middle;
}

.center-block-portfolio-modal-padding-top {
    padding: 60px 0 0 0;
}

.center-block-portfolio-modal-padding-bottom {
    padding: 0 0 60px 0;
}

.center-container-portfolio-modal h2.section-heading {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;
    margin: 0 auto -1px auto;
    z-index: 1;
}



.portfolio-breadcumb-wrap ul {
    padding-left: 0;
    margin-bottom: 0;
}

.portfolio-breadcumb-wrap ul li {
    display: inline-block;
    padding: 0px 5px;
    padding-right: 20px;
    color: #fff;
    position: relative;
    font-size: 20px;
}

@media (max-width: 767px) {
    .portfolio-breadcumb-wrap ul li {
        font-size: 18px;
    }
}

.portfolio-breadcumb-wrap ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
}

.portfolio-breadcumb-wrap ul li:last-child {
    padding-right: 0;
}

.portfolio-breadcumb-wrap ul li:last-child span {
    color: #fff;
}

.portfolio-breadcumb-wrap ul li:last-child:after {
    display: none;
}

.portfolio-breadcumb-wrap ul li a {
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.portfolio-breadcumb-wrap ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.post-title-portfolio {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    margin-top: -20px;
    color: #b19777;
}
.portfolio-txt {
    margin-top: 20px;
}    

.portfolio-gallery {
    float: left;
    margin-bottom: 100px;
}
.portfolio-gallery-item {
    margin-bottom: 20px;
}

.ion-social-facebook small {
	text-transform: none;
    display: block !important;
    font-size: xx-large !important;
}
.address {
	text-transform: none;
	font-size: xx-large;
    margin: 25px 0 0 1px;
}