/*
  [CSS Index]
  
  ---
  
  Template Name: Premiex - One Page Portfolio Template
  Author:  ex-nihilo
  Version: 1.0
*/


/*
  1. TEMPLATE BACKGROUNDS
    1.1. single IMG BACKGROUND
    1.2. ZOOM/FADE slideshow - ken burns slideshow IMG BACKGROUND
    1.3. news IMG BACKGROUND
    1.4. testimonials IMG BACKGROUND
	1.5. multiple images slideshow IMG BACKGROUND
  2. reset
  3. layout
  4. navigation
    4.1. navigation secondary experience	
  5. works
    5.1. works col row
    5.2. works box table
    5.3. works box menu items
    5.4. works box inner
    5.5. works box description
    5.6. works photo
    5.7. works hover
    5.8. works PhotoSwipe
  6. testimonials
  7. hero
    7.1. hero fullscreen
	7.2. hero bg
	7.3. hero fullscreen FIX
  8. team carousel
  9. center container
  10. link effect
  11. videos
    11.1. Vimeo video
	11.2. YouTube video
    11.3. HTML5 video
  12. social icons
  13. upper page
  14. lower page
  15. headers
  16. scroll indicator
  17. IMG carousel
  18. bottom credits
  19. vertical spacer
  20. clearfix
  21. heading
    21.1. section heading
    21.2. news heading
  22. preloader
  23. overlay
  24. news carousel
  25. buttons
  26. contact modal
  27. contact form
  28. to top arrow
  29. Magnific Popup CUSTOM
  30. Lity CUSTOM
  31. Owl Carousel CUSTOM
  32. Slick CUSTOM
  33. ken burns slideshow
  34. typed text
  35. multiple images slideshow
  36. extras
  37. divider
  38. blog
*/

 
/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/background/SINGLE-bg.jpg);
}

@media only screen and (max-width: 995px) {
  .bg-img-SINGLE {
    background-image: url(../img/background/SINGLE-bg-mobile.jpg);
  }
}

.bg-img-SINGLE-LIGHT {
background-image: url(../img/background/SINGLE-bg-LIGHT.jpg);
}


/* 1.2. ZOOM/FADE slideshow - ken burns slideshow IMG BACKGROUND */
.bg-img-1,
.kenburns-slide-1 {
background-image: url(../img/background/hero-bg-1.jpg);
}

.bg-img-2,
.kenburns-slide-2 {
background-image: url(../img/background/hero-bg-2.jpg);
}

.bg-img-3,
.kenburns-slide-3 {
background-image: url(../img/background/hero-bg-3.jpg);
}

.bg-img-4,
.kenburns-slide-4 {
background-image: url(../img/background/hero-bg-4.jpg);
}


/* 1.3. news IMG BACKGROUND */
.news-bg-1 {
background-image: url(../img/news/1.jpg);
}

.news-bg-2 {
background-image: url(../img/news/2.jpg);
}

.news-bg-3 {
background-image: url(../img/news/3.jpg);
}

.news-bg-4 {
background-image: url(../img/news/4.jpg);
}


/* 1.4. testimonials IMG BACKGROUND */
.bg-photo.testimonials {
background-image: url(../img/background/testimonials-bg.jpg);
}


/* 1.5. multiple images slideshow IMG BACKGROUND */
.home-img-top-left {
background-image: url(../img/background/multiple-bg-1.jpg);
}

.home-img-top-center {
background-image: url(../img/background/multiple-bg-2.jpg);
}

.home-img-top-right {
background-image: url(../img/background/multiple-bg-3.jpg);
}

.home-img-bottom-left {
background-image: url(../img/background/multiple-bg-4.jpg);
}

.home-img-bottom-center {
background-image: url(../img/background/multiple-bg-5.jpg);
}

.home-img-bottom-right {
background-image: url(../img/background/multiple-bg-6.jpg);
}

.home-img-top-left-2 {
background-image: url(../img/background/multiple-bg-7.jpg);
}

.home-img-top-center-2 {
background-image: url(../img/background/multiple-bg-8.jpg);
}

.home-img-top-right-2 {
background-image: url(../img/background/multiple-bg-9.jpg);
}

.home-img-bottom-left-2 {
background-image: url(../img/background/multiple-bg-10.jpg);
}

.home-img-bottom-center-2 {
background-image: url(../img/background/multiple-bg-11.jpg);
}

.home-img-bottom-right-2 {
background-image: url(../img/background/multiple-bg-12.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;
}

html, body {
height: 100%;
line-height: 170%;
}

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;
}

/* 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;
}


/* 3. layout */
body {
font-family: 'Raleway', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
text-align: left;
color: #5f5f5f;
background: #fff;
 -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;
}

