.a4docs-cards {
  padding-top: 40px;
  padding-bottom: 40px;
}
.a4docs-cards__list {
  display: flex;
  flex-wrap: wrap;
}
.a4docs-cards__item {
  width: 33%;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .a4docs-cards__item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .a4docs-cards__item {
    width: 100%;
  }
}


.g-upper {
  text-transform: uppercase;
}
.step-block:hover img {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

.g-background-gray {
  background-color: #e8e8e8;
}
.g-background-light {
  background-color: white;
}
.g-title {
  color: #2D2E30;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1em;
  text-transform: uppercase;
}
.navbar {
    background: #181A1C;
    margin-bottom:0;
    min-height:60px;
}
.navbar .btn-navbar {
	width: 30px;
	height: 30px;
	border: 1px solid red;
}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
    background: #181A1C;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand img {

    height:40px;
}
.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #181A1C;
    box-shadow: none;
    font-size:15px;
    text-shadow: none;
    color: #fff;
    transition: border-color 1s ease;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    border: 1px solid #ea7a08;
    color: #fff;
    background-color: #181A1C;
    transition: border-color 1s ease;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#ea7a08;
    color: #000;
}
@media screen and (max-width: 979px) {
  .navbar .btn-navbar {
    margin-top: 12px;
  }
}

/*
Theme Name: Brushed
Theme URI: http://www.themes.alessioatzeni.com/html/brushed/
Author: Alessio Atzeni
Author URI: http://www.alessioatzeni.com
Description: Personal Website and Portfolio of Alessio Atzeni
Version: 1.0
*/


/* ==================================================
   Basic Styles
================================================== */

html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/*
body{
	background:#ccc;
	color:#2F3238;
	font-weight:300;
	font-size:16px;
	font-family: 'Titillium Web', sans-serif;
	line-height:28px;
}
*/
#about {
	overflow: hidden;
  padding-bottom: 40px;
}
body{
	background:#ccc;
	color:#2F3238;
	font-weight:300;
	font-size:16px;
	/*font-family: 'Comfortaa', cursive;*/
	font-family: 'Source Sans Pro', sans-serif;
	line-height:28px;
	box-sizing: border-box;
}

a{
	color:#DE5E60;
	text-decoration: none;
	cursor: pointer;

	-webkit-transition: color 0.1s linear 0s;
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#DE5E60;
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;
}

img {
	max-width: none;
}

strong {
  	font-weight: 500;
}

p {
	margin: 0 0 30px;
}

