/*
  [CSS Index]
  
  ---
  
  Template Name: Splitex - Creative Coming Soon Template
  Author:  ex-nihilo
  Version: 1.0
*/


/*
  1. TEMPLATE BACKGROUNDS
    1.1. works IMG gallery carousel IMG BACKGROUND
  2. reset
  3. layout
  4. headers/subheaders
  5. sections
    5.1. works section
  6. hero center container
  7. buttons
  8. contact form
  9. newsletter form
  10. go full screen
  11. overlay
  12. menu
  13. backgrounds
  14. multiscroll
  15. preloader
  16. borders
  17. social icons
  18. logo
  19. Magnific Popup v1.1.0 CUSTOM
  20. Lity v2.2.2 CUSTOM
  21. Owl Carousel v2.2.0 CUSTOM
  22. divider
*/


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. works IMG gallery carousel IMG BACKGROUND */
.works-page-carousel-item-1 {	
background-image: url(../img/works/works-page-img-carousel-item-1.jpg);
}

.works-page-carousel-item-2 {
background-image: url(../img/works/works-page-img-carousel-item-2.jpg);
}

.works-page-carousel-item-3 {
background-image: url(../img/works/works-page-img-carousel-item-3.jpg);
}

.works-page-carousel-item-4 {
background-image: url(../img/works/works-page-img-carousel-item-4.jpg);
}


/* 2. reset */
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;
box-sizing: border-box;
}

html, body {
height: 100%;
line-height: 170%;
}

body {
}

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;
}

/* remove dotted outline from links,
button and input element */
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;
}

/* IE10 scrollbar FIX */
html {
-ms-overflow-style: scrollbar;
}


/* 3. layout */
body {
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
text-align: center;
color: #fff;
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%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
line-height: 1.5;
}

@media only screen and (max-width: 995px) {
  body {
    overflow: auto!important;
  }
}

