@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:1024px) {}
@media only screen and (max-width:960px) {}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:667px) {}
@media (min-width: 320px) and (max-width: 640px) {
.section-block-text .text-box{ padding:20px;}
}

 @keyframes spinTop {
	 0% {
     -webkit-transform: rotate(0deg); }

   50% {
     -webkit-transform: rotate(-359deg); }
   100% {
	   -webkit-transform: rotate(-359deg); }
   }

 @keyframes spinBottom {
	0% {
	 -webkit-transform: rotate(-180deg); }

   50% {
	 -webkit-transform: rotate(180deg);
   }
   100% {
	 -webkit-transform: rotate(180deg);
   }
 }
.section-block-text .text-box, .section .text {font: 20px/24px ralewayregular;}
@media (max-width: 640px) and (min-width: 320px){
.section-block-text .text-box, .section .text {font: 16px/22px ralewayregular;}}
/* mobile header */

.logo {
	width: 80px;
	margin: 0;
	height: 32px;
}

.logo .icon-logo-outside.mask-hidden {
	width: 32px;
	height: 32px;
}

.logo .icon-logo-outside .icon-logo-header:before {
	display: inline-block;
	font-size: 25px;
	line-height: 32px;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transform-origin: 16px 14px;
	-ms-transform-origin: 16px 14px;
	transform-origin: 16px 14px;
	-webkit-transition: -webkit-transform cubic-bezier(.49, .01, .49, .99) .5s 0ms;
	transition: transform cubic-bezier(.49, .01, .49, .99) .5s 0ms;
}

.logo .icon-logo-outside .icon-logo-header:after {
	content: "\e904";
    position: absolute;
    height: 8px;
    width: 8px;
    display: block;
    line-height: 8px;
    font-size: 8px;
    overflow: hidden;
    top: 4px;
    bottom: 0;
    left: 8px;
    right: 0;
    margin: auto;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transform-origin: 4.5px 1.5px;
	-ms-transform-origin: 4.5px 1.5px;
	transform-origin: 4.5px 1.5px;
	-webkit-transition: -webkit-transform cubic-bezier(.49, .01, .49, .99) .5s 0ms;
	transition: transform cubic-bezier(.49, .01, .49, .99) .5s 0ms;
}

.logo .icon-logo-outside .icon-logo-text {
	opacity: 0;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: -webkit-transform cubic-bezier(.49, .01, .49, .99) .5s 0ms, opacity cubic-bezier(.49, .01, .49, .99) .5s 0ms;
	transition: transform cubic-bezier(.49, .01, .49, .99) .5s 0ms, opacity cubic-bezier(.49, .01, .49, .99) .5s 0ms;
}

.logo .icon-logo-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
}

.logo .icon-logo-text {
	height: 32px;
}

.logo.mask-bottom .icon-logo-header:after {
	top: auto;
}

.logo:hover .icon-logo-header:before {
	-webkit-transform: translate(-50%, -50%) rotate(360deg);
	-ms-transform: translate(-50%, -50%) rotate(360deg);
	transform: translate(-50%, -50%) rotate(360deg);
}

.logo:hover .icon-logo-header:after {
	-webkit-transform: translate(-50%, -50%) rotate(-360deg);
	-ms-transform: translate(-50%, -50%) rotate(-360deg);
	transform: translate(-50%, -50%) rotate(-360deg);
}

.logo:hover .icon-logo-text {
	opacity: 1;
	-webkit-transform: translate(34px, 0px);
	-ms-transform: translate(34px, 0px);
	transform: translate(34px, 0px);
}

.nav-opener {
	margin-top: 8px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.nav-opener .opener-line span,
.nav-opener .opener-line:after,
.nav-opener .opener-line:before {
	width: 20px;
	left: auto;
}

.nav-opener .opener-line span {
	width: 16px;
	left: auto;
}

.nav-opener .opener-line:after {
	width: 12px;
	left: auto;
	-webkit-transition: width .2s 50ms cubic-bezier(.49, .01, .49, .99);
	transition: width .2s 50ms cubic-bezier(.49, .01, .49, .99);
}

.nav-opener:hover span {
	width: 20px;
}

.nav-opener:hover span:after {
	width: 20px;
}

.nav-active .nav-opener {
	/*
	-webkit-transform: translateX(-24px);
	-ms-transform: translateX(-24px);
	transform: translateX(-24px);
	*/
	/*-webkit-transition: all .3s .25s ease;
	transition: all 4.3s .25s ease;*/
	margin-top: 8px;
}

.mask-top,
.mask-bottom {
	color: #000;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

.mask-top .opener-line,
.mask-top .icon-logo-text,
.mask-top .icon-logo-header,
.mask-top .icon-menu:before,
.mask-top .icon-logo-header:before,
.mask-bottom .opener-line,
.mask-bottom .icon-logo-text,
.mask-bottom .icon-logo-header,
.mask-bottom .icon-menu:before,
.mask-bottom .icon-logo-header:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mask-top.icon-menu:before,
.mask-top .opener-line,
.mask-top .icon-logo-header:before,
.mask-top .icon-logo-text,
.mask-top .icon-logo-header {
	bottom: auto;
}

.mask-top {
	bottom: 0;
}

.mask-bottom.icon-menu:before,
.mask-bottom .opener-line,
.mask-bottom .icon-logo-header:before,
.mask-bottom .icon-logo-text,
.mask-bottom .icon-logo-header {
	top: auto;
}

.mask-bottom {
	top: 100%;
}
.social-networks {
	height: 60px;
}

.social-networks a {
	height: 60px;
}

#nav {
	font-size: 42px;
	line-height: 44px;
	padding: 0;
}

#nav li {
	padding: 12px 0;
}

body.nav-active .nav-opener[data-color][data-color="white"] .mask-top .opener-line span,
body.nav-active .nav-opener[data-color][data-color="white"] .mask-top .opener-line:before,
body.nav-active .nav-opener[data-color][data-color="white"] .mask-top .opener-line:after,
body.nav-active .nav-opener[data-color][data-color="white"] .mask-bottom .opener-line span,
body.nav-active .nav-opener[data-color][data-color="white"] .mask-bottom .opener-line:before,
body.nav-active .nav-opener[data-color][data-color="white"] .mask-bottom .opener-line:after,
body.nav-active .nav-opener[data-color][data-color="black"] .mask-bottom .opener-line span,
body.nav-active .nav-opener[data-color][data-color="black"] .mask-bottom .opener-line:before,
body.nav-active .nav-opener[data-color][data-color="black"] .mask-bottom .opener-line:after {
	background: #b4b4b4;
	color: #b4b4b4;
}

.nav-active #header {
	padding: 10px 0 10px 24px;
}


.social-networks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-top: 1px solid #dedede;
	height: 40px;
	background: #fff;
}

.social-networks li {
	width: 25%;
	text-align: center;
	border-left: 1px solid #dedede;
}

.social-networks li:first-child {
	border-left: 0;
}

.social-networks a {
	display: block;
	height: 40px;
	width: 100%;
	color: #000;
	opacity: .75;
	white-space: nowrap;
	text-align: center;
}

.social-networks a:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	vertical-align: middle;
}

.social-networks a i {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	font-size: 12px;
	line-height: 1;
}

.social-networks a:hover {
	opacity: 1;
}

#nav {
	font: 32px/34px "kepler-std", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	padding: 10px 0 20px;
}

#nav li {
    overflow: hidden;
    padding: 8px 0;
    text-align: center;
    font-size: 30px;
    letter-spacing: -.5px;
}

#nav li.active a {
	color: #231f20;
}

#nav a {
	color: #b4b4b4;
}

#nav a:hover {
	color: #231f20;
}

.wrap {
	overflow: hidden;
}

.resize-active .nav-holder {
	-webkit-transition: none !important;
	transition: none !important;
}

body.nav-active {
	overflow: hidden;
}

body.nav-active .nav-opener[data-color][data-color="white"] .mask-top:before,
body.nav-active .nav-opener[data-color][data-color="white"] .mask-top:after,
body.nav-active .nav-opener[data-color][data-color="white"] .mask-top *,
body.nav-active .nav-opener[data-color][data-color="white"] .mask-bottom:before,
body.nav-active .nav-opener[data-color][data-color="white"] .mask-bottom:after,
body.nav-active .nav-opener[data-color][data-color="white"] .mask-bottom *,
body.nav-active .nav-opener[data-color][data-color="black"] .mask-bottom:before,
body.nav-active .nav-opener[data-color][data-color="black"] .mask-bottom:after,
body.nav-active .nav-opener[data-color][data-color="black"] .mask-bottom * {
	background: #b4b4b4;
	color: #b4b4b4;
}

body.nav-active .nav-opener[data-color][data-color="white"] .mask-top .opener-line span,
body.nav-active .nav-opener[data-color][data-color="white"] .mask-top .opener-line:before,
body.nav-active .nav-opener[data-color][data-color="white"] .mask-top .opener-line:after,
body.nav-active .nav-opener[data-color][data-color="white"] .mask-bottom .opener-line span,
body.nav-active .nav-opener[data-color][data-color="white"] .mask-bottom .opener-line:before,
body.nav-active .nav-opener[data-color][data-color="white"] .mask-bottom .opener-line:after,
body.nav-active .nav-opener[data-color][data-color="black"] .mask-bottom .opener-line span,
body.nav-active .nav-opener[data-color][data-color="black"] .mask-bottom .opener-line:before,
body.nav-active .nav-opener[data-color][data-color="black"] .mask-bottom .opener-line:after {
	background: #b4b4b4;
	color: #b4b4b4;
}

body.nav-active .logo[data-color][data-color="black"] .mask-bottom::before,
body.nav-active .logo[data-color][data-color="black"] .mask-bottom::after,
body.nav-active .logo[data-color][data-color="black"] .mask-bottom *,
body.nav-active .logo[data-color][data-color="white"] .mask-top:before,
body.nav-active .logo[data-color][data-color="white"] .mask-top:after,
body.nav-active .logo[data-color][data-color="white"] .mask-top *,
body.nav-active .logo[data-color][data-color="white"] .mask-bottom:before,
body.nav-active .logo[data-color][data-color="white"] .mask-bottom:after,
body.nav-active .logo[data-color][data-color="white"] .mask-bottom * {
	background: #fff;
	color: #fff;
}

body.touch-device #header.invert-header {
	background: rgb(255, 255, 255);
}

body.touch-device .visual .text {
}

body.touch-device .visual .txt-hold {
}

body.mobile-view #header.invert-header {
	background: rgba(255, 255, 255, .9);
}

/* UNIVERSAL ELEMENTS */

::selection {
  background: #231f20; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #231f20; /* Gecko Browsers */
  color: white;
}

section.with-gutter {
        padding-left: 30px;
        padding-right: 30px;
    }
    @media (min-width: 1024px) {
        section.with-gutter {
            padding-left: 54px;
            padding-right: 54px;
        }
    }
    @media (min-width: 1300px) {
        section.with-gutter {
            padding-left: 93px;
            padding-right: 93px;
        }
    }

section .container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1186px;
	margin: 0 auto;
}

.btn.outline {
    border: 1px solid #9b9b9b;
    background: transparent;
}

.btn.solid.black {
    color: white;
    background: black;
}

.btn:hover {
    
}

/* UNIVERSAL TYPOGRAPHY */

.section-title {
	
    font: 700 42px/46px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    color: #231f20;
    margin: 0 0 16px;
    letter-spacing: -1px;
    }
    @media screen and (min-width:768px) {
        .section-title {
            font-size: 54px;
            line-height: 62px;
            margin: 0 0 5px;
        }
    }

.subtitle {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px;
   font: 20px/24px ralewayregular;
    color: #9b9b9b;
    text-transform: uppercase;
    padding: 0 0 20px;
    display: block;
    font-weight: 700;
    margin: 0 0 30px;
    }

    @media screen and (min-width:768px) {
        .subtitle {
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 3px;
            font-weight: 300;
        }
}

.subtitle.with-underline:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	background: #dedede;
}

.secondary-section-title {
	
    font: 20px/14px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    color: #000;
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 34px;
    font-weight: 400;
    }
    @media (min-width: 768px) {
        .secondary-section-title {
            font-size: 28px;
            line-height: 22px;
            margin: 0 0 10px;
        }
    }
    @media (min-width: 1300px) {
        .secondary-section-title {
            font-size: 36px;
            letter-spacing: 0px;
            line-height: 34px;
            font-weight: 400;
        }
    }

.secondary-subtitle {
    margin: 0 auto;
    }

    @media screen and (min-width:768px) {
        .secondary-subtitle  {
            max-width: 500px;
        }
}

/* End Typography */





/* BANNER STYLES */

/* Centered Banner */

.visual .centered-banner .text {
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
    position: absolute;    
	display: block;
	bottom: auto;
}

.visual .centered-banner .text h1 {
	font-size: 46px;
	line-height: 40px;
	letter-spacing: -1px;
	font-weight: 400;
	
	font-family: ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 10px;
	text-align: center;
	padding: 0;
}

.visual .centered-banner .text .txt {
	line-height: 20px;
	text-align: center;
	margin: 0;
	display: none;
    max-width: 450px;
}

.visual .centered-banner .text .bottom-text {
	width: 100%;
	margin: 0;
    padding: 0 40px 0;
	background: transparent;
}

.visual .centered-banner .text .bottom-text .txt-mobile {
	display: block;
	
		font: 12px/20px ralewayregular, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 0;
    color: #fff;
    text-align: center;
}


.visual .centered-banner .text .txt-hold {
	position: static;
}

.visual .centered-banner .text {
	padding: 0;
}

.visual .centered-banner .img-hold {
	height: 100%;
}



/* PAGE STYLES*/

/* About Page Styles */

body.about-page .visual .text .block-btn {
	position: relative;
	overflow: hidden;
}

body.about-page .visual .text .block-btn {
	margin: 0;
}

body.about-page .visual .text .block-btn .btn-hold {
	padding: 0;
	text-align: center;
}

body.about-page .visual .text .block-btn .btn-hold:after {
	width: 75px;
	left: auto;
	right: 0;
}

body.about-page .visual .text .block-btn .btn-hold:before {
	content: "";
	position: absolute;
	height: 1px;
	background: #fff;
	width: 75px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

}

body.about-page .visual .text .block-btn .btn {
	background: #fff;
	overflow: hidden;
	margin: -45px 0 0;
}

body.about-page .visual .text .block-btn .btn:before {
	content: "\e909";
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%) rotate(-90deg);
	-ms-transform: translate(50%, -50%) rotate(-90deg);
	transform: translate(50%, -50%) rotate(-90deg);
	width: 17px;
	height: 16px;
	text-indent: 0;
	font-size: 16px;
	line-height: 1;
	font-family: "icomoon";
	z-index: 5;
}

body.about-page .visual .text .block-btn .btn:hover {
	background: #9b9b9b;
	color: #fff;
}

body.about-page #main {
	background: #fafafa;
}

body.about-page .section-testimonials {
	display: none;
}

body.about-page .section-services {
	background: #fff;
}

body.about-page .brands-section .subtitle {
	padding: 0 0 50px;
}

body.about-page .brands-section ul {
	border-top: 0;
	padding: 0;
}

body.about-page .brands-section ul li {
	padding: 0 0 51px;
}

body.about-page .brands-section .container {
	padding: 38px 24px 60px;
}

body.about-page .visual .text .block-btn .btn-hold {
	max-width: 250px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

body.about-page .visual .text .block-btn .btn-hold:after {
	display: block;
	content: "";
	position: absolute;
	height: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
}

body.about-page .visual .text .block-btn .btn-hold:before {
	display: block;
}

body.about-page .visual .text .block-btn .btn {
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}


/* Work Page Styles */

body.work-page .visual {
	min-height: 228px;
}

body.work-page .visual .txt-hold {
	text-align: center;
	top: auto;
	padding: 0 20px;
}

body.work-page .visual .img-hold {
	height: 350px;
}

body.work-page .visual .visual-content {
	height: 350px;
}

body.work-page .visual .text {
    position: absolute;
	bottom: auto;
	top: 50%;
	right: 50%;
	z-index: 10;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

body.work-page .visual .text em {
	display: none;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px;
	letter-spacing: 4px;
	
	font: 12px/14px ralewayregular, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

body.work-page .visual .text h1 {
	font-weight: 700;
	letter-spacing: -1px;
	font-size: 46px;
	line-height: 48px;
	margin: 0 0 6px;
}

body.work-page .visual .text h1 a {
	color: #fff;
}

body.work-page .visual .text h1 a:hover {
	opacity: .7;
}

body.work-page .visual .text .txt {
	color: #fff;
	margin: 0;
	line-height: 20px;
}

body.work-page .visual.html5-video {
	height: auto;
}

body.work-page .btn-hold {
	width: 100%;
	overflow: hidden;
	padding: 32px 0 0;
}

body.work-page .btn {
	min-width: 198px;
	height: 44px;
	text-align: center;
	color: rgba(255, 255, 255, .9);
	background: none;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, .9);
	text-transform: uppercase;
	font: 14px/16px ralewayregular, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 4px;
	padding: 14px 5px 5px;
}

body.work-page .btn:hover {
	background: #fff;
	color: #9b9b9b;
}

body.work-page #footer .section-info .btn {
	background: #fff;
	font: 12px/14px ralewayregular, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #646464;
	min-width: 208px;
	padding: 12px 5px 5px;
	border: 1px solid #fff;
	letter-spacing: 4px;
	height: 40px;
	text-transform: uppercase;
	text-align: center;
}

body.work-page #footer .section-info .btn:hover {
	background: #e6e6e6;
}

body.blog .visual .text h1 {
	font-size: 32px;
	line-height: 34px;
}

body.blog .visual .text em {
	display: block;
}

body.blog .visual .img-hold {
	box-shadow: none;
}

body.landing-page #wrapper {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

body.landing-page #wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, .96);
}

body.landing-page #main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

