/*
Theme Name: Media Eaters Theme 1.1.1
Theme URI: http://www.media-eaters.com/
Description: Theme by Media Eaters
Author: Alex Ilin
Author URI: http://alxilin.com
Version: 1.2
Text Domain: eaters
*/

@font-face {
	font-family: RNregular;
	src: url(fonts/refreg.otf)
}
@font-face {
	font-family: RNbold;
	src: url(fonts/refbold.otf)
}

@font-face {
	font-family: RNmedium;
	src: url(fonts/refmed.otf)
}
@font-face {
	font-family: RNlight;
	src: url(fonts/reflight.otf)
}
@font-face {
	font-family: OpenSans;
	src: url(fonts/OpenSans.ttf)
}

@font-face {
	font-family: 'FbSpoilerLight';
	src: url('fonts/FbSpoilerLight.eot');
	src: url('fonts/FbSpoilerLight.eot') format('embedded-opentype'),
	url('fonts/FbSpoilerLight.woff2') format('woff2'),
	url('fonts/FbSpoilerLight.woff') format('woff'),
	url('fonts/FbSpoilerLight.ttf') format('truetype'),
	url('fonts/FbSpoilerLight.svg#FbSpoilerLight') format('svg');
}
@font-face {
	font-family: 'FbSpoilerBold';
	src: url('fonts/FbSpoilerBold.eot');
	src: url('fonts/FbSpoilerBold.eot') format('embedded-opentype'),
	url('fonts/FbSpoilerBold.woff2') format('woff2'),
	url('fonts/FbSpoilerBold.woff') format('woff'),
	url('fonts/FbSpoilerBold.ttf') format('truetype'),
	url('fonts/FbSpoilerBold.svg#FbSpoilerBold') format('svg');
}

@font-face {
	font-family: 'FbPragmatiRegular';
	src: url('fonts/FbPragmatiRegular.eot');
	src: url('fonts/FbPragmatiRegular.eot') format('embedded-opentype'),
	url('fonts/FbPragmatiRegular.woff2') format('woff2'),
	url('fonts/FbPragmatiRegular.woff') format('woff'),
	url('fonts/FbPragmatiRegular.ttf') format('truetype'),
	url('fonts/FbPragmatiRegular.svg#FbPragmatiRegular') format('svg');
}
@font-face {
	font-family: 'FbPragmatiLight';
	src: url('fonts/FbPragmatiLight.eot');
	src: url('fonts/FbPragmatiLight.eot') format('embedded-opentype'),
	url('fonts/FbPragmatiLight.woff2') format('woff2'),
	url('fonts/FbPragmatiLight.woff') format('woff'),
	url('fonts/FbPragmatiLight.ttf') format('truetype'),
	url('fonts/FbPragmatiLight.svg#FbPragmatiLight') format('svg');
}
@font-face {
	font-family: 'FbPragmatiBold';
	src: url('fonts/FbPragmatiBold.eot');
	src: url('fonts/FbPragmatiBold.eot') format('embedded-opentype'),
	url('fonts/FbPragmatiBold.woff2') format('woff2'),
	url('fonts/FbPragmatiBold.woff') format('woff'),
	url('fonts/FbPragmatiBold.ttf') format('truetype'),
	url('fonts/FbPragmatiBold.svg#FbPragmatiBold') format('svg');
}
@font-face {
	font-family: 'FbPragmatiHebEngBlack';
	src: url('fonts/FbPragmatiHebEngBlack.eot');
	src: url('fonts/FbPragmatiHebEngBlack.eot') format('embedded-opentype'),
	url('fonts/FbPragmatiHebEngBlack.woff2') format('woff2'),
	url('fonts/FbPragmatiHebEngBlack.woff') format('woff'),
	url('fonts/FbPragmatiHebEngBlack.ttf') format('truetype'),
	url('fonts/FbPragmatiHebEngBlack.svg#FbPragmatiHebEngBlack') format('svg');
}











/**END FONTS**/

html, body, ul, h1, h2,p, h3, h4 {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	/*direction: rtl;*/
	font-family: 'FbPragmatiRegular', sans-serif;
	font-weight: normal;
}
.clear{
	clear: both;
}
body.admin-bar #branding-wrap{top: 28px;}
body.admin-bar #wrapper{margin-top: 145px;}

#current_page_id {display: none;}

h1, h2, h3, h4{
	font-family: 'FbPragmatiBold', sans-serif;
}
/*==============================================================
HEADER AND SIDEBAR
==============================================================*/
.left-sidebar-wrapper {
	float: right;
	width: 66px;
	height: 1px;

}

.left-sidebar-fixed-menu {
	position: fixed;
	right: 0;
	width: 66px;
	background-color: #F2F2F2;
	height: 100vh;
	z-index: 300;
}

.left-sidebar-menu ul {
	list-style-type: none;
}

.left-sidebar-menu ul a {
	text-decoration: none;
	text-align: right;
}

.left-sidebar-menu ul:hover .left-sidebar-menu-titles {
	display: block;
}
.left-sidebar-menu ul li:hover .icon-wrapper{
	background-color: #FFCE08;
}

