@font-face {
	font-family: 'CallunaSans';
	src: url("../fonts/CallunaSans-Regular_gdi.eot");
	src: url("../fonts/CallunaSans-Regular_gdi.eot?#iefix") format('embedded-opentype'), url("../fonts/CallunaSans-Regular_gdi.woff") format('woff'), url("../fonts/CallunaSans-Regular_gdi.ttf") format('truetype'), url("../fonts/CallunaSans-Regular_gdi.svg#CallunaSans-Regular") format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
@font-face {
	font-family: 'CallunaSans';
	src: url("../fonts/CallunaSans-Italic_gdi.eot");
	src: url("../fonts/CallunaSans-Italic_gdi.eot?#iefix") format('embedded-opentype'), url("../fonts/CallunaSans-Italic_gdi.woff") format('woff'), url("../fonts/CallunaSans-Italic_gdi.ttf") format('truetype'), url("../fonts/CallunaSans-Italic_gdi.svg#CallunaSans-Italic") format('svg');
	font-weight: 400;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
@font-face {
	font-family: 'CallunaSans';
	src: url("../fonts/CallunaSans-Semibold_gdi.eot");
	src: url("../fonts/CallunaSans-Semibold_gdi.eot?#iefix") format('embedded-opentype'), url("../fonts/CallunaSans-Semibold_gdi.woff") format('woff'), url("../fonts/CallunaSans-Semibold_gdi.ttf") format('truetype'), url("../fonts/CallunaSans-Semibold_gdi.svg#CallunaSans-Semibold") format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
@font-face {
	font-family: 'CallunaSans';
	src: url("../fonts/CallunaSans-Bold_gdi.eot");
	src: url("../fonts/CallunaSans-Bold_gdi.eot?#iefix") format('embedded-opentype'), url("../fonts/CallunaSans-Bold_gdi.woff") format('woff'), url("../fonts/CallunaSans-Bold_gdi.ttf") format('truetype'), url("../fonts/CallunaSans-Bold_gdi.svg#CallunaSans-Bold") format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
body {
	margin: 0;
	padding: 0;
	color: #505050;
	font-size: 18px;
	line-height: 1.3333;
	font-weight: 400;
	font-family: 'CallunaSans', sans-serif;
	background: #fff;
	min-width: 320px;
	position: relative;
}
* {box-sizing: border-box;}
img {border-style: none;}
input,
textarea,
select {
	color: #505050;
	vertical-align: middle;
	font: 100% 'CallunaSans', sans-serif;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
	padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	transition: all 0.3s;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
blockquote,
q {quotes: none;}
q:before,
q:after {content: '';}
a {
	color: #505050;
	text-decoration: none;
	transition: all 0.3s;
}
a:hover {color: #515151;}
::-webkit-input-placeholder {color: #505050;}
:-moz-placeholder {
	color: #505050;
	opacity: 1;
}
::-moz-placeholder {
	color: #505050;
	opacity: 1;
}
:-ms-input-placeholder {color: #505050;}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {outline: none;}
p {margin: 0;}
.alignleft {float: left !important;}
.alignright {float: right !important;}
#header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	padding: 30px 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 100;
}
.scrolled{
	background: #fff;
	color: #000;
	padding: 14px 0px 16px 0px !important;
}
.scrolled #nav li a{color: #000;}
#header .header-holder {float: left;}
#header.white {border-bottom: 1px solid #e5e5e5;}
#header.scrolled .logo,
#header.white .logo{background-image: url("../images/logo-black.png");}
#header.white #nav li a {color: #000;}
#header.white .open-nav .bar {background-color: #000;}
.logo {
	float: left;
	width: 199px;
	height: 45px;
	background: url("../images/logo.png") no-repeat;
	background-size: 199px 45px;
	margin: 0;
}
.logo a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}
.open-nav {
	display: none;
	float: right;
	width: 22px;
	height: 22px;
	margin-top: 3px;
	position: relative;
}
.open-nav:hover {cursor: pointer;}
.open-nav .bar {
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
}
.open-nav .bar:nth-child(1) {top: 2px;}
.open-nav .bar:nth-child(2) {top: 10px;}
.open-nav .bar:nth-child(3) {bottom: 2px;}
.nav-holder {float: right;}
.fader {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
	z-index: 10;
}
#nav {
	float: left;
	margin: 0;
	padding: 28px 0 0;
	list-style: none;
}
#nav li {
	float: left;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 0 0 26px;
}
#nav li a {
	color: #fff;
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	padding: 0 15px;
}
h2, .featured-title {
	font-size: 42px;
	line-height: 1.1;
	font-weight: normal;
	color: #000;
	padding: 1.27em 0 0;
	margin: 0 0 0.55em;
	text-align: center;
}
h2.upppercase{text-transform: uppercase;}
#top-section {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	vertical-align: middle;
	text-align: center;
	display: table;
	-webkit-background-size: cover;
	background-size: cover;
}
.fancybox-overlay {
    background-color: rgba(0,0,0,0.93);
    background-image: none !important;
}
.slick-arrow {
	z-index: 9 !important;
}
.slick-prev {
    left: 13px !important; 
}
.slick-next {
    right: 13px !important;
}
.slick-prev, .slick-next{
	width: 36px;
	height: 36px;
}
.slick-prev:before, .slick-next:before {
    font-size: 25px;
}    
.slick-next:before {
    content: '';
    background-image: url(../images/right-chevron.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 36px;
    height: 36px;
    width: 36px;
    position: absolute;
    left: 0;
    top: 0
}
.slick-prev:before {
    content: '';
    background-image: url(../images/left-chevron.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 36px;
    height: 36px;
    width: 36px;
    position: absolute;
    right: 0;
    top: 0;
}
/* Contact Boxes */
#contacts .container {
	max-width: 1100px;
}
#contacts .one-third {
	width: 33.333%;
    float: left;
    box-sizing: border-box;
}
.row {
	position: relative;
	display: block;
}
.row:before, .row:after {
	content: '';
	display: table;
}
.row:after {
	clear: both;
}
#contacts .location-holder {
	background: #eee;
    padding: 25px 15px;
    margin: 7px;
}
#contacts .location-holder h3 {
	padding: 0px;
	margin: 0px;
}
#contacts .location-holder p {
	line-height: 25px;
    padding-bottom: 10px;
}    
.gform_footer:before, .gform_footer:after {
	content: '';
	display: table;
}
.gform_footer:after {
	clear: both;
}
/* Values undir about */
.values .full-slide {
	min-height: 700px;
	height: 80vw;
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.values .full-slide .container {
	max-width: 100%;
	width: 100%;
	padding: 0 55px;  
}	
.values .full-slide h1 {
	margin-top: 0px;
	font-size: 2.6em;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 30px;
}
/* test slick i fancybox */
/*
.fancybox-outer .vidme.photo {
	width: 50%;
    float: left;
}
.fancybox-outer .fancybox-nav {
	display: none !important;
	visibility: hidden !important;
}
*/
.single-clients_type #top-section {
height: 100vh;
}
.single-clients_type #top-section h1, .single-clients_type #top-section p {
    color: #505050;
}
section.call-banner {
	padding: 20px 0px;
	background: #000;
}
section.call-banner h1 {
	margin: 10px;
}
section.call-banner p {
	font-size: 18px;
    line-height: 1.3333;
    font-weight: 400;
    font-family: CallunaSans,sans-serif;
}    
#top-section.style h1{color: #000;}
#top-section.style .holder{color: #505050;}
#top-section.style .scroll-down{display: none;}
#top-section .holder {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color: #fff;
}
#top-section .container {
	position: relative;
	z-index: 2;
}
#top-section .container p {margin: 0;}
#top-section h1 {
	font-size: 2.6em;
	line-height: 1.1;
	text-transform: uppercase;
	margin: 0 0 30px;
}
#top-section h1.heading {font-size: 2.6em;}
#top-section h1.heading.thin {font-weight: 400;}
#top-section img {max-width: 100%;}
#top-section .scroll-down {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 38px;
	width: 25px;
	height: 15px;
	background: url("../images/scroll-down.png") no-repeat;
	background-size: 25px 15px;
	text-indent: -9999px;
	-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
	overflow: hidden;
}
#main {width: 100%;}
#main .container {
	font-size: 1.33em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	text-align: center;
}
#main .top-section {
	text-align: center;
	padding: 6em 0 1.5em;
}
#main .top-section .container {
	font-size: 1em;
	line-height: 1.1;
}
#main .top-section h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0.3em;
}
#main .top-section .subheading {
	display: block;
	position: relative;
	padding-top: 1em;
	color: #909090;
}
#main .top-section .type.lightbox {
	display: block;
	position: relative;
	padding-top: 0.2em;
	color: #909090;
	font-weight: 800;
}
#main .top-section .subheading:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	height: 2px;
	width: 60px;
	background-color: #000;
	margin-left: -30px;
}
#main .content {padding: 1em 0 2em;}
#main .content h2 {
	font-size: 1.33em;
	line-height: 1.1;
	padding: 3em 0 0;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 0.6em;
}
#main .content .holder {
	width: 100%;
	padding: 2em 1.22em;
	margin: 0;
}
#main .content .holder:after {
	content: "";
	display: block;
	clear: both;
}
#main .content .col {
	float: left;
	width: 50%;
	padding: 0 1.22em;
}
#main .content .news-content {
	max-width: 694px;
	text-align: left;
	font-size: 1em;
	line-height: 1.3;
}
#main .content .news-content p {margin: 0 0 2em;}
#main .content .news-content .highlight {
	font-size: 1.3em;
	line-height: 1.3;
}
#map {
	width: 100%;
	height: 450px;
	background-color: #ccc;
}
#contacts {max-width: 1000px !important;}
#contacts .contacts {margin: 0 0 40px;}
#contacts address {
	display: block;
	font-style: normal;
	margin: 0 0 10px;
}
#contacts .contacts-form .row {
	width: 100%;
	padding-bottom: 34px;
}
#contacts .contacts-form .row:after{
	content: '';
	clear: both;
	display: block;
}
#contacts .contacts-form .text {
	width: 100%;
	padding: 10px 14px;
	font-size: 1.1em;
	line-height: 22px;
	border-radius: 0;
	background: #fff;
	border: 1px solid #000;
	color: #505050;
	margin: 0;
}
#contacts .contacts-form .text.w50 {
	float: left;
	width: 50%;
	clear: none;
}
#contacts .contacts-form .text.w50:nth-child(2) {float: right;}
#contacts .contacts-form .textarea {
	width: 100%;
	height: 10em;
	padding: 10px 14px 10px 14px;
	font-size: 1.1em;
	line-height: 1.1;
	border-radius: 0;
	background: #fff;
	border: 1px solid #000;
	color: #505050;
	resize: none;
	margin: 0;
}
#gform_wrapper_1 input {
margin-bottom: 8px;
}

