﻿/*
  [CSS Index]
  
  ---
  
  Template Name: Westex - A True Western Experience
  Author:  ex-nihilo
  Version: 1.0
*/

 
/* 
  1. TEMPLATE BACKGROUNDS
    1.1. about IMG BACKGROUND
    1.2. history IMG BACKGROUND
    1.3. works IMG BACKGROUND
	1.4. home IMG BACKGROUND
	1.5. home parallax IMG BACKGROUND
  2. reset
  3. layout
    3.1. upper page
  4. dot
  5. center container
  6. film grain
  7. to top arrow
  8. preloader
  9. hero
  10. play button
  11. navigation
  12. section txt
  13. section subtitle
  14. section title
  15. vertical lines
  16. works
    16.1. works showcase
	16.2. works full IMG
  17. IMG carousel
  18. post box
  19. logo
  20. services panel
  21. background color
  22. intro
  23. button
  24. overlay
  25. post
  26. contact
    26.1. social icons
  27. Swiper CUSTOM
  28. Owl Carousel CUSTOM
  29. Magnific Popup CUSTOM
  30. Lity CUSTOM
  31. headers
  32. mistify slideshow
  33. divider
*/


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


/* 1.2. history IMG BACKGROUND */
.carousel-item-history-01 {
background-image: url(../img/history/1.jpg);
}

.carousel-item-history-02 {
background-image: url(../img/history/2.jpg);
}

.carousel-item-history-03 {
background-image: url(../img/history/3.jpg);
}

.carousel-item-history-04 {
background-image: url(../img/history/4.jpg);
}


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

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

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

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


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

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

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

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


/* 1.5. home parallax IMG BACKGROUND */
.bg-img-single {	
background-image: url(../img/background/parallax-bg.jpg);
}


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

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

body {
}

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

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

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

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

*:focus {  
outline: none;
}

/* remove dotted outline from links,
button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}

/* IE10 scrollbar FIX */
html {
-ms-overflow-style: scrollbar;
}


/* 3. layout */
body {
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
text-align: left;
color: #5f5f5f;
background: #000;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
line-height: 1.5;
}

a {
color: #111;
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: #111;
text-decoration: none;
outline: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

p {
font-size: 15px;
font-weight: 600;
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;
-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.light {
color: #fff;
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #ccc;
color: #fff;
}

::selection {
background: #ccc;
color: #fff;
}

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


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


/* 4. dot */
.dot {
position: relative;
width: 16px!important;
height: 16px;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto; 
margin: 16px auto;
text-align: center;
background: #8a877a;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
z-index: 10;
}

.dot:after {
content: "";
position: absolute;
width: 10px;
height: 10px;
top: 3px;
left: 3px;
background: #8a877a;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-animation: pulse 2s infinite;
   -moz-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
     -o-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
-webkit-transform-origin: center center;
        transform-origin: center center;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(4.5);
	opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(4.5);
	opacity: 0;
  }
}


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

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

.center-container-menu {
position: relative;
display: table;
width: 100%;
height: 100%;
}

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


/* 6. film grain */
.film-grain {
position: absolute;
width: 100%;
height: 100%;
top: 0;
background: url(../img/film-grain.gif) repeat top left;
        opacity: 0.1;
   -moz-opacity: 0.1;
-webkit-opacity: 0.1;
filter: alpha(opacity=10);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
overflow: hidden;
z-index: 1;
}

.film-grain-50 {
position: absolute;
width: 50%;
height: 100%;
top: 0;
background: url(../img/film-grain.gif) repeat top left;
        opacity: 0.1;
   -moz-opacity: 0.1;
-webkit-opacity: 0.1;
filter: alpha(opacity=10);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
overflow: hidden;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  .film-grain-50 {
    width: 100%;
  }
}

.film-grain.film-grain-fix {
top: -7px;
}

@media only screen and (max-width: 995px) {
  .film-grain-50 {
    top: auto;
  }
}


/* 7. to top arrow */
.to-top-arrow {
position: fixed;
width: 50px!important;
max-width: 50px;
height: 50px;
line-height: 50px;
left: 0; 
right: 0;
bottom: -10px;
margin-left: auto; 
margin-right: auto; 
margin: 0 auto;
overflow: hidden;
font-size: 16px;
text-align: center;
color: #fff;
background: #111;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: translateY(40px);
   -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
        transform: translateY(40px);
-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;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
cursor: pointer;
z-index: 115;
}

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

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

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


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

#preloader {
display: table;
table-layout: fixed;
}

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

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

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

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

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


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

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

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

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

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


/* 10. play button */
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.stroke-dotted {
stroke-dasharray: 4,5;
stroke-width: 1px;
-webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
-webkit-animation: spin 4s infinite linear;
        animation: spin 4s infinite linear;
-webkit-transition: opacity 1s ease, stroke-width 1s ease;
        transition: opacity 1s ease, stroke-width 1s ease;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.stroke-solid {
stroke-dashoffset: 0;
stroke-dashArray: 300;
stroke-width: 2px;
-webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
        transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.icon {
-webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
-webkit-transition: -webkit-transform 200ms ease-out;
        transition: -webkit-transform 200ms ease-out;
        transition: transform 200ms ease-out;
        transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

#play:hover .stroke-dotted {
stroke-width: 2px;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#play:hover .stroke-solid {
stroke-dashoffset: 300;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#play:hover .icon {
-webkit-transform: scale(1.05);
        transform: scale(1.05);
}

#play {
position: relative;
width: 100px;
height: 100px;
margin: 2px auto;
text-align: center;
cursor: pointer;
z-index: 2;
}


/* 11. navigation */
/* navigation panels overlay */
.panel-overlay-from-left {
position: fixed;
width: 25%;
height: 100%;
overflow: hidden;
top: 0;
left: -100%;
background: rgba(0, 0, 0, .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)";
z-index: 200;
}

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

.panel-overlay-from-right {
position: fixed;
width: 75%;
height: 100%;
overflow: hidden;
top: 0;
right: -100%;
background: #111;
-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)";
z-index: 200;
}

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