body.landing-page .main-holder {
	overflow: hidden;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

body.landing-page .block-form {
	width: 100%;
	background: #fff;
	padding: 54px 24px 67px;
}

body.landing-page .block-form .holder {
	width: 100%;
	overflow: hidden;
}

body.landing-page .block-form .txt {
	width: 100%;
	overflow: hidden;
	font: 12px/14px ralewayregular, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3.43px;
	text-transform: uppercase;
	color: #9b9b9b;
	padding: 30px 0 0;
}

body.landing-page .block-form .txt a {
	color: #9b9b9b;
}

body.landing-page .block-form .txt a:hover {
	opacity: .7;
}

body.landing-page .block-form h3,
body.landing-page .block-form h2 {
	font: 32px/34px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #000;
	margin: 0 0 37px;
}

body.landing-page .block-form form {
	width: 100%;
	overflow: hidden;
}

body.landing-page .block-form form .row {
	width: 100%;
	overflow: hidden;
	padding: 0 0 27px;
}

body.landing-page .block-form form .row-btn {
	width: 100%;
	overflow: hidden;
	padding: 33px 0;
}

body.landing-page .block-form .gform_wrapper {
	width: 100% !important;
}

body.landing-page .block-form .gform_wrapper form {
	margin: 0 !important;
}

body.landing-page .block-form .gform_wrapper ul.gform_fields {
	padding-left: 0;
	margin: 0;
	display: block !important;
}

body.landing-page .block-form .gform_wrapper ul.gform_fields li.gfield {
	width: 100%;
	overflow: hidden;
	float: none;
}

body.landing-page .block-form .gform_wrapper .gform_footer {
	width: 100%;
	overflow: hidden;
	padding: 33px 0 !important;
	margin: 0 !important;
}

body.landing-page .block-form .gform_wrapper .top_label .gfield_error {
	width: 100% !important;
}

body.landing-page .block-form .gform_wrapper li.gfield.gfield_error {
	border-top: 0 !important;
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body.landing-page .block-form .gform_wrapper .field_description_below .gfield_description {
	padding-top: 6px !important;
}

body.landing-page .block-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: none !important;
}

body.landing-page .block-form .gform_confirmation_message {
	font-size: 20px;
	line-height: 26px;
	font-weight: 100;
}

.fade-in.fade-up.visible  {
    animation: 2s ease fadeup;
    -webkit-animation: 2s ease fadeup;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 1;
}

@keyframes fadeup {
    from { opacity: 0; transform:translateY(80px);  }
    to   { opacity: 1; transform:translateY(0); }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeup {
    from { opacity: 0; transform:translateY(80px);  }
    to   { opacity: 1; transform:translateY(0); }
}

.fade-in.fade-on.visible  {
    animation: 1s ease fadeon;
    -webkit-animation: 1s ease fadeon;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 1;
}

@keyframes fadeon {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadeon {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeon {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadeon {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadeon {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.fade-in.fade-right.visible  {
    animation: 1s ease faderight;
    -webkit-animation: 1s ease faderight;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes faderight {
    from { opacity: 0; transform: translateX(-80px);}
    to   { opacity: 1; transform: translateX(0px);}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes faderight {
    from { opacity: 0; transform: translateX(-80px);}
    to   { opacity: 1; transform: translateX(0px);}
}






body.landing-page .block-text {
	width: 100%;
	padding: 115px 24px 0;
}

body.landing-page .block-text .block-bottom {
	width: 100%;
}

body.landing-page .block-text .block-bottom span {
	font: 14px/16px ralewayregular, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #9b9b9b;
	display: block;
	text-align: center;
	padding: 0 0 34px;
}

body.landing-page .block-text .block-bottom ul {
	margin: 0 0 -5px;
}

body.landing-page .block-text .block-bottom ul li {
	float: left;
	width: 50%;
	text-align: center;
	margin: 0 0 57px;
}

body.landing-page .block-text .block-bottom ul li:hover img {
	opacity: 1;
}

body.landing-page .block-text .block-bottom ul img {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: .8;
	cursor: pointer;
}

body.landing-page .block-text .box-txt {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

body.landing-page .block-text .img-box {
	width: 100%;
	margin: 0 0 34px;
	overflow: hidden;
	text-align: center;
	padding: 0 56px;
}

body.landing-page .block-text .text {
	width: 100%;
}

body.landing-page .block-text .text .list {
	padding: 0 0 40px;
}

body.landing-page .block-text .text .list li {
	overflow: hidden;
	padding: 0 0 0 12px;
	position: relative;
	margin: 0 0 0 -11px;
}

body.landing-page .block-text .text .list li:after {
	content: "-";
	width: 17px;
	color: #000;
	height: 1px;
	font-family: ralewayregular, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	top: 1px;
	left: 0;
}

body.landing-page .block-text .text .list li.active {
	padding: 0 0 10px;
	margin: 0;
}

body.landing-page .block-text .text .list li.active:after {
	display: none;
}

body.landing-page .block-text .text .list li.active span {
	padding: 0 0 16px;
}

body.landing-page .block-text .text .list span {
	font: 12px/20px ralewayregular, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3.43px;
	color: #000;
	text-transform: uppercase;
	padding: 0 0 12px;
	display: block;
}

body.landing-page .block-text .text .list .box {
	line-height: 26px;
	letter-spacing: .5px;
	font-weight: 300;
	padding: 0 0 18px;
}

body.landing-page .block-text .text .list .box p {
	margin: 0;
}

body.landing-page .block-text h1 {
	color: #231f20;
	font-size: 42px;
	line-height: 46px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 13px;
}

#wrapper {
	overflow: hidden;
}

.w1 {
	position: relative;
	-webkit-transition: margin .3s;
	transition: margin .3s;
}

#main {
	position: relative;
	z-index: 1;
	background: #fff;
}

#main.single-post .section-post .text-box {
	margin: 0;
	padding-bottom: 100px!important;
}

#main.single-post .section-post .post-holder:nth-child(2n+1) {
	background-color: transparent;
}
/*
#main.single-post .section-inform {
	overflow: visible;
	background-color: #fafafa;
	padding: 44px 24px;
}
*/
.fade-in {
    opacity: 0;
/*
    animation: 1s ease fade;
    -webkit-animation: 1s ease fade;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
*/
/*
	-webkit-transition: opacity .8s .1s;
	transition: opacity .8s .1s;
*/
}

.fade-in.visible {
/*	opacity: 1;*/
}


@keyframes fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.btn {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	font: 12px/14px ralewayregular, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #646464;
	min-width: 150px;
    height: auto;
	letter-spacing: 4px;
    padding: 20px 20px;
	text-transform: uppercase;
	border-radius: 2px;
	text-align: center;
}

.btn.outline-btn {
    border: 1px solid #9b9b9b;
    background: transparent;
    color: #9b9b9b;
}

.btn.outline-btn:hover {
	color: #fff;
	background: #9b9b9b;
}



.html5-video {
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 100vh;
}

.html5-video .fixed-frame {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: black;
}

.html5-video .video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.html5-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: url("images/crosshair-cursor.cur"), crosshair;
}

.html5-video.autoplay video {
	cursor: default !important;
}

.html5-video video ::-webkit-media-controls-play-button,
.html5-video video ::-webkit-media-controls-start-playback-button {
	opacity: 0;
	pointer-events: none;
	width: 5px;
}

.html5-video .visual-content {
	position: relative;
	z-index: 2;
	opacity: 1;
    will-change: transform, opacity;
/*
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
*/
}

.html5-video .loader {
	display: none;
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.html5-video .loader .loader-box {
	position: absolute;
	right: 50%;
	top: 50%;
	width: 116px;
	height: 116px;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	text-align: center;
}

.html5-video .loader .loader-box:after {
	content: "\e909";
	font-family: "icomoon";
	position: absolute;
	color: #fff;
	top: 50px;
	left: 50%;
	width: 27px;
	height: 25px;
	font-size: 25px;
	line-height: 1;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.html5-video .loader span {
	display: block;
	position: relative;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 116px;
	height: 116px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.html5-video .loader span:before {
	content: "";
	position: absolute;
	top: -3px;
	right: -3px;
	background: url(images/oval.png) no-repeat;
	width: 64px;
	height: 64px;
}

.home .html5-video.playing .visual-content {
    opacity: 1;
}

.html5-video.playing .visual-content,
.html5-video.loading .visual-content {
	opacity: 0;
/*	pointer-events: none;*/
}

.html5-video.loading .loader {
	display: block;
}

.bg-cover {
	background-position: center;
	background-size: cover;
    animation: 3s ease zoomfade;
    -webkit-animation: 3s ease zoomfade;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 0;
    transform: scale(1.25);
}

@keyframes zoomfade {
    from { opacity: 0; transform:scale(1.25);  }
    to   { opacity: 1; transform:scale(1); }
}

/* Firefox < 16 */
@-moz-keyframes zoomfade {
    from { opacity: 0; transform:scale(1.25); }
    to   { opacity: 1; transform:scale(1); }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes zoomfade {
    from { opacity: 0; transform:scale(1.25); }
    to   { opacity: 1; transform:scale(1); }
}

/* Internet Explorer */
@-ms-keyframes zoomfade {
    from { opacity: 0; transform:scale(1.25); }
    to   { opacity: 1; transform:scale(1); }
}

/* Opera < 12.1 */
@-o-keyframes zoomfade {
    from { opacity: 0; transform:scale(1.25); }
    to   { opacity: 1; transform:scale(1); }
}


.visual {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

.visual .visual-content {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #000;
}

.visual .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 3;
}

.visual .img-hold {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0,0,0);
    transform: translateZ(0);
    
}


.visual .txt-hold {
	width: 100%;
	overflow: visible;
	text-align: center;
	position: relative;
	top: -30%;
    padding: 0 40px 0;
    margin-bottom: 0;   
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(50%,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(50%,0,0);
    transform: translateZ(0);
	-ms-transform: translate3d(50%, 0, 0);
	-ms-transform: translateZ(0); 
}

.visual .text {
	width: 100%;
	position: absolute;
	z-index: 1;
	/*padding: 0 24px;*/
	right: 50%;
	top: 50%;
	bottom: 0;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(50%,0,0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(50%,0,0);
	-ms-transform: translate3d(50%, 0, 0);
}

.visual-home .text .bottom-text {
    margin: 20px 10px 0;
	padding: 10px;
    overflow: hidden;
}

.visual .text .txt {
	display: block;
	font: 12px/20px ralewayregular, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 20px;
    font-weight: 800;
}

.visual .text h1 {
	font-size: 46px;
	line-height: 46px;
	font-weight: 700;
	margin: 0 0 20px;
	letter-spacing: -1px;
	font-family: ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.visual .text .block-btn {
	position: relative;
}

.visual .text .block-btn .btn-hold {
	position: relative;
}

.visual .text .block-btn .btn {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #fff;
	color: black;
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	overflow: hidden;
	margin: -7px 0 0;
    padding: 12px 20px;
}

.visual .text .block-btn .btn:hover {
	background: #9b9b9b;
	color: #fff;
}


.visual .text .animText {
    opacity: 1;
}

.visual .text .animText.fadein.loaded {
    -webkit-animation: 2s ease fadein;
    animation: 2s ease fadein;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@keyframes fadedown {
    from { opacity: 0; transform: translateY(-40%)}
    to   { opacity: 1; transform: translateY(0%)}
}


/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadedown {
	from { opacity: 0; transform: translateY(-40%)}
	to   { opacity: 1; transform: translateY(0%)}
}


.visible.fade-down  {
    opacity: 1;
  animation: 0.9s ease fadedown;
  -webkit-animation: 0.9s ease fadedown;
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
	z-index: 100;
	transform-origin: 50% 140%;
}

.visual .text .animText.slide{
    opacity: 0;
    transform: translateX(0%);
	overflow: visible;
}

.visual .text .animText.slide.loaded {
    animation: 1s slidein;
    -webkit-animation: 1s ease slide;
    animation-delay: .75s;
    -webkit-animation-delay: .75s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes slide {
    from { opacity: 0; transform: translateX(-5%);}
    to   { opacity: 1; transform:translateX(0%);}
}


/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slide {
    from { opacity: 0; transform: translateX(-5%);}
    to   { opacity: 1; transform:translateX(0%);}
}



.visual .text .block-btn .btn-hold:after {
    width: 0px;
}

.visual .text .block-btn.loaded .btn-hold:after {
    animation: 2s extend;
    -webkit-animation: 2s extend;
    width: 999px;
    animation-delay: .75s;
    -webkit-animation-delay: .75s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes extend {
    from { width: 0px; }
    to   { width: 999px; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes extend {
    from { width: 0px; }
    to   { width: 999px; }
}


.visual .text-inf {
	width: 100%;
	font: 12px/26px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	overflow: visible;
	padding: 45px 0;
}

.visual .text .animText.fadeDown{
    opacity: 0;
}

.visual .text .animText.fadeDown.loaded {
    animation: fadeDown 1s forwards;
    -webkit-animation: fadeDown 1s forwards;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes fadeDown {
    from { opacity: 0; transform: translateY(-10%);}
    to   { opacity: 1; transform:translateY(0%);}
}


/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeDown {
    from { opacity: 0; transform: translateY(-10%);}
    to   { opacity: 1; transform:translateY(0%);}
}


.visual .text-inf p {
	margin: 0;
}


.visual img {
    min-width: 100%;
	max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-services {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.block-services .block-content {
	width: 100%;
	min-height: 350px;
	/*background: #000;*/
}

.block-services .services-box {
	max-width: 1190px;
	padding: 116px 24px 30px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	z-index: 5;
}

.block-services .services-box h1 {
	margin: 0 0 7px;
}

.block-services .img-hold {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70%;
/*	box-shadow: inset 0 0 100px #000;*/
}

.block-services .img-hold img {
	max-width: none;
	width: 100%;
}

.block-services .text {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.block-services .subtitle {
    max-width: 600px;
    margin: 0 auto 40px;
    color: white;
}

.block-services h1 {
	margin: 0 0 14px;
	letter-spacing: -1px;
	font: 46px/46px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.block-services .threecolumns {
    background: none;
}

.block-services .threecolumns .col {
	border-bottom: 1px solid #000;
    margin: 0 0 10px 0;
    max-width: 100%;
}

.block-services .threecolumns .col:nth-child(2) {
	background: #fbfbfb;
}

.block-services .threecolumns .col:first-child,
.block-services .threecolumns .col:last-child {
	background: #fff;
}

.block-services .threecolumns i {
	color: #000 !important;
}

.block-services .threecolumns h3 {
	color: #000;
}

.block-services .threecolumns ul {
	padding: 0 0 19px;
	min-height: 200px;
}

.block-services .threecolumns ul a {
	color: #000;
}

.block-services .threecolumns .btn-hold {
	border-top-color: rgba(0, 0, 0, .1);
}

.block-services .threecolumns .btn-hold .bounce {
	color: #000;
	font-size: 14px;
	line-height: 16px;
}

.block-visual {
	width: 100%;
	overflow: hidden;
/*	background: #fafafa url(images/bg-visual.jpg) repeat-x;*/
    background: #fafafa;
	padding: 84px 0 46px;
}

.block-visual .container {
	max-width: 1440px;
	padding: 0 24px;
	margin: 0 auto;
}

.block-visual .txt-hold {
	width: 100%;
	overflow: visible;
	text-align: center;
	padding: 0 0 56px;
}

.block-visual .txt-hold .txt {
	display: block;
	text-align: center;
	font: 20px/22px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 5px;
}

.block-visual h1 {
	letter-spacing: -1px;
	font: 40px/44px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 6px;
	color: #000;
}

.block-visual .subtitle {
	text-align: center;
	color: #000;
}

.img-box {
	overflow: visible;
}

.img-box img {
	transform: scale(1.1);
	transform-origin: top;
}

.block-visual .img-box {
	width: 100%;
	position: relative;
}

.block-visual .img-box img {
	max-width: none;
	width: 100%;
}

.block-visual .img-box .icon {
	position: absolute;
	top: -30px;
	left: 50%;
	margin: 0 0 0 -20px;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}

/*.block-visual .img-box .icon:before*/
.img-box #Design-Symbol-White {
	content: "\e900";
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 1;
	font-family: "icomoon";
	color: #000;
	padding: 15px 0 0;
}

.section-testimonials {
	width: 100%;
	overflow: hidden;
}

.section-testimonials .block-testimonials {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 81px 0 83px;
	background-position: 50% 0;
	background-size: cover;
}

.section-testimonials .block-testimonials:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: red;
	pointer-events: none;
	background: -webkit-linear-gradient(left, #0a0a0a 0, rgba(10, 10, 10, 0) 50%, rgba(10, 10, 10, 0) 55%, #0a0a0a 100%);
	background: linear-gradient(to right, #0a0a0a 0, rgba(10, 10, 10, 0) 50%, rgba(10, 10, 10, 0) 55%, #0a0a0a 100%);
}

.section-testimonials .slick-arrow {
	position: absolute;
	top: 50%;
	display: none;
	color: #fff;
	width: 13px;
	height: 32px;
	background: none;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	z-index: 10;
	padding: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	outline: none;
}

.section-testimonials .slick-arrow.slick-prev {
	left: -9999px;
}

.section-testimonials .slick-arrow.slick-prev:before {
	content: "\e911";
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 32px;
	line-height: 1;
	font-size: 32px;
	text-indent: 1px;
	color: #fff;
	font-family: "icomoon";
}

.section-testimonials .slick-arrow.slick-next {
	right: -9999px;
}

.section-testimonials .slick-arrow.slick-next:before {
	content: "\e910";
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 32px;
	text-indent: 1px;
	font-size: 32px;
	line-height: 1;
	color: #fff;
	font-family: "icomoon";
}

.section-testimonials .slick-arrow:hover {
	opacity: .7;
}

.section-testimonials blockquote {
	max-width: 670px;
	margin: 0 auto;
	overflow: hidden;
	padding: 45px 24px 0;
	border: none;
	position: relative;
	font: 20px/28px "kepler-std", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: rgba(255, 255, 255, .9);
}

.section-testimonials blockquote:after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 43px;
	height: 32px;
	top: 0;
	opacity: .3;
	background: url(images/img-quote.png) no-repeat;
}

.section-testimonials blockquote p {
	margin: 0 0 10px;
}

.section-testimonials blockquote span {
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: block;
	padding: 0 0 30px;
	color: #9b9b9b;
}

.section-testimonials blockquote cite {
	display: block;
	text-align: center;
	letter-spacing: 3px;
	font: 12px/20px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #9b9b9b;
}

.section-testimonials blockquote cite i {
	font-style: normal;
	display: none;
}

.section-testimonials blockquote cite em {
	font-style: normal;
	display: block;
}

.section-testimonials .logos-holder {
	width: 100%;
	overflow: hidden;
	background: #000;
	height: 72px;
	position: relative;
}

.section-testimonials .logos-holder:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 30%;
	z-index: 2;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .9) 0%, transparent 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, .9) 0%, transparent 100%);
	display: none;
	pointer-events: none;
}

.section-testimonials .logos-holder:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30%;
	z-index: 2;
	display: none;
	pointer-events: none;
	background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, .9) 100%);
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .9) 100%);
}

.section-testimonials .logos-holder .slick-slide {
	height: 100%;
}

.section-testimonials .logos-holder .slick-slide.slick-center .img-hold {
	background: #fff;
}

.section-testimonials .logos-holder .slick-slide.slick-center .img-hold img {
	opacity: 1;
}

.section-testimonials .logos-holder .slick-slide.slick-center .img-hold img.invert {
	opacity: 0;
}

.section-testimonials .logos-holder .slick-slide.slick-center .img-hold .invert-fix {
	opacity: 0;
}

.section-testimonials .logos-holder .slick-list {
	height: 100%;
}

.section-testimonials .logos-holder .slick-track {
	height: 100%;
}

.section-testimonials .img-hold {
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
	padding: 0 30px;
	white-space: nowrap;
	text-align: center;
}

.section-testimonials .img-hold:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.section-testimonials .img-hold img {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	opacity: .2;
}

.section-testimonials .img-hold img.invert {
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.section-testimonials .img-hold .invert-fix {
	position: absolute !important;
	right: 50%;
	top: 50%;
	display: block !important;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	z-index: 1;
}

.section-testimonials .img-hold .invert-fix img.invert {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}

.section-testimonials .img-hold.hover {
	background: #fff;
}

.section-testimonials .img-hold.hover img {
	opacity: 1;
}

.section-testimonials .img-hold.hover img.invert {
	opacity: 0;
}

.section-testimonials .img-hold.hover .invert-fix {
	opacity: 0;
}

.section-inform {
	width: 100%;
	overflow: hidden;
    background-color: #fafafa;
}

.section-inform .block-text {
	max-width: 650px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.section-inform .block-text p {
	margin: 0 0 1em;
	letter-spacing: 0.2px;
	font-weight: 300;
}

.section-inform .box-txt {
	width: 100%;
	overflow: hidden;
	position: relative;
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 23px;
	padding: 0 0 30px;
    opacity: .25;
}

.section-inform .box-txt:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	height: 1px;
	background: #000;
	width: 72px;
}

.section-inform .block-info {
	width: 100%;
	overflow: hidden;
}

.section-inform .block-info .container {
	max-width: 1440px;
	margin: 0 auto;
}

.section-inform .block-info img {
	max-width: none;
	width: 100% !important;
    height: auto !important;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s cubic-bezier(.17,.67,.31,1);
    margin: 0 !important;
    transform: translateZ(0);
}

.section-inform .block-info .row {
	width: 100%;
	overflow: hidden;
  height: auto;
}

.section-inform .block-info .row .col {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.section-inform .block-info .row .col:only-child {
	width: 100%;
    /*height: 0;
    padding-bottom: 50%;*/
}

.section-inform .block-info .link {
	display: block;
	position: relative;
	overflow: visible;
	height: 0;
  /*padding-bottom: 100%;*/
	padding-bottom: 56.25%;
/*	width: 110%;*/
    width: 100%;
}
/*
.single-post .section-inform .block-info .link {
	display: block;
	position: relative;
	overflow: visible;
	height: auto;
  padding-bottom: inherit;
}
*/
.section-inform .block-info .row .col:only-child .link {
  height: 0;
  /*padding-bottom: 50%;*/
	padding-bottom:56.25%;
}

.section-inform .block-info .link:before {
	background: rgba(0, 0, 0, .5);
	content: "";
	height: 100vh;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	width: 100%;
	z-index: 2;
}

.section-inform .block-info .link.hover img {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
    transform: translateZ(0);
}

.section-inform .block-info .link.hover:before {
	opacity: 1;
}

.section-inform .block-info .link.hover .text {
	padding-bottom: 40px;
}

.section-inform .block-info .link.hover strong {
	top: 100%;
	margin-top: -20px;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out;
	opacity: 1;
}

.section-inform .block-info .link strong {
	font: 12px/16px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: rgba(255, 255, 255, .9);
	position: absolute;
	top: 75%;
	left: 50%;
    max-width: 300px;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, 50%);
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out;
	height: 10px;
	z-index: 3;
	text-align: center;
	width: 100%;
	padding: 0 20px;
}

.section-inform .block-info .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	margin: 0 auto;
	max-width: 500px;
	padding: 0 20px;
	width: 100%;
	z-index: 5;
	text-align: center;
	padding-bottom: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000; 
}
/*

.section-inform .block-info h3 {
    font-family: ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	width: 100%;
	padding: 0 0 12px;
	color: #fff;
	font-size: 32px;
	line-height: 34px;
	font-weight: 400;
	text-align: center;
	margin: 0;
	-webkit-transition: all .5s 75ms cubic-bezier(.49, .01, .49, .99);
	transition: all .5s 75ms cubic-bezier(.49, .01, .49, .99);
	position: relative;
}

.section-inform .block-info h3:after {
	content: "";
	position: absolute;
	background: #dedede;
	height: 1px;
	bottom: 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	width: 30px;
    opacity: 0;
}
*/

.section-inform .block-info .link.hover h3:after {
    opacity: 1;
}

.section-inform h2 {
	color: #231f20;
	text-align: center;
	margin: 0 0 6px;
	font: 700 42px/46px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.section-inform .subtitle {
	display: block;
	text-align: center;
    margin: 0 auto;
}

.section-inform .box-hold {
	width: 100%;
	overflow: hidden;
	background: #221f20;
	padding: 46px 20px;
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	transition: background 0.2s ease-out;
}

.section-inform .box-hold:hover {
	background:rgb(20, 16, 17)!important;
}

.section-inform .box-hold a {
	color: #fff;
}

.section-inform .box-hold a:hover {
	color: #9b9b9b;
}

.section-inform .btn-hold {
	margin: 40px auto 0;
    text-align: center;
}

.section-inform .btn-hold .btn {
	border: 1px solid #9b9b9b;
	background: transparent;
	color: #9b9b9b;
	min-width: 260px;
	letter-spacing: 3px;
}

.section-inform .btn-hold .btn:hover {
	color: #fff;
	background: #9b9b9b;
}

.section-text {
	width: 100%;
	overflow: visible;
}

.section-text.section {
	background-color: #fafafa;
}

.section-text.section .container {
	padding: 0 24px;
	max-width: 1440px;
}

.section-text.section h2 {
	margin: 0 0 3px;
}

.section-text.section .subtitle {
	padding: 0 0 39px;
	margin: 0 0 40px;
}

.section-text.section .text-hold {
	padding: 0 0 57px;
}

.section-text .container {
	overflow: visible;
	padding-top: 95px;
    padding-bottom: 95px;
}

.section-text .text-hold {
	width: 100%;
	overflow: visible;
	color: #9b9b9b;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	display: inline-block;
    letter-spacing: .2px;
}

/*
.section-text-image .text-hold {
	width: 43.4%;
}
*/
.section-text .box-text {
	width: 100%;
	padding: 0 0 34px;
}

.section-text .box-text p {
	margin: 0 0 18px;
}

.section-text .box-text p span {
	font-size: 22px;
	line-height: 30px;
	color: #231f20;
}

.section-text blockquote {
	width: 100%;
	border: none;
	font: italic 24px/36px "kepler-std", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: 1px;
	color: #c8c8c8;
	position: relative;
	padding: 23px 0 40px;
	margin: 0;
	animation-delay: .5s;
	-webkit-animation-delay: .5s;
}

.section-text blockquote:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 2px;
	background: #dedede;
}

.section-text blockquote p {
	margin: 0;
}

.section-text .btn-hold {
	width: 100%;
	overflow: hidden;
}

.section-text .container * {
	vertical-align: middle;
}

.section-text-image {
	padding-top: 0;
}

.section-text-image .col * {
	vertical-align: middle;
}

.section-text-image .container {
	padding-bottom: 0 !important;
}

.section-text-image .content-wrap {
	display: inline-block;
	width: 50%;
	margin-right: 10%;
    vertical-align: top;
    padding-bottom: 120px;
}

.section-text-image .btn-hold {
	overflow: hidden;
	float: left;
}

.section-text .btn-hold .btn:hover {
	color: #fff;
	background: #9b9b9b;
}

.brands-section {
	width: 100%;
	overflow: hidden;
	background: #fafafa;
    padding: 0 0 40px;    
}

.brands-section .container {
	max-width: 1191px;
	margin: 0 auto;
	padding: 55px 20px 60px;
    text-align: center;
}

.brands-section .subtitle {
	padding: 0 0 77px;
}

.brands-section .btn-hold {
	text-align: center;
	width: 100%;
	overflow: hidden;
}
/*

.btn-hold .btn.outline-btn,
.brands-section .btn-hold .btn {
    border: 1px solid #9b9b9b;
	background: transparent;
	color: #9b9b9b;
	min-width: 163px;
	letter-spacing: 3px;
    padding: 20px 30px;
}
*/

.brands-section .btn-hold .btn:hover,
.btn-hold .btn.outline-btn:hover {
	color: #fff;
	background: #9b9b9b;
}

.brands-section ul {
	padding: 60px 0 0;
	border-top: 1px solid #dedede;
	text-align: center;
}

.brands-section ul {
	border-top: 0;
	padding: 0;
}

.brands-section ul li {
	padding: 0 0 51px;
}

.brands-section ul li {
	overflow: hidden;
	width: 32%;
	padding: 0 0 20px;
	text-align: center;
	display: inline-block;
	position:relative;
}

.brands-section ul li:nth-child(n+9) {
	display: none;
}

.brands-section ul span {
	display: inline-block;
	vertical-align: middle;
}

.brands-section ul span.hover img {
	opacity: 1;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.brands-section ul img {
	vertical-align: middle;
	opacity: .5;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.section-services {
	width: 100%;
    padding: 40px 0;
	overflow: hidden;
}

.section-services .container {
	max-width: 1183px;
	margin: 0 auto;
	padding: 52px 20px 29px;
	text-align: center;
}

.section-services .bounce {
	margin: 0 0 53px;
}

.section-services .btn-box {
	width: 100%;
	overflow: hidden;
	text-align: center;
	display: none;
}

.section-services .btn-box .btn:hover {
	color: #fff;
	background: #9b9b9b;
}

.threecolumns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background: #1e1a1b;
}

.threecolumns .col {
	width: 100%;
	padding: 44px 0 0;
	position: relative;
	border-bottom: 1px solid #fff;
    max-width: 400px;
}

.threecolumns .col:first-child,
.threecolumns .col:last-child {
	background: #221f20;
}
/*
.threecolumns i {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0 0 42px;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
}
*/
.threecolumns .btn-hold {
	width: 100%;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, .1);
	z-index: 5;
	padding: 20px 5px 26px;
}

.threecolumns .btn-hold .bounce {
	margin: 0;
	color: #fff;
	letter-spacing: 3px;
}

.threecolumns ul {
	width: 100%;
	overflow: hidden;
	letter-spacing: 1px;
	font-weight: 300;
	padding: 0 0 25px;
}

.threecolumns ul li {
	overflow: hidden;
	padding: 0 10px 13px;
	text-align: center;
}

.threecolumns ul a {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.threecolumns ul a:hover {
	opacity: .7;
}

.threecolumns h3 {
    text-align: center;
    font: 600 16px/22px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 4px;
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.section-visit {
	overflow: hidden;
	position: relative;
	margin: 0 -9999px;
	background: #231f20;
}

.section-visit:after {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background: #000;
	opacity: .2;
	z-index: 5;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.section-visit .bg-holder {
	position: relative;
	height: 264px;
	width: 546px;
	margin: 0 auto;
}

.section-visit .bg-holder .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.section-visit .bg-holder .img.layer-1 {
	z-index: 1;
}

.section-visit .bg-holder .img.layer-2 {
	z-index: 2;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.section-visit .bg-holder .img.layer-3 {
	z-index: 3;
}

.section-visit .text {
	position: absolute;
	width: 100%;
	max-width: 820px;
	padding: 0 10px;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	z-index: 10;
	text-align: center;
}

.section-visit .text span {
	display: inline-block;
	vertical-align: top;
	font: 14px/16px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .9);
	display: none;
}

.section-visit .text h2 {
	font-size: 56px;
	line-height: 58px;
	color: #fff;
	text-align: center;
	margin: 0 0 20px;
	display: none;
	font-weight: 400;
}

.section-visit .text .btn {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	color: rgba(255, 255, 255, .9);
	background: transparent;
	min-width: 220px;
}

.section-visit .text .btn:hover {
	background: #fff;
	color: #9b9b9b;
}

.section-visit.hover:after {
	opacity: 0;
}

.info-section {
	width: 100%;
	overflow: hidden;
    color: white;
	background: #221f20 -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .2) 100%);
	background: #221f20 linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .2) 100%);
}

.info-section h2 {
    margin: 20px 0 20px;
}

.info-section .container {
	max-width: 1005px;
	margin: 0 auto;
	padding: 56px 24px 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    text-align: center;
}

.info-section .box-text {
	width: 100%;
}

.info-section .box-text h6 {
	color: #fff;
	margin: 0 0 3px;
	letter-spacing: -.2px;
	font: 700 32px/34px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.info-section .box-text a {
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #9b9b9b;
	letter-spacing: 3px;
}

.info-section .box-text p {
    font: 14px/18px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #9b9b9b;
}

.info-section .box-text a:hover {
	color: #d8d8d8;
}

.info-section .btn-hold {
	padding: 32px 0 0;
}

.info-section .btn {
	min-width: 150px;
	text-align: center;
}

.info-section .btn:hover {
	color: #fff;
  background: #9b9b9b;
}

.section-inf {
	width: 100%;
	overflow: hidden;
	background: url(images/bg-block.jpg) no-repeat;
	background-size: cover;
	position: relative;
	padding: 40px 0;
}

.section-inf .block-inf {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.section-inf .container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	z-index: 5;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-inf .container .box {
	width: 100%;
	background: #fff;
	padding: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	min-height: 270px;
}

.section-inf .container .box:first-child {
	background: #221f20;
	position: relative;
	z-index: 10;
}

.section-inf .container .box:first-child.hover {
	background: #000;
}

.section-inf .container .box:first-child strong {
	color: #fff;
}

.section-inf .container .box:first-child:after {
	content: "";
	position: absolute;
	height: 107px;
	background: #9b9b9b;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	bottom: -53px;
	width: 2px;
}

.section-inf .container .box .txt {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%;
}

.section-inf .container .box strong {
	font: 32px/34px "kepler-std", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	display: block;
	margin: 0 0 5px;
	color: #000;
}

.section-inf .container .box.hover {
	background: #fafafa;
}

.section-inf .container .box.hover .bounce:after {
	-webkit-animation: .95s ease arrowbounce;
	animation: .95s ease arrowbounce;
}

.section-carousel {
	padding: 0 0 70px;
}

.section-carousel .img-hold {
	width: 100%;
	overflow: hidden;
}

.section-carousel .img-hold img {
	max-width: none;
	width: 100%;
}

.section-carousel .text-box {
	width: 100%;
	overflow: hidden;
	text-align: center;
	display: none;
	font: 400 14px/16px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #9b9b9b;
	letter-spacing: 4px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.section-carousel .slick-slide {
	position: relative;
	padding: 0 0 12px;
	outline: none;
}

.section-carousel .slick-arrow {
	display: none !important;
}

.section-carousel .slick-arrow:hover {
	opacity: .7;
}

.section-carousel .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	letter-spacing: -4px;
	font-size: 0;
	line-height: 0;
}

.section-carousel .slick-dots li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 65px;
	margin: 0 2px;
}

.section-carousel .slick-dots li button {
	display: block;
	width: 100%;
	height: 2px;
	background: rgba(0, 0, 0, .2);
	border: 0;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	padding: 0 !important;
	text-indent: -9999px;
	overflow: hidden;
}

.section-carousel .slick-dots li button:hover {
	background: #000;
}

.section-carousel .slick-dots li.slick-active button {
	background: #000;
}

.section-carousel.fade-carousel {
	margin: 0;
	padding: 115px 24px 60px;
	position: relative;
}

.section-carousel.fade-carousel .slide {
	padding: 0;
}

.section-carousel.fade-carousel .slick-dots {
	display: none !important;
}

.section-carousel.fade-carousel .slick-arrow {
	z-index: 5;
	margin: 0;
	color: #313131;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	width: 13px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin: -4px 0 0;
	outline: none;
	background: none;
}

.section-carousel.fade-carousel .slick-arrow.slick-prev {
	left: 0;
	display: block !important;
}

.section-carousel.fade-carousel .slick-arrow.slick-prev:before {
	position: absolute;
	content: "\e911";
	top: 0;
	left: 0;
	font-size: 32px;
	line-height: 1;
	text-indent: 1px;
	color: #241f21;
	font-family: "icomoon";
}

.section-carousel.fade-carousel .slick-arrow.slick-next {
	right: 0;
	display: block !important;
}

.section-carousel.fade-carousel .slick-arrow.slick-next:before {
	position: absolute;
	content: "\e910";
	top: 0;
	right: 0;
	font-size: 32px;
	line-height: 1;
	text-indent: 1px;
	color: #241f21;
	font-family: "icomoon";
}

.section-carousel.fade-carousel .box-subtitle {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: none;
	font: 14px/16px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}

.section-carousel.fade-carousel .box-subtitle:after {
	content: "";
	width: 72px;
	height: 2px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-carousel.fade-carousel .text {
	max-width: 518px;
	margin: 0 auto;
	font-size: 26px;
	line-height: 32px;
	display: none;
	font-weight: 100;
	color: #231f20;
	text-align: center;
	padding: 0 0 215px;
}

.section-carousel.fade-carousel .text p {
	margin: 0;
}

.section-carousel.fade-carousel .slick-slider {
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.section-carousel.fade-carousel .slide {
	color: #231f20;
	width: 100%;
}

.section-carousel.fade-carousel h2 {
    font-family: ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 40px;
	line-height: 42px;
	letter-spacing: -1px;
	font-weight: 700;
	margin: 0 0 110px;
	text-align: center;
}

.section-carousel.fade-carousel .number {
	overflow: hidden;
	display: block;
	text-align: center;
	letter-spacing: -1px;
	margin: 0 20% 49px;
	font: 700 70px/72px "kepler-std", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.section-carousel.fade-carousel .box-text {
	max-width: 539px;
	margin: 0 auto;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
}

.section-carousel.fade-carousel .box-text p {
	margin: 0;
}

.section-carousel.fade-carousel .img-1 {
	width: 150px;
	height: 144px;
	position: absolute;
	left: 10px;
	top: 347px;
	background: url(images/img-25.jpg) no-repeat;
	display: none;
	background-size: 150px 144px;
	z-index: -1;
}

.section-carousel.fade-carousel .img-2 {
	width: 180px;
	height: 185px;
	position: absolute;
	right: 50px;
	top: 160px;
	background: url(images/img-26.jpg) no-repeat;
	display: none;
	background-size: 180px 185px;
	z-index: -1;
}

.section-carousel.fade-carousel .img-3 {
	width: 154px;
	height: 200px;
	position: absolute;
	right: 0;
	top: 635px;
	background: url(images/img-27.jpg) no-repeat;
	display: none;
}

.section-carousel.fade-carousel .img-center {
	width: 242px;
	height: 221px;
	background: url(images/img-24-mobile.jpg) no-repeat;
	position: absolute;
	left: 50%;
	top: 60px;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-team {
	width: 100%;
	overflow: hidden;
	background: #2e2a2b;
}

.section-team .team-holder {
	position: relative;
	min-height: 500px;
}

.section-team .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.section-team .container {
	max-width: 1440px;
	padding: 33px 24px 48px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	z-index: 5;
}

.section-team .block {
	width: 100%;
	padding: 0 0 33px;
}

.section-team .box-title {
	width: 100%;
	overflow: hidden;
}

.section-team .box-title h2 {
	color: #fff;
	text-align: center;
	margin: 0 0 12px;
	font: 32px/34px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.section-team .img-box {
	width: 100%;
	text-align: center;
	margin: 0 0 18px;
	overflow: hidden;
}

.section-team .subtitle {
	margin: 0 0 40px;
}

.section-team .text {
	overflow: hidden;
	color: #fff;
	margin-top: 60px;
}

.section-team .text p {
    margin: 0;
    letter-spacing: .25px;
    font-weight: 200;
    line-height: 24px;
    font-size: 14px;
}

.section-team .text p a {
	font-weight: bold!important;
	color: rgb(220,220,220);
}

.section-team .text h2 {
	margin: 0 0 5px;
	font: 32px/34px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.section-team .title-hold {
	width: 100%;
	overflow: hidden;
	padding: 0 0 19px;
	position: relative;
	margin: 0 0 18px;
}

.section-team .title-hold:after {
	content: "";
	width: 133px;
	height: 1px;
	background: #fff;
	opacity: 0.7;
	position: absolute;
	bottom: 0;
	left: 0;
}

.section-team .title-hold .subtitle {
	text-align: left;
	margin: 0;
	color: #fff;
}

.section-team-alt {
    background-color: #f4f4f4;
}

.team-alt-holder {
    max-width: 1186px;
    margin: 0 auto;
}

.section-team-alt .subtitle {
    margin: 0 0 30px;
    padding: 0 0 39px;
    position: relative;
}

.section-team-alt .block-hold {
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
    flex-wrap: wrap;
   -webkit-justify-content: space-between;
   justify-content: space-between;

}

.section-team-alt .block-hold:first-child {
    flex-grow: 3;
}

.section-team-alt .block-hold .block {
/*    min-width: 300px;*/
    width:100%;
}

    @media (min-width: 768px) {
        .section-team-alt .block-hold .block {
            width:49%;
        }
    }

    @media (min-width: 1280px) {
        .section-team-alt .block-hold .block {
            width:32%;
        }
    }

.section-team-alt .img-box {
/*    min-width: 140px;*/
    margin: 0 0 15px;

}

.section-team-alt .img-box img {
    transform: none;
    width: 100%;
}

.section-team-alt .title-hold {

}

.section-team-alt .title-hold h3 {
    font-size: 32px;
    margin: 0 0 5px;
    letter-spacing: -0.5px;
    line-height: 34px;
    font-weight: 400;
}

.section-team-alt .title-hold .subtitle {
}

.block-clients {
	max-width: 1022px;
	margin: 0 auto;
	background: #141414;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.block-clients .col {
	width: 100%;
	padding: 35px 50px;
}

.block-clients .col:first-child {
	width: 100%;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url(images/img-12-mobile.jpg) no-repeat 50% 50%;
	background-size: cover;
	min-height: 238px;
	padding: 55px 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.block-clients .txt {
	display: block;
	text-align: center;
	font: 14px/20px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .9);
}

.block-clients .list {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	border: 0;
	font-weight: 300;
	padding: 0 !important;
}

.block-clients .list li {
	overflow: hidden;
	padding: 0 0 14px !important;
	text-align: center;
	width: 100%;
}

.block-clients .list a {
	color: #fff;
}

.block-clients .list a:hover {
	opacity: .7;
}

.block-clients h3 {
	font-size: 32px;
	line-height: 34px;
	font-weight: 700;
	position: relative;
	padding: 0 0 30px;
	margin: 0 0 24px;
}

.block-clients h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 2px;
	background: rgba(255, 255, 255, .5);
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.section-info {
	overflow: hidden;
	padding: 43px 24px 30px;
}

.section-info .text {
	max-width: 480px;
	padding: 0 19px 10px !important;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.section-info .text a {
	float: none;
	display: block;
}

.section-info .text span {
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #9b9b9b;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 16px;
}

.section-info .text .hold {
	width: 100%;
	overflow: hidden;
	color: #000;
	padding: 0 0 12px;
}

.section-info .text .hold .icon-instagram-02 {
	font-size: 19px;
	line-height: 1;
	margin: 5px 0 0 2px;
	display: inline-block;
	vertical-align: middle;
}

.section-info .text strong {
	display: inline-block;
	vertical-align: middle;
    letter-spacing: 0px;
	font: 700 32px/34px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.section-info .widget-des.sbi_fixed_height,
.section-info #sb_instagram.sbi_fixed_height {
	max-width: none !important;
	height: auto !important;
	width: auto !important;
	overflow: visible !important;
}

.section-info .widget-des #sbi_images,
.section-info #sb_instagram #sbi_images {
	float: none;
	width: 272px;
	padding: 0 !important;
	margin: 0 auto;
}

.section-info .widget-des #sbi_images li,
.section-info .widget-des #sbi_images .sbi_item,
.section-info #sb_instagram #sbi_images li,
.section-info #sb_instagram #sbi_images .sbi_item {
	padding: 0 5px 10px !important;
	width: auto;
	display: block;
}

.section-info .widget-des #sbi_images li a,
.section-info .widget-des #sbi_images .sbi_item a,
.section-info #sb_instagram #sbi_images li a,
.section-info #sb_instagram #sbi_images .sbi_item a {
	display: block;
	width: 100%;
	overflow: hidden;
	height: auto !important;
}

.section-info .widget-des #sbi_images li:nth-child(1),
.section-info .widget-des #sbi_images .sbi_item:nth-child(1),
.section-info #sb_instagram #sbi_images li:nth-child(1),
.section-info #sb_instagram #sbi_images .sbi_item:nth-child(1) {
	width: 100%;
}

.section-info .widget-des #sbi_images li:nth-child(2),
.section-info .widget-des #sbi_images .sbi_item:nth-child(2),
.section-info #sb_instagram #sbi_images li:nth-child(2),
.section-info #sb_instagram #sbi_images .sbi_item:nth-child(2) {
	width: 100%;
}

.section-info .widget-des #sbi_images li:nth-child(3),
.section-info .widget-des #sbi_images .sbi_item:nth-child(3),
.section-info #sb_instagram #sbi_images li:nth-child(3),
.section-info #sb_instagram #sbi_images .sbi_item:nth-child(3) {
	width: 100%;
}

.section-info .widget-des #sbi_images li:nth-child(4),
.section-info .widget-des #sbi_images .sbi_item:nth-child(4),
.section-info #sb_instagram #sbi_images li:nth-child(4),
.section-info #sb_instagram #sbi_images .sbi_item:nth-child(4) {
	width: 100%;
}

.section-info .widget-des #sbi_images li:nth-child(5),
.section-info .widget-des #sbi_images .sbi_item:nth-child(5),
.section-info #sb_instagram #sbi_images li:nth-child(5),
.section-info #sb_instagram #sbi_images .sbi_item:nth-child(5) {
	width: 100%;
}

.section-info .widget-des #sbi_images li:nth-child(6),
.section-info .widget-des #sbi_images .sbi_item:nth-child(6),
.section-info #sb_instagram #sbi_images li:nth-child(6),
.section-info #sb_instagram #sbi_images .sbi_item:nth-child(6) {
	width: 100%;
}

.section-info .widget-des #sbi_images li:nth-child(7),
.section-info .widget-des #sbi_images .sbi_item:nth-child(7),
.section-info #sb_instagram #sbi_images li:nth-child(7),
.section-info #sb_instagram #sbi_images .sbi_item:nth-child(7) {
	width: 100%;
}

.section-info .widget-des #sbi_images li:nth-child(8),
.section-info .widget-des #sbi_images .sbi_item:nth-child(8),
.section-info #sb_instagram #sbi_images li:nth-child(8),
.section-info #sb_instagram #sbi_images .sbi_item:nth-child(8) {
	width: 100%;
}

.section-info .widget-des #sbi_images li:nth-child(9),
.section-info .widget-des #sbi_images .sbi_item:nth-child(9),
.section-info #sb_instagram #sbi_images li:nth-child(9),
.section-info #sb_instagram #sbi_images .sbi_item:nth-child(9) {
	width: 100%;
}

.section-info .widget-des #sbi_images img,
.section-info #sb_instagram #sbi_images img {
	max-width: none;
	width: 100%;
	display: block !important;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}

.section-info .widget-des #sbi_images a:hover img,
.section-info #sb_instagram #sbi_images a:hover img {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.section-info .widget-mob .tweet_area li {
	max-width: 272px;
	overflow: hidden;
	margin: 0 auto 2px;
}

.section-info .tweet_area li {
	overflow: hidden;
	margin: 0 0 2px;
	text-align: center;
}

#sb_instagram .sbi_header_text {
	display: none;
	width: 0;
	height: 0;
	margin: 0;
}

#sb_instagram .sb_instagram_header {
	margin: 0;
	font-size: 0;
	line-height: 0;
	padding: 0;
	width: 0;
	display: none;
}

.section-post {
	width: 100%;
    padding: 0 30px;
}

.section-post .post-holder {
	width: 100%;
}

.section-post .post-holder:nth-child(2n+1) {
/*	background-color: #fafafa;*/
}

.section-post .block-post {
	max-width: 1440px;
	margin: 0 auto;
}

.section-post .img-hold {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
}

.section-post .text-box {
	width: 100%;
	overflow: hidden;
	padding: 60px 24px 60px;
}

.section-post h3 {
	color: #000;
/*
    font-size: 32px;
	line-height: 34px;
	font-weight: 400;
	margin: 0 0 8px;
*/
}

.section-post h3 a {
	color: #000;
}

.section-post h3 a:hover {
	opacity: .7;
}

.section-post .box-title {
	width: 100%;
	overflow: hidden;
	margin: 0 0 28px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
}

.section-post .box-title span {
	opacity: .9;
}

.section-post .box-title h3 a.bounce {
	font:inherit!important;
	letter-spacing:0!important;
	padding:0 30px 0 0!important;
	text-transform:none!important;
}

.section-post .box-title h3 a.bounce:hover {
	opacity:1!important;
	z-index:1;
}

.section-post .box-title h3 a.bounce:after {
	font-size:10px!important;
}

.section-post .text-hold {
	width: 100%;
	overflow: hidden;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: #afafaf;
}

.section-post .add-text-hold p {
    color: #afafaf !important; 
}

.section-post .add-text-hold h6 {
    font: italic 24px/36px "kepler-std", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    letter-spacing: 1px;
    color: #c8c8c8;
    margin-bottom: 50px;
}

.section-post .add-text-hold ul {
	padding-left: 20px
}

.section-post .add-text-hold h6:after {
    content: "";
    position: absolute;
    margin-top: 50px;
    top: 0;
    left: 0;
    letter-spacing: 1px;
    color: #e6e6e6;
    font-size: 80px;
    line-height: 80px;
    width: 60px;
    height: 2px;
    background: #dedede;
}

.section-post .text-hold span {
    color: black;
}
    
.info-block {
	width: 100%;
	overflow: hidden;
	background: url(images/bg-block2.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0 60px;
}

.info-block .txt-hold {
	max-width: 753px;
	margin: 0 auto;
	padding: 0 24px 30px;
	text-align: center;
}

.info-block h2 {
	font: 32px/34px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #000;
	margin: 0 0 12px;
}

.info-block h2 a {
	color: #000;
}

.info-block h2 a:hover {
	opacity: .7;
}

.info-block .link {
	display: inline-block;
	vertical-align: top;
	font: "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #9b9b9b;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.info-block .block-hold {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 24px;
}

.info-block .hold {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.info-block .block {
	display: block;
	position: relative;
	z-index: 5;
	width: 271px;
	margin: 20px auto 0;
}

.info-block .block:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.info-block .block:hover:after {
	background: rgba(0, 0, 0, .5);
}

.info-block .block:hover .ico {
	font-size: 42px;
}

.info-block .txt {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
	text-align: center;
}

.info-block h3 {
	font: 20px/22px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
	margin: 15px 0 0;
	opacity: 1;
	visibility: visible;
}

.info-block .ico {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	-webkit-transition: font-size 1s ease;
	transition: font-size 1s ease;
}


.post-section {
	width: 100%;
	overflow: hidden;
}

.post-section .block-text {
    padding: 0 0 20px 0px;
}

.post-section .block-info {
    overflow: visible;
}


.post-section .box-title {
	width: 100%;
	overflow: visible;
	text-align: center;
	color: #000;
	margin: 0 0 36px;
}

.post-section .box-title h2 {
	color: #000;
	margin: 0;
	font: 32px/34px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.post-section .box-subtitle {
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	padding: 0 0 30px;
	margin: 0 0 20px;
	letter-spacing: 3px;
}

.post-section .box-subtitle:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 72px;
}

.post-section .box-txt {
    padding: 0 0 28px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 4px;
    margin: 0 0 26px;
}

.post-section .post {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}

.post-section .post-excerpt {
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    font: 12px/16px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    padding: 0;
    margin: 10px 0 20px;
    display: none;
}

.post-section .post img {
    -webkit-transition: all .1s ease-out;
	transition: all .1s ease-out;
	max-width: none;
	width: 100%;
}

.post-section .post:hover img {
    -webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
    -webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.post-section .post a {
	display: block;
	position: relative;
	height: auto;
    max-height: 600px;
}

.post-section .post a:after {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background: #221f20;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.post-section .post a:hover:after {
	opacity: .4;
}

.post-section .post a:hover .text {
	padding-bottom: 54px;
}

.post-section .post a:hover .btn-arrow {
	top: 100%;
	margin-top: -20px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	opacity: 1;
	height: 40px;
}

.post-section .post .btn-arrow {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	opacity: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.post-section .text {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 0 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
	color: #fff;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.post-section h3 {
	margin: 0;
	position: relative;
	padding: 0 0 11px;
	font: 32px/34px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.post-section h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	background: rgba(255, 255, 255, .6);
	width: 30px;
}

.post-section h3 .sep {
	display: none;
}

.post-section .btn-hold {
    text-align: center;
    padding: 0 0 60px;
}

.block-projects {
	width: 100%;
	overflow: hidden;
	padding: 55px 0 0;
}

.block-projects .txt {
	width: 100%;
	overflow: hidden;
	padding: 0 24px 39px;
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #000;
	text-align: center;
	display: block;
}

.block-projects .hold {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    padding: 30px;
}

.block-projects .hold .box {
	display: block;
	width: 100%;
	margin: 0 auto 2px;
	position: relative;
	color: #fff;
    overflow: hidden;
}

.block-projects .hold .box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	background: rgba(0, 0, 0, .4);
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.block-projects .hold .box.hover:after {
	opacity: 1;
}

.block-projects .hold .box.hover .title {
	opacity: 1;
}

.block-projects .hold img {
	max-width: none;
	width: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.block-projects .hold .box:hover img {
    -webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.block-projects .title {
	position: absolute;
	width: 100%;
	padding: 0 20px;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	opacity: 0;
	-webkit-transition: opacity .6s .1s ease;
	transition: opacity .6s .1s ease;
	text-align: center;
	z-index: 5;
}

.block-projects .title strong {
	display: block;
	vertical-align: top;
	font: 36px/40px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.block-projects .title .btn-arrow {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin: 5px 0 0;
}

.section-blog {
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
}

.section-blog .container {
	max-width: 1130px;
	margin: 0 auto;
	padding: 37px 24px 40px;
}

.section-blog .box-subtitle {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 0 30px;
	margin: 0 0 39px;
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
}

.section-blog .box-subtitle:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 72px;
	height: 1px;
	background: rgba(0, 0, 0, .5);
}

.section-blog .column {
	width: 100%;
	overflow: hidden;
}

.section-blog .column.is-busy .box-loading {
	opacity: 1;
	height: 25px;
	width: 24px;
}

.section-blog .box-hold {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all 2s linear;
	transition: all 2s linear;
}

.section-blog .post {
	width: 100%;
	margin: 0 0 28px;
	background: #fff;
	display: block;
	overflow:hidden;
}


.section-blog .post:hover {
	background: #221f20;
}

.section-blog .post:hover h2 {
	color: #fff;
}

.section-blog .post:hover .text p {
	color: #fff;
}

.section-blog .new-item {
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}

.section-blog img {
	max-width: none;
	width: 100%;
	transition: all .4s cubic-bezier(.17,.67,.31,1);
}

.section-blog .img-wrap {
	width: 485px;
	height:293px;
	overflow:hidden;
}

.section-blog .text {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 37px 24px 35px;
	color: #231f20;
	font-weight: 300;
	letter-spacing: .2px;
}

.section-blog .text p {
	margin: 0;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.section-blog .text .box-title {
	width: 100%;
	overflow: hidden;
	margin: 0 0 11px;
	padding: 0 0 15px;
	position: relative;
}

.section-blog .text .box-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	background: #9b9b9b;
	width: 80px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-blog .text-hold {
	width: 100%;
	overflow: hidden;
}

.section-blog .date {
	letter-spacing: 4px;
	color: #9b9b9b;
	display: block;
	text-align: center;
	margin: 0 0 3px;
	font: 14px/16px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.section-blog h2 {
	font: 700 32px/34px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #000;
	margin: 0;
	letter-spacing: normal;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.section-block {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
	padding: 0 0 56px;
}

.section-block .img-box {
	width: 100%;
	overflow: hidden;
	margin: 0 0 37px;
}

.section-block .img-box img {
	max-width: none;
	width: 100%;
	/*
	transform: scale(1.1);
	transform-origin: top;
	*/
}

.box-loading {
	height: 0;
	width: 0;
	margin: 5px auto;
	opacity: 0;
}

.box-loading img {
	display: block;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 22px;
	margin: -12px 0 -12px 0;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.box-loading img.loadingtop {
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-name: loadingSpin;
	animation-name: loadingSpin;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.box-loading img.loadingbottom {
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-name: loadingSpinAlt;
	animation-name: loadingSpinAlt;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.carousel-section {
	width: 100%;
	overflow: hidden;
	background: #ebebeb;
	padding: 31px 0 0;
	position: relative;
}

.carousel-section:after {
	content: "";
	position: absolute;
	background: url(images/mask.png) no-repeat 100% 0;
	width: 320px;
	height: 205px;
	background-size: 320px 205px;
	top: 0;
	right: 0;
	bottom: 0;
}

.carousel-section .slick-list {
	max-width: 1033px;
	margin: 0 auto;
}

.carousel-section .slide-carousel2 {
	position: relative;
	z-index: 2;
}

.carousel-section .slide-carousel2 .slick-arrow {
	display: none !important;
}

.carousel-section .slide-carousel2 .slick-dots {
	z-index: 5;
	position: relative;
}

.carousel-section .slick-dots {
	overflow: hidden;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	padding: 20px 10px;
}

.carousel-section .slick-dots li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 6px;
}

.carousel-section .slick-dots li.slick-active button {
	background: #9b9b9b;
}

.carousel-section .slick-dots button {
	display: block;
	width: 8px;
	height: 8px;
	background: #dedede;
	border-radius: 50%;
	border: 0;
	padding: 0;
	outline: none;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	text-indent: -9999px;
	overflow: hidden;
}

.carousel-section .slick-dots button:hover {
	background: #9b9b9b;
}

.carousel-section .img-hold {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 0 45px 60px;
}

.carousel-section .img-hold img {
	max-width: none;
	width: 100%;
}

.carousel-section .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 34px;
	display: none;
	border: none;
	background: none;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	margin: -70px 0 0;
	z-index: 5;
}

.carousel-section .slick-arrow:hover {
	opacity: .7;
}

.carousel-section .slick-arrow.slick-prev {
	left: 0;
}

.carousel-section .slick-arrow.slick-next {
	right: 0;
}

.section .container {
	max-width: 1440px;
	padding: 31px 0 0;
	margin: 0 auto;
}

.section .block-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	/*background: #fff;*/
	text-align: center;
	padding: 12px 24px 55px;
	position: relative;
	z-index: 2;
    margin-bottom: 40px;
}

.section .block-title h2 {
	font: 32px/34px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #000;
	margin: 0 0 7px;
}

.section .block-title .subtitle {
/*	color: #000;*/
	padding: 0 15px;
}

.section .text {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-weight: 300;
	letter-spacing: 1px;
	color: #231f20;
	padding: 0 24px;
	background: #fff;
}

.section .text p {
	margin: 0;
    letter-spacing: .2px;
/*    font-weight: 700;*/
}

.section .text .box-title {
	width: 100%;
	overflow: hidden;
	padding: 0 0 11px;
	margin: 0 0 13px;
	position: relative;
}
/*
.section .text .box-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 80px;
	background: inherit;
	opacity: 0.5;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
} */

.section .text .underbar {
	height: 1px;
	width: 80px;
	margin-top:20px;
}

.text-box .underbar {
	height: 1px;
	width: 80px;
	margin-top:20px;
}

.section-block .text .underbar {
	margin: 0 auto;
	height: 1px;
	width: 80px;
	margin-top:20px;
}

.section .text .subtitle {
	color: inherit;
	margin: 0 0 7px;
	display: block;
}

.section .text h2 {
	color: inherit;
    font-size: 36px;
    letter-spacing: 0.5px;
	line-height: 34px;
	margin: 0;
	font-weight: 700;
}

/* BLOCK STYLE */
/* Image & Text Section Overall */

.section-block-text {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.section-block-text .text-box .underbar {
	margin-bottom: 20px;
}

.section-block-text .container,
.section-center .container{
	max-width: 1188px;
	padding: 80px 0;
	margin: 0 auto;
}

.section-block-text.bleed .container {
    padding: 60px 24px;    
}

.section-block-text.bleed .container .img-box {
/*    display: none;*/
}

.section-block-text .img-box {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0 0 43px;
}

.section-block-text .img-box img {
	max-width: none;
	width: 100%;
	transform: scale(1);
}

.section-block-text .text-box {
	width: 100%;
	font-weight: 300;
	color: inherit;
	line-height: 26px;
}

.section-block-text .text-box p {
	margin: 0 0 15px;
}

.section-block-text .text-box h2,
.section-center .text-box h2 {
	font-size: 32px;
	line-height: 34px;
	color: inherit;
	font-weight: 400;
	padding: 0 0 22px;
	margin: 0 0 18px;
	position: relative;
}

.section-block-text .text-box h3,
.section-center .text-box h3 {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 1px;
	font-weight: 400;
	margin: 0 0 5px;
}


.section-block-text .text-box .subtitle,
.section-center .text-box .subtitle {
    margin: 30px 0 30px;
}


.section-block-text .text-box .btn-hold,
.section-center .text-box .btn-hold {
	padding-top: 20px;
}

.section-block-text.text h2 {
	color: #fff;
}

.section-block-text.text h2:after {
	background: rgba(255, 255, 255, .5);
}


/* Image & Text Section – CENTERED TEXT BLOCK */

.section-center {
	width: 100%;
	overflow: hidden;
}

.section-center .img-box {
	padding: 12px 40px 5px;
	text-align: center;
	margin: 0 24px 32px;
}

.section-center .text-box {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}

.section-center .text-box .underbar {
    margin: 0 auto 20px;
}



/* Image & Text Section – LEFT-ALIGNED TEXT BLOCK */

.section-text-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.section-text-left .img-box {
	width: 100%;
	/*overflow: hidden;*/
}

.section-text-left .img-box img {
	max-width: none;
	width: 100%;
}

.section-text-left .text {
	text-align: left;
	padding: 28px 24px 58px;
	color: #000;
}

.section-text-left .text .box-title {
	margin: 0 0 22px;
	padding: 0 0 15px;
}

.section-text-left .text .subtitle {

}


/* Image & Text Section – RIGHT-ALIGNED TEXT BLOCK */

.section-text-right {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.section-text-right .img-box {
	width: 100%;
	overflow: hidden;
}

.section-text-right .img-box img {
	max-width: none;
	width: 100%;
}

.section-text-right .text {
	z-index: 5;
	text-align: left;
	padding: 35px 24px 30px;
}

.section-text-right .text .box-title h2 {
	font-weight: 400;
}





.block-visit {
	width: 100%;
	overflow: hidden;
	padding: 36px 24px 75px;
	background: #221f20 url(../images/bg-block3.jpg) no-repeat;
	background-size: cover;
	text-align: center;
}

.block-visit p {
	margin: 0 0 15px;
}

.block-visit p a {
	color: #fff;
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.block-visit p a:hover {
	opacity: .7;
}

.block-visit .btn {
	height: 60px;
	border-radius: 3px;
	border: 1px solid #fff;
	background-color: #fafafa;
	min-width: 185px;
	text-align: center;
	padding: 13px 5px 5px;
	font: 700 32px/1 ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #000;
	text-transform: none;
	letter-spacing: 0px;
}

.block-visit .btn:hover {
	background: #e6e6e6;
}

.post-info {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #000;
}

.post-info .bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
}

.post-info .block {
	width: 100%;
	display: block;
	position: relative;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
}

.post-info .block a {
	display: block;
	color: #fff;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 45%;
}

.post-info .block:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .45);
	pointer-events: none;
}

.post-info .block:first-child {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.post-info .block:first-child .text {
	left: 0;
	right: auto;
}

.post-info .block:first-child .box-title {
	padding: 0 0 37px;
}

.post-info .block:first-child .box-title:after {
	display:none;
	content: "\e90d";
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.post-info .block:hover .bg-cover {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.post-info .text {
	position: absolute;
	width: 100%;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	padding: 0 24px;
	z-index: 5;
}

.post-info h2 {
	font: 32px/34px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0;
}

.post-info h3 {
	font: 32px/34px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin: 0 auto;
}

.post-info .subtitle {
    padding-bottom: 10px;
    margin: 0 auto;
}

.post-info .box-title {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 0 34px;
}

.post-info .box-title:after {
	display:none;
	content: "\e905";
	font-family: "icomoon";
	width: 10px;
	height: 20px;
	font-size: 20px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.visual-block {
	width: 100%;
	overflow: hidden;
}

.visual-block.full-width {
	height: 227px;
}

.visual-block .bg-cover {
	height: 100%;
}

.visual-block .img-box {
	height: 100%;
	max-width: 1068px;
	padding: 0 24px;
	margin: 60px auto 0;
	text-align: center;
}

.content-info {
	width: 100%;
	padding: 44px 18px 53px;
	overflow: hidden;
	margin: 0 auto;
}

.content-info .holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.content-info .socialnetworks {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding: 35px 0 32px;
	z-index:100;
}

.content-info .socialnetworks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	color: #9b9b9b;
	border-radius: 50%;
	border: 1px solid #9b9b9b;
	position: relative;
	cursor: pointer;
	transition: background .3s ease, color .3s ease;
}

.content-info .socialnetworks li:hover {
	background: #9b9b9b;
	color: #fff;
}

.content-info .socialnetworks li:before {
	position: absolute;
	font-size: 10px;
	line-height: 1;
	right: 50%;
	top: 50%;
	margin: 0 2px 0 0;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.content-info .box-title {
	text-align: center;
	color: #000;
	width: 100%;
	overflow: hidden;
}

.content-info .box-title .date {
	display: block;
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #000;
	margin: 0 0 12px;
}

.content-info .box-title h1 {
	font-weight: 700;
	color: #000;
	font-size: 32px;
	line-height: 34px;
	margin: 0 0 25px;
	padding: 0 0 16px;
	position: relative;
}

.content-info .box-title h1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	width: 80px;
	background: rgba(0, 0, 0, .5);
}

.content-info .box-title em {
	display: block;
	font: italic 18px/22px "kepler-std", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.content-info .box {
	width: 100%;
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	text-align: center;
}

.content-info .box p {
	margin: 0;
}

.content-info .box p span {
	color: #9b9b9b;
}

.content-block {
	width: 100%;
	overflow: hidden;
	padding: 56px 7px 0;
}

.content-block p {
	margin: 0 0 18px;
	font-weight: 300;
	letter-spacing: .35px;
	line-height: 26px;
	color: #000;
}

.content-block .subtitle {
	display: block;
	font: 12px/16px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 2px;
	color: rgba(0, 0, 0, .3);
	text-transform: uppercase;
	padding: 17px 0 30px;
}

.content-block img {
	display: inline-block;
	vertical-align: top;
	margin: 18px 0 0;
}

.content-block blockquote {
	margin: 49px 0 43px;
}

.content-block blockquote p {
	margin: 0;
	letter-spacing: normal;
	color: #c8c8c8;
	font-weight: 400;
	line-height: 34px;
}

.block-contact {
	max-width: 900px;
	padding: 116px 24px 60px;
	overflow: visible;
	margin: 0 auto;
}

.block-contact .text {
	width: 100%;
	overflow: hidden;
	font-weight: 100;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -.2px;
}

.block-contact .text p {
	margin: 0 0 28px;
}

.block-contact .text p .sep {
	display: none;
}

.block-contact .text .btn {
	min-width: 200px;
	background: #000;
	color: rgba(255, 255, 255, .9);
	border-radius: 3px;
}

.block-contact .text .btn:hover {
	background: #221f20;
}

.block-contact h1 {
	font: 46px/48px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: -.55px;
	color: #000;
	margin: 0 0 20px;
}

.block-contact .box-hold {
	width: 100%;
	overflow: visible;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block-contact form {
	width: 100%;
	overflow: hidden;
	padding: 0 0 81px;
}

.block-contact form ul {
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block-contact form ul li {
	width: 100%;
	overflow: hidden;
	padding: 0 0 27px;
}

.block-contact form ul li.txt-area {
	padding-top: 15px;
}

.block-contact form ul label {
	display: block;
	padding: 0 0 13px;
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3.43px;
	text-transform: uppercase;
	color: #9b9b9b;
}

.block-contact form .btn-hold {
	width: 100%;
	overflow: hidden;
	padding: 4px 0 0;
}

.block-contact .gform_wrapper li.gfield.gfield_error {
	margin-bottom: 0 !important;
	border-top: 0;
	border-bottom: 0;
}

.block-contact .gform_wrapper .gfield_error .gfield_label {
	color: #9b9b9b;
}

.block-contact .gform_wrapper .top_label .gfield_error.txt-area {
	width: 100% !important;
}

.block-contact .gform_wrapper .field_description_below .gfield_description {
	padding-top: 5px;
	padding-bottom: 10px;
}

.block-contact .box-contact {
	width: 100%;
	overflow: hidden;
}

.block-contact .box-contact address {
	width: 100%;
	overflow: hidden;
	margin: 0;
	font-style: normal;
}

.block-contact .box-contact .box {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	letter-spacing: .5px;
	color: #9b9b9b;
}

.block-contact .box-contact .box strong {
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3.43px;
	text-transform: uppercase;
	margin: 0 0 9px;
	display: block;
}

.block-contact .box-contact .box span {
	display: block;
}

.block-contact .box-contact .box span a {
	color: #9b9b9b;
}

.block-contact .box-contact .box span a:hover {
	opacity: .7;
}

.block-contact .socialnetworks {
	width: 100%;
	overflow: hidden;
}

.block-contact .socialnetworks li {
	float: left;
	padding: 0 10px 0 0;
}

.block-contact .socialnetworks a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #9b9b9b;
	position: relative;
	color: #9b9b9b;
}

.block-contact .socialnetworks a span {
	font-size: 11px;
	line-height: 1;
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.block-contact .socialnetworks a span.icon-instagram-02 {
	font-size: 13px;
}

.block-contact .socialnetworks a:hover {
	background: #9b9b9b;
	color: #fff;
}

.bounce {
	color: #9b9b9b;
	display: inline-block;
	vertical-align: middle;
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 0 0;
	-webkit-transform: perspective(1px);
	transform: perspective(1px);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.bounce:after {
	content: "\e903";
	position: relative;
	top: 50%;
	right: 0;
	padding: 0 12px;
	font-family: "icomoon";
	font-size: 5px;
	line-height: 1;
	margin: -3px 0 0;
	-webkit-transition: -webkit-transform .15s ease;
	transition: transform .15s ease;
	display: inline-block;
	vertical-align: middle;
}

.bounce:hover:after {
	-webkit-animation: .95s ease arrowbounce;
	animation: .95s ease arrowbounce;
	z-index:1;
}

.gform_wrapper {
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.gform_wrapper form {
	margin: 0 !important;
	max-width: none !important;
}

.gform_wrapper ul.gform_fields {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

.gform_wrapper ul.gform_fields:after {
	display: none !important;
}

.gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}

.gform_wrapper ul li.gfield.txt-area {
	padding-top: 15px !important;
}

.gform_wrapper ul li.gfield.txt-area label {
	display: block !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	line-height: 14px !important;
}

.gform_wrapper .top_label .gfield_label {
	display: none !important;
}

.gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .gform_wrapper .top_label select.medium {
	width: 100% !important;
}

.gform_wrapper input:not([type="radio"]),
.gform_wrapper input:not([type="checkbox"]),
.gform_wrapper input:not([type="submit"]),
.gform_wrapper input:not([type="button"]),
.gform_wrapper input:not([type="image"]) {
	font-family: "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
	letter-spacing: 3.43px !important;
	font-size: 12px !important;
	line-height: normal !important;
}

.gform_wrapper textarea {
	height: 181px !important;
	max-height: 181px !important;
	max-width: 100% !important;
	padding: 20px !important;
/*	font-family: "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;*/
	letter-spacing: 3.43px !important;
	line-height: normal !important;
	font-size: 12px !important;
    text-transform: none;
}

.gform_anchor {
	display: none !important;
}

.gform_footer {
	padding: 0 !important;
	margin: 0 !important;
}

.gform_footer input[type=submit] {
	margin: 0 !important;
	width: 156px !important;
	font-size: 12px !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: none !important;
}

.gform_wrapper li.gfield.gfield_error {
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	background-color: transparent !important;
}

.gform_wrapper .top_label .gfield_error {
	width: 100% !important;
}

.gform_wrapper.gf_browser_chrome .gfield_error input[type=email],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=number],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=password],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=tel],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=text],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=url],
.gform_wrapper.gf_browser_chrome .gfield_error select,
.gform_wrapper.gf_browser_chrome .gfield_error textarea,
.gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
	margin-bottom: 0 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-bottom: 1px solid #790000 !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: none !important;
}

.stButton .linkedin,
.stButton .twitter,
.stButton .facebook {
	background-image: none !important;
}

.clients-section {
	margin: -12px 0 0;
}

.clients-section .container {
	padding: 0 24px 27px;
}

.btn-arrow {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #fff;
	margin: 15px 0 0;
	text-align: center;
	color: #fff;
	position: relative;
}

.btn-arrow i {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.btn-arrow:hover {
	color: #c8c8c8;
	background: #fff;
}

/* invert image styles */

img.invert {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='invert'><feColorMatrix type='matrix' values='-1 0 0 0 1 0 -1 0 0 1  0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
	filter: invert;
	-webkit-filter: invert(100%);
}

button#backToTop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 40px;
    z-index: 99999;
    border: none;
    outline: none;
    background-color: #231f20;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    font-size: 12px;
    transform: translateY(100%);
    transition: all .3s ease-out;
}

button#backToTop.active {
    transform: translateY(0%);
}

button#backToTop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

#footer {
	width: 100%;
	overflow: hidden;
	background: #141414;
	position: relative;
	z-index: 1;
}

#footer .container {
	margin: 0 auto;
	padding: 50px;
	position: relative;
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #4a4a4a;
}

#footer .section-info {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #323232;
	padding: 0;
}

#footer .section-info .col {
	width: 100%;
	/*padding: 33px 20px 64px;*/
	text-align: center;
	border-top: 1px solid #323232;
	overflow: hidden;
}

#footer .section-info .col:nth-child(2){
	padding: 33px 20px 64px;
}

#footer .section-info .col .image {
	min-height: 320px;
	background-size: cover;
	background-position: 50% 50%;
	display: block;
}


#footer .section-info .col .tel {
	display: inline-block;
	color: #646464;
	letter-spacing: 3px;
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#footer .section-info .col .tel:hover {
	color: #fff;
}

#footer .section-info .col address {
	width: 100%;
	overflow: hidden;
	font: 26px/32px "kepler-std", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	margin: 0 0 9px;
	text-align: center;
}

#footer .txt {
	text-align: center;
	display: block;
}

#footer .txt a {
	color: #4a4a4a;
}

#footer .txt a:hover {
	color: #fff;
}

#footer .mail {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 28px;
	display: block;
	letter-spacing: 3px;
	text-align: center;
}

#footer .mail a {
	color: #646464;
}

#footer .mail a:hover {
	color: #fff;
}

#footer .btn:hover {
	background: #e6e6e6;
}

#footer .text {
	width: 100%;
    margin-right: 0;
	overflow: hidden;
	display: none;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #9b9b9b;
	text-align: right;
	padding-right:0!important;
}