.select-gfield_select {
margin-bottom: 17px;
}

.select-area {
    float: left;
    position: relative;
    overflow: hidden;
    width: 50% !important;
    border: 1px solid #000;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.1;
    padding: 10px 14px 10px 14px;
 }

#contacts .contacts-form .submit, .gform_button {
	float: right !important;
	border-style: none !important;
	background: #000 !important;
	color: #fff !important; 
	margin: 20px 0px 45px 0px !important;
	cursor: pointer !important;
	font-size: 1.2em !important;
	line-height: 1.1 !important;
	height: 40px !important;
    font-weight: 400 !important;
    font-family: 'CallunaSans', sans-serif !important;
    padding: 5px 20px !important;
}
.gform_button:hover {
	opacity: 0.8 !important;
}

#input_1_1, #input_1_2 {
    padding: 10px 14px;
    font-size: 1.1em;
    line-height: 22px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #000;
    color: #505050;
    margin: 0;
    width: 100% !important;
    }

#gform_wrapper_1 label {
	display: none !important;
}
.news-block {margin: 0 0 4em;}
.news-block h3 {
	font-size: 1.8em;
	line-height: 1.1;
	font-weight: 400;
	margin: 0 0 0.3em;
}
.col .news-block h2 {
	text-align: left;
}
.col .news-block a {
	font-weight: normal;
}
.col .news-block .more {
	font-weight: bold;
}
.news-block .meta {
	display: block;
	font-style: normal;
	font-size: 0.9em;
	margin: 0 0 1em;
}
.news-block p {margin: 0;}
.news-block a {font-weight: bold;}
.video-holder {
	margin: 0 0 1em;
	position: relative;
}
.video-holder video{
	min-width: 100%;
	position: relative;
}
#top-section .video-bg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
#top-section .video-bg video{
	position: relative;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	vertical-align: top;
	z-index: 1;
}
@media only screen and (max-width: 680px) {
	#top-section .video-bg video{
		display: none;
	}
}
.gallery {
	width: 100%;
	overflow: hidden;
}
.gallery .gallery-filter {
	text-align: center;
	padding: 1.23em 0;
	margin: 0;
}
.gallery .gallery-filter ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery .gallery-filter ul li {
	display: inline-block;
	margin: 0 14px;
	font-size: 1.1em;
}
.gallery .gallery-filter ul li a {
	display: inline-block;
	color: #505050;
	padding: 0 0 8px;
	position: relative;
}
.gallery .gallery-filter ul li a:hover {color: #000;}
.gallery .gallery-filter ul li a:hover:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #000;
}
.gallery .gallery-filter ul li.active a, .mini-menu .current-menu-item a {color: #000;}
.gallery .gallery-filter ul li.active a:after, .mini-menu .current-menu-item a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #000;
}
.gallery .gallery-container {
  margin: 0 -1px;
  font-size: 0;
  line-height: 0;
}
.gallery .item {
  display: inline-block;
	position: relative;
	border: 1px solid #fff;
	overflow: hidden;
	width: 33.33%;
  vertical-align: top;
}
.gallery .item:after {
	content: '';
	display: block;
	padding-top: 76%;
}
.gallery-type2 .item{
  float: left;
}
.gallery .item.w25 {width: 25%;}
.gallery .item.w25:after {
	content: '';
	display: block;
	padding-top: 110%;
}
.gallery .item.w43 {width: 43%;}
.gallery .item.w43:after {
	content: '';
	display: block;
	padding-top: 69.49%;
}
.gallery .item.w57 {width: 57%;}
.gallery .item.w57:after {
	content: '';
	display: block;
	padding-top: 52.38%;
}
.gallery .item.w50 {width: 50%;}
.gallery .item.w50:after {
	content: '';
	display: block;
	padding-top: 59.7%;
}
.gallery .item.w50.rows2:after {padding-top: 119.6%;}
.gallery .item.w50.rows2.right + .w50 {margin: -29.85% 0 0;}
.gallery .item.zoom .img {transition: all 0.5s;}
.gallery .item.zoom:hover .img {
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
}
.gallery .item a {display: block;}
.gallery .item .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 1;
}
.gallery .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	padding: 10px 1.77em;
	z-index: 2;
	font-size: 18px;
	line-height: 1.3333;
}
.gallery .caption .title,
.gallery .caption .name,
.gallery .caption .position,
.gallery .caption .client,
.gallery .caption .type,
.gallery .caption .meta {display: block;}
.gallery .caption .title,
.gallery .caption .name {
	font-size: 1.44em;
	text-transform: uppercase;
	margin: 0;
}
.gallery .caption .type,
.gallery .caption .client{
	color: #d1d1d1;
}