hr {
	border-style: dashed;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;
}
@media (max-width: 979px) {
	body {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.c-about {
  
}
.c-about__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.c-about__headerImg {
  max-width: 200px;
}
.c-about__imagedBlock {
  display: flex;
  padding-bottom: 30px;
}
.c-about__blockquote {
  padding-left: 50px;
}
.c-about__blockquoteAuthor {
  text-align: right;
}
.c-about__blockquote blockquote {
  font-style: italic;
}
@media screen and (max-width: 800px) {
  .c-about__imagedBlock {
    flex-direction: column;
  }
  .c-about__blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-about__imagedBlockCell--imageWrap {
    text-align: center;
    padding-bottom: 20px;
  }
}

.c-top {
	overflow: hidden;
}
.c-top__flex {
	display: flex;
	height: 600px;
	align-items: center;
	justify-content: center;
	position: relative;
}

.c-top__flex:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #353535;
	opacity: 0.5;
}
.c-top video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.c-top__banner{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	z-index: 1000;
	width: 100%;
  	height: 100%;
}
.c-top__logo {
	position: relative;
	z-index: 100;
}
@media (max-width: 670px) {
	.c-top__logo {
		max-width: 300px;
	}
	.c-top__flex {
		height: 200px;
	}
	.c-top__banner{
		height: 200px;
	}
}


.c-langsNav {
	float: right;
	display: inline-block;
	padding-right: 20px;
  padding-top: 15px;
}
.c-langsNav li {
	display: inline-block;
}
.c-langsNav li a {
	font-weight: 600;
	font-size: 16px;
}
.c-langsNav li a img {
  width: 20px;
}

.c-prizes {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 0;
	box-sizing: border-box;
  padding-top: 30px;
}
.c-prizes ul {
  margin-left: 0;
}

.c-prizes ul li {
	list-style: none;
	display: inline-block;
	width: 16%;
	padding: 30px;
	box-sizing: border-box;
}
.c-prizes ul li img {
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.c-prizes ul li {
		width: 33.33333%;
	}
}
@media screen and (max-width: 767px) {
	.c-prizes ul li {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.c-prizes ul li img {
		max-width: 300px;
	}
}


.align_left{
	float:left;
	margin:0 25px 0 0px!important;
}

.align_right{
	float:right;
	margin:0 0 0 25px!important;
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;
}

.color-text {
    color: #2D2E30;
}

.through{
	text-decoration:line-through;
}

input, button, select, textarea {
	font-weight: 300;
	/*font-family: 'Titillium Web', sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
	outline: 0;
}

input:focus,
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F8289;
}

/* ==================================================
   Code and Pre
================================================== */

code,
pre {
  	padding: 0 3px 2px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  	color: #232527;
  	font-size: 12px;
  	/*font-family: Monaco, Menlo, Consolas, "Courier New", monospace;*/
  	font-family: 'Source Sans Pro', sans-serif;
}

code {
  	padding: 2px 4px;
  	border: 1px solid #dde4e9;
  	background-color: #F6F6F6;
  	color: #232527;
  	white-space: nowrap;
}

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #dde4e9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 12px;
  	line-height: 20px;
}

pre code {
  	padding: 0;
  	border: 0;
  	background-color: transparent;
  	color: inherit;
  	white-space: pre;
  	white-space: pre-wrap;
}

.pre-scrollable {
  	overflow-y: scroll;
  	max-height: 340px;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 20px 0;
	color:#2D2E30;
	font-weight:300;
	/*font-family: 'Comfortaa', cursive;*/
	font-family: 'Source Sans Pro', sans-serif;
	line-height:1.5em;
}

h1{
	font-size:48px;
}

h2{
	font-size:36px;
}

h3{
	font-size:24px;
}

h4{
	font-size:20px;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
}

h3.spec {
	color: #2D2E30;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}


/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}

/* ==================================================
   Home Slider
================================================== */

#home-slider {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	background: url(../img/contrabas_10501.gif) ;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center !important;
	background-position-y: center !important;

}

#home-slider .overlay {
	position: absolute;
	width: 100%;
	background: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 0;
}

#home-slider .slider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -585px;
	width: 1170px;
	height: 250px;
	text-align: center;
	z-index: 2;
}

#home-slider #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;
}

#home-slider .slide-content {
	font-size: 60px;
	color: #FFFFFF;
	letter-spacing: -3px;
	text-transform: uppercase;
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
	background: #FAF6F2;
	background: url(../img/note.png);
	height: 50px;
	bottom: 0;
	z-index: 2;
}

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #26292E;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transition: background 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;
}

#home-slider #nextsection {
	float:right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	background-color:#2D2E30;
}

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 16px;
	color: #2D2E30;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;
}

#home-slider #prevslide i {
	margin-left: -9px;
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;
}

#home-slider ul#slide-list li a {
	background-color: #6E7074;
	background-image: none;
	width: 12px;
	height: 12px;

	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;

	-webkit-transition: background 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #2D2E30;
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color:#2D2E30;
}

#home-slider #nextsection {
	background-color: #939294;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;

	-webkit-transition: background 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover {
	background-color:#ccc;
}

#home-slider #nextsection i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;
}


/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 99;
	opacity: 0;
}
.wf-active header {
	opacity: 1;
}
header .sticky-nav {
	position: relative;
	width: 100%;
	height: 60px;
	background: #B2B0B3;
	background-color: #424242;
	z-index: 1001;


	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;

}

header #logo {
	color: #fff;
	float: left;
	padding: 5px 0;
	margin-left: 20px;

}

header #logo a {
	background: url('../img/top-logo-white.png') no-repeat;
	background-size: contain;
	width: 132px;
	height: 50px;
	text-indent: -9999px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transition: opacity 0.25s ease-in-out 0s;
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;
}

header #logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
}

nav#menu {
	float: right;
	margin-right: 20px;

}

nav#menu #top-navigation {
	margin: 0;
	padding: 0;

}
#top-navigation {
 margin-left: 0;
}
nav#menu #top-navigation li {
	list-style: none;
	display: inline-block;
	margin-left: 50px;
}

nav#menu #top-navigation li:first-child {
	margin-left: 0;
}

