/* FONTS CERTINNO */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Regular.eot'); 
  src: url('../fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff'), 
       url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'), 
       url('../fonts/Montserrat/Montserrat-Regular.svg#Montserrat-Regular') format('svg'); 
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Bold.eot'); 
  src: url('../fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff'), 
       url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype'), 
       url('../fonts/Montserrat/Montserrat-Bold.svg#Montserrat-Bold') format('svg'); 
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-BoldItalic.eot'); 
  src: url('../fonts/Montserrat/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/Montserrat/Montserrat-BoldItalic.woff') format('woff'), 
       url('../fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype'), 
       url('../fonts/Montserrat/Montserrat-BoldItalic.svg#Montserrat-BoldItalic') format('svg'); 
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Italic.eot'); 
  src: url('../fonts/Montserrat/Montserrat-Italic.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/Montserrat/Montserrat-Italic.woff') format('woff'), 
       url('../fonts/Montserrat/Montserrat-Italic.ttf') format('truetype'), 
       url('../fonts/Montserrat/Montserrat-Italic.svg#Montserrat-Italic') format('svg'); 
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Medium.eot'); 
  src: url('../fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff'), 
       url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype'), 
       url('../fonts/Montserrat/Montserrat-Medium.svg#Montserrat-Medium') format('svg'); 
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-MediumItalic.eot'); 
  src: url('../fonts/Montserrat/Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/Montserrat/Montserrat-MediumItalic.woff') format('woff'), 
       url('../fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype'), 
       url('../fonts/Montserrat/Montserrat-MediumItalic.svg#Montserrat-MediumItalic') format('svg'); 
  font-style: italic;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-SemiBoldItalic.eot'); 
  src: url('../fonts/Montserrat/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/Montserrat/Montserrat-SemiBoldItalic.woff') format('woff'), 
       url('../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype'), 
       url('../fonts/Montserrat/Montserrat-SemiBoldItalic.svg#Montserrat-SemiBoldItalic') format('svg'); 
  font-style: italic;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-SemiBold.eot'); 
  src: url('../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'), 
       url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype'), 
       url('../fonts/Montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg'); 
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

body{
	font: 300 16px/24px 'Montserrat';
	min-width: 320px;
	-webkit-font-smoothing: antialiased; 
}
/* h1 {
	font-size: 50px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
p {
	font-size: 20px;
} */
/*
----------COLORS 
*/
.color-black {
	color: #1E1E1E;
}
.color-white {
	color: #E1E3E4;
}
.bg-grey {
	background-color: #E1E3E4 !important;
}
.bg-grey-darker {
	background-color: #BAB9B7 !important;
}
.bg-white {
	background-color: white !important;
}
/*
----------COLORS 
*/
img{border-style: none;}
a{
	-webkit-transition: all .3s;
			transition: all .3s;
	outline: none;
	text-decoration: none;
}
a:active,
a:focus,
a:hover{
	text-decoration: none;
	outline: none;
}
a:hover{text-decoration: underline;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all .3s;
			transition: all .3s;
}

.v-middle{ position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%);}