.left-sidebar-menu ul li:hover .left-sidebar-menu-titles{
	background-color: #FFCE08;
	color: #fff;
}
.left-sidebar-menu ul li .icon-wrapper.active {
	background-color: #FFCE08;
}
.left-sidebar-menu ul li .icon-wrapper.active .icon-gray{
	display: none;
}
.left-sidebar-menu ul li .icon-wrapper.active .icon-white{
	display: inline;
}

.left-sidebar-menu ul li svg {
	width: 40px;
	height: auto;
}
.left-sidebar-menu ul li:hover .icon-gray{
	display: none;
}
.left-sidebar-menu ul li:hover .icon-white{
	display: inline;
}

/*.left-sidebar-menu ul li:hover .icon-gray{*/
/*display: none;*/
/*}*/
/*.left-sidebar-menu ul li:hover .icon-white{*/
/*display: block;*/
/*}*/

.left-sidebar-menu .icon-wrapper {
	padding: 6px 8px;
	box-sizing: border-box;
	float: right;
	height: 64px;
	width: 100%;
}
.left-sidebar-menu .icon-wrapper.lang-flag{
	padding: 7px 16px;
}
.left-sidebar-menu .icon-wrapper img {
	width: 100%;
	max-height: 43px;
}
.accessibility-wrapper{
	bottom: 105px;
}
.left-sidebar-menu-hamburger {
	background-color: #FFCE08;
	padding: 27px 17px;
	box-sizing: border-box;
}

.left-sidebar-menu-hamburger img {
	width: 100%;
}

/*.left-sidebar-menu-hamburger .menu-white {display: inline;}*/
/*.left-sidebar-menu-hamburger .menu-blue {display: none;}*/
.left-sidebar-menu-hamburger .menu-icon {display: inline;}
.left-sidebar-menu-hamburger .menu-icon.active svg  .cls-2 {
	fill: #777 !important;
}

.icon-gray {display: inline;}
.icon-white {display: none;}

.left-sidebar-menu-titles {
	color: #777;
	min-width: 272px;
	text-align: right;
	padding-right: 66px;
	font-size: 2.3rem;
	background-color: #f2f2f2;
	display: none;
}

.left-sidebar-menu-titles .dd-e{
	padding: 22px 30px 22px 10px;
	border-right: 1px solid #ccc;
}

.left-sidebar-menu-under-menu {
	float: right;
	border-top: 1px solid #ccc;
}

.left-sidebar-menu-under-menu .menu-socials {
	float: right;
}
.left-sidebar-menu-under-menu .socials ul{
	width: 100%;
	text-align: center;
}
.left-sidebar-menu-under-menu .socials ul li {
	padding: 4px;
	background-color: #FFCE08;
	margin-right: 1%;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	border-radius: 50%;
	height: 30px;
	width: 30px;
}

.left-sidebar-menu-under-menu .socials ul li a {
	color: #fff;
}

.left-sidebar-menu-under-menu .socials ul li:hover {
	background-color: #fff;
}
.left-sidebar-menu-under-menu .socials ul li:hover a {
	color: #FFCE08;
}

.left-sidebar-menu-under-menu .socials ul li i{
	font-size: 1.8rem;
	position: absolute;
	top: 6px;
	left: 5px;
}
.left-sidebar-menu-under-menu .socials ul li i.fa-instagram,
.left-sidebar-menu-under-menu .socials ul li i.fa-twitter,
.left-sidebar-menu-under-menu .socials ul li i.fa-facebook{
	left: 7px;
}

.menu-socials-text {
	text-align: center;
	padding: 5px 0;
}

.menu-socials-phone {
	text-align: center;
	color: #FFCE08;
}

.menu-socials-phone .fa {
	position: relative;
	top: 3px;
}

.menu-socials-phone a {
	text-decoration: none;
	color: #FFCE08;
}
.header-nav-home {
	height: 71px;
	background-color: #FFCE08;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 15px 0;
	position: fixed;
	top: 0;
	width: calc(100% - 66px);
	z-index: 100;

}
.header-nav-home.color-1{
	background-color: #FFCE08;
}
.header-nav-home.color-2{
	background-color: #A558C6;
}
.header-nav-home.color-3{
	background-color: #FF5760;
}
.header-nav-home.color-4{
	background-color: #FF8C3E;
}
.header-nav-home.color-5{
	background-color: #93E28D;
}
.header-nav-home.color-6{
	background-color: #69E3FF;
}

.header-nav-home .logo-wrapper {
	float: left;
	margin-left: 130px;
}

.header-nav-home .logo-wrapper img {
	display: inline-block;
	width: 130px;
}

/*.header-nav-home-fixed {*/
/*	position: fixed;*/
/*	top: 0;*/
/*	width: calc(100% - 66px);*/
/*	z-index: 100;*/
/*}*/

/*==============================================================
HOME PAGE
==============================================================*/

.right-content-wrapper {
	width: calc(100% - 66px);
	float: right;
	padding-top: 70px;
}