a {
color: #5f5f5f;
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: #5f5f5f;
text-decoration: none;
outline: none;
font-weight: 500;
-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 {
font-size: 15px;
font-weight: 500;
text-align: left;
letter-spacing: 0.05em;
color: #5f5f5f;
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: #5f5f5f;
text-decoration: none;
outline: none;
font-weight: 500;
-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;
}

@media only screen and (max-width: 768px) {
  .nopadding {
    padding: 0!important;
    margin: 0!important;
  }
}

.nopadding.nopadding-xs {
margin-left: -15px!important;
margin-right: -15px!important;
}
  
@media only screen and (max-width: 768px) {
  .nopadding.nopadding-xs {
    padding: 0!important;
    margin: 0!important;
  }
}

@media only screen and (max-width: 1200px) {
  .nopadding.nopadding-post {
    position: relative;
    width: 100%!important;
    max-width: 100%;
    left: 0;
    right: 0; 
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .nopadding.nopadding-post {
    margin-left: 0!important;
    margin-right: 0!important;
  }
}


/* 4. navigation */
.logo .logo-light,
.main-navigation-bg .logo .logo-dark {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
height: auto;
}

.logo .logo-dark,
.main-navigation-bg .logo .logo-light {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
height: 0;
}

.navbar-bg-switch {
position: fixed;
width: 100%;
top: 0;
left: 0;
-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;
z-index: 999;
}

.logo {
position: relative;
padding: 25px 0 0 25px;
-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;
}

@media only screen and (max-width: 768px) {
  .logo {
	padding: 15px 0 0 15px;
	left: -3px;
	top: -2px;
  }
}

.main-navigation .navbar-nav li a {
position: relative;
font-family: 'Oswald', sans-serif;
font-style: normal;
font-size: 13px;
font-weight: 400;
letter-spacing: 0.05em;
text-transform: uppercase;
text-decoration: none;
color: #fff;
padding: 56px 15px 35px 15px;
right: 35px;
-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;
}

@media only screen and (max-width: 768px) {
.main-navigation .navbar-nav li a {
    color: #000;
	padding: 5px 10px 10px 10px;
	right: auto;
	text-align: center;
  }
}

.main-navigation.main-navigation-dark .navbar-nav li a {
color: #000;
}

.main-navigation .navbar-nav li a:hover {
color: #fff;
-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;
}

@media only screen and (max-width: 768px) {
 .main-navigation .navbar-nav li a:hover {
    color: #000;
  }
}

.main-navigation.main-navigation-dark .navbar-nav li a:hover {
color: #000;
}

.nav li a:focus,
.nav li a:hover {
color: #fff;
background: none;
-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;
}

.main-navigation-bg {
height: 125px;
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);
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg {
    height: auto!important;
  }
}

.main-navigation-bg .logo {
padding: 9px 0 0 25px;
-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;
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg .logo {
    padding: 6px 0 0 15px;
	left: -3px;
	top: auto;
  }
}

.main-navigation-bg .main-navigation .navbar-nav li a {
color: #000;
padding: 24px 15px 0 15px;
-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;
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg .main-navigation .navbar-nav li a {
    padding: 5px 10px 10px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .main-navigation .navbar-nav li:first-child {
    padding-top: 5px;
  }
  
  .main-navigation .navbar-nav li:last-child {
    padding-bottom: 3px;
  }
  
  .main-navigation-bg .main-navigation .navbar-nav li:first-child {
    padding-top: 6px;
  }
  
  .main-navigation-bg .main-navigation .navbar-nav li:last-child {
    padding-bottom: 2px;
  }
}

.main-navigation-bg .main-navigation .navbar-nav li a:hover {
color: #000;
}

@media only screen and (max-width: 768px) {
  .navbar-toggle .icon-bar {
    background: #fff;
	margin-right: -5px;
  }
  
  .navbar-toggle .icon-bar.icon-bar-dark {
    background: #000;
  }
  
  .main-navigation-bg .navbar-toggle .icon-bar {
    position: relative;
	background: #000;
	margin-right: -5px;
	top: -3px;
  }
  
  .navbar-toggle {
    margin-top: -39px;
    margin-right: 4px;
    -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;
  }
	
  .main-navigation-bg .navbar-toggle {
    margin-top: -41px;
    margin-right: 4px;
    -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;
  }
  
  .navbar-collapse {
    background: #fff;
	margin: 18px 10px 0 10px;
  }
  
  .main-navigation-bg .navbar-collapse {
    margin: 0;
  }
}

.navbar-nav li.active {
color: #ccc!important;
text-decoration: none;
}

.navbar-nav > .active > a {
color: #ccc!important;
background: none;
text-decoration: none;
}


/* 4.1. navigation secondary experience */
.menu-item-bg {
background: #111;
}

nav.nav-secondary-experience > h4 {
font-family: 'Oswald', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: left;
letter-spacing: -0.02em;
color: #fff;
margin: -6px 0;
padding: 0;
 -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;
display: block;
}

@media only screen and (max-width: 768px) {
  nav.nav-secondary-experience > h4 {
    font-size: 14px;
  }
}

nav.nav-secondary-experience li {
line-height: 1.75;
}

nav.nav-secondary-experience li:last-child {
margin: 0 0 -10px 0;
}

nav.nav-secondary-experience li span,
nav.nav-secondary-experience li a {
position: relative;
top: -4px;
font-family: 'Oswald', sans-serif;
font-style: normal;
font-size: 13px;
font-weight: 400;
letter-spacing: 0.05em;
text-transform: uppercase;
text-decoration: none;
color: #fff;
 -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;
cursor: pointer;
}

nav.nav-secondary-experience li span:hover,
nav.nav-secondary-experience li a:hover {
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;
}


/* 5. works */
/* 5.1. works col row  */
.col-item,
.row-item {
position: relative;
float: left;
width: 100%;
height: 100%;
overflow: hidden;
}

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

.col-item.n-2 {
width: 50%;
background: #111;
}

@media only screen and (max-width: 768px) {
  .col-item.n-2 {
    width: 100%;
  }
}

.row-item.n-1 {
height: 50%;
background: #fff;
}

@media all and (min-width: 1920px) {
  .row-item.n-1 {
    height: 30%;
  }
}

@media only screen and (max-width: 1200px) {
  .row-item.n-1 {
    height: 30%;
  }
}

@media only screen and (max-width: 995px) {
  .row-item.n-1 {
    height: 50%;
  }
}

@media only screen and (max-width: 880px) {
  .row-item.n-1 {
	height: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .row-item.n-1 {
    height: auto;
    min-height: inherit;
  }
}

.row-item.n-2 {
height: 50%;
}

@media only screen and (max-width: 768px) {
.row-item.n-2 {
    height: auto;
    min-height: inherit;
  }
}

.row-item.n-3 {
height: 50%;
}

@media all and (min-width: 1920px) {
  .row-item.n-3 {
    height: 70%;
  }
}

@media only screen and (max-width: 1200px) {
  .row-item.n-3 {
    height: 70%;
  }
}

@media only screen and (max-width: 995px) {
  .row-item.n-3 {
    height: 50%;
  }
}

@media only screen and (max-width: 880px) {
  .row-item.n-3 {
    height: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .row-item.n-3 {
    height: auto;
    min-height: inherit;
  }
}


/* 5.2. works box table  */
.box-table {
position: relative;
display: table;
width: 100%;
height: 100%;
}

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

@media only screen and (max-width: 768px) {
  .box-table .box-cell {
    display: block;
    vertical-align: inherit;
  }
}


/* 5.3. works box menu items */
.box-menu-works {
width: 100%;
/* padding: 0 150px; */
padding: 0 100px;
}

@media all and (min-width: 1920px) {
  .box-menu-works {
    padding: 0 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .box-menu-works {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .box-menu-works {
    width: 100%!important;
	height: auto;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
  }
}


/* 5.4. works box inner */
.box-title {
position: relative;
float: left;
width: 100%;
height: 100%;
overflow: hidden;
background: #111;
}

@media only screen and (max-width: 768px) {
  .box-title {
    padding: 0 25px;
  }
}

.box-title h2 {
font-family: 'Oswald', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
color: #fff;
margin: -6px 0;
padding: 0;
 -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: 768px) {
  .box-title h2 {	
    font-size: 14px;
	text-align: left;
  }
}

.item-desc {
display: block;
font-family: 'Oswald', sans-serif;
font-style: normal;
font-size: 13px;
font-weight: 400;
letter-spacing: 0.05em;
text-transform: uppercase;
text-decoration: none;
text-align: center;
color: #fff;
 -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;
margin: -1px 0;
}

@media only screen and (max-width: 768px) {
  .item-desc {
    text-align: left;
  }
}


/* 5.5. works box description */
.box-description {
 -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;
/* padding: 0 150px; */
padding: 0 100px;
}

@media all and (min-width: 1920px) {
  .box-description {
    padding: 0 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .box-description {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .box-description {
    padding: 0 25px;
  }
}

.box-description p:last-child {
margin-bottom: 0;
}


/* 5.6. works photo */
.photo {
position: relative;
float: left;
width: 100%;
height: 100%;
overflow: hidden;
display: none;
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;
-webkit-transition: -webkit-transform .2s ease-out;
   -moz-transition: -moz-transform .2s ease-out;
    -ms-transition: -ms-transform .2s ease-out;
     -o-transition: -o-transform .2s ease-out;
        transition: transform .2s ease-out;
}

@media only screen and (max-width: 768px) {
  .photo {
    /* height: 400px; */
	height: 315px;
  }
}

.bg-photo {
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;
}


/* 5.7. works hover */
.icon-works {
position: absolute; 
width: 100%;
top: 50%;
text-align: center;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.35s ease-out;
   -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
	 -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
        transform: translateY(-50%);
-webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
z-index: 1;
}

.icon-works a {
position: relative;
display: inline-block;
vertical-align: middle;
text-decoration: none;
width: 44px;
height: 44px;
line-height: 44px;
margin: 0 2px;
font-size: 20px;
background: #fff;
border: 1px solid #fff;
-webkit-transition: all 0.35s ease-out;
   -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
	 -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}

.icon-works a,
.icon-works a:hover,
.icon-works a:visited,
.icon-works a:active,
.icon-works a:focus {
-webkit-transition: all 0.35s ease-out;
   -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
	 -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;	
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
color: #111;
}

.icon-works a.iw-slide-left {
-webkit-transform: translate3d(-60px,0,0);
   -moz-transform: translate3d(-60px,0,0);
    -ms-transform: translate3d(-60px,0,0);
     -o-transform: translate3d(-60px,0,0);
        transform: translate3d(-60px,0,0);
}

.icon-works a.iw-slide-right {
-webkit-transform: translate3d(60px,0,0);
   -moz-transform: translate3d(60px,0,0);
    -ms-transform: translate3d(60px,0,0);
     -o-transform: translate3d(60px,0,0);
        transform: translate3d(60px,0,0);
}

.image-works:hover .icon-works a {
padding: 0;	
-webkit-transform: translate3d(0,0,0);
   -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
     -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}

.icon-works a:hover {
background: #fff;
border: 1px solid #fff;
}

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

.icon-works a:before {
position: relative;
z-index: 1;
}

.icon-works a i {
position: relative;
z-index: 1;
}

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

.image-works>.hover-effect {
position: absolute;
background: #111;
        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;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
z-index: 1;
}

.image-works>.hover-effect.hover-effect-light {
background: #fff;
}

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

.image-works:hover .hover-effect.hover-effect-light {
        opacity: 0.85;
   -moz-opacity: 0.85;
-webkit-opacity: 0.85;
filter: alpha(opacity=85);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}


/* 5.8. works PhotoSwipe */
.item-folio__caption {
display: none;
visibility: hidden;
}

h4 {
display: none;
}


/* 6. testimonials */
#testimonials {
padding: 0 25px;
}

.bg-photo.testimonials {
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;
}


/* 7. hero */
/* 7.1. hero fullscreen */ 
.hero-fullscreen {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
background: #111;
}


/* 7.2. hero bg */
.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;
-webkit-transition: -webkit-transform 2s ease-out;
   -moz-transition: -moz-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
     -o-transition: -o-transform 2s ease-out;
        transition: transform 2s ease-out;
-webkit-transform: scale(1.4);
   -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
     -o-transform: scale(1.4);
        transform: scale(1.4); 
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hero-bg-show {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


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


/* 8. team carousel */
/*
.team-box {
position: relative;
float: left;
width: 100%;
margin: 0 0 25px 0;
}

@media only screen and (max-width: 768px) {
  .team-box {
    margin: 0 0 20px 0;
  }
}
*/


/* 9. center container */
.center-container {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
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: 100px 0 0 0;
}
  
.center-block-contact-modal-padding-bottom {
padding: 0 0 100px 0;
}


/* 10. link effect */
a.link-effect {
position: relative;
display: inline-block;
text-decoration: none;
color: inherit;
}

a.link-effect::after {
content: "";
position: absolute;
display: block;
width: 100%;
height: 1px;
left: 0;
bottom: 0;
padding: 0;
background-color: #5f5f5f;
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
-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);
}

a.link-effect.link-effect-contact::after {
bottom: -7px;
}

a:hover.link-effect::after {
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left 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);
}


/* 11. videos */
/* 11.1. Vimeo video */
.vimeo-bg {
display: none;
}

@media only screen and (max-width: 995px) {
  .vimeo-bg {
    position: relative;
    height: 100%;
    background-image: url(../img/background/vimeo-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;
			/* uncomment the following to show an image for mobile devices */
            /* display: block; */
  }
  
  #vimeo-videoContainment {
    display: none;
  }
}

#vimeo-videoContainment {
position: absolute;
display: block;
width: 100%!important;
height: 100%!important;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #111;
z-index: 0;
}

#vimeo-videoContainment iframe,
#vimeo-videoContainment object,
#vimeo-videoContainment embed {
border: none;
}


/* 11.2. YouTube video */
.YT-bg {
display: none;
}

@media only screen and (max-width: 995px) {
  .YT-bg {
    position: relative;
    height: 100%;
    background-image: url(../img/background/YT-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;
			/* uncomment the following to show an image for mobile devices */
            /* display: block; */
  }
}

#videoContainment {
position: absolute;
display: block;
width: 100%!important;
height: 100%!important;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #111;
z-index: 0;
}


/* 11.3. HTML5 video */
.html5-bg {
display: none;
}

@media only screen and (max-width: 995px) {
  .html5-bg {
    position: relative;
    height: 100%;
	background-image: url(../img/background/html5-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;
			/* uncomment the following to show an image for mobile devices */
            /* display: block; */
  }
}

.html5-videoContainment {
position: absolute;
top: 50%;
left: 50%;
width: auto;
min-width: 100%;
height: auto;
min-height: 100%;
background: #111;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
z-index: 0;
}


/* 12. 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;
margin: 0 auto -5px auto;
}

.social-icons.social-icons-dark {
margin: -4px auto -4px auto;
}

.social-icons.social-icons-dark-2 {
color: #5f5f5f
}

.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.social-icons-dark a,
.social-icons.social-icons-dark a:hover {
color: #5f5f5f;
}

.social-icons.social-icons-dark-2 a,
.social-icons.social-icons-dark-2 a:hover {
color: #5f5f5f;
}

.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.social-icons-dark li {
}

.social-icons.social-icons-dark-2 li {
}

.social-icons li span {
color: #fff;
letter-spacing: -0.02em;
padding: 0 10px;
}

.social-icons.social-icons-dark li span {
color: #5f5f5f;
}

.social-icons.social-icons-dark-2 li span {
color: #5f5f5f;
}


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


/* 14. lower page */
.lower-page,
.lower-page-works-intro,
.lower-page-news,
.lower-page-footer-credits {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: 0;
margin-right: 0;
background: #fff;
z-index: 15;
}

@media only screen and (max-width: 768px) {
  .lower-page,
  .lower-page-works-intro,
  .lower-page-news,
  .lower-page-footer-credits {
    margin-left: 25px;
    margin-right: 25px;
  }
}

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

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

.lower-page-testimonials {
position: relative;
height: 75%;
overflow: hidden;
margin-left: 0;
margin-right: 0;
background: none;
}

@media only screen and (max-width: 995px) {
  .lower-page-testimonials {
    /* height: 50%; */
	height: 435px;
  }
}

@media only screen and (max-width: 768px) {
  .lower-page-testimonials {
    /* height: 400px; */
	height: 315px;
  }
}


/* 15. headers */
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;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
line-height: 170%;
margin: 0 0 20px 0;
}

h6.services,
h6.contact {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: left;
letter-spacing: -0.02em;
color: #5f5f5f;
margin: -6px 0;
padding: 0;
 -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;
z-index: 10;
}

@media only screen and (max-width: 1200px) {
  h6.services,
  h6.contact {
    font-size: 14px;
  }
}

h6.testimonials {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
color: #fff;
margin: -6px auto;
padding: 0;
 -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;
z-index: 10;
}

@media only screen and (max-width: 1200px) {
  h6.testimonials {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  h6.testimonials {
	padding: 0 15px;
  }
}

.news-info h3 {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
color: #5f5f5f;
margin: -6px auto;
padding: 0;
 -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;
z-index: 10;
}

.awesome {
color: #111;
 -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;
}

.col-all .awesome {
-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;
}

.col-all:hover .awesome {
color: #5f5f5f;
-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;
}


/* 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: 16px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
letter-spacing: -0.02em;
color: #fff;
margin: -7px auto 0 auto;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 14px;
	margin: -6px auto 0 auto;
  }
}

h2.h2-dark {
color: #5f5f5f;
}


/* hero headers */
.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: -30px auto -2px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .hero-heading {
    font-size: 70px;
	margin: -16px auto 1px auto;
  }
}

@media only screen and (max-width: 995px) {
  .hero-heading {
    font-size: 60px;
	margin: -18px auto -3px auto;
	line-height: 1.15;
  }
}

@media only screen and (max-width: 768px) {
  .hero-heading {
    font-size: 50px;
	margin: -7px auto -2px auto;
  }
}

.hero-heading.hero-heading-dark {
color: #111;
}

@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 #111) or (-webkit-text-stroke: 1px #111)) {
  .hero-heading.hero-heading-dark {
    color: transparent;
    -webkit-text-stroke: 1px #111;
            text-stroke: 1px #111;
    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-dark i.hero-heading-xs {
color: #111;
}

.hero-heading.hero-heading-true-bold-1 {
font-size: 120px;
color: #fff;
margin: -12px auto -2px auto;
-webkit-text-stroke: 0;
        text-stroke: 0;
}

@media all and (min-width: 1920px) {
  .hero-heading.hero-heading-true-bold-1 {
    font-size: 220px;
	margin: -27px auto -7px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .hero-heading.hero-heading-true-bold-1 {
    font-size: 120px;
	margin: -12px auto -2px auto;
  }
}

@media only screen and (max-width: 995px) {
  .hero-heading.hero-heading-true-bold-1 {
    font-size: 70px;
	margin: -13px auto -5px auto;
	line-height: 1.15;
  }
}

@media only screen and (max-width: 768px) {
  .hero-heading.hero-heading-true-bold-1 {
    font-size: 60px;
	margin: -11px auto -4px auto;
  }
}

.hero-heading.hero-heading-true-bold-2 {
font-size: 120px;
margin: -12px auto -2px auto;
}

@media all and (min-width: 1920px) {
  .hero-heading.hero-heading-true-bold-2 {
    font-size: 220px;
	margin: -27px auto -7px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .hero-heading.hero-heading-true-bold-2 {
    font-size: 120px;
	margin: -12px auto -2px auto;
  }
}

@media only screen and (max-width: 995px) {
  .hero-heading.hero-heading-true-bold-2 {
    font-size: 70px;
	margin: -13px auto -5px auto;
	line-height: 1.15;
  }
}

@media only screen and (max-width: 768px) {
  .hero-heading.hero-heading-true-bold-2 {
    font-size: 60px;
	margin: -11px auto -4px auto;
  }
}


/* section headers */
h2.section-heading {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: left;
letter-spacing: -0.02em;
color: #5f5f5f;
margin: -6px 0;
padding: 0;
z-index: 10;
}

@media only screen and (max-width: 1200px) {
  h2.section-heading {
    font-size: 14px;
  }
}

h2.section-heading span {
position: relative;
display: inline-block;
padding-right: 60px;
margin-right: 15px;
line-height: 1;
color: #5f5f5f;
}

@media only screen and (max-width: 768px) {
  h2.section-heading span {
    padding-right: 30px;
    margin-right: 5px;
  }
}

h2.section-heading span::before {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 40px;
height: 0;
margin-top: -1px;
border-top: 1px solid #5f5f5f;
}

@media only screen and (max-width: 768px) {
  h2.section-heading span::before {
    width: 20px;
  }
}


/* post headers */
h1.post-title {
font-family: 'Oswald', sans-serif;
font-size: 80px;
line-height: 1;
font-style: normal;
text-transform: uppercase;
text-align: left;
font-weight: 700;
letter-spacing: -0.05em;
color: #111;
}

@media all and (min-width: 1920px) {
  h1.post-title {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  h1.post-title {
    font-size: 60px;
  }
}

h1.post-title.post-title-all-main-title {
margin: -11px 0 -2px 0;
}

@media all and (min-width: 1920px) {
  h1.post-title.post-title-all-main-title {
    margin: -11px 0 -2px 0;
  }
}

@media only screen and (max-width: 1200px) {
  h1.post-title.post-title-all-main-title {
    margin: -6px 0 0 0;
  }
}


/* team/news headers  */
.section-title-inner {
font-family: 'Oswald', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
line-height: 1.25;
color: #5f5f5f;
margin: -2px auto;
padding: 0;
 -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: 1200px) {
  .section-title-inner {
    font-size: 14px;
  }
}

.section-title-inner.section-title-inner-dark {
color: #111;
}


/* 16. scroll indicator */
.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;
}

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

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

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

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

.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;
}

.scroll-line.scroll-line-dark::before {
background-color: #111;
}

@-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;
  }
}


/* 17. IMG carousel */
.carousel-item-img-wrapper {
position: relative;
height: auto;
margin: 0;
padding: 0;
overflow: hidden;
cursor: grab;
z-index: 2;
}

@media only screen and (max-width: 995px) {
  .carousel-item-img-wrapper {
    width: 100%;
  }
}

.carousel-item-img-wrapper.carousel-item-img-wrapper-all {
height: auto;
}


/* 18. bottom credits */
.bottom-credits {
position: relative;
font-style: normal;
font-weight: 600;
font-size: 9px;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #5f5f5f;
 -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 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
z-index: 10;
}

.bottom-credits a,
.bottom-credits a:hover {
color: #5f5f5f;
text-decoration: none;
font-weight: 600;
font-size: 9px;
}


/* 19. vertical spacer */
.vertical-spacer {
position: relative;
width: 1px;
height: 80px;
background: #5f5f5f;
margin: 1px auto;
}

@media all and (min-width: 1920px) {
  .vertical-spacer {
    height: 90px;
  }
}

@media only screen and (max-width: 995px) {
  .vertical-spacer {
    height: 70px;
  }
}


/* 20. clearfix */
.clearfix:after {
content: "";
visibility: hidden;
display: block;
height: 0;
clear: both;
}


/* 21. heading */
/* 21.1. section heading */
h1.section-header {
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 50px;
text-align: left;
text-transform: none;
letter-spacing: -0.02em;
color: #5f5f5f;
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;
}

@supports((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
  h1.section-header {
    color: transparent;
    -webkit-text-stroke: 1px #5f5f5f;
            text-stroke: 1px #5f5f5f;
    text-shadow: none;
  }
}

h1.section-header.section-header-light {
color: #fff;
text-align: center;
padding: 0 15px;
}

@media only screen and (max-width: 768px) {
  h1.section-header.section-header-light {
	text-align: left;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  h1.section-header.section-header-light {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;
  }
}

h1.section-header.section-header-testimonials {
text-align: center;
}

h1.section-header.section-header-modal {
text-align: center;
margin: 0 auto;
}

h1.section-header {
margin: -4px 0 12px 0;
}

@media all and (min-width: 1920px) {
  h1.section-header {
    font-size: 60px;
	margin: -4px 0 12px 0;
  }
}

@media only screen and (max-width: 1200px) {
  h1.section-header {
	margin: -2px 0 12px 0;
  }
}

@media only screen and (max-width: 995px) {
  h1.section-header {
    font-size: 40px;
	margin: -1px 0 6px 0;
  }
}

@media only screen and (max-width: 640px) {
  h1.section-header {
    font-size: 30px;
	margin: 1px 0 4px 0;
  }
}

h1.section-header span {
color: #111;
-webkit-text-stroke: 1px #111;
        text-stroke: 1px #111;
		text-shadow: none;
}

h1.section-header.section-header-light span {
color: #fff;
-webkit-text-stroke: 1px #fff;
        text-stroke: 1px #fff;
		text-shadow: none;
}

a.link-underline-contact,
a.link-underline-contact:hover {
font-size: 50px;
font-weight: 700;
color: #111;
-webkit-text-stroke: 1px #111;
        text-stroke: 1px #111;
		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) {
  a.link-underline-contact,
  a.link-underline-contact:hover {
    font-size: 60px;
  }
}

@media only screen and (max-width: 995px) {
  a.link-underline-contact,
  a.link-underline-contact:hover {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  a.link-underline-contact,
  a.link-underline-contact:hover {
    font-size: 30px;
  }
}


/* 21.2. news heading */
h1.section-header-news {
font-family: 'Oswald', sans-serif;
font-size: 60px;
margin: -4px 0 2px 0;
line-height: 1;
font-style: normal;
text-transform: uppercase;
text-align: center;
font-weight: 700;
letter-spacing: -0.05em;
color: #111;
 -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-news {
    font-size: 60px;
	margin: -4px 0 2px 0;
  }
}

@media only screen and (max-width: 1200px) {
  h1.section-header-news {
    font-size: 60px;
	margin: -4px 0 2px 0;
  }
}

@media only screen and (max-width: 768px) {
  h1.section-header-news {
    font-size: 40px;
  }
  
  h1.section-header-news.section-header-news-modal {
    text-align: center;
  }
}

h1.section-header-news span {
display: block;
}


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

.preloader-bg.preloader-bg-light {
background: #fff;
}

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

#preloader.preloader-light {
background: #fff;
}

#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.loader-light {
border: 3px solid rgba(17, 17, 17, .15);
}

.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%;
}

.loader.loader-light span {
border-top: 3px solid rgba(17, 17, 17, .75);
}

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


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

.overlay-dark-40:before,
.overlay-dark-40-video:before {
background: rgba(17, 17, 17, .4);
}

.overlay-dark-50:before,
.overlay-dark-50-video:before {
background: rgba(17, 17, 17, .5);
}

.overlay-dark-60:before,
.overlay-dark-60-video:before {
background: rgba(17, 17, 17, .6);
}

.overlay-dark-65:before,
.overlay-dark-65-video:before {
background: rgba(17, 17, 17, .65);
}

.overlay-light-65:before {
background: rgba(255, 255, 255, .65);
}

.overlay-dark-70:before,
.overlay-dark-70-video:before {
background: rgba(17, 17, 17, .7);
}

.overlay-dark-40:before,
.overlay-dark-50:before,
.overlay-dark-60:before,
.overlay-dark-65:before,
.overlay-light-65:before,
.overlay-dark-70:before {
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.overlay-dark-40-video:before,
.overlay-dark-50-video:before,
.overlay-dark-60-video:before,
.overlay-dark-65-video:before,
.overlay-dark-70-video:before {
-webkit-pointer-events: auto;
   -moz-pointer-events: auto;
        pointer-events: auto;
}


/* 24. news carousel */
#news-carousel {
z-index: 10;
position: relative;
margin: 0;
}

.news-item-inner {
position: relative;
width: 100%;
margin: 0 auto;
padding: 0;
background: #fff;
text-align: center;
}

.news-item-inner {
/* padding: 0 150px; */
padding: 0 100px;
}

@media only screen and (max-width: 1200px) {
  .news-item-inner {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .news-item-inner {
    padding: 0;
  }
}

p.text {
position: relative;
text-align: left;
margin: -4px 0 1px 0;
}

@media only screen and (max-width: 768px) {
  p.text {
    padding: 0;
  }
}

.news-bg-wrapper {
position: relative;
width: 100%;
height: auto;
min-height: 600px;
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;
}

@media only screen and (max-width: 1200px) {
  .news-bg-wrapper {
    min-height: 600px;
  }
}

@media only screen and (max-width: 995px) {
  .news-bg-wrapper {
    /* min-height: 500px; */
	min-height: 435px;
  }
}

@media only screen and (max-width: 768px) {
  .news-bg-wrapper {
	/* min-height: 400px; */
	min-height: 315px;
  }
}


/* 25. buttons */
.the-button-wrapper {
position: relative;
height: 49px;
margin: -4px auto 2px auto;
}

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

@media only screen and (max-width: 1200px) {
  .the-button-wrapper {
	margin: -8px auto 0 auto;
  }
}

@media only screen and (max-width: 995px) {
  .the-button-wrapper {
    height: 49px;
	margin: -2px auto 0 auto;
	position: relative;
	bottom: -3px;
  }
}

@media only screen and (max-width: 768px) {
  .the-button-wrapper {
    /* margin: -2px auto -4px 31px; */
	margin: -2px auto 1px auto;
  }
}

.the-button-wrapper.the-button-wrapper-more {
text-align: center;
max-width: 205px!important;
}

@media only screen and (max-width: 995px) {
  .the-button-wrapper.the-button-wrapper-more {
	margin: -2px auto 1px auto;
  }
}

@media only screen and (max-width: 768px) {
  .the-button-wrapper.the-button-wrapper-more {
	position: relative;
	margin: -2px auto 1px auto;
	/* left: 25px; */
  }
}

.the-button {
position: relative;
width: 175px;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0.10em;
color: #5f5f5f;
background: none;
padding: 10px 40px 0 40px;
top: 13px;
-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 {
    width: 205px;
    font-size: 11px;
    letter-spacing: 0.25em;
	padding: 11px 40px 0 40px;
  }
}

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

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

.the-button.the-button-contact {
margin-top: 10px;
}

.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 #5f5f5f;
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: 768px) {
  .the-button::before {
    width: 15px;
	height: 38px;
	top: -2px;
  }
}

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

.the-button::after {
content: "";
position: absolute;
width: 15px;
height: 38px;
top: -2px;
right: -6px;
border: 1px solid #5f5f5f;
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: 768px) {
  .the-button::after {
    width: 15px;
	height: 38px;
	top: -2px;
  }
}

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

.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: 768px) {
  .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;
margin: 42px auto -6px auto;
}

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

button.button-all {
border: none;
}

button.button-all span {
position: relative;
top: -12px;
}

button.button-all {
position: relative;
height: 49px;
margin: -2px auto;
}

@media all and (min-width: 1920px) {
  button.button-all {
    height: 53px;
  }
}

@media only screen and (max-width: 995px) {
  button.button-all {
    height: 49px;
	margin: -7px auto;
  }
}


@media only screen and (max-width: 768px) {
  button.button-all {
    margin: -7px 0 0 0;
	position: relative;
	/* left: -25px; */
  }
}


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

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

.contact-modal {
position: fixed;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
visibility: hidden;
background: #111;
        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: 99999;
}

.contact-modal.open {
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
visibility: visible;
background: #111;
        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);
}

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


/* 27. 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: 13px;
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: 13px;
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(219, 0, 24, .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: 56px 0 50px 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: #ff264a;
margin: 0;
padding: 0;
letter-spacing: 0.15em;
 -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;
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: 12px; color: #fff; }
     :-ms-input-placeholder { font-size: 12px; color: #fff; }
         ::-moz-placeholder { font-size: 12px; color: #fff; }
     input:-moz-placeholder { font-size: 12px; 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; }


/* 28. to top arrow */
.to-top-arrow {
position: fixed;
right: 50px;
bottom: -10px;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 16px;
text-align: center;
color: #fff;
background: #ccc;
        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 .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-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
cursor: pointer;
z-index: 100;
}

@media only screen and (max-width: 768px) {
  .to-top-arrow {
	right: 25px;
  }
}

.to-top-arrow.show {
bottom: 30px;
-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: 768px) {
  .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)";
}


/* 29. Magnific Popup CUSTOM */
.mfp-bg {
background: rgba(0, 0, 0, .7);
}

.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;
line-height: 1.5;
font-style: normal;
font-weight: 600;
letter-spacing: 0.05em;
}