a {
color: #fff;
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-backface-visibility: hidden;
        backface-visibility: hidden;
-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: #fff;
text-decoration: none;
outline: 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;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

p {
text-align: center;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.05em;
color: #fff;
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;
}

p a,
p a:hover {
color: #fff;
text-decoration: none;
font-weight: 400;
outline: 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;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #ccc;
color: #fff;
}

::selection {
background: #ccc;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}

 
/* 4. headers/subheaders */
h1, h2, h3, h4, h5, h6 {
 -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;
}

h2 {
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 17px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
letter-spacing: -0.02em;
color: #fff;
margin: 0 auto;
}

.countdown-content h2 {
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 17px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
letter-spacing: -0.02em;
color: #fff;
margin: -25px auto -45px auto;
}

.hero-heading {
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 90px;
text-align: center;
text-transform: uppercase;
letter-spacing: -0.04em;
color: #fff;
margin: -16px auto 0 auto;
 -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;
width: 100%;
line-height: 100%;
}

@media all and (min-width: 1920px) {
  .hero-heading {
    font-size: 120px;
	margin: -28px auto 0 auto;
  }
}

@media only screen and (max-width: 1200px) {
  .hero-heading {
    font-size: 70px;
  }
}

@media only screen and (max-width: 995px) {
  .hero-heading {
    font-size: 60px;
	margin: -12px auto 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .hero-heading {
    font-size: 50px;
	margin: -4px auto 1px auto;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  .hero-heading {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;
  }
}

@supports((text-stroke: 1px #ff264a) or (-webkit-text-stroke: 1px #ff264a)) {
  .hero-heading span {
    color: transparent;
    -webkit-text-stroke: 1px #ff264a;
            text-stroke: 1px #ff264a;
    text-shadow: none;
  }
}

.hero-heading i.hero-heading-xs {
font-size: 80px;
color: #fff;
-webkit-text-stroke: 0;
        text-stroke: 0;
}

@media all and (min-width: 1920px) {
  .hero-heading i.hero-heading-xs {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .hero-heading i.hero-heading-xs {
    font-size: 60px;
  }
}

@media only screen and (max-width: 995px) {
  .hero-heading i.hero-heading-xs {
    font-size: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-heading i.hero-heading-xs {
    font-size: 50px;
  }
}

.hero-heading.hero-heading-countdown {
font-size: 40px;
}

@media all and (min-width: 1920px) {
  .hero-heading.hero-heading-countdown {
    font-size: 60px;
  }
}

@media only screen and (max-width: 995px) {
  .hero-heading.hero-heading-countdown {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-heading.hero-heading-countdown {
    font-size: 40px;
  }
}

@supports((text-stroke: 1px #ff264a) or (-webkit-text-stroke: 1px #ff264a)) {
  .timeRefDays {
    color: transparent;
    -webkit-text-stroke: 1px #ff264a;
            text-stroke: 1px #ff264a;
    text-shadow: none;
  }
}

h2.post-title {
font-family: 'Oswald', sans-serif;
font-size: 80px;
line-height: 1;
font-style: normal;
text-transform: uppercase;
text-align: center;
font-weight: 700;
letter-spacing: -0.05em;
color: #fff;
}

@media all and (min-width: 1920px) {
  h2.post-title {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  h2.post-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 995px) {
  h2.post-title {
    font-size: 50px;
	line-height: 1.1;
  }
}

h2.section-heading {
position: relative;
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 17px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
letter-spacing: -0.02em;
color: #fff;
margin: 0 auto;
z-index: 10;
}

@media only screen and (max-width: 995px) {
  h2.section-heading {
	font-size: 16px;
  }
}

h2.section-heading span {
position: relative;
display: inline-block;
padding-right: 75px;
margin-right: 25px;
line-height: 1;
color: #fff;
}

@media all and (min-width: 1920px) {
  h2.section-heading span {
    padding-right: 90px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 995px) {
  h2.section-heading span {
    padding-right: 60px;
    margin-right: 20px;
  }
}

h2.section-heading span:before {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 50px;
height: 0;
margin-top: -1px;
border-top: 1px solid #fff;
}

@media all and (min-width: 1920px) {
  h2.section-heading span:before {
    width: 60px;
  }
}

@media only screen and (max-width: 995px) {
  h2.section-heading span:before {
    width: 40px;
  }
}

h5, h6 {
font-family: 'Oswald', sans-serif;
color: #fff;
text-transform: uppercase;
}

h1.section-header {
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 40px;
text-align: center;
text-transform: none;
letter-spacing: -0.02em;
color: #fff;
margin: -2px auto 0 auto;
width: 100%;
line-height: 1;
text-shadow: 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-backface-visibility: hidden;
        backface-visibility: hidden;
}

@media all and (min-width: 1920px) {
  h1.section-header {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  h1.section-header {
    font-size: 30px;
	margin: 0 auto;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  h1.section-header {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;
  }
}

h1.section-header span {
color: #ff264a;
-webkit-text-stroke: 1px #ff264a;
        text-stroke: 1px #ff264a;
}

@supports((text-stroke: 1px #ff264a) or (-webkit-text-stroke: 1px #ff264a)) {
  h1.section-header span {
    color: transparent;
    -webkit-text-stroke: 1px #ff264a;
            text-stroke: 1px #ff264a;
    text-shadow: none;
  }
}

h4.post-all-heading {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 50px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.04em;
color: #fff;
line-height: 1;
margin: -5px auto 0 auto;
z-index: 10;
}

@media all and (min-width: 1920px) {
  h4.post-all-heading {
    font-size: 70px;
    margin: -8px auto 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  h4.post-all-heading {
    font-size: 40px;
	margin: -3px auto 0 auto;
  }
}

h4.post-all-heading span {
color: #ff264a;
}

.about-section h3,
.about-section h5 {
position: relative;
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
letter-spacing: -0.02em;
color: #fff;
margin: 0 auto;
line-height: 1;
}


/* 5. sections */
.sections {
position: relative;
margin: 0 auto;
z-index: 5;
}


/* 5.1. works section */
.works-page-carousel-item {
position: relative;
width: 100%;
height: 35vh; height: 350px;
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;
}

.description {
position: absolute;
padding: 0 15px;
margin-bottom: -4px;
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-style: normal;
font-size: 40px;
font-weight: 700;
text-transform: lowercase;
text-align: center;
letter-spacing: -0.02em;
color: #fff;
line-height: 1;
margin: 0 auto;
z-index: 10;
}

@media only screen and (max-width: 768px) {
  .description h3 {
    font-size: 30px;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  .description h3 {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;
  }
}

.description-second {
color: #fff;
margin: -3px auto -2px 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 .item-shade {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.item-shade {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
display: block;
background: rgba(0, 0, 0, .75);
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}


/* 6. hero center container */
.hero-center-container-left {
position: relative;
margin: 0 50px 0 0;
-webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
     -o-transition: all 0.7s;
        transition: all 0.7s;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 999;
}

@media only screen and (max-width: 995px) {
  .hero-center-container-left {
    margin: 0;
  }
}

.hero-center-container-left.right-position {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: translateX(200px);
   -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
     -o-transform: translateX(200px);
        transform: translateX(200px);
}

.hero-center-container-right {
position: relative;
margin: 0 0 0 50px;
-webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
     -o-transition: all 0.7s;
        transition: all 0.7s;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 999;
}

@media only screen and (max-width: 995px) {
  .hero-center-container-right {
    margin: 0;
  }
}

.hero-center-container-right.left-position {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: translateX(-200px);
   -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
     -o-transform: translateX(-200px);
        transform: translateX(-200px);
}


/* 7. buttons */
.contact-form-submit-wrapper {
position: relative;
width: 205px;
height: auto;
line-height: 1.5;
padding: 0;
left: 0;
margin: 42px auto -9px auto;
}

@media all and (min-width: 1920px) {
  .contact-form-submit-wrapper {
    margin: 42px auto -5px auto;
  }
}

.newsletter-form-submit-wrapper {
position: relative;
width: 205px;
height: auto;
line-height: 1.5;
padding: 0;
left: 0;
margin: 31px auto 0 auto;
}

@media all and (min-width: 1920px) {
  .newsletter-form-submit-wrapper {
    margin: 34px auto 0 auto;
  }
}

.the-button-wrapper {
position: relative;
width: 165px;
height: auto;
line-height: 1.5;
margin: 0 auto;
padding: 0;
left: 0;
text-align: center;
}

@media all and (min-width: 1920px) {
  .the-button-wrapper {
    width: 205px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .the-button-wrapper {
    width: 165px;
	margin: 0 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;
}

@media all and (min-width: 1920px) {
  .the-button {
    font-size: 12px;
    letter-spacing: 0.25em;
  }
}

@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;
}

@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;  
}

@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: 165px;
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: 165px;
	top: -19px;
  }
}


/* 8. contact form */
#contact-form {
width: 100%;
margin: -20px auto 0 auto;
padding: 0;
text-align: center;
}

form {
margin: 0;
padding: 0;
}

#form 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: 14px;
letter-spacing: 0.05em;
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;
}

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;
letter-spacing: 0.05em;
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;
}

#form 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;
}

#form input:hover,
#form textarea:hover {
border-color: rgba(255, 255, 255, .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;
}


#form input:focus,
#form 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;
}

.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: 0;
line-height: 1;
 -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;
}

#form .error {
position: absolute;
display: block;
font-size: 9px;
text-transform: uppercase;
color: #fff;
margin: 0;
padding: 0;
letter-spacing: 0.15em;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto; 
width: 200px!important;
font-weight: 700;
 -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;
}

.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; }


/* 9. newsletter form */
#subscribe-wrapper {
width: 100%;
height: 140px;
margin: 0 auto;
text-align: center;
}

.newsletter {
position: relative;
clear: both;
width: auto;
border: none;
background: none;
margin: 0 auto;
padding: 0;
overflow: hidden;
}

#subscribe input {
position: relative;
display: block;
width: 177px;
height: 40px;
margin: 0 auto;
color: #fff;
text-align: center;
background: none;
border-bottom: 1px solid #fff;
border-top: none;
border-left: none;
border-right: 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;
}

@media all and (min-width: 1920px) {
  #subscribe input {
    width: 217px;
  }
}

#subscribe input:focus, #subscribe input:hover, #subscribe textarea:focus {
color: #fff;
border-bottom: 1px solid rgba(255, 255, 255, .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;
}

.subscribe-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: 0;
line-height: 1;
 -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;
}

#subscribe .subscribe-error {
font-size: 9px;
text-transform: uppercase;
text-align: center;
color: #fff;
display: block;
margin: 7px auto 0 auto;
padding: 0;
letter-spacing: 0.15em;
font-weight: 700;
 -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 all and (min-width: 1920px) {
  #subscribe .subscribe-error {
    margin: 11px auto 0 auto;
  }
}

input[type="text"].subscribe-email::-webkit-input-placeholder {
color: #fff;
}

input[type="text"].subscribe-email:-ms-input-placeholder{
color: #fff;
}

input[type="text"].subscribe-email::-moz-placeholder {
color: #fff;
}

input:focus.subscribe-email::-webkit-input-placeholder { color: transparent; }
     input:focus.subscribe-email:-ms-input-placeholder { color: transparent; }
         input:focus.subscribe-email::-moz-placeholder { color: transparent; }
          input:focus.subscribe-email:-moz-placeholder { color: transparent; }


/* 10. go full screen */
.full-screen-wrapper {
position: absolute;
top: 34px;
right: 40px;
z-index: 999;
}

.icon-resize-enlarge:before {
font-family: Ionicons;
font-size: 20px;
content: "\f29f";
}

.icon-resize-shrink:before {
font-family: Ionicons;
font-size: 20px;
content: "\f29f";
}

.full-screen-wrapper a {
color: #fff;
text-decoration: none;
}

.full-screen-wrapper a:active {
color: #fff;
text-decoration: none;
}


/* 11. overlay */
.overlay::before {
content: "";
position: absolute;
display: block;	
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 1;
}

.overlay-dark-75::before {
background: rgba(0, 0, 0, .75);
}

.cover-all::before {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}

.cover-all::before {
background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
-webkit-background-size: 3px 3px;
   -moz-background-size: 3px 3px;
        background-size: 3px 3px;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}


/* 12. menu */
.menu-btn {
position: absolute;
width: 35px;
height: 45px;
top: 40px;
right: 40px;
-webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
     -o-transition: all 0.7s;
        transition: all 0.7s;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
cursor: pointer;
z-index: 15;
}

@media only screen and (max-width: 995px) {
  .menu-btn {
    display: none;
	visibility: hidden;
  }
}

.menu-btn.right-position {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: translateX(200px);
   -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
     -o-transform: translateX(200px);
        transform: translateX(200px);
}

.menu-btn span {
position: absolute;
display: block;
width: 100%; 
height: 2px;
background: #fff none repeat scroll 0% 0%;
left: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 0.25s ease-in-out 0s;
   -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
     -o-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
-webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
        transform: rotate(0deg);
}

.menu-btn span:nth-child(1) {
margin-top: 0;
}

.menu-btn span:nth-child(2) {
margin-top: 12px;
margin-right: 0;
}

.menu-btn span:nth-child(3) {
margin-top: 24px;
}

.menu-btn.opened span:nth-child(1) {
margin-top: 12px;
background: #fff;
-webkit-transform: rotate(135deg);
   -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
     -o-transform: rotate(135deg);
        transform: rotate(135deg);
}

.menu-btn.opened span:nth-child(2) {
left: -75px;
background: #fff;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.menu-btn.opened span:nth-child(3) {
margin-top: 12px;
background: #fff;
-webkit-transform: rotate(-135deg);
   -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
     -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
}

.menu-btn.light.opened span:nth-child(1) {
background: #fff;
}

.menu-btn.light.opened span:nth-child(2) {
background: #fff;
}

.menu-btn.light.opened span:nth-child(3) {
background: #fff;
}

.hvr-shutter-out-horizontal {
position: relative;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
background: none;
-webkit-transition-property: color;
        transition-property: color;
-webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
position: absolute;
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: scaleX(0);
        transform: scaleX(0);
-webkit-transform-origin: 50%;
        transform-origin: 50%;
-webkit-transition-property: transform;
        transition-property: transform;
-webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
background: #ff264a;
z-index: -1;
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
color: #fff;
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
-webkit-transform: scaleX(1);
        transform: scaleX(1); 
}

.main-menu {
display: none;
}

.main-menu ul,
.main-menu li {
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 20px;
text-align: center;
text-transform: uppercase;
letter-spacing: -0.02em;
color: #fff;
line-height: 1.5;
}

@media all and (min-width: 1920px) {
  .main-menu ul,
  .main-menu li {
	font-size: 25px;
  }
}

.main-menu ul,
.main-menu li a {
color: #fff;
padding: 0 20px 0 20px;
text-decoration: none;
outline: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-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;
}

.main-menu ul,
.main-menu li a.active {
color: #fff;
background: #ff264a;
}

.main-menu ul,
.main-menu li a:hover {
text-decoration: none;
outline: 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;
}

.menu-bg {
position: relative;
height: 100%;
background-image: url(../img/menu/menu-bg.jpg);
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

.menu-overlay {
position: fixed;
display: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
}

.menu-container-left {
position: fixed;
width: 50%;
height: 100%;
overflow: hidden;
bottom: -100%;
background: none;
-webkit-transition: all .5s ease-out;
   -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
     -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 10;
}

.menu-container-left.open {
bottom: 0;
}

.menu-container-left.close {
bottom: -100%;
-webkit-transition: all .5s ease-out;
   -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
     -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
}

.menu-container-right {
position: fixed;
width: 50%;
height: 100%;
overflow: hidden;
left: 50%;
top: -100%;
background: #000;
-webkit-transition: all .5s ease-out;
   -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
     -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 10;
}

.menu-container-right.open {
top: 0;
}

.menu-container-right.close {
top: -100%;
-webkit-transition: all .5s ease-out;
   -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
     -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
}

.box-table {
position: relative;
display: table;
width: 100%;
height: 100%;
}

.box-table .box-cell {
display: table-cell;
vertical-align: middle;
}


/* 13. backgrounds */
#home-bg-left,
#about-bg-left,
#works-bg-left,
#contact-bg-left,
#left-bg-1 {
position: absolute;
width: 100%;
min-height: 100%;
left: 0;
top: 0;
z-index: -1;
}

#home-bg-right,
#about-bg-right,
#works-bg-right,
#contact-bg-right,
#right-bg-1 {
position: absolute;
width: 100%;
min-height: 100%;
left: 0;
top: 0;
z-index: -1;
}


/* 14. multiscroll */
.content-wrapper {
position: relative;
width: 100%;
left: 0;
padding: 0 15%;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";    
z-index: 999;
}

@media only screen and (max-width: 995px) {
  .content-wrapper {
    position: relative;
    width: 100%!important;
    left: 0!important;
    top: 0;
    padding: 200px 30px;
  }
}

#ms-wrapper {
height: 100vh;
overflow-x: hidden;
overflow-y: auto;
}

.ms-section {
position: relative;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.ms-section.ms-table {
display: table;
width: 100%;
}

.ms-tableCell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}

.ms-easing {
-webkit-transition: all 0.7s ease-out;
   -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
     -o-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
}

#multiscroll-nav {
position: fixed;
bottom: 32px;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
z-index: 5;
}