#footer .text p {
	margin: 0;
}

#footer .box-logo {
	overflow: hidden;
	margin: 0 0 20px;
}

#footer .box-logo a {
	display: inline-block;
	vertical-align: top;
}

#footer .box-logo a:hover {
	opacity: .7;
}

.copy {
	text-align: center;
	padding: 0 0 18px;
}

.footer-nav {
	text-align: center;
}

.footer-nav ul {
	text-align: center;
    display: block;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
}

.footer-nav ul a {
	color: #9b9b9b;
}

.footer-nav ul a:hover {
	color: #fff;
}

.footer-nav ul li {
	overflow: hidden;
	padding: 0 0 36px;
}

.footer-nav .logo-footer {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: 0 0 38px;
	width: 26px;
	height: 24px;
}

.footer-nav .logo-footer:hover {
	opacity: .7;
}

.mailchimp-subscribe {
	width: 100%;
	/*padding: 35px 24px;*/
	padding: 0 24px 0 24px!important;
	height:115px;
	background: #1e1e1e;
}

.mailchimp-subscribe .label {
	margin-top:40px;
	margin-left: 20px
}

.mailchimp-subscribe .row {
	width: 100%;
}

.mailchimp-subscribe .row.not-empty .note,
.mailchimp-subscribe .row.input-focused .note {
	display: none;
}