.mfp-close {
}

.mfp-bg {
z-index: 99996;
}

.mfp-wrap {
z-index: 99997;
}

.mfp-content {
z-index: 99998;
}


/* 30. Lity CUSTOM */
.lity {
z-index: 99999;
cursor: crosshair;
background: rgba(0, 0, 0, .55);
}

.lity-close,
.lity-close:active {
top: 40px;
left: 40px;
}

@media only screen and (max-width: 768px) {
  .lity-close,
  .lity-close:active {
    top: 15px;
    left: 15px;
  }
}


/* 31. Owl Carousel CUSTOM */
.owl-carousel {
cursor: grab;
}

.owl-nav-custom-team,
.owl-nav-custom-works,
.owl-nav-custom-news-all {
position: relative;
width: 114px!important;
max-width: 114px;
height: 50px;
left: 2px;
right: 0;
margin-left: auto; 
margin-right: auto; 
margin: 2px auto;
text-align: center;
overflow: hidden;
}

.owl-buttons {
position: static;
}

.owl-prev,
.owl-next {
position: absolute;
display: block;
text-align: center;
}

.owl-prev {
left: 0;
}

.owl-next {
left: 60px;
}

.owl-prev,
.owl-next {
width: 50px;
height: 50px;
line-height: 50px;
-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-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
font-size: 12px;
color: #fff;
background: #111;
cursor: pointer;
z-index: 10;	
}