@media only screen and (max-width: 995px) {
  #multiscroll-nav {
    display: none;
	visibility: hidden;
  }
}

#multiscroll-nav.right {
right: 39px;
}

#multiscroll-nav.left {
}

#multiscroll-nav ul {
margin: 0;
padding: 0;
}

#multiscroll-nav li {
position: relative;
display: block;
width: 14px;
height: 4px;
margin: 7px;   
}

#multiscroll-nav li a {
position: relative;
display: block;  
width: 100%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: none;
z-index: 1;
}

#multiscroll-nav li .active span {
width: 24px;
background: #ff264a;
-webkit-transition: all 0.7s ease-out;
   -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
     -o-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
}

#multiscroll-nav span {
position: absolute;
background: #fff; 
width: 18px;
height: 1px;
top: 2px;
left: 2px;
-webkit-transition: all 0.7s ease-out;
   -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
     -o-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
z-index: 1;
}

.multiscroll-tooltip {
position: absolute;
color: #fff;
font-size: 14px;
top: -10px;
white-space: nowrap;
max-width: 220px;
}

.multiscroll-tooltip.right {
right: 48px;
}

.multiscroll-tooltip.left {
}

a.link-nav .multiscroll-tooltip {
visibility: hidden;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

a.link-nav:hover .multiscroll-tooltip {
visibility: visible;
        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: 995px) {
  .ms-left,
  .ms-right {
    position: relative!important;
    width: 100%!important;
    height: auto!important;
    top: auto!important;
  }
}

#multiscroll-nav {
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
letter-spacing: normal;
}