.hero-slider {
	width: 100%;
}
.hero-slider li {
	-webkit-background-size: cover;
	background-size: cover;
}
.hero-slider li.slider-wr>a {
	text-decoration: none;
	position: absolute;
	width: 100%;
	display: block;
}
.hero-slider-text {
	padding: 5rem 4rem;
	max-width: 40rem;
}
.hero-slider-text-title {
	font-size: 4rem;
	color: #FFCE08;
	line-height: 0.93;
	font-weight: 700;
	/*border-bottom: 1px solid #777;*/
	margin-bottom: 15px;
}
.hero-slider-text-line {
	font-size: 4rem;
	color: #777777;
	list-style: 0.9;
}

.hero-slider-desktop{display: block;}
.hero-slider-mobile{display: none;}

.main-slider-image { display: none; }
.hero-slider  {
	background: url("img/preloader.svg") #fff no-repeat center;
	min-height: calc(100vh - 68px);
}
.home-hero-slider {
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
/**ABOUT**/

.home-about-wrapper{
	max-width: 1420px;
	margin: 82px auto 140px auto;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	justify-content: space-between;

}

.home-about-content {
	width: 44%;
	box-sizing: border-box;
}

.home-about-content h2 {
	font-size: 5rem;
	font-family: 'FbPragmatiHebEngBlack', sans-serif;
	color: #FFCE08;
	display: inline-block;
	margin-bottom: 20px;
	line-height: 100%;
}

.home-about-content h4 {
	font-family: RNbold;
	font-size: 2.8rem;
	padding-top: 20px;
	margin: 0;
	color: #777;
}
.home-about-content p {
	font-size: 2rem;
	color: #777;
}
.home-about-pictures{
	width: 46%;
	box-sizing: border-box;
	text-align: center;
}
.home-about-pictures-img img {
	width: 100%;
}
.home-about-pictures-item{
	width: 31.3%;
	margin: 1%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.home-about-pictures-item img {
	max-height: 93px;
}
.home-about-pictures-text{
	font-size: 2rem;
	font-family: 'FbPragmatiBold', sans-serif;
	margin-top: 22px;
}
.home-about-pictures a{
	color: #575756;
	text-decoration: none;
}

.home-about-pictures-img{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.home-about-pictures-img img{
	width: 100%;
}

/**PORTFOLIO CATEGORIES**/

.portfolio-categories-wrapper{
	background-color: #FFCE08;
	padding: 35px 45px;
	text-align: center;
}
.portfolio-categories-wrapper h1{
	font-size: 6rem;
	color: #ffffff;
	vertical-align: 50px;
	letter-spacing: 1px;
	text-align: center;
}
.portfolio-categories-wrapper ul {
	list-style: none;
	padding-top: 11px;
}
.portfolio-categories-wrapper li{
	width: 15%;
	padding: 10px 0px;
	text-align: center;
	background-color: #fff;
	margin-right: 20px;
	display: inline-block;
	cursor: pointer;
	font-size: 2.5rem;
	color: #FFCE08;

}
.portfolio-categories-wrapper li:hover {
	background-color: #000;
}


/**PORTFOLIO**/


.portfolio-img{
	width: 25%;
	float: right;
}
.portfolio-img img{
	width: 100%;
}

/**BRANDING**/
.branding-btn {
	text-decoration: none;
}
.branding-wrapper{
	text-align: center;
}
.branding-wrapper h1{
	font-size: 6rem;
	color: #fff;
	text-align: center;
	padding: 30px 0px;
}
.branding-color-block{
	display: inline;
	text-align: center;
	color: #000000;
	font-size: 3.6rem;
	padding: 10px 30px;
	background-color: #ffffff;
}
.branding-color-block:hover {
	color: #FFCE08;
	background-color: #000;
	cursor: pointer;
}
.branding-wrapper-video{
	margin-top: 30px;
	height: 360px;
	background-color: #F2F2F2;
	padding: 40px;
	padding-right: 0;
}
.branding-subwrapper {
	background-color: #FFCE08;
}
.branding-btn-wrapper {
	padding-bottom: 45px;
}

.owl-carousel .item-video {
	height: 360px;
	background-color: #000;
}

.owl-carousel .owl-video-tn {
	-webkit-background-size: cover!important;
	background-size: cover!important;
}
/**BLOG**/

.blog-section-main-wrapper{
	padding: 52px 30px 25px 30px;
	box-sizing: border-box;
}
.blog-section-main-wrapper h1{
	font-size: 5rem;
	color: #FFCE08;
	font-family: 'FbPragmatiHebEngBlack', sans-serif;
	text-align: center;
}

.blog-section-wrapper{
	margin-top: 40px;
}
.blog-section{
	width: 23%;
	margin: 0% 1% 20px 1%;
	float: right;
}
.blog-section img{
	width: 100%;
}
.blog-section h2 {
	font-size: 2rem;
	margin-top: 10px;
}
.blog-section h2 a {
	text-decoration: none;
	color: #707070;
}
.blog-section p{
	font-size: 1.7rem;
	padding-left: 10%;
}
.blog-section h3{
	font-size: 2.0rem;
	padding: 20px 0px 30px 0px;
}
.blog-section-socials{
	text-align: center;
}
.blog-section-socials ul li {
	margin-left: 10px;
	list-style: none;
	padding: 5px;
	width: 20px;
	height: 20px;
	color: black;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	margin-left: 0px;
	font-size: 1.4rem;
	position: relative;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.blog-section-socials-google{
	background-color: #DC4E41;
}
.blog-section-socials-instagram{
	background-color: #6A453B;
}
.blog-section-socials-twitter{
	background-color: #55ACEE;
}
.blog-section-socials-facebook{
	background-color: #3B5998;
}
.blog-section-socials ul li i{
	color: #ffffff;
	position: absolute;
	top: 8px;
	left: 8px;
}
.blog-thumb {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}


/**CONTACT**/

.contact-wrapper{
	background-color: #FFCE08;
	padding: 30px 0px 40px 0px;
}
.contact-wrapper h1{
	font-family: "FbPragmatiHebEngBlack", sans-serif;
	color: #ffffff;
	font-size: 5rem;
	text-align: center;
	padding-bottom: 15px;
	letter-spacing: 1px;
}
.contact-wrapper-form form{
	text-align: center;
	direction: rtl;
}
.contact-wrapper-form input{
	-webkit-appearance: none;
	margin: 0px 5px;
	background-color: #ffffff;
	font-size: 2.5rem;
	padding: 5px 10px;
	border: none;
	display: inline-block;
	font-family: 'FbSpoilerBold', sans-serif;
	color: #000000;
	max-width: 250px;
}
.contact-wrapper-form input:focus,
.contact-wrapper-form input:active{
	outline: none;
	border: none;
}
.contact-wrapper-form input[type="submit"] {
	-webkit-appearance: none!important;
	background-color: #ffffff;
	color: #000000;
	cursor: pointer;
}
.contact-wrapper-form input[type="submit"]:hover {
	background-color: #fff;
	color: #A558C6;
}
.contact-wrapper-form input::-webkit-input-placeholder {color: #000;}
.contact-wrapper-form input:-moz-placeholder {color: #000;}
.contact-wrapper-form input::-moz-placeholder {color: #000;}
.contact-wrapper-form input:-ms-input-placeholder {color: #000;}

.contact-wrapper-form p {
	display: inline-block;
}
.contact-wrapper-form form>.wpcf7-form-control-wrap {
	display: none;
	margin-bottom: 10px;
}
#recapcha-me {
	width: 188px;
	margin: 10px auto 0 auto;
	height: 79px;
	overflow: hidden;
}

div.wpcf7 .ajax-loader {
	position: absolute;
}
/**CLIENTS**/
.clients-main-wrapper{
	padding: 64px 4% 50px 4%;
	background-color: #FAFAFB;
}
.clients-main-wrapper h1{
	font-size: 5rem;
	text-align: center;
	font-family: 'FbPragmatiHebEngBlack', sans-serif;
	color: #575756;
}
.clients-wrapper{
	margin-top: 40px;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: flex-start;
}
.clients{
	width: 14.28%;
}
.page-template-branding-page-php .clients {
	width: 16.66666%;
}
.clients img{
	width: 100%;
	height: 100%;
}

.clients-main-wrapper-mobile{
	display: none;
}



/**FOOTER SOCIALS**/

.footer-wrapper .socials-wrapper{
	text-align: left;
}
.footer-wrapper .socials-text{
	font-size: 2.5rem;
	color: #FFCE08;
	font-family: 'FbPragmatiBold', sans-serif;
}
.footer-wrapper .socials{
	margin: 20px 0 29px 0;
}
.footer-wrapper .socials ul li {
	list-style: none;
	color: #ffffff;
	display: inline-block;
}
.footer-wrapper .socials ul a{
	margin-left: 50px;
}
.footer-wrapper .socials ul a:last-child{
	margin-left: 0;
}


.footer-wrapper .socials ul li i{
	font-size: 3rem;

}
.footer-wrapper .socials ul li i.fa-instagram,
.footer-wrapper .socials ul li i.fa-twitter,
.footer-wrapper .socials ul li i.fa-facebook{
	left: 15px;
}
.footer-wrapper .socials ul li i.fa-google-plus{
	font-size: 1.8rem;
	left: 13px;
	top: 12px;
}
/**FOOTER**/

.footer-top{
	padding: 43px 50px 34px 100px;
	background-color: #A558C6;
}
.footer-right{
	width: calc(100% - 460px);
	float: right;
}
.footer-right-col{
	float: right;
	padding-left: 30px;
}
.footer-right-col {
	font-size: 2.5rem;
	color: #777777;
	width: 50%;
	box-sizing: border-box;
}
.footer-right-col p{
	font-size: 2.5rem;
	color: #FFCE08;
	margin-bottom: 17px;
	font-family: 'FbPragmatiHebEngBlack', sans-serif;
}
.footer-right-col-small{
	float: right;
	width: 100%;
	-webkit-column-count:2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 20%; /* Chrome, Safari, Opera */
	-moz-column-gap: 20%; /* Firefox */
	column-gap: 10%;
}

.footer-right-col-small li {
	list-style: none;
	font-size: 1.8rem;
	width: 100%;
	margin-bottom: 10px;
}

.footer-right-col-small li a {
	text-decoration: none;
	color: #ffffff;
}

.footer-right-col-small li a:hover {
	color: #FFCE08;
}

.footer-left{
	float: left;
	padding-right: 10px;
	width: 210px;
}
.footer-left-img, .footer-left-text{
	float: right;
}
.footer-left h1{
	font-size: 3.5rem;
	color: #FFCE08;
}
.footer-left h2{
	font-size: 1.7rem;
	color: #FFCE08;
}
.footer-left input{
	font-size: 2.3rem;
	color: #FFCE08;
	width: 210px;
	border: none;
	background-color: #B8F0F0;
	font-family: RNregular;
	padding: 8px;
}
.footer-left input[type="submit"]{
	background-color: #FFCE08;
	width: auto;
	color: #ffffff;
	padding: 8px;
	margin-right: 10px;
}
.footer-left-text{
	margin-right: 10px;
}
.footer-left-text form{
	margin-top: 10px;
}

.footer-down{
	padding: 24px 90px;
	position: relative;
	color: #777777;
	text-align: center;
	font-size: 1.3rem;
	font-family: sans-serif;
}
.footer-down img{
	position: absolute;
	top: 0;
	left: 55px;
	width: 185px;
}
.footer-desktop {
	font-size: 2.5rem;
	display: block;
	text-align: center;
}

.footer-down-latin {
	font-family: OpenSans;
	font-size: 2rem;
}
.footer-desktop span {
	white-space: nowrap;
}

.footer-mobile {
	display: none;
}

.footer-m-phone a{
	color: #FFCE08;
	text-decoration: none;
}



/* ---- isotope ---- */

.grid {

}

/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* ---- .element-item ---- */

.portfolio {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.element-item {
	position: relative;
	float: right;
	width: 25%;
	box-sizing: border-box;
	background: #fff;
	color: #262524;
	-webkit-background-size: cover;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-origin: content-box;
	overflow: hidden;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	max-height: 350px;
}

.element-item:hover{
	/*-webkit-background-size: cover;*/
	/*background-size: 110%;*/
	/*padding: 5px;*/
	/*background-origin: content-box;*/
}


.element-item .inner-bg {
	position: absolute;
	opacity: 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: rgba(255,206,8,.9);
}
.element-item .inner-bg p {
	color: #ffffff;
	font-size: 4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.page-template-page-home .element-item .inner-bg p {
	font-size: 3rem;
}
.element-item:hover .inner-bg {
	opacity: 1;
}

.element-item > * {
	margin: 0;
	padding: 0;
}

.element-item img {
	width: 100%;
	object-fit: cover;
}

.element-item .name {
	position: absolute;

	left: 10px;
	top: 60px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 12px;
	font-weight: normal;
}

.element-item .symbol {
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 42px;
	font-weight: bold;
	color: white;
}

.element-item .number {
	position: absolute;
	right: 8px;
	top: 5px;
}

.element-item .weight {
	position: absolute;
	left: 10px;
	top: 76px;
	font-size: 12px;
}

.sinlge-post-wrapper {
	font-size: 3.2rem;
}

/**ABOUT**/

.about-wrapper{
	padding: 80px 90px;
	box-sizing: border-box;
}
.about-text {
	float: right;
	width: 50%;
	box-sizing: border-box;
}
.about-foto{
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.about-text{
	padding-left: 65px;
}
.about-text h1{
	font-size: 5.5rem;
	color: #FFCE08;
	display: inline-block;
	padding: 0px 0px 10px 100px;
	border-bottom: 2px solid #999999;
	margin-bottom: 43px;
}
.about-text p{
	font-size: 3rem;
	color: #777777;
}
.about-text h4{
	font-size: 3rem;
	color: #777777;
	font-family: 'FbPragmatiBold', sans-serif;
	margin-top: 50px;
}
.about-foto{
	padding-right: 65px;
}
.about-foto img{
	width: 100%;
}
.about-faces-img{
	width: 20%;
	float: right;
	position: relative;
}
.about-faces-img img{
	width: 100%;
}
.about-bottom-text{
	background-color: #FFCE08;
	padding: 50px 0px;
	text-align: center;
}
.about-bottom-text{
	font-size: 5rem;
	color: #ffffff;
}
.about-bottom-text-white{
	color: #FFCE08;
	background-color: #ffffff;
	padding: 1px 60px;
	margin-right: 55px;
	border: none;
	font-size: 5rem;
	font-family: inherit;
	box-sizing: border-box;
	border: 2px solid #fff;
}
.about-bottom-text-white:hover {
	color: #fff;
	background-color: #FFCE08;
}
.about-faces-hover{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	opacity: 0;
	transition: all 0.2s;
	left: 0;
	top: 0;

}
.about-faces-img:hover .about-faces-hover{
	opacity: 1;

}
.about-faces-hover-text{
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 3.85rem;
	position: absolute;
	top:50%;
	left:50%;
	-ms-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

/**BLOG**/

.blog-wrapper{
	padding: 65px 80px 65px 85px;
	box-sizing: border-box;
}
.blog{
	padding: 40px 0px;
	border-bottom: 2px solid #D6D6D6;
}
.blog-img{
	width: 27%;
	max-width: 450px;
	float: right;
	box-sizing: border-box;
}
.blog-img img{
	width: 100%;
}
.blog-text{
	width: 60%;
	float: right;
	box-sizing: border-box;
	padding: 0 60px 0 35px;
}
.blog-wrapper h1{
	font-size: 5.5rem;
	color: #FFCE08;
	border-bottom: 2px solid #777777;
	display: inline-block;
}
.blog-text h3 {
	font-size: 4rem;
	color: #FFCE08;
}
.blog-text h3 a {
	text-decoration: none;
	color: #FFCE08;
}
.blog-text h4{
	font-size: 3.5rem;
	color: #FFCE08;
	padding: 50px 0px 25px 0px;
}
.blog-text p{
	font-size: 3rem;
	color: #777777;
}

/**BLOG-INSIDE**/

.blog-inside-wrapper{
	padding: 80px 80px 100px 90px;
	max-width: 1300px;
	margin: 0 auto;
}
.blog-inside {
	padding-left: 190px;
}
.blog-inside-title, .blog-inside-title-socials{
	width: 50%;
	box-sizing: border-box;
	float: right;
}
.blog-inside-title h1{
	color:  #FFCE08;
	font-size: 4.5rem;
	border-bottom: 2px solid #777777;
	display: inline-block;
	width: 90%;
}
.blog-inside h4{
	color:  #FFCE08;
	font-size: 3.5rem;
	padding: 30px 0px 25px 0px;

}
.blog-inside p{
	color:  #777777;
	font-size: 3rem;
	padding-bottom: 30px;
}
.blog-inside-img{
	width: 40%;
	float: right;
	margin-left: 56px;
}
.blog-inside-img img{
	width: 100%;
}
.blog-inside-title-socials{
	text-align: left;
}
.blog-inside-title-socials ul{
	list-style: none;
}
.blog-inside-title-socials ul li{
	margin-left: 10px;
	list-style: none;
	padding: 16px;
	width: 20px;
	height: 20px;
	color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	margin-left: 0px;
	font-size: 1.4rem;
	position: relative;
	background-color: #FFCE08;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.blog-inside-title-socials ul li i{
	font-size: 3rem;
	position: absolute;
	top: 10px;
	left: 13px;
}
.blog-inside-title-socials .fa-google-plus{
	font-size: 2.5rem;
	top: 14px;
	left: 13px;
}

/**BRANDING**/

.branding-title{
	background-color:#FFCE08;
	padding: 20px 95px;
}
.branding-title-right{
	float: right;
	font-size: 4.5rem;
	color: #ffffff;
}
.branding-title-left{
	display: inline-block;
	float: left;
	font-size: 5.0rem;
	color: #ffffff;
	background-color: #008C85;
	padding: 5px 15px;
}

/**CONTACT US**/

.contact-us-wrapper{
	padding: 80px 80px 80px 100px;
	box-sizing: border-box;
}

.contact-us-wrapper h1{
	font-size: 4.5rem;
	color: #FFCE08;
	display: inline-block;
	border-bottom: 2px solid #999999;
	margin-bottom: 15px;
}
.contact-us-text, .contact-us-map{
	width: 50%;
	float: right;
	box-sizing: border-box;
}
.contact-us-map {
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: gray; /* IE6-9 */
	filter: grayscale(100%);
}
.contact-us-text p{
	font-size: 3rem;
	color: #777777;
	padding-right: 15px;
	border-right: 2px solid #FFCE08;
	margin: 55px 0px;
}
.contact-us-phone {
	margin-bottom: 0!important;
}
.contact-us-text h4{
	font-size: 3rem;
	color: #777777;
	font-weight: normal;
}

.contact-us-text p span{
	font-family: OpenSans;
	font-size: 2.5rem;
}

.contact-us-address {
	max-width: 280px;
}

.contact-wrapper.cus-wrapper {
	padding-top: 20px;
}

.works-examples-header {
	background-color: #FFCE08;
	padding: 30px;
	text-align: right;
	color: #fff;
}

.works-examples-header h3 {
	font-size: 5rem;
	float: right;
}

.works-examples-header button {
	float: left;
	color: #000;
	background-color: #fff;
	padding: 1px 20px;
	margin-top: 5px;
	border: none;
	font-size: 4rem;
	font-family: inherit;
	box-sizing: border-box;
}

.works-examples-header button:hover {
	color: #FFCE08;
	background-color: #000;
}

.header-nav-home-hamburger {
	display: none;
}





.portfolio-inside-text-wrapper {
	background-color: #C7C0BC;
	padding: 25px;
}

.portfolio-inside-display-wrapper {
	padding: 65px;
	position: relative;
}

.portfolio-inside-display {
	width: 36%;
	position: absolute;
	left: 50%;
	margin-left: -18%;
	bottom: 0;
	z-index: 200;
}

.portfolio-inside-display img {
	width: 100%;
}

.portfolio-inside-content-title {
	padding: 20px 10%;
}

.portfolio-inside-title h1 {
	font-size: 4.5rem;
	text-align: center;
}

.portfolio-inside-text p {
	font-size: 3rem;
	text-align: center;
}

.potfolio-hero {
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.potfolio-hero-overlay {
	background-color: rgba(255,255,255,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.potfolio-hero-video{
	max-height: calc(100vh - 68px);
	overflow-y: hidden;
	width: 100%;
}
.potfolio-hero-video video{
	min-height: 350px;
    object-fit: cover;
}

.portfolio-pictures {
	width: 100%;
}
.portfolio-pictures-wrapper {
	float: right;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative;
}
.portfolio-pictures-wrapper.pic25 { width: 25%; }
.portfolio-pictures-wrapper.pic33 { width: 33.333%; }
.portfolio-pictures-wrapper.pic50 { width: 50%; }
.portfolio-pictures-wrapper.pic100 { width: 100%; }

.portfolio-new-pic25 { width: 25%; position: relative; }
.portfolio-new-pic33 { width: 33.333%; position: relative; }
.portfolio-new-pic50 { width: 50%; position: relative; }
.portfolio-new-pic100 { width: 100%; position: relative; }

.portfolio-new-wrapper-pictures {
	display: flex;
}

.portfolio-pictures-wrapper img {
	width: 100%;
}
.portfolio-pictures img {
	display: none;
}
.portfolio-video-poster{
	display: block!important;
	width: 100%!important;
	height: 100%!important;
	object-fit: cover!important;
}
.portfolio-video-poster.hide{
	display: none!important;
}
.portfolio-play-video-button{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block!important;
	width: 100px!important;
	cursor: pointer;
}
.portfolio-play-video-button.hide{
	display: none!important;
}
.portfolio-grid-video{
	/* display: none; */
	/* position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */
}
.portfolio-grid-video.show{
	display: block;
}

.portfolio-related-projects-wrapper h2{
	background-color: #FFCE08;
	padding: 35px 45px;
	text-align: center;
	font-size: 6rem;
	color: #ffffff;
	vertical-align: 50px;
	letter-spacing: 1px;
}
.portfolio-related-projects-wrapper .element-item{
	width: 25%;
}








div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
	display: block;
	bottom: 20px;
	left: 0;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 2.5rem;
	background-color: rgba(37, 150, 169, 0.23);
}

div.wpcf7-mail-sent-ok {
	position: relative;
}

div.wpcf7-validation-errors {
	background-color: rgba(191, 28, 28, 0.31);
}

span.wpcf7-not-valid-tip {
	display: none!important;
}

input.wpcf7-not-valid {
	background-color: rgba(191, 28, 28, 0.31)!important;
	border-bottom: 3px solid red;
}

.flex-control-nav.flex-control-paging {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
	list-style: none;
}

.flex-control-nav.flex-control-paging li {
	display: inline-block;
	margin: 0 5px;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: transparent;
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	cursor: default;
}
.single img, .single-blog img{
	max-width: 100%;
	height: auto;
}

/**RESPONSIVE**/

/*@media (max-width: 1280px){
.hero-slider-text-title{
	font-size: 6.6rem;
}
.home-about-content h2{
	font-size: 4.3rem;
}
.home-about-content p{
	font-size: 2.3rem;
}
.home-about-content h4{
	font-size: 2.3rem;
}
.home-about-content{
	padding-right: 53px;
	padding-top: 45px;
}
.home-about-pictures{
	padding: 70px 50px 65px 65px;
}
.blog-wrapper h1{
	font-size: 4.3rem;
}
.blog-wrapper{
	padding: 45px 50px;
}
}

*/

#wh-widget-send-button {
	display: none!important;
}



.a11y-toolbar {
	display: none!important;
}



/** single portfolio new **/
.portfolio-new img{
	max-width: 100%;
}
.portfolio-new *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.internal-wrapper-new{
	max-width: 1490px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}

.flex-wrapper{
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: flex-start;
}
.single-portfolio-new-title{
	background-color: #3B2314;
	text-align: center;
	color: #ffffff;
	padding: 40px;
}
.single-portfolio-new-title h1{
	font-size: 5.2rem;
}
.single-portfolio-new-title p{
	font-size: 3rem;
	font-weight: 300;
}

.single-portfolio-new-likes-wrapper{
	padding: 100px 0 60px 0;
}

.single-portfolio-new-likes-content{
	padding-left: 50px;
	width: 60%;
}
.single-portfolio-new-likes-img{
	width: 40%;
}
.single-portfolio-new-likes-content h2{
	color: #FAC041;
	font-size: 6rem;
	padding-left: 80px;
	display: inline-block;
	border-bottom: 3px solid #6C6C6C;
	padding-bottom: 10px;
}
.single-portfolio-new-likes-content > p{
	margin: 40px 0 80px 0;
	font-size: 4rem;
	color: #6D6D6D;
}

.single-portfolio-new-likes-content-icons{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.single-portfolio-new-likes-content-icons-item{
	width: 33.333%;
    padding: 0 32px;
    margin-bottom: 75px;
}
.single-portfolio-new-likes-content-icons-item-wrapper{
	border: 2px solid #575756;
    position: relative;
    padding: 30px 15px 10px 15px;
    text-align: center;
}
.single-portfolio-new-likes-content-icons-item-wrapper-img{
	position: absolute;
	padding: 0 15px;
	background-color: #ffffff;
	z-index: 1;
	text-align: center;
	top: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single-portfolio-new-likes-content-icons-item-wrapper h3{
	font-size: 5.5rem;
	color: #FAC041;
}
.single-portfolio-new-likes-content-icons-item-wrapper span{
	font-size: 2.5rem;
}
.single-portfolio-block-photos img {
	width: 25%;
}

.work-process-wrapper{

}

.single-portfolio-block-title{
	padding: 18px;
	text-align: center;
	background-color: #FAC041;
	margin-top: 90px;
}
.single-portfolio-block-title-blue {
	background-color: #4267B2;
}
.single-portfolio-block-title h2{
	font-size: 5.1rem;
	color: #ffffff;
}
.work-process-items-wrapper{
	padding: 80px 0 100px 0;
}
.work-process-item{
	width: 33.333%;
	padding: 0 40px;
	text-align: center;
}

.work-process-item h3{
	margin: 23px 0;
	font-size: 4.3rem;
	color: #575756;
}
.work-process-item p{
	font-size: 3rem;
	font-weight: 300;
}
.work-process-item-img img {
	height: 115px;
}


.telephone-title{
	background-color: #E1306C;
	color: #ffffff;

}
.telephone-title h2{
	padding: 40px 200px 40px 0;
	font-size: 6rem;
}

.telephone-wrapper{
	margin: 300px 0 150px 0;
}

.telephone-img{
	width: 489px;
}
.telephone-img img{
	width: 100%;
	position: relative;
	display: block;
	margin-top: -370px;
}

.telephone-text-items{
	width: calc(100% - 489px);
	margin-top: 170px;
	padding-left: 50px;

}

.telephone-text-item{
	width: 33.33%;
	padding: 0 45px;
	text-align: center;
}
.telephone-text-item-wrapper{
	position: relative;
	border: 2px solid #575756;
	padding: 20px 10px 15px 10px;
	min-width: 140px;
	max-width: 170px;
}
.telephone-text-item-wrapper-img{
	position: absolute;
	background-color: #ffffff;
	padding: 0 10px;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.telephone-text-item-wrapper-img img {
	width: 55px;
	max-width: 55px;
}
.telephone-text-item-wrapper h3{
	font-size: 5.6rem;
	color: #EF6F9A;
}
.telephone-text-item-wrapper p{
	color: #6D6D6D;
	font-size: 2.5rem;
	font-weight: 300;
}

.portfolio-new-single-footer {
	background-color: #FFCE08;
	padding-bottom: 50px;
}
.news-single__prev-next-post {
	display: flex;
	align-items: center;
}
.news-single__prev-next-post_chevron svg {
	width: 66px;
    height: 66px;
    background-color: #fff;
    border-radius: 50%;
}
.news-single__prev-next-post_content a {
	color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: 600;
    padding: 0 10px;
}
.prev-next-posts {
	max-width: 1100px;
	margin: 0 auto;
	justify-content: space-between;
	padding-top: 30px;
    border-top: 1px solid #fff;
}

.contact-form-row {
	max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.contact-form-row .wpcf7-form-control-wrap {
	width: 25%;
}
.contact-form-row .wpcf7-form-control-wrap input {
	max-width: 89%;
}
.contact-form-row .your-message {
	flex-grow: 1;
	display: block;
}
.contact-form-row .your-message input {
	width: 100%;
    max-width: 97%;
}
.contact-form-row input {
	font-family: 'FbPragmatiRegular', sans-serif;
}
.contact-form-row input[type="submit"] {
	font-family: 'FbPragmatiRegular', sans-serif;
}

.contact-form-row input::placeholder
{
	color: #808080;
}
.contact-form-row input[type="submit"]{
	background-color: #A558C6;
	color: #ffffff;
}



.portfolio-template-single-portfoli-new .contact-form-row .wpcf7-form-control-wrap input {
	max-width: 97%;
}
.portfolio-template-single-portfoli-new .contact-form-row .your-message input {
	max-width: 99%;
}

.video-slider__video-wrapper{
	overflow: hidden;
}

.video-slider__video{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.hero-slider-mobile-1{
	display: none;
}


.mobile-hero-slider-home {
	display: none;
}