.owl-prev:hover,
.owl-next:hover {
-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;
}

.owl-prev.disabled,
.owl-next.disabled,
#works-section-carousel.owl-prev.disabled,
#works-section-carousel.owl-next.disabled,
#news-section-carousel.owl-prev.disabled,
#news-section-carousel.owl-next.disabled {
content: "";
position: absolute;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
background: #ccc!important;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-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);
cursor: default!important;
}


/* 32. Slick CUSTOM */
.slick-slide {
height: 100vh;
background: none;
}
		
.slick-slider {
margin-bottom: 0;
margin-top: 0;
cursor: auto;
}

.slick-track,
.slick-list {
-webkit-perspective: 2000;
        perspective: 2000;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.slick-fullscreen-img-fill {
position: relative;
display: block;
width: 100%;
overflow: hidden;
text-align: center;
}

.slick-fullscreen-img-fill img {
position: relative;
display: inline-block;
min-width: 100%;
max-width: none;
min-height: 100%;
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill {
height: 100vh;
background: none;
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img {
position: relative;
width: auto;
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;
}

.slick-fullscreen-slideshow-zoom-fade .slick-dots {
position: absolute;
width: 100%;
height: 5px;
left: 0;
bottom: 0;
margin: 0;
padding: 0;
background: rgba(255, 255, 255, .25);
list-style-type: none;
}

.slick-fullscreen-slideshow-zoom-fade .slick-dots li button {
display: none;
}

.slick-fullscreen-slideshow-zoom-fade .slick-dots li {
position: absolute;
float: left;
width: 0;
height: 5px;
left: -5px;
background: #fff;
}

.slick-fullscreen-slideshow-zoom-fade .slick-dots li.slick-active {
width: 100%;
-webkit-animation: progressDots 4s both;
   -moz-animation: progressDots 4s both;
    -ms-animation: progressDots 4s both;
     -o-animation: progressDots 4s both;
        animation: progressDots 4s both;
}

@-webkit-keyframes progressDots {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes progressDots {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.slick-fullscreen-slideshow-zoom-fade {
background: none;
}

.slick-fullscreen-slideshow-zoom-fade .slick-slide {
display: none;
float: left;
height: 100%;
}

.slick-initialized .slick-slide {
display: block;
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .bg-img {
-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
   -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
     -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transform: scale(1.3);
   -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
     -o-transform: scale(1.3);
        transform: scale(1.3);
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item.slick-active .bg-img {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}


/* 33. ken burns slideshow */
.kenburns-slide-wrapper {
position: relative;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
background: #111;
}

.kenburns-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-animation: KenBurnsSlideShow 24s linear infinite 0s;
   -moz-animation: KenBurnsSlideShow 24s linear infinite 0s;
    -ms-animation: KenBurnsSlideShow 24s linear infinite 0s;
     -o-animation: KenBurnsSlideShow 24s linear infinite 0s;
        animation: KenBurnsSlideShow 24s linear infinite 0s;
}

.kenburns-slide-1,
.kenburns-slide-2,
.kenburns-slide-3,
.kenburns-slide-4 {
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;
}

.kenburns-slide-1 {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.kenburns-slide-2 {
-webkit-animation-delay: 6s;
   -moz-animation-delay: 6s;
    -ms-animation-delay: 6s;
     -o-animation-delay: 6s;
        animation-delay: 6s;
}

.kenburns-slide-3 {
-webkit-animation-delay: 12s;
   -moz-animation-delay: 12s;
    -ms-animation-delay: 12s;
     -o-animation-delay: 12s;
        animation-delay: 12s;
}

.kenburns-slide-4 {
-webkit-animation-delay: 18s;
   -moz-animation-delay: 18s;
    -ms-animation-delay: 18s;
     -o-animation-delay: 18s;
        animation-delay: 18s;
}

@-webkit-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
 100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}

@-moz-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
 100% {
    opacity: 0;
    -moz-transform: scale(1);
  }
}

@-o-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
 100% {
    opacity: 0;
    -o-transform: scale(1);
  }
}

@keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
	    transform: scale(1);
    -ms-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
	    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
 100% {
    opacity: 0;
	    transform: scale(1);
    -ms-transform: scale(1);
  }
}


/* 34. typed text */
h1.typed-effect {
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) {
  h1.typed-effect {
    font-size: 120px;
	margin: -30px auto -2px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h1.typed-effect {
    font-size: 70px;
  }
}

@media only screen and (max-width: 995px) {
  h1.typed-effect {
    font-size: 60px;
	margin: -12px auto 0 auto;
	line-height: 1.15;
  }
}

@media only screen and (max-width: 768px) {
  h1.typed-effect {
    font-size: 50px;
	margin: -4px auto 1px auto;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  h1.typed-effect {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;
  }
}

.typed-cursor {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-animation: blink 0.7s infinite;
   -moz-animation: blink 0.7s infinite;
        animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* 35. multiple images slideshow */
.home-img-top-left,
.home-img-top-center,
.home-img-top-right,
.home-img-bottom-left,
.home-img-bottom-center,
.home-img-bottom-right {
position: absolute;
width: 33.33%;
height: 50%;
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;
}

.home-img-top-left {
left: 0;
top: 0;
}

.home-img-top-center {
left: 33.33%;
top: 0;
}

.home-img-top-right {
left: 66.66%;
top: 0;
}

.home-img-bottom-left {
left: 0;
bottom: 0;
}

.home-img-bottom-center {
left: 33.33%;
bottom: 0;
}

.home-img-bottom-right {
left: 66.66%;
bottom: 0;
}


/* 36. extras */
/* txt */
.txt p {
position: relative;
margin: -3px 0 1px 0;
}


/* divider */
.team-item-divider {
position: relative;
display: block;
width: 100%;
height: auto;
left: 0;
right: 0;
margin-left: auto; 
margin-right: auto;
padding: 0;
overflow: hidden;
z-index: 2;
}


/* news */
#news p {
margin-left: 0;
margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  #news p {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media only screen and (max-width: 640px) {
  #news p {
    margin-left: 0;
    margin-right: 0;
  }
}

#news-carousel {
z-index: 10;
}

#news .section-news-item {
        opacity: 0.25;
   -moz-opacity: 0.25;
-webkit-opacity: 0.25;
filter: alpha(opacity=25);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
-webkit-transform: scale3d(0.8, 0.8, 1);
   -moz-transform: scale3d(0.8, 0.8, 1);
    -ms-transform: scale3d(0.8, 0.8, 1);
     -o-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);			
-webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}

#news .owl-item.active.center .section-news-item {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale3d(1.0, 1.0, 1);
   -moz-transform: scale3d(1.0, 1.0, 1);
    -ms-transform: scale3d(1.0, 1.0, 1);
     -o-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
}
		