.mailchimp-subscribe form {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 0 0 3px;
	margin: 0 !important;
}

.mailchimp-subscribe form .text-email {
	width: 100%;
	height: 56px;
	background: #1e1e1e;
	border: none;
	position: relative;
	color: #fff;
	text-align: center;
	font: 300 48px/1 "kepler-std", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	padding: 0;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	text-transform: none;
	letter-spacing: normal;
	-webkit-font-smoothing: antialiased;
	margin-top:24px;
}


.mailchimp-subscribe form .text-email:focus {
	border: none;
	background: none;
}

.mailchimp-subscribe .label {
	display: none;
}

.mailchimp-subscribe .note {
	position: absolute;
	right: 50%;
	top: 0;
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	font: 42px/50px ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #b4b4b4;
	z-index: 2;
	cursor: pointer;
	margin-top:24px;
	height:100%;
}

.mailchimp-subscribe .note:before {
	display: none;
}

.mailchimp-subscribe .note span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-family: ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.mailchimp-subscribe .note span:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .1);
	display: none;
}

.mailchimp-subscribe .title {
	display: inline-block;
	font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #4a4a4a;
	text-align: center;
	padding: 8px 18px 0;
	margin: 5px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.mailchimp-subscribe .submit {
	display: none;
}

.mailchimp-subscribe .submit [type=submit] {
	background: none;
	border: 0;
	font-size: 0;
	height: 100%;
	left: 0;
	line-height: 1;
	min-width: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

.mailchimp-subscribe #mc_embed_signup {
	height:100%;
}

.mailchimp-subscribe #mc_embed_signup input {
	border: 0 !important;
	border-radius: 0 !important;
}