.gallery .caption p {margin: 0;}
.gallery .caption .meta,
.gallery .caption .position {
	font-style: normal;
	color: #bac0bc;
}
.gallery .caption .meta+p, .gallery .caption .meta+a h2, h2.news-head {
	font-size: 1.05em !important;
	color: #fff !important;
	text-align: left !important;
	padding-top: 2px !important;
	text-transform: none !important;
}

.gallery .caption .meta a {
	display: inline-block;
	color: #bac0bc;
}

.single-post .subheading a {
	color: #909090;
}
.single-post .img-single {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    min-height: 600px;
}
#about {
	background: #ebebeb;
	padding-bottom: 6.7em;
}
#about h2, .featured-title {
	padding-top: 1.87em;
	text-transform: uppercase;
}
.services {
	text-align: center;
	padding: 2.8em 0 1em;
}
.services .holder {
	width: 100%;
	padding: 0 2.5em 3.6em;
	overflow: hidden;
}
.services .service {
	float: left;
	width: 33.33333%;
	padding: 0 2.5em;
	position: relative;
}
.services .service .img-holder {
	width: 100%;
	height: 96px;
	white-space: nowrap;
	margin: 0 0 1.5em;
}
.services .service .img-holder:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.services .service .img-holder img {
	display: inline-block;
	vertical-align: middle;
	max-height: 96px;
	max-width: 100%;
}
.services .service .title {
	display: block;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	margin: 0 0 0.8em;
}
.services .service p {margin: 0;}
.services .service:first-child:after,
.services .service:nth-child(2):after {
	content: '';
	position: absolute;
	right: 0;
	top: 48px;
	width: 32px;
	height: 32px;
	background: url("../images/ico-plus.png") no-repeat;
	background-size: 32px 32px;
	margin-right: -16px;
}
.link-btn {
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.85em;
	line-height: 1.1;
	font-weight: 600;
	padding: 0.9em 1.8em;
	border: 2px solid #000;
	color: #000;
}
.solid-btn {
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.85em;
	line-height: 1.1;
	font-weight: 600;
	padding: 0.9em 1.8em;
	background: #000;
	color: #fff;
}
.solid-btn a {
	color: #fff;
}
.link-btn.white {
	border-color: #fff;
	color: #fff;
}
.testimonials {
	width: 100%;
	position: relative;
	background: #000;
	min-height: 600px;
}
.testimonials .container {margin: 0 auto !important;}
.testimonials .helper {
	display: block;
	padding-top: 60%;
}
.testimonials .slide {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.5s;
}
.testimonials .slide .slide-holder {
	width: 100%;
	padding: 3em 2em 3em;
}
.testimonials .slide .slide-holder:after {
	content: "";
	display: block;
	clear: both;
}
.testimonials .slide .title {
	font-size: 2.4em;
	line-height: 1;
	font-weight: 600;
	margin: 0 0 1em;
}
.testimonials .slide .client-logo {margin: 0 0 2em;}
.testimonials .slide.active {
	z-index: 5;
	opacity: 1;
}
.testimonials .testimonial {
	text-align: center;
	padding: 0;
	margin: 0;
}
.testimonials .testimonials-holder {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 0 2em;
	z-index: 10;
	color: #fff;
	text-align: center;
}
.testimonials .slides-nav {margin: 0 0 2.5em;}
.testimonials .slides-nav span {
	font-size: 0;
	color: #fff;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 7px;
	vertical-align: top;
}
.testimonials .slides-nav span:hover {cursor: pointer;}
.testimonials .slides-nav .slides-links {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.testimonials .slides-nav .circle {
	background: #8e8d8f;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-top: 7px;
}
.testimonials .slides-nav .circle:hover,
.testimonials .slides-nav .circle.active {background: #fff;}
.testimonials .slides-nav .prev,
.testimonials .slides-nav .next {
	width: 15px;
	height: 25px;
	background: url("../images/testimonials-controls.png") no-repeat;
	background-size: 35px 25px;
}
.testimonials .slides-nav .prev {background-position: 0 0;}
.testimonials .slides-nav .next {background-position: -20px 0;}
.testimonial {
	text-align: center;
	padding: 4em 0;
	margin: 0;
}
.testimonial q {
	display: block;
	font-size: 1.2em;
	line-height: 1.1em;
	font-style: italic;
	margin: 0 0 1em;
}
.testimonial .author {
	display: block;
	font-style: normal;
	color: #a5a5a5;
}
.description {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.description .img {
	float: left;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
}
.description .img:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.description .img .overlay-img {
	display: inline-block;
	opacity: 0.9;
	width: 176px;
	height: 176px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.7);
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	transition: opacity 0.3s;
}
.description .img .overlay-img:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.description .img .overlay-img img {
	display: inline-block;
	vertical-align: middle;
	max-height: 176px;
	max-width: 100%;
	margin: 0;
}
.description .img:hover .overlay-img {opacity: 1;}
.description .text {
	float: left;
	width: 50%;
	padding: 3em;
}
.description .text.left {float: left;}
.description .text.right {float: right;}
.description .text .title {
	font-size: 32px;
	line-height: 1.1;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px;
	text-align: left;
}
.team-cat header h2.title {
	font-size: 29px;
	line-height: 1.1;
	font-weight: 600;
	text-transform: initial;
	margin: 0 0 10px;
	text-align: left;
	padding-left: 53px;
}
.description .text p {margin: 0 0 1.5em;}
.description .text .link {
	font-size: 1.1em;
	color: #000;
}
#fade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 101;
}
.work-slider, .slick-track {
	max-height: 100%;
    /*position: absolute;*/
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    min-height: 100%;
    background: #fff;
}
.work-slider .slick-dots li button {
	color: #fff;
}
.work-slider .slick-dots li button {
	color: #fff;
}
.work-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .65;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.work-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}
.slick-dots {
	bottom: 25px;
}
.popup {border-radius: 0 !important;}
.popup .fancybox-skin {
	padding: 0 !important;
	border-radius: 0 !important;
}
.popup .popup-holder {
	height: 100%;
	width: 100%;
	overflow: scroll;
	position: relative;
}
.popup .photo {
	float: left;
	width: 50%;
	max-height: 100%;
	position: relative;
	height: 100%;
	background: #fff;
}
.fancybox-outer, .fancybox-inner {
    background: #fff !important;
}
.popup .photo img {
	display: block;
	width: 100%;
	margin: 0;
	height: auto;
}
.popup .profile {
	float: right;
	width: 50%;
	padding: 2.7em 2em 2em;
}
.popup .profile .name {
	display: block;
	font-size: 2.5em;
	line-height: 1.1;
	font-weight: 400;
	margin: 0 0 0.3em;
	color: #000;
}
.popup .profile .position {
	display: block;
	color: #959595;
	margin: 0 0 0em;
}
.popup .profile .type.lightbox {
	display: block;
	color: #959595;
}
.infor-holder {
	margin-bottom: 1em;
}
.popup .profile .about {margin: 0 0 1em;}
.popup .profile .about p {margin: 0;}
.popup .profile .about p + p {
	margin-top: 15px;
}
.popup .profile .social {
	float: none;
	width: 100%;
}
.popup .profile .social:after {
	content: "";
	display: block;
	clear: both;
}
.popup .profile .social li {margin: 0;}
.popup .profile .social li + li{margin-left: 5px;}
.popup .fancybox-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 19px;
	height: 19px;
	background: url("../images/close-btn.png") no-repeat;
	background-size: 19px 19px;
	text-indent: -9999px;
	overflow: hidden;
}
.popup .controls {
	position: absolute;
	width: 50%;
	right: 0;
	bottom: 0;
	padding: 20px;
	overflow: hidden;
}
.popup .controls .prev,
.popup .controls .next {
	color: #b2b2b2;
	font-size: 0.8em;
	line-height: 1.2;
}
.popup .controls .prev {
	content: 'Previous';
	float: left;
	padding: 0 0 0 18px;
	background: url("../images/prev.png") no-repeat 0 50%;
	background-size: 10px 17px;
}
.popup .controls .next {
	content: 'Next';
	float: right;
	padding: 0 18px 0 0;
	background: url("../images/next.png") no-repeat 100% 50%;
	background-size: 10px 17px;
}
.clients {
	width: 100%;
	padding: 2em 1em 2em;
}
.clients:after {
	content: "";
	display: block;
	clear: both;
}
.clients .item {
	float: left;
	width: 25%;
	height: 225px;
	text-align: center;
	white-space: nowrap;
}
.clients .item:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.clients .item a {
	display: inline-block;
	vertical-align: middle;
	max-height: 225px;
	max-width: 100%;
}
.clients .item a img {
	display: inline-block;
	margin: 0;
}
#subscription {
	padding: 3em 0;
	background: #000;
	color: #fff;
	font-size: 0.75em;
	line-height: 1.1;
}
#subscription h3 {
	font-size: 1.3em;
	line-height: 1.1;
	color: #fff;
	font-weight: 600;
	margin: 0 0 1em;
}
#subscription .container {margin: 0 auto !important;}
#subscription p {margin: 0 0 24px;}
#subscription .subscription-form {
	width: 100%;
	max-width: 600px;
	padding: 0 15px;
	margin: 0 auto;
	overflow: hidden;
}
#subscription .subscription-form .text {
	float: left;
	width: 370px;
	color: #909090;
	padding: 10px 14px;
	font-size: 1.1em;
	line-height: 1.1;
	border-radius: 0;
	border-style: none;
	background: #fff;
	margin: 0;
}
#subscription .subscription-form .submit {
	float: right;
	border: 2px solid #fff;
	border-radius: 0;
	background: none;
	color: #fff;
	padding: 8px 30px 9px;
	font-size: 1.1em;
	line-height: 1.1;
}
.single p {
	margin-bottom: 20px;
}
#header .container,
#footer .container {
	max-width: 100%;
	width: 100%;
	padding: 0 55px;
}
#header .container:after,
#footer .container:after {
	content: "";
	display: block;
	clear: both;
}
#footer {
	color: #fff;
	background: #505050;
	font-size: 16px;
	line-height: 22px;
	padding: 2.8em 0 2em;
}
#footer a {color: #fff;}
#footer .logo {
	float: left;
	display: block;
	width: 188px;
	height: 42px;
	background-size: 188px 42px;
	margin: 15px 0 0.7em;
}
#footer .contacts {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .contacts li {
	font-weight: 600;
	margin: 0 0 2px;
}
#footer address {font-style: normal;}
#footer .social {
	float: right;
	margin: 30px 0 4.7em;
}
#footer .copy {
	float: right;
	clear: right;
}
.social {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social li {
	float: left;
	margin: 0 0 0 8px;
}
.social li:first-child {margin: 0;}
.social li a {
	display: block;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	background: #000 url("../images/social.png") no-repeat 0 50%;
	background-size: 237px 21px;
	transition: all 0.2s;
}
.popup-holder .social, .single-post .social {
	margin-top: 15px;
}

.popup-holder .social li a, .single-post .social li a {
	background: #000;
	text-indent: 0px;
	color: #fff;
}
.popup-holder .social li a i, .single-post .social li a i {
	font-size: 22px;
    padding: 7px 0px 0px 9px;
}

.single-post .social {
    height: 40px;
    margin-bottom: 50px;
    }


.social li a.facebook {background-position: 13px 50%;}
.social li a.twitter {background-position: -32px 50%;}
.social li a.linkedin {background-position: -78px 50%;}
.social li a.vimeo {background-position: -123px 50%;}
.social li a.youtube {background-position: -165px 50%;}
.social li a.instagram {background-position: -210px 50%;}
.social li a:hover {background-color: rgba(0,0,0,0.4);}
@media (min-width: 768px) and (max-width: 991px) {
	.gallery .item {width: 50%;}
	.gallery .item.w25 {width: 50%;}
	.services .services-holder {padding: 0 15px;}
	.services .services-holder .service {padding: 0 1em;}
	.testimonials .helper {padding-top: 120%;}
	.description .text {padding: 2em 1.5em;}
	.popup .profile {
		font-size: 0.8em;
		padding: 1em;
	}
	.popup .profile .name {font-size: 1.8em;}
	.clients .item {width: 33.333%;}
	#footer {padding: 1em 0;}
	.team-cat header h2.title {
		padding-left: 25px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.popup .profile {padding: 1em;}
	.popup .profile .name {font-size: 2em;}
}
@media all and (max-width: 1199px) {
	.popup .vidme.profile, .popup .vidme.photo, .popup .vidme.controls {
		width: 100%
	}


}
@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 1.1;
		-webkit-text-size-adjust: none;
	}
	.values .full-slide {
	    background-attachment: initial;
	}
	.team-cat header h2.title {
		padding-left: 15px;
	}
	.logo{
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		width: 100px;
		height: 25px;
	}
	#header {padding: 5px 0 ;}
	#header .header-holder {
		float: none;
		width: 100%;
		z-index: 100;
	}
	#header .header-holder:after {
		content: "";
		display: block;
		clear: both;
	}
	.open-nav {display: block;}
	.nav-holder {
		right: -50%;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		float: none;
		display: block;
		overflow: hidden;
		color: #fff;
		background: #fff;
		position: fixed;
		top: 35px;
		height: 100%;
		width: 50%;
		z-index: 50;
		margin: 0;
		border-top: 1px solid #505050;
		padding-top: 5px;
	}
	#header.scrolled .open-nav .bar,
	.menu-opened .open-nav .bar{background: #000;}
	.menu-opened .fader {display: block;}
	.menu-opened .nav-holder {right: 0;}
	.menu-opened #header{background: #fff;}
	.menu-opened #header .logo{background-image: url(../images/logo-black.png);}
	body.menu-opened{overflow: hidden;}
	#nav {
		padding: 0;
		float: none;
	}
	#nav li {
		margin: 0;
		float: none;
		display: block;
		text-align: center;
	}
	#nav li a {
		color: #505050;
		padding: 8px 0;
		display: block;
	}
	#top-section .container p {font-size: 1.2em;}
	#top-section h1 {font-size: 1.8em;}
	#top-section h1.heading {font-size: 2em;}
	#main .top-section {padding: 3em 0 1.5em;}
	#main .content .holder {padding: 15px;}
	#main .content .col {
		float: none;
		width: 100%;
		padding: 0;
	}
	.gallery .gallery-filter {
		text-align: left;
		padding: 1em 0 0.3em;
	}
	.gallery .gallery-filter ul li {
		font-size: 1em;
		margin: 0 4px 4px;
	}
	.popup .profile .social li{
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7);
	}
	.popup .profile .social li + li{margin-left: -5px;}
	.gallery .gallery-filter ul li a {padding: 0 0 3px;}
	.gallery .item {width: 100%;}
	.gallery .item:after {padding-top: 70%;}
	.gallery .item.w25 {width: 100%;}
	.gallery .item.w43 {width: 100%;}
	.gallery .item.w43:after {padding-top: 70%;}
	.gallery .item.w57 {width: 100%;}
	.gallery .item.w57:after {padding-top: 70%;}
	.gallery .item.w50 {width: 100%;}
	.gallery .item.w50:after {padding-top: 70%;}
	.gallery .item.w50.rows2:after {padding-top: 70%;}
	.gallery .item.w50.rows2.right + .w50 {margin: 0;}
	.gallery .caption {padding: 7px 10px 6px;}
	.gallery .caption .title,
	.gallery .caption .name {font-size: 1.2em;}
	.gallery .caption .meta,
	.gallery .caption .position {font-size: 0.9em;}
	.gallery .caption .meta+p {font-size: 0.9em;}
	#about {padding-bottom: 2em;}
	#about .block-heading {padding-top: 0.75em;}
	.services {padding: 1.5em 15px 0;}
	.services .service {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0 0 50px;
	}
	.services .service:first-child:after,
	.services .service:nth-child(2):after {display: none;}
	.testimonials .helper {padding-top: 190%;}
	.testimonials .slide .slide-holder {padding: 15px;}
	.testimonials .slide .title {
		font-size: 1.5em;
		margin: 0 0 1em;
	}
	.testimonials .slide .client-logo {margin: 0 0 2em;}
	.testimonials .slide .client-logo img {
		width: 25%;
		height: 25%;
	}
	.testimonials .testimonial {padding: 0;}
	.testimonials .testimonials-holder {padding: 0 0 1em;}
	.testimonials .slides-nav {margin: 0 0 2em;}
	.testimonial {
		width: 100%;
		padding: 15px;
	}
	.description .img {
		float: none !important;
		width: 100%;
		height: auto;
	}
	.description .text {
		width: 100%;
		padding: 2em 15px;
		float: none !important;
	}
	.popup .photo {width: 35%;}
	.popup .profile {
		width: 65%;
		font-size: 0.8em;
		padding: 0.8em 0.8em 3em;
	}
	.popup .profile .name {font-size: 1.5em;}
	.popup .profile .position {margin: 0 0 0.5em;}
	.popup .profile .about {margin: 0 0 0.5em;}
	.popup .fancybox-close {
		right: 5px;
		top: 5px;
		width: 10px;
		height: 10px;
		background-size: 10px 10px;
	}
	.popup .controls {
		padding: 10px;
		width: 65%;
	}
	.clients .item {width: 50%;}
	.select-area{width: 100% !important;}
	#subscription .container {padding: 0 !important;}
	#subscription .container .subscription-form {text-align: center;}
	#subscription .container .subscription-form .text {
		max-width: 290px;
		float: none;
		margin: 0 auto 20px;
	}
	#subscription .container .subscription-form .submit {
		float: none;
		display: inline-block;
		clear: both;
	}
	#contacts .contacts-form .row {padding: 0 0 16px;}
	#contacts .contacts-form .text.w50 {
		float: none;
		width: 100%;
		margin: 0 0 16px;
	}
	#contacts .contacts-form .text.w50:nth-child(2) {
		float: none;
		margin: 0;
	}
	#header .container,
	#footer .container {padding: 0 15px;}
	#footer {padding: 1em 0;}
	#footer .logo {
		float: none;
		display: block;
		width: 140px;
		height: 31px;
		background-size: 140px 31px;
	}
	#footer .contacts {float: none;}
	#footer .social {
		float: none;
		width: 100%;
		margin: 0.65em 0;
	}
	#footer .social:after {
		content: "";
		display: block;
		clear: both;
	}
	#footer .copy {float: none;}
	.visual .video-bg{display: none;}
	#contacts .contacts-form .submit{
		padding: 5px;
		line-height: 100%;
		height: auto;
	}
}
@media (max-width: 479px) {
	.popup .photo {width: 20%;}
	.popup .profile {width: 80%;}
	.popup .controls {width: 80%;}
	.clients .item {
		width: 100%;
		height: 150px;
	}
}
#footer.newer .col-4 {
	width: 33%;
	float: left;
}
#footer.newer .contact-form {
	position: relative;
	max-width: 480px;
}
/*
#footer.newer .contact-form span {
	position: absolute;
    background: #505050;
    width: 119px;
    height: 17px;
    right: -4px;
    bottom: 6px;
}
*/
@media (max-width: 991px) {
	#footer.newer .col-4 {
		width: 100%;
		float: left;
	}
	#footer.newer .social {
		float: none;
	}
	#footer.newer .copy {
		float: none;
		clear: none;
		text-align: left;
	}
}

.callout-home-arrow {
	bottom: 10%;
	color: #fff;
	font-size: 48px;
	left: 50%;
	opacity: .6;
	position: absolute;
	transform: translateX(-50%);
	transition: opacity .25s ease;
	z-index: 10;
}

.callout-home-arrow:hover {
	color: #fff;
	opacity: 1;
}

.callout-home {
	display: block;
	padding: 2em 2.5em;
	text-align: center;
	width: 100%;
}

.callout-home-content {
	margin: 0 auto;
	max-width: 1080px;
}

.callout-home h1, .callout-home h2, .callout-home h3 {
	padding-top: 0;
}

.callout-home-upper {
	margin-bottom: 2em;
}

.callout-home-lower {
	display: flex;
}

.callout-home-lower-column {
	margin: 1em 0;
	padding: 1em 2em;
	width: 50%;
}

.callout-home-lower-column:first-child {
	border-right: 2px solid #000;
}

.callout-home-lower-column .column-icon {
	margin-bottom: 1em;
	text-align: center;
	width: 100%;
}

.callout-home-lower-column .column-icon img {
	display: inline-block;
	max-height: 108px;
	max-width: 100%;
	width: auto;
}