nav#menu #top-navigation li a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 60px;
	display: block;
	text-transform: uppercase;
}

nav#menu #top-navigation li.current a,
nav#menu #top-navigation li a:hover {
	color: #DE5E60;
}


/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;
}

.menu-nav {
	background:url(../img/menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;

	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);

	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;

	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);

	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #26292E;
	border-bottom: 1px solid #2F3238;
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #2F3238;
}

#navigation-mobile li a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
}


/* ==================================================
   Section Page
================================================== */

.page {
	padding: 100px 0;
	position: relative;
	z-index: 99;
}

.page-alternate {
	background: #fff;
	padding: 100px 0;
	position: relative;
	z-index: 99;
}

.title-page {
	text-align: center;
	margin-bottom: 100px;
}
.title-page--padding {
	padding-bottom: 72px;
}

.title-page .title {
	font-size: 40px;
	margin: 10px 0 5px 0;
    /*font-family: 'Comfortaa', cursive;*/
    font-family: 'Source Sans Pro', sans-serif;
}

.title-page .title-description {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
}

/* ==================================================
   Section Portfolio
================================================== */
#work {
	padding-bottom: 40px;
}
.type-work {
	color: #2D2E30;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1em;
	text-transform: uppercase;
}

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.work-nav #filters li {
	margin: 0 0 30px 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}

.work-nav #filters li.type-work {
	display: block;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 20px;
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #7F8289;
	transition: all 0.5s ease;
}

.work-nav #filters li a:hover {
	color: #DE5E60;
	border-color: #DE5E60;
}

.work-nav #filters li a.selected {
	color: #DE5E60;
	border-color: #DE5E60;
}

#thumbs {
	margin: 0;
	padding: 0;
}

#thumbs li {
	list-style-type: none;
	height: 220px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;
}

.item-thumbs .hover-wrap {
	position: absolute;
	top: 0;
	left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	background: rgba(241,241,241,.8);

	opacity: 0;
	filter: alpha(opacity=0);

	box-sizing: border-box;

	-webkit-transition: all 300ms ease-out 0s;
	   -moz-transition: all 300ms ease-out 0s;
		 -o-transition: all 300ms ease-out 0s;
		    transition: all 300ms ease-out 0s;

/*	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);*/
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	width: 90%;
	height: 80%;

/*	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);*/
}

.item-thumbs .hover-wrap span {
	display: block;
	text-align: center;
	color: #111;
	padding: 0 10px;
}

.item-thumbs .hover-wrap span.holder {
	position: absolute;
	width: 100%;
	top: 100%;
	-webkit-transition: all 350ms ease-out 0s;
	   -moz-transition: all 350ms ease-out 0s;
		 -o-transition: all 350ms ease-out 0s;
		    transition: all 350ms ease-out 0s;
	box-sizing: border-box;
}

.item-thumbs:hover .hover-wrap span.holder {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.item-thumbs .hover-wrap span.title,
.item-thumbs .hover-wrap span.year,
.item-thumbs .hover-wrap span.description {
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.item-thumbs .hover-wrap span.title,
.item-thumbs .hover-wrap span.year {
	font-weight: bold;
}

.item-thumbs .hover-wrap span.title {
	text-transform: uppercase;
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;

	opacity: 0.80;
	filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1em;

	opacity: 1;
	filter: alpha(opacity=100);
}

#portfolio-extra {}
#portfolio-extra ul {
	list-style: none;
	text-align: center;
}
#portfolio-extra li {
	/*display: inline-block;*/
	/*vertical-align: middle;*/
}
#portfolio-extra li.first {
	margin: 15px 0 30px;
}
#portfolio-extra li.last {
	display: block;
	margin: 0 auto;
	width: 100px;
}
#portfolio-extra a {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #41b2dc;
}
#portfolio-extra span {
    font-size: 60px;
    display: block;
    height: 100%;
    position: relative;
}
#portfolio-extra span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    color: #fff;
}