.owl-carousel .owl-item img {
margin: 0;
padding: 0;
}


/* news modal NEW */
.lower-page.lower-page-modal {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: 0;
margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .lower-page.lower-page-modal {
    padding: 0 25px;
  }
}

.box-img {
position: relative;
display: block;
width: 100%;
height: 100%;
margin: 0 auto -6px auto;
overflow: hidden;
}

.img-fullwidth-all img {
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;
}


/* news modal */
.news-modal .modal-content {
min-height: 100%;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
-webkit-background-clip: border-box;
        background-clip: border-box;
-webkit-box-shadow: none;
        box-shadow: none;
margin: 0;
padding: 0;
border: none;
}

.modal-content .news-info h3 {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
color: #5f5f5f;
margin: -6px auto;
padding: 0;
 -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;
z-index: 10;
}


/* news quote */
.blog-quote {
line-height: 100px;
padding: 0 0 0 50px;
border-left: 5px solid #5f5f5f;
margin: 0;
}

@media only screen and (max-width: 768px) {
  .blog-quote {
    padding: 0 0 0 30px;
	margin: 0;
  }
}

.blog-quote p {
position: relative;
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 50px;
text-align: left;
text-transform: none;
letter-spacing: -0.02em;
color: #5f5f5f;
margin: -12px 0 0 0;
top: -4px;
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;
}