/* 15. 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: 50%;
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);
  }
}


/* 16. borders */
.borders {
position: fixed;
width: 100%;
height: 100%;
border: 15px solid rgba(0, 0, 0, .5);
z-index: 1;
}

.borders,
.borders:after,
.borders::before {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.border-top,
.border-bottom,
.border-left,
.border-right,
.border-middle-left,
.border-middle-right {
position: fixed;
background: #fff;
-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;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 10;
}

.border-top.top-position,
.border-bottom.bottom-position,
.border-left.left-position,
.border-right.right-position,
.border-middle-left.fade-position,
.border-middle-right.fade-position {
-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;
}

.border-top {
width: 100%;
height: 20px;
left: 0;
top: 0;
}

.border-top.top-position {
-webkit-transform: translateY(-100%);
   -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
     -o-transform: translateY(-100%);
        transform: translateY(-100%);
}

.border-bottom {
width: 100%;
height: 20px;
left: 0;
bottom: 0;
}

.border-bottom.bottom-position {
-webkit-transform: translateY(100%);
   -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
     -o-transform: translateY(100%);
        transform: translateY(100%);
}

.border-left {
width: 20px;
height: 100%;
left: 0;
top: 0;
}

.border-left.left-position {
-webkit-transform: translateX(-100%);
   -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
     -o-transform: translateX(-100%);
        transform: translateX(-100%);
}

.border-right {
width: 20px;
height: 100%;
right: 0;
top: 0;
}

.border-right.right-position {
-webkit-transform: translateX(100%);
   -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
     -o-transform: translateX(100%);
        transform: translateX(100%);
}

.border-middle-left {
width: 10px;
height: 100%;
left: 50%;
top: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.border-middle-left.fade-position {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.border-middle-right {
width: 10px;
height: 100%;
right: 50%;
top: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.border-middle-right.fade-position {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media only screen and (max-width: 995px) {
  .border-top,
  .border-bottom {
    height: 10px;
    z-index: 1;
  }

  .border-left,
  .border-right {
    width: 10px;
    z-index: 1;
  }

  .border-middle-left,
  .border-middle-right {
    display: none;
	visibility: hidden;
  }
}


/* 17. social icons */
.social-icons {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 12px;
font-weight: 700;
letter-spacing: normal;
font-style: normal;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
color: #fff;
background: none;
border: none;
width: auto;
height: auto;
line-height: 1;
 -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;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
}

.social-icons a,
.social-icons a:hover {
outline: none;
text-decoration: 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-backface-visibility: hidden;
        backface-visibility: hidden;
color: #fff;
letter-spacing: -0.02em;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
font-family: 'Oswald', sans-serif;
font-size: 12px;
font-weight: 700;
letter-spacing: normal;
font-style: normal;
text-transform: uppercase;
}

.social-icons li {
display: inline;
font-size: 12px;
color: #fff;
font-weight: 700;
letter-spacing: -0.02em;
padding: 0;
line-height: 2;
}

.social-icons li span {
color: #fff;
letter-spacing: -0.02em;
padding: 0 10px;
}


/* 18. logo */
.logo {
position: fixed;
display: inline-block;
top: 40px;
left: 40px;
line-height: 0;
-webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
     -o-transition: all 0.7s;
        transition: all 0.7s;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 5;
}

@media only screen and (max-width: 995px) {
  .logo {
    position: absolute;
	top: 30px;
	left: 30px;
  }
}

.logo.left-position {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: translateX(-200px);
   -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
     -o-transform: translateX(-200px);
        transform: translateX(-200px);
}

.logo-img::before {
content: "";
background: url(../img/logo.png) no-repeat;
display: block;
width: 57px;
height: 34px;
line-height: 34px;
}


/* 19. Magnific Popup v1.1.0 CUSTOM */
.mfp-bg {
background: rgba(0, 0, 0, .9);
}

.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,
.mfp-counter {
font-family: 'Raleway', sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 600;
letter-spacing: 0.05em;
line-height: 1.5;
}

.mfp-close {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .mfp-close {
	display: block;
	visibility: visible;
  }
}


/* 20. Lity v2.2.2 CUSTOM */
.lity {
background: rgba(0, 0, 0, .7);
cursor: crosshair;
z-index: 99999;
}

.lity-close {
top: 20px;
right: 20px;
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .lity-close {
	display: block;
	visibility: visible;
  }
}

.lity-close:active {
top: 20px;
}


/* 21. Owl Carousel v2.2.0 CUSTOM */
.owl-buttons {
position: static;
}

.owl-prev,
.owl-next {
position: absolute;
display: block;
top: 50%;
margin-top: -29px;
width: 60px;
height: 60px;
line-height: normal;
font-size: 11px;
padding-top: 23px;
color: #111;
text-align: center;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-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);
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: visible;
}

.owl-prev {
left: -50px;
padding-left: 21px; 
}

.owl-next {
right: -50px;
padding-right: 21px; 
}

.owl-prev:before,
.owl-next:before {
content: "";
position: absolute;
display: block;
width: 66%;
height: 66%;
background: #fff;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-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);
}

.owl-prev:before {
left: 85px;
top: 9px;
}

@media only screen and (max-width: 640px) {
  .owl-prev:before {
    left: 60px;
  }
}

.owl-next:before {
right: 85px;
top: 9px;
}

@media only screen and (max-width: 640px) {
  .owl-next:before {
    right: 60px;
  }
}

.owl-prev .owl-custom,
.owl-next .owl-custom {
position: relative;
}

.owl-prev .owl-custom {
position: relative;
left: 64px;
}

@media only screen and (max-width: 640px) {
  .owl-prev .owl-custom {
    left: 39px;
  }
}

.owl-next .owl-custom {
position: relative;
right: 64px;
}

@media only screen and (max-width: 640px) {
  .owl-next .owl-custom {
    right: 39px;
  }
}

.owl-prev:hover,
.owl-next:hover {
-webkit-transition: 0 none;
   -moz-transition: 0 none;
	-ms-transition: 0 none;
     -o-transition: 0 none;
        transition: 0 none;
}

.owl-prev:hover:before,
.owl-next:hover:before,
.owl-prev:active:before,
.owl-next:active:before,
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel:hover .owl-prev {
left: -35px;
}

.owl-carousel:hover .owl-next {
right: -35px;
}


/* THE FIX */
.owl-carousel-FIX-about,
.owl-carousel-FIX-works {
position: relative;
width: 100%;
height: 100%;
text-align: center;
}

.owl-carousel-FIX-about {
min-height: 150px;
}

.owl-carousel-FIX-works {
min-height: 350px;
}

.owl-carousel {
position: absolute;
display: none;
width: 100%;
height: auto;
-ms-touch-action: pan-y;
}


/* 22. divider */
.inner-divider,
.inner-divider-large,
.inner-divider-half,
.inner-divider-xs {
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: 50px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-divider {
    height: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .inner-divider {
    height: 80px;
  }
}

.inner-divider-large {
height: 80px;
}

.inner-divider-half {
height: 25px;
}

.inner-divider-xs {
height: 15px;
}