.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
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;
}
/* headings */
h1{
	color: white;
	font: 900 72px/60px 'Montserrat', sans-serif;
	margin: 0 0 15px;
	text-transform: uppercase;
}
h2{
	font-family: 'Montserrat';
	font-weight: 500;
	margin: 0 0 35px;
	color: #1E1E1E;
	text-transform: uppercase;
	font-size: 40px;
}
h3{
	font: 600 26px 'Montserrat', sans-serif;
	margin: 0 0 15px;
}
h4{
	font: 300 48px/52px 'Montserrat', sans-serif;
	margin: 0 0 15px;
}
h5{
	font: 500 24px/28px 'Montserrat', sans-serif;
	margin: 0 0 15px;
}
h6{
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 15px;
}
/* headings */
/* wrapper */
#wrapper{
	position: relative;
	overflow: hidden;
}
/* end wrapper */
/* mobile-nav */
body.open-menu{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.page-area{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.fader{
	background: rgba(0, 0, 0, .7);
	position: fixed;
	z-index: 1555;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
/* end mobile-nav */
/* buttons */
.btn{
	vertical-align: top;
	border: 0;
	padding: 11px 29px;
	outline: 0 !important;
	white-space: normal;
	text-align: center;
	position: relative;
	-webkit-box-shadow: none;
			box-shadow: none;
	text-decoration: none;
	min-width: 215px;
	border-radius: 30px;
	font: 600 14px/14px 'Montserrat', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
@media all and (min-width:0\0){
	.btn{
		padding-top: 12px;
		padding-bottom: 10px;
	}
}
.btn-default{
	background: none;
	color: #fff;
	border: solid 3px rgba(248, 248, 248, .1);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:focus,
.btn-default.focus,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus,
.btn-default:hover{
	color: #fff;
	background: none;
	border-color: rgba(248, 248, 248, 1);
}
.textImageSection .aboutContent .btn-default:hover {
	color: #333;
}
.btn-default.type2{border-color: #fff;}
.btn-default.type2:active,
.btn-default.type2.active,
.open > .dropdown-toggle.btn-default.type2,
.btn-default.type2:focus,
.btn-default.type2.focus,
.btn-default.type2:active:hover,
.btn-default.type2.active:hover,
.open > .dropdown-toggle.btn-default.type2:hover,
.btn-default.type2:active:focus,
.btn-default.type2.active:focus,
.open > .dropdown-toggle.btn-default.type2:focus,
.btn-default.type2:active.focus,
.btn-default.type2.active.focus,
.open > .dropdown-toggle.btn-default.type2.focus,
.btn-default.type2:hover{border-color: #f8f8f8;}
.btn-success{
	background: transparent;
	color: #1E1E1E;
	padding: 14px 25px;
	border: 2px solid #1E1E1E;
	border-radius: 30px;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Montserrat';
	font-weight: 600;
}
.btn-white {
	color: white;
	border: 2px solid white;
}
.btn-white:hover {
	color: #1E1E1E !important;
	background-color: white !important;
	border: 2px solid white !important;
}
.btn-black {
	color: #1E1E1E;
	border: 2px solid #1E1E1E;
}
.btn-black:hover {
	color: white !important;
	background-color: #1E1E1E !important;
	border: 2px solid #1E1E1E !important;
}
.btn-green {
	color: #4AE472;
	border: 2px solid #4AE472;
}

.btn-success svg,
.btn-primary svg,
.btn-default svg {
	height: 17px;
	padding: 2px 0 0;
}
@media all and (min-width:0\0){
	.btn-success{
		padding-top: 15px;
		padding-bottom: 13px;
	}
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.btn-success:focus,
.btn-success.focus,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus{
	background: #0D2451;
	border-color: #0D2451;
	color: #fff;
}
.btn-warning{
	background: #ff7100;
	color: #fff;
	border: 0;
	padding: 14px 30px;
}
@media all and (min-width:0\0){
	.btn-warning{
		padding-top: 15px;
		padding-bottom: 13px;
	}
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus,
.btn-warning:hover{
	background: #ff9825;
	color: #fff;
}
.btn-primary{
	background: #255F71;
	color: #fff;
	border: 0;
	padding: 14px 25px;
}
.subscribe-section .btn-primary {
	color: white;
	background: black;
	padding: 15px 25px;
	border-radius: 50px;
	display: inline-block;
	font-family: 'Montserrat';
	text-transform: lowercase;
	min-width: unset;
}
@media all and (min-width:0\0){
	.btn-primary{
		padding-top: 15px;
		padding-bottom: 13px;
	}
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary:hover{
	background: black;
	color: #fff;
	border-color: black;
	
}
.btn-primary.btn-black:hover,
.btn-success.btn-black:hover {
	background: #1E1E1E;
	border-color: #1E1E1E;
	/* box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.15); */
}
.btn {
	position: relative;
  display: inline-block;
	transition: all 0.3s ease-in-out;
	margin-top: 25px;
}
.scrolled #header.nav-up .container {
	padding-top: 0;
}

/* Pre-render the bigger shadow, but hide it */
.btn::after {
  opacity: 0;
	transition: opacity 0.3s ease-in-out;
	content: '';
	position: absolute;
	top: 0; 
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 12px;
}
.btn.btn-green::after {
	border: 2px solid #4AE472;
}
.btn:hover {
	transform: scale(1.05, 1.05);
}
.btn::after:hover {
  opacity: 1;
}

/* Transition to showing the bigger shadow on hover */
.btn:hover::after {
  opacity: 1;
}
.btn.btn-green:hover::after {
	border: 2px solid #4AE472;
}
.btn-primary.btn-green:hover,
.btn-success.btn-green:hover {
	background: #4AE472;
	border-color: #4AE472;
}

.btn-info{
	background: #fff;
	color: #4aa3df;
	border: 0;
	padding: 14px 30px;
}
@media all and (min-width:0\0){
	.btn-info{
		padding-top: 15px;
		padding-bottom: 13px;
	}
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.btn-info:focus,
.btn-info.focus,
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus,
.btn-info:hover{
	background: #fb7e00;
	color: #fff;
}
.btn.arrow-right:after{
	content: '';
	display: inline-block;
	vertical-align: top;
	margin: 6px 0 0 15px;
	-webkit-transition: all .3s;
			transition: all .3s;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 7px;
	border-color: transparent transparent transparent #fff;
}
.btn.arrow-right:active:after,
.btn.arrow-right.active:after,
.open > .dropdown-toggle.btn-btn.arrow-right:after,
.btn.arrow-right:focus:after,
.btn.arrow-right.focus:after,
.btn.arrow-right:active:hover:after,
.btn.arrow-right.active:hover:after,
.open > .dropdown-toggle.btn.arrow-right:hover:after,
.btn.arrow-right:active:focus:after,
.btn.arrow-right.active:focus:after,
.open > .dropdown-toggle.btn.arrow-right:focus:after,
.btn.arrow-right:active.focus:after,
.btn.arrow-right.active.focus:after,
.open > .dropdown-toggle.btn.arrow-right.focus:after,
.btn.arrow-right:hover:after{border-left-color: #fff;}
.btn-info.arrow-right:after{border-left-color: #4aa3df;}
.btn-info.arrow-right:active:after,
.btn-info.arrow-right.active:after,
.open > .dropdown-toggle.btn-info.arrow-right:after,
.btn-info.arrow-right:focus:after,
.btn-info.arrow-right.focus:after,
.btn-info.arrow-right:active:hover:after,
.btn-info.arrow-right.active:hover:after,
.open > .dropdown-toggle.btn-info.arrow-right:hover:after,
.btn-info.arrow-right:active:focus:after,
.btn-info.arrow-right.active:focus:after,
.open > .dropdown-toggle.btn-info.arrow-right:focus:after,
.btn-info.arrow-right:active.focus:after,
.btn-info.arrow-right.active.focus:after,
.open > .dropdown-toggle.btn-info.arrow-right.focus:after,
.btn-info.arrow-right:hover:after{border-left-color: #fff;}

/* end buttons */
/* header */
#header{
	position: fixed;
	background-color: #E2E4E5;
	z-index: 1500;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity .3s, top .3s;
			transition: opacity .3s, top .3s;
	/* -webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s; */
}
#header .main-menu #menu-main-nav .menu-item-has-children .sub-menu {
	position: fixed;
	background: #E2E4E5;
}
#header.show-header{
	opacity: 1;
}
#header .container{
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 1248px;

}
#header .logo{
	width: 180px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/certinno-logo-black.svg) no-repeat;
	background-size: 170px 50px;
	float: left;
	margin: 0 auto;
}


#header.nav-down.type2 .main-menu > ul > li > a { 
	color: #1E1E1E;
}
#header.nav-down.type2 .main-menu > ul > li.active > a,
#header.type2.nav-down .main-menu > ul > li:hover > a,
#footer #menu-main-nav-1 li.active a {
	color: #1E1E1E;
}

/* SINLE PAGE + ARCHIVE EVENTS */
#header.type2.type10 .logo {background-image: url(../images/certinno-logo-black.svg);}
#header.type2.type10.nav-down .logo{background-image: url(../images/certinno-logo-black.svg);}
body.post-type-archive-tribe_events #header.type2 .logo{background-image: url(../images/certinno-logo-black.svg);}
body.post-type-archive-tribe_events #header.type2.nav-down .logo{background-image: url(../images/certinno-logo-black.svg);}

/* HOME */
/* #header.type3 .logo{background-image: url(../images/certinno-logo-black.svg);} */
/* #header.type3.nav-down .logo{background-image: url(../images/certinno-logo-black.svg);} */


#header.type2.type3 .logo{background-image: url(../images/certinno-logo-black.svg);}

/* TOT + SINGLE BLOG + SINGLE PILOT */
#header.type2 .logo{background-image: url(../images/certinno-logo-black.svg);}
#header.type2.nav-down .logo{background-image: url(../images/certinno-logo-black.svg);}
body.single-project #header.type2.type10 .logo{background-image: url(../images/certinno-logo-black.svg);}
body.single-blog #header.type2.type10 .logo{background-image: url(../images/certinno-logo-black.svg);}
body.single-blog #header.type2.type10.nav-down .logo{background-image: url(../images/certinno-logo-black.svg);}
body.single-project #header.type2.type10.nav-down .logo{background-image: url(../images/certinno-logo-black.svg);}

.single-blog .image-title {
	width: 100%;
}


#header .logo a{
	display: block;
	height: 100%;
}
.main-menu{
	float: right;
	padding: 6px 0 0 10px;
	font-size: 0;
	line-height: 0;
	font-family: 'Montserrat';
	text-align: right;
	text-transform: lowercase;
}

.main-menu > ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.main-menu > ul > li{
	display: inline-block;
	vertical-align: top;
	font: 16px/21px 'Montserrat', sans-serif;
}
.main-menu > ul > li:nth-child(4):hover > ul {
	opacity: 1;
	transition: opacity .6s;
	visibility: visible;
	display: block;
}
#header.nav-down .main-menu > ul > li:nth-child(4):hover > ul {
	background-color: #E2E4E5;
	color: #1E1E1E;
	padding: 0 0 15px;
}

.main-menu > ul > li > ul {
	padding-left: 0;
	list-style: none;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	max-width: 117px;
	display: none;
}
.main-menu > ul > li > ul > li {
	padding: 5px 19px;
}
.main-menu > ul > li > ul > li > a {
	color: #1E1E1E;
	text-decoration: none;
}
body.home .main-menu > ul > li > ul > li > a {
	color: #1E1E1E;
}
body.home #header.nav-down .main-menu > ul > li > ul > li > a {
	color: #1E1E1E;
}
.main-menu > ul > li > ul > li > a:hover {
	color: #1E1E1E;
	text-decoration: none;
}
body.home .main-menu > ul > li > ul > li > a:hover {
	color: #1E1E1E !important;
}
.main-menu > ul > li > a{ 	
	display: inline-block;
	vertical-align: top;
	color: #1E1E1E;
	padding: 6px 16px;
	border: solid 3px rgba(73, 162, 223, 0);
	border-radius: 20px;
}

#header.type3 .main-menu > ul > li > a,
#header.type2.type3 .main-menu > ul > li > a,
body.single #header.type10 .main-menu > ul > li > a{color: #1E1E1E;}
#header.type3.nav-down .main-menu > ul > li > a,
body.single #header.type10.nav-down .main-menu > ul > li > a,
body.post-type-archive-tribe_events #header.type2 .main-menu > ul > li > a{ color: #1E1E1E;}
.main-menu > ul > li > a:hover{text-decoration: none;}
#header.type2 .main-menu > ul > li > a,
body.single-project #header.type2.type10 .main-menu > ul > li > a,
body.single-blog #header.type2.type10 .main-menu > ul > li > a{color: #1E1E1E;}
/* end header */

.main-menu > ul > li > a:hover {
	color: #1E1E1E !important;
}
/* home-banner */
.home-banner{
	position: relative;
	margin: 0;
}
.home-banner .image-bg{
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
}
.home-banner .image-bg > img{display: none;}
.video-bg{
	position: fixed;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.video-bg:before{
	content: '';
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(37, 47, 54, .9);
}
.video-bg video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	width: 200%;
}
.home-banner .container{
	position: relative;
	z-index: 30;
}

.home-banner .valign{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 1%;
	height: 100vh;
	padding: 115px 0 30px;
	color: #fff;
	font-size: 32px;
	line-height: 36px;
}
.home-banner h1{
	color: #49a2df;
	margin: 0 0 56px;
	font: 900 86px/72px 'Montserrat', sans-serif;
}
.home-banner p{margin: 0 0 74px;}
/* end home-banner */
/* about-section */
.about-section{
	position: relative;
	z-index: 20;
	color: white;
	font-size: 22px;
	line-height: 30px;
	background: #1E1E1E;
}
.about-section .container {
	position: relative;
	height: 500px;
	padding: 0;
}
.about-section .left-about,
.about-section .right-about {
	position: absolute;
	width: 50%;
	z-index: 1;
}
.about-section .piece01 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 45%;
	height: 60%;
	background-image: url("../images/certinno-piece01.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.about-section .left-about {
	top: 80px;
	left: 0;
	font-size: 35px;
	line-height: 40px;
	max-width: 570px;
}
.about-section .right-about {
	bottom: 80px;
	right: 0;
	font-size: 20px;
	line-height: 25px;
	max-width: 510px;
}
.about-section p {
	margin: 0;
}
.about-section h2 {
	color: white;
	
}
.btn-city {
	width: 100%; text-align: center; margin-bottom: 80px;
}
.about-section .container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.containerMaps .container {
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}

.containerMaps .left-cities,
.containerMaps .right-cities {
	float: left;
	width: 50%;
	padding: 60px 0;
	font-size: 20px;
	line-height: 25px;
	max-width: 510px;
}
.containerMaps .right-cities {
	float: right;
}
.containerMaps .left-cities p {
	font-size: 18px;
	margin-bottom: 0;
}
.bottom-cities {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	justify-content: space-between;
	padding-bottom: 60px;
}
.piece {
	height: 300px;
	width: 28%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin: 30px 3% 30px 0;
}
/* .piece:nth-child(3n+3) {
	margin: 20px 0;
} */
.piece p {
	position: absolute;
	left: 50%;
	bottom: 5px;
	color: white;
	transform: translate(-50%,-50%);
	font-size: 37.5px;
	z-index: 1;
}
.piece svg {
	position: relative;
	height: 100%;
	width: 100%;
}
.piece-bg {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all 0.3s ease;
	background-color: #008051;
}
.piece-arrow {
	background-image: url('../images/certinno-arrow-forms.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 50px;
	width: 50px;
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	opacity: 0;
}
.piece:hover .piece-arrow {
	opacity: 1;
}
.piece:hover .piece-bg {
	background-color: #008051;
	background-image: unset !important;
}

.single-project .piece {
	height: 50%;
	width: 40%;
	/* margin: 15% 0 0; */
	color: white;
}
.single-project .slick-list {
	padding: 0 !important;
}
.latest a:hover {
	text-decoration: none;

}
#inactive {
	display: none !important;
}
.single-project .latest { 
	margin-bottom: 20px;
}
@media (min-width: 1025px) {
	.single-project .slick-track {
		width: 100% !important;
	}
}
/* .single-project .news-carousel .slide {
	width: 33.33% !important; 
} */

.single-project .piece h4 {
	text-align: left;
	font-size: 50px;
}

.single-project .piece p {
	color: white;
	position: relative; 
	text-align: left;
	transform: unset;
	margin: unset;
	left: unset;
	bottom: unset;
	font-size: 20px;
	line-height: 25px;
}
.cities {
	font-weight: 600;
	font-size: 23px !important;
}
.single-project .piece-bg {
	height: 75%;
	width: 100%;
	padding: 20% 5%;
}
.single-project .cls-1 {
	transform: scale(1);
}

.form1 {
	clip-path: url(#form1);
}
.form2 {
	clip-path: url(#form2);
}
.form3 {
	clip-path: url(#form3);
}
.form4 {
	clip-path: url(#form4);
}
.form5 {
	clip-path: url(#form5);
}
.cls-1 {
	transform: scale(0.72);
}

.form6 {
	background-image: url('../images/certinno-piece06.svg');
}
.about-section .logo-ico{
	position: relative;
	overflow: hidden;
	margin: 0 auto 54px;
	max-width: 59px;
}
.about-section .logo-ico img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.about-section  .leftAboutSection p:nth-child(1) {
	margin: 0;
}

.leftAboutSection {
	width: 50%;
	float: left;
	height: 380px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.leftAboutSection .aboutUsBtn {
	width: 25%;
}

.rightAboutSection {
	width: 50%;
	float: right;
	height: 380px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.rightAboutSection a{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
	z-index: 2;
	background: transparent;
}
.fancybox-button svg {
	border-radius: 33px;
	color: white;
	background: black;
}
.rightAboutSection a img {
	position: relative;
	height: 100%;
	width: 100%;
}

.facebook a,
.youtube a,
.linkedin a,
.twitter a,
.instagram a {
	padding: 0 5px !important;
}
.socials {
	display: flex;
	padding: 30px 0 0;
	justify-content: center;
}
.socials .linkedin,
.socials .facebook,
.socials .youtube,
.socials .twitter,
.socials .instagram {
	padding: 0 5px;
}
.socials .facebook a::before,
.socials .youtube a::before,
.socials .twitter a::before,
.socials .instagram a::before,
.socials .linkedin a::before {
	height: 60px;
	width: 60px;
}
.facebook a::before,
.youtube a::before,
.instagram a::before,
.linkedin a::before,
.twitter a::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: " ";
	height: 30px;
	width: 30px;
	display: inline-block;
	position: relative;
	background-image: url('../images/centrinno-facebook.svg');
}
.twitter a::before {
	background-image: url('../images/centrinno-twitter.svg');
}
.linkedin a::before {
	background-image: url('../images/centrinno-linkedin.svg');
}
.instagram a::before {
	background-image: url('../images/certinno-instagram.svg');
}
.youtube a::before {
	background-image: url('../images/certinno-youtube.svg');
}
.socials .youtube a::before {
	background-image: url('../images/certinno-youtube2.svg');
}

.play {
	background: url(../images/buttonplayvideo.svg);
	height: 56px;
	width: 56px;
	z-index: 99999;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}
/* end about-section */

/* Maps section */
.acf-map {
	width: 100%;
	height: 700px;
	z-index: 999;
}


#markerMapsInfo {
	height: auto;
	position: absolute;
	width: auto;
	z-index: 999;
	display: none;
	background-color: white;
	bottom: 0;
	right: 0;
	color: #1E1E1E;
	font-weight: 600;
}
#markerMapsInfo p {
	margin: 0;
}
.parentMaps {
	position: relative;
	height: auto;
	background-color: #E1E3E4;
}

.leftMarkerMaps p em {
	font-style: unset !important;
}
.acf-map img {
 max-width: inherit !important;
}
.leftMapsInfo,
.rightMapsInfo {
	width: 50%;
	color: white;
	display: flex;
	height: 100%;
	position: relative;
	font-family: 'Montserrat';
}
.leftMapsInfo {
	float: left;
	padding-left: 50px;
	flex-direction: column;
}
.leftMapsInfo h3 {
	text-transform: uppercase;
	font: 600 29px 'Montserrat';
}
.rightMapsInfo {
	float: right;
	padding-right: 50px;
}
.gm-style .gm-style-iw-c {
	background-color: #509B61;
	max-width: none !important;
	position: fixed;
	top: 250px;
	width: 100%;
	padding: 30px;
	border-radius: unset;
	height: 150px;
	display: none;
}
.gm-style .gm-style-iw-d {
	height: 100%;
	width: 101%;
	position: absolute;
	max-height: unset !important;
	max-width: unset !important;
}
.rightMapsInfo .gm-style .gm-style-iw-d p {
	margin-right: 50px;
}
.gm-style .gm-style-iw-d p,
.gm-style .gm-style-iw-d p em {
	font-style: unset !important;
	font-size: 16px;
}
.gm-style .gm-style-iw-t::after {
	display: none;
}
button.gm-ui-hover-effect img {
	display: none !important;
}
button.gm-ui-hover-effect {
	background: url(../images/crosswhite.svg) !important;
	top: 0 !important;
	right: 0 !important;
}
/* upcoming events */
.upcoming-events {
	position: relative;
	background-color: #BAB9B7;
}
.upcoming-events .container {
	padding: 80px 0;
}
.upcoming-events .btn {
	margin-top: 30px;
	background-color: transparent;
}
.upcoming-events .event {
	border-top: 2px solid black;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	padding: 35px 0 25px;
}
.upcoming-events .order-posts {
	display: flex;
	flex-direction: column-reverse;
}
.no-events {
	border-top: 2px solid black;
	text-align: center;
	display: none;
	padding: 35px;
	border-bottom: 2px solid black;
}
.no-events:first-of-type {
	display: block;
}
.upcoming-events .some-event:last-of-type .event {
	border-bottom: 2px solid black;
}
.upcoming-events .event .cross-event {
	background-image: url(../images/certinno-events-cross.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 35px;
	right: 5px;
	transition: all 0.2s ease; 
	cursor: pointer;
}
.upcoming-events .event .hidden-info {
	width: 100%;
	display: flex;
	height: 0;
	opacity: 0;
	transition: all 0.2s ease;
	padding-top: 15px;
}
.upcoming-events .event.open .hidden-info{
	height: auto;
	opacity: 1;
}
.upcoming-events .event .hidden-info .event-content,
.upcoming-events .event .ev-link {
	width: 25%;
	padding-right: 2%;
}
.upcoming-events .event .ev-link {
	text-transform: uppercase;
	font: 600 14px/14px 'Montserrat', sans-serif;
	margin: 0 0 10px;
	color: #333;
	display: flex;
	align-items: center;
}
.ev-link:after {
	content: "";
	background-image: url('../images/certinno-arrow-link-black.svg');
	height: 15px;
	margin-left: 5px;
	width: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
.upcoming-events .event .hidden-info .event-org {
	width: 50%;
}
.upcoming-events .event .location-event {
	width: 20%;
}
.upcoming-events .event.open .cross-event {
	transform: rotate(45deg);
}
.upcoming-events .event .event-date,
.upcoming-events .event .hidden-info .event-hour {
	width: 25%;

}
.upcoming-events .event .event-title {
	font-weight: 600;
	width: 25%;
}


/* end upcoming events */

/* logos-section */
.logos-section{
	text-align: center;
	background: #fbfbfb;
	position: relative;
	z-index: 20;
}
.logos-section .container{
	padding-top: 55px;
	padding-bottom: 70px;
}
.partners-logos{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	font-family: 'Montserrat';
}
.partners-logos li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 38px;
}
.partners-logos a{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.partners-logos a:hover{
	opacity: 0.8;
}
.partners-logos img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
/* end logos-section */
/* campaigns-area */
.campaigns-area{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	background: white;
	z-index: 20;
}
/* .campaigns-area:before{
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(37, 47, 54, .9);
} */
.campaigns-area > img{display: none;}
.campaigns-heading{
	text-align: center;
	/* padding-top: 83px;
	padding-bottom: 52px; */
	padding-top: 41px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	/*position: relative;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 30;
}
.campaigns-heading .tbl {
	display: table;
	width: 100%;
	height: 155px;
}
.campaigns-heading .tbl-cell {
	display: table-cell;
	vertical-align: middle;
}
.campaigns-heading h2{
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 13px;
	font: 500 30px/34px 'Montserrat', sans-serif;
	letter-spacing: 1px;
}
.campaigns-heading p{margin: 0;}
.campaigns-slideshow{
	position: relative;
	z-index: 20;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	margin-top: 90px;
	height: calc(90vh - 90px);
}
.campaigns-slideshow .bg-container {
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
.campaigns-slideshow .slick-list{
	display: block;
	position: relative;
	overflow: hidden;
}
.campaigns-slideshow .slide {
	padding-top: 227px;
	padding-bottom: 126px;
	min-height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.campaigns-slideshow-new .slide {
	padding-top: 0 !important; 
	padding-bottom: 0 !important;
	background-size: contain;
}
.campaigns-slideshow-new .container {
	height: calc(90vh - 90px);
}
.campaigns-slideshow-new .btn-default {
	margin-top: 56px;
}
.campaigns-slideshow-new .v-middle-top {
	margin-top: -50px;
}
.campaigns-slideshow .slick-slide:focus{outline: none;}
.campaigns-slideshow .slide:before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

}
.campaigns-slideshow .slide .container {
	position: relative;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}


.campaigns-slideshow .slide > img {
	display: none;
}
.campaigns-slideshow .icon{
	max-width: 105px;
	margin: 0 auto 53px;
	position: relative;
}
.campaigns-slideshow .icon a{display: block;}
.campaigns-slideshow .icon a:hover{
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
}
.campaigns-slideshow .icon img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.campaigns-slideshow h2{
	color: white;
	margin: 0;
	text-transform: lowercase;
	font-family: 'Montserrat';
	font-size: 50px;
	font-weight: normal;
	max-width: 750px;
}
.campaigns-slideshow h2:first-letter {
	text-transform: uppercase;
}
.campaigns-slideshow p{margin: 0;}

.campaigns-slideshow .slick-arrow{
	position: absolute;
	z-index: 1400;
	bottom: 10%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	font-family: 'Montserrat';
	padding: 0;
	border: 0;
	background: none;
	width: 45px;
	height: 40px;
	margin: -15px  0 0;
}
.campaigns-slideshow .slick-prev,
.campaigns-slideshow .slick-next{
	right: 50px;
	background-image: url(../images/certinno-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.campaigns-slideshow .slick-prev{
	left: 50px;
	transform: rotate(180deg);
}
.campaigns-slideshow .slick-arrow:before{
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	color: #fff;
	font: 16px/20px 'SSStandard', sans-serif;
	-webkit-transition: all .3s;
			transition: all .3s;
}

.campaigns-slideshow .slick-arrow:hover:before{color: #4aa3df;}
.campaigns-slideshow .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10%;
	list-style: none;
	margin: 0 auto;
	padding: 42px 15px 0;
	font-size: 0;
	line-height: 0;
	font-family: 'Montserrat';
	max-width: 1000px;
	text-align: center;
}
.campaigns-slideshow .slick-dots li{
	display: inline-block;
	vertical-align: bottom;
	padding: 0 7px;
}
.campaigns-slideshow .slick-dots button{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-indent: -9999px;
	width: 40px;
	height: 2px;
	border: 1px solid white;
	background: white;
	padding: 0;
	cursor: pointer;
}
.posts-area.past {
	background-color:white;
}
.post-type-archive-tribe_events p {
	margin: 0 !important;
}
.campaigns-slideshow .slick-dots button:hover,
.campaigns-slideshow .slick-dots .slick-active button{
	height: 6px;
	background: white;
}
/* Archive Events */
body.post-type-archive-tribe_events .post-area {
	padding-top: 0;
}

body.post-type-archive-tribe_events .single-post-article .post-heading {
	padding: 0;
	margin: 0;
	max-width: unset;
}
body.post-type-archive-tribe_events .single-post-article h1 {
	margin: 0;
}
body.post-type-archive-tribe_events .single-post-article .img {
	max-width: unset;
	margin: 0;
}
body.post-type-archive-tribe_events .single-post-article .block {
	max-width: unset;
	margin: 0;
	background-color: #E1E3E4;
}
body.post-type-archive-tribe_events .upcoming-events {
	background-color: unset;
}
body.post-type-archive-tribe_events .blog-posts {
	border-top: 2px solid black;
    display: flex;
    position: relative;
    flex-wrap: wrap;
		padding: 35px 0 25px;
		width: 100%;
}
body.post-type-archive-tribe_events  .project-box .img-box {
	height: 230px;
	min-width: 230px;
	margin: 30px;
	border-radius: 12px;
}
body.post-type-archive-tribe_events .blog-posts.project-box a {
	display: inline-flex;
	justify-content: space-between;
}
body.post-type-archive-tribe_events .parent1 {
	padding: 0 15px 25px;
	flex-wrap: wrap;
	justify-content: flex-start;
}
body.post-type-archive-tribe_events .description {
	padding: 30px 30px 30px 0;
	height: 100%;
	min-height: unset;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
body.post-type-archive-tribe_events .description .date-event {
	padding-top: 20px;
	padding-bottom: 10px;
}
body.post-type-archive-tribe_events .description .location-event:before,
body.post-type-archive-tribe_events .description .date-event:before {
	height: 100%;
}
body.post-type-archive-tribe_events .description .location-event,
body.post-type-archive-tribe_events .description .date-event {
	display: flex;
	align-items: center;
	font-size: 14px;
}
/* End archive events */


/* New Front-Page */
.backgroundImageFrontPage {
	min-height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.backgroundImageFrontPage .v-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	width: 100%
}
.backgroundImageFrontPage .v-middle h1 {
	color: white;
	line-height: 72px;
	/* font: 900 70px 'Montserrat', sans-serif; */
}
.backgroundImageFrontPage .v-middle p {
	color: white;
	text-transform: uppercase;
	font-size: 4vw;
	line-height: normal;
	font-weight: bold;
}
.backgroundImageFrontPage .v-middle p:last-of-type {
	margin-bottom: 0;
}


/* end campaigns-area */
/* all-campaigns */
.all-campaigns{
	background: #212b31;
	text-align: center;
	position: relative;
	z-index: 20;
}
.all-campaigns .container{
	padding-top: 46px;
	padding-bottom: 44px;
}
/* end all-campaigns */
/* news-area */
.news-area,
.containerMaps{
	position: relative;
	z-index: 20;
}
.news-area {
	background: #E1E3E4;
}
body.single-project .news-area {
	background-color: #E7E7E7;
}
.containerMaps {
	background-color: #E1E3E4;
	z-index: 21;
}

body.home .column p {
	margin: 0 21% 50px !important;
}
.column p {
	margin: 0 10% 50px !important;
}
.projects-area .projects-area-intro {
	height: 130px;

}
.projects-area-intro h2 {
	width: 50%;
	float: left;
}
.projects-area-intro p {
	width: 45%;
	float: right;
	font-size: 20px;
	line-height: 25px;
}
.news-area .container{
	padding-top: 90px;
	padding-bottom: 90px;
	max-width: 1200px;
}
.home .news-area .container,
.single-blog .news-area .container {
	max-width: unset;
	width: 100%;
}
.news-heading{
	text-align: center;
	color: #39424c;
	line-height: 24px;
	padding-bottom: 30px;
}
body.home .news-heading {
	padding-top: 30px;
}
.news-heading h2{
	margin: 0 0 21px;
	padding-top: 20px;
}
body.error404 h1 {
	color: #212530 !important;
}
.news-heading p{margin: 0;}
.news-carousel,
.blog-carousel{
	position: relative;
	margin: 0 -15px 58px;
}
body.single-project .news-carousel {
	display: flex;
	margin: 0 -15px 50px;
}
body.error404 .post-area {
	padding-bottom: 150px;
}
.news-carousel .slick-list,
.blog-carousel .slick-list{
	display: block;
	position: relative;
	overflow: inherit;
}
.news-carousel .slide,
.blog-carousel .slide{
	float: left;
	width: 33.33%;
	padding: 0 15px;
	max-height: 80%;
}
.news-carousel .slick-slide:focus,
.blog-carousel .slick-slide:focus{outline: none;}
.news-widget{
	margin: 0;
	position: relative;
	-webkit-transition: opacity 0.3;
	transition: opacity 0.3;
	border-radius: 35px;
	/* box-shadow: 4px 4px 12px 2px rgba(0,0,0,0.25); */
}
.news-widget:hover {
	opacity: 0.9;
}
.news-widget .img{
	position: relative;
	overflow: hidden;
	border-radius: 35px 35px 0 0;
	height: 215px !important;
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3));
}
.news-widget .img img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.gradient {
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
	border-radius: 12px;
	background: linear-gradient( rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.full .gradient {
	width: 75%;
	border-radius: 12px 0 0 0;
}
.litt .gradient {
	
	border-radius: 12px 12px 0 0;
}
.medium .gradient {

	border-radius: 12px 12px 0 0;
}
.news-widget figcaption{
	background: white;
	padding: 15px 30px;
	position: relative;
	z-index: 20;
	color: #303030;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	border-radius: 0 0 35px 35px;
	/* text-align: center; */
}

.news-widget figcaption .block{
	padding: 0 0 22px;
	text-align: left;
}
.read-author {
	padding-top: 20px;
}
.mbl {
	display: none;
}
.post-type-archive-blog .read-author.mbl {
	display: block;
}
.post-type-archive-blog .full .read-author.mbl {
	display: none;
}
.read-author p {
	text-transform: uppercase;
	font-size: 12px !important;
	color: #1E1E1E !important;
	margin: 0 !important;
}
.read-author span {
	font-size: 21px !important;
	font-weight: 600 !important;
	color: #1E1E1E !important;
}
body.home .news-widget figcaption .block,
.single-blog figcaption .block {
	text-align: left;
}
.color-cat {
	height: 20px;
	width: 20px;
	position: relative;
	content: "";
	display: inline-block;
	float: left;
	border-radius: 20px;
}
.news-widget figcaption .block {
 height: 20px !important;
}
.news-widget figcaption .date,
.blog-posts .date{
	display: inline-block;
	vertical-align: top;
	color: #a4a4a4;
	/* text-transform: uppercase; */
	font: 500 14px/18px 'Montserrat', sans-serif;
	letter-spacing: 1px;
	text-align: right;
	width: 50%;
}
.blog-posts.project-box {
	border-radius: 12px;
	margin: 0 15px 25px;
}
.blog-posts.project-box:hover {
	opacity: 0.9;
}
.projects-area .project-box:hover {
	transform: scale(1.05, 1.05);
	/* box-shadow: 4px 4px 12px 2px rgba(0,0,0,0.35); */
	transition: all 0.4s ease-in-out;
}
.blog-posts.project-box a {
	height: 100%;
	width: 100%;
	display: inline-block;
}
.arrow-news {
	background-image: url('../images/arrow-latest-reads.svg'); 
	background-repeat: no-repeat;
	background-position: center;
	height: 50%;
	width: 33%;
	position: absolute;
	bottom: -5%;
	right: -10%;
	z-index: 20;
}
.news-widget .tag-news,
.blog-posts .tag-news{
	display: inline-flex;
	align-items: center;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 1;
}
.tag-news:before {
	height: 25px;
	width: 25px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	content: "";
	background-image: url('../images/certinno-watch.svg');
	display: inline-block;
}
.logo-footer a:hover {
	text-decoration: none;
}
.post-heading .tag-news {
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	color: #212530;
	background: white;
	font-size: 14px;
	line-height: 19px;
	font-style: normal;
	padding: 6px 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.news-widget figcaption h2,
.news-widget figcaption h3,
.project-box .description h2,
body.post-type-archive-blog .project-box .description h2 {
	color: #333;
	font: 100 18px/20px 'Montserrat', sans-serif;
	display: table-cell;
	width: 1%;
	height: auto;
	margin: 0;
	padding: 0 10px 10px;
}
.news-widget figcaption h2 span,
.news-widget figcaption h3 span{display: block;}
.news-widget figcaption p{margin: 0;}
.news-widget figcaption .link-more,
.description .link-more{
	vertical-align: top;
	color: #303030;
	font: 600 14px/18px 'Montserrat', sans-serif;
	text-transform: uppercase;
	width: 50%;
	float: left;
	text-align: left;

}

.description .link-more{
	margin-top: 15px;
	bottom: 20px;
	position: absolute;
}
body.post-type-archive-blog .description .link-more {
	bottom: unset;
	position: relative;
	width: 50%;
}
body.post-type-archive-blog .blog-posts .read_more_date {
	position: absolute;
	bottom: 20px;
	width: 80%;
}
body.post-type-archive-blog .project-box .description h2 {
	text-align: left;
}

body.post-type-archive-blog .project-box .description {
	min-height: 180px;
}
body.post-type-archive-blog .posts-area {
	padding-bottom: 100px;
}
.events-title {
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 45px;
}
.some-event {
	display: block !important;
}
.past-events {
	border-top: 1px solid #E7E7E7;
	padding-top: 45px;
	margin-top: 45px;
}
body.single-project .read_more_date {
	margin-top: 10px;
	position: absolute;
	bottom: 15px;
	width: 80%;
}


.news-widget figcaption .link-more svg,
.description .link-more svg{
	height: 10px;
	padding-left: 10px;
	
}

.news-area .btn-row{text-align: center;}
.news-area .btn-row .btn-success{
	padding-left: 28px;
	padding-right: 28px;
	margin-top: 0;
}
/* end news-area */
/* subscribe-section */
.subscribe-section{
	position: relative;
	/* overflow: hidden; */
	background: #FFCA00 /*url('../images/bg-subscribe-area.png') repeat-y 50% 50% fixed*/;
	z-index: 35;
}
.subscribe-section .container{
	width: 1274px;
	position: relative;
	z-index: 20;
}
.subscribe-section label.error {
	display: block;
	text-align: center;
	color: black;
	font-weight: normal;
	padding: 5px 0 15px;
	position: absolute;
	bottom: 0;
	right: 35px;
}

.subscribe-section .subscribe-form .block {
	padding: 80px 0 50px;
}

.subscribe-section .subscribe-form > label {
	width: 60%;
	float: left;
}
.subscribe-section .subscribe-form .block {
	float: right;
	width: 35%;
	background-color: #BBBAB8;
	border-radius: 500px 500px 0 0;
}
.subscribe-form{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.blog-posts .link-more {
	margin-top: 0;
}
.blog-posts .read_more_date {
	margin-top: 15px;
}
.subscribe-form:after{
	content: '';
	display: block;
	clear: both;
}
.subscribe-form label{
	color: #1E1E1E;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 50px;
	line-height: 55px;
	width: 100%;
}

.subscribe-form label span {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 2px;
}
.subscribe-form .block{
	position: relative;
	text-align: center;
}
.subscribe-form .form-control{
	height: 52px;
	font: 500 15px 'Montserrat', sans-serif;
	border: solid 2px black;
	border-radius: 6px;
	background: transparent;
	color: black;
	padding: 5px 24px;
	margin: 50px 0 25px;
	border-radius: 33px;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
			box-shadow: none;
	border-radius: 33px;
	display: inline-block;
	width: 80%;
}
.subscribe-form .block input[type="checkbox"]{
	display: none;
}
.subscribe-form .block a {
	color: black;
	text-decoration: underline;
}
.subscribe-form .form-control::-moz-placeholder{
	color: black;
	opacity: 1;
}
.subscribe-form .form-control:-ms-input-placeholder{color: black;}
.subscribe-form .form-control::-webkit-input-placeholder{color: black;}
.subscribe-form .btn{
	z-index: 20;
}
.particles-block{
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.particles-block .particles-layer{
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

/* end subscribe-section */
/* footer */
#footer{
	background: #1E1E1E;
	color: #abb1b6;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	z-index: 50;
}
#footer #menu-main-nav-1 {
	list-style: none;
	font-size: 15px;
	display: flex;
	flex-flow: wrap column;
	max-height: 95px;
}
#footer p,
#footer #menu-main-nav-1 a {
	color: #E2E4E5;
}
#footer #menu-main-nav-1 a:hover {
	text-decoration: none;
	color: #4AE472;
}
#footer .container{
	padding-top: 78px;
	padding-bottom: 45px;
}
#footer .container.social-net {
	background: #D1D3D8;
	width: unset !important;
	padding-top: 30px;
	position: relative;
}
#footer .container.social-net h6 {
	font-weight: bold;
	color: #0D2451;
	text-align: center;
}
#footer .top{padding-bottom: 5px;}
#footer .top > div[class^="col-"]:nth-child(1){
	width: 34.8%;
	padding-left: 32px;
}
#footer .top > div[class^="col-"]:nth-child(2){width: 40%;}
#footer .top > div[class^="col-"]:nth-child(3){width: 25.2%;}
#footer .logo-footer{
	width: 50%;
	height: 50px;
	overflow: hidden;
	background: url(../images/certinno-logo-white.svg) no-repeat;
	/* background-size: 268px 58px; */
	display: block;
	margin: 3px 0 80px;
	float: left;
}
.flag {
	width: 50%;
	float: right;
}
.flag p {
	font-weight: 600;
}
#footer .logo-footer p{
width: 60%;
margin: 10px 0 20px 150px !important;
font-size: 16px;
font-weight: 100;

}
#footer .logo-footer a{
	display: block;
	height: 100%;
}
#footer .txt-block{max-width: 425px;}
#footer .top p{margin: 0 0 20px;}
#footer h4{
	color: #E2E4E5;
	margin: 0 0 16px;
	text-transform: none;
	font: 300 24px/28px 'Montserrat', sans-serif;
}
#footer .links{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .links li{
	padding: 0 0 18px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
#footer .links a{color: #E2E4E5;}

#footer .bottom{
	position: relative;
	padding: 37px 0 0;
	color: #525963;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
#footer .bottom:after{
	content: '';
	display: block;
	clear: both;
}

#footer .bottom p{margin: 0; text-align: center;}
#footer .bottom .col-sm-6 p {
	color: #E2E4E5;
}
#footer .footer-menu {
	list-style-type: none;
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Montserrat';
	margin-bottom: 80px;
}
#footer .footer-menu a {
	color: #E2E4E5;
	font-weight: 600;
}
.footer-links {
	display: flex;
	justify-content: space-between;
}
.link-footer {
	border: 1px solid #BBBAB8;
	border-radius: 15px;
	width: 30%;
	padding: 20px 25px;
	position: relative;
	min-height: 110px;
	transition: all 0.3s ease-in-out;
}
.link-footer:hover {
	background-color: #BBBAB8;
	text-decoration: unset;
}
.link-footer:hover .question-footer,
.link-footer:hover .text-link-but	{
	color: #1E1E1E;
	
}