/* navigation panels */
.panel-from-left {
position: fixed;
width: 25%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
top: 0;
left: -100%;
background: rgba(0, 0, 0, .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)";
z-index: 200;
}

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

.panel-from-right {
position: fixed;
width: 75%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
top: 0;
right: -100%;
background: #111;
-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: 200;
}

.panel-from-right.open {
right: 0;
}


/* navigation icon */
.navigation-icon-wrapper {
position: fixed;
width: 35px;
height: 25px;
top: 42px;
right: 50px;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
cursor: pointer;
z-index: 99995;
}

@media only screen and (max-width: 1200px) {
  .navigation-icon-wrapper {
    top: 32px;
    right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .navigation-icon-wrapper {
    top: 22px;
    right: 30px;
  }
}

.navigation-icon .line {
display: block;
width: 35px;
height: 3px;
margin: 8px auto;
-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;
background-color: #fff;
}

#navigation-icon.active .line:nth-child(1){
-webkit-transform: translateY(11px);
   -moz-transform: translateY(11px);
    -ms-transform: translateY(11px);
     -o-transform: translateY(11px);
        transform: translateY(11px);
background-color: #fff;
}

#navigation-icon.active .line:nth-child(3){
-webkit-transform: translateY(-11px);
   -moz-transform: translateY(-11px);
    -ms-transform: translateY(-11px);
     -o-transform: translateY(-11px);
        transform: translateY(-11px);
background-color: #fff;
}


/* navigation brackets */
.brackets a::before,
.brackets a::after {
display: inline-block;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
   -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -ms-transition: -ms-transform 0.3s, opacity 0.2s;
     -o-transition: -o-transform 0.3s, opacity 0.2s;
        transition: transform 0.3s, opacity 0.2s;
}

.brackets a::before {
content: "\f3ae";
font-family: "Ionicons";
margin-right: 10px;
-webkit-transform: translateX(20px);
   -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
     -o-transform: translateX(20px);
        transform: translateX(20px);
}

.brackets a::after {
content: "";
margin-left: 10px;
-webkit-transform: translateX(-20px);
   -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
     -o-transform: translateX(-20px);
        transform: translateX(-20px);
}

.brackets a:hover::before,
.brackets a:hover::after,
.brackets a:focus::before,
.brackets a:focus::after {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: translateX(0px);	
   -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
     -o-transform: translateX(0px);
        transform: translateX(0px);
}

.brackets ul, li {
list-style: none;
}

.brackets a,
.brackets a:hover,
.brackets a:visited {
text-decoration: none;
}


/* navigation links */
nav.navigation-menu {
position: relative;
width: 100%;
height: 100%;
background: #111;
text-align: center;
margin: 0 auto;
}

nav.navigation-menu a {
text-decoration: 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;
left: 0;
right: 0;
margin-left: -15px;
margin-right: auto;
width: auto!important;
cursor: pointer;
}

nav.navigation-menu a:hover {
-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;
}

nav.navigation-menu li {
margin: 0 auto 15px auto;
}

@media only screen and (max-width: 768px) {
  nav.navigation-menu li {
    margin: 0 auto 10px auto;
  }
}

nav.navigation-menu li.last {
margin: 0;
}

nav.navigation-menu a {
font-family: 'Rye', cursive;
font-size: 45px;
font-weight: 700;
font-style: normal;
text-transform: uppercase;
line-height: 1;
letter-spacing: -0.04em;
text-decoration: none;
color: #fff;
}

@media all and (min-width: 1920px) {
  nav.navigation-menu a {
	font-size: 55px;
  }
}

@media only screen and (max-width: 1200px) {
  nav.navigation-menu a {
    font-size: 35px;
  }
}

@media only screen and (max-width: 995px) {
  nav.navigation-menu a {
    font-size: 25px;
  }
}

@media only screen and (max-width: 768px) {
  nav.navigation-menu a {
    font-size: 20px;
  }
}


/* navigation extras */
.navigation-icon-wrapper-bg {
position: fixed;
width: 79px;
height: 79px;
top: 50px;
right: 50px;
background: #000;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-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: 150;
}