@supports((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
  .blog-quote p {
    color: transparent;
    -webkit-text-stroke: 1px #5f5f5f;
            text-stroke: 1px #5f5f5f;
    text-shadow: none;
  }
}

@media all and (min-width: 1920px) {
  .blog-quote p {
    font-size: 60px;
	margin: -16px 0 0 0;
	top: -6px;
  }
}

@media only screen and (max-width: 1200px) {
  .blog-quote p {
	margin: -12px 0 0 0;
	top: -4px;
  }
}

@media only screen and (max-width: 995px) {
  .blog-quote p {
    font-size: 40px;
	margin: -10px 0 0 0;
	top: -2px;
  }
}

@media only screen and (max-width: 640px) {
  .blog-quote p {
    font-size: 30px;
	margin: -5px 0 0 0;
  }
}

.blog-quote p span {
color: #111;
-webkit-text-stroke: 1px #111;
        text-stroke: 1px #111;
		text-shadow: none;
}


/* text elements height */
p,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.txt p,
#news p {
line-height: 2;
}

.section-title-inner {
line-height: 1.5;
}

h1.section-header-news {
line-height: 1.25;
}

h1.section-header,
.blog-quote p {
line-height: 1.35;
}


/* text elements position */
h1.section-header {
margin: -10px 0 2px 0;
}