.mailchimp-subscribe #mc_embed_signup form {
	padding: 0 !important;
	text-align: center !important;
	height:100%;
}

.mailchimp-subscribe #mc-embedded-subscribe {
	width: 100% !important;
	margin: 0 !important;
}

.mailchimp-subscribe #mc_embed_signup input.mce_inline_error {
	color: #e85c41 !important;
}

.mailchimp-subscribe #mc_embed_signup .response {
	margin: 20px 0 10px;
	padding: 0;
	color: #fff;
	width: 100%;
	text-align: center;
}

.mailchimp-subscribe #mc_embed_signup #mce-responses {
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

.mailchimp-subscribe #mc_embed_signup #mce-success-response {
	color: #fff;
}


/* NAVBAR FIX */
/* Navbar */

.nav-holder {
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	-webkit-transition: all .55s .05s cubic-bezier(.15,.47,.34,.93);
	transition: all .55s .05s cubic-bezier(.15,.47,.34,.93);
}

.nav-holder .block-holder {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.nav-active .nav-holder {
	-webkit-transition: all .5s .10 cubic-bezier(.15,.47,.34,.93);
	transition: all .5s .10 cubic-bezier(.15,.47,.34,.93);
}

.nav-active .nav-holder .block-container {
	-webkit-transition: all .5s cubic-bezier(.15,.47,.34,.93);
	transition: all .5s cubic-bezier(.15,.47,.34,.93);
}

.nav-holder .nav-frame {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	background: none;
}

.nav-holder .block-container {
	width: 50%;
	opacity: 1;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .5s cubic-bezier(.15,.47,.34,.93);
	transition: all .5s cubic-bezier(.15,.47,.34,.93);
}

.nav-holder .block-container .box {
	position: absolute;
	left: 0;
	top: 0;
	height: 50%;
	padding: 0;
}

.nav-holder .block-container .text span {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 4px;
}

.nav-holder .block-container .text em {
	letter-spacing: 4px;
}

.nav-holder .block-container .text .date {
	letter-spacing: 4px;
}

.nav-holder .block-container h2 {
	font-size: 32px;
	line-height: 34px;
	margin: 0;
}

.nav-holder .block-container h3 {
    font-size: 42px;
    line-height: 44px;
    margin: 10px 0 8px;
}

.nav-holder .block-menu {
	width: 50%;
	padding: 26px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.nav-holder .logo-text {
	display: inline-block;
}

.nav-holder .box-info .text {
	letter-spacing: 4px;
	padding: 0 0 10px;
}

.nav-holder .list-contact {
	padding: 0 0 20px;
}








@media (min-width: 480px) and (orientation: landscape) {
	body.touch-device .visual .text {
		top: 40%;
	}

	body.touch-device .visual .txt-hold {
		top: -20%;
	}

	body.work-page .visual .txt-hold {
		top: auto;
		padding: 0;
	}

	body.work-page .visual .text {
		top: 50%;
		right: 50%;
		bottom: auto;
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}

	.visual .txt-hold {
		top: 0;
	}

	.visual .text {
		top: 23%;
	}
}

@media (min-width: 480px) {
    
    button#backToTop {
        display: block;
    }
    
	.section-visit .bg-holder {
		height: 432px;
		width: 768px;
	}

	.section-visit .bg-holder .img {
		background-position: 50% 0;
	}

	.carousel-section:after {
		width: 600px;
		height: 383px;
		background-size: 600px 383px;
	}


}

@media (min-width: 641px) {
	.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		max-width: none !important;
	}
}