/* ==================================================
   WP
================================================== */
#wp {
	z-index: 100;
}
.wp-icon {
	position: relative;
	margin: 0 auto 15px;
}
.wp-headline {
	position: absolute;
    right: 0;
    top: 0;
    color: #2D2E30;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1em;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.wp-icon {
		width: 640px;
		margin-bottom: 0;
	}
	.wp-headline {
		position: absolute;
	    right: 40px;
	    top: 60px;
	}
}
.wp-icon img {
	max-width: 100%;
	height: auto;
}
#wp-steps {
	text-align: center;
	font-size: 0;
}
#wp-steps > div {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100%;
	margin-top: 15px;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	#wp-steps > div {
		width: 50%;
		display: inline-block;
		padding: 15px;
		margin-top: 0;
	}
}
@media screen and (min-width: 992px) {
	#wp-steps > div {
		width: 20%;
		padding: 0 15px;
	}
}
@media screen and (min-width: 1200px) {
	#wp-steps > div {
		padding: 0;
	}
}
#wp-steps img {
	max-width: 100%;
	height: 100px;
	margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
	#wp-steps img {
		height: auto;
	}
}
#wp-steps > div.step-4 img {
	left: 10px;
    position: relative;
}
#wp-steps > div.step-5 img {
	top: 15px;
    position: relative;
}
.wp-title {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.wp-terms {
	margin-bottom: 0;
	font-size: 16px;
}

.step-info {
    position: absolute;
    bottom: 105%;
    left: 50%;
    z-index: 10;
    width: 260px;
    text-align: left;
    background: rgba(8,8,8,.8);
    color: #fff;
    padding: 15px;
    transform: translateX(-50%);
    border-radius: 5px;
    display: none;
}
.step-info:before {
	content: '';
	display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(8,8,8,.8);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.step-info p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 22px;
	font-weight: 300;
}
.step-info ul {
	font-size: 16px;
    margin: 0;
    list-style: none;
    font-weight: 300;
}
.step-info li {
	position: relative;
	padding-left: 15px;
}
.step-info li:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 7.5px;
	left: 0;
}
.step-info li.title {
	padding-left: 0;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.step-info li.title:after {
	display: none;
}
/*.step-5 .step-info {
	left: initial;
	right: 100%;
}
.step-5 .step-info:before {
	left: initial;
	right: -10px;
	border-right: none
	border-left: 10px solid rgba(8,8,8,.9);
}*/

/* ==================================================
   About Section
================================================== */

.profile-name {
	margin-bottom: 15px;
}

.profile-description {
    display: block;
	margin-bottom:25px;
  box-sizing: border-box;
    
    width: 100%;
}
@media screen and (max-width: 800px) {
  .profile-description {
    text-align: left;
  }
}

.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	cursor: pointer;
}

.image-wrap img {
	width: 100%;
}

.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;

	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: all 450ms ease-out 0s;
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;

	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;

	opacity: 0.80;
	filter: alpha(opacity=80);
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;

	opacity: 1;
	filter: alpha(opacity=100);
}

.social-icons {
	margin: 0;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin-left: 15px;
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-icons li a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	width: 16px;
	height: 16px;

	opacity: 0.3;
	filter: alpha(opacity=30);

	-webkit-transition: opacity 0.1s linear 0s;
	   -moz-transition: opacity 0.1s linear 0s;
		 -o-transition: opacity 0.1s linear 0s;
		    transition: opacity 0.1s linear 0s;
}

.social-icons li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

#about .title-page {
	margin-bottom: 50px;
}

#about .profile-description li {
	padding: 5px 0;
}

/* ==================================================
   Contact Section
================================================== */

.contact-details h3 {
	color: #26292E;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
	line-height: 1em;
    text-transform: uppercase;
    /*font-family: 'Comfortaa', cursive;*/
    font-family: 'Source Sans Pro', sans-serif;
}

.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-details ul li {
	margin: 0 0 20px;
	line-height: 28px;
	padding: 0;
}

#contact-form {
	margin-bottom: 0;


}

#contact-form p {
	margin-bottom: 1px;
}

#contact-form input,
#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	background: #26292E;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;

    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #B2B0B3;
    color: #23262C;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
  text-transform: uppercase;

	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #ccc;
    color: #FFFFFF;
}

#response {
	margin-top: 20px;
	color: black;
}


/* ==================================================
   Twitter Feed
================================================== */

#twitter-feed {
	padding: 10px 0 10px;
	text-align: center;
  height: 1px;
}

#twitter-feed .follow {
	position: absolute;
	bottom: 30px;
	left: 49%;
	margin-left: -8px;
	font-size: 42px;
}

#ticker .tweet_list {
	margin: 0;
	padding: 0;
	height: 64px;
	list-style: none;
	overflow-y: hidden;
}