@media all and (min-width: 1920px) {
  h1.section-header {
    font-size: 60px;
	margin: -16px 0 2px 0;
  }
}

@media only screen and (max-width: 1200px) {
  h1.section-header {
	margin: -12px 0 3px 0;
  }
}

@media only screen and (max-width: 995px) {
  h1.section-header {
    font-size: 40px;
	margin: -9px 0 1px 0;
  }
}

@media only screen and (max-width: 640px) {
  h1.section-header {
    font-size: 30px;
	margin: -5px 0 1px 0;
  }
}

h1.section-header-news {
margin: -14px auto -7px auto;
}

@media all and (min-width: 1920px) {
  h1.section-header-news {
	margin: -14px auto -7px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h1.section-header-news {
	margin: -14px auto -7px auto;
  }
}

@media only screen and (max-width: 768px) {
  h1.section-header-news {
    margin: -8px auto -4px auto;
  }
}

h1.post-title.post-title-all-main-title {
margin: -8px 0 -1px 0;
}

@media all and (min-width: 1920px) {
  h1.post-title.post-title-all-main-title {
    margin: -11px 0 -2px 0;
  }
}

@media only screen and (max-width: 1200px) {
  h1.post-title.post-title-all-main-title {
    margin: -6px 0 0 0;
  }
}


/* 37. divider */
.divider-xl,
.divider-l,
.divider-m,
.divider-m-2,
.divider-xxs,
.divider-xs,
.divider-s {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.divider-xl {
height: 150px;
}

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

.divider-l {
height: 100px;
}

@media only screen and (max-width: 768px) {
  .divider-l {
    height: 50px;
  }
}

.divider-m {
height: 25px;
}

.divider-m-2 {
height: 50px;
}

@media only screen and (max-width: 1200px) {
  .divider-m-2 {
    height: 25px;
  }
}

.divider-xxs {
height: 15px;
}

.divider-xs {
height: 50px;
}

@media only screen and (max-width: 768px) {
  .divider-xs {
    height: 25px;
  }
}

.divider-s {
height: 50px;
}

.visible-mobile-devices {
display: none;
visibility: hidden;
}

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


/* 38. blog */
/* blog panel */
.panel-from-left-blog {
position: fixed;
width: 25%;
height: 100vh;
overflow-x: hidden;
overflow-y: auto;
top: 0;
left: -100%;
background: #fff;
text-align: left;
-webkit-transition: all .8s ease-in-out;
   -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
     -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 99996!important;
}

@media only screen and (max-width: 1200px) {
  .panel-from-left-blog {
    width: 50%;
  }
}

@media only screen and (max-width: 880px) {
  .panel-from-left-blog {
    width: 75%;
  }
}

.panel-from-left-blog.open {
left: 0;
}

.panel-overlay-from-right-blog {
position: fixed;
width: 76%;
height: 100vh;
overflow: hidden;
top: 0;
right: -100%;
background: rgba(255, 255, 255, .7);
-webkit-transition: all .8s ease-in-out;
   -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
     -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
cursor: crosshair;
z-index: 99996!important;
}

@media only screen and (max-width: 1200px) {
  .panel-overlay-from-right-blog {
    width: 51%;
  }
}

@media only screen and (max-width: 880px) {
  .panel-overlay-from-right-blog {
    width: 26%;
  }
}

.panel-overlay-from-right-blog.open {
right: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-sidebar-wrapper {
position: relative;
margin: 0;
padding: 100px 50px;
}

.blog-side-text a,
.blog-side-text a:hover,
.blog-side-text a:visited,
.blog-side-text a:active,
.blog-side-text a:focus {
color: #5f5f5f;
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);
}

.blog-side-text a:hover {
color: #5f5f5f;
}

@media only screen and (max-width: 880px) {
  .blog-side-text a,
  .blog-side-text a:hover,
  .blog-side-text a:visited,
  .blog-side-text a:active,
  .blog-side-text a:focus {
    font-size: 14px;
  }
}

.blog-side-heading h3 {
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 25px;
text-align: left;
text-transform: none;
letter-spacing: -0.02em;
color: #111;
margin: -5px 0 -2px 0;
width: 100%;
line-height: 1.5;
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 only screen and (max-width: 880px) {
  .blog-side-heading h3 {
    font-size: 20px;
	margin: -5px 0 -2px 0;
  }
}

.blog-side-launcher {
position: fixed;
width: 50px;
height: 50px;
line-height: 50px;
left: 50px;
bottom: 50px;
font-size: 16px;
text-align: center;
color: #fff;
background: #ccc;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-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;
cursor: pointer;
z-index: 115;
}

@media only screen and (max-width: 768px) {
  .blog-side-launcher {
	left: 25px;
    bottom: 25px;
  }
}


/* blog comments */
.blog-comments {
width: 100%;
margin: 0 auto;
padding: 0;
line-height: 1;
}

.comments {
text-align: left;
}

.comments article {
position: relative;
margin: 0 auto;
}

.profile-photo {
display: block;
text-align: left;
margin: -8px 0 -22px 0;
}

.comments article img {
width: 80px;
height: 80px;
border-width: 0;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
margin: 15px auto 30px auto;
}

.comment-time,
.comments a,
.comments a:hover,
.comments a:visited,
.comments a:active,
.comments a:focus,
.comment-responce h5 a,
.comment-responce h5 a:hover,
.comment-responce h5 a:visited,
.comment-responce h5 a:active,
.comment-responce h5 a:focus {
font-family: 'Oswald', sans-serif;
color: #5f5f5f;
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
}

h5.h5-comments {
font-size: 20px;
color: #5f5f5f;
}

@media only screen and (max-width: 1200px) {
  h5.h5-comments {
    font-size: 20px;
  }
}

.comment-responce {
padding-left: 75px;
}


/* blog search form */
.blog-search {
width: 300px;
}

@media only screen and (max-width: 1200px) {
  .blog-search {
    width: 300px;
  }
}

@media only screen and (max-width: 880px) {
  .blog-search {
    width: 250px;
  }
}

.blog-search input,
#submit-btn {
background: none;
display: inline-block;
outline: none;
border: none;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
color: #111;
}

.blog-search input {
width: 250px;
height: 40px;
line-height: 40px;
border-bottom: 1px solid rgba(0, 0, 0, .5);
font-size: 13px;
color: #111;
z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .blog-search input {
    width: 250px;
  }
}

@media only screen and (max-width: 880px) {
  .blog-search input {
    width: 200px;
  }
}


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

#contact-form-2 form {
margin: 0;
padding: 0;
}

#contact-form-2  input {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #111;
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: 13px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
color: #111;
-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-weight: 600;
}