@media only screen and (max-width: 1200px) {
  .navigation-icon-wrapper-bg {
    top: 40px;
    right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .navigation-icon-wrapper-bg {
    width: 59px;
    height: 59px;
    top: 30px;
    right: 30px;
  } 
}

.navigation-icon-wrapper-bg.show {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.navigation-icon-wrapper.direction {
top: 69px;
right: 72px;
}

@media only screen and (max-width: 1200px) {
  .navigation-icon-wrapper.direction {
    top: 59px;
    right: 62px;
  }
}

@media only screen and (max-width: 768px) {
  .navigation-icon-wrapper.direction {
    top: 39px;
    right: 42px;
  }
}

@media only screen and (max-width: 768px) {
  .navigation-icon-wrapper {
    top: 22px;
    right: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .navigation-icon .line {
    width: 27px;
    height: 3px; 
  }
}


/* 12. section txt */
.section-txt p {
text-align: left;
}

.section-txt a,
.section-txt a:hover {
text-decoration: none;
font-weight: 600;
}


/* 13. section subtitle */
.subtitle {
position: relative;
font-family: 'Rye', cursive;
font-size: 20px;
font-weight: 400;
line-height: 1.5;
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;
z-index: 2;
}

@media only screen and (max-width: 768px) {
  .subtitle {
    font-size: 15px;
  }
}

.subtitle.subtitle-light {
color: #fff;
}

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

.subtitle.subtitle-light.subtitle-light-2 {
text-align: left;
}


/* 14. section title */
h1.main-title {
font-family: 'Rye', cursive;
font-style: normal;
font-weight: 900;
font-size: 75px;
text-align: center!important;
text-transform: uppercase;
letter-spacing: -0.04em;
color: #fff;
margin: 0 auto -7px auto;
width: 100%;
line-height: 1.15;
position: relative;
z-index: 3;
}

@media all and (min-width: 1920px) {
  h1.main-title {
    font-size: 105px;
	margin: 0 auto -11px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h1.main-title {
    font-size: 65px;
	margin: 0 auto -5px auto;
  }
}

@media only screen and (max-width: 995px) {
  h1.main-title {
    font-size: 45px;
	margin: 0 auto -3px auto;
  }
}

@media only screen and (max-width: 768px) {
  h1.main-title {
    font-size: 35px;
	margin: 0 auto -2px auto;
  }
}

.main-title.main-title-all {
color: #111;
text-align: center;
}

.main-title.main-title-all span {
color: #111;
}


/* 15. vertical lines */
.vertical-lines-wrapper {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
margin: 0;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 1;
}

.vertical-lines {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.vertical-effect {
position: relative;
width: 25%;
height: 100%;
float: left;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
border-right: 1px solid rgba(119, 119, 119, .2);
}

.vertical-effect::before {
content: "";
position: absolute;
display: block;
width: 3px;
-webkit-animation-direction: normal;
   -moz-animation-direction: normal;
    -ms-animation-direction: normal;
     -o-animation-direction: normal;
        animation-direction: normal;
}

.vertical-effect:first-child::before,
.vertical-effect:last-child::before {
content: "";
position: absolute;
right: -2px;
}

.vertical-effect:first-child::before {
top: 0;
-webkit-animation: raindrop 6s ease-out infinite;
   -moz-animation: raindrop 6s ease-out infinite;
    -ms-animation: raindrop 6s ease-out infinite;
     -o-animation: raindrop 6s ease-out infinite;
        animation: raindrop 6s ease-out infinite;
background: -webkit-linear-gradient(top, rgba(138, 135, 122, 0), rgba(138, 135, 122, 1));
background: -ms-linear-gradient(top, rgba(138, 135, 122, 0), rgba(138, 135, 122, 1));
background: linear-gradient(top, rgba(138, 135, 122, 0), rgba(138, 135, 122, 1));
}

.vertical-effect:last-child::before {
bottom: 0;
-webkit-animation: raindrop-reverse 6s ease-out infinite;
   -moz-animation: raindrop-reverse 6s ease-out infinite;
    -ms-animation: raindrop-reverse 6s ease-out infinite;
     -o-animation: raindrop-reverse 6s ease-out infinite;
        animation: raindrop-reverse 6s ease-out infinite;
background: -webkit-linear-gradient(top, rgba(138, 135, 122, 1), rgba(138, 135, 122, 0));
background: -ms-linear-gradient(top, rgba(138, 135, 122, 1), rgba(138, 135, 122, 0));
background: linear-gradient(top, rgba(138, 135, 122, 1), rgba(138, 135, 122, 0));
}

@-webkit-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@-ms-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
@-ms-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
   }
  100% {
    bottom: 100%;
    height: 35%;
  }
}


/* 16. works */
.works-list .works-list-wrapper {
margin: -40px 0 0 0;
padding: 0 0 150px 0;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-wrapper {
    margin: -130px 0 0 0;
    padding: 0 0 60px 0;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-wrapper {
    margin: -60px 0 0 0;
    padding: 0;
  }
}

.works-list .works-list-item {
position: relative;
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.works-list .works-list-item:not(:first-of-type) {
margin-top: 460px;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-item:not(:first-of-type) {
    margin-top: 200px;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-item:not(:first-of-type) {
    margin-top: 0;
  }
}

.works-list .works-list-item:nth-of-type(odd) .works-list-bg {
left: 0;
}

.works-list .works-list-item:nth-of-type(even) .works-list-bg {
right: 0;
}

.works-list .works-list-item-container {
max-width: 100%;
-webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.works-list .works-list-row {
position: relative;
z-index: 2;
}

.works-list .works-list-content {
padding: 150px 150px;
background: #e9e9e6;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-content {
    padding: 55px 55px;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-content {
    padding: 0 40px;
	margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .works-list .works-list-content {
    padding: 0 30px;
  }
}

.works-list .works-list-bg {
position: absolute;
width: calc(50% + 150px);
height: calc(100% + 300px);
top: 50%;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
overflow: hidden;
z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-bg {
    width: calc(50% + 130px);
	height: calc(100% + 120px)
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-bg {
    position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 580px;
    -webkit-transform: none;
            transform: none;
    padding-top: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.works-list-content-wrapper {
padding-top: 190px;
margin-top: -1px;
}

@media only screen and (max-width: 995px) {
  .works-list-content-wrapper {
    padding-top: 60px
  }
}

.container-custom {
width: 100%;
padding-left: 0;
padding-right: 0;
margin-right: auto;
margin-left: auto;
}

@media only screen and (max-width: 995px) {
  .container-custom {
	padding: 0;
  }
}

.col-md-6-custom {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 0;
padding-right: 0;
}

@media only screen and (max-width: 995px) {
  .col-md-6-custom {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 995px) {
  .col-lg-4-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .offset-lg-1-custom {
    margin-left: 0;
  }

  .offset-lg-7-custom {
    margin-left: 50%;
  }
}


/* 16.1. works showcase */
.showcase {
position: relative;
display: block;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
z-index: 2;
}

.showcase .showcase-img-right {
width: 50%;
float: right;
}

.showcase .showcase-img-left {
width: 50%;
float: left;
}

@media only screen and (max-width: 995px) {
  .showcase .showcase-img-right,
  .showcase .showcase-img-left {
    width: 100%;
	float: none;
  }
}

.showcase .showcase-img-right img,
.showcase .showcase-img-left img {
position: relative;
display: inline-block;
width: 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;
float: left;
overflow: hidden;
}


/* 16.2. works full IMG */
.works-section {
margin: 0;
}

.works-section .box-img {
position: relative;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 2;
}

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

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

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

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


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

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

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

.carousel-item-all {
position: relative;
width: 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;
}

.carousel-item-all {
height: 70vh;
}


/* 18. post box */
.post-box-inner {
margin: 0;
}

.post-spacing {
padding: 0 15px;
}

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

.post-spacing-2 {
padding: 0 35px;
}

@media only screen and (max-width: 1200px) {
  .post-spacing-2 {
	padding: 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .post-spacing-2 {
    padding: 0;
  }
}

.post-spacing-3 {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: -15px;
margin-right: -15px;
background: none;
padding: 0;
}

@media only screen and (max-width: 1200px) {
  .post-spacing-3 {
    margin-left: 0;
    margin-right: 0;
	padding: 0 10px;
  }
  
  .container.container-fix {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .post-spacing-3 {
    margin-left: -10px;
    margin-right: -10px;
	padding: 0;
  }
}


/* 19. logo */
.logo {
position: absolute;
display: inline-block;
top: 50px;
left: 50px;
line-height: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-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;
cursor: pointer;
z-index: 150;
}

@media only screen and (max-width: 1200px) {
  .logo {
	top: 40px;
    left: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .logo {
	top: 30px;
    left: 30px;
  }
}

.logo-img::before {
content: "";
display: block;
width: 57px;
height: 34px;
line-height: 34px;
-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;
}

.logo .logo-img::before {
background: url(../img/logo.png) no-repeat;
}


/* 20. services panel */
.panel-wrapper {
position: relative;
background: none;
width: 100%;
height: calc(100% + 300px);
margin: 5px auto -15px -15px;
z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .panel-wrapper {
	margin: 5px auto -15px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .panel-wrapper {
	margin: 5px auto -15px -10px;
  }
}

.panel-title {
position: relative;
font-family: 'Rye', cursive;
font-size: 20px;
font-weight: 400;
line-height: 1.5;
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;
z-index: 2;
}

@media only screen and (max-width: 768px) {
  .panel-title {
    font-size: 15px;
  }
}

.panel-group .panel {
border: none;
background: none;
box-shadow: none;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
}

.panel-group .panel .panel-heading {
border: none;
background: none;
}

.panel-group .panel .panel-heading h4 a {
display: block;
background: none;
padding: 15px;
-webkit-transition: 0.15s all ease-in-out;
   -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
     -o-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
}

.panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:not(.collapsed) {
background: none;
-webkit-transition: 0.15s all ease-in-out;
   -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
     -o-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
}

.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
content: "\f209";
font-family: "Ionicons";
}

.ion {
font-size: 15px;
}

.panel-group .panel .panel-heading h4 a i {
position: relative;
display: block;
top: 8px;
left: -30px;
color: #fff;
text-align: center;
}

@media only screen and (max-width: 768px) {
  .panel-group .panel .panel-heading h4 a i {
    top: 4px;
  }
}

.panel-group .panel .panel-body {
padding-top: 0;
}

.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
border-top: none;
background: none;
text-align: center;
padding: 50px 0;
}

.panel-group .panel + .panel {
border: none;
margin-top: 0; 
}

.panel-body p {
text-align: left;
}


/* 21. background color */
.bg-light {
background: #d3d3cd;
}


/* 22. intro */
.intro {
position: relative;
font-family: 'Rye', cursive;
font-weight: 700;
text-transform: none;
line-height: 1.5;
text-align: left;
letter-spacing: normal;
color: #111;
margin: 0 0 20px 0;
padding: 0;
z-index: 2;
}

.intro span {
color: #111;
}


/* 23. button */
.more-wraper {
position: relative;
/*
width: 120px!important;
max-width: 120px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
*/
margin: 19px auto 0 auto;
overflow: hidden;
text-align: center;
}

.more-button .more-button-wrapper {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
width: 120px;
max-width: 100%;
-webkit-box-align: center;
   -ms-flex-align: center;
      align-items: center;
}

.more-button .more-button-wrapper:active svg,
.more-button .more-button-wrapper:focus svg,
.more-button .more-button-wrapper:hover svg {
}

.more-button .more-button-wrapper:active svg path,
.more-button .more-button-wrapper:focus svg path,
.more-button .more-button-wrapper:hover svg path {
stroke: #111;
}

.more-button .more-button-wrapper:active span,
.more-button .more-button-wrapper:focus span,
.more-button .more-button-wrapper:hover span {
right: -10%;
color: #111;
}

.more-button svg {
-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
        transition: all .4s cubic-bezier(.165, .84, .44, 1);
-webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
        transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.more-button svg path {
fill: none;
stroke: #111;
stroke-miterlimit: 10;
-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
        transition: all .4s cubic-bezier(.165, .84, .44, 1);
-webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
        transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.more-button span {
position: absolute;
top: 50%;
width: 120px!important;
max-width: 120px;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto;
overflow: hidden;
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight: 700;
letter-spacing: normal;
color: #111;
-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
        transition: all .4s cubic-bezier(.165, .84, .44, 1);
-webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
        transition-timing-function: cubic-bezier(.165, .84, .44, 1);
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}


/* 24. overlay */
.gradient-overlay,
.gradient-overlay-home,
.gradient-overlay-home-2 {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .1) 100%);
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .1) 100%);
background: linear-gradient(to top, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.gradient-overlay,
.gradient-overlay-home-2 {
z-index: 1;
}

.gradient-overlay-home {
z-index: 10;
}


/* 25. post */
.post-title {
position: relative;
font-family: 'Rye', cursive;
font-weight: 400;
line-height: 1.5;
color: #fff;
text-align: center;
 -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: 2;
}


/* 26. contact */
#contact-form {
width: 100%;
margin: -10px auto 0 auto;
padding: 0;
}

form {
margin: 0;
padding: 0;
}

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

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

#form textarea {
margin: 15px 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: #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;
}

#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: 600;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: center;
color: #111;
margin: 0;
padding: 25px 0 0 15px;
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;
width: 200px!important;
left: 0;
right: 0;
margin: 0 auto;
padding: 0;
font-size: 9px;
text-transform: uppercase;
text-align: center;
color: #fff;
letter-spacing: 0.15em;
font-weight: 700;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

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

::-webkit-input-placeholder { font-size: 13px; color: #111; }
     :-ms-input-placeholder { font-size: 13px; color: #111; }
         ::-moz-placeholder { font-size: 13px; color: #111; }
     input:-moz-placeholder { font-size: 13px; color: #111; }

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

button {
border: none;
background: none;
outline: none;
}

button.more-button-wrapper {
margin: 5px auto 0 auto;
}


/* 26.1. social icons */
.social-icons {
position: relative;
font-family: 'Raleway', sans-serif;
font-size: 10px;
font-weight: 800;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
text-align: left;
color: #5f5f5f;
margin: 10px auto 0 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;
}

@media only screen and (max-width: 995px) {
  .social-icons {
    margin: 10px 0 0 0;
  }
}

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

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
font-family: 'Raleway', sans-serif;
font-size: 10px;
font-weight: 800;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
}

.social-icons li {
display: inline;
padding: 0;
}

.social-icons li span {
color: #5f5f5f;
padding: 0 10px;
}


/* 27. Swiper CUSTOM */
/* Swiper style 1 */
.hero-slider-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 2;
}

.hero-slider-wrapper-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 300px;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  .hero-slider-wrapper-img {
    left: 0;
  }
}

.hero-slider-bg {
position: absolute;
width: 100%;
height: 100%;
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;
		z-index: 1;
}

.swiper-container {
width: 100%;
height: 100%;
margin: 0 auto;
}

.hero-slider-img .swiper-slide {
position: relative;
float: left;
width: 100%;
height: 100%;
overflow: hidden;
}

.swiper-slide-txt {
position: relative;
width: 100%!important;
padding: 0;
left: 0;
right: 0;
margin-left: auto; 
margin-right: auto;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-txt {
	padding: 0 10px;
	left: 0;
  }
}

.swiper-slide-txt-inner {
position: relative;
max-width: 600px;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-txt-inner {
    max-width: 100%;
  }
}

.hero-slider-bg-controls {
position: absolute;
right: 44px;
bottom: 50px;
z-index: 10;
}

@media only screen and (max-width: 1200px) {
  .hero-slider-bg-controls {
    right: 34px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-slider-bg-controls {
    right: 24px;
    bottom: 30px;
  }
}

.swiper-slide-controls {
display: inline-block;
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;
font-size: 16px;
color: #111;
background: #fff;
cursor: pointer;
}

.swiper-slide-controls.slide-prev,
.swiper-slide-controls.slide-next {
position: relative;
width: 50px!important;
left: 0;
right: 0;
margin-left: auto;
margin-right: 6px;
text-align: center;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.swiper-slide-controls: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;
background: #fff;
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls.slide-next {
    margin-top: 10px;
  }
}

.swiper-slide-pagination {
position: absolute;
width: 8px;
left: 50px;
bottom: 48px;
z-index: 10;
}

@media only screen and (max-width: 1200px) {
  .swiper-slide-pagination {
    left: 40px;
    bottom: 38px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-pagination {
    left: 30px;
    bottom: 28px;
  }
}

.swiper-slide-pagination::before {
content: "";
position: absolute;
top: -50px;
left: 0;
right: 0;
bottom: -50px;
background: none;
}

.swiper-slide-pagination .swiper-pagination-bullet {
position: relative;
width: 100%;
height: 6px;
background: none;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-pagination .swiper-pagination-bullet:last-child {
margin-bottom: 0;
}

.swiper-slide-pagination .swiper-pagination-bullet::before,
.swiper-slide-pagination .swiper-pagination-bullet::after {
content: "";
position: absolute;
width: 6px;
height: 6px;
top: 0;
left: 50%;
background: #fff;
margin: 0;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.swiper-slide-pagination .swiper-pagination-bullet::after {
content: "";
position: absolute;
width: 8px;
height: 8px;
top: 50%;
left: 50%;
margin: -4px 0 0 -1px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
-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: scale(0);
   -moz-transform: scale(0);
    -ms-transform: scale(0);
     -o-transform: scale(0);
        transform: scale(0);
}

.swiper-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
-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: scale(1.8);
   -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
     -o-transform: scale(1.8);
        transform: scale(1.8);
background: #8a877a;
}

.slider-progress-bar {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}

.circle-svg {
position: relative;
-webkit-transform: scale(1) rotate(-90deg);
   -moz-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
     -o-transform: scale(1) rotate(-90deg);
        transform: scale(1) rotate(-90deg);
-webkit-transition: transform .4s ease;
   -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
     -o-transition: transform .4s ease;
        transition: transform .4s ease;
-webkit-transition: -webkit-transform .4s ease;
   -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
     -o-transition: -o-transform .4s ease;
        transition: transform .4s ease;
}

.circle-svg circle {
stroke-dasharray: 400px;
}

.circle {
stroke-dashoffset: 400px;
}

.slider-progress-bar.slider-active .circle {
stroke-dashoffset: 200px;
-webkit-transition: linear 3s stroke-dashoffset;
        transition: linear 3s stroke-dashoffset;
}

.swiper-slide-controls-play-pause {
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
right: 170px;
bottom: 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: 16px;
color: #fff;
background: #8a877a;
cursor: pointer;
z-index: 10;
}

@media only screen and (max-width: 1200px) {
  .swiper-slide-controls-play-pause {
    right: 160px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls-play-pause {
	right: 150px;
    bottom: 30px;
  }
}

.swiper-slide-controls-play-pause: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;
background: #8a877a;
}

.swiper-slide-controls-play-pause i,
.swiper-slide-controls-play-pause i {
-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;
		
}

.swiper-slide-controls-play-pause.slider-on-off i::before,
.slider-on-off-switch {
content: "\f478";
position: relative;
width: 50px!important;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
}


/* Swiper style 2 */
.swiper-container-wrapper {
padding-top: 0!important;
height: 100%!important;
}

.swiper-slide {
overflow: hidden;
}

.swiper-slide-inner {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #111;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.swiper-slide-inner-bg {
position: absolute;
width: 100%;
height: 100%;
background-position: center center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
-webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
   -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -ms-transition: opacity .6s ease-in-out, transform 2s ease .7s;
     -o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
        transition: opacity .6s ease-in-out, transform 2s ease .7s;
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
        transform: scale(1.15);
        opacity: 0.2;
   -moz-opacity: 0.2;
-webkit-opacity: 0.2;
filter: alpha(opacity=20);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.swiper-slide-duplicate-active .swiper-slide-inner-bg,
.swiper-slide-active .swiper-slide-inner-bg {
-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)";
}

.swiper-slide-inner-bg-2 {
position: absolute;
width: 100%;
height: 100%;
background-position: center center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-duplicate-active .swiper-slide-inner-bg-2,
.swiper-slide-active .swiper-slide-inner-bg-2 {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt {
position: absolute;
width: auto;
left: 257px;
bottom: 257px;
-webkit-transition: opacity .4s ease;
   -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
     -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: 15; 
}

@media only screen and (max-width: 995px) {
  .swiper-slide-inner-txt {
    width: 100%!important;
	top: 50%;
	left: 50%;
	bottom: auto;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.swiper-slide-inner-txt-2 {
position: absolute;
width: 100%!important;
left: 0;
right: 0;
margin-left: auto; 
margin-right: auto;
bottom: 257px;
padding: 0;
-webkit-transition: opacity .4s ease;
   -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
     -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: 15; 
}

@media only screen and (max-width: 995px) {
  .swiper-slide-inner-txt-2 {
    width: 100%!important;
	top: 50%;
	left: 50%;
	bottom: auto;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.swiper-slide-active .swiper-slide-inner-txt,
.swiper-slide-active .swiper-slide-inner-txt-2 {
-webkit-transition: opacity 1.8s ease 1.2s;
   -moz-transition: opacity 1.8s ease 1.2s;
    -ms-transition: opacity 1.8s ease 1.2s;
     -o-transition: opacity 1.8s ease 1.2s;
        transition: opacity 1.8s ease 1.2s;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt-all {
position: absolute;
width: auto;
left: 257px;
bottom: 257px;
z-index: 15;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-inner-txt-all {
    width: 100%!important;
	top: 50%;
	left: 50%;
	bottom: auto;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}


/* Swiper style 3 */
.parallax .swiper-container {
width: 100%;
height: 100%;
background: #111;
}

.parallax .swiper-slide {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
	
.parallax .parallax-bg {
position: absolute;
width: 120%;
height: 100%;
left: 0;
top: 0;
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;
}

.parallax .swiper-slide .text {
position: absolute;
width: auto;
left: 257px;
bottom: 257px;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
z-index: 15; 
}

@media only screen and (max-width: 995px) {
  .parallax .swiper-slide .text {
    width: 100%!important;
	top: 50%;
	left: 50%;
	bottom: auto;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}


/* Swiper style 4 */
.post-heading {
position: relative;
font-family: 'Rye', cursive;
font-size: 20px;
font-weight: 400;
line-height: 1.5;
color: #fff;
text-transform: uppercase;
text-align: center;
 -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: -70px auto 0 auto;
z-index: 2;
}

@media only screen and (max-width: 768px) {
  .post-heading {
    font-size: 15px;
  }
}

.swiper-container-wrapper-2 {
padding-top: 0!important;
height: 100%!important;
}

.swiper-scrollbar {
position: absolute;	  
left: 0;
right: 0; 
bottom: 51px;
margin-left: auto; 
margin-right: auto; 
width: 300px!important;
height: 1px;
background: #8a877a;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
z-index: 15;
display: none;
visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .swiper-scrollbar {
	bottom: 41px;
  }
}

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

.swiper-scrollbar-drag {
position: relative;
width: 100%;
height: 3px;
top: -1px; 
left: 0;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
background: #fff;
}

@media only screen and (max-width: 995px) {
  .swiper-scrollbar-drag {
    display: none;
	visibility: hidden;
  }
}

.swiper-container-wrapper-2 .swiper-slide {	
height: 30%;
top: -webkit-calc(35% - 50px);
top: -moz-calc(35% - 50px);
top: calc(35% - 50px);
overflow: visible;
}

.swiper-container-wrapper-2 .swiper-description {
position: absolute;
width: 100%;
height: auto;
bottom: -120px;
padding: 0 0 0 50px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;	
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 15;
}

@media only screen and (max-width: 1200px) {
  .swiper-container-wrapper-2 .swiper-description {
    bottom: -110px;
	padding: 0 0 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-container-wrapper-2 .swiper-description {
    bottom: -100px;
	padding: 0 0 0 30px;
  }
}


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

.owl-nav-custom-history,
.owl-nav-custom-works {
position: relative;
width: 114px!important;
max-width: 114px;
height: 50px;
left: 2px;
right: 0;
margin-left: auto; 
margin-right: auto; 
margin: 19px auto 0 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: #111;
background: #fff;
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;
}


/* 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 {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .mfp-close {
	display: block;
	visibility: visible;
  }
}

.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 {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .lity-close {
    top: 37px;
    left: 40px;
	display: block;
	visibility: visible;
  }
}

@media only screen and (max-width: 995px) {
  .lity-close:active {
    top: 37px;
    left: 40px;
  }
}

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

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


/* 31. headers */
.intro {
font-size: 40px;
margin: 0 auto -1px auto;
}

@media all and (min-width: 1920px) { 
  .intro {
    font-size: 40px;
  }
}

@media only screen and (max-width: 995px) {
  .intro {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .intro {
    font-size: 20px;
  }
}

.intro span {
font-size: 40px;
}

@media all and (min-width: 1920px) {
  .intro span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 995px) {
  .intro span {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .intro span {
    font-size: 20px;
  }
}

.intro.intro-all {
font-size: 30px;
margin: 0 auto -2px auto;
text-transform: uppercase;
line-height: 1.25;
}

@media all and (min-width: 1920px) {
  .intro.intro-all {
    font-size: 50px;
  }
}

.more-wraper {
margin: 3px auto;
}

.more-wraper.more-wraper-form {
margin: 19px auto 0 auto;
}

.section-txt p {
margin: 0 auto;
}

@media only screen and (max-width: 995px) {
  .section-txt p {
    padding: 0;
  }
}

.post-title {
font-size: 20px;
margin: 0 auto -2px auto;
}

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

.owl-nav-custom-history,
.owl-nav-custom-works {
margin: 3px auto;
}


/* 32. mistify slideshow */
.mistify {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
list-style-type: none;
}

.mistify__slide {
position: relative;
width: 100%;
height: 100%;
-webkit-background-size: cover;
   -moz-background-size: cover;
        background-size: cover;
background-position: center;
overflow: hidden;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: 0;
}

.mistify__slide img {
display: none;
}

.mistify__slide--active {
position: absolute;
top: 0;
left: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 1;
}

.mistify__slide-content {
position: absolute;
display: none;
top: 50%;
left: 10%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

.mistify__slide-title,
.mistify__slide-title span,
.mistify__info-title,
.mistify__info-title span {
font-family: 'Rye', cursive;
font-style: normal;
font-weight: 900;
font-size: 75px;
text-align: center!important;
text-transform: uppercase;
letter-spacing: -0.04em;
color: #fff;
margin: 50px auto;
width: 100%;
line-height: 1.15;
position: relative;
z-index: 3;
}

@media all and (min-width: 1920px) {
  .mistify__slide-title,
  .mistify__slide-title span,
  .mistify__info-title,
  .mistify__info-title span {
    font-size: 105px;
	margin: 75px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .mistify__slide-title,
  .mistify__slide-title span,
  .mistify__info-title,
  .mistify__info-title span {
    font-size: 65px;
	margin: 50px auto;
  }
}

@media only screen and (max-width: 995px) {
  .mistify__slide-title,
  .mistify__slide-title span,
  .mistify__info-title,
  .mistify__info-title span {
    font-size: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .mistify__slide-title,
  .mistify__slide-title span,
  .mistify__info-title,
  .mistify__info-title span {
    font-size: 35px;
  }
}

.mistify__slide-description,
.mistify__info-description {
position: relative;
font-family: 'Rye', cursive;
font-size: 20px;
font-weight: 400;
line-height: 1.5;
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;
z-index: 2;
}

@media only screen and (max-width: 768px) {
  .mistify__slide-description,
  .mistify__info-description {
    font-size: 15px;
  }
}

.mistify__info--active .mistify__info-description {
-webkit-animation: slideInRight 1.3s;
        animation: slideInRight 1.3s;
}

.mistify__info-more {
display: inline-block;
position: relative;
margin: 0 auto 0 -60px;
color: #fff;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: .3s;
        transition: .3s;
}

.mistify__info-more::before {
content: "";
position: absolute;
height: 3px;
bottom: -5px;
left: -6px;
right: -6px;
background-color: #fff;
-webkit-transition: .3s;
        transition: .3s;
z-index: -1;
}

.mistify__info-more:hover::before {
bottom: -15px;
}

.mistify__slide-timestamp {
display: none;
}

.mistify__info-container {
position: absolute;
width: 100%;
max-width: 100%;
margin: 0 auto;
text-align: center;
left: 0;
top: 50%;
margin: 0;
padding: 0;
list-style-type: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
z-index: 5;
}

.mistify__info {
display: none;
}

.mistify__info a {
text-decoration: none;
}

.mistify__info--active {
display: block;
}

.mistify__info--active:hover .mistify__info-more {
margin-left: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mistify__info--active .mistify__info-title {
-webkit-animation: slideInLeft 1.3s;
        animation: slideInLeft 1.3s;
}

.mistify__mask-container {
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.mistify__mask {
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: 2;
}

.mistify__mask img {
position: absolute;
min-width: 100%;
min-height: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
        transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
}

.mistify__mask--active {
-webkit-animation: fadingOut 5s ease-in;
        animation: fadingOut 5s ease-in;
}

.mistify__mask--active img {
-webkit-animation: mistZooming 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation: mistZooming 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mistify__mask--playing {
-webkit-animation: mist 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation: mist 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mistify__arrows {
position: absolute;
display: inline-block;
width: 50px;
height: 100px;
left: 31px;
bottom: 27px;
margin: 0;
z-index: 5;
}

@media only screen and (max-width: 1200px) {
  .mistify__arrows {
    left: 21px;
    bottom: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .mistify__arrows {
	left: 11px;
    bottom: 7px;
  }
}

.mistify__arrows a {
position: relative;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
color: #fff;
font-size: 16px;
-webkit-transition: .2s;
        transition: .2s;
}

.mistify__arrows .mistify__arrows--prev:hover,
.mistify__arrows .mistify__arrows--prev.mistify__arrows--active {
color: #fff;
-webkit-transform: translateY(-10%);
     ms-transform: translateY(-10%);
        transform: translateY(-10%);
}

.mistify__arrows .mistify__arrows--next:hover,
.mistify__arrows .mistify__arrows--next.mistify__arrows--active {
color: #fff;
-webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
        transform: translateY(10%);
}

.mistify__dots-container {
position: absolute;
display: block;
right: 50px;
bottom: 45px;
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
z-index: 5;
}

@media only screen and (max-width: 1200px) {
  .mistify__dots-container {
    right: 40px;
    bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .mistify__dots-container {
	right: 30px;
    bottom: 25px;
  }
}

.mistify__dots-container--hover .mistify__dots--active {
padding-right: 50px;
}

.mistify__dots-container--hover .mistify__dots--active::after {
width: 35px;
background-color: #fff;
}

.mistify__dots-container--hover .mistify__dots--active span {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mistify__dots-container--hover .mistify__dots--hover {
padding-right: 90px;
}

.mistify__dots-container--hover .mistify__dots--hover::after {
width: 70px;
background-color: #fff;
}

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

.mistify__dots {
position: relative;
display: block;
width: 200px;
height: 10px;
padding: 0 50px 0 0;
text-align: right;
cursor: pointer;
-webkit-transition: .3s;
        transition: .3s;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.mistify__dots::after {
content: "";
position: absolute;
display: inline-block;
width: 35px;
height: 1px;
top: 4px;
right: 0;
margin-left: 15px;
background-color: #fff;
-webkit-transition: .3s;
        transition: .3s;
}

.mistify__dots span {
position: relative;
display: inline-block;
top: -11px;
font-size: 13px;
color: #fff;
-webkit-transition: .5s;
        transition: .5s;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mistify__dots--active {
padding-right: 90px;
}

.mistify__dots--active::after {
width: 70px;
background-color: #fff;
}

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

@media (max-width: 767px) {
  .mistify__info-container {
    max-width: 80%;
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
    left: 50px;
    margin-left: 0;
    padding-right: 20px;
  }
  
  .mistify__info--active {
    display: block;
  }
  
  .mistify__info-more {
            opacity: 1;
       -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin: 0;
  }
  
  .mistify__info-more::before {
    height: 2px;
    bottom: -4px;
    left: 0;
    right: 0;
  }
  
  .mistify__info-more:hover::before {
    bottom: -14px;
  }
  
  .mistify__mask--active img {
    -webkit-animation: mistZoomingMobile 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation: mistZoomingMobile 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  
  .mistify__arrows .mistify__arrows--prev:hover {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  
  .mistify__arrows .mistify__arrows--next:hover {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mistZooming {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
            transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
            transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
  }
}
@keyframes mistZooming {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
            transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
            transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes mistZoomingMobile {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
            transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(20) translate3d(0, 0, 0);
            transform: translate(-50%, -50%) scale(20) translate3d(0, 0, 0);
  }
}
@keyframes mistZoomingMobile {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
            transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(20) translate3d(0, 0, 0);
            transform: translate(-50%, -50%) scale(20) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    margin-left: -120px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes slideInLeft {
  0% {
    margin-left: -120px;
  }
  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    margin-right: -120px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes slideInRight {
  0% {
    margin-right: -120px;
  }
  100% {
    margin-right: 0;
  }
}

@-webkit-keyframes fadingOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadingOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


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

.inner-divider {
height: 200px;
}

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

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

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

.inner-divider-ultra-half {
height: 50px;
}

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

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

.inner-divider-50 {
height: 50px;
}

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

.inner-divider-last {
height: 300px;
}

@media only screen and (max-width: 1200px) {
  .inner-divider-last {
    height: 290px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-divider-last {
    height: 230px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-divider.inner-divider-showcase {
	height: 75px;
  }
}

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

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

.extra-margin-all,
.extra-margin-owl {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: 0;
margin-right: 0;
background: none;
}


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

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

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

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


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

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

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

.blog-quote p {
font-size: 23px;
font-weight: 700;
}

@media only screen and (max-width: 995px) {
  .blog-quote p {
    font-size: 20px;
  }
}

.panel-from-left-blog {
position: fixed;
width: 50%;
height: 100vh;
overflow-x: hidden;
overflow-y: auto;
top: 0;
left: -100%;
background: #111;
-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: 995px) {
  .panel-from-left-blog {
    width: 75%;
  }
}

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

.panel-overlay-from-right-blog {
position: fixed;
width: 50%;
height: 100vh;
overflow: hidden;
top: 0;
right: -100%;
background: rgba(0, 0, 0, .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: 50%;
  }
}

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

.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: #fff;
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: #d3d3cd;
}

@media only screen and (max-width: 768px) {
  .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: 'Rye', cursive;
font-style: normal;
font-weight: 700;
font-size: 25px;
text-align: left;
text-transform: none;
letter-spacing: -0.02em;
color: #fff;
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: 768px) {
  .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: #111;
background: #fff;
-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: 1200px) {
  .blog-side-launcher {
	left: 40px;
    bottom: 40px;
  }
}

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

.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 {
font-size: 11px;
text-transform: uppercase;
}

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

.blog-search {
width: 300px;
}

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

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

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

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

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

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


/* extras */
.subtitle.subtitle-news {
text-align: center!important;
}

.intro.intro-last {
margin-left: 15px!important;
}