#ticker .tweet_list li {
	font-size: 18px;
	height: 64px;
	line-height: 28px;
	overflow: hidden;
}

#ticker .tweet_list .tweet_time a {
	color: #7f8289;
	font-size: 14px;
	font-style: italic;
	margin-left: 10px;
}

#ticker .tweet_list .tweet_time a:hover {
	color: #FFFFFF;
}


/* ==================================================
   Social Area
================================================== */

#social-area {
    text-align: center;
}

#social-area #social ul {
	margin: 0;
	padding: 0;
}

#social-area #social ul li {
	display: inline-block;
	margin-left: 30px;
	list-style: none;
	cursor: pointer;
}

#social-area #social ul li:first-child {
	margin-left: 0;
}

#social ul li a {
	display: block;
	width: 70px;
	height: 70px;

	background: #26292E;

	-webkit-transition: all 400ms ease-out 0s;
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;

	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li a span {
	display: inline-block;
	margin: 0;
	color: #55606a;
	font-size: 32px;
	line-height: 70px;

	opacity: 0.3;
	filter: alpha(opacity=30);

	-webkit-transition: all 400ms ease-out 0s;
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;

	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li:hover a,
#social ul li.active a {
	background-color: #DE5E60;

	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
		    transform: rotateY(0deg);
}

#social ul li:hover a span,
#social ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

/* ==================================================
   Footer
================================================== */

footer {
	position: relative;
	width: 100%;
	height: auto;
	background: #26292E;
	text-align: center;
	z-index: 99;
}

footer .credits {
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: uppercase;
}

/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #939294;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;

	-webkit-transition: background 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#back-to-top:hover {
	background-color:#ccc;
}

#back-to-top i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;
}


/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #2F3238;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;

	font-size: 24px;
	color: #FFFFFF;

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #DE5E60;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}


/* ==================================================
   Isotope Filtering
================================================== */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
.logo {


	max-width: 100%;
	margin: 10% 10%;
}

@media screen and (max-width: 500px){

	.logo {


	max-width: 30%;

}
}

#contact_name {

}

.cd {
	color: #2D2E30;
    /*font-family: 'Comfortaa', cursive;*/
    font-family: 'Source Sans Pro', sans-serif;
}

#goUp {


}

.cam {
	float: left;
	position: absolute;
	margin: 0.5% 65% 75% 5%
}

.cam + h2.title {
	color: #2D2E30;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1em;
    text-transform: uppercase;
}