#contact-form-2 textarea {
position: relative;
width: 100%;
height: 100px;
border-bottom: 1px solid #111;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 5px;
font-family: 'Raleway', sans-serif;
font-size: 13px;
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;
font-weight: 600;
}

#contact-form-2  textarea {
color: #111;
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;
}

#contact-form-2  input:hover,
#contact-form-2  textarea:hover {
border-color: rgba(219, 0, 24, .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;
}


#contact-form-2  input:focus,
#contact-form-2  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;
}

#contact-form-2 .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: #111;
margin: 0 auto;
padding: 56px 0 50px 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;
font-weight: 600;
}

#contact-form-2  .error {
position: absolute;
display: block;
font-size: 9px;
text-transform: uppercase;
color: #ff264a;
margin: 0;
padding: 0;
letter-spacing: 0.15em;
 -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;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto; 
width: 200px!important;
font-weight: 600;
}

#contact-form-2 .make-space {
margin-left: 15px;
margin-right: 15px;
}

#contact-form-2 ::-webkit-input-placeholder { font-size: 12px; color: #111; font-weight: 600; }
     #contact-form-2 :-ms-input-placeholder { font-size: 12px; color: #111; font-weight: 600; }
         #contact-form-2 ::-moz-placeholder { font-size: 12px; color: #111; font-weight: 600; }
     #contact-form-2 input:-moz-placeholder { font-size: 12px; color: #111; font-weight: 600; }

#contact-form-2 input:focus::-webkit-input-placeholder { color: transparent; }
     #contact-form-2 input:focus:-ms-input-placeholder { color: transparent; }
         #contact-form-2 input:focus::-moz-placeholder { color: transparent; }
          #contact-form-2 input:focus:-moz-placeholder { color: transparent; }

#contact-form-2 textarea:focus::-webkit-input-placeholder { color: transparent; }
     #contact-form-2 textarea:focus:-ms-input-placeholder { color: transparent; }
         #contact-form-2 textarea:focus::-moz-placeholder { color: transparent; }
          #contact-form-2 textarea:focus:-moz-placeholder { color: transparent; }


/* END */