.link-footer .question-footer {
	font-size: 16px;
	color: #E2E4E5;
	transition: all 0.3s ease-in-out;
	
}
.link-but {
	position: absolute;
	bottom: 20px;
	right: 25px;
	display: flex;
	height: 5px;
	align-items: center;
}
.link-footer .text-link-but {
	text-transform: uppercase;
	color: #E2E4E5;
	font-size: 12px;
	display: inline-block;
	float: left;
	padding: 0 7px 5px 0;
}
.link-but svg{
	height: auto;
	width: 20px;
	content: "";
	float: right;
}
.link-footer:hover .cls-1 {
	stroke: #1E1E1E;
}
.linkable.img-arrow-footer {
	background-image: url('../images/certinno-arrow-link.svg');
}
.gallery-section{padding-bottom: 120px;}
/* end footer */
/* loading-area */
.loading-area{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 2000;
	background: #222b32;
	display: none;
}
.loading-area .valign{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 1%;
	height: 100vh;
}
.loading-area .loading-logo{
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 131px;
	height: 130px;
}
.loading-area .loader-image{
	width: 150px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.loading-area .loader-image img{
	display: block;
	width: 100%;
	max-width: 100%;
}
/* end loading-area */
body.page-id-2 .news-area {
	display: none;
}
/* animations */
.animated{
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}
.animated2{
	opacity: 1;
}

.animated.visible-element,
.visible-element .animated{opacity: 1;}
/* end animations */
/* about */
.title-section{
	background: #345E6F;
	text-align: center;
	color: #fff;
	font-size: 32px;
	line-height: 36px;
	min-height: calc(90vh - 90px);
	margin-top: 90px;
	position: relative;
	display: flex;
	align-items: center;
}
body.page-template-template-about .title-section {
	height: calc(90vh - 90px);
	display: flex;
}
.content-title {
	position: relative;
	padding-right: 50%;
	text-align: left;
	padding-left: 40px;
}
.image-title {
	height: 100%;
	right: 0;
	position: absolute;
	width: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}

.title-section .container{
	/* padding-top: 133px;
	padding-bottom: 30px; */
	position: relative;
	z-index: 30;
	padding-top: 0 !important;
	padding-bottom: 0;
}
.title-section .container .page .column p {
	margin-bottom: 0 !important;
}

.title-section .title{
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 0 0 54px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
}
.title-section h1{
	text-transform: uppercase;
	max-width: 1175px;
	margin: 0 auto 10px;
	color: #fff;
	line-height: 72px;
	/* font: 900 80px/72px 'Montserrat', sans-serif; */
}
body.page-template-template-about .title-section h1 {
	max-width: unset;
}
.arrow-title-about {
	height: 100%;
	background-image: url(../images/arrow-title-about.svg);
	width: 60%;
	background-repeat: no-repeat;
	background-position: center;
	top: -15%;
	right: -5%;
	background-size: contain;
	position: absolute;
}
.arrow-events2{
	height: 100%;
	background-image: url(../images/arrow-events2.svg);
	width: 60%;
	background-repeat: no-repeat;
	background-position: center;
	bottom: -30%;
	right: -15%;
	background-size: contain;
	position: absolute;
}
.title-section h1 span{display: block;}
.title-section p{margin: 0;}
.mission-info{
	padding-top: 86px;
	padding-bottom: 90px;
	text-align: center;
	color: white;
	background-color: white;
	color: #1E1E1E;
}
.mission-info .method-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.method-wrap .method {
	width: 28%;
	margin: 30px 2%;
	height: auto;

}
.texte {
	font-size: 20px;
	line-height: 25px;
	margin-top: 10px;
}
.tit {
	font-weight: 600;
	font-size:  23px !important;
}
.num {
	padding: 25px;
	border: 2px solid #1E1E1E;
	border-radius: 50px;
	display: inline-block;
	margin-bottom: 20px;
}

.mission-info p {
	margin: 0 20% 35px !important;
}

.mission-info h2{
	margin: 0 0 30px;
	letter-spacing: 2px;
}

.how-area{
	background: #F8F9EB;
	position: relative;
}
body.page-template-template-about .how-area {
	background: #BAB9B7;
}

body.page-template-template-about .how-area p {
	font-size: 20px;
	line-height: 25px;
}
body.home .how-area {
	background-color: #0D2451;
}
body.home .how-area h2 {
	text-transform: uppercase;
}
body.home .how-area h2,
body.home .how-area .content-section {
	color: white;
}
body.home .how-area .how-carousel {
	display: flex;
	justify-content: center;
}
body.home .how-area .slide {
	background-color: white;
	border-radius: 12px;
	width: 20%;
	margin: 0 10px;
	padding: 0 30px;
	text-decoration: none;
}
body.home .how-area .slide:hover {
	transform: scale(1.05, 1.05);
	/* box-shadow: 4px 4px 12px 2px rgba(0,0,0,0.35); */
	transition: all 0.4s ease-in-out;
}
.scale-it {transition: all 0.4s ease-in-out;}
.scale-it:hover {
	transform: scale(1.05, 1.05);
	/* box-shadow: 4px 4px 12px 2px rgba(0,0,0,0.35); */
}
body.home .how-area .how-carousel .block {
	padding: 0;
}
.how-area .container{
	padding-top: 30px;
	padding-bottom: 77px;
	text-align: center;
	position: relative;
}
body.page-template-template-about .how-area .container {
	padding-bottom: 90px;
	padding-top: 90px;
}
.how-area .container .btn {
	margin-top: 50px;
}
.how-area h2{
	color: #1E1E1E;
	margin: 0 0 15px;
	text-align: center;
}
.how-area .container .content-section {
	margin: 0 21% 50px;
	font-size: 18px;
	text-align: center;
}
.how-carousel{
	position: relative;
	margin: 0 -80px;
}
.how-carousel .slick-list{
	display: block;
	position: relative;
	overflow: hidden;
}
.how-carousel .slide{
	float: left;
	width: 33.33%;
	padding: 0 55px;
	text-align: center;
	color: #39424c;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;

}
.how-carousel .slide .block {
	height: auto !important;
}
.white {
	background-color: white;
}
.news-carousel .slick-slide:focus,
.blog-carousel .slick-slide:focus{outline: none;}
.how-carousel .logo-ico{
	position: relative;
	overflow: hidden;
	margin: 0 auto 30px;
	max-width: 59px;
}
.how-carousel .img {
	height: 215px;
	padding: 20px 0;
}
.how-carousel .img img{
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	object-fit: contain;
}
.how-carousel .block{
	padding: 0;
	display: flex;
	flex-direction: column;
}
.how-carousel .block .block1 {
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 30px;

}
body.home .how-carousel .block .block1 {
	margin-bottom: 40px;
}

.how-area.motivate .block .block2 {
	padding-top: 40px;
}
.how-carousel h3{
	margin: 0 0 20px;
	font: bold 22px/24px 'Montserrat', sans-serif;
	letter-spacing: 1px;
}
.how-carousel h4{
	color: #39424c;
	margin: 0 0 23px;
	font: 20px/30px 'Montserrat', sans-serif;
	text-transform: none;
}
.how-carousel p{margin: 0;}
.how-carousel p strong{font-weight: 500;}

section.image-text {
	position: relative;
	z-index: 20;
}
.aboutContent,
.aboutContent2 {
	width: 100%;
	height: 500px;
}
.aboutContent .leftAboutContent,
.aboutContent .rightAboutContent,
.aboutContent2 .rightAboutContent2,
.aboutContent2 .leftAboutContent2,
.aboutContent .rightAboutContent2,
.aboutContent .leftAboutContent2 {
	width: 50%;
	height: 100%;
	font-family: 'Montserrat';
}
.textImageSection .aboutContent .leftAboutContent,
.textImageSection .aboutContent .rightAboutContent2 {
	opacity: 0.6;
	cursor: pointer;
}
.textImageSection .leftAboutContent2 {
	background-color: #CADEE1 !important;
}
.rightAboutContent2.fancybox-content,
.leftAboutContent.fancybox-content {
	background-color: transparent !important;
	min-width: 90vw !important;
	min-height: 90vh !important;
	background-repeat: no-repeat !important;
	background-position: center !important;

}
.textImageSection .aboutContent .leftAboutContent:hover,
.textImageSection .aboutContent .rightAboutContent2:hover {
 opacity: 1;
 transition: opacity 0.3s ease;
}
.aboutContent .leftAboutContent,
.aboutContent2 .rightAboutContent2 {
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.aboutContent2 .rightAboutContent2,
.aboutContent .rightAboutContent2 {
	float: right;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 999;
}
.aboutContent a,
.aboutContent2 a {
	width: 250px;
	margin-top: 20px;
}
.aboutContent .rightAboutContent,
.aboutContent2 .leftAboutContent2,
.aboutContent .leftAboutContent2 {
	display: flex;
	flex-direction: column;
	background-color: white;
	float: right;
	padding: 60px;
	justify-content: center;
	color: #212530;
}
.aboutContent .rightAboutContent p,
.aboutContent2 .leftAboutContent2 p,
.aboutContent .leftAboutContent2 p {
	font-size: 18px;
	line-height: 24px;
}
.aboutContent2 .leftAboutContent2,
.aboutContent .leftAboutContent2 {
background-color: white;
float: left;
display: flex;
justify-content: center;
position: relative;
z-index: 999;
}
.aboutContent .ico-zoom {
	display: flex;
	font-size: 0;
	line-height: 0;
	font-family: 'Montserrat';
	justify-content: center;
	height: 100%;
	align-items: center;
}
.aboutContent .ico-zoom:before {
	content: '🔎';
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font: 48px/52px 'SSStandard', sans-serif;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.aboutContent .rightAboutContent h3,
.aboutContent2 .leftAboutContent2 h3,
.aboutContent .leftAboutContent2 h3 {
	font-family: 'Montserrat';
	font-weight: 700;
}


/* ABUT TRANSFORMING FOOD */
.transformingFood .aboutWrap {
	height: 600px;
}
.transformingFood .leftAboutContent p,
.transformingFood .rightAboutContent p {
	font-size: 18px;
}
.transformingFood .btn {
	margin-top: 0;
}
.transformingFood .leftAboutContent,
.transformingFood .rightAboutContent {
	padding: 90px 0 90px 40px;
	width: 50%;
	height: 100%;
	position: relative;
	float: right;
}
.transformingFood .rightAboutContent {
	display: flex;
	align-items: center;
	justify-content: center;
}
.transformingFood .leftAboutContent {
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.form2bg {
	background-image: url('../images/certinno-form-about.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	height: 80%;
	position: relative;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form-wrap {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	margin: 20% 10% 10% 8%;
	position: relative;
}
.form2bg p {
	width: 100%;
	display: inline-block;
	text-align: center;
	position: relative;
}
.transformingFood .leftAboutContent h2 {
	text-align: left;
}
.transformingFood .rightAboutContent p {
	line-height: unset;
}

.message-mailchimp {
	color: #000;
	/* display: none; */
}
.mc4wp-response {
	opacity: 0;
}
/* Motivating section */
.motivatingContent {
	text-align: center;
	padding: 75px 0;
}
.motivatingContent .aboutContent {
	height: auto;
}
.centeredMaxWidth {
	max-width: 515px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}

.itemMotivating {
	height: 200px;
	width: 20%;
}
.Motivating {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
	text-align: center;
}
.Motivating h3 {
	text-transform: uppercase;
	padding-top: 30px;
}
.Motivating .imgMotivate {
	height: 100%;
}
.how-area.motivate .slide {
	width: 25%;
}
.imgMotivate img {
	height: 100%;
	max-width:100%;
	max-height:100%;
	width: auto;
	object-fit: contain;
}


.eu-info{
	color: #39424c;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	padding-top: 180px;
	padding-bottom: 132px;
	max-width: 1045px;
}
.eu-info .img{
	float: left;
	margin: -4px 135px 0 0;
	position: relative;
	overflow: hidden;
	max-width: 112px;
}
.eu-info .img img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.eu-info p{
	margin: 0;
	overflow: hidden;
}
.consortium-area{
	position: relative;
	z-index: 1;
}
.consortium-area .container{
	padding: 90px 10%;
}
body.single-project .consortium-area .container{
	display: flex;
	flex-direction: column;
}
.consortium-area .container p {
	margin: 0 auto;
	text-align: center;
}
.consortium-area h2{
	margin: 0 0 15px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}
.consortium-logos{
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
	max-width: 1066px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.consortium-logos .slick-list{
	display: block;
	position: relative;
	overflow: hidden;
}

.consortium-logos .logo-item{
	float: left;
	padding: 0 20px 35px;
}
.consortium-logos .slick-slide:focus{outline: none;}
.consortium-logos a{
	display: block;
	position: relative;
	overflow: hidden;
	opacity: 0.4;
	display: flex;
	justify-content: center;
}
.consortium-logos a:hover,
.consortium-logos .active a{opacity: 1;}
.consortium-logos a img{
	display: block;
	width: 100%;
	max-width: 100px;
}
.consortium-content{
	position: relative;
	max-width: 1130px;
	margin: 0 auto;
}
.consortium-content .slick-list{
	display: block;
	position: relative;
	overflow: hidden;
}
.consortium-content .slide{
	float: left;
	padding: 0 10px;
	color: #4b535c;
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	text-align: center;
}
.consortium-content .slick-slide:focus{outline: none;}
.consortium-content h3{
	color: #4b535c;
	text-transform: uppercase;
	margin: 0 0 42px;
	font: 500 24px/28px 'Montserrat', sans-serif;
}
.consortium-area .consortium-logos .slick-track {
	max-width: 1075px;
}
.consortium-content p{margin: 0;}
/* end about */
/* resources */
.title-section.type2{
	background: #D4655C;
	line-height: 42px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.title-section.type2 h1{
	margin-bottom: 1px;
	line-height: 72px;
}
.title-section.type2 p{
	max-width: 1050px;
	margin: 0 auto;
}
/* community */
.links-to .container {
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.links-to .arrow-community-content {
	height: 80%;
	background-image: url(../images/arrow-community-content.svg);
	width: 60%;
	background-repeat: no-repeat;
	background-position: center;
	bottom: 0;
	left: -150px;
	background-size: contain;
	position: absolute;
}
/* end community */
/* knowledge */
.knowledge-intro {
	background-color: #E7E7E7;
	position: relative
}
.intro-knowledge {
	padding: 50px 0;
	position: relative;
	display: flex;
	align-items: center;
}
.arrow-knowledge {
	height: 100%;
	background-image: url(../images/arrow-knowledge-hub.svg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	bottom: -100px;
	right: -300px;
	background-size: contain;
	position: absolute;
}
.content-knowledge {
	width: 65%;
	float: left;
	padding-right: 100px;
}
.content-knowledge p {
	font-size: 24px;
	line-height: 30px;
}
.content-knowledge h2 {
	color: #303030;
}
.intro-knowledge .download-knowledge {
	width: 35%;
	float: right;
	padding: 30px;
	border-radius: 18px;
	background-color: white;
	box-shadow: 4px 4px 12px 2px rgba(0,0,0,0.25);
}
.download-knowledge p {
	font-size: 16px;
}
.download-knowledge p strong {
	color: #303030;
	font-size: 18px;
}

.intro-knowledge .download-knowledge a {
	width: 100%;
	text-align: center;
}
/* end knowledge*/
.posts-area{
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
	z-index: 35;
}
.posts-nav,
.post-type-archive-resources .parent1{
	line-height: 0;
	font-family: 'Montserrat';
	width: 30%;
	display: flex;
	flex-direction: column;
	float: left;
}
.post-type-archive-resources .parent {
	margin: 0;
	width: 100%;
	padding: 10px 12px 9px 0;
}
#container_publications {
	min-height: 300px; 
	display: flex; 
	flex-wrap: wrap;
	width: 70%;
	float: right;
}
.posts-nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-flow: wrap;

}
.post-type-archive-resources .news-widget .img .resources-download {
	display: block; 
	width: 25px;
}
.post-type-archive-resources .news-widget .img img {
	display: block;
}
.manual-tag {
	position: absolute;
	top: 20px;
	left: 20px;
	display: inline-flex;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Montserrat';
	font-size: 12px;
	color: #E1E3E4;
}
.manual-tag div{
	height: 25px;
	width: 25px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.resources-download {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 25px;
	width: 25px;
	background-image: url('../images/certinno-download-arrow.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.post-type-archive-resources .wrap {
	width: 45%;
	margin-right: 5%;
}
.post-type-archive-resources .wrap a:hover {
	text-decoration: none;
}
.post-type-archive-resources figcaption span {
	display: flex;
	align-items: center;
}

.post-type-archive-resources figcaption span div {
	height: 20px;
	width: 20px;
	border-radius: 25px;
	display: inline-block;
	margin: 0 10px 1px 0;
}
.post-type-archive-resources .news-widget {
	width: 100%;
}

.posts-nav li{
	display: inline-flex;
	width: 50%;
	font: 16px/24px 'Montserrat';
	letter-spacing: 1.5px;
	padding: 0 1px;
	align-items: center;
}
.posts-nav li.active span {
	background-color: #BAB9B7;
}
.posts-nav li:nth-child(7),
.posts-nav li:nth-child(8){
	width: 100%;
}
.posts-nav a{
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	color: #303030;
	padding: 10px 12px 9px 0;

}
.posts-nav h3 {
	margin: 15px 0;
}
.posts-nav a:hover,
.posts-nav .active a{
	text-decoration: none;
}

.post{
	margin: 0;
	display: flex;
	align-items: center;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 4px 4px 8px 2px rgba(0,0,0,0.10);
	margin-bottom: 20px;
	width: 45%;
}
.post:after{
	content: '';
	display: block;
	clear: both;
}
.post .img{
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 30px 0 0;
	min-width: 180px;
	max-width: 180px;
}

.post .img img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.post figcaption{
	color: #272d34;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.post figcaption span{
	border-radius: 5px;
	background-color:white;
	color: #919191;
	border: 2px solid #e7e7e7;
	padding: 5px;
	display: inline-flex;
	width: auto;
	justify-content: center;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}


.post .date{
	display: block;
	color: #7d7d7d;
	text-transform: uppercase;
	padding: 0 0 6px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: 500;
}
#container_publications .btn {
	width: 100%;
}
.post h3{
	color: #272d34;
	margin: 0 0 13px;
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	max-width: 300px;
	line-height: 22px;
}
.post p{margin: 0 0 24px;}
.post .note{
	display: block;
	color: #7d7d7d;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-style: italic;
	padding: 0 0 58px;
}
.post .btn{
	padding-left: 19px;
	padding-right: 19px;
}
/* end toolkit */
/* blog */
.title-section.type3{
	background: #CADEE1;
	color: #212b31;
}
.parent1,
.child1 {
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	font-size: 13px;
}
.parent1 {
	padding: 0 0 25px;
	/* border-bottom: 1px solid #E7E7E7; */
}

/* .post-type-archive-blog .parent1 .parent {
	width: 27% !important;
}
.post-type-archive-blog .parent1 .parentAll.parent {
	width: 15% !important;
} */
.child1 {
	text-transform: uppercase;
	padding: 25px 0;
	flex-wrap: wrap;
	margin-bottom: 50px;

}
.post-type-archive-tribe_events .child1 {
	margin-bottom: 0;
	padding: 15px 0;
}
.post-type-archive-tribe_events .past-events {
	padding-top: 30px;
}
.child {
	color: #919191;
	font-weight: 600;
	margin: 0 25px;
}
.wrap-blog-post {
	display: flex;
	flex-direction: column;
	margin: 0 3% 25px 0;
	width: 31.33%;
}
.wrap-blog-post:nth-child(6),
.wrap-blog-post:nth-child(4),
.wrap-blog-post:nth-child(10),
.wrap-blog-post:nth-child(12),
.wrap-blog-post:nth-child(15),
.wrap-blog-post:nth-child(18),
.wrap-blog-post:nth-child(21),
.wrap-blog-post:nth-child(24),
.wrap-blog-post:nth-child(27),
.wrap-blog-post:nth-child(30),
.wrap-blog-post:nth-child(33){
	margin: 0 0 25px 0;
}

.wrap-blog-post .description {
	display: none;
}
.wrap-blog-post.full .description {
	display: block;
}
.wrap-blog-post .blog-posts {
	width: 100%;
	margin: 0;
	height: 100%;
}
.wrap-blog-post.blog-posts {
	border-radius: unset;

}
.child label {
	font-weight: 600;
}
.medium {
	width: 65.66%;
	margin: 0 3% 25px 0;
}
.full {
	width: 100% !important;
	min-height: 350px;
	margin: 0 0 25px 0 !important;
	flex-flow: wrap;
}
.full .gradient {
	width: 75%;
	border-radius: 12px 0 0 0;
}
.full .clr {
	width: 75%;
}
.wrap-blog-post.full .description {
	width: 25%;
	float: right;
	height: 100%;
	border-radius: 0 12px 12px 0;
}
.wrap-blog-post.full .read-author > * {
	padding-bottom: 10px;
}
.wrap-blog-post.full .description > p{
	font-size: 16px;
	padding-top: 10px;
}
.wrap-blog-post.full .img-box {
	width: 75%;
	float: left;
	height: calc(100% - 52px);
	border-radius: 12px 0 0 0;
}
.clr {
	width: 100%;
	text-align: left;
	display: inline-block;
	padding: 15px 30px;
}
.full.clr {
	width: 75%;
}
.clr div {
	height: 20px;
	width: 20px;
	position: relative;
	content: "";
	display: inline-block;
	float: left;
	border-radius: 20px;
	margin-right: 10px;
}
/* CUSTOM CHECKBOX */
.child input {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	background: white;
	border-radius: 5px;
	border: 2px solid #919191;
	vertical-align:sub;
	margin-right: 5px;
}
.child input:focus {
	outline: thin dotted !important;
}
.child input:checked {
	background-image: url('../images/checkbox.svg');
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
}
.child input:checked ~ label span {
	color: #4AE472;
}
/* FINISH CUSTOM CHECKBOX */
.post-type-archive-blog .parent1.topics {
	float: right;
	flex-wrap: unset;
	flex-direction: column;
}
.wrapping {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.post-type-archive-blog .blog-posts-parent {
	width: 100%;
}
.post-type-archive-blog .parent1.topics h3 {
	width: 100%;
	text-align: left;
}
.post-type-archive-blog .parent1 {
	width: 50%;
	flex-wrap: wrap;
	float: left;
	justify-content: unset;
}
.post-type-archive-blog .parent1 .parent {
	margin: 0;
	/* width: 30%; */
	white-space: nowrap;
}

.post-type-archive-blog .parent1 .parent[data-id="261"] {
	width: 60% !important;
}


body.post-type-archive-tribe_events .project-box .description h2 {
	text-align: left;
	width: auto;
	font-size: 22px;
}
body.post-type-archive-reflow-academy .description h2 {
	font-size: 18px;
	text-align: left;
}

/* end circular resources */
#footer #menu-main-nav-1 .sub-menu {
	display: none;
}
/* Reflow Academy */

body.post-type-archive-reflow-academy .description .link-more {
	position: unset;
	bottom: 0;
}
body.post-type-archive-reflow-academy .description .read_more_date {
	position: absolute;
	bottom: 20px;
	width: 85%;
}
body.post-type-archive-reflow-academy .blog-posts .img-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
/* end Reflow Academy */

/* Best Practices */



/* end best practices */



.parent {
	padding: 10px 12px 9px 0;
	border: 2px solid transparent;
	cursor: pointer;
	border-radius: 22px;
	transition: all .3s;
	margin: 0;
	font: 16px/24px 'Montserrat';
	letter-spacing: 1.5px;
}

.blog-posts-parent{
	display: flex;
	justify-content: space-around;
	flex-flow: wrap;
} 
.blog-posts {
	width: 30.33%;
	display: inline-block;
}
.blog-posts .img-box {
	height: 265px;
	
}
/* .parent:hover {
	text-decoration: none;
	border-color: #4AE472;
	color: #4AE472;
	border: 2px solid #4AE472;
	border-radius: 22px;
}
.parent.active {
	text-decoration: none;
	border-color: #4AE472;
	color: #4AE472;
	border: 2px solid #4AE472;
	border-radius: 22px;
} */
.parent {
	display: flex;
	align-items: center;
}
.parent.active .circle {
	height: 25px;
	width: 25px;
	border-radius: 25px;
	background: #BAB9B7;
	position: relative;
}
.circle {
	min-height: 25px;
	min-width: 25px;
	border-radius: 25px;
	border: 2px solid #BAB9B7;
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.title-section.type3 .title{color: #212b31;}
.title-section.type3 h1{
	color: #212b31;
	line-height: 72px;
}
.twitter-slideshow{
	position: relative;
	z-index: 35;
	background: #f4f4f4;
	text-align: center;
	color: #39424c;
	font-size: 24px;
	line-height: 36px;
	padding: 0 0 56px;
}
.twitter-slideshow .slick-list{
	display: block;
	position: relative;
	overflow: hidden;
}
.twitter-slideshow .slick-slide:focus{outline: none;}
.twitter-slideshow .container{
	padding-top: 62px;
	padding-bottom: 33px;
	max-width: 680px;
}
.twitter-slideshow .slick-arrow{
	position: absolute;
	z-index: 1400;
	top: 50%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	font-family: 'Montserrat';
	padding: 0;
	border: 0;
	background: none;
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
}
.twitter-slideshow .slick-prev{left: 38px;}
.twitter-slideshow .slick-next{right: 38px;}
.twitter-slideshow .slick-arrow:before{
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	color: #39424c;
	font: 16px/20px 'SSStandard', sans-serif;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.twitter-slideshow .slick-prev:before{
	content:'◅';
	margin: -8px 0 0 -9px;
}
.twitter-slideshow .slick-next:before{
	content:'▻';
	margin: -8px 0 0 -6px;
}
.twitter-slideshow .slick-arrow:hover:before{color: #4aa3df;}
.twitter-slideshow .slick-dots{
	list-style: none;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 0;
	line-height: 0;
	font-family: 'Montserrat';
	max-width: 1000px;
	text-align: center;
}
.twitter-slideshow .slick-dots li{
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 0 4px;
}
.twitter-slideshow .slick-dots button{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-indent: -9999px;
	border-radius: 100%;
	width: 6px;
	height: 6px;
	background: #cbcbcb;
	border: 0;
	padding: 0;
	cursor: pointer;
}
.twitter-slideshow .slick-dots button:hover,
.twitter-slideshow .slick-dots .slick-active button{background: #39424c;}
.twitter-slideshow .ico{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 23px;
	font-size: 0;
	line-height: 0;
	font-family: 'Montserrat';
}
.twitter-slideshow .ico:before{
	display: inline-block;
	vertical-align: top;
	color: #39424c;
	font: 26px/30px 'SSSocialRegular', sans-serif;
}
.twitter-slideshow .ico-twitter:before{content: '';}
.twitter-slideshow p{margin: 0;}
.twitter-slideshow p a{
	color: #39424c;
	font-weight: 400;
}
.blog-area{
	padding-top: 85px;
	padding-bottom: 67px;
}
.blog-area > .row{
	margin-left: -55px;
	margin-right: -55px;
}
.single-blog .blog-area > .row {
	margin: 0 auto;
	width: 60%;
}
.blog-area > .row > div[class^="col-"]{
	padding-left: 55px;
	padding-right: 55px;
}
.blog-area > .row > div[class^="col-"]:nth-child(1){width: 67.6%;}
.blog-area > .row > div[class^="col-"]:nth-child(2){width: 32.4%;}
.posts-list{
	list-style: none;
	margin: 0 -27px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	font-family: 'Montserrat';
}
.posts-list > li{
	display: inline-block;
	vertical-align: top;
	padding: 0 27px 39px;
	width: 50%;
	font-family: 'Montserrat';
}
.posts-filter{padding: 4px 0 0;}
.posts-filter h3{
	color: #39424c;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 7px;
	font: 500 16px/20px 'Montserrat', sans-serif;
	letter-spacing: 1.5px;
}
.widget .posts-categories,
body.single-blog .post-categories{
	list-style: none;
	padding: 0 0 60px;
	margin: 0 0 0 -16px;
}
.wp-caption {
	border: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}
.wp-caption p.wp-caption-text {
	padding: 5px 0 0 !important;
	text-align: left !important;
}

.info-author {
	max-width: 325px;
	display: inline-flex;
	align-items: center;
}
.image-author {
	width: 100px;
	float: left;
	height: 100px;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 25px;
}
.information {
	width: 200px;
	float: right;
}
/* .blog-carousel .slick-slide {
	width: 508px !important;
} */
.home .news-widget figcaption {
	padding: 15px 30px;
}

.information a img {
	height: 30px;
}
.widget .posts-categories > li,
body.single-blog  .post-categories > li{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	border-bottom: solid 1px #f2f2f2;
	padding: 16px 15px;
}
body.single-blog  .post-categories > li {
	border-bottom: none;
	color: #919191;
	text-transform: uppercase;
	font-weight: 600;
}
.single-blog .wrap {
	max-width: 100%;
	margin: 40px auto;
}
.single-blog .news-widget figcaption {
	padding: 0;
}
.single-blog .blog-carousel figcaption {
	padding: 15px 30px;
}

.single-blog .container.share {
	margin: 0 0 50px;
	padding: 0;
	width: 100%;
}
.next-cent,
.prev-cent {
	background-image: url('../images/centrinno-arrow-next.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	width: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -65px;
	cursor: pointer;
}
.prev-cent {
	transform: translateY(-50%) rotate(180deg);
	left: -65px;
	right: unset;
}
.post-type-archive-resources .news-widget figcaption {padding: 0;}


.information p {
	font-size: 16px !important;
	margin: 0 0 3px;
}
.related-posts,
.related-author{
	border-bottom: solid 2px #f2f2f2;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
}
.related-author {
	border-bottom: none;
	border-top: solid 2px #f2f2f2;
	margin-top: 50px;
	padding-top: 30px;
}
.widget .posts-categories a,
body.single-blog .post-categories a{color: #39424c;}
.widget .tags-list{
	list-style: none;
	margin: 0 0 0 -11px;
	padding: 16px 0 38px;
	font-size: 0;
	line-height: 0;
	font-family: 'Montserrat';
}
.widget .tags-list > li{
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 5px 0;
	font: 14px/18px 'Montserrat', sans-serif;
}
.widget .tags-list > li:last-child{padding-right: 0;}
.widget .tags-list a{
	display: inline-block;
	vertical-align: top;
	color: #39424c;
	border: solid 2px #f2f2f2;
	padding: 4px 9px 5px;
	border-radius: 17px;
}
.widget .tags-list a:hover{
	text-decoration: none;
	border-color: #a6a6a6;
}
.posts-filter h4{
	color: #39424c;
	text-transform: uppercase;
	margin: 27px 0 10px;
	font: 500 16px/20px 'Montserrat', sans-serif;
}
.month-list, .widget ul{
	list-style: none;
	margin: 0;
	padding: 0 0 3px;
}
.month-list > li, .widget ul > li{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	padding: 0 0 10px;
}
.month-list > li.active, .widget ul > li.active{padding-left: 10px;}
.month-list > li.active:before, .widget ul > li.active:before{
	content: '';
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	margin: 9px 0 0 1px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #39424c;
}
.month-list a, .widget ul a{color: #39424c;}
/* end blog */
/* post */
.post-area{
	padding-top: 168px;
	position: relative;
	z-index: 30;
}
body.single .block ul li {
	padding-bottom: 15px;
}
/* .single-post-article, .page-template-default .single-post-article .default-page{
	padding: 0 0 86px;
	border-bottom: solid 2px #f4f4f4;
	color: #333;
	font-size: 18px;
	line-height: 28px;
} */

/* NEW SINGLE EVENT */
.single-tribe_events #tribe-events-pg-template {
	max-width: unset;
	padding: 0;
}
.single-tribe_events .post-area {
	padding-top: 0;	
}
.single-tribe_events .post-area .post-heading {
	display: none;
}
.single-tribe_events .single-post-article .block {
	max-width: unset ;
}
.single-tribe_events .image-title {
	width: 100%;
}
.event-info {
	background: #ee8a00;
}
.event-info,
.register {
	width: 100%;
	height: calc(10vh + 25px);;
	position: relative;
	font-size: 13px;
	font-weight: normal;
}

.event-info .container,
.register .container {
	display: flex;
	align-items: center;
	height: 100%;
}
.event-info .container > * {
	margin: 0;
}
.register {
	background-color: white;
}
.single-tribe_events {
	background-color: #E1E3E4 !important;
}
.register .container .register-wrap {
	width: 100%;
	display: inline-flex;
}
.register .container .register-wrap p {
	display: inline-block;
	margin: 0;
	margin-right: 20%;
	font-size: 17px;
}
.clicked {
	pointer-events: none !important;
}
.register .container .btn {
	margin-top: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.event-info .event-date,
.event-info .event-hour,
.event-info .location-event {
	display: inline-flex;
	align-items: center;
	width: auto;
	min-width: auto;
	margin-right: 5px;
	margin-bottom: 0;
	font-size: 17px;
}
.tribe-events-single-event-description h2,
.tribe-events-single-event-description p {
	display: inline-block;
	margin: 0;
}
.tribe-events-single-event-description p {
	display: block;
}
.author-single {
	font-size: 20px;
	margin-top: 15px !important;
}
.single-tribe_events .container .wrapped {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 60%;
}
.wrap-info {
	padding-top: 50px;
}
.social-linkedin,
.social-fb,
.social-twitter,
.social-instagram {
	display: inline-block;
	height: 50px;
	width: 50px;
	background-image: url('../images/centrinno-facebook.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.sharing-link {
	padding: 0 10px;
}
.social-linkedin {
	background-image: url('../images/centrinno-linkedin.svg');
}
.social-instagram {
	background-image: url('../images/certinno-instagram.svg');
}
.social-twitter {
	background-image: url('../images/centrinno-twitter.svg');
}
.share {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	position: relative;
}
.share-wrap {
	display: flex;
	align-items: center;
}
.date-single {
	position: absolute; 
	right: 0;
}

.share span {
	text-transform: uppercase;
	margin-right: 10px;
}
.tribe-events-single-event-description h6 {
	font-size: 10px;
	font-family: 'Montserrat';
	margin-bottom: 0;
}
.tribe-events-single-event-description h3 {
	display: inline;
}
.tribe-events-single-event-description p img {
	margin: 0;
}
.tribe-events-single-event-description {
	margin-bottom: 50px;
}
.event-info .event-date:before,
.event-info .event-hour:before,
.event-info .location-event:before {
	content:"";
	background-image: url('../images/centrinno-calendar.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	margin-right: 10px;
}
.event-info .event-hour:before {
	background-image: url('../images/centrinno-clock.svg');
}
.event-info .location-event:before {
	background-image: url('../images/centrinno-location.svg');
}
/* END NEW SINGLE EVENT */

.single-post-article .post-heading, .page-template-default .single-post-article .default-page .post-heading{
	text-align: center;
	padding: 0 0 54px;
	margin: 0 auto;
	max-width: 920px;
}
.single-post-article .post-tag, .page-template-default .single-post-article .default-page .post-tag{
	display: inline-block;
	vertical-align: top;
	color: #212530;
	background: #A8CCA6;
	text-transform: uppercase;
	border-radius: 15px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: 500;
	padding: 6px 15px;
	margin: 0 0 30px;
}
.single-post-article h1, .page-template-default .single-post-article .default-page h1{
	color: #212b31;
	margin: 0 0 30px;
	font: 900 72px/60px 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.single-post-article .date, .page-template-default .single-post-article .default-page .date{
	display: block;
	color: #a4a4a4;
	font-size: 18px;
	line-height: 22px;
	font-style: normal;
	font-weight: 400;
}
.single-post-article .img, .page-template-default .single-post-article .default-page .img{
	position: relative;
	overflow: hidden;
	max-width: 868px;
	margin: 0 auto 68px;
}
.single-post-article .img img, .page-template-default .single-post-article .default-page .img img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.single-post-article .block, .page-template-default .single-post-article .default-page .block{
	margin: 0 auto;
	max-width: 758px;
}
.single-post-article .intro-text, .page-template-default .single-post-article .default-page .intro-text{
	display: block;
	padding: 0 0 22px;
	font-size: 24px;
	line-height: 36px;
}
.single-post-article p, .page-template-default .single-post-article .default-page p{margin: 0 0 28px;}
.single-post-article p a, .page-template-default .single-post-article .default-page p a{color: #4aa3df;}
.news-area.type2 .container{
	padding-top: 96px;
	padding-bottom: 17px;
}
.particles-area.type2{
	bottom: auto;
	z-index: 1;
	height: 100vh;
}
/* end post */
/* contact */

.title-section.type4{
	background: #639966;
	line-height: 42px;
	z-index: 24;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.arrow-contact {
	height: 80%;
	background-image: url(../images/arrow-contact.svg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	bottom: -75px;
	left: 110px;
	background-size: contain;
	position: absolute;
}
.title-section.type4 h1{
	max-width: none;
	margin: 0;
}
.title-section.type4 p{
	/* max-width: 890px; */
	margin: 0 auto;
}
.social-section{
	padding-top: 90px;
	padding-bottom: 90px;
	background: white;
	position: relative;
	z-index: 25;
}	
.social-left,
.social-right {
	display: flex;
	justify-content: center;
	width: 50%;
}

.social-left .mail-icon img,
.social-right .mail-icon img {
	height: 90px;
}
.socialNetworksContact .mail-textes a {
	text-decoration: none;
	font-weight: 500;
	color: black;
	
}
.socialNetworksContact .mail-textes a:hover {
	text-decoration: underline;
}
.social-left .mail-icon,
.social-right .mail-icon {
	width: 20%;
	margin-right: 20px;
}
.social-left .mail-textes {
	width: 80%;
	padding-right: 15px;
}
.mail-textes h2 {
	margin: 0;
}
.social-section .socialNetworksContact {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.social-section .socialNetworksContact .socialNetworksDiv {
	text-decoration: none;
	display: inline-flex;
	float: left;
	align-items: center;
	margin-bottom: 10px;
}
.social-section .socialNetworksContact .socialNetworksDiv img {
	height: 65px;
	margin-right: 15px;
}
.social-section .socialNetworksContact .socialNetworksDiv p {
	margin: 0;
}
.social-section .socialNetworksContact .socialNetworksDiv:hover {
	opacity: 1;
}
.mail-textes p,
.mail-textes a {
	font-size: 17px;
}
.mail-textes p {
	font: normal 17px 'Montserrat';
}
.social-section h2{
	color: #39424c;
	text-transform: uppercase;
	font: 500 36px/40px 'Montserrat', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.contacts-section{
	background: #E7E7E7;
	position: relative;
z-index: 26;}
.contacts-section .container{
	padding-top: 90px;
	padding-bottom: 90px;
}
.contacts-logos{
	position: relative;
	margin: 0 auto;
	max-width: 1066px;
	padding-top: 25px;
	position: relative;
}
.network h2 {
	text-align: center;
}
.network img {
	width: 100vw;
}
.network .container {
	padding: 90px 0 10px;
}
.contacts-logos .slick-list{
	display: block;
	position: relative;
	overflow: hidden;
}
.contacts-logos .slick-track {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.contacts-logos .logo-item{
	float: left;
	padding: 0 10px 50px;
}
.contacts-logos .slick-slide:focus{outline: none;}
.contacts-logos a{
	display: block;
	position: relative;
	overflow: hidden;
	opacity: 0.6;
}
.contacts-logos a:hover,
.contacts-logos .active a{opacity: 1;}
.contacts-logos a img{
	display: block;
	width: 100%;
	max-width: 108px;
}
.contacts-slideshow{
	position: relative;
	padding-bottom: 50px;}
.contacts-slideshow .slick-list{
	display: block;
	position: relative;
	overflow: hidden;
}
.contacts-slideshow .slick-slide:focus{outline: none;}
.contacts-slideshow .block{
	float: left;
	width: 49.35%;
	padding: 79px 15px 30px 0;
	color: #272d34;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	display: none;
}
.contacts-slideshow .block .section{padding: 0 0 24px;}
.contacts-slideshow h3{
	color: #272d34;
	margin: 0 0 26px;
	font: 24px/28px 'Montserrat', sans-serif;
	text-transform: none;
}
.contacts-slideshow h4{
	color: #272d34;
	margin: 0 0 1px;
	font: 500 16px/20px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.contacts-slideshow p{margin: 0 0 27px;}
.contacts-slideshow p a{color: #272d34;}
.contacts-slideshow .team{
	list-style: none;
	margin: 0;
	padding: 39px 0 0 6px;
}
.contacts-slideshow .team > li{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}
.contacts-slideshow .team > li + li{padding-top: 39px;}
.contacts-slideshow .team > li:after{
	content: '';
	display: block;
	clear: both;
}
.contacts-slideshow .team .photo{
	float: left;
	margin: -9px 36px 0 0;
	position: relative;
	overflow: hidden;
	width: 57px;
	border-radius: 100%;
}
.contacts-slideshow .team .photo img{
	display: block;
	width: 100%;
	max-width: 100%;
	position: relative;
	border-radius: 100%;
}
.contacts-slideshow .team .box{overflow: hidden;}
.contacts-slideshow .team h5{
	color: #272d34;
	margin: 0;
	font: 20px/24px 'Montserrat', sans-serif;
	text-transform: none;
}
.contacts-slideshow .team p{margin: 0;}
.contacts-slideshow .team p a{color: #7d7d7d;}
.contacts-slideshow .map-block{
	float: left;
	width: 100%;
}
.contacts-slideshow .map-block .offset-block{
	position: relative;
	margin-right: 0 !important;
}
.contacts-slideshow .map{
	position: relative;
	overflow: hidden;
	height: 700px;
}

/* end contact */
/* projects */
.title-section.type5{
	background: #DBD9E3;
	line-height: 42px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
body.single-blog .title-section,
body.page-template-template-community .title-section {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.arrow-title-pilots {
	height: 100%;
	background-image: url(../images/arrow-title-pilots.svg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	top: -185px;
	left: -50px;
	background-size: contain;
	position: absolute;
}
.arrow-title-blog {
	height: 100%;
	background-image: url(../images/arrow-blog.svg);
	width: 60%;
	background-repeat: no-repeat;
	background-position: center;
	top: 200px;
	left: -200px;
	background-size: contain;
	position: absolute;
}
.arrow-community {
	height: 100%;
	background-image: url(../images/arrow-community.svg);
	width: 60%;
	background-repeat: no-repeat;
	background-position: center;
	top: 200px;
	right: 100px;
	background-size: contain;
	position: absolute;
}
.container .title,
.container .page {
	position: relative;
	z-index: 5;
}
.title-section.type5 .container{padding-top: 163px;}
.title-section.type5 .title{
	padding: 0 0 57px;
	color: white;
}
.title-section.type5 h1{
	max-width: none;
	margin: 0 0 10px;
	font-size: 72px;
	line-height: 72px;
	color: white;
}
.title-section.type5 p{
	max-width: 1020px;
	margin: 0 auto;
	color: white;
}
.post-type-archive-project .project-box{
	background-color: #fbfbfb;
	border-radius: 12px;
	height: 100%;
}

.projects-area{
	padding-top: 85px;
	padding-bottom: 120px;
	position: relative;
	z-index: 35;
}
.arrow-projects {
	height: 25%;
	background-image: url(../images/arrow-projects.svg);
	width: 60%;
	background-repeat: no-repeat;
	background-position: center;
	bottom: -50px;
	left: -375px;
	background-size: contain;
	position: absolute;
}
.projects-list{
	list-style: none;
	margin: 0 -15px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	font-family: 'Montserrat';
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
}
.projects-list + .projects-list{padding-top: 45px;}
.projects-list > li{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 0 15px 35px;
}
.project-box{
	background: #fff;
	position: relative;
	color: #7d7d7d;
	font: 18px/20px 'Montserrat', sans-serif;
	text-align: center;
	/* box-shadow: 4px 4px 12px 2px rgba(0,0,0,0.25); */
}
.project-box.inactive{opacity: 0.5;}
.project-box .img-box{
	position: relative;
	overflow: hidden;
	background: #ebeced;
	border-radius: 12px 12px 0 0;
}

.project-box .img-box .bg-image{
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.project-box .img-box .bg-image:before{
	content: '';
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, #0F2451);
	opacity: 0.6;
}
.project-box .tag-box{
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
	text-align: left;
	padding: 30px 30px 0;
}
.project-box .project-tag{
	display: inline-flex;
	vertical-align: top;
	color: #4AE472;
	background: white;
	text-transform: uppercase;
	font: 600 14px/18px 'Montserrat', sans-serif;
	letter-spacing: 1px;
	border-radius: 4px;
	padding: 6px 11px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	align-items: center;
}
.project-box .project-tag svg{ 
	height: 15px;
	width: 15px;
	margin-bottom: 1px;
	
}
.project-box .project-tag svg .cls-1{ 
	fill: #4AE472 !important;
	}

.project-box .ico-box{
	position: relative;
	z-index: 15;
	display: table-cell;
	vertical-align: middle;
	padding: 18px 10px 10px;
	text-align: center;
	width: 1%;
	height: 265px;
}
.project-box .project-ico{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 20px;
	overflow: hidden;
}
.project-box a {
	color: inherit;
}
.project-box a:hover {
	text-decoration: none;
}
.project-box .project-ico.ico-01{max-width: 110px;}
.project-box .project-ico.ico-02{max-width: 98px;}
.project-box .project-ico.ico-03{max-width: 105px;}
.project-box .project-ico.ico-04{max-width: 105px;}
.project-box .project-ico.ico-05{max-width: 83px;}
.project-box .project-ico img{
	display: block;
	width: 100%;
	max-width: 100%;
}




.project-box .description{
	padding: 20px 30px 50px;
	text-align: left;
	min-height: 180px;
}
.project-box .description h2{
	color: #333;
	margin: 0 0 10px;
	font: bold 18px/22px 'Montserrat', sans-serif;
	text-transform: none;
	vertical-align: unset ;
	height: auto;
}
.project-box .description p{
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #303030;
}
.join-section{
	background: #D1D3D8; 
	position: relative;

	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	z-index: 34;
}
.join-section .container{
	position: relative;
	z-index: 100;
	padding-top: 104px;
	padding-bottom: 136px;
	display: flex;
}
.join-section h2{
	color: #0D2451;
	text-transform: uppercase;
	margin: 0;
	font: 500 36px/40px 'Montserrat', sans-serif;
	font-weight: bold;
}
.join-section p{
	margin: 0;
	font-family: 'Montserrat';
	color: #303030;
	font-size: 18px;
}
.join-section a {
	color: #303030;
	text-decoration: none;
	font-size: 24px;
}
.arrow-join-section {
	height: 110%;
	background-image: url(../images/arrow-join-section.svg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	top: -50px;
	right: -390px;
	background-size: contain;
	position: absolute;
	z-index: 99;
}
.join-section .join-image {
	width: 10%;
	margin-right: 30px;
}
.join-section .join-image img {
	height: 105px;
}
.join-section .join-info {
	width: 50%;
}
.join-section .join-info > * {
	margin-bottom: 15px;
}

.join-section .btn-default:active,
.join-section .btn-default.active,
.join-section .btn-default:focus,
.join-section .btn-default.focus,
.join-section .btn-default:active:hover,
.join-section .btn-default.active:hover,
.join-section .btn-default:active:focus,
.join-section .btn-default.active:focus,
.join-section .btn-default:active.focus,
.join-section .btn-default.active.focus,
.join-section .btn-default:hover{border-color: #f8f8f8;}
/* end projects */
/* project-page */
.project-visual{
	margin: 0;
	position: relative;
	overflow: hidden;
	min-height: calc(90vh - 90px);
	margin-top: 90px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.project-visual:before{
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3));
}
.project-visual > img{display: none;}
.project-visual .container{
	position: relative;
	z-index: 20;
}
.project-visual .ico{
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	display: inline-block;
	vertical-align: top;
}
.project-visual .ico-01{max-width: 105px;}
.project-visual .ico img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.project-visual h1{
	color: #feffff;
	text-transform: uppercase;
	margin: 0 0 20px;
	font: 900 72px/76px 'Montserrat', sans-serif;
}
.project-visual p{margin: 0 15%;}
.stats-section{
	background: #0D2451;
	text-align: center;
	color: #39424c;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}
.stats-section .container{
	padding-top: 88px;
	padding-bottom: 69px;
}
.stats-section .container > .row{
	margin-left: -50px;
	margin-right: -50px;
}
.stats-section .container > .row > div[class^="col-"]{
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 20px;
}


.stats-section h2{
	color: #4AE472;
	margin: 0 0 15px;
	font: bold 18px/30px 'Montserrat', sans-serif !important;
	text-transform: none;
}
.stats-section p{
	margin: 0;
	color: white;
	letter-spacing: 1px;
	font-size: 24px;
	line-height: 30px;
}
.project-description{
	color: #1E1E1E;;
	font-size: 24px;
	line-height: 30px;
	padding-top: 90px;
	padding-bottom: 90px;
}
.project-description h2{
	margin: 0 0 15px;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 23px;
	letter-spacing: 1px;
}
.project-description p{
	margin: 0 35% 0 0;
	font-size: 40px;
	line-height: 40px;
}
.project-gallery{
	position: relative;
	margin: 0 -17px;
}
.project-gallery .slick-list{
	display: block;
	position: relative;
	overflow: hidden;
}
.project-gallery .slick-slide:focus{outline: none;}
.gallery-image{
	margin: 0;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.gallery-image:before{
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(37, 47, 54, .6);
}
.gallery-image > img{display: none;}
.gallery-image figcaption{
	position: relative;
	z-index: 20;
}
.gallery-image figcaption > a{
	display: block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.gallery-image figcaption > a:hover{text-decoration: none;}
.gallery-image figcaption .valign{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 15px 15px 10%;
	width: 1%;
	height: 627px;
}
.gallery-image figcaption .ico-zoom{
	display: block;
	font-size: 0;
	line-height: 0;
	font-family: 'Montserrat';
	padding: 0 0 58px;
}


.gallery-image figcaption .ico-zoom:before{
	content: '🔎';
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font: 48px/52px 'SSStandard', sans-serif;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.gallery-image:hover figcaption .ico-zoom:before{color: white;}
.gallery-image figcaption h2{
	color: white;
	margin: 0;
	text-transform: uppercase;
	font: 900 72px/60px 'Montserrat', sans-serif;
}
.gallery-image figcaption h2 span{display: block;}
.info-section{
	background: #CADEE1;
	position: relative;
}
.info-section figure{
	position: relative;
	min-height: 547px;
	padding: 0 49.9% 0 0;
	margin: 0;
}

.info-section.image-left figure{padding: 0 0 0 49.9%;}
.info-section .img{
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	right: 0;
	width: 49.9%;
}
.info-section.image-left .img{
	right: auto;
	left: 0;
}
.info-section .img a{
	display: block;
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
}
.info-section .img a:hover{text-decoration: none;}
.info-section .img .offset-block{
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.info-section .img .image-block{
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 0.6;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.info-section .img .image-block > img{display: none;}
.info-section .img .ico-zoom{
	position: absolute;
	z-index: 30;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	font-size: 0;
	line-height: 0;
	font-family: 'Montserrat';
	margin: -40px 0 0 -40px;
}
.info-section .img .ico-zoom:before{
	content: '🔎';
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	color: #fff;
	font: 48px/52px 'SSStandard', sans-serif;
	-webkit-transition: all .3s;
			transition: all .3s;
}
/*.info-section .img:hover .ico-zoom:before{color: #fb7e00;}*/
.info-section .img:hover .image-block {
	opacity: 0.8;
}
.info-section figure figcaption{
	overflow: hidden;
	color: #212530;
	font-size: 24px;
	line-height: 36px;
	padding: 110px 15% 160px 0;
}
.info-section.image-left figure figcaption{
	padding-right: 0;
	padding-left: 50px;
}
.info-section figure h2{
	color: #212530;
	letter-spacing: 2px;
	margin: 0 0 15px;
	font: 700 30px 'Montserrat', sans-serif;
}
.info-section figure a,
.textImageSection a {
	border-color:#212530 !important;
	color:#212530;
}
.info-section figure a:after,
.textImageSection a:after {
	border-color: transparent transparent transparent #212530 !important;
}

.info-section figure p{
	margin: 0;
}
.info-section figure .btn-row{
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 0;
	max-width: 40%;
	padding: 0 0 81px;
}
.info-section.image-left figure .btn-row{
	left: auto;
	right: 0;
	width: 50%;
	max-width: none;
	padding-left: 50px;
}
.news-area .container{
	position: relative;
	z-index: 20;
}
/* end project-page */


/*new 25.07*/
.campaigns-slideshow .slick-dots button:focus,
.campaigns-slideshow .slick-arrow:focus,
.twitter-slideshow .slick-arrow:focus,
.twitter-slideshow .slick-dots button:focus{outline: none;}
.news-carousel .slide > a:hover,
.blog-carousel .slide > a:hover,
.posts-list > li > a:hover{text-decoration: none;}
.news-carousel .slide:hover .news-widget figcaption .link-more,
.blog-carousel .slide:hover .news-widget figcaption .link-more,
.posts-list > li > a:hover .news-widget figcaption .link-more,
.contacts-slideshow p a:hover,
.twitter-slideshow p a:hover,
.widget .posts-categories a:hover,
.month-list a:hover, .widget ul a:hover{
	color: #7d7d7d;
	text-decoration: none;
}
.news-widget figcaption .link-more{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.contacts-slideshow .team p a:hover,
#footer .links a:hover,

.single-post-article a:hover{
	text-decoration: none;
	color: #005793;
}
.how-carousel .slide{outline: none;}
/*end new 25.07*/

@media only screen and (min-width: 992px) {
	.info-section.image-right .img .offset-block{left: 0 !important;}
	.info-section.image-left .img .offset-block{right: 0 !important;}
	.backgroundImageFrontPage .v-middle {
		width: 970px;
	}
}
@media only screen and (min-width: 1200px) {
	section.transformingFood .aboutContent, 
	section.communities .aboutContent2 {
		min-height: 450px;
	}
}
@media only screen and (min-width: 1260px){
	.backgroundImageFrontPage .v-middle {
		width: 1254px;
	}
	body.home .campaigns-slideshow .container {
		width: 1135px;
	}
}
@media only screen and (max-width: 1260px){
	.cls-1 {
		transform: scale(0.5);
	}
}
@media only screen and (min-width: 1400px){
	body.home .campaigns-slideshow .container {
		width: 1254px;
	}
}


@media only screen and (max-width: 991px) and (min-width: 769px) {
	.backgroundImageFrontPage .v-middle {
		width: 750px;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.backgroundImageFrontPage .v-middle h1,
	.title-section.type3 h1,
	body.page-template-template-about .title-section h1,
	.title-section.type5 h1 {
		line-height: 45px !important;
		font: 900 45px 'Montserrat', sans-serif !important;
	}
	body.page-template-template-community .title-community-box {
		max-width: 50px;
	}
	body.post-type-archive-tribe_events .blog-posts.project-box a {
		flex-direction: column;
		justify-content: unset;
	}
	body.post-type-archive-tribe_events .project-box .img-box {
		min-width: unset;

	}
	body.post-type-archive-tribe_events .description {
		padding: 0 30px 30px;
		height: unset;
		justify-content: unset;
	}
	body.page-template-template-community .title-community-box h2 {
		font-size: 25px;
	}
	.backgroundImageFrontPage .v-middle h1 {
		padding: 0 15px;
	}
	.rightAboutSection {
		height: 405px !important;
	}
	.backgroundImageFrontPage,
	body.page-template-template-about .title-section {
		min-height: 560px;
		height: 560px;
	}
	.backgroundImageFrontPage .v-middle {
		width: 750px !important;
	}

}
@media only screen and (max-width: 1279px) {
	.subscribe-section .container{width: 1254px;}
}
@media screen and (max-width: 1259px){
	.home-banner .valign{
		font-size: 28px;
		line-height: 32px;
	}
	.home-banner h1{
		font-size: 64px;
		line-height: 80px;
	}
	.containerMaps .piece {
		height: 180px;
	}
	.partners-logos li{padding: 0 25px;}
	.news-widget figcaption{padding: 5px 15px;}
	.subscribe-section .container{width: 970px;}
	.subscribe-form label{
		letter-spacing: 1px;
	}
	.subscribe-form .block{
		width: 50%;
		min-width: 50%;
	}
	#footer .top > div[class^="col-"]:nth-child(1){
		padding-left: 15px;
		width: 32%;
	}
	#footer .top > div[class^="col-"]:nth-child(2){width: 36%;}
	#footer .top > div[class^="col-"]:nth-child(3){width: 32%;}
	/* about */
	.title-section{
		font-size: 30px;
		line-height: 34px;
	}
	.title-section h1{
		font-size: 70px;
		line-height: 72px;
	}
	.how-carousel{margin: 0 -10px;}
	.how-carousel .slide{padding: 0 10px;}
	.eu-info{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.eu-info .img{margin-right: 70px;}
	/* end about */
	/* toolkit */
	.post .img{margin-right: 50px;}
	/* end toolkit */
	/* blog */
	.blog-area > .row{
		margin-left: -30px;
		margin-right: -30px;
	}
	.blog-area > .row > div[class^="col-"]{
		padding-left: 30px;
		padding-right: 30px;
	}
	.posts-list{margin: 0 -10px;}
	.posts-list > li{padding: 0 10px 20px;}
	/* end blog */
	/* projects */
	.title-section.type5 h1{
		font-size: 66px;
		line-height: 66px;
	}
	.project-box .ico-box{height: 280px;}
	
	.project-box .description{padding: 20px 15px 50px;}
	.project-box .tag-box{padding: 15px 15px 0;}
	/* end projects */
	/* project-page */
	.stats-section .container > .row{
		margin-left: -15px;
		margin-right: -15px;
	}
	.stats-section .container > .row > div[class^="col-"]{
		padding-left: 15px;
		padding-right: 15px;
	}
	/* end project-page */
}
@media only screen and (max-width: 991px) {
	.main-menu > ul > li > a{padding: 6px 14px;}
	.video-bg{
		top: -9999px;
		left: -9999px;
		bottom: auto;
		right: auto;
	}
	.cls-1 {
		transform: scale(0.4);
	}
	body.page-template-template-about .how-area .container {
		width: unset;
	}
	.home-banner .valign{
		font-size: 24px;
		line-height: 28px;
		padding: 100px 0 20px;
	}
	.home-banner h1{
		font-size: 48px;
		line-height: 56px;
		margin: 0 0 25px;
	}
	.about-section .container {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.about-section .logo-ico{margin-bottom: 35px;}
	.logos-section .container{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.partners-logos li{padding: 0 12px;}
	.campaigns-heading{
		padding-top: 60px;
		padding-bottom: 35px;
	}
	.campaigns-slideshow .slick-prev{left: 15px;}
	.campaigns-slideshow .slick-next{right: 15px;}
	.news-area .container{
		padding-bottom: 70px;
	}
	.news-carousel,
	.blog-carousel{margin: 0 -5px 40px;}
	.news-carousel .slide,
	.blog-carousel .slide{padding: 0 5px;}
	.news-widget figcaption{
		padding: 15px;
	}
	.subscribe-section .container{width: 750px;}
	.subscribe-section .container{
		padding-top: 30px;
	}
	.subscribe-form label{
		letter-spacing: 0;
		font-size: 20px;
		line-height: 24px;
		padding: 20px 15px 0 0;
	}
	.subscribe-form .btn{
		width: 145px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.subscribe-form .form-control {
		width: 80%;
	}
	
	#footer .container{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	#footer .top{padding-bottom: 30px;}
	#footer .top > div[class^="col-"]:nth-child(1){
		width: 100%;
		padding-bottom: 20px;
		display: flex;
		justify-content: center;
	}
	#footer .logo-footer {margin: 0 0 25px;}
	#footer .txt-block{max-width: none;}
	#footer .top p{margin: 0 0 15px;}
	#footer .top > div[class^="col-"]:nth-child(2),
	#footer .top > div[class^="col-"]:nth-child(3){width: 50%;}
	#footer .bottom{padding: 25px 0 0;}
	/* about */
	.title-section{
		font-size: 24px;
		line-height: 28px;
		min-height: 560px;
	}
	.title-section h1{
		font-size: 50px;
		line-height: 60px;
	}
	.mission-info{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.mission-info h2{margin: 0 0 30px;}
	.how-area .container{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.how-area h2{margin: 0 0 60px;}
	.how-carousel .block{padding: 0 0 40px;}
	.how-carousel h3{
		font-size: 2.5vw;
		margin: 0 0 15px;
	}
	.how-carousel h4{
		font-size: 18px;
		line-height: 26px;
		margin: 0 0 15px;
	}
	.how-carousel .btn{
		font-size: 14px;
		line-height: 18px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.how-carousel .btn.arrow-right:after{margin: 4px 0 0 6px;}
	.eu-info{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.eu-info .img{margin: 9px 40px 0 0;}
	.consortium-area .container{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.consortium-area h2{margin: 0 0 35px;}
	.consortium-logos .logo-item{
		padding: 0 5px;
		width: 30%;
	}
	.consortium-logos{
		margin: 40px 0;
}
	.consortium-content h3{margin: 0 0 20px;}

	/* end about */
	/* toolkit */
	.title-section.type2{line-height: 28px;}
	.posts-area{padding-bottom: 20px;}
	.posts-nav{padding: 0 0 40px;}
	.posts-nav li{
		font: 300 16px/24px 'Montserrat'
	}
	.posts-nav a{padding: 10px 10px 9px;}
	.posts-area h2{margin: 0 0 50px;}
	.post + .post{padding-top: 50px;}
	.post .img{margin: 5px 25px 0 0;}
	.post h3{
		font-size: 26px;
		line-height: 26px;
	}
	.posts-nav, .post-type-archive-resources .parent1 {
		width: 35%;
	}
	.post p{margin: 0 0 20px;}
	.post .note{padding: 0 0 30px;}
	/* end toolkit */
	/* blog */
	.twitter-slideshow .container{padding-top: 45px;}
	.twitter-slideshow .slick-prev{left: 10px;}
	.twitter-slideshow .slick-next{right: 10px;}
	.blog-area{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.blog-area > .row{
		margin-left: -20px;
		margin-right: -20px;
	}
	.blog-area > .row > div[class^="col-"]{
		padding-left: 20px;
		padding-right: 20px;
	}
	/* end blog */
	/* post */
	.post-area{padding-top: 130px;}
	.single-post-article h1, .page-template-default .single-post-article h1{
		font-size: 65px;
		line-height: 56px;
	}
	.single-post-article{padding: 0 0 50px;}
	.news-area.type2 .container{padding-top: 65px;}
	/* end post */
	/* contact */
	.social-section h2{margin: 0 0 30px;}

	.contacts-section .container{
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.contacts-logos .logo-item{padding: 0 5px 30px;}
	.contacts-slideshow .block{
		padding: 30px 15px 30px 0;
		width: 50%;
	}
	.contacts-slideshow .map-block{width: 100%;}
	.contacts-slideshow .block .section{padding: 0 0 15px;}
	.contacts-slideshow h3{margin: 0 0 20px;}
	.contacts-slideshow p{margin: 0 0 15px;}
	.contacts-slideshow .team{padding: 25px 0 0;}
	.contacts-slideshow .team > li + li{padding-top: 30px;}
	.contacts-slideshow .team .photo{margin: -5px 20px 0 0;}
	.contacts-slideshow .map{height: 550px;}
	/* end contact */
	/* projects */
	.title-section.type5{line-height: 28px;}
	.title-section.type5 h1{
		font-size: 50px;
		line-height: 54px;
	}
	.projects-area{
		padding-top: 60px;
		padding-bottom: 15px;
	}
	.projects-list{text-align: center;}
	.projects-list > li{
		width: 50%;
		padding-bottom: 30px;
	}
	.join-section .container{
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.join-section .btn-default{margin: 0;}
	/* end projects */
	/* project-page */
	.project-visual{min-height: 550px;}
	.project-visual h1{
		font-size: 50px;
		line-height: 54px;
	}
	.stats-section .container{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.project-description{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.project-description h2{margin: 0 0 25px;}
	.gallery-section{padding-bottom: 70px;}
	.gallery-image figcaption h2{
		font-size: 54px;
		line-height: 54px;
	}
	.info-section figure,
	.info-section.image-left figure{
		min-height: 1px;
		padding: 0;
	}
	.info-section .img{
		position: relative;
		height: 400px;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		width: auto;
	}
	.info-section figure figcaption,
	.info-section.image-left figure figcaption{padding: 40px 0;}
	.info-section figure h2{margin: 0 0 15px;}
	.info-section figure p{margin: 0 0 30px;}
	.info-section.image-left figure .btn-row,
	.info-section figure .btn-row{
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		width: auto;
		max-width: none;
		padding: 0;
	}
	/* end project-page */
}

@media  (max-width: 990px) and (min-width: 768px)  {
	.consortium-area .consortium-logos .slick-track {
		max-width: 730px;
	}

}

@media (max-width: 1024px) {
	.open-menu .main-menu {
		visibility: visible;
		opacity: 1;
		display: block;
	}.title-section {
		margin-top: 0;
	}
	.facebook,
	.youtube,
	.instagram,
	.linkedin,
	.twitter {
		width: auto;
		display: inline-block !important;
	}
	.single-blog .news-widget .img img {
		display: block;
	}
	.transformingFood .aboutWrap {
		height: auto;
	}
	.blog-area > .row {
		margin-left: 0;
		margin-right: 0;
	}
	#footer .logo-footer {
		height: 90px;
		width: 55%;
		background-size: 145px 55px;
	}
	.single-blog .slick-slider {
		margin: 0 auto;
		width: 85%;
	}
	.transformingFood .leftAboutContent, .transformingFood .rightAboutContent {
		padding: 90px 0 90px 30px;
	}
	.content-title {
		padding-right: 50%;
	}
	.method-wrap .method {
		width: 30%;
		margin: 30px 1%;
	}
	.aboutContent, .aboutContent2 {
		height: 650px;
	}
	.tit {
		margin: 0 0 4px;
	}
	.form-wrap {
		margin: 20% 3% 10%;
	}
	.texte {
		margin-top: 0;
	}
	.form2bg .btn {
		margin-top: 0;
	}
	.link-footer .text-link-but {
		padding: 0 7px 25px 0;
	}
	.flag {
		width: 45%;
		margin-bottom: 30px;
	}
	.link-footer {
		padding: 15px;
		min-height: 130px;
	}
	.link-but {
		right: 5px;
		bottom: 10px;
	}
	#menu-toolkit-nav .circle {
		margin-right: 0;
	}
	.news-widget .img {
		height: auto !important;
	}
	.news-widget .img img {
		max-height: 270px;
		object-fit: cover;
	}
	.post-type-archive-resources .wrap {
		margin-bottom: 15px;
		width: 80%;
	}
	#footer .footer-menu {
		padding-inline-start: 0;
		margin: 50px 0;
	}
	.link-but svg {
		width: 50px;
		height: 50px;
		display: inline-block;
		padding-bottom: 25px;
	}
	.subscribe-section .subscribe-form > label {
		width: 100%;
		text-align: center;
	}
	.containerMaps .left-cities,
	.containerMaps .right-cities {
		width: 100%;
		max-width: unset;
		padding: 40px 0 20px;
		text-align: center;
	}
	.subscribe-section .subscribe-form .block {
		margin: 0;
	}
	
	.upcoming-events .event .event-title,
	.upcoming-events .event .event-date,
	.upcoming-events .event .hidden-info .event-hour {
		width: 35%;
	}
	.upcoming-events .event .location-event, .upcoming-events .event .hidden-info .event-org {
		width: 25%;
	}
.bottom-cities {
		padding-bottom: 0;
	}
	.containerMaps .piece p {
		font-size: 25.5px; 
		bottom: 20px;
	}
	.containerMaps .right-cities {
		padding: 0 0 40px;
	}
	.containerMaps .left-cities h2 {
		margin: 0;
	}
	#header .main-menu #menu-main-nav .menu-item-has-children .sub-menu {
		position: relative;
		text-align: center;
	}
	.main-menu > ul > li > ul {
		opacity: 1;
		display: block;
		visibility: visible;
		max-width: unset;
	}
	.campaigns-slideshow .slide .container {
		flex-direction: column;
		justify-content: center;
	}
	.join-section .join-image {
		margin-right: 50px;
	}
	.posts-nav ul {
		display: inline-flex; 
		flex-flow: wrap;
	}
	.news-widget figcaption .link-more {
		width: 55%;
	}
	.news-widget figcaption .date {
		width: 45%;
	}

	.parent {
		width: auto;
		margin: 0 10px;
	}
	.blog-posts .img-box {
		height: 165px;
	}
	body.post-type-archive-blog .description .link-more {
		width: 60%;
	}
	.social-section .socialNetworksContact {
		display: inline-flex;
		flex-direction: column;
	}
	.social-left, .social-right {
		justify-content: unset;
	}
	.social-left .mail-icon, 
	.social-right .mail-icon {
		width: unset;
	}
	.social-left,
	.social-right {
		margin-bottom: 50px;
		width: 100%;
		margin-left: 0;
	}
	.blog-posts .date {
		width: 40%;
	}
	.post-type-archive-blog .parent1 .parent {
		width: auto;
	}
	.register .container .register-wrap {
		width: 80%;
	}
	.parent1 {
		align-items: center;
	}

	.intro-knowledge {
		justify-content: center;
	}
	.content-knowledge {
		width: 55%;
		padding-right: 50px;
	}
	.post figcaption {
		max-width: 300px;
		margin-right: 20px;
	}

	.campaigns-slideshow h2 {
		font-size: 37px;
	}

	body.home .how-area .how-carousel {
		justify-content: space-around;
	}
	body.home .how-area .slide {
		padding: 0 15px;
		width: 23%;
		margin: 0;
	}
	.news-area .container {
		padding-top: 5px;
	}
	.how-carousel .img {
		height: 180px;
		padding: 15px 0;
	}
	.arrow-title-about {
		top: -150px;
	}
	.how-carousel .block .block1 {
		padding-top: 5px;
		margin-bottom: 25px;
	}
	body.page-template-template-about .how-carousel .block .block1 {
		margin-bottom: 5px;
	}
	body.page-template-template-about .how-carousel .block .block2 {
		padding-top: 1px;
	}
	.how-carousel h3 {
		line-height: 20px;
	}
	.parentMaps {
		display: flex;
		flex-direction: column;
		height: auto;
	}
	body.single-blog .post-categories > li {
		padding: 10px 15px;
	}

	.consortium-logos {
		display: flex;
		justify-content: center;
	}
	.parentAll {
		width: auto;
	}
	.post {
		width: 80%;
	}
	body.post-type-archive-tribe_events .parent1 {
		flex-wrap: wrap;
	}
	#container_publications {
		flex-wrap: unset;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 65%;
	}
	.subscribe-form label {
		width: 100%;
	}
	.containerMaps .left-cities {
		align-items: center;
		text-align: center;
	}
	.events.slick-slider {
		margin: 0 10%;
	}
	.upcoming-events .slick-slide .event-left img {
		width: 200px;
	}
	.containerMaps .left-cities,
	.acf-map {
		width: 100%;
	}
	.about-section a {
		width: 240px;
	}
	.about-section .container {
		align-items: center;
	}
	.contacts-logos .slick-track {
		width: 715px !important;
		max-width: 715px !important;
		display: flex;
	}
	.textImageSection .aboutContent .leftAboutContent,
	.textImageSection .aboutContent .rightAboutContent,
	.textImageSection .aboutContent .rightAboutContent2,
	.textImageSection .aboutContent .leftAboutContent2 {
		width: 100%;
	}
	.textImageSection .aboutContent .ico-zoom {
		width: 100%;
	}
	.aboutContent .rightAboutContent p,
	.aboutContent2 .leftAboutContent2 p,
	.aboutContent .leftAboutContent2 p {
		line-height: 25px;
	}
	.single-project .piece {
		width: 70%;
	}
	.Motivating h3 {
		font-size: 2.5vw;
	}

	.aboutContent .rightAboutContent p, 
	.aboutContent2 .leftAboutContent2 p,
	.aboutContent .leftAboutContent2 p {
		font-size: 20px;
	}
	.aboutContent .rightAboutContent,
	.aboutContent2 .leftAboutContent2,
	.aboutContent .leftAboutContent2 {
		padding: 20px;
	}
	.project-description p {
		margin: 0 20% 0 0;
	}
	.main-menu{
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 2000;
		margin: 0;
		overflow: auto;
		background: #E2E4E5;
		-webkit-transform: translateZ(1px);
		transform: translateZ(1px);
		-moz-transform: translateZ(1px);
		-o-transform: translateZ(1px);
		-ms-transform: translateZ(1px);
		float: none;
		text-align: center;
		padding: 0 50px;
		display: none;
	}
	#header .close-menu {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 30px;
		height: 30px;
	}
	#header .close-menu:before,
	#header .close-menu:after {
		content: '';
		position: absolute;
		top: 3px;
		left: 14px;
		width: 2px;
		height: 24px;
		background: #1E1E1E;
	}
	#header .close-menu:before {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#header .close-menu:after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.main-menu > ul{
		display: block;
		position: relative;
		top: 50vh;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.main-menu > ul > li{
		display: block;
		font-size: 22px;
		line-height: 28px;
	}
	.main-menu > ul > li > a{
		display: block;
		padding: 10px 15px;
		border: 0;
		border-radius: 0;
	}
	#header.type2 .main-menu > ul > li > a,
	#header.type3 .main-menu > ul > li > a{color: #1E1E1E;}

	#header .btn-menu{
		width: 40px;
		height: 34px;
		float: right;
		overflow: hidden;
		text-indent: -9999px;
		margin: -1px -2px 0 0;
		padding: 5px;
		display: block !important;
	}
	#header .btn-menu span{
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		background: #1E1E1E;
		height: 3px;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	#header.type3 .btn-menu span{background: #1E1E1E;}

	#header .btn-menu span + span{margin-top: 6px;}

}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
	body{-webkit-text-size-adjust: none;}
	/* container */
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	body.post-type-archive-tribe_events .blog-posts.project-box a {
		flex-direction: column;
	}
	body.post-type-archive-tribe_events .description {
		padding: 0 30px 30px 30px;
	}
	body.page-template-template-about .title-section {
		height: 100vh;
	}
	
	body.page-template-template-community .links-to .community-boxes {
		width: 100%;
	}
	.links-to .community-boxes:nth-of-type(1), .links-to .community-boxes:nth-of-type(3) {
		margin-right: unset;
	}
	.links-to .community-boxes .top-box {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		text-align: center;
	}

	.links-to .community-boxes .top-box .image-community-box {
		margin-right: unset;
	}

	.backgroundImageFrontPage .v-middle h1,
	.title-section.type3 h1,
	body.page-template-template-about .title-section h1,
	.title-section.type5 h1,
	.title-section.type2 h1 {
		line-height: 25px !important;
		font: 900 25px 'Montserrat', sans-serif !important;
	}
	.backgroundImageFrontPage .v-middle h1 {
		padding: 0 15px;
	}

	.backgroundImageFrontPage,
	body.page-template-template-about .title-section {
		height: 100vh;
		min-height: 100vh;
	}

	.title-section h1 {
		font-size: 25px;
		line-height: 30px;
	}
	.social-section .socialNetworksContact .socialNetworksDiv {
		width: auto;
	}
	.social-section .socialNetworksContact .socialNetworksDiv img {
		margin-right: 0;
	}
	h2 {
		font-size: 25px;
	}

	/* end container */
	/* buttons */
	.btn{
		padding: 11px 29px;
		border-radius: 24px;
	}
	.btn-success{padding: 14px 30px;}
	.btn-primary{padding: 14px 25px;}
	.btn.arrow-right:after{
		margin: 6px 0 0 15px;
		border-width: 5.5px 0 5.5px 7px;
	}
	/* end buttons */

	/* Maps Home */
	.leftMarkerMaps {
		padding: 20px 10px 0;
	}
	.rightMarkerMaps {
		padding: 5px 10px 10px;
	}
	.leftMarkerMaps,
	.rightMarkerMaps {
		justify-content: unset;
		overflow-wrap: break-word;
		width: 100%;
		height: auto;
	}
	#markerMapsInfo {
		height: 300px;
	}


	/* header */
	#header{
		-webkit-transition: background .3s;
				transition: background .3s;
	}
	.scrolled #header{background: #E2E4E5;}
	
	#header .container{
		padding-top: 19px;
		padding-bottom: 14px;
	}
	#header .logo{
		width: 144px;
		height: 29px;
		background-size: 144px 29px;
		margin: 0 0 0 4px;
	}
	.scrolled #header.type2 .logo,
	.scrolled #header.type3 .logo{background-image: url(../images/certinno-logo-black.svg);}
	.open-menu .main-menu {
		visibility: visible;
		opacity: 1;
	}
	.main-menu{
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 2000;
		margin: 0;
		overflow: auto;
		-webkit-transform: translateZ(1px);
		transform: translateZ(1px);
		-moz-transform: translateZ(1px);
		-o-transform: translateZ(1px);
		-ms-transform: translateZ(1px);
		float: none;
		text-align: center;
		padding: 0 50px;
		visibility: hidden;
		opacity: 0;
	}
	#header .close-menu {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 30px;
		height: 30px;
	}
	#header .close-menu:before,
	#header .close-menu:after {
		content: '';
		position: absolute;
		top: 3px;
		left: 14px;
		width: 2px;
		height: 24px;
		background: #1E1E1E;
	}
	#header .close-menu:before {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#header .close-menu:after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.main-menu > ul{
		display: block;
		position: relative;
		top: 50vh;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.main-menu > ul > li{
		display: block;
		font-size: 22px;
		line-height: 28px;
	}
	.main-menu > ul > li > a{
		display: block;
		padding: 10px 15px;
		border: 0;
		border-radius: 0;
	}
	/* #header.type2 .main-menu > ul > li > a,
	#header.type3 .main-menu > ul > li > a{color: #fff;} */
	.main-menu > ul > li:hover > a,
	.main-menu > ul > li.current_page_ancestor > a,
	.main-menu > ul > li.active > a,
	.main-menu > ul > li.current_page_item > a{background: rgba(255, 255, 255, .1);}
	#header .btn-menu{
		width: 34px;
		height: 34px;
		float: right;
		overflow: hidden;
		text-indent: -9999px;
		margin: -1px -2px 0 0;
		padding: 5px;
	}
	#header .btn-menu span{
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		background: #1E1E1E;
		height: 3px;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	#header .btn-menu span + span{margin-top: 6px;}
	
	/* end header */
	/* home-banner */
	.home-banner .valign{
		padding: 60px 0 28.5%;
		font-size: 18px;
		line-height: 24px;
	}
	.home-banner h1{
		margin: 0 0 25px;
		font-size: 43px;
		line-height: 36px;
	}
	.home-banner p{margin: 0 0 125px;}
	/* end home-banner */
	/* about-section */
	.about-section{
		font-size: 20px;
		line-height: 30px;
	}
	.about-section .container,
	.containerMaps .container {
		padding: 35px;
	}
	.about-section .logo-ico{margin: 0 auto 48px;}
	/* end about-section */
	/* logos-section */
	.logos-section .container{
		padding-top: 23px;
		padding-bottom: 25px;
	}
	.partners-logos{padding: 0 10px;}
	.partners-logos li{
		width: 50%;
		padding: 20px 30px 17px;
	}
	.partners-logos a{
		-webkit-transform: scale(0.75);
				transform: scale(0.75);
	}
	.partners-logos a:hover{
		-webkit-transform: scale(0.85);
				transform: scale(0.85);
	}
	/* end logos-section */
	/* campaigns-area */
	.campaigns-heading{
		padding-top: 60px;
		padding-bottom: 42px;
		font-size: 16px;
		line-height: 24px;
	}
	.campaigns-heading h2{
		margin: 0 0 13px;
		font-size: 30px;
		line-height: 36px;
		letter-spacing: 1px;
	}
	.campaigns-slideshow{
		color: #7e8284;
		font-size: 19px;
		line-height: 23px;
		padding: 0 0 36px;
	}
	.campaigns-slideshow .icon{margin: 0 auto 57px;}
	.campaigns-slideshow h2{
		margin: 0 0 15px;
		font-size: 30px;
		line-height: 34px;
	}
	.campaigns-slideshow .slick-dots{padding: 57px 15px 0;}
	/* end campaigns-area */
	/* all-campaigns */
	.all-campaigns .container{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.all-campaigns .btn-primary{background: #60cd71;}
	.all-campaigns .btn-primary:active,
	.all-campaigns .btn-primary.active,
	.all-campaigns .btn-primary:focus,
	.all-campaigns .btn-primary.focus,
	.all-campaigns .btn-primary:active:hover,
	.all-campaigns .btn-primary.active:hover,
	.all-campaigns .btn-primary:active:focus,
	.all-campaigns .btn-primary.active:focus,
	.all-campaigns .btn-primary:active.focus,
	.all-campaigns .btn-primary.active.focus,
	.all-campaigns .btn-primary:hover{
		background: #f4f4f4;
		color: #60cd71;
	}
	.all-campaigns .btn.arrow-right:after{display: none;}
	/* end all-campaigns */
	/* news-area */
	.news-area .container{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	
	.news-heading{
		font-size: 16px;
		line-height: 19px;
		font-weight: 400;
		padding: 0 0 20px;
	}

	.news-heading h2{
		margin: 0 0 16px;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 1px;
	}
	.project-description p {
		margin: 0 0 10px;
	}
	.arrow-title-about {
		top: -225px;
	}
	.news-carousel,
	.blog-carousel{margin: 0 -11px 26px;display: flex; flex-direction: column;}
	.news-carousel .slide,
	.blog-carousel .slide{
		width: auto;
		padding: 0 15px;
	}
	body.home .news-heading {
		padding-top: 0;
	}
	.news-heading h2 {
		padding-top: 0;
	}
	.subscribe-section .subscribe-form > label, .subscribe-section .subscribe-form .block {
		padding: 0 0 25px;
	}
	.subscribe-section .subscribe-form .block {
		margin: 0;
		width: 100%;
	}
	.news-widget figcaption{
		padding: 10px 0 10px 25px;
		font-size: 12px;
		line-height: 18px;
	}
	.news-widget figcaption .block {
		padding: 0;
	}
	.news-widget figcaption .date{
		border-radius: 12px;
		padding: 5px 11px;
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 1px;
	}
	.news-widget figcaption h2,
	.news-widget figcaption h3{
		font-size: 16px;
		line-height: 17px;
		display: block;
		vertical-align: top;
		width: auto;
		height: auto;
		margin: 0 0 8px;
	}
	.news-widget figcaption .tag-news,
	.blog-posts .tag-news{
		font-size: 13px;
		line-height: 17px;
	}
	.news-widget figcaption .link-more{
		font-size: 13px;
		line-height: 17px;
	}
	.news-carousel .slick-dots,
	.blog-carousel .slick-dots{
		list-style: none;
		margin: 0 auto;
		padding: 33px 0 0;
		font-size: 0;
		line-height: 0;
		font-family: 'Montserrat';
		text-align: center;
	}
	.news-carousel .slick-dots li,
	.blog-carousel .slick-dots li{
		display: inline-block;
		vertical-align: top;
		padding: 0 7px;
	}
	.news-carousel .slick-dots button,
	.blog-carousel .slick-dots button{
		display: inline-block;
		vertical-align: top;
		overflow: hidden;
		text-indent: -9999px;
		border-radius: 100%;
		width: 8px;
		height: 8px;
		background: #94aea7;
		border: 0;
		padding: 0;
		cursor: pointer;
	}
	.news-carousel .slick-dots button:hover,
	.blog-carousel .slick-dots button:hover,
	.blog-carousel .slick-dots .slick-active button,
	.news-carousel .slick-dots .slick-active button{background: #212121;}
	.news-area .btn-row .btn-success{
		padding-left: 28px;
		padding-right: 28px;
	}
	/* end news-area */
	/* subscribe-section */
	.subscribe-section .container{
		padding-top: 56px;
		width: auto;
	}
	.subscribe-form{
		text-align: center;
		padding: 0 4px;
	}
	.subscribe-form label{
		float: none;
		display: block;
		margin: 0;
		width: auto;
		padding: 0 0 31px;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 1px;
	}
	.subscribe-form .block{
		float: none;
		width: auto;
		padding: 0;
	}
	.subscribe-form .form-control{
		height: 63px;
		display: inline-block;
		font-weight: 300;
		font-size: 16px;
		padding: 5px 13px;
		margin: 75px 0 19px;
		text-align: left;
	}
	.subscribe-form .btn{
		position: relative;
		top: auto;
		right: auto;
		margin: 0;
		width: auto;
		padding-left: 30px;
		padding-right: 30px;

	}

	/* end subscribe-section */
	/* footer */
	#footer .container{padding: 0 25px 39px;}
	#footer .top{padding-bottom: 15px;}
	#footer .top > div[class^="col-"]{position: relative;}
	#footer .top > div[class^="col-"]:nth-child(1){
		width: auto;
		padding-left: 15px;
		padding-bottom: 44px;
	}
	#footer .top > div[class^="col-"]:nth-child(2){
		width: auto;
		padding-top: 48px;
		padding-bottom: 36px;
	}
	#footer .top > div[class^="col-"]:nth-child(3){
		width: auto;
		padding-top: 37px;
		padding-bottom: 0;
		display: none;
	}
	#footer .top > div[class^="col-"] + div[class^="col-"]:before{
		content: '';
		position: absolute;
		z-index: 20;
		top: 0;
		left: 15px;
		right: 15px;
		height: 3px;
		background: #4d555e;
	}
	#footer .logo-footer{margin: 0;}
	#footer .top p{
		margin: 155px 0 !important;
		width: 100%;
	}
	#footer h4{
		margin: 0 0 17px;
		font-size: 24px;
		line-height: 28px;
	}
	#footer .logo-footer {
		width: 100%;
		height: 220px;
		background-size: 115px 50px;
		margin-bottom: 30px;
		background-position: center;
	}
	#footer .footer-menu {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	#footer .footer-menu li {
		width: 33%;
		text-align: center;
		margin-bottom: 10px;
	}
	#footer .links li{padding: 0 0 18px;}
	#footer .bottom{
		padding: 33px 0 0;
		display: flex;
	flex-direction: column;}
	#footer .bottom .txt-block{
		color: #abb1b6;
		font-size: 12px;
		line-height: 20px;
		padding: 0 0 24px;
	}
	.link-footer {
		min-height: 100px;
		margin: 10px 0;
	}
	.link-but {
		bottom: 5px;
		right: 0;
	}
	.link-but svg {
		padding-bottom: 0;
	}
	.footer-links {
		flex-direction: column;
	}
	.link-footer {
		width: 100%;
	}
	.flag {
		width: 100%;
	}
	#footer .bottom .txt-block p{margin: 0 0 20px;}
	#footer .bottom-social{display: none;}
	/* end footer */
	/* particles-area */
	.particles-area{
		min-width: 2108px;
		height: 120vh;
		left: -500px;
		-webkit-transform: scale(0.8);
				transform: scale(0.8);
	}
	#particles-layer-02{top: 200px;}
	#particles-layer-03{top: 100px;}
	/* end particles-area */
	/* about */
	.title-section{
		font-size: 18px;
		line-height: 24px;
		min-height: 100vh;
	}
	.title-section .container{
		padding-bottom: 85px;
	}
	.title-section.type5 .container,
	.title-section.type4 .container,
	.title-section.type2 .container,
	.title-section.type3 .container{
		padding-top: 117px !important;
	}
	.title-section .title{
		padding: 0 0 27px;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 1px;
	}
	.social-section .socialNetworksContact .socialNetworksDiv {
		margin: 0 5px 20px;
	}
	.title-section h1 span{display: inline;}
	.title-section p{padding: 0 5px;}
	.mission-info{
		padding-top: 45px;
		padding-bottom: 45px;
		font-size: 16px;
		line-height: 24px;
	}
	.mission-info h2{
		margin: 0 0 39px;
		line-height: 40px;
		letter-spacing: 2px;
	}
	
	.how-area .container{
		padding-top: 38px;
		padding-bottom: 55px;
	}
	.how-area h2{
		margin: 0 0 23px;
		line-height: 36px;
		padding: 0 20px;
	}
	.how-carousel{margin: 0 -15px;}
	.how-carousel .slide{
		width: 100%;
		padding: 0 15px 30px;
	}
	.how-carousel .block .block2,
	.how-area.motivate .block .block2 {
		padding-top: 1px;
	}
	.how-area.motivate .slide {
		width: 100%;
	}
	.how-carousel .logo-ico{display: none;}
	.how-carousel .img{
		margin: 0 auto -14px;
		max-width: 150px;
		height: 150px;
	}
	.how-area .container .content-section {
		margin: 0 10% 40px;
	}
	.how-carousel .block{
		padding: 0;
		height: auto !important;
		position: relative;
		z-index: 25;
	}
	.aboutContent, .aboutContent2 {
		height: auto;
	}
	.itemMotivating {
		width: 100%;
		padding-bottom: 90px;
	}
	.Motivating h3 {
		font-size: 5.5vw;
	}
	.imgMotivate img {
		max-width: 50%;
	}
	.aboutContent .rightAboutContent,
	.aboutContent2 .leftAboutContent2,
	.aboutContent .leftAboutContent2 {
		padding: 50px 10%;
		text-align: center;
	}
	.aboutContent .leftAboutContent,
	.aboutContent .rightAboutContent2,
	.aboutContent2 .rightAboutContent2 {
		float: unset;
		height: auto;
		display: flex;
	}
	.aboutContent .leftAboutContent, 
	.aboutContent .rightAboutContent, 
	.aboutContent2 .rightAboutContent2, 
	.aboutContent2 .leftAboutContent2,
	.aboutContent .leftAboutContent2 {
		width: 100%;
		height: 250px;
	}
	.aboutContent .rightAboutContent,
	.aboutContent2 .leftAboutContent2,
	.aboutContent .leftAboutContent2 {
		height: auto;
	}

	.how-carousel h3{
		margin: 0 0 16px;
		font-size: 22px;
		line-height: 25px;
		letter-spacing: 1px;
	}
	.how-carousel h4{
		margin: 0 0 22px;
		font-size: 20px;
		line-height: 30px;
	}
	.how-carousel .btn{
		font-size: 16px;
		line-height: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.how-carousel .btn.arrow-right:after{margin: 6px 0 0 15px;}
	.how-carousel .slick-dots{
		list-style: none;
		margin: 0 auto;
		padding: 34px 0 0;
		font-size: 0;
		line-height: 0;
		font-family: 'Montserrat';
		text-align: center;
	}
	.how-carousel .slick-dots li{
		display: inline-block;
		vertical-align: top;
		padding: 0 7px;
	}
	.how-carousel .slick-dots button{
		display: inline-block;
		vertical-align: top;
		overflow: hidden;
		text-indent: -9999px;
		border-radius: 100%;
		width: 8px;
		height: 8px;
		background: #94aea7;
		border: 0;
		padding: 0;
		cursor: pointer;
	}
	.how-carousel .slick-dots button:hover,
	.how-carousel .slick-dots .slick-active button{background: #212121;}
	.eu-info{
		padding: 58px 30px 67px;
		text-align: center;
	}
	.eu-info .img{
		float: none;
		margin: 0 auto 47px;
	}
	.eu-info p span{
		display: block;
		padding: 0 0 32px;
	}
	.consortium-area{background: #f4f4f4;}
	.consortium-area .container{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.consortium-area h2{
		margin: 0 0 30px;
		letter-spacing: 2px;
	}
	.column p {
		margin: 0 0 25px !important;
	}
	.consortium-content{margin: 0;}
	.consortium-content .slick-list{
		-webkit-transform: none !important;
		transform: none !important;
	}
	.consortium-content .slick-track{
		top: auto;
		left: auto;
		-webkit-transform: none !important;
		transform: none !important;
		width: auto !important;
		margin: 0;
	}

	.consortium-content .slick-track .slick-slide{
		display: block !important;
		float: none !important;
		height: auto !important;
		width: auto !important;
		top: auto !important;
		left: auto !important;
		opacity: 1 !important;
		padding: 0 0 30px;
		font-size: 18px;
		line-height: 24px;
		padding: 0;
	}

	.consortium-content .mobile-logo{
		position: relative;
		overflow: hidden;
		margin: 0 auto 31px;
		width: 136px;
	}
	.consortium-content .mobile-logo img{
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.consortium-content h3{
		margin: 0 0 20px;
		font-size: 24px;
		line-height: 24px;
	}
	/* end about */



	/* toolkit */
	.posts-area{padding-top: 40px;}
	.posts-nav{padding: 0 0 30px;}
	.posts-nav li{
		padding: 0 1px 2px;
		width: 100%;
	}
	.posts-nav a{padding: 6px 10px 5px 0;}
	.posts-area h2{
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 30px;
	}
	.post{
		padding: 30px;
		flex-direction: column;
	}
	.post + .post{padding-top: 30px;}
	.post .img{
		float: none;
		margin: 0 auto 25px;
	}
	.post h3{
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 10px;
	}
	.post p{margin: 0 0 15px;}
	.post .note{padding: 0 0 20px;}
	.post .btn-row{text-align: center;}
	/* end toolkit */
	/* blog */
	.title-section.type3{min-height: 100vh;}
	.twitter-slideshow{
		font-size: 18px;
		line-height: 26px;
		padding: 0 0 30px;
	}
	.post-type-archive-resources .wrap {
		margin-right: 0;
	}
	#menu-toolkit-nav .circle {
		margin-right: 5px;
	}
	.post figcaption {
		margin-bottom: 20px;
	}
	.parent1 {
		flex-direction: column;
		text-align: center;
	}
	.blog-posts-parent{
		flex-direction: column;
	} 
	.blog-posts.project-box {
		margin: 0;
		width: 100% !important;
		margin-bottom: 20px;
	}
	.mail-textes,
	.social-left, 
	.social-right {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.twitter-slideshow .container{padding: 30px 45px 20px;}
	.twitter-slideshow .slick-prev{left: 10px;}
	.twitter-slideshow .slick-next{right: 10px;}
	.twitter-slideshow .ico{margin: 0 0 10px;}
	.blog-area{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.blog-area > .row{
		margin-left: -15px;
		margin-right: -15px;
	}
	.blog-area > .row > div[class^="col-"]{
		padding-left: 15px;
		padding-right: 15px;
	}
	.blog-area > .row > div[class^="col-"]:nth-child(1),
	.blog-area > .row > div[class^="col-"]:nth-child(2){width: auto;}
	.posts-list{
		text-align: center;
		padding: 0 0 20px;
	}
	.posts-filter{padding: 0;}
	.widget .posts-categories{padding: 0 0 30px;}
	.widget .tags-list{padding-bottom: 30px;}
	.posts-filter h4{margin-top: 15px;}
	/* end blog */
	/* post */
	.post-area{padding-top: 90px;}
	.single-post-article{padding: 0 0 20px;}
	.single-post-article .post-heading{padding: 0 0 35px;}
	.single-post-article .post-tag{margin: 0 0 20px;}
	.single-post-article h1, .page-template-default h1{
		font-size: 40px;
		line-height: 38px;
		margin: 0 0 20px;
	}
	.single-post-article .img{margin: 0 -20px 25px;}
	.single-post-article .intro-text{
		font-size: 22px;
		line-height: 30px;
		padding: 0 0 15px;
	}
	.single-post-article p{margin: 0 0 15px;}
	.news-area.type2 .container{padding-top: 40px;}
	/* end post */
	/* contact */
	.title-section.type4{line-height: 24px;}
	.social-section h2{
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 30px;
	}
	.social-section{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.contacts-section .container{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.contacts-slideshow .block{
		float: none;
		width: auto;
		padding: 30px 0;
	}
	.contacts-slideshow .map-block{
		float: none;
		width: auto;
		margin: 0 -20px;
	}
	.contacts-slideshow .map-block .offset-block{margin-right: 0 !important;}
	.contacts-slideshow .map{height: 250px;}
	/* end contact */
	/* projects */
	.title-section.type5 .container{padding-top: 117px;}
	.title-section.type5 .title{padding: 0 0 27px;}
	.title-section.type5 h1{
		font-size: 40px;
		line-height: 44px;
		margin: 0 0 42px;
	}
	.projects-area{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	p iframe,
	p img {
		max-width: 100%;
	}
	body.single .block h3 {
		margin: 5px 0 15px;
	}
	.projects-list + .projects-list{padding-top: 25px;}
	.join-section{text-align: center;}
	.join-section .container{
		padding-top: 50px;
		padding-bottom: 55px;
		display: flex;
		flex-direction: column;
	}
	.intro-knowledge {
		flex-direction: column;
	}
	.content-knowledge,
	.intro-knowledge .download-knowledge {
		width: 100%;
	}
	.content-knowledge {
		padding-right: 0;
		margin-bottom: 15px;
	}
	.content-knowledge p {
		font-size: 18px;
	}
	.join-section .join-image,
	.join-section .join-info {
		width: 100%;
	}
	.join-section h2{
		margin: 20px 0 20px;
		font-size: 25px;
	}
	.join-section .container > .row > div[class^="col-"]:nth-child(2){
		text-align: center;
		padding-top: 20px;
	}
	/* end projects */
	/* project-page */
	.project-visual{
		min-height: 50vh;
		font-size: 20px;
		line-height: 24px;
		background-attachment: local;
	}
	.project-visual .container{
		padding-top: 90px;
		padding-bottom: 40px;
		top: 30% !important;
	}
	.project-visual h1{
		font-size: 32px;
		line-height: 34px;
	}
	.stats-section .container > .row > div[class^="col-"] + div[class^="col-"]{padding-top: 40px;}
	.stats-section .ico{padding: 0 0 10px;}
	.stats-section h2{margin: 0 0 10px;}
	.project-description{
		padding-top: 50px;
		padding-bottom: 50px;
		font-size: 20px;
		line-height: 32px;
	}
	.project-description h2{margin: 0 0 15px;}
	.project-gallery{margin: 0 -20px;}
	.gallery-image figcaption .valign{
		padding: 15px;
		height: 400px;
	}
	.gallery-image figcaption .ico-zoom{padding: 0 0 20px;}
	.gallery-image figcaption h2{
		font-size: 32px;
		line-height: 34px;
	}
	.gallery-section{padding-bottom: 50px;}
	.info-section .img .offset-block{
		left: -20px !important;
		right: -20px !important;
	}
	.info-section .img{height: 300px;}
	.info-section figure figcaption{
		font-size: 22px;
		line-height: 30px;
	}
	.info-section figure h2{
		font-size: 30px;
		line-height: 34px;
		letter-spacing: 1px;
	}
	.info-section figure p{margin: 0 0 25px;}
	.info-section figure .btn-row{text-align: center;}
	/* end project-page */
}
@media only screen and (max-width: 599px) {
	/* projects */
	.projects-list{margin: 0;}
	.projects-list > li{
		display: block;
		width: auto;
		padding: 0;
	}
	.projects-list > li + li{padding-top: 25px;}
	.project-box{
		/* max-width: 330px; */
		margin: 0 auto;
	}
	/* end projects */
}
@media only screen and (max-width: 479px) {
	/* blog */
	.posts-list{
		margin: 0;
		padding: 0 0 30px;
	}
	.posts-list > li{
		display: block;
		width: auto;
		padding: 0;
	}
	.posts-list > li + li{padding-top: 20px;}
	/* end blog */
}
@media only screen and (max-width: 374px) {
	.home-banner .valign{
		font-size: 16px;
		line-height: 22px;
	}
	.home-banner h1{
		font-size: 36px;
		line-height: 34px;
	}
	.home-banner p{margin: 0 0 60px;}
	.partners-logos{padding: 0;}
	.partners-logos li{padding: 15px;}
	.subscribe-form{padding: 0;}
	/* about */
	.how-carousel .btn{
		padding-left: 15px;
		padding-right: 15px;
	}
	/* end about */
	/* projects */
	.title-section.type5 h1{
		font-size: 35px;
		line-height: 38px;
	}
	/* end projects */
	/* project-page */
	.project-visual h1{
		font-size: 27px;
		line-height: 30px;
	}
	.gallery-image figcaption h2{
		font-size: 27px;
		line-height: 30px;
	}
	.info-section figure .btn-row .btn{
		padding-left: 15px;
		padding-right: 15px;
	}
	/* end project-page */
}
@media only screen and (max-width: 767px) and (max-height: 600px){
	.home-banner .valign{padding-bottom: 20px;}
	.home-banner p{margin-bottom: 70px;}
}
@media only screen and (max-width: 767px) and (max-height: 320px){
	.home-banner .valign{
		font-size: 15px;
		line-height: 19px;
	}
	.home-banner h1{
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 10px;
	}
	.home-banner p{margin-bottom: 30px;}
}

@media only screen and (min-width: 1024px) {
#header .close-menu {
	display: none;
}
.title-section .container {
	padding-top: 70px;
}
.contacts-logos .slick-track {
	width: auto !important;
}
}
@media only screen and (min-width: 768px) {
	.fader{display: none !important;}
	#wrapper{right: auto !important;}
	body.open-menu{
		overflow: visible !important;
	}
	.main-menu{margin-right: auto !important;}
	/*.scrolled #header {
		position: fixed;
	}*/
	#header.nav-up {
		
		top: -85px;
	}
	#header.nav-down {
		position: fixed;
	}

	#header.type3.nav-up {
		background: #fff;
	}
	#header.nav-down,
	#header.nav-up {
		background-color: #E2E4E5;;
		-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
		box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
		/* max-height: 85px; */
	}

}
#footer .footer-img {
	max-width: 75px;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
@media only screen and (max-width: 768px) {
	#header.nav-down .logo {
		height: 29px;
		background-size: 144px 29px;
	}
	.backgroundImageFrontPage .v-middle {
		width: 330px;
	}

	.about-section .container {
		display: flex;
		flex-direction: column;
	}
	.leftAboutSection,
	.rightAboutSection {
		width: 100%;
	}
	.rightAboutSection {
		height: 190px;
	}
	.containerMaps .container {
		position: relative;
		z-index: 6;
	}
	.gm-style .gm-style-iw-c {
		padding: 15px;
		height: 185px;
	}
	.leftMapsInfo {
		padding-right: 15px;
		width: 45% !important;
		padding-left: 0;
	}
	.leftMapsInfo h3 {
		font: 600 18px 'Montserrat';
	}
	.rightMapsInfo {
		padding-right: 10px;
		width: 55% !important;
	}
}
.capssi { margin-bottom: 20px; margin-top: 50px; }
.capssi-about { padding-top: 0; }
.capssi-about .img { margin-top: -20px; }

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

	.upcoming-events .slick-slide {
		flex-direction: column;
		padding: 20px;
		margin: 20px;
	}
	.wrap-blog-post {
		width: 100%;
	}
	.single-blog .content-title,
	.single-tribe_events .content-title {
		display: none;
	}
	.single-blog .image-title,
	.single-tribe_events .image-title {
		height: 100%;
	}
	.single-blog .title-section,
	.single-tribe_events .title-section {
		min-height: 50vh;
	}
	.single-blog .container.content-title,
	.single-tribe_events .container.content-title {
		top: 50% !important;
		transform: translateY(-50%);
	}
	.single-blog .blog-area > .row {
		width: 100%;
	}
	.mbl {
		display: block !important;
	}
	.form-wrap {
		padding: 10% 1% 1%;
		margin: 15px;
	}
	.full .gradient {
		width: 100%;
		border-radius: 12px 12px 0 0;
	}
	.full {
		min-height: unset;
		margin: 0 15px 20px 0 !important;
	}
	.wrap-blog-post.full .img-box {
		height: 165px !important;
	}
	.read-author.mbl {
		display: block;
		margin-bottom: 40px;
	}
	.wrap-blog-post.full .description {
		display: none;
	}
	.form2bg {
		background-image: url('../images/certinno-form-about-mbl.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left;
		margin-top: 20px;
		height: 80%;
		position: relative;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.network .container {
		padding: 45px 0;
	}
	.containerMaps .container {
		padding: 50px 10px !important;
	}
	
	.texte p {
		margin: 0 5% 35px !important;
	}
	.page-template-template-contact .slick-slide {
		height: auto;
	}
	.single-project .piece-bg {
		padding: 15% 5%;
	}
	.project-description p {
		font-size: 25px;
		line-height: 35px;
	}
	.single-project .piece h4 {
		font-size: 35px;
		margin: 0;
	}
	.single-project .piece p {
		font-size: 15px;
    line-height: 18px;
	}
	.parent1 {
		flex-direction: unset;
	}
	.single-project .piece {
		width: 105%;
	}
	.single-project .cls-1 {
		transform: scale(0.6);
	}
	.event-info .container {
		flex-direction: column;
	}
	.register,
	.event-info {
		height: calc(20vh + 25px);
		text-align: center;
	}
	.circle {
		margin-right: 5px;
	}.next-cent, .prev-cent {
		width: 45px;
		height: 25px;
		right: -40px;
	}
	.date-single {
		position: absolute;
		left: 50%;
		right: unset;
    top: 75px;
    transform: translate(-50%,-50%);
	}
	.prev-cent {
		right: unset;
		left: -40px;
	}
	.single-blog .slick-slider {
		margin: 20px auto 0;
	}
	.blog-area > .row {
		margin-right: 0;
		margin-left: 0;
	}
	.wrap-blog-post.full .img-box {
		height: 265px;
		width: 100%;
		border-radius: 12px 12px 0 0;
	}
	.single-blog .wrap {
		max-width: 100%;
	}
	.wrap-blog-post {
		margin: 0 0 25px;
	}
	.full .clr {
		width: 100%;
	}
	.full a {
		display: inline-flex;
		flex-direction: column;
	}
	.wrap-blog-post.full .description {
		width: 100%;
		border-radius: 0;
	}
	.register .container .register-wrap {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.post-type-archive-blog .parent1 {
		width: 100%;
	}
	.post-type-archive-blog .parent1 .parent {
		width: 50%;
		margin: 0;
		padding: 7px 10px 8px 0;
	}
	.medium,
	.full {
		width: 100%;
	}
	.link-but svg {
		padding-bottom: 15px;
		height: 45p;
		width: 40px;
	}
	.register .container .register-wrap p {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.parent {
		width: 45%;
		margin: 0;
	}
	.single-tribe_events .container .wrapped {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: content;
		margin: auto;
	}
	.location-event { margin: 0 !important; }
	.event-info .event-date, .event-info .event-hour, .event-info .location-event {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.single-tribe_events .single-carousel {
		width: 80%;
		margin: 0 auto;
	}
	.post-type-archive-tribe_events .posts-area {
		padding-bottom: 40px;
	}
	.hidden-info {
		padding-top: 0;
	}
	.event { padding: 35px 0; } 
	.post-type-archive-tribe_events .parent {
		width: 47%;
		margin-left: 3%;
	}
	.posts-nav li,
	.post-type-archive-resources .parent {
		width: 50%;
	}
	.projects-area-intro h2,
	.projects-area-intro p,
	.parentMaps,
	#container_publications,
	.piece,
	.posts-nav, .post-type-archive-resources .parent1,
	.post-type-archive-resources .wrap {
		width: 100%;
	}
	.news-widget .img img {
		max-height: 165px;

	}
	.single-project .slide {
		width: 100% !important;
		margin-bottom: 15px !important;
	}
	.single-project .latest {
		flex-direction: column;
	}
	.cls-1 {
		transform: scale(0.65);
	}
	.news-widget .img img {
		display: block !important;
	}
	.consortium-logos .logo-item {
		width: 35%;
		margin: 0 auto;
	}
	.image-title {
		bottom: 0;
		right: unset;
		width: 100%;
		height: 50%;
	}
	.mission-info p {
		margin: 0 0 25px !important;
	}
	.method-wrap .method {
		width: 100%;
	}
	body.page-template-template-about .how-area .container {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.mission-info .method-wrap {
		flex-direction: column;
	}
	.page-template-template-about .leftAboutContent h2 {
		margin-bottom: 0;
	}
	.transformingFood .leftAboutContent, .transformingFood .rightAboutContent {
		width: 100%;
		padding: 45px 0;
	}
	.title-section .container {
		top: 20%;
		position: absolute;
		padding-bottom: 0;
	}
	.subscribe-form {
		display: flex;
		flex-direction: column;
	}
	.campaigns-slideshow {
		margin-top: 66px;
	}
	.home .news-widget .img img {
		display: block;
	}
	.btn-city {
		margin-bottom: 0;
	}
	.cross-event {
		z-index: 1;
	}
	.upcoming-events .container {
		padding: 50px 5%;
	} 
	.upcoming-events .event .event-title,
	.upcoming-events .event .event-date,
	.upcoming-events .event .hidden-info .event-hour,
	.upcoming-events .event .hidden-info .event-content,
	.upcoming-events .event .hidden-info .event-org {
		width: 100%;
	}
	.upcoming-events .event .location-event,
	.upcoming-events .event .ev-link {
		width: 50%;
	}
	.upcoming-events .event .hidden-info {
		flex-direction: column;
	}
	.containerMaps .piece:nth-child(3n+3) {
		margin: 0 0 20px 0;
	}
	.containerMaps .left-cities, .containerMaps .right-cities {
		padding: 0 0 20px;
	}
	.campaigns-slideshow-new .container,
	.campaigns-slideshow {
		height: calc(100vh - 66px);
	}
	.containerMaps .piece,
	.post-type-archive-project .piece {
		width: 90% !important;
		height: 220px !important;
		margin: 0 0 20px;
	}
	.bottom-cities {
		justify-content: center;
	}
	.about-section .left-about, .about-section .right-about {
		position: relative;
		width: 100%;
		top: 0;
	}
	.about-section .left-about {
		font-size: 25px;
		line-height: 25px;
		padding-bottom: 25px;
	}
	.about-section .container {
		height: auto;
	}
	.consortium-logos {
		flex-wrap: unset;
		flex-direction: column;

	}
	.aboutContent a, .aboutContent2 a {
		width: auto;
	}
	.arrow-join-section {
		height: 100%;
		width: 55%;
		top: unset;
		bottom: -145px;
		right: -12px;
	}
	.arrow-contact {
		left: 0;
	}
	.upcoming-events .slick-slide .event-left,
	.upcoming-events .slick-slide .event-right {
		width: 100%;
	}
	.upcoming-events .slick-slide .event-right {
		margin-top: 30px;
	}
	body.home .how-area .how-carousel {
		flex-direction: column;
		justify-content: unset;
		align-items: center;
	}
	body.home .how-area .slide {
		width: 65%;
		margin-bottom: 20px;
	}
	body.home .how-carousel .block .block1 {
		margin-bottom: 15px;
		padding-top: 10px;
	}
	.news-carousel .slide,
	.blog-carousel .slide {
		margin-bottom: 20px;
	}
	section.image-text {
		display: flex;
		flex-direction: column;
	}
	.related-author {
		text-align: center;

	}
	.info-author {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.image-author {
		margin-right: 0;
		margin-top: 15px;
	}
	.information {
		text-align: center;
		width: unset;
		float: unset;
	}
	.post {
		width: 100%;
	}
	.blog-area > .row > div[class^="col-"]:nth-child(2) {
		width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 30px;
	}
	.post figcaption {
		margin: 20px;
	}
	.blog-area > .row > div[class^="col-"]:nth-child(1), .blog-area > .row > div[class^="col-"]:nth-child(2) {
		display: inline-block;
	}
}


@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
	#header.nav-up {
		top: -66px;
	}
	.acf-map { 
		height: 650px;
	}
	.motivatingContent {
		padding: 50px 0 100px;
	}
	.buttonReadMoreMaps {
		width: 100%;
		float: unset;
		height: unset;
		align-items: unset;

	}
	.buttonReadMoreMaps a {
		height: 30px;
		font-size: 14px;
	}
	#footer .footer-img {
		float: none;
		max-width: 100px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.campaigns-heading {
		padding-top: 30px;
		padding-bottom: 21px;
	}
	.campaigns-heading .tbl {
		height: 184px;
	}
	.campaigns-slideshow .slide {
		padding-top: 235px;
		padding-bottom: 98px;
	}
	.contacts-logos .slick-track {
		width: auto !important;
		max-width: 240px !important;
	}
	.contacts-logos {
		display: flex;
		justify-content: center;
	}
	.parent[data-id="262"] {
		width: 100% !important;
	}
	.contacts-logos .slick-list {
		width: 240px !important;
		display: flex;
		flex-direction: column;
		align-content: center;
	}
	.contacts-logos .logo-item {
		display: flex;
		justify-content: center;
	}
	.acf-map {
		width: 100% !important;
	}
}