@media (min-width: 768px) {
	.logo[data-color].logo .mask-top:before,
	.logo[data-color].logo .mask-top:after,
	.logo[data-color].logo .mask-top *,
	.logo[data-color].logo .mask-bottom:before,
	.logo[data-color].logo .mask-bottom:after,
	.logo[data-color].logo .mask-bottom * {
		background: none !important;
	}

	.nav-opener[data-color].nav-opener .opener-line,
	.logo[data-color].nav-opener .opener-line {
		background: none !important;
	}
	.socialnetworks-wrap {
		width:120px;
	}
	blockquote {
		font-size: 32px;
		line-height: 36px;
		padding: 15px 0 0 44px;
		margin: -20px 0 65px 28px;
		max-width: 550px;
	}

	blockquote:after {
		font-size: 100px;
		line-height: 100px;
		letter-spacing: 2px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 14px;
		letter-spacing: 4px;
		padding: 8px 5px 5px 0;
	}

	textarea {
		padding: 12px 5px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		height: 44px;
		font-size: 14px;
		letter-spacing: 4px;
		padding: 6px 5px 5px;
	}

	#content {
		padding: 65px;
	}

	#content h1 {
		font-size: 80px;
	}

	#content h2 {
		font-size: 70px;
	}

	#content h3 {
		font-size: 60px;
	}

	#content h4 {
		font-size: 40px;
	}

	#content h5 {
		font-size: 30px;
	}

	#content h6 {
		font-size: 20px;
	}

	.comment-form input[type="submit"],
	.post-password-form input[type="submit"],
	.search-form input[type="submit"] {
		height: 44px;
		padding: 6px 5px 5px;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	h1,
	.h1 {
		font-size: 120px;
	}

	h2,
	.h2 {
		font-size: 64px;
        margin: 60px 0 20px;
	}

	h3,
	.h3 {
		font-size: 42px;
        margin: 60px 0 20px;
	}

	h4,
	.h4 {
        font-size: 28px;
        margin: 60px 0 30px 0;
	}

	h5,
	.h5 {
        font-size: 14px;
        letter-spacing: 4px;
        font-weight: 700;
        margin: 40px 0 20px;
	}

	h6,
	.h6 {
        font-size: 12px;
        letter-spacing: 3px;
        font-weight: 500;
        margin: 40px 0 20px;
	}

	#header {
		padding: 20px 24px;
	}

	body.touch-device .visual .text h1 {
	}

	body.touch-device .section-team .block:nth-child(even) {
		padding: 0 0 100px 20px;
	}

	body.touch-device .section-team .block:nth-child(even) .img-box {
		width: 62%;
	}

	body.touch-device .section-team .block:nth-child(even) .text {
		width: 45%;
	}

	.visual .centered-banner .text {
		top: 50%;
		right: 50%;
		text-align: center;
		width: 100%;
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}

    .visual .centered-banner .text h1 {
		font-size: 74px;
		line-height: 80px;
		letter-spacing: -3px;
	}
  
	.visual .centered-banner .text .txt {
		font-size: 20px;
		line-height: 22px;
		letter-spacing: 5px;
		font-weight: 400;
		display: block;
	}
    .visual .centered-banner .text .bottom-text {
		padding: 36px 0 0;
		overflow: visible;
	}

	.visual .centered-banner .text .bottom-text .txt-mobile {
		display: none;
	}

	body.about-page .visual .text .block-btn .btn-hold {
		max-width: 250px;
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	body.about-page .visual .text .block-btn .btn-hold:before {
		display: inline-block;
	}

	body.about-page .visual .text .block-btn .btn {
		display: inline-block;
		vertical-align: middle;
		border: 1px solid #fff;
		color: #c8c8c8;
		min-width: 0;
		border-radius: 50%;
		width: 60px;
		height: 60px;
		text-indent: -9999px;
		overflow: visible;
		position: static;
		margin: 0;
	}

	body.about-page .visual .text .block-btn .btn:before {
		display: inline-block;
	}

	body.about-page .info-section .box-text {
		width: 64%;
	}

	body.about-page .info-section .btn {
		min-width: 284px;
	}

	body.about-page .section-testimonials {
		display: block;
	}

	body.about-page .brands-section .subtitle {
		padding: 0 0 104px;
	}

	body.about-page .brands-section ul {
		padding: 0 20px 40px;
	}

	body.about-page .brands-section ul li {
		padding: 0 8px 70px;
	}

	body.about-page .brands-section .container {
		padding: 74px 50px 60px;
	}

	body.about-page .visual .img-hold {
		height: 100%;
	}


	.visual .centered-banner .text .txt {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 3px;
        margin: 0 auto;
	}

    .visual .centered-banner .text .bottom-text .txt-mobile {
		display: none;
	}

	body.work-page .visual {
		height: calc(100vh - 250px);
        min-height: 80vh;
	}

	body.work-page .visual .img-hold {
		height: 100%;
	}

	body.work-page .visual .visual-content {
		height: 95vh;
	}

	body.work-page .visual .text em {
		display: block;
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 11px;
		color: rgba(255, 255, 255, .9);
	}

	body.work-page .visual .text h1 {
		font-size: 100px;
		line-height: 102px;
		letter-spacing: -3px;
		margin: 0 0 4px;
	}

	body.work-page .visual .text .txt {
		letter-spacing: 4px;
		text-transform: uppercase;
		margin: 0;
		color: rgba(255, 255, 255, .9);
	}

/*
	body.work-page .visual.html5-video {
		height: 90vh;
	}
*/

	body.work-page .btn-hold {
		display: block;
		padding: 32px 0 0;
	}

	body.work-page #footer .section-info .btn {
		margin: 0 0 38px;
		height: 40px;
		font-size: 14px;
		line-height: 16px;
	}
    
    body.blog .visual {
		min-height: calc(100vh - 150px);
        max-height: calc(100vh - 150px);
	}

	body.blog .visual .text h1 { 
        font-size: 54px;
        margin: 0 auto;
        max-width: 700px;
        line-height: 58px;
        letter-spacing: 0px;
	}

	body.blog .visual .text em {
		margin: 0 0 18px;
	}

	body.landing-page .main-holder {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	body.landing-page .block-form {
		width: 390px;
		padding: 85px 39px 40px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	body.landing-page .block-form .txt {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 4px;
		padding: 0;
	}

	body.landing-page .block-form h3,
	body.landing-page .block-form h2 {
		letter-spacing: -.4px;
		font-size: 42px;
		line-height: 44px;
	}

	body.landing-page .block-form form {
		max-width: 224px;
	}

	body.landing-page .block-form form .row {
		padding: 0 0 28px;
	}

	body.landing-page .block-form .gform_confirmation_message {
		font-size: 26px;
		line-height: 32px;
	}

	body.landing-page .block-text {
		width: 72.92%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 80px 30px 60px 64px;
	}

	body.landing-page .block-text .block-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
		padding: 0;
		text-align: center;
		letter-spacing: -4px;
	}

	body.landing-page .block-text .block-bottom span {
		padding: 0 0 25px;
	}

	body.landing-page .block-text .block-bottom ul {
		text-align: center;
		margin: 0;
	}

	body.landing-page .block-text .block-bottom ul li {
		margin: 0 6px 10px;
		display: inline-block;
		vertical-align: middle;
		float: none;
		text-align: left;
		width: auto;
	}

	body.landing-page .block-text .box-txt {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	body.landing-page .block-text .text .list {
		padding: 0 0 20px;
	}

	body.landing-page .block-text .text .list li {
		padding: 0 0 14px 16px;
		margin: 0;
	}

	body.landing-page .block-text .text .list li.active span {
		padding: 0 0 8px;
	}

	body.landing-page .block-text .text .list span {
		font-size: 14px;
		letter-spacing: 4px;
		padding: 0 0 8px;
	}

	body.landing-page .block-text .text .list .box {
		padding: 0 0 27px;
	}

	body.landing-page .block-text h1 {
		letter-spacing: -1.2px;
		margin: 0 0 15px;
	}

	#main.single-post .block-visual {
        padding: 150px 0 20px;
	}

	#main.single-post .section-post {
		background-color: transparent;
	}

	#main.single-post .section-post .text-box {
		padding: 0 17% 45% 30px;
	}

	#main.single-post .section-post .text-box.empty {
		padding: 0 17% 0 30px;
	}

	#main.single-post .section-post .text-hold {
		padding: 0 0 80px;
	}

	.btn {
		letter-spacing: 4px;
		font-size: 14px;
		line-height: 16px;
/*		height: 60px;*/
        height: auto;
		padding: 20px 30px;
	}

	.visual .img-hold {
		height: 100%;
	}

	.visual .txt-hold {
		text-align: left;
		position: static;
	}

	.visual .text {
		display: block;
		position: absolute;
		top: 50%;
		bottom: auto;
		text-align: left;
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
		max-width: 860px;
	}

	.visual .text .bottom-text {
		background: none;
		margin: 0;
		padding: 0;
		padding: 10px 24px;
	}

	.visual .text .txt {
		font-size: 14px;
		margin: 0 0 20px 0;
		letter-spacing: 4px;
	}

	.visual .text h1 {
		letter-spacing: -8px;
		font-size: 138px;
		line-height: 118px;
		margin: 0;
		padding: 0 10px 0 0;
	}

	.visual .text .block-btn {
		margin: 0 1% 0 1.5%;
		overflow: hidden;
	}

	.visual .text .block-btn .btn-hold {
		padding: 0 40px 0 0;
		display: inline-block;
		vertical-align: middle;
		overflow: visible;
	}

	.visual .text .block-btn .btn-hold:after {
		content: "";
		position: absolute;
		height: 1px;
/*		width: 999px;*/
		background: #fff;
		left: 100%;
		top: 50%;
		opacity: 1;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.visual .text .block-btn .btn {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		color: #fff;
		min-width: 210px;
		background: transparent;
		border-radius: 0;
		width: auto;
        height: auto;
		text-indent: 0;
		padding: 22px 40px;
		margin: 0;
	}

	.visual .text .block-btn .btn:before {
		display: none;
	}

	.visual .text .block-btn .btn:hover {
		background: #fff;
		color: #9b9b9b;
	}

	.visual .text-inf {
		max-width: 340px;
		float: right;
		font-size: 14px;
		line-height: 34px;
		padding: 10px 0 0;
	}

	.block-services .block-content {
		min-height: 100vh;
	}

	.block-services .services-box {
		padding: 183px 65px 24px;
	}

	.block-services .services-box h1 {
		margin: 0 0 0;
	}

	.block-services .img-hold {
		height: 100%;
	}

	.block-services .subtitle {
        margin: 0 auto 60px;
	}

	.block-services h1 {
		margin: 0 0 15px;
        font-size: 96px;
        line-height: 100px;
        letter-spacing: -3px;
	}

	.block-services .threecolumns .col {
		border-bottom: 0;
	}

	.block-services .threecolumns ul {
		padding: 0 0 68px;
		min-height: 0;
	}

	.block-visual {
		padding: 100px 0 80px;
/*		background-color: transparent;*/
	}

	.block-visual .container {
		padding: 0 65px;
	}

	.block-visual .txt-hold {
/*		padding: 0 0 72px;*/
	}

	.block-visual h1 {
		font-size: 90px;
		line-height: 96px;
		letter-spacing: -3px;
		margin: 0 0 18px;
	}

	.block-visual .subtitle {

	}

	.block-visual .img-box .icon {
		width: 60px;
		height: 60px;
		margin: 0 0 0 -30px;
		top: -10px;
	}

	.block-visual .img-box .icon:before, .img-box #Design-Symbol-White {
		padding: 22px 0 0;
		font-size: 20px;
	}
	.img-box svg {
		position: relative;
		top: 50%;
		transform: translate(0,-50%);
	}

	.section-testimonials .block-testimonials {
		padding: 103px 0 120px;
	}

	.section-testimonials .slick-arrow {
		display: block;
	}

	.section-testimonials .slick-arrow.slick-prev {
		left: 30px;
	}

	.section-testimonials .slick-arrow.slick-next {
		right: 30px;
	}

	.section-testimonials blockquote {
		padding: 50px 10px 0;
		font-size: 26px;
		line-height: 34px;
	}

	.section-testimonials blockquote p {
		margin: 0 0 16px;
	}

	.section-testimonials blockquote span {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 4px;
		padding: 0 0 33px;
	}

	.section-testimonials blockquote cite {
		letter-spacing: 4px;
		font-size: 14px;
		line-height: 18px;
	}

	.section-testimonials blockquote cite i {
		display: inline-block;
	}

	.section-testimonials blockquote cite em {
		display: inline-block;
	}

	.section-testimonials .logos-holder {
		height: 110px;
	}

	.section-testimonials .logos-holder:before {
		display: block;
	}

	.section-testimonials .logos-holder:after {
		display: block;
	}

	.section-testimonials .img-hold {
		padding: 0 60px;
	}

	.section-text.section {
		background-color: transparent;
	}

	.section-text.section .container {
		padding: 0 95px 120px;
	}

	.section-text.section blockquote {
		width: 48%;
		padding-right: 0;
	}

	.section-text.section h2 {
		margin: 0 0 15px;
	}

	.section-text.section .subtitle {
		padding: 0 0 39px;
		margin: 0 0 60px;
	}

	.section-text.section .text-hold {
		padding: 0 0 34px;
	}

	.section-text .container {
		padding-top: 130px;
        padding-bottom: 100px;
	}

	.section-text h2 {
	}

	.section-text .box-text {
		width: 43.4%;
		float: left;
		padding: 0;
	}

	.section-text .box-text {
		padding: 0;
	}

	.section-text-image .box-text {
		margin-bottom: 30px;
		width: 100%;
	}

	.section-text .box-text p {
		margin: 0 0 23px;
	}

	.section-text .box-text p span {
		font-size: 22px;
		color: #000;
	}

	.section-text blockquote {
		width: 43.05%;
		float: right;
		padding: 20px 0 0;
		margin: 14px 0 0;
	}

	.section-text-image img {
		width: 39%!important;
		margin: 0!important;
		height: auto!important;
		display: inline-block;
        vertical-align: bottom !important;
	}

	.brands-section .container {
        max-width: 1440px;
		padding: 64px 24px 60px;
	}

	.brands-section ul {
		text-align: center;
		letter-spacing: -4px;
		font-size: 0;
		line-height: 0;
		padding: 0 50px;
		border-top: none;
	}

	.brands-section ul {
		padding: 15px 50px 0;
		margin: 0;
	}

	.brands-section ul li {
		padding: 0 8px 77px;
	}

	.brands-section ul li {
        width: 20%;
        max-width: 250px;
		padding: 0 8px 8px;
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
	}

	.brands-section ul li:nth-child(n+9) {
		display: inline-block;
	}

	.section-services .container {
		padding: 57px 60px;
	}

	.section-services h2 {
        font-size: 28px;
		line-height: 22px;
		margin: 0 0 9px;
	}

    .section-services .subtitle {
        padding-bottom: 60px;
    }
    
    
    .brands-section .subtitle {
		padding: 0 0 51px;
	}

	.section-services .bounce {
		display: none;
	}

	.section-services .btn-box {
		display: block;
	}

	.threecolumns {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0 0 52px;
	}

	.threecolumns .col {
		width: 33.33%;
		padding: 44px 0 0;
		border: 0;
	}

	.threecolumns .btn-hold {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 18px 5px;
	}

	.threecolumns .btn-hold .bounce {
		display: inline-block;
		letter-spacing: 4px;
	}

	.threecolumns ul {
		padding: 0 0 100px;
	}

	.section-visit .bg-holder {
		height: 675px;
		width: 1200px;
	}

	.section-visit .text span {
		display: block;
		margin: 0 0 12px;
	}

	.section-visit .text h2 {
		display: block;
	}

	.section-visit .text .btn {
		min-width: 250px;
	}

	.info-section {
		padding: 0 65px;
	}

	.info-section .container {
		padding: 82px 0 76px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
        text-align: left;
	}

	.info-section .box-text {
		width: 67.8%;
		padding: 0 5px 0 0;
	}

	.info-section .box-text h6 {
		font-size: 50px;
		line-height: 56px;
		letter-spacing: -1px;
		margin: 0 0 10px;
	}

	.info-section .box-text a {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 4px;
	}

	.info-section .btn-hold {
		padding: 0;
	}

	.info-section .btn {
		min-width: 210px;
		letter-spacing: 7px;
	}

	.section-inf {
		padding: 100px 0;
	}

	.section-inf .block-inf:before {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		height: 1px;
		width: 38px;
		left: 0;
		background: #dedede;
		z-index: 3;
	}

	.section-inf .block-inf:after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		height: 1px;
		width: 38px;
		right: 0;
		background: #dedede;
		z-index: 3;
	}

	.section-inf .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0 65px;
	}

	.section-inf .container .box {
		width: 50%;
		min-height: 383px;
	}

	.section-inf .container .box:first-child:after {
		width: 60px;
		right: -30px;
		top: 50%;
		height: 2px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.section-inf .container .box strong {
        font-size: 32px;
        line-height: 24px;
		margin: 0 0 10px;
	}

	.section-carousel {
		margin: 0 68px;
		padding: 0 0 60px;
	}

	.section-carousel .img-hold {
		margin: 0 0 20px;
	}

	.section-carousel .text-box {
		display: block;
	}

	.section-carousel .slick-slider {
		padding: 0 30px;
	}

	.section-carousel .slick-slide {
		padding: 0 0 40px;
	}

	.section-carousel .slick-arrow {
		display: block !important;
		position: absolute;
		width: 13px;
		height: 32px;
		font-size: 32px;
		line-height: 1;
		border: 0;
		text-indent: -9999px;
		overflow: hidden;
		padding: 0;
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease;
		outline: none;
		margin: -34px 0 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
		background: none;
	}

	.section-carousel .slick-arrow.slick-prev {
		left: 0;
	}

	.section-carousel .slick-arrow.slick-prev:before {
		content: "\e911";
		font-family: "icomoon";
		font-size: 32px;
		line-height: 1;
		text-indent: 1px;
		position: absolute;
		top: 0;
		left: 0;
		color: #9a9a9a;
	}

	.section-carousel .slick-arrow.slick-next {
		right: 0;
	}

	.section-carousel .slick-arrow.slick-next:before {
		content: "\e910";
		font-family: "icomoon";
		font-size: 32px;
		line-height: 1;
		text-indent: 1px;
		position: absolute;
		top: 0;
		right: 0;
		color: #9a9a9a;
	}

	.section-carousel .slick-dots {
		bottom: 86px;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.section-carousel .slick-dots li {
		width: 110px;
		margin: 0 7px;
	}

	.section-carousel.fade-carousel {
		padding: 0 0 100px;
	}

	.section-carousel.fade-carousel .slick-arrow {
		bottom: 42px;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 0;
		top: auto;
	}

	.section-carousel.fade-carousel .slick-arrow.slick-prev {
		left: -31px;
	}

	.section-carousel.fade-carousel .slick-arrow.slick-next {
		right: -35px;
	}

	.section-carousel.fade-carousel .box-subtitle {
		padding: 83px 0 28px;
		margin: 0 0 18px;
		display: block;
	}

	.section-carousel.fade-carousel .text {
		display: block;
	}

	.section-carousel.fade-carousel h2 {
		font-size: 100px;
		line-height: 102px;
		margin: 0 0 149px;
	}

	.section-carousel.fade-carousel .number {
		margin: 0 0 9px;
	}

	.section-carousel.fade-carousel .box-text {
		padding: 0 86px;
	}

	.section-carousel.fade-carousel .img-1 {
		display: block;
	}

	.section-carousel.fade-carousel .img-2 {
		display: block;
	}

	.section-carousel.fade-carousel .img-3 {
		display: block;
	}

	.section-carousel.fade-carousel .img-center {
		top: 343px;
		width: 417px;
		height: 381px;
		background: url(images/img-center.jpg) no-repeat;
	}

	.section-team .container {
		padding: 73px 40px 0;
	}

	.section-team .block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 0 30px;
	}

	.section-team .block:nth-child(even) {
		padding: 0 0 100px 40px;
	}

	.section-team .block:nth-child(even) .img-box {
		width: 66.48%;
	}

	.section-team .block:nth-child(even) .text {
		width: 38.53%;
	}

	.section-team .box-title h2 {
		font-size: 42px;
		line-height: 44px;
		margin: 0 0 9px;
	}

	.section-team .img-box {
		width: 54.9%;
		margin: 0;
	}

	.section-team .subtitle {
		margin: 0 0 80px;
	}

	.section-team .text {
		margin: 0 0 0 -58px;
		width: 55%;
	}

	.section-team .text h2 {
		font-size: 40px;
		line-height: 42px;
		letter-spacing: -1px;
		margin: 0 0 6px;
	}

	.section-team .title-hold {
		padding: 0 0 20px;
		margin: 0 0 20px;
	}

	.section-team .title-hold .subtitle {
		margin: 0;
	}

	.block-clients {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0 auto 80px;
	}

	.block-clients .col {
		width: 59.45%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.block-clients .col:first-child {
		width: 40.55%;
		padding: 10px;
		min-height: 718px;
		background: url(images/img-12.jpg) no-repeat 50% 50%;
	}

	.block-clients .list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}

	.block-clients .list li {
		text-align: left;
	}

	.section-info {
		padding: 98px 0 100px;
	}

	.section-info .text span {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 4px;
		padding: 0 0 10px;
	}

	.section-info .text .hold {
		padding: 0 0 5px;
	}

	.section-info .text .hold .icon-instagram-02 {
		margin: 3px 0 0 5px;
	}

	.section-info .text strong {
		font-size: 38px;
		line-height: 40px;
		letter-spacing: -1px;
	}

	.section-info .widget-des.widget-des,
	.section-info #sb_instagram.widget-des {
		display: block;
		margin: 0 -800px 0 -620px;
	}

	.section-info .widget-des #sbi_images,
	.section-info #sb_instagram #sbi_images {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 1300px;
	}

	.section-info .widget-des #sbi_images li:nth-child(1),
	.section-info .widget-des #sbi_images .sbi_item:nth-child(1),
	.section-info #sb_instagram #sbi_images li:nth-child(1),
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(1) {
		width: 15.88%;
		opacity: .3;
	}

	.section-info .widget-des #sbi_images li:nth-child(2),
	.section-info .widget-des #sbi_images .sbi_item:nth-child(2),
	.section-info #sb_instagram #sbi_images li:nth-child(2),
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(2) {
		width: 29.67%;
	}

	.section-info .widget-des #sbi_images li:nth-child(3),
	.section-info .widget-des #sbi_images .sbi_item:nth-child(3),
	.section-info #sb_instagram #sbi_images li:nth-child(3),
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(3) {
		width: 23.13%;
	}

	.section-info .widget-des #sbi_images li:nth-child(4),
	.section-info .widget-des #sbi_images .sbi_item:nth-child(4),
	.section-info #sb_instagram #sbi_images li:nth-child(4),
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(4) {
		width: 29.43%;
		opacity: .3;
	}

	.section-info .widget-des #sbi_images li:nth-child(5),
	.section-info .widget-des #sbi_images .sbi_item:nth-child(5),
	.section-info #sb_instagram #sbi_images li:nth-child(5),
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(5) {
		width: 15.88%;
		margin-left: -13% !important;
		opacity: .3;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.section-info .widget-des #sbi_images li:nth-child(6),
	.section-info .widget-des #sbi_images .sbi_item:nth-child(6),
	.section-info #sb_instagram #sbi_images li:nth-child(6),
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(6) {
		width: 19.62%;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.section-info .widget-des #sbi_images li:nth-child(7),
	.section-info .widget-des #sbi_images .sbi_item:nth-child(7),
	.section-info #sb_instagram #sbi_images li:nth-child(7),
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(7) {
		width: 12.85%;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.section-info .widget-des #sbi_images li:nth-child(8),
	.section-info .widget-des #sbi_images .sbi_item:nth-child(8),
	.section-info #sb_instagram #sbi_images li:nth-child(8),
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(8) {
		width: 19.62%;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.section-info .widget-des #sbi_images li:nth-child(9),
	.section-info .widget-des #sbi_images .sbi_item:nth-child(9),
	.section-info #sb_instagram #sbi_images li:nth-child(9),
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(9) {
		width: 15.88%;
		opacity: .3;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.section-info .widget-mob {
		display: none;
	}

	.section-post .post-holder {
		padding: 0 0 20%;
	}

	.section-post .post-holder:last-child {
		padding: 0;
	}

	.section-post .img-hold {
		margin: 0 0 80px;
		position: relative;
		top: -50%;
		position: relative;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		overflow: visible;
	}

	.section-post .img-hold img {
		overflow: visible;
		margin-top:-30px;
	}

	.section-post .text-box {
		padding: 0 15px 80px;
		margin: -25% 0 0;
	}
/*

	.section-post h3 {
		font-size: 42px;
		line-height: 42px;
		margin: 0 0 10px;
		letter-spacing: -2px;
	}
*/

	.section-post .box-title {
		margin: 0 0 20px;
		line-height: 32px;
	}

	.section-post .box-title span {
		opacity: 1;
	}


    .section-post .text-hold {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 35px;
		-moz-column-gap: 35px;
		column-gap: 35px;
	}
    
    .single-service .section-post .text-hold {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
    
    
    .single-service .section-post .text-hold p {
        font-size: 26px;
        line-height: 1.7;
        letter-spacing: -.5px;
    }
    
    .single-service .section-service-includes li {
        font-size: 42px;
        line-height: 1.1;
        margin: 20px 40px 30px 0;
        min-width: 330px;
        width: calc(49% - 40px);
        display: inline-block;
    }

	.info-block {
		padding: 91px 0 131px;
	}

	.info-block .txt-hold {
		padding: 0 0 52px;
	}

	.info-block h2 {
		font-size: 42px;
		line-height: 44px;
		margin: 0 0 18px;
	}

	.info-block .link {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 4px;
	}

	.info-block .block-hold {
		padding: 0;
	}

	.info-block .block-hold:after {
		content: "";
		position: absolute;
		left: 0;
		width: 40px;
		height: 1px;
		background: #979797;
		opacity: .5;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.info-block .block-hold:before {
		content: "";
		position: absolute;
		right: 0;
		width: 40px;
		height: 1px;
		background: #979797;
		opacity: .5;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.info-block .hold {
		max-width: 853px;
		padding: 0 40px;
		margin: 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.info-block .block {
		margin: 20px 0 0 0;
		width: auto;
	}

	.info-block .block:hover .ico {
		font-size: 62px;
	}

	.info-block .block img {
		max-width: none;
		width: 100%;
	}

	.info-block h3 {
		margin: 24px 0 0;
	}

	.post-section .container {
		padding: 55px 66px 0;
	}

	.post-section .box-title {
		margin: 0 0 55px;
	}

	.post-section .box-title h2 {
		font-size: 42px;
		line-height: 44px;
	}

	.post-section .box-subtitle {
		padding: 0 0 27px;
		margin: 0 0 23px;
	}

	.post-section .post {
		margin: 0 0 61px;
	}
    
    .post-section .post-excerpt {
        letter-spacing: 3px;
        font: 14px/18px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        display: block;
    }

	.post-section .post a {
		height: auto;
	}

	.post-section .post a:hover .text {
		padding-bottom: 60px;
	}

	.post-section .post a:hover .btn-arrow {
		margin-top: -30px;
		height: 60px;
	}

	.post-section h3 {
		font-size: 54px;
		line-height: 60px;
		letter-spacing: -1px;
		padding: 0;
	}

	.post-section h3:after {
		display: none;
	}

	.block-projects {
		padding: 27px 0 0;
	}

	.block-projects .txt {
		padding: 0 66px 30px;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 4px;
	}

	.block-projects .hold {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.block-projects .hold .box {
		width: 33.33%;
		margin: 0;
	}

	.block-projects .title strong {
		font-size: 32px;
		line-height: 36px;
	}

	.block-projects .title .btn-arrow {
		width: 40px;
		height: 40px;
		margin: 10px 0 0;
	}

	.block-projects .title .btn-arrow i {
		font-size: 12px;
	}

	.section-blog .container {
		padding: 36px 65px 100px;
	}

	.section-blog .box-subtitle {
		padding: 0 0 20px;
		margin: 0 0 59px;
	}

	.section-blog .box-subtitle:after {
		width: 80px;
	}

	.section-blog .box-hold {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.section-blog .post {
		width: 48.6%;
		margin: 0 0 39px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section-blog .post:hover img {
		transform:scale(1.05);
	}

	.section-blog .text {
		color: #000;
	}

	.section-blog .text {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 313px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 10px 15px;
	}

	.section-blog .text .box-title {
		margin: 0 0 15px;
		padding: 0 0 14px;
	}

	.section-blog .date {
		margin: 0 0 5px;
	}

	.section-block {
		padding: 0;
	}

	.section-block .img-box {
		margin: 0;
	}

	.carousel-section {
        padding: 100px 69px 60px;
	}

	.carousel-section:after {
		width: 1000px;
		height: 639px;
		background-size: 1000px 639px;
	}

	.carousel-section .slide-carousel2 .slick-arrow {
		display: block !important;
	}

	.carousel-section .slide-carousel2 .slick-arrow.slick-next {
		right: -20px;
	}

	.carousel-section .slide-carousel2 .slick-arrow.slick-prev {
		left: -20px;
	}

	.carousel-section .slide-carousel2 .slick-slide {
		opacity:0;
		transition:opacity 1s ease-out;
	}

	.carousel-section .slide-carousel2 .slick-active {
		opacity:1!important;
		transition:opacity 1s ease-in;
	}

	.carousel-section .slide-carousel2 .slick-cloned {
		opacity:0.3;
	}

	.slick-slide {
   /*opacity: .5;*/
   transition: opacity .5s ease-in-out;
}
.slick-slide.opacidown {
  opacity: 0;
}
	.carousel-section .slick-dots {
		padding: 30px 0 57px;
		background: transparent;
	}

	.carousel-section .img-hold {
		padding: 0;
	}

	.carousel-section .slick-arrow {
		display: block;
	}

	.carousel-section .slick-arrow.slick-prev:after {
		content: "\e911";
		text-indent: 1px;
		font-family: "icomoon";
		font-size: 34px;
		line-height: 1;
		color: #383838;
		position: absolute;
		top: 0;
		left: 0;
	}

	.carousel-section .slick-arrow.slick-next:after {
		content: "\e910";
		text-indent: 1px;
		font-family: "icomoon";
		font-size: 34px;
		line-height: 1;
		color: #383838;
		position: absolute;
		top: 0;
		right: 0;
	}

	.section .container {
		padding: 80px 60px 0;
	}

	.section .block-title {
		background: transparent;
		padding: 0;
	}

	.section .block-title h2 {
		color: #231f20;
		margin: 0 0 10px;
	}

	.section .block-title .subtitle {
        max-width: 600px;
        margin: 0 auto;
	}

	.section .text {
		max-width: 500px;
		position: absolute;
		top: 30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		color: #fff;
		background: transparent;
	}

	.section .text .box-title {
		padding: 0 0 0px;
		margin: 0 0 13px;
	}

	.section .text .box-title:after {
		background: inherit;
		opacity: 0.5;
	}

	.section .text .subtitle {
		color: inherit;
		margin: 0 0 8px;
	}

	.section .text h2 {
		color: inherit;
        font-family: ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
        font-weight: 100;
	}

	.section-center .img-box {
		padding: 52px 30px 20px;
		margin: 0;
	}

/*
	.section-center .block-title {
		padding: 53px 64px 57px;
		color: #fff;
		background: transparent;
	}
*/

/*
	.section-center .block-title h2 {
		color: #fff;
	}
*/

/*
	.section-center .block-title .subtitle {
		color: #fff;
	}
*/

	.section-text-left .text {
		top: 154px;
		left: 60px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		max-width: 500px;
		padding: 0;
		color: #fff;
	}

	.section-text-left .text .box-title {
		margin: 0 0 22px;
		padding: 0 0 21px;
	}

	.section-text-left .text h2 {
		letter-spacing: -1px;
	}
/*
	.section-text-right {
		padding: 0 0 48px;
	}
*/
	.section-text-right .text {
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		bottom: 20px;
		top: auto;
		right: 24px;
		padding: 0;
		max-width: 490px;
	}

	.section-text-right .text .box-title {
		margin: 0 0 22px;
		padding: 0 0 15px;
	}

	.section-text-right .text .box-title h2 {
		letter-spacing: -1px;
	}

	.section-text-right .text .subtitle {
		margin: 0 0 5px;
	}

    .section-center .container {
		padding: 80px 24px;        
    }
    
	.section-block-text .container {
		padding: 80px 24px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
        
    .section-block-text.bleed .container {
        padding: 26px 24px 0;    
    }
    
    .section-block-text.bleed .container .img-box {
        display: inline-block;
    }

	.section-block-text .img-box {
		width: 49.56%;
		margin: 0;
	}

	.section-block-text .text-box {
		width: 45%;
	}

	.section-block-text .text-box:only-child {
		max-width: 500px;
		margin: 0 auto;
	}

	.section-block-text .text-box p {
		margin: 0 0 15px;
	}

	.section-center .text-box h2,
    .section-block-text .text-box h2 {
		padding: 0 0 0;
		margin: 0 0 18px;
	}

	.section-block-text .text-box h3 {
		padding: 20px 0 0;
	}

	.block-visit {
		padding: 128px 65px 150px;
	}

	.block-visit p {
		margin: 0 0 15px;
	}

	.block-visit p a {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 4px;
	}

	.block-visit .btn {
		height: 80px;
		min-width: 255px;
		color: #231f20;
		letter-spacing: normal;
		padding: 23px 5px 5px;
	}

	.post-info {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.post-info .block {
		width: 50%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.post-info .block:first-child {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.post-info .block:first-child .text {
		text-align: left;
		padding: 0 10px 0 34px;
	}

	.post-info .block:first-child .box-title:after {
		right: auto;
		left: 0;
		bottom: auto;
		top: 50%;
		-webkit-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
	}

	.post-info .block:first-child .box-title {
		padding: 0 0 0 30px;
	}

	.post-info .text {
		padding: 0 34px 0 10px;
		text-align: right;
	}

	.post-info h2 {
		font-size: 50px;
		line-height: 52px;
		margin: 0 0 4px;
	}

	.post-info .box-title {
		padding: 0 30px 0 0;
	}

	.post-info .box-title:after {
		bottom: auto;
		right: 0;
		top: 50%;
		left: auto;
		width: 15px;
		height: 35px;
		font-size: 35px;
		-webkit-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
	}

	.visual-block.full-width {
		height: calc(100vh - 254px);
	}

	.visual-block .img-box {
		margin: 60px auto 0;
		padding: 0 64px;
	}

	.content-info {
		padding: 0 64px 47px;
	}

	.content-info .holder {
		height: 254px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 10px 0;
	}

	.content-info .socialnetworks {
		padding: 0;
		letter-spacing: normal;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.content-info .socialnetworks li {
		float: left;
	}

	.content-info .socialnetworks li:before {
		margin: 0;
	}

	.content-info .box-title {
		width: 50%;
	}

	.content-info .box-title .date {
		margin: 0 0 12px;
	}

	.content-info .box-title h1 {
		margin: 0 0 22px;
		padding: 0 0 12px;
		font-size: 28px;
		line-height: 32px;
	}

	.content-info .box {
		width: 18.05%;
		text-align: left;
	}

	.content-block {
		padding: 60px 0 0;
		max-width: 700px;
		margin: 0 auto;
	}

/*
	.content-block p {
		margin: 0 72px 26px;
	}
*/

	.content-block .subtitle {
		text-align: center;
		padding: 18px 0 70px;
	}

	.content-block img {
		margin: 60px 0 10px;
	}

	.content-block blockquote {
		margin: 53px 0 65px 28px;
	}

	.content-block blockquote p {
		line-height: 36px;
	}

	.block-contact {
		padding: 162px 24px 99px;
	}

	.block-contact .text {
		max-width: 800px;
		font-size: 26px;
		line-height: 32px;
		padding: 0 0 90px;
	}

	.block-contact .text p {
		margin: 0 0 38px;
	}

	.block-contact .text p .sep {
		display: inline-block;
	}

	.block-contact .text .btn {
		min-width: 274px;
		height: 44px;
		padding: 15px 5px 5px;
	}

	.block-contact .text h1 {
		margin: 0 0 5px;
	}

	.block-contact h1 {
		font-size: 90px;
		line-height: 96px;
		letter-spacing: -2.81px;
		margin: 0 0 46px;
	}

	.block-contact .box-hold {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.block-contact form {
		padding: 0;
	}

	.block-contact form ul li {
		padding: 0 21px 33px;
	}

	.block-contact form ul li.half-width {
		width: 50%;
		padding: 0 21px 33px;
	}

	.block-contact form ul li.txt-area {
		padding-top: 9px;
	}

	.block-contact form ul label {
		padding: 0 0 16px;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 4px;
	}

	.block-contact form .btn-hold {
		padding: 0;
	}

	.block-contact .box-contact {
		width: 25%;
		padding: 14px 0 0;
	}

	.block-contact .box-contact .box {
		margin: 0 0 52px;
	}

	.block-contact .box-contact .box strong {
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 8px;
		letter-spacing: 4px;
	}

	.block-contact .socialnetworks {
		padding: 16px 0 0;
	}

	.bounce {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 4px;
	}

	.gform_wrapper {
		width: 57.63% !important;
	}

	.gform_wrapper form {
		margin: 0 -21px !important;
	}

	.gform_wrapper ul li.gfield.txt-area {
		padding-top: 9px !important;
	}

	.gform_wrapper ul li.gfield.txt-area label {
		font-size: 14px !important;
		line-height: 16px !important;
		letter-spacing: 4px !important;
	}

	.gform_wrapper input:not([type="radio"]),
	.gform_wrapper input:not([type="checkbox"]),
	.gform_wrapper input:not([type="submit"]),
	.gform_wrapper input:not([type="button"]),
	.gform_wrapper input:not([type="image"]) {
		font-size: 14px !important;
		letter-spacing: 4px !important;
		padding: 8px 5px 5px 0 !important;
	}

	.gform_wrapper textarea {
        font-size: 18px !important;
        line-height: 1.4 !important;
        letter-spacing: .5px !important;
	}

	.gform_footer {
		margin: 0 0 0 21px !important;
	}

	.gform_footer input[type=submit] {
		font-size: 14px !important;
	}

	.gform_wrapper .top_label .gfield_error {
		width: 50% !important;
	}

	.clients-section {
		margin: 0;
	}

	.clients-section .container {
		padding: 0;
	}

	.btn-arrow {
		width: 60px;
		height: 60px;
	}

	.btn-arrow i {
		font-size: 16px;
	}

	#footer .container {
		padding: 57px 40px 51px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		letter-spacing: 1px;
	}

	#footer .section-info {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .section-info .col {
		padding: 73px 20px 26px;
		text-align: right;
		width: 50%;
		border-top: 0;
	}

	#footer .section-info .col:first-child {
		min-height: 448px;
		padding: 0;
	}

	#footer .section-info .col .tel {
		letter-spacing: 4px;
		font-size: 14px;
		line-height: 16px;
	}

	#footer .section-info .col address {
		padding: 18px 0 0;
		margin: 0 0 20px;
		text-align: right;
	}

	#footer .txt {
		position: absolute;
		right: 20px;
		top: 50%;
		padding: 5px 0 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#footer .mail {
		text-align: right;
		font-size: 14px;
		line-height: 16px;
		text-transform: uppercase;
		letter-spacing: 4px;
		color: #646464;
		margin: 0 0 30px;
	}

	#footer .btn {
		margin: 0 0 38px;
	}

	#footer .text {
		display: block;
	}

	#footer .box-logo {
		margin: 0 0 24px;
	}

	#footer .section-info .col .image {
		min-height: 198px;
		background-size: cover;
		background-position: 50% 50%;
		display: block;
		height:100%;
		transition: all .4s cubic-bezier(.17,.67,.31,1);
	}

	#footer .section-info .col .image:hover {
		transform:scale(1.1);
	}

	.copy {
		position: absolute;
		left: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 5px 0 0;
	}

	.footer-nav {
		letter-spacing: -4px;
		font-size: 0;
		line-height: 0;
		position: relative;
		width: 100%;
	}

	.footer-nav ul {
		display: inline-block;
		vertical-align: middle;
	}

	.footer-nav ul:first-child {
		padding: 0 20px 0 0;
	}

	.footer-nav ul li {
		float: left;
		padding: 0 16px;
	}

	.footer-nav .logo-footer {
		position: absolute;
		right: 50%;
		top: 50%;
		margin: 0 7px 0 0;
		-webkit-transform: translate(50%, -50%) rotate(180deg);
		-ms-transform: translate(50%, -50%) rotate(180deg);
		transform: translate(50%, -50%) rotate(180deg);
	}


	.mailchimp-subscribe .row {
		width: 100%;
		height:100%;
		padding: 0 40px 0 250px;
		position: relative;
	}

	.mailchimp-subscribe .row.not-empty .submit,
	.mailchimp-subscribe .row.input-focused .submit {
		display: block;
	}

	.mailchimp-subscribe form .text-email {
		text-align: left;
		padding: 0 130px 0 0;
	}

	.mailchimp-subscribe .label {
		padding: 10px 0 0;
		letter-spacing: 4px;
		text-transform: uppercase;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		color: #4a4a4a;
		font: 14px/16px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.mailchimp-subscribe .note {
		right: 54%;
		top: 52%;
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
		padding: 0 35px 5px 8.5%;
	}

	.mailchimp-subscribe .note:before {
		position: absolute;
		right: 0;
		top: 25%;
		color: #9b9b9b;
		line-height: 1;
		font-size: 14px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 8px 0 0;
		display: inline-block;
	}

	.mailchimp-subscribe .note span:after {
		display: block;
	}

	.mailchimp-subscribe .title {
		display: none;
	}

	.mailchimp-subscribe .submit {
		position: absolute;
		right: 0;
		top: 0;
		width: 170px;
		height: 100%;
		border: none;
		color: #9b9b9b;
		text-align: center;
		font-size: 10px;
		line-height: 1;
		padding: 52px 30px 0 30px;
		animation: 0.4s cubic-bezier(.36,.03,.74,.99) moveSubmit;
	}

@keyframes moveSubmit {
	0% {
		transform: translateX(-80px);
		opacity:0;
	}
	100% {
		transform: translateX(0px);
		opacity:1;
	}
}

	.mailchimp-subscribe .submit .submit-text {
		float:left;
		letter-spacing:4px;
		font: 14px/16px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin-top:-3px;
		padding-right:8px;
	}

	.mailchimp-subscribe {
		padding-left: 0!important;
		padding-right: 0!important;
	}

	.section-text-left .text .box-title:after {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: 0;
	}
	.section-text-right .text .box-title:after {
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.post-info .block a {
		padding-top:45%;
	}
	.bg-cover:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0%, transparent 100%);
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0%, transparent 100%);
	}
	#header {
		padding: 27px 20px;
		background: transparent;
	}

	#header.invert-header {
		background: transparent;
	}

	body.touch-device #header.invert-header {
		background: transparent;
	}

	body.mobile-view #header.invert-header {
		background: transparent;
	}
	.nav-active #header {
		padding: 27px 0 27px 20px;
	}
}