.overlayN-img {

	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/Ukr/back_ua.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.musik {
    margin-left: 4em;
}

.cam1 {
    position: relative;
    float:left;
    margin: 1em 4em 10em 3em;

}

.overlayC-img {
    position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/Ukr/promo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlayK-img {
    position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/Ukr/ceramic_bottle_ua.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlayS-img {
     position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/Ukr/moment_ua.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlayM-img {
    position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/Ukr/emendems_birds.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}

.overlayL-img {
    position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/Ukr/One Bride.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.work {
    display: block;
    float: right;
    margin-left: 10%;
    margin-top:5%;

}

.work1 {
    display: block;
    float: right;
    margin-top: -5%;
    margin-right: 2%
}

.profile-name {
    width: 100%;
    margin-top: 50px;
}

.keywords {
    color: #fff;
}

.ukr {
    color: #000;
    font-size: 1.3em;
    font-weight: 700;
		margin-left: 1.5em;

}
.play {
	margin-left: 3.5em;
	background: url('../img/play.png');
	width: 30px;
	height: 30px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position-y: -30px;
	cursor: pointer;
	position: relative;
    top: 7px;
}
.play.play-ended {
	background-position-y: 0;
}
.ukr hover{
    color: #D86769;
    cursor: pointer;
}

.eng {
     color: #000;
    font-size: 1.3em;
    font-weight: 700;
    margin-left: 0.5em;

}
.eng hover{
    color: #D86769;
    cursor: pointer;
}

.fo {
    display: block;
    float: left;
    margin-left: 520px;
    width: 100%;

}

.descrip {
    color: #fff;
    font-size: 12px;
}

.overlayF-img {
    position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/Ukr/tu%20tyt_ua.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlayM1-img {
     position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/English/emendems_eng.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlayL1-img {
     position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/English/nadia_eng.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlayS1-img {
     position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/English/moment%20eng.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlayN1-img {
     position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/English/backstage_eng.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlayC1-img {
     position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/English/Slide%20Show_eng.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlayK1-img {
     position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/English/ceramic_bottle_Eng.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlayF1-img {
     position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/English/urhere_eng.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlayX-img {
     position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/Ukr/showreel.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlayR-img {
     position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/Ukr/venom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlayL-img {
    position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/work/thumbs/Ukr/One_Bride.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}
.overlayN-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* c-cards */
.c-cards .c-cards__list-wrap {
	width: 100%;
}
.c-cards__item {
	padding-top: 31%;
	width: 33.33333% !important;
	margin-left: 0 !important;
}
.c-cards__link {
	position: absolute;
	display: block;
	top: 0;
	left: 10px;
	right: 10px;
	bottom: 10px;
	opacity: 1 !important;
	overflow: hidden;
}
.c-cards__link img {
	display: block;
	width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    -moz-transform: scale3d(1.01, 1.01, 1.01);
    -ms-transform: scale3d(1.01, 1.01, 1.01);
    -o-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 25;
}
.c-cards__link:hover img {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.c-cards__bgwhite {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: white;
	z-index: 100;
	opacity: 0;
	transition: all 0.1s ease;
}
.c-cards__link:hover .c-cards__bgwhite {
	transform: scale3d(0.9, 0.85, 0.9);
	transition: all 0.3s ease;
	opacity: 1;
}
.c-cards__table-wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
	opacity: 0;
	transition: all 0.1s ease;
	transform: translateY(20px);
}
.c-cards__link:hover .c-cards__table-wrap {
	opacity: 1;
	transition: all 0.3s ease;
	transform: translateY(0);
}
.c-cards__table {
	display: table;
	height: 100%;
	width: 100%;
}
.c-cards__cell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
}
.c-cards__cell h2 {
	font-size: 30px;
	font-weight: bold;
}
.c-cards__cell h3 {
	font-size: 20px;
}
@media screen and (max-width: 1000px) {
	.c-cards__cell h2 {
		font-size: 25px;
		font-weight: bold;
		margin-bottom: 5px;
		line-height: 1;
	}
	.c-cards__cell h3 {
		font-size: 16px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 700px) {
	.c-cards__item {
		width: 100% !important;
		padding-top: 62%;
	}
}

/* c-works */
.c-works {

}
.c-works .c-works__header {
	width: 100%;
}
.c-works .c-works__list-wrap {
	text-align: center;
}
.c-works .c-works__header-list {
	margin-left: auto !important;
	margin-right: auto !important;
	display: inline-block;
}
.c-works .c-works__header-list li {
	display: inline-block;
	width: auto;
	margin-left: 20px !important;
	margin-right: 20px !important;
}
.c-works .c-works__header-title {
	text-align: center;
}

.c-contact:not(:first-child) {
	margin-top: 20px;
}
.c-contact li:first-child {
		margin-bottom: 8px;
}
.c-contact li:not(:first-child) {
		margin-bottom: 3px;
}
#contact .cam1 {
	margin-bottom: 0;
}

.c-thanksPopup {
  background-color: white;
  color: black;
  padding: 20px;
  font-size: 17px;
  padding-right: 40px;
  padding-top: 35px;
  box-sizing: border-box;
}
.c-thanksPopup__closeBtn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 36px;
  cursor: pointer;
}
.c-thanksPopup__content p {
  margin-bottom: 10px;
}
.c-clientsSliderWrap {
  background-color: white;
}
.c-slider {
  width: 100%;
  float: left;
}
.c-slider .slick-dots {
  text-align: center;
}
.c-slider .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  margin: 0 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: #939294;
  border: 1px solid #939294;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
}
.c-slider .slick-dots li.slick-active {
  background-color: #424242;
  border: 1px solid #424242;
}
.c-slider .slick-dots li button {

  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-slider img {
  max-width: 100%;
  margin: 0 auto;
}
.c-slider--clients .slick-slide {
  padding: 20px;
  text-align: center;
}
.c-slider--photos {
  margin-top: 30px;
}
.c-slider--photos .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #939294;
  top: 50%;
  border: 1px solid transparent;
  margin-top: -25px;
  z-index: 20;
  font-size: 0;
  line-height: 48px;
  -webkit-transition: background 0.1s linear 0s;
    -moz-transition: background 0.1s linear 0s;
    -o-transition: background 0.1s linear 0s;
    transition: background 0.1s linear 0s;
}
.c-slider--photos .slick-arrow:hover {
  background-color: #ccc;
}
.c-slider--photos .slick-arrow.slick-prev {
  left: 0;
}
.c-slider--photos .slick-arrow.slick-prev:after {
  transform: rotate(-90deg);
}
.c-slider--photos .slick-arrow.slick-next {
  right: 0;
}
.c-slider--photos .slick-arrow.slick-next:after {
  transform: rotate(90deg);
}
.c-slider--photos .slick-arrow:after {
  content: "\e0d1";
  color: white;
  font-family: 'Icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
font-size: 17px;
display: inline-block;
}

.c-getVideoButtonWrap {
  text-align: right;
  padding: 0 20px;
}
@media (max-width: 690px) {
  .c-getVideoButtonWrap {
    display: none;
  }
}
.c-button, .c-button:active, .c-button:focus {

  background: #DE5E60;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin-top: 30px;
    -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}
.c-button:hover {
  color: white;
  background: #d69495;
}
.c-howMuchButtonWrap {
  text-align: center;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}
.c-howMuchButtonWrap .c-button {
  margin: 0;
  text-transform: uppercase;
}
.c-howMuchButtonWrap .container {
  text-align: center;
}

.c-topForm {
  position: absolute;
  width: 200px;
  top: 75px;
  right: 20px;
  border: 1px solid white;
  padding: 5px;
  text-align: center;
  display: none;
}
.c-topForm input, .c-topForm textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  color: white;
  border-radius: 0;
  resize: none;
}
.c-topForm__submitBtn {
  color: white;
}
.c-topForm__responce {
  text-align: left;
}
.c-topForm__responce p {
  font-size: 14px;
    line-height: 16px;
    color: red;
    margin-bottom: 7px;
}
@media (max-width: 690px) {
  .c-topForm {
    display: none;
  }
}

.c-social__list {
  list-style: none;
  display: inline-flex;
  margin: 0;
}
.c-social__list li {
  padding: 10px;
}
.c-social__item {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #DE5E60;
  border-radius: 50px;
}
.c-social__item .fab {
  font-size: 22px;
}

/* ==================================================
   Mute
================================================== */

.custom-mute {
	display: block;
	background-image: url('/_include/img/mute.png');
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 9;

}
.custom-unmute:hover {
	opacity: 0.5;
}
.custom-mute:hover {
	opacity: 0.5;
}
.custom-unmute {
	display: block;
	background-image: url('/_include/img/unmute.png');
    background-repeat: no-repeat;
    z-index: 100000;
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 40px;
	right: 40px;
    display: none;
}

/* Added on May 2020 */
.descrip {
    color: #e8e8e8;
}

#wp-steps img {
    height: auto;
}

@media (max-width: 767px) {
    #contact-form {
        padding: 0 20px;
    }
    
    #thumbs li {
        height: 320px;
    }
}

@media (max-width: 600px) {    
    #thumbs li {
        height: 250px;
    }
}

@media (max-width: 450px) {    
    #thumbs li {
        height: 220px;
    }
}

.tabimg {
	text-align: center; 
  }
  
  .tabimg img {
	max-width: 100%; 
	height: auto; 
  }
  


.project_image {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.project_image img {
  height: 360px;
  width: auto;
  object-fit: cover;
}

/* Медиа-запрос для экранов меньше или равно 768px */
@media (max-width: 768px) {
  .project_image {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 изображения в строку */
    gap: 10px; /* Расстояние между изображениями */
    padding: 0 10px; /* Немного отступа по бокам */
  }

  .project_image img {
    width: 100%;     /* Занимают всю ширину ячейки */
    height: auto;    /* Авто-высота — сохраняет пропорции */
    object-fit: cover;
  }
}



    .link-group {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 30px;
      max-width: 400px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .link-group h2 {
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 1.5em;
      color: #222;
    }

    .link-group a {
      display: block;
      color: #007BFF;
      text-decoration: none;
      margin-bottom: 12px;
      font-weight: 500;
      transition: color 0.3s;
    }

    .link-group a:last-child {
      margin-bottom: 0;
    }

    .link-group a:hover {
      color: #0056b3;
      text-decoration: underline;
    }

    