/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}





html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "PT Sans", sans-serif;
  color: #6a6055;
  background-color: #ffffff;
}

a {
  color: #a8ae7e;
  text-decoration: none;
}

table{
    	border: 2px solid #eee;
    	margin: 0px 0px 50px 0px;
	 border-collapse: collapse;
}

th,td,tr{
	padding: 10px;
	text-align: left;
	border: 2px solid #eee;
}

th{
	font-weight: bold;
	background: #f4f4f4;
}

.inner{
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.center{
	text-align: center!important;
}

.navbox{
	max-width: 800px;
	right: 2%;
	position:  absolute;
}

header{
	background: transparent;
	top: 0px;
	padding: 0px 80px;
	margin: 0px auto;
	text-align: center;
	width: 100%;
}

header p{
	float:right;
	padding: 59px 0px 0px 0px;
	color: #6a6055;
	text-align: right;
}

header p a{
	color: #416a9a;
/*	font-weight: 500;*/
	font-size: 2rem;
	clear: both; 
	display: block; 
	z-index: 5;
}

header p a:hover{
	color: #253155;
}

header p span{
	font-size: 2.5rem;
	padding: 7px 0px 0px 0px;
	display: block;
}

h1{
	color: #416a9a;
	font-size: 3.9rem;
	line-height: 6rem;
	display: block;
	text-align: center;
	visibility: visible;
	transition: visibility 0s 0s;
	font-family: "Roboto Slab", Arial; 
	font-weight: 400;
	padding: 80px 0px 0px 0px;
	width: 90%;
	margin: 0px auto 40px auto;
	clear: both;
}

h1 span{
	 padding: 0.2em 0.5em;
	 box-shadow: 0.5em 0 0 rgba(#ffffff,0.7), -0.5em 0 0 rgba(#ffffff,0.7);
	 background-color: #ffffff;
	 background-color: rgba(#ffffff,0.7);
	 box-decoration-break: clone;
	 visibility: inherit;
}

.project-open header{
	display: none;
}

.logo{
	float: left;
	margin: 0px 0px 30px 0px;
}

h3{
	color: #1e3f65;
	font-family: "Roboto Slab", Arial;
	font-size: 3rem;
	padding: 0px 0px 8px 0px;
	line-height: 4rem;
}

.green h3{
	color: #d24c4c;
	text-align: center;
	width: 90%;
	max-width: 800px;
	margin: 0px auto 10px auto;
}

h3.blue{
	color: #1e3f65;
	text-align: left;
	width: 90%;
	max-width: 1000px;
	margin: 0px auto;
}

h3.intro{
	color: #d24c4c;
	text-align: left;
	width: 90%;
	max-width: 1000px;
	margin: 0px auto;
}

h4{
	color: #6a6055;
	font-family: "Roboto Slab", Arial;
	font-weight: 500;
	text-align: center;
	font-size: 2.2rem;
	line-height: 2.5rem;
	width: 90%;
	padding: 0px 0px 15px 0px;
	margin: 0px auto;
	
}

.grid p{
	text-align: center;
	padding: 0px 0px 30px 0px;
	line-height: 2.3rem;	
}

.grid p a{
	color: #335f93;
	font-weight: bold;
}

.grid p a:hover{
	text-decoration: underline;
}

.profile{
	max-width: 100%;
	float: right;
	margin-left: 45px;
	margin-bottom: 30px;
	position: relative;
	top: -30px;
}

hr{
	width: 90%;
	max-width: 1000px;
	color: #ffffff;
	background: #ffffff;
	border-bottom: 4px solid #c7bdb0;
	border-top: 0px;
	margin: 30px auto 30px auto;
}

.green-box{
	background: #d24c4c;
	padding: 50px;
	width: 100%;
	margin: 30px auto 0px auto;
	color: #ffffff;
	text-align: center;
}

.green-box p{
	line-height: 2.5rem;
	width: auto;
	max-width: none;
	padding: 0px;
	color: #ffffff;
	font-size: 2rem;
}

.green-box p a{
	color: #fcb6b6;

}



.green-box a.contact{
	display: inline-block;
	float: right;
	background: #ffffff;

	border-radius: 5px;
	padding: 20px 30px;
	text-transform: uppercase;
	color: #d24c4c;
	font-weight: bold;
	letter-spacing: 1px;

	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.14);
	transition: background-color 0.5s, color 0.5s;
}

.green-box a.contact:hover{
	color: #335f93;
	background-color: #eeeeee;
}

div.about h2, .privacy h2{
	 font-size: 3.5rem;
	 line-height: 4rem;
	 font-family: "Roboto Slab", Arial;
	 font-weight: 500;
	 padding: 0px 0px 30px 0px;
	 color: #d24c4c;
}

.privacy h3{
	text-align: center;
	padding-top: 40px!important;
}

.privacy ul {
	padding: 0px 0px 15px 0px;
}

.privacy ul li{
	text-align: left;
}


div.about p{
	margin: 0px auto;
	max-width: 1140px;
	color: #6a6055;
	padding: 0px 0px 15px 0px;
	line-height: 2.3rem;	
	text-align: left;
}


.about p, .privacy p, .privacy h4{
	text-align: left;
	width: 100%;
}

.green-box p{
	text-align: center;
}



div.about p img{
	padding: 0px 0px 15px 15px;
	float: right;
}

.grid .one-fifth{
	text-align: right;
}	

main{
	clear: both;
}

main.about{
  	display: block;
  	background-color: #ffffff;
  	color: #7d7c7b;
  	padding: 3em 0 2em 0;
}

main.about h3{
	text-align: left;
	margin: 0px 0px 20px 0px;
}

nav{
	display: inline-table;
	width: 100%;
}

.menu{
	display: table-row;
	clear: both;
	line-height: 0px;
	
	list-style: none;
	table-layout: fixed; 
	border-collapse: collapse;
}

.menu li{
	display: inline-block;
	position: relative;
	margin: 0px;
	padding: 0px;
/*	height: 100px;*/
	width: 20%;
	line-height: 130%;
	
}

.menu li a {
	font-weight: 400;
	font-family: "Roboto Slab", Arial;
	text-decoration: none;
	/*padding: 1.7em 3.04em;*/
	display: table-cell;
	color: #416a9a;
	font-size: 1.7rem;
	letter-spacing: 1px;
	vertical-align: middle;
	margin: 0px;
   	transition: all 0.2s ease-in-out 0s;
   	width: 16.666%;
   	height: 100px;
	background: #d4d0cb;
/*	border-top: 5px solid #d4d0cb;*/
        min-width: 16.666vw;
}

.menu li a:hover, .menu li:hover > a, .menu li a.current{
	color: #ffffff;
	text-decoration: none;
/*	border-top: 5px solid #d24c4c;*/
	background: #b9b4ad url('../img/border.png') repeat-x top left;
}

.wrap .grid, .grid.wrap {
	max-width: 1488px!important;
}

.about .unit{
	padding: 0px 30px!important;
}

.about .grid.wrap, .privacy .grid.wrap{
	padding: 0px 50px;
}

footer{
	padding: 20px 0px 0px 0px;
	clear: both;

	display: flex;
}

.foot{
	padding: 20px 0px 0px 0px!important;
}

p.footer.home{
	padding: 20px 0px 20px 0px;
}

.about p.footer{
	padding: 20px 0px 10px 0px;
}

footer p, p.footer{
	font-size: 0.8em;
	text-align: center;
	color: #b9b4ad;
/*	padding: 20px 0px 20px 0px;*/
	/*text-transform: uppercase;*/
	display:block;
	height: 40px;
	width: 100%!important;
	/*position: absolute;*/
	margin: 0px auto 10px auto;
	
	
	
}

.banner{
	width: 100%;
	max-height: 415px;
	display: block;
	/*margin-bottom: 3px;*/
	
}


.banner img{
/*	max-width: 1140px;*/
	width: 100%;
	
	height: auto;
	
	
}

	header a{
		display: inline-block;
		/*background: #ffffff;*/
		/*border-radius: 5px;*/
		/*padding: 20px 23px;*/
		/*text-transform: uppercase;*/
		color: #d24c4c;
		font-weight: bold;
		letter-spacing: 1px;
		/*box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.14);*/
		transition: background-color 0.5s, color 0.5s;
		
		margin: 0px auto;
		text-decoration: none;
	}
	header a:hover{
		text-decoration: none;
	}

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

.about .unit{
	padding: 0px 20px!important;
}

.about .profile{
	width: 50%;
	margin-bottom: 35px;
	margin-right: 25px;
}



header p{
	padding: 30px 0px 0px 0px

	margin: 40px 0px 0px 0px;
	}
	
	.logo{

	text-align: center;
	
	}
	
	.green-box a{
		float: none;
		width: 100%;
		text-align: center;
		margin: 20px auto 0px auto;
	}
	
	.green-box.grid .three-quarters, .green-box.grid .one-quarter{
		width: 100%;
	}
}




	
@media only screen and (max-width:560px){
	.cd-project-info .whole p{
		width: 90%!important;
	}
	
	.cd-project-info .whole .footer{
		width: 100%!important;
	}
	
	main.about h3{
		text-align: center;
	}
	
	.grid .one-fifth{
	text-align: center;
	}
	
	main{
		margin: 0px 0px 0px 0px;
	}
	
	.menu li{
		width: 100%!important;
		display: block;
		height: 50px;
		line-height: 50px;
	}
	.menu li a{
		width: 100%;
		display: block;
		height: 50px;
		border-top: 0px!important;
	
	}
	.menu li a:hover, .menu li:hover > a, .menu li a.current{
		border-top: 0px!important;
	}
	
	header p{
		padding: 0px 0px 30px 0px;
		margin: 0px auto 0px; 
		text-align: center;
		width: 100%;
	}
	
	header a{	
		width: 75%;
	}

	
	.logo{
		float: none;
		margin: 0px auto 20px auto;
	}
	
	.cd-project-info{
		background: #ffffff;
	}
	
	.green-box{
		width: 100%;
		padding: 25px;
	}
	
	.green-box div{
		padding: 0px!important;
	}
	
	.about .profile{
		width: 100%;
		float: none;
		margin: 0px 0px 30px 0px;
	}
	
	
}

@media only screen and (max-width:480px){
	header a{
		width: 90%;
	}
}


/* -------------------------------- 

Projects

-------------------------------- */

.cd-project-info .whole p{
	width: 50%;
}

.cd-projects-container {
  	position: relative;
 	z-index: 2;
}
.cd-projects-container.project-open {
  	/* smooth scroll on iOS devices */
  	-webkit-overflow-scrolling: touch;
}

.cd-projects-previews {
  	position: relative;
  	z-index: 2;
  	height:35vh;
  	width: 100vw;
  	
}
.cd-projects-previews::after {
  	clear: both;
  	content: "";
  	display: table;
}

.project-open .cd-projects-previews {
  	pointer-events: none;
}

.cd-projects-previews li {
  	height: 33.3%;
  	width: 100%;
  	overflow: hidden;
  	/* Force Hardware Acceleration */
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  /*	-webkit-transform: translateZ(1px);
  	-moz-transform: translateZ(1px);
  	-ms-transform: translateZ(1px);
  	-o-transform: translateZ(1px);*/
  	transform: translateZ(1px) ;
}

.cd-projects-previews li a:hover{
	display: inline-block;
}

.cd-projects-previews a {
  	display: block;
  	height: 100vh;
  	width: 100%;
  	/* fixes a bug on projects caption width */
  /*	-webkit-transform: translateY(0%);
  	-moz-transform: translateY(0%);
 	-ms-transform: translateY(0%);
 	-o-transform: translateY(0%);*/
 	transform: translateY(0%);
  	opacity: 0;
  /*	-webkit-transition: opacity 0.5s;
  	-moz-transition: opacity 0.5s;
  	-ms-transition: opacity 0.5s;
  	-o-transition: opacity 0.5s;*/
  	transition: opacity 0.5s;
}

.cd-projects-previews .bg-loaded a {
  	opacity: 1;
}

.cd-projects-previews {
  	position: relative;
  	z-index: 2;
  	height:100vh;
  	width: 100vw;
  	max-width: 1140px;
}


.cd-project-title h2 {
 	font-size: 3.5rem;
 	line-height: 4rem;
 	font-family: "Roboto Slab", Arial;
 	font-weight: 500;
 	padding: 0px 0px 10px 0px;
 	-webkit-transition: all 0.3s ease;
 	-moz-transition: all 0.3s ease;
 	-ms-transition: all 0.3s ease;
 	-o-transition: all 0.3s ease;
 	transition: all 0.3s ease;
}


.cd-projects-previews a,
.cd-projects .consultancy {
  	background-color: #d24c4c;
}

.cd-projects-previews li:nth-of-type(2) a,
.cd-projects > li.production {
   	background-color:#223259;
}

.cd-projects > li.production{
	background: #223259 url('../img/production.png') no-repeat;
	background-size: contain;
	background-position: bottom right;
	height: 43vh;
}


.cd-projects > li.consultancy{
	background: #d24c4c url('../img/consultancy3.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	height: 59vh;
}


.cd-projects > li.management{
	background: #335f93 url('../img/management.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	height: 66vh;
}

.cd-projects-previews li:nth-of-type(3) a,
.cd-projects > li.management {
  	background-color: #335f93;
}


.cd-projects > li.management .cd-project-title p {

  	padding: .4em 36px;
}
.cd-project-title {
  	position: absolute;
  	width: 100%;
  	/*top: 50%;*/ top: calc(50% - 20px);
  	left: 0;
  	color: #ffffff;
  	-webkit-transform: translateY(-37.5vh);
  	-moz-transform: translateY(-37.5vh);
  	-ms-transform: translateY(-37.5vh);
  	-o-transform: translateY(-37.5vh);
  	transform: translateY(-37.5vh);
  	-webkit-transition: -webkit-transform 0.6s 0.2s ;
  	-moz-transition: -moz-transform 0.6s 0.2s;
  	transition: transform 0.6s 0.2s;
  	text-align: center;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

.cd-project-title::after {
  	/* line below project title */
  	content: '';
  	position: absolute;
  	left: 50%;
  	bottom: -10px;
  	width: 40px;
  	height: 4px;
  	background: #ffffff;
  	-webkit-transform: translateX(-50%) scale(0) ;
  	-moz-transform: translateX(-50%) scale(0);
  	-ms-transform: translateX(-50%) scale(0);
  	-o-transform: translateX(-50%) scale(0);
  	transform: translateX(-50%) scale(0);
  	-webkit-transition: -webkit-transform 0.3s;
  	-moz-transition: -moz-transform 0.3s;
  	-ms-transition: -moz-transform 0.3s;
  	-o-transition: -moz-transform 0.3s;
  	transition: transform 0.3s ;
}

.no-touch .cd-projects-previews a:hover .cd-project-title::after {
  	-webkit-transform: translateX(-50%) scale(1);
  	-moz-transform: translateX(-50%) scale(1);
  	-ms-transform: translateX(-50%) scale(1);
  	-o-transform: translateX(-50%) scale(1);
  	transform: translateX(-50%) scale(1);
}
.cd-projects .cd-project-title::after {
  	-webkit-transform: translateX(-50%) scale(1);
  	-moz-transform: translateX(-50%) scale(1);
  	-ms-transform: translateX(-50%) scale(1);
  	-o-transform: translateX(-50%) scale(1);
  	transform: translateX(-50%) scale(1);
  	-webkit-transition: -webkit-transform 0.3s 0.3s;
  	-moz-transition: -moz-transform 0.3s 0.3s;
  	-ms-transition: -moz-transform 0.3s 0.3s;
  	-o-transition: transform 0.3s 0.3s;
  	transition: transform 0.3s 0.3s;
}


.cd-projects .cd-project-title h2{
	font-size: 5rem;
	line-height: 5.5rem;
	padding:  0px 0px 20px 0px 
}

.cd-project-title p {
 	font-size: 2rem;
 	font-family: "PT Sans", serif;
  	font-style: normal;
  	line-height: 1.2;
  	padding: .4em 0px;
  	opacity: 1;
}

.cd-projects-previews li:nth-of-type(2) .cd-project-title, 
.cd-projects > li:nth-of-type(2) .cd-project-title {
  	-webkit-transform: translateY(-6.5vh);
  	-moz-transform: translateY(-6.5vh);
  	-ms-transform: translateY(-6.5vh);
  	-o-transform: translateY(-6.5vh);
  	transform: translateY(-6.5vh);
}

.cd-projects-previews li:nth-of-type(3) .cd-project-title,
.cd-projects > li:nth-of-type(3) .cd-project-title {
  	-webkit-transform: translateY(12.5vh);
  	-moz-transform: translateY(12.5vh);
  	-ms-transform: translateY(12.5vh);
  	-o-transform: translateY(12.5vh);
  	transform: translateY(12.5vh);
}

.cd-projects-previews li:nth-of-type(2) a {

    transform: translateY(-33.3%);
}

.cd-projects-previews li:nth-of-type(3) a {
    transform: translateY(-50.6%);
}


.cd-projects .preview-image {
  	display: block;
  	z-index: -4;
  	height: 35vh;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(1px);
	-moz-transform: translateZ(1px);
	-ms-transform: translateZ(1px);
	-o-transform: translateZ(1px);
	transform: translateZ(1px);
	-webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards; 
	-moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-duration: 0.5s;
    -moz-animation-fill-mode: forwards;  	
	-ms-animation-name: dropHeader;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: ease;
    -ms-animation-duration: 0.5s;
    -ms-animation-fill-mode: forwards;  	
	-o-animation-name: dropHeader;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: ease;
    -o-animation-duration: 0.5s;
    -o-animation-fill-mode: forwards;   	
	animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    z-index: 5;
}




  
.cd-projects li.selected.cd-project-title {  
	  top: 5vh;
  }



@media only screen and (min-width: 1024px) {



  .cd-project-title {
    width: 30%;
    top: 9vh;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.production .cd-project-title{
	top: 7vh;
}

.cd-projects-previews li {
    display: inline-block;
    height: 100%;
    width: 33.3%;
    float: left;
	margin: 0px 0px 0px 0px;
}
  
.cd-projects-previews {
  	position: relative;
  	z-index: 2;
  	height:35vh;
  	width: 100vw;
  	min-width: 100vw;
}

.cd-projects-previews a {
    width: 333.3%;
}

.cd-projects-previews li:nth-of-type(2) a {
    transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    
}

.cd-projects-previews li:nth-of-type(3) a {
    transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    -o-transform: translateX(-60%);
}

.cd-projects {
  	position: relative;
  	z-index: -4;
  	top: 0;
  	left: 0;
  	height: 100vh;
  	width: 100vw;
	margin: 0px 0px 0px 0px;
}

.cd-projects > li {
  	position: relative;
  	top: 0;
  	left: 0;
  	height: 100%;
  	width: 100%;
  	opacity: 0;
}

.cd-projects > li.selected {
  	z-index: 2;
  	opacity: 1;
  	transition: opacity 0s;
}


}
@media only screen and (max-width: 1200px) {

.profile{
	position: initial;
	
}

}



@media only screen and (min-width: 1024px) {
  .cd-projects-previews li:nth-of-type(2) .cd-project-title,
  .cd-projects > li:nth-of-type(2) .cd-project-title {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}



@media only screen and (min-width: 1024px) {
  .cd-projects-previews li:nth-of-type(3) .cd-project-title,
  .cd-projects > li:nth-of-type(3) .cd-project-title {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }
}

li.selected .cd-project-title,
.cd-projects > li:nth-of-type(4).selected .cd-project-title {
  	-webkit-transform: translateY(0);
  	-moz-transform: translateY(0);
  	-ms-transform: translateY(0);
  	-o-transform: translateY(0);
  	transform: translateY(0);
}

.cd-projects > li:nth-of-type(2).selected .cd-project-title{
	 -webkit-transform: translateY(-43vh);
	 -moz-transform: translateY(-43vh);
	 -ms-transform: translateY(-43vh);
	 -o-transform: translateY(-43vh);
	 transform: translateY(-43vh);	
}

.cd-projects > li:nth-of-type(3).selected .cd-project-title{
	-webkit-transform: translateY(-43vh);
	-moz-transform: translateY(-43vh);
	-ms-transform: translateY(-43vh);
	-o-transform: translateY(-43vh);
	transform: translateY(-43vh);   
}


@media only screen and (min-width: 1024px) {
.cd-projects li.selected .cd-project-title,
.cd-projects > li:nth-of-type(2).selected .cd-project-title,
.cd-projects > li:nth-of-type(3).selected .cd-project-title{
    -webkit-animation-name: title;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
    
    -moz-animation-name: title;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-duration: 0.5s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-delay: 0.4s;
    
    -ms-animation-name: title;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: ease;
    -ms-animation-duration: 0.5s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-delay: 0.4s;
    
    -o-animation-name: title;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: ease;
    -o-animation-duration: 0.5s;
    -o-animation-fill-mode: forwards;
    -o-animation-delay: 0.4s;
    
    animation-name: title;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}
}

.cd-projects li.selected .cd-project-title::after {
  	-webkit-transition: -webkit-transform 0.3s 0s;
  	-moz-transition: -moz-transform 0.3s 0s;
  	transition: transform 0.3s 0s;
  	-webkit-transform: translateX(-50%) scale(0);
  	-moz-transform: translateX(-50%) scale(0);
  	-ms-transform: translateX(-50%) scale(0);
  	-o-transform: translateX(-50%) scale(0);
  	transform: translateX(-50%) scale(0);
}

.touch .cd-projects li.selected .cd-project-title::after {
  	-webkit-transition: -webkit-transform 0s;
  	-moz-transition: -moz-transform 0s;
  	transition: transform 0s;
}

.cd-project-info{
  	padding: 2em 0;
  	background-color: #ffffff;
  	color: #84827a;
  	display: block;
}

.cd-project-info p {
  	width: 90%;
  /*	max-width: 800px;*/
  	margin: 0 auto;
}

.cd-project-info .green-box p{
	width:  100%;
} 

.cd-projects-container .scroll {
  	display: block;
  	position: absolute;
  	z-index: 2;
  	bottom: 30px;
  	left: 50%;
  	width: 44px;
  	height: 44px;
  	top: 80%;
  	/* rest button default style */
  	cursor: pointer;
  	border: none;
  	background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  	visibility: hidden;
  	-webkit-transform: translateX(-50%) scale(0);
  	-moz-transform: translateX(-50%) scale(0);
  	-ms-transform: translateX(-50%) scale(0);
  	-o-transform: translateX(-50%) scale(0);
  	transform: translateX(-50%) scale(0);
  	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s;
  	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s;
  	transition: transform 0.3s 0s, visibility 0s 0.3s;
}

.cd-projects-container .scroll:focus {
  	outline: none;
}

.cd-projects-container.project-open .scroll {
  	visibility: visible;
  	-webkit-transform: translateX(-50%) scale(1);
  	-moz-transform: translateX(-50%) scale(1);
  	-ms-transform: translateX(-50%) scale(1);
  	-o-transform: translateX(-50%) scale(1);
  	transform: translateX(-50%) scale(1);
  	-webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
  	-moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
  	transition: transform 0.4s 0s, visibility 0s 0s;
  	-webkit-animation: cd-translate 1.2s 0.8s;
  	-moz-animation: cd-translate 1.2s 0.8s;
  	animation: cd-translate 1.2s 0.8s;
  	-webkit-animation-iteration-count: 2;
  	-moz-animation-iteration-count: 2;
  	animation-iteration-count: 2;
}

.no-touch .cd-projects-container.project-open .scroll:hover {
  	-webkit-transform: translateX(-50%) scale(1.2);
  	-moz-transform: translateX(-50%) scale(1.2);
  	-ms-transform: translateX(-50%) scale(1.2);
  	-o-transform: translateX(-50%) scale(1.2);
  	transform: translateX(-50%) scale(1.2);
}

.scene_element {
	-webkit-animation-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-animation-fill-mode: both;

	-moz-animation-duration: 1s;
	-moz-transition-timing-function: ease;
	-moz-animation-fill-mode: both;

	-ms-animation-duration: 1s;
	-ms-transition-timing-function: ease;
	-ms-animation-fill-mode: both;

	-o-animation-duration: 1s;
	-o-transition-timing-function: ease;
	-o-animation-fill-mode: both;
	
    animation-duration: 1s;
    transition-timing-function: ease;
    animation-fill-mode: both; 
}
  
.cd-projects-previews li.selected{
	-webkit-transition: transform 0.5s ease 0s;
	-moz-transition: transform 0.5s ease 0s;
	-ms-transition: transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
}

.cd-projects-previews li:nth-of-type(1).selected{
	   

    -webkit-transform: translateY(-300%)!important;
	-webkit-transition-delay: 0.4s; 
    -moz-transform: translateY(-300%)!important;
    -moz-transition-delay: 0.4s; 
    -ms-transform: translateY(-300%)!important;
    -ms-transition-delay: 0.4s; 
    -o-transform: translateY(-300%)!important;
    -o-transition-delay: 0.4s; 
    transform: translateY(-300%) !important;
    transition-delay: 0.4s;       
  
}

.cd-projects-previews li:nth-of-type(2).selected{

 
    
    -webkit-transform: translateY(-300%)!important;
    -moz-transform: translateY(-300%)!important;
    -ms-transform: translateY(-300%)!important;
    -o-transform: translateY(-300%)!important;
    transform: translateY(-300%)!important;
    
    	   

}

.cd-projects-previews li:nth-of-type(3).selected{
	
 
	-webkit-transform: translateY(-300%)!important;
	-webkit-transition-delay: 0.25s; 
    -moz-transform: translateY(-300%)!important;
    -moz-transition-delay: 0.25s; 
    -ms-transform: translateY(-300%)!important;
    -ms-transition-delay: 0.25s; 
    -o-transform: translateY(-300%)!important;
    -o-transition-delay: 0.25s; 
    transform: translateY(-300%)!important;
    transition-delay: 0.25s;     

    
    
}

.fadeinright{
	-webkit-animation-name: fadeInRight;
	-webkit-animation-delay: 0.3s;
	-moz-animation-name: fadeInRight;
	-moz-animation-delay: 0.3s;
	-ms-animation-name: fadeInRight;
	-ms-animation-delay: 0.3s;
	-o-animation-name: fadeInRight;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s;
	animation-name: fadeInRight;
}

.fadeinright2{
	-webkit-animation-name: fadeInRight;
	-webkit-animation-delay: 0.45s;
	-moz-animation-name: fadeInRight;
	-moz-animation-delay: 0.45s;
	-ms-animation-name: fadeInRight;
	-ms-animation-delay: 0.45s;
	-o-animation-name: fadeInRight;
	-o-animation-delay: 0.45s;
	animation-name: fadeInRight;
	animation-delay: 0.45s;
}

.fadeinright3{
	-webkit-animation-name: fadeInRight;
	-webkit-animation-delay: 0.6s;	
	-moz-animation-name: fadeInRight;
	-moz-animation-delay: 0.6s;
	-ms-animation-name: fadeInRight;
	-ms-animation-delay: 0.6s;
	-o-animation-name: fadeInRight;
	-o-animation-delay: 0.6s;
	animation-name: fadeInRight;
	animation-delay: 0.6s;
}






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

header{	
	padding: 0px 20px;

}

.cd-project-title{
/*	width: 100%;*/
}

h1{
	font-size: 3rem;	
	margin: 0px auto 20px auto;
	line-height: 6rem;
}

body{
	background-size: 200%;
	background-position: 35%;
}
	
header p span.tel {
    font-size: 2.5rem;
	}
	
	
li.management .cd-project-title,
li.production .cd-project-title,
li.consultancy .cd-project-title{
	top: calc(50% - 70px);
}

.cd-projects{
	margin-top: 0px;
}
	
	
}





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

.banner{
	margin-bottom: 3px;
	height: 300px;
}


.banner img{
	display: none;
}

.banner .b{
	background: #ffffff url("../img/marketing-to-grow-business-mobile.jpg") no-repeat;
	background-size: cover;
	height: 100%;
	background-position: top center;
	didplay: block!important;
	margin: 0px 0px 0px 0px;
	clear: both;
	padding: 0px;
	width: 100%;
}

.menu br{
	display: none;
}


li.management .cd-project-title,
li.production .cd-project-title,
li.consultancy .cd-project-title{
	top: calc(50% - 70px);
}

nav{
	margin-bottom: 3px;
}

}

@media only screen and (min-width:560px){

.banner .b{
	display: none;
}




}


@media only screen and (max-width:480px) {
.cd-projects .cd-project-title h2{
	font-size: 3.3rem;
	line-height: 4rem;
}
	

	
h1{
	line-height: 4rem;
}
	
h1 span{
	background: transparent;
}

	
h3.intro{
	font-size: 2rem;
	line-height: 3rem;
}



.cd-projects-previews{
	width: 100%;
}

.cd-projects > li.production{
	background: #223259 url('../img/production.png') no-repeat;
	background-size: cover;
	background-position: bottom right;
	height: 36vh;
}



}


/* -------------------------------- 

Mobile Menu

-------------------------------- */




/* -------------------------------- 

JavaScript Disabled

-------------------------------- */
.no-js .cd-primary-nav {
  display: block;
  position: static;
  opacity: 1;
  margin-bottom: 1.5em;
}
.no-js .cd-primary-nav ul {
  display: block;
  padding: 0 5%;
}
.no-js .cd-primary-nav ul::after {
  clear: both;
  content: "";
  display: table;
}
.no-js .cd-primary-nav li:not(.cd-label) {
  display: inline-block;
}

/* -------------------------------- 

Keyframes

-------------------------------- */

@-webkit-keyframes cd-translate {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
  }
}

@-moz-keyframes cd-translate {
  0% {
    -moz-transform: translateX(-50%) scale(1);
  }
  50% {
    -moz-transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -moz-transform: translateX(-50%) scale(1);
  }
}

@keyframes cd-translate {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%) scale(1);
    -moz-transform: translateY(10px) translateX(-50%) scale(1);
    -ms-transform: translateY(10px) translateX(-50%) scale(1);
    -o-transform: translateY(10px) translateX(-50%) scale(1);
    transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}




@keyframes fadeInRight {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: none;
  }
}



@-webkit-keyframes dropHeader {
    0% {
        -webkit-transform: translateY(-250px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes dropHeader {
    0% {
        -moz-transform: translateY(-250px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}

@keyframes dropHeader {
    0% {
        transform: translateY(-250px);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes title {
  0% {
      -webkit-transform: translateX(0);
  }

  100% {
      -webkit-transform: translateX(115%);
    
  }
}

@-moz-keyframes title {
  0% {
      -moz-transform: translateX(0);
  }

  100% {
      -moz-transform: translateX(115%);
    
  }
}

@keyframes title {
  0% {
      transform: translateX(0);
  }

  100% {
      transform: translateX(115%);
    
  }
}




/*---------------------------------------------*/
input {
	outline: none;
	border: none;
	 font-family: "PT Sans", sans-serif;
}

textarea {
  outline: none;
  border: none;
   font-family: "PT Sans", sans-serif;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}



/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.wrap-contact100 {
  max-width: 960px;
  background: #fff;
  border-radius: 2px;
  padding: 30px 115px 59px 115px;
  position: relative;
  margin: 0px auto;
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: transparent;
  margin-bottom: 35px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

.label-input100 {
  font-size: 22px;

  line-height: 1.5;
       color: #6a6055;
    font-family: "Roboto Slab", Arial;
    font-weight: 500;
}

.input100 {
  display: block;
  width: 100%;
  background: #f2f2f2;
  border-radius: 2px;

  font-size: 20px;
  color: #686868;
  line-height: 1.2;
  padding: 0 28px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  margin-top: 10px;
}


/*---------------------------------------------*/
input.input100 {
  height: 62px;
}


textarea.input100 {
  min-height: 162px;
  padding-top: 19px;
  padding-bottom: 13px;
}

.input100:focus {
  background: #e6e6e6;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
  
}


.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 150px;
  height: 62px;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 5px;
  border-collapse: separate; 
  background: #d24c4c;
  padding: 20px 23px;
  color: #ffffff;
  font-weight: bold;
  
  letter-spacing: 1px;
   /*box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.14);*/
   transition: background-color 0.5s, color 0.5s;
}


.contact100-form-btn:hover{
	background: #e06a6a;

}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 66px 80px 59px 80px;
  }
}

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 66px 15px 59px 15px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  bottom: calc((100% - 34px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 10px;
  pointer-events: none;

  
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  bottom: calc((100% - 34px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*==================================================================
[ Contact more ]*/

.contact100-more {
  display: block;
  max-width: 960px;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding: 40px 0 10px 0;
}