/* END MEDIA MIN-WIDTH 768 */

@media (min-width: 1024px) {

	.nav-active .nav-opener {
		/*
		-webkit-transform: translateX(-37px);
		-ms-transform: translateX(-37px);
		transform: translateX(-37px);
		*/
		margin-right:20px;
	}

	body.nav-active #header {
		padding: 27px 0 27px 20px;
	}

	body.touch-device .visual .text h1 {
	}

	body.touch-device .visual .text {
	}

	body.about-page .brands-section .container {
		padding: 74px 80px 60px;
	}

    .visual .centered-banner .text h1 {
        font-size: 96px;
        line-height: 100px;
        letter-spacing: -3px;
	}

	body.landing-page .block-form {
		padding: 110px 39px 40px;
	}

	body.landing-page .block-text {
		padding: 105px 30px 60px 64px;
	}

	body.landing-page .block-text .block-bottom span {
		padding: 0 10px 0 0;
		display: inline-block;
		vertical-align: middle;
	}

	body.landing-page .block-text .block-bottom ul {
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
	}

	body.landing-page .block-text .block-bottom ul li {
		margin: 0 12px;
	}

	body.landing-page .block-text .box-txt {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	body.landing-page .block-text .img-box {
		width: 37.2%;
		margin: 0;
		padding: 0;
	}

	body.landing-page .block-text .text {
		width: 54.55%;
	}

	body.landing-page .block-text h1 {
		font-size: 50px;
		line-height: 52px;
	}

	#main.single-post .section-post .text-box {
		padding: 0 17% 40% 30px;
	}

	#main.single-post .section-post .text-box.empty {
		padding: 0 17% 0 30px;
	}

	#main.single-post .section-post .text-hold {
		padding: 0 0 80px;
        margin: 0 auto;

	}
	/*.bg-cover:before {
		background-attachment:fixed;
	}*/
	/*.bg-cover:after {
		background-attachment:fixed;
	}*/
	.nav-test {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background-attachment: fixed;
	}
	.nav-background {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0%, transparent 100%);
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0%, transparent 100%);
	}

	.visual .text {
		max-width: 1100px;
	}

	.visual .text .bottom-text {
		margin: 0 1% 0 0;
	}

	.visual .text h1 {
		padding: 0 5px 0 0;
		font-size: 120px;
		line-height: 110px;
        letter-spacing: -4px;
	}

	.visual .text .block-btn {
		margin: 0 0 0 1.5%;
	}

	.block-visual {
		padding: 148px 0 113px;
	}
    
	.section-testimonials .slick-arrow.slick-prev {
		left: 68px;
	}

	.section-testimonials .slick-arrow.slick-next {
		right: 68px;
	}

	.section-text.section .container {
		padding: 0 95px 60px;
	}

	.section-text blockquote {
		padding: 20px 100px 0 0;
	}

	.brands-section ul {
		padding: 0 100px;
	}

	.brands-section ul {
		padding: 0 78px 60px;
	}

	.brands-section ul li {
		padding: 0 8px;
	}

	.info-section .box-text h6 {
        font-size: 60px;
        line-height: 58px;
	}

	.section-inf .container .box:first-child:after {
		width: 133px;
		right: -66px;
	}

	.section-carousel .slick-slider {
		padding: 0 68px;
	}

	.section-carousel.fade-carousel .img-1 {
		width: 199px;
		height: 191px;
		background-size: 199px 191px;
	}

	.section-team .container {
		padding: 73px 68px 0;
	}

	.section-team .block:nth-child(even) {
		padding: 0 0 100px 100px;
	}

	.section-team .subtitle {
		margin: 0 0 110px;
	}

	.section-team .text {
		width: 40%;
	}

	.section-team .text h2 {
		font-size: 48px;
		line-height: 50px;
	}

	.section-team .title-hold {
		padding: 0 0 32px;
		margin: 0 0 23px;
	}

	.block-clients .col {
		padding: 10px 116px 10px 105px;
	}

	.section-info .text span {
		padding: 0 0 26px;
	}

	.section-info .text strong {
		font-size: 48px;
		line-height: 50px;
	}

	.section-info .widget-des.widget-des,
	.section-info #sb_instagram.widget-des {
		margin: 0 -850px 0 -670px;
	}

	.section-info .widget-des #sbi_images,
	.section-info #sb_instagram #sbi_images {
		width: 1700px;
	}

	.section-info .widget-des #sbi_images li:nth-child(2),
	.section-info .widget-des #sbi_images .sbi_item:nth-child(2),
	.section-info #sb_instagram #sbi_images li:nth-child(2),
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(2) {
		width: 29.67%;
	}

	.section-info .widget-des #sbi_images li:nth-child(5),
	.section-info .widget-des #sbi_images .sbi_item:nth-child(5),
	.section-info #sb_instagram #sbi_images li:nth-child(5),
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(5) {
		margin-left: -12% !important;
	}

	.section-post .text-box {
		padding: 0 17% 20px 30px;
	}

	.section-post .text-hold {
		-webkit-column-gap: 65px;
		-moz-column-gap: 65px;
		column-gap: 65px;
	}

	.info-block .block-hold:after {
		width: 100px;
	}

	.info-block .block-hold:before {
		width: 100px;
	}

	.post-section .post a:hover .text {
		padding-bottom: 65px;
	}

	.post-section h3 .sep {
		display: block;
	}

	.block-projects .title strong {
		font-size: 36px;
		line-height: 40px;
	}

	.section-blog .text {
		padding: 60px 60px;
	}

	.carousel-section:after {
		width: 1440px;
		height: 920px;
		background-size: 1440px 920px;
	}

	.section .container {
		padding: 80px 79px 0;
	}

	.section .text {
		top: 60px;
	}

	.section-center .img-box {
		padding: 52px 99px 20px;
	}

	.section-text-left .text {
		left: 80px;
	}

	.section-text-right .text {
		right: 20px;
		bottom: 40px;
		top: auto;
	}

    .section-center .container {
		padding: 80px 24px;        
    }
    
	.section-block-text .container {
		padding: 100px 0px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.section-block-text .text-box {
		width: 43.07%;
	}

	.post-info .block:first-child .text {
		padding: 0 10px 0 64px;
	}

	.post-info .block:first-child .box-title {
		padding: 0 0 0 55px;
	}

	.post-info .text {
		padding: 0 64px 0 10px;
	}

	.post-info h2 {
		font-size: 56px;
		line-height: 58px;
	}
    
    .post-info h3,
	.post-info .subtitle {
        margin: 0;
	}
    
/*
    .post-info .block.next h3,
    .post-info .block.next .subtitle {
        float: right;
    }
*/

	.post-info .box-title {
		padding: 0 55px 0 0;
	}

	.content-info .box-title h1 {
		font-size: 32px;
		line-height: 34px;
	}

	.content-info .box-title em {
		font-size: 22px;
		line-height: 26px;
	}

	.block-contact .box-contact {
		width: 23.47%;
	}

	#footer .section-info .col {
		padding: 73px 40px 26px;
	}

	#footer .txt {
		right: 40px;
	}

	.copy {
		left: 40px;
	}

	.footer-nav ul {
		letter-spacing: 1px;
	}

	.footer-nav ul:first-child {
		padding: 0 40px 0 0;
	}

	.footer-nav ul li {
		padding: 0 20px;
	}

	.footer-nav .logo-footer {
		margin: 0 10px 0 0;
	}

	.mailchimp-subscribe {
		padding: 25px 40px 34px;
	}

	.mailchimp-subscribe .row {
		padding: 0 50px 0 290px;
	}

	.mailchimp-subscribe form .text-email {
		padding: 16px 25% 0 0;
	}
}


@media (min-width: 1200px) {
	.section-visit {
		margin: 0;
	}

	.section-visit .bg-holder {
		height: 0;
		width: 100%;
		padding-top: 56.25%;
	}
}

@media (min-width: 1300px) {
	.socialnetworks-wrap {
		width:165px;
	}
	body.touch-device .visual .text h1 {
	}

	body.landing-page .block-form {
		padding: 245px 39px 40px;
	}

	body.landing-page .block-text {
		padding: 212px 94px 89px 142px;
	}

	body.landing-page .block-text .block-bottom {
		padding: 0 0 0 30px;
	}

	body.landing-page .block-text .block-bottom span {
		padding: 0 4.5% 0 0;
	}

	body.landing-page .block-text h1 {
		font-size: 70px;
		line-height: 72px;
	}

	#main.single-post .section-post .text-box {
		padding: 0 17% 30% 30px;
	}

	#main.single-post .section-post .text-box.empty {
		padding: 0 17% 0 30px;
	}

	.visual .text {
		max-width: 1178px;
	}

	.visual .text .bottom-text {
		margin: 0;
	}

	.visual .text h1 {
		font-size: 150px;
		line-height: 140px;
        letter-spacing: -8px;
	}

	.block-services .services-box {
		padding: 183px 24px 24px;
	}

	.section-testimonials .block-testimonials:after {
		background: -webkit-linear-gradient(left, #0a0a0a 0, rgba(10, 10, 10, 0) 55%, rgba(10, 10, 10, 0) 20%, #0a0a0a 100%);
		background: linear-gradient(to right, #0a0a0a 0, rgba(10, 10, 10, 0) 55%, rgba(10, 10, 10, 0) 20%, #0a0a0a 100%);
	}
    
	.section-text.section .container {
		padding: 0 95px 60px;
	}

	.section-text.section blockquote {
		padding-right: 25%;
	}

	.section-text .container {
		padding-top: 151px;
        padding-bottom: 100px;
	}

	.section-text blockquote {
		padding: 20px 205px 0 0;
	}

	.section-services .container {
		padding: 57px 20px;
	}

	.section-inf .block-inf:before {
		width: 78px;
	}

	.section-inf .block-inf:after {
		width: 78px;
	}

	.section-inf .container {
		padding: 0 80px;
	}

	.section-carousel .slick-dots li {
		width: 203px;
	}

	.section-carousel.fade-carousel .img-1 {
		left: 101px;
	}

	.section-carousel.fade-carousel .img-2 {
		width: 259px;
		height: 267px;
		right: 105px;
		background-size: 259px 267px;
	}

	.section-team .block:nth-child(even) {
		padding: 0 0 100px 227px;
	}

	.section-team .text {
		width: 35%;
	}

	.section-info .widget-des #sbi_images,
	.section-info #sb_instagram #sbi_images {
		width: 2000px;
	}

	.section-info .widget-des #sbi_images li:nth-child(5),
	.section-info .widget-des #sbi_images .sbi_item:nth-child(5),
	.section-info #sb_instagram #sbi_images li:nth-child(5),
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(5) {
		margin-left: -7% !important;
	}

	.section-post .img-hold {
		margin: 0 0 139px;
	}

	.info-block .block-hold:after {
		width: 200px;
	}

	.info-block .block-hold:before {
		width: 200px;
	}

	.carousel-section .slide-carousel2 .slick-arrow.slick-next {
		right: 0;
	}

	.carousel-section .slide-carousel2 .slick-arrow.slick-prev {
		left: 0;
	}

	.section .text {
		top: 150px;
		
	}

	.section-text-right .text {
		right: 60px;
		bottom: 50px;
		top: auto;
	}

	.post-info .block:first-child .text {
		padding: 0 10px 0 96px;
	}

	.post-info .text {
		padding: 0 96px 0 10px;
	}

	.content-info .socialnetworks {
		padding: 0 0 0 45px;
	}

	.content-info .box-title h1 {
		font-size: 42px;
		line-height: 44px;
	}

	.content-info .box {
		width: 12.05%;
	}

	#footer .container {
		padding: 57px 102px 51px 40px;
		letter-spacing: 3px;
	}

	#footer .section-info .col {
		padding: 73px 102px 26px;
	}

	#footer .txt {
		right: 102px;
	}

	#footer .text {
		padding: 0 0 0 50px;
	}

	.footer-nav ul {
		letter-spacing: 3px;
	}

	.footer-nav .logo-footer {
		margin: 0 11px 0 0;
	}

	.mailchimp-subscribe {
		padding: 25px 102px 34px 40px;
	}

	.mailchimp-subscribe form .text-email {
		padding: 0 35% 0 5%;
	}
}

@media (min-width: 1440px) {
	body.landing-page .block-text .block-bottom ul li {
		margin: 0 30px;
	}

	.section-info .widget-des #sbi_images,
	.section-info #sb_instagram #sbi_images {
		width: 2180px;
	}

	.info-block .block-hold:after {
		width: 282px;
	}

	.info-block .block-hold:before {
		width: 282px;
	}

	.content-info {
		padding: 0 49px 47px;
	}
	.section-testimonials .block-testimonials .slick-list {
		margin: 0 220px;
	}
}

@-webkit-keyframes arrowbounce {
	16.65% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}

	33.3% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes arrowbounce {
	16.65% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}

	33.3% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loadingSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	35% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
	}

	50% {
		opacity: .75;
	}

	65% {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg);
	}
}

@keyframes loadingSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	35% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
	}

	50% {
		opacity: .75;
	}

	65% {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg);
	}
}

@-webkit-keyframes loadingSpinAlt {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	35% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
	}

	50% {
		opacity: .75;
	}

	65% {
		-webkit-transform: rotate(-120deg);
		transform: rotate(-120deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: rotate(-120deg);
		transform: rotate(-120deg);
	}
}

@keyframes loadingSpinAlt {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	35% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
	}

	50% {
		opacity: .75;
	}

	65% {
		-webkit-transform: rotate(-120deg);
		transform: rotate(-120deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: rotate(-120deg);
		transform: rotate(-120deg);
	}
}

/* EXTRA */
.box-hold {
	color:#fff;
}

label.service-arrow {
	font-size:10px;
	padding-left:10px;
	padding-bottom:10px;
	vertical-align: middle;
	cursor: pointer;
}
/*
.sbi_type_video {
	width:auto!important;
}

.sbi_type_video a {
	height:auto!important;
}
*/
.readmore {
	cursor:pointer;
	margin-top:15px!important;
	font-size: 12px!important;
  line-height: 14px!important;
  font-family: september, Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 4px!important;
  text-transform: uppercase;
	color: #9b9b9b;
	display: none;
}

/*
.about-text{
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
	overflow: hidden;
	transition: overflow 3s ease-out;
}

.about-text p {
	margin-bottom:0!important;
}

.detruncate-text {
	display: block;
  -webkit-line-clamp: none;
	overflow: visible;
	transition: overflow 3s ease-out;
}
*/
.centered_text-wrap {
	overflow:hidden;
}
@media (min-width: 1024px) {
	.content-info .fixedsocialnetworks {
		position: fixed!important;
		top: 200px!important;
		z-index:10;
		left:30px;
		padding-left: 3px!important;
		animation: fade-in 400ms;
	}

	.content-info .fixedsocialnetworks li {
		display: block!important;
		float:none!important;
		margin-bottom:7px!important;
	}
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* ANIMATED SERVICE ICONS */

.threecolumns .col svg {
	height:32px!important;
	width:40px!important;
	padding:5px;
	margin: 0 0 32px;
}
.page-template-template-services .col svg {
	position: relative;
	left: 50%;
    transform: translate(-50%,0);
}
.tax-service-category svg path, .single-service svg path, .page-template-template-services svg path {
	fill: black !important;
}
.info-block svg{
	overflow: visible!important;
}
.info-block svg path {
	fill: #fff!important;
}
.tax-service-category .icon-container, .single-service .icon-container {
	height: 40px;
	width: 40px;
	/*padding: 20%;*/
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.tax-service-category .block-visual svg, .single-service .block-visual svg {
	height: 100% !important;
	width: 100% !important;
	padding: 25% 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}

/* ICON 1 SVG */

svg.ico-1 path, .top-icon-ico-1 svg path {
  transform-origin: 50% 60%;
  transform: rotate(180deg);
	transition: transform .7s cubic-bezier(.49, .01, .49, .99);
}
.threecolumns .col:nth-of-type(1):hover svg path, .top-icon-ico-1.visible svg path, .info-block .top-icon-ico-1-block:hover svg path {
	transform-origin: 50% 60%;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	transform: rotate(540deg);
	transition: transform .7s cubic-bezier(.49, .01, .49, .99);
}
.tax-service-category .visible svg path, .single-service .visible svg path {
	transition: transform .7s cubic-bezier(.49, .01, .49, .99) 1.8s !important;
}



/* ICON 2 SVG */

svg.ico-2 path:nth-of-type(1), .top-icon-ico-2 svg path:nth-of-type(1) {
	transform-origin: 50% 60%;
	transform: rotate(180deg);
	transition: transform .7s cubic-bezier(.49, .01, .49, .99);
}
svg.ico-2 path:nth-of-type(3), .top-icon-ico-2 svg path:nth-of-type(3) {
	transform-origin: 50% 80%;
	transform: rotate(180deg);
	transition: transform .7s cubic-bezier(.49, .01, .49, .99);
}
svg.ico-2 path:nth-of-type(2), .top-icon-ico-2 svg path {
	transform-origin: 50% 60%;
	transform: rotate(180deg);
	transition: transform .7s cubic-bezier(.49, .01, .49, .99);
}

.threecolumns .col:nth-of-type(2):hover svg path:nth-of-type(1), .top-icon-ico-2.visible svg path:nth-of-type(1), .info-block .top-icon-ico-2-block:hover svg path:nth-of-type(1) {
  transform-origin: 50% 60%;
  transition: transform .7s cubic-bezier(.49, .01, .49, .99);
	transform:rotate(-180deg);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.threecolumns .col:nth-of-type(2):hover svg path:nth-of-type(3), .top-icon-ico-2.visible svg path:nth-of-type(3), .info-block .top-icon-ico-2-block:hover svg path:nth-of-type(3) {
  transform-origin: 50% 80%;
	transition: transform .7s cubic-bezier(.49, .01, .49, .99);
	transform:rotate(-180deg);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.threecolumns .col:nth-of-type(2):hover svg path:nth-of-type(2), .top-icon-ico-2.visible svg path, .info-block .top-icon-ico-2-block:hover svg path:nth-of-type(2) {
	transform-origin: 50% 60%;
	transition: .7s cubic-bezier(.49, .01, .49, .99);
	transform:rotate(540deg);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* ICON 3 SVG */

svg.ico-3 path:nth-of-type(1), .top-icon-ico-3 svg path:nth-of-type(1) {
	transform-origin: 50% 50%;
	transition: transform .7s cubic-bezier(.49, .01, .49, .99);
	transform: rotate(0deg);
}
.threecolumns .col:nth-of-type(3):hover svg path:nth-of-type(1), .top-icon-ico-3.visible svg path:nth-of-type(1), .info-block .top-icon-ico-3-block:hover svg path:nth-of-type(1) {
	transform-origin: 50% 50%;
  transition: transform .7s cubic-bezier(.49, .01, .49, .99);
	transform: rotate(180deg);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
svg.ico-3 path:nth-of-type(2), .top-icon-ico-3 svg path:nth-of-type(2) {
	transform-origin: 50% 50%;
	transition: transform .7s cubic-bezier(.49, .01, .49, .99);
	transform: rotate(0deg);
}
.threecolumns .col:nth-of-type(3):hover svg path:nth-of-type(2), .top-icon-ico-3.visible svg path:nth-of-type(2), .info-block .top-icon-ico-3-block:hover svg path:nth-of-type(2) {
	transform-origin: 50% 50%;
  transition: transform .7s cubic-bezier(.49, .01, .49, .99);
	transform: rotate(-180deg);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* Add left and right padding to certain sections that cut the logo off */
@media (min-width:1024px){
/*    .section-inform, */
	.section-blog, .block-visual, .block-services, .block-visual, .section-services, .section-team .team-holder {
		padding-left:45px;
		padding-right:45px;
	}
/*     .post-section .container,	.section-inform,  */
    .clients-section {
		padding: 100px 106px 60px;
	}
	.single-post .section-inform {
		padding-left:106px!important;
		padding-right:106px!important;
	}
}

/*
[data-scrollbar], [scrollbar], scrollbar {
    display: block;
    position: relative;
    height: 100vh;
}
*/
/* Smooth Scrollbar */
[data-scrollbar],[scrollbar],scrollbar{display:block;position:relative}[data-scrollbar] .scroll-content,[scrollbar] .scroll-content,scrollbar .scroll-content{-webkit-transform:translateZ(0);transform:translateZ(0)}[data-scrollbar].sticky .scrollbar-track,[scrollbar].sticky .scrollbar-track,scrollbar.sticky .scrollbar-track{background:hsla(0,0%,87%,.75)}[data-scrollbar] .scrollbar-track,[scrollbar] .scrollbar-track,scrollbar .scrollbar-track{position:absolute;opacity:0;z-index:1;-webkit-transition:opacity .5s ease-out,background .5s ease-out;transition:opacity .5s ease-out,background .5s ease-out;background:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-scrollbar] .scrollbar-track.show,[data-scrollbar] .scrollbar-track:hover,[scrollbar] .scrollbar-track.show,[scrollbar] .scrollbar-track:hover,scrollbar .scrollbar-track.show,scrollbar .scrollbar-track:hover{opacity:1}[data-scrollbar] .scrollbar-track:hover,[scrollbar] .scrollbar-track:hover,scrollbar .scrollbar-track:hover{background:hsla(0,0%,87%,.75)}[data-scrollbar] .scrollbar-track-x,[scrollbar] .scrollbar-track-x,scrollbar .scrollbar-track-x{bottom:0;left:0;width:100%;height:8px}[data-scrollbar] .scrollbar-track-y,[scrollbar] .scrollbar-track-y,scrollbar .scrollbar-track-y{top:0;right:0;width:8px;height:100%}[data-scrollbar] .scrollbar-thumb,[scrollbar] .scrollbar-thumb,scrollbar .scrollbar-thumb{position:absolute;top:0;left:0;width:8px;height:8px;background:rgba(0,0,0,.5);border-radius:4px}[data-scrollbar] .overscroll-glow,[scrollbar] .overscroll-glow,scrollbar .overscroll-glow{position:absolute;top:0;left:0;width:100%;height:100%}


/***CUSTOM STYLES (Elizabeth)***/
/*Service Page Styles*/

.tax-service-category .block-visual {
	padding: 0;
    position: relative;
    background: black;
    overflow: visible;
    min-height: 300px;
}

.tax-service-category .block-visual .txt-hold {
    z-index: 1;
	position: absolute;
    bottom: 0%;
    padding: 0 30px;
    overflow: visible;
}

.tax-service-category .block-visual .subtitle {
    padding: 0 0 60px;
}

.tax-service-category .block-visual .txt-hold .icon {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin: 0 0 0 -20px;
	width: 60px;
	height: 60px;
	background: #f6f6f6;
	border-radius: 50%;
	text-align: center;
}

.tax-service-category .block-visual .img-box {
    max-height: 400px;
    overflow: hidden;
}

.tax-service-category .block-visual h1,
.tax-service-category .block-visual .subtitle {
	color: white;
}



.tax-service-category .img-box {
	opacity: .2;
}

.tax-service-category .img-hold {
	transform: none;
}

.tax-service-category .block-visual .txt-hold .icon-container {
/*
    width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
    padding: 20px;
*/
}


.tax-service-category .block-post .text-box {
	margin: 0;
}

.tax-service-category .section-text {
    padding-top: 100px;  
}
.tax-service-category .section-post .post-holder {
	padding: 0;
}


/*Sub Service Page Styles*/

.single-service .block-visual {
	overflow: visible;
    padding: 80px 0 0;
}

.single-service .block-visual container {
    color: black;
    opacity: 1;
}

.single-service .txt-hold {
	padding: 0;
}

.single-service .section-post {
    padding-top: 60px;
    padding-bottom: 60px;
}

.single-service .section-post .text-hold {
        max-width: 800px;
}

.single-service .section-post .text-hold p {
    margin: 0 0 15px;
    color: black;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: -0px;
}

.single-service .section-post .text-box {
	padding: 0 17% 0% 30px;
}

.single-service .section-service-includes {
    background-size: cover;
    color: white;
    background-color: black;
}

.single-service .section-service-includes ul {
    padding: 0;
}

.single-service .section-service-includes li {
    font-family: ralewayregular, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 32px;
    line-height: 1.1;
    color: white;
    list-style: none;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 40px;
}


.single-service .section-service-includes .add-text-hold {
    position: relative;
    padding: 100px 0;
    margin-top: 0 !important;
	overflow: visible;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #afafaf;
    max-width: 1024px;
    margin: 0 auto;
}

.single-service .section-inform .block-info .row:last-child {
	margin: 0;
}



.slick-slider .slide .img-hold video {
	width: 100%;
	height: auto;
}



/*Blog Post Styles*/

.post-template-default .content-block a {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,1);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,1);
    transition: all .05s ease-out;
}

.post-template-default .content-block a:hover {
    color: rgba(116,4,18,1);
    -webkit-box-shadow: 0px 3px 0px 0px rgba(116,4,18,1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(116,4,18,1);
    box-shadow: 0px 3px 0px 0px rgba(116,4,18,1);

}


/* PARALLAX FIX - EVERYTHING WITH PARALLAX OF Zpx must have a margin-bottom of -Zpx */
.section-block .img-box img, .section-text-right .img-box img, .section-inform .block-info .row .col:only-child {
/*	margin-bottom: -80px;*/
}

.video-section {
	position: relative;
	text-align: center;
}

.video-section video {
	margin-bottom: -10px;
}

.video-section h2 {
    font: 12px/14px "september", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
    max-width: 600px;
    margin: 0 auto;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* Section-inform dynamic font sizes */
@media (max-width: 1299px) {
	.img-small-title {
/*		font-size: 48px!important;*/
	}
        .visual .text-inf {
            margin: 0px 0 10px 0;
            font-size: 12px;
            line-height: 22px;
            letter-spacing: 2px;
            font-weight: 800;
        }
}
@media (max-width: 1023px){
	.img-small-title {
/*		font-size: 36px!important;*/
	}
	iframe {
		width: 100%;
	}
	.nav-active .nav-opener {
    margin: 6px 37px 0 0;
	}
	.section-testimonials .block-testimonials:after {
	    background: linear-gradient(to right, #0a0a0a 0, rgba(10, 10, 10, 0) 40%, rgba(10, 10, 10, 0) 60%, #0a0a0a 100%);
	}
    
    .visual .text h1{
        font-size: 64px;
        letter-spacing: -2px;
        line-height: 60px;
    }

}
@media (max-width: 767px){
    
    .visual .text .block-btn.video .btn {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        text-indent: -9999px;
        padding: 0;
    }
    
    .visual .text .block-btn.video .btn:before {
        content: "\e909";
        position: absolute;
        right: 50%;
        top: 50%;
        -webkit-transform: translate(50%, -50%) rotate(-90deg);
        -ms-transform: translate(50%, -50%) rotate(-90deg);
        transform: translate(50%, -50%) rotate(-90deg);
        width: 17px;
        height: 16px;
        text-indent: 0;
        font-size: 16px;
        line-height: 1;
        font-family: "icomoon";
        z-index: 5;
    }
    
	.img-small-title {
/*		font-size: 32px!important;*/
	}
/*
	.section-inform .block-info .row .col:only-child {
		margin-bottom: 0;
	}
	.section-inform .block-info .row .col:only-child .link {
		padding-bottom: 50%;
	}
*/
	/* MOBILE NAV MENU */
	.logo .icon-logo-outside .icon-logo-text:before {
		/*display: none;*/
	}

	.nav-active .nav-opener {
		margin: 6px 24px 0 0;
	}

	body.nav-active .logo[data-color][data-color="black"] .mask-bottom * {
		color: #000;
	}
	/*
	.logo[data-color].logo .mask-top * {
		background: inherit!important;
	} */
	.logo {
		width: 32px;
	}
	.logo .icon-logo-outside .icon-logo-header {
		width: 32px;
	    height: 32px;
	    background-color: transparent !important;
	    background-image: url(images/mobile-logo.png)!important;
	    background-size: 25px 25px!important;
	    background-position: 50% 50%!important;
	    background-repeat: no-repeat!important;
	}
	.logo .icon-logo-outside .icon-logo-header:before {
		display: none;
	}
	.logo .icon-logo-outside .icon-logo-header:after {
		display: none;
	}
	.logo .icon-logo-outside .icon-logo-text {
		display: none;
	}


	/* MOBILE VISUAL SECTION */
	.visual-home {
		margin-top:50px;
		height: calc(100vh - 50px);
		min-height: 550px;
	}
	.visual-home .text {
		top: 0;
	}
    
    .visual .text {
        position: relative;        
    }

	.visual-home .txt-hold {
        top: 0;
/*        position: relative;*/
        height: auto;
        padding: 0 20px;
/*
        position: absolute;
        top: 25%;
        left: 0;
        padding: 0 20px;
        right: 0;
*/
	}
	.visual-home .text .bottom-text {
        position: relative;
        height: auto;    
        overflow: visible;
/*
		bottom: 0;
		position: absolute;
		height: auto;
		width: 100%;
		margin: 0!important;
        overflow: visible;
*/
	}

	.visual-home .img-hold {
		min-height: 100vh;
        transition: all .3s ease-out;
	}
    
	body.nav-active .nav-opener[data-color][data-color="white"] .mask-top .opener-line span,
	body.nav-active .nav-opener[data-color][data-color="white"] .mask-top .opener-line:before,
	body.nav-active .nav-opener[data-color][data-color="white"] .mask-top .opener-line:after,
	body.nav-active .nav-opener[data-color][data-color="white"] .mask-bottom .opener-line span,
	body.nav-active .nav-opener[data-color][data-color="white"] .mask-bottom .opener-line:before,
	body.nav-active .nav-opener[data-color][data-color="white"] .mask-bottom .opener-line:after,
	body.nav-active .nav-opener[data-color][data-color="black"] .mask-bottom .opener-line span,
	body.nav-active .nav-opener[data-color][data-color="black"] .mask-bottom .opener-line:before,
	body.nav-active .nav-opener[data-color][data-color="black"] .mask-bottom .opener-line:after,
	body.nav-active .nav-opener[data-color][data-color="white"] .mask-bottom .opener-line:after  {
		background: #000!important;
		color: #000!important;
	}

	body.nav-active .logo[data-color][data-color="black"] .mask-bottom::before,
	body.nav-active .logo[data-color][data-color="black"] .mask-bottom::after,
	body.nav-active .logo[data-color][data-color="black"] .mask-bottom *,
	body.nav-active .logo[data-color][data-color="white"] .mask-top:before,
	body.nav-active .logo[data-color][data-color="white"] .mask-top:after,
	body.nav-active .logo[data-color][data-color="white"] .mask-top *,
	body.nav-active .logo[data-color][data-color="white"] .mask-bottom:before,
	body.nav-active .logo[data-color][data-color="white"] .mask-bottom:after,
	body.nav-active .logo[data-color][data-color="white"] .mask-bottom * {
		color: #000!important;
	}


	/* END MOBILE VISUAL SECTION */

	.nav-frame .block-container {
		display: none;
	}
	#nav li {
		padding: 8px 0;
	}
	.nav-holder {
		transform: translateX(100%);
	}
	.nav-holder .block-menu {
		width: 100%;
	} /*
	.nav-active .nav-opener {
	margin: 6px 4px 0 0;
	} */
	.navigation,
	.navigation-comments {
		font-size: 14px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single {
		font-size: 14px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.visual-home .text-inf {
        padding: 45px 0px;
	}

	.threecolumns {
		background: none;
	}
	.threecolumns .col {
		margin: 0 auto 25px;
	}
	.threecolumns .col:nth-of-type(2){
		background: #1e1a1b;
	}
    
    .block-services .threecolumns {
        margin: 0 auto;
        max-width: 400px;
    }
    
    .block-services .threecolumns .col:nth-of-type(2){
		background: #fff;
	}

	.mailchimp-subscribe form .text-email {
		font-size: 24px;
	}

	.section-text-image .content-wrap {
		width: 100%;
		margin-right: auto;
		text-align: center;
        padding-bottom: 120px;
	}

	.section-text-image .text-hold {
		width: 100%;
		margin: 0 auto;
	}

	.section-text-image .subtitle:after {
		left: 0;
	    right: 0;
	    margin: auto;
	}

	.section-text-image .btn-hold {
		margin: 0 auto;
	}

    .section-inform .block-info {
		padding-bottom: 60px;
	}
	.section-inform .block-info img {
		margin-top: 0 !important;
	}

	.section-inform .block-info .link {
		padding-bottom: 50%;
	}
	.section-inform .block-info .text {
		top: 50%!important;
	}
    .section-inform .block-info .col {
		margin-bottom: 20px;
	}
	#sbi_images {
		width:auto!important;
	}
	.text .box-title h2 {
		font-weight: normal;
		letter-spacing: 0;
		font-family: ralewayregular;
	}
	.section-text-right .text {
		text-align: center;
	}
	.post-info .block a {
		padding-top:50%;
	}
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(4){
		display: none;
	}
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(5){
		display: none;
	}
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(6){
		display: none;
	}
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(7){
		display: none;
	}
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(8){
		display: none;
	}
	.section-info #sb_instagram #sbi_images .sbi_item:nth-child(8){
		display: none;
	}
	.section-testimonials .block-testimonials .slick-list {
		padding: 0 50px;
	}
	.section-testimonials .block-testimonials:after {
		background: linear-gradient(to right, #0a0a0a 0, rgba(10, 10, 10, 0) 30%, rgba(10, 10, 10, 0) 70%, #0a0a0a 100%);
	}
	.mailchimp-subscribe {
		height:125px;
	}
	.img-box {
		/*overflow: hidden;*/
	}
	.section-text-right .box-title, .section-block .box-title, .section-block-text .box-title {
		color: #231f20!important;
	}
	.section-text-right .underbar, .section-block .underbar, .section-block-text .underbar {
		color: #231f20!important;
	}
	.section-text-right .text, .section-block .text, .section-block-text .text {
		color: #231f20!important;
	}
	.section-text-right .text-box, .section-block .text-box {
		color: #231f20!important;
	}
	.section-text-left .text, .section-text-left .text .box-title {
		color: #231f20!important;
	}
	.section-text-left .text .underbar {
		background-color: #231f20!important;
	}
	.text-section .box-title, .text-section .underbar, .text-section .text, .text-section .text-box {

	}
	.tax-service-category .block-visual svg {
	}
	.section-block-text .img-box {
		overflow: hidden;
	}
	.section-text-left .img-box {
		overflow: hidden;
	}
	/* Blog */
	.section-blog .img-wrap {
		width: 100%;
		height: auto;
	}
	.content-info .box {
		padding-top: 12px;
	}
	/* Services */
	.block-services .img-hold {
		height: 100%;
	}
	/* Case Study*/
/*
	.post-info .next .subtitle, .post-info .previous .subtitle {
		display: none;
	}
*/
	.post-info .box-title {
		padding: 0;
	}
	.text .box-title h2 {
		position: relative;
		display:inline-block;
		padding: 0 30px;
	}
	.post-info .block:first-child .box-title {
		padding: 0;
	}
	.post-info .box-title:after {
		display: none;
	}
	.post-info .box-title h2:after {
		content: "\e905";
		font-family: "icomoon";
		width: 7px;
		height: 14px;
		font-size: 14px;
		line-height: 1;
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 10px;
	}
	.post-info .previous .box-title h2:after {
		left:0;
		right: auto;
		transform: rotate(180deg);
	}
	.post-section .post a:hover:after {
		opacity: 0.4;
	}

	.post-section .post a:hover .text {
		padding-bottom: inherit;
	}

	.post-section .post a:hover .btn-arrow {
		-webkit-transition: none;
		transition: none;
		opacity: 1;
	}
	.post-section .post a:hover .btn-arrow {
		display: none;
	}

	.section-block-text.text .container {
		padding-top: 60px;
	}

	/* our brands */
	.brands-section ul {
		border-top: none;
		padding-top: 20px
	}
	.brands-section .subtitle {
		padding-bottom: 0;
	}

	.block-clients .list li {
		text-align: center;
		padding: 0 0 20px !important;
	}
}

@media (max-width: 480px){
	.section-testimonials blockquote {
		font-size: 16px;
	}
	.section-testimonials blockquote p {
		line-height: 22px;
	}
    
    .visual .text h1 {
        font-size: 42px;
        line-height: 44px;
        letter-spacing: -1px;
    }
}

@media (max-width: 767px) and (max-height: 650px){
	#nav li {
		padding: 4px 0;
	}
}

.not-found {
    background: black;
    color: white;
    text-align: center;
}

@media (max-width: 767px) {
    .not-found {
        max-height: 100vh;
    }
}

.not-found h1 {
    color: white;
    font-size: 15vw;
    line-height: .85;
    font-weight: 500;
    font-family: "kepler-std", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

@media (max-width: 767px) {
    .not-found h1 {
       font-size: 40vw;
    }
}

.not-found .block-contact {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.not-found .block-contact .text {
    max-width: 100%;
    position: relative;
    font-weight: 500;
    padding: 120px 30px;
    z-index: 3;
}

.not-found video {
    position: absolute;
    left: 0px;
    top: 0px;
}

#bg-stretch1519194932052132 {
    background-image: url(../images/Mint-Chip-Texture-720x800.jpg);
}
#bg-stretch1519194932053919 {
    background-image: url(../images/ONS_Cover-720x800.jpg);
}
.video-container {
  position: absolute!important;
  top: 0!important;
  bottom: 0!important;
  width: 100%!important;
  height: 100%!important; 
  overflow: hidden!important;
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%!important; 
  min-height: 100%!important; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto!important;
  height: auto!important;

  /* Center the video */
  position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%,-50%)!important;
}