@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

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

table {
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #000;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

img,
a {
	border: none;
	outline: none;
}

h1 {
	font-size: 26px;
	font-family: 'Montserrat', sans-serif;
}


/* Custom CSS
 * --------------------------------------- */

html {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

body {
	/* font-family: "Lato";*/
	/*font-family: LetteraProLight,monospace;*/
	/*font-family: "ff-tundra-web-pro", Georgia, Times, "Times New Roman", serif;*/
	/*background: url(bg.jpg);*/
	font-family: 'Cormorant Garamond', Georgia, serif;
	-webkit-font-smoothing: antialiased;
	overflow-y: visible;
	/*width: 100%;*/
	background: #00263A;
	padding-right: 0 !important
}

h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
}

body {
	overflow: hidden;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00263A;
	z-index: 99;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../img/805.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

.content {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

#main {
	position: relative;
	top: 0px;
	left: 0;
	height: 100vh;
}

#main img {
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	position: relative;
	/*margin: auto;*/
	width: 100%;
	/*height: 100vh;*/
	/*
		position: absolute;
		top: 0% !important;
		left: 0% !important;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		min-width: 50%;
		min-height: 50%;
		*/
}


/*--------------Milligram override--------------*/

.row {
	margin-left: 0px;
}

.row .column {
	padding: 0;
}


/*
.column,
.columns {
	margin-left: 0% !important;
}
*/


/*--------------Mobile Menu--------------*/

#menuToggle {
	display: block;
	position: fixed;
	left: 50px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
	transition: all 300ms ease-in-out;
}

#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0;
	/* hide this */
	z-index: 999;
	/* and place it over the hamburger */
	-webkit-touch-callout: none;
}


/*
 * Just a quick hamburger
 */

#menuToggle span {
	display: block;
	width: 30px;
	height: 2px;
	margin-bottom: 6px;
	position: relative;
	background: #cdcdcd;
	border-radius: 3px;
	z-index: 666;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}


/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */

#menuToggle input:checked~span {
	opacity: 1;
	transform: rotate(45deg) translate(-3px, -1px);
	background: #232323;
}


/*
 * But let's hide the middle one.
 */

#menuToggle input:checked~span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}


/*
 * Ohyeah and the last one should go the other direction
 */

#menuToggle input:checked~span:nth-last-child(2) {
	opacity: 1;
	transform: rotate(-45deg) translate(0, -1px);
}


/*
 * Make this absolute positioned
 * at the top left of the screen
 */

#mob_menu {
	font-family: 'Poppins', sans-serif;
	/*font-family: 'Cormorant Garamond', Georgia, serif;*/
	position: absolute;
	width: 80px;
	margin: -100px 0 0 -50px;
	padding: 35px;
	padding-top: 105px;
	padding-bottom: 100vh;
	background: #556875;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	/* to stop flickering of text in safari */
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	z-index: 120;
}

#mob_menu li {
	padding: 10px 0;
	font-size: 16px;
}

#mob_menu a {
	text-decoration: none;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}

#mob_menu a:hover {
	color: #00263A;
}


/*
 * And let's fade it in from the left
 */

#menuToggle input:checked~ul {
	transform: scale(1.0, 1.0);
	opacity: 1;
}

.mob_translation_container {
	width: 70px;
	margin-left: 8px;
	color: #fff;
}

.mob_inner {
	width: 54px;
	margin: auto;
}

.mob_en_translation {
	float: left;
	cursor: pointer;
}

.mob_divider {
	float: left;
	padding-right: 5px;
}

.mob_fr_translation {
	float: left;
	padding-right: 5px;
	cursor: pointer;
}

.mobile_logo {
	height: 100px;
	width: 200px;
	position: fixed;
	right: 0;
	transition: all 300ms ease-in-out;
	z-index: 1;
}

.mobile_logo_white {
	background-image: url(../img/Eurakom_logo_line_revandcop_highres_FA.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

.mobile_logo_blue {
	background-image: url(../img/Eurakom_logo_line_col_highres_FA.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

.navshowmobile {
	top: 55px;
}


/*--------------Main Menu--------------*/

#menu {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 18px;
	text-align: center;
	position: relative;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.content_menu {
	position: fixed;
	top: 0px;
	height: 200px;
	width: 100%;
	z-index: 99;
	background: #00263A;
	/*	box-shadow: 0 0 20px 20px #00263A;*/
	transition: all 200ms ease-in-out;
}

.content_menu_services {
	background: #556875;
	/*	box-shadow: 0 0 20px 20px #556875;*/
}

.content_menu_project {
	background: #fff;
	/*	box-shadow: 0 0 20px 20px #fff;*/
}

.centered_menu {
	margin: auto;
	width: 650px;
	height: 300px;
	position: relative;
	top: 0px;
	/*border: 2px solid white;*/
}

#outer_logo {
	width: 100%;
}

#logo {
	width: 50%;
	margin: 0 auto;
	z-index: 80;
}

#nav {
	position: relative;
	font-family: 'Cormorant Garamond', Georgia, serif;
	padding-top: 0px;
	padding-bottom: 20px;
	z-index: 99;
	width: 650px;
	margin: auto;
	transition: all 300ms ease-in-out;
}

.logonormal {
	background-image: url(../img/Eurakom_logo_line_col_highres_FA.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	height: 125px;
	width: 250px;
	position: relative;
}

.logowhite {
	background-image: url(../img/Eurakom_logo_line_revandcop_highres_FA.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	height: 125px;
	width: 250px;
	position: relative;
}

#logo_center {
	text-align: center;
}

.navwhite a {
	color: #fff;
	transition: color 300ms ease-in-out;
}

.navwhite li {
	border-top: 1px solid white;
}


/*
.navwhite a:after {
	background: none repeat scroll 0 0 transparent;
	top: 27px;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	background: white;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
*/

.navnormal a {
	color: #000;
	transition: color 300ms ease-in-out;
}

.navnormal li {
	border-top: 1px solid black;
}


/*
.navnormal a:after {
	background: none repeat scroll 0 0 transparent;
	top: 27px;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	background: black;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
*/

.navshow {
	top: 0px;
}

.navhide {
	top: -300px;
}

.whiteselected {
	border-bottom: 1px solid white;
	/*transition: all 0.3s ease 0s, left 0.3s ease 0s;*/
}

.blackselected {
	border-bottom: 1px solid black;
	/*transition: all 0.3s ease 0s, left 0.3s ease 0s;*/
}

.mobile_display ul {
	margin: 0px auto 0;
	padding: 0;
	list-style: none;
	display: table;
	text-align: center;
}

.mobile_display li {
	display: table-cell;
	position: relative;
	padding-top: 20px !important;
}

/* .project_description ul {
	display: inherit;
	list-style: inherit;
	text-align: left;
}

.project_description li {
	display: inherit;
	list-style: inherit;
	padding: 0 !important;
} */

#menu a {
	text-decoration: none !important;
	letter-spacing: 0.05em;
	display: inline-block;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

/*
ul li.active {
	background: red;
	border-bottom: 2px;
}
*/

#menu a:hover:after {
	width: 100%;
	left: 0;
}


/*--------------Translation--------------*/

#translation {
	position: fixed;
	padding-top: 20px;
	right: 50px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	opacity: 0.9;
	z-index: 99;
	transition: all 300ms ease-in-out;
}

.fr_translation {
	float: right;
}

.divider {
	float: right;
	padding-left: 3px;
}

.en {
	transition: all 300ms ease-in-out;
}

.fr {
	transition: all 300ms ease-in-out;
}

.en_translation {
	padding-left: 3px;
	float: right;
}

.hide {
	display: none;
}

.underline {
	text-decoration: underline;
}

.opacity_none {
	opacity: 0;
}

.black {
	color: #000;
}


/*--------------Sections--------------*/

.section {
	position: relative;
	display: flex;
	flex-direction: column;
	/* padding-top: 15%;
	padding-bottom: 10%; */
	background: #00263A;
	padding: 80px 0;
	/*min-height: 100vh;*/
	/*background: #00263A;
	box-shadow: 0 0 50px 20px #00263A;*/
	/*
	background: linear-gradient(to right, rgba(11, 11, 87, 1) 0%, rgba(150, 66, 87, 1) 100%);
	transform: skew(-25deg) translateX(-50px)
	*/
	/*
	  border-style: solid;
  border-color: #DC0714 transparent;
  border-width: 248px 125px 0 0;
  */
}

.section_header {
	font-family: 'Poppins', sans-serif;
	border-bottom: 2px solid #D3D0CE;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 20px;
}

/*--------------Start--------------*/

.start_animation {
	padding: 0;
}


/*--------------Welcome--------------*/

.welcome_section {
	position: relative;
	padding-bottom: 20%;
	/*height: 400px;
	min-height: 400px;
	padding-bottom: 200px;*/
}

.welcome_message {
	position: relative;
	top: 0px;
	width: 650px;
	margin: 0 auto;
}

.welcome_upper.animation-element {
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-style: normal;
	color: #fff;
	font-size: 60px;
	left: -50px;
	opacity: 0;
	transition: all 300ms ease-in-out;
	position: relative;
	width: 650px;
}

.welcome_upper.in-view {
	opacity: 1.0;
	left: 0px;
}

.welcome_logo.animation-element {
	background-image: url(../img/star.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 120px;
	width: 105px;
	position: relative;
	margin-right: 20px;
	opacity: 0;
	transition: all 300ms ease-in-out;
}

.welcome_logo.in-view {
	opacity: 1.0;
	height: 140px;
	width: 135px;
}

.welcome_middle_message.animation-element {
	margin-left: 40px;
	padding-bottom: 10px;
	color: #DA9647;
	font-size: 23px;
	width: 500px;
	opacity: 0;
	top: 50px;
	position: relative;
	transition: all 300ms 500ms ease-in-out;
	margin-bottom: 0 !important;
}

.welcome_middle_message.in-view {
	opacity: 1.0;
	top: 0px;
}

.welcome_bottom_message.animation-element {
	margin-left: 40px;
	color: white;
	font-size: 20px;
	opacity: 0;
	top: 50px;
	width: 450px;
	position: relative;
	transition: all 300ms 500ms ease-in-out;
}

.welcome_bottom_message.in-view {
	opacity: 1.0;
	top: 0px;
}

.column.welcome_col {
	display: initial;
	width: 120px;
}

.mobile_logo_container {
	display: none;
}


/*--------------About--------------*/

.about_content {
	font-family: 'Cormorant Garamond', Georgia, serif;
	color: #fff;
	text-align: left;
	position: relative;
	width: 650px;
}

.about_section {
	display: flex;
	height: 100vh;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	/* border-bottom: 2px solid #DA9647; */
}

.top_about.animation-element {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	font-size: 28px;
	top: 0;
	opacity: 0;
	left: -50px;
	transition: all 300ms ease-in-out;
	padding-bottom: 20px;
}

.bottom_about.animation-element {
	position: relative;
	font-size: 22px;
	opacity: 0;
	left: -50px;
	transition: all 300ms ease-in-out;
}

.top_about.in-view {
	opacity: 1.0;
	left: 0px;
}

.bottom_about.in-view {
	opacity: 1.0;
	left: 0px;
}

#about3 {
	background: #556875;
}

#about4 {
	background: white;
}

.blue_about_text {
	color: #00263A;
}

.orange_about_text {
	font-family: 'Cormorant Garamond', Georgia, serif;
	color: #DA9647;
	font-size: 28px !important;
}

/*--------------Services--------------*/

.services_section {
	background: #556875;
	border-bottom: 1px solid #D3D0CE;
	/*	box-shadow: 0 0 50px 50px #556875;*/
}


/*
.services_section:before {
	content: '';
	position: absolute;
	left: 0;
	top: -30px;
	width: 100%;
	height: 70px;
	background: #556875;
	-webkit-transform: skewY(2deg);
	-moz-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
	-o-transform: skewY(2deg);
	transform: skewY(2deg);
	-webkit-backface-visibility: hidden;
}

.services_section:after {
	content: '';
	position: absolute;
	left: 0;
	top: 96%;
	width: 100%;
	height: 70px;
	background: #556875;
	-webkit-transform: skewY(2deg);
	-moz-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
	-o-transform: skewY(2deg);
	transform: skewY(2deg);
	-webkit-backface-visibility: hidden;
}
*/

.services_content {
	font-family: 'Cormorant Garamond', Georgia, serif;
	color: #fff;
	text-align: left;
	position: relative;
	width: 650px;
	margin: auto;
	/* top: 100px; */
	/* opacity: 0; */
	transition: all 300ms ease-in-out;
	padding: 20px 0px;
}

#services_overview {
	font-family: 'Cormorant Garamond', Georgia, serif;
	color: #fff;
	height: 100%;
}

.services_content.in-view {
	top: 0px;
	opacity: 1.0;
}

.services_content .column {
	padding: 20px;
}


/*
.services_section {
	position: relative;
	top: 50px;
	opacity: 0;
	transition: all 300ms ease-in-out;
}
*/

.services_header {
	display: flex;
	/* border-bottom: 1px solid white; */
	transition: all 300ms ease-in-out;
	position: relative;
	opacity: 0;
	top: -10px;
	padding-bottom: 5px;
}

.services_header.in-view {
	opacity: 1;
	top: 0px;
}

.services_icons {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 80px;
	width: 80px;
	position: relative;
	margin: auto;
}

.services_icon {
	width: 50px;
	height: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/icon_arrow.png);
	display: none;
}

.services_header_text {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	position: relative;
	line-height: 50px;
	user-select: none;
	color: white;
	padding-left: 15px;
}

.services_item {
	padding-top: 40px;
}

.services_icon_center {
	margin: auto;
	width: 50%;
}

.services_image {
	width: 50px;
	height: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

.services_image1 {
	background-image: url(../img/services/Structure.png);
}

.services_image2 {
	background-image: url(../img/services/Finance.png);
}

.services_image3 {
	background-image: url(../img/services/Inspiration.png);
}

.services_image4 {
	background-image: url(../img/services/Identity.png);
}

.services_image5 {
	background-image: url(../img/services/Partnerships.png);
}

.services_image6 {
	background-image: url(../img/services/Law.png);
}

.services_image7 {
	background-image: url(../img/services/Mentoring.png);
}

.services_section_view {
	top: 0px;
	opacity: 1.0;
}

.services_text {
	/* padding-top: 20px; */
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 10px;
	opacity: 0;
	position: relative;
	top: -10px;
	transition: all 300ms ease-in-out;
}

.services_text.in-view {
	opacity: 1;
	top: 0px;
}

.services_row {
	top: 50px;
	opacity: 0;
	transition: all 300ms ease-in-out;
}

.services_row_view {
	top: 0px;
	opacity: 1.0;
	position: relative;
}


/*--------------Team--------------*/

.team_section {
	margin-bottom: 0px;
	padding: 0;
	/* border-top: 1px solid #D3D0CE; */
	/* border-bottom: 1px solid #9FB09F; */
	/* height: 100vh; */
}


/*
.team_section:before {
	content: '';
	position: absolute;
	left: 0;
	top: -30px;
	width: 100%;
	height: 70px;
	background: #00263A;
	-webkit-transform: skewY(-1deg);
	-moz-transform: skewY(-1deg);
	-ms-transform: skewY(-1deg);
	-o-transform: skewY(-1deg);
	transform: skewY(-1deg);
	-webkit-backface-visibility: hidden;
}
*/

.team_section hr {
	width: 650px;
	margin: 0 auto;
	opacity: 0.5;
}

.team_content {
	font-family: 'Cormorant Garamond', Georgia, serif;
	color: #fff;
	text-align: left;
	position: relative;
	width: 650px;
	margin: auto;
}

.team_content h1 {
	color: #fff;
	padding-bottom: 10px;
	/* border-bottom: 1px solid white; */
}

.team_content p {
	padding-top: 15px;
}

.team_content img {
	width: 200px;
	height: 200px;
}

.team_content .column-33 {
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.team_content .row {
	padding: 50px 0;
	width: 650px;
}

.top_row {
	padding-top: 80px;
}

/* .middle_row {
	padding: 40px 0;
} */

.bottom_row {
	padding-bottom: 80px;
}

.team_description {
	position: relative;
	margin-left: 30px;
	font-size: 18px;
	left: 30px;
	opacity: 0;
	transition: all 300ms ease-in-out;
}

.team_description.in-view {
	left: 0px;
	opacity: 1;
}

.team_images {
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100px;
	height: 100px;
	border: none !important;
	/* margin-right: 30px; */
	/*box-shadow: 0 0 40px 0px #000;*/
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	opacity: 0;
	left: -30px;
	transition: all 300ms ease-in-out;
}

.team_images.in-view {
	opacity: 1;
	left: 0px;
}

.team_image1 {
	background-image: url(../img/team/NF.png);
}

.team_image2 {
	background-image: url(../img/team/UAM.png);
}

.team_image3 {
	background-image: url(../img/team/RS.png);
}

.team_image4 {
	background-image: url(../img/team/AB.png);
}


.team_image5 {
	background-image: url(../img/team/XP.png);
}

.team_image6 {
	background-image: url(../img/team/WW.png);
}




.social_icon_container {
	position: relative;
	padding: 10px 0;
	opacity: 0;
	left: -30px;
	transition: all 300ms ease-in-out;
}

.social_icon_container.in-view {
	opacity: 1;
	left: 0px;
}

.social_icon {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 40px;
	height: 40px;
	margin: 10px;
}

.social_icon_menu {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}


.team_images.in-view {
	opacity: 1;
	left: 0px;
}

.linked_in_icon {
	background-image: url(../img/team/Linkedin.png);
}

.twitter_icon {
	background-image: url(../img/team/twitter.png);
}

.link_icon {
	background-image: url(../img/team/weblink.png);

}


/*--------------RS blue social icons--------------*/

.link_icon_blue {
	background-image: url(../img/projects/tropicalia/weblinkblue.png);

}

.face_icon_blue {
	background-image: url(../img/projects/tropicalia/facebookblue.png);

}

.insta_icon_blue {
	background-image: url(../img/projects/tropicalia/instablue.png);

}

.twitter_icon_blue {
	background-image: url(../img/projects/tropicalia/twitterblue.png);
}


.rev_icon_blue {
	background-image: url(../img/projects/tropicalia/rev.png);
}


.linked_in_icon_blue {
	background-image: url(../img/projects/tropicalia/linkedinblue.png);
}



.social_icons_tropicalia {
	display: flex;
}

.social_icon_container_tropicalia {
	position: relative;
	padding: 10px 0;
	/*--------------opacity: 0;--------------*/
	left: -0px;
	transition: all 300ms ease-in-out;
}

.social_icon_container_tropicalia.in-view {
	opacity: 1;
	left: 0px;
}

.social_icon_tropicalia {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 40px;
	height: 40px;
	margin: 10px;
}

/*--------------RS blue social icons--------------*/

/*--------------RS white social icons--------------*/

.linkedin_icon_white {
	background-image: url(../img/social/linkedinwhite.png);

}

.twitter_icon_white {
	background-image: url(../img/social/twitterwhite.png);

}

.linkedin_blue {
	background-image: url(../img/social/linkedinblue.png);

}

.twitter_blue {
	background-image: url(../img/social/twitterblue.png);

}

.social_icons_white {

	display: flex;
	margin: auto;
	width: 100px;
	
}

.social_icon_base {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
	margin: 10px;

}

.contact_center_base {
	margin: auto;
	text-align:center;
}












/*--------------RS gastronomy download link--------------*/

.download_icon_blue {
	background-image: url(../img/projects/gastronomy/downloadblue.png);

}



.social_icons_gastronomy {
	display: flex;
}

.social_icon_container_gastronomy {
	position: relative;
	padding: 10px 0;
	/*--------------opacity: 0;--------------*/
	left: -0px;
	transition: all 300ms ease-in-out;
}

.social_icon_container_gastronomy.in-view {
	opacity: 100;
	left: 0px;
}

.social_icon_gastronomy {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 40px;
	height: 40px;
	margin: 10px;
}

/*--------------RS gastronomy download links--------------*/

/*--------------Projects--------------*/

.project_section {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	/* color: #fff; */
	text-align: left;
	position: relative;
	font-size: 18px;
	color: #00263A;
	/*	box-shadow: 0 0 50px 50px #fff;*/
}

.project_description li {
	padding-top: 8px;
}

.project_description ul {
	padding-left: 20px;
}

.project_close {
	font-size: 54px;
	position: relative;
	right: 5px;
	top: -15px;
}


.project_content {
	text-align: left;
	position: relative;
	margin: 0 auto;
	top: 0px;
}

.project_overview_image {
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 300px;
	height: 200px;
	border: none !important;
	margin-right: 20px;
	/* opacity: 0; */
	transition: all 300ms ease-in-out;
	/* margin: 40px 0; */
	position: relative;
}

.project_content .row {
	display: flex;
	justify-content: center;
}

.project_container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	max-width: 650px;
}

.project_header {
	font-weight: bold;
	font-size: 22px;
	padding-top: 60px;
	padding-bottom: 10px;
	position: relative;
	transition: all 300ms ease-in-out;
	top: 20px;
	opacity: 0;
}

.project_image {
	padding: 20px 0;
	position: relative;
	transition: all 300ms ease-in-out;
	top: 20px;
	opacity: 0;
}

.project_header.in-view {
	top: 0;
	opacity: 1;
}

.project_image.in-view {
	top: 0;
	opacity: 1;
}

.project_item_images_container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.project_item {
	border-radius: 4px;
	position: fixed;
	z-index: 9999;
	width: 500px;
	background: #fff;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.project_item_header {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 22px;
	padding: 20px 0 20px 20px;
}

.project_item_image {
	margin: 10px 0;
	border: 1px solid #e2e2e2;
}

.project_description {
	/* background: #e2e2e2; */
	/* font-family: 'Cormorant Garamond', Georgia, serif; */
	/* color: #fff; */
	text-align: left;
	position: relative;
	font-size: 22px;
	color: #00263A;
	padding: 40px;
	max-width: 950px;
}

.project_row1 {
	width: 100%;
	padding: 0 20px;
	display: flex;
}

.project_overview {
	padding: 0 20px;
}

.project_overview_image1 {
	background-image: url(../img/projects/Tropicalia-4x3-overview-image.png);
}

.project_overview_image2 {
	background-image: url(../img/projects/Gastronomy_overview.png);
}

.project_overview_image3 {
	background-image: url(../img/projects/Dalkia-image.png);
}

.project_details {
	height: 400px;
	width: 100%;
	top: 10%;
	position: relative;
}

/* .project_description {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 18px;
	color: #111;
	position: relative;
	text-align: left;
	width: 70%;
	padding: 40px;
	top: 0px;
	max-height: 400px;
	left: 0px;
	margin: auto;
	opacity: 1.0;
	transition: all 300ms 500ms ease-in-out;
} */

.project_description h1 {
	text-align: center;
}

.project_description_view {
	left: 60px;
	opacity: 1.0
}

.project_description_container {
	position: relative;
	width: 100%;
	height: 350px;
	margin-top: 45%;
	opacity: 0;
	top: 30px;
	transition: all 300ms ease-in-out;
}

.project_description_container.in-view {
	top: 0px;
	opacity: 1;
}

.modal-header {
	border-bottom: none;
}

.modal-body {
	flex-direction: column;
	align-items: center;
	display: flex;
}

.modal.fade.show {
	padding-right: 0px !important;
}

/*--------------Clients--------------*/

.clients_section {
	margin-bottom: 0px;
	border-top: 2px solid #9FB09F;
	border-bottom: 1px solid #D3D0CE;
}


/*
.clients_section:before {
	content: '';
	position: absolute;
	left: 0;
	top: -30px;
	width: 100%;
	height: 70px;
	background: #00263A;
	-webkit-transform: skewY(-1deg);
	-moz-transform: skewY(-1deg);
	-ms-transform: skewY(-1deg);
	-o-transform: skewY(-1deg);
	transform: skewY(-1deg);
	-webkit-backface-visibility: hidden;
}

.clients_section:after {
	content: '';
	position: absolute;
	left: 0;
	top: 96%;
	width: 100%;
	height: 80px;
	background: #00263A;
	-webkit-transform: skewY(-1deg);
	-moz-transform: skewY(-1deg);
	-ms-transform: skewY(-1deg);
	-o-transform: skewY(-1deg);
	transform: skewY(-1deg);
	-webkit-backface-visibility: hidden;
}
*/

.clients_content {
	font-family: 'Cormorant Garamond', Georgia, serif;
	color: #fff;
	text-align: left;
	position: relative;
	width: 650px;
	margin: auto;
}

.clients_content h1 {
	color: #fff;
	padding-bottom: 10px;
	/* border-bottom: 1px solid white; */
}

.clients_top_row {
	padding-top: 50px;
}

.clients_content p {
	padding-top: 10px;
}

.clients_content img {
	width: 200px;
	height: 100px;
}

.clients_content .row {
	padding-bottom: 40px;
	width: 650px;
}

.client_description {
	position: relative;
	margin-left: 30px;
	padding-top: 0px;
	font-size: 18px;
	opacity: 0;
	left: 30px;
	transition: all 300ms ease-in-out;
}

.client_description.in-view {
	opacity: 1;
	left: 0px;
}

.client_image1 {
	background-image: url(../img/clients/Veolia_white_small.png);
}

.client_image2 {
	background-image: url(../img/clients/DALKIA_LOGO_white_600.png);
}

.client_image3 {
	background-image: url(../img/clients/Yvelines_white.png);
}

.client_image4 {
	background-image: url(../img/clients/Tropicalia_Logo_roof_lr_white_FA_240617.png);
}


.client_image5 {
	background-image: url(../img/clients/adllogo2.png);
}

.client_images {
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 150px;
	height: 100px;
	border: none !important;
	margin-right: 30px;
	opacity: 0;
	left: -30px;
	transition: all 300ms ease-in-out;
}

.client_images.in-view {
	opacity: 1;
	left: 0px;
}


/*--------------Partners--------------*/


.partners_section img {
	display: block;
	max-width: 230px;
	width: auto;
	height: auto;
	margin: 60px 0;
	padding: 20px;
}

.partners_section {
	margin-bottom: 0px;
	border-top: 1px solid #9FB09F;
	background: #fff;
	/*border-bottom: 1px solid #9FB09F;*/
}

.partners_section .section_header {
	color: #00263A;
}

.partners_container {
	margin: 0 auto;
}

.partners_images {
	background: #fff;
	width: 100px;
	height: 100px;
	border-radius: 10px;
}

.partners_content {
	font-family: 'Cormorant Garamond', Georgia, serif;
	/* color: #fff; */
	text-align: left;
	position: relative;
	width: 650px;
	margin: auto;
	font-size: 18px;
	margin: 0 auto;
}

.partners_content .row {
	width: 650px;
}

.partner_images_row {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.partner_images_three {
	display: flex;
	flex-direction: row;
}

.partners_content h1 {
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
}

.partners_content p {
	padding-top: 10px;
	border-top: 1px solid white;
	padding-bottom: 40px;
}

.partner_image {
	/* position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 300px;
	height: 200px;
	border: none !important;
	margin-right: 30px;
	transition: all 300ms ease-in-out;
	margin: 40px 0;
	opacity: 0;
	top: 20px;
	transition: all 300ms ease-in-out;
	position: relative; */

	position: relative;
	opacity: 0;
	top: 20px;
	transition: all 300ms ease-in-out;
}



.partner_image.in-view {
	opacity: 1;
	top: 0;
}

.partner_image1 {
	background-image: url(../img/partners/Dalkia_blue.png);
}

.partner_image2 {
	background-image: url(../img/partners/Tropicalia_blue.png);
}

.partner_image3 {
	background-image: url(../img/partners/Veolia-vector-logo_blue.png);
}

/*
.partners_section:before {
	content: '';
	position: absolute;
	left: 0;
	top: -30px;
	width: 100%;
	height: 70px;
	background: #00263A;
	-webkit-transform: skewY(2deg);
	-moz-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
	-o-transform: skewY(2deg);
	transform: skewY(2deg);
	-webkit-backface-visibility: hidden;
}

.partners_section:after {
	content: '';
	position: absolute;
	left: 0;
	top: 96%;
	width: 100%;
	height: 70px;
	background: #00263A;
	-webkit-transform: skewY(2deg);
	-moz-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
	-o-transform: skewY(2deg);
	transform: skewY(2deg);
	-webkit-backface-visibility: hidden;
}
*/

.partners_description {
	position: relative;
	opacity: 0;
	top: 30px;
	transition: all 300ms ease-in-out;
}

.partners_description.in-view {
	opacity: 1;
	top: 0px;
}

/*--------------News--------------*/


.news_section {
	background: #556875;
}

.news_content {
	font-family: 'Poppins', sans-serif;
	/* color: #fff; */
	text-align: left;
	position: relative;
	width: 650px;
	font-size: 18px;
	margin: 0 auto;
	color: #fff;
}

.news_item {
	padding-bottom: 40px;
	opacity: 0;
	top: 30px;
	transition: all 300ms ease-in-out;
	position: relative;
}

.news_item.in-view {
	opacity: 1;
	top: 0;
}

.news_date {
	font-weight: bold;
	color: #DA9647;
	padding-bottom: 0px;
}

.news_header {
	font-weight: bold;
	padding-bottom: 15px;
}

/*--------------Contact--------------*/

.contact_section {
	position: relative;
	padding-bottom: 300px;
	/*	border-top: 1px solid #9FB09F; */
	border-bottom: 2px solid #DA9647;
}

.contact_section.in-view {
	opacity: 1;
	left: 0px;
}

.contact_header {
	color: #fff;
}


/*
.contact_section:before {
	content: '';
	position: absolute;
	left: 0;
	top: -30px;
	width: 100%;
	height: 70px;
	background: #00263A;
	-webkit-transform: skewY(-2deg);
	-moz-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	-o-transform: skewY(-2deg);
	transform: skewY(-2deg);
	-webkit-backface-visibility: hidden;
}
*/

.form-area {
	background-color: #00263A;
	margin-left: -7px;
	margin-right: 7px;
}

.form-group {
	position: relative;
	opacity: 0;
	left: -50px;
	padding-top: 0px;
	transition: all 300ms ease-in-out;
}

.form-group.in-view {
	opacity: 1;
	left: 0px;
}

.contact_content {
	top: 0px;
	margin: auto;
	width: 650px;
}

input,
textarea {
	font-family: 'Poppins', sans-serif !important;
	color: #fff !important;
	font-size: 18px !important;
	border-bottom: 0.1rem solid #d1d1d1 !important;
}

#name, #email, #mobile, #subject, #message {
	background-color: #00263A;
}

input::placeholder {
	color: #999 !important;
}


::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999 !important;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999 !important;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999 !important;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999 !important;
}

.form-control {
	background-color: #00263A;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	width: 100%;
}

#submit {
	font-family: 'Poppins', sans-serif;
	background-color: #00263A;
	border-radius: 1px;
	border: 1px solid #fff;
	transition: all 200ms ease-in-out;
	cursor: pointer;
	padding: 10px;
	color: #fff;
	margin-top: 10px;
	font-size: 1em;
}

#submit:hover {
	background-color: #556875;
}

.btn {
	position: relative;
	opacity: 0;
	left: -50px;
	transition: all 300ms ease-in-out;
}

.btn.in-view {
	opacity: 1;
	left: 0px;
}

#form-messages {
    text-align: center;
    padding-bottom: 20px;
    padding-left: 20px;
	padding-right: 20px;
	font-family: 'Poppins', sans-serif !important;
	color: #fff !important;
	font-size: 18px !important;
}

.input-error {
    border: 1px solid red !important;
}

.error {
    color: red;
}


/*--------------Footer--------------*/

footer {
	height: 100px;
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #00263A;
	bottom: 0;
	left: 0;
	position: fixed;
	border-top: 0px solid #fff;
	opacity: 0;
	transition: all 300ms ease-in-out;
}

.contact_wrapper {
	color: #fff;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;

}

.contact_details {
	margin: auto;
	font-family: 'Poppins', sans-serif;
}

.contact_center {
	margin: auto;
	text-align: center;
}

.contact_email {
	width: 380px;
	margin: auto;
	border-bottom: 1px solid #fff;
}

.contact_details .row {
	padding: 10px;
}

.social_row {
	padding: 0px;
}

.addresses_row {
	padding-top: 10px;
	padding-bottom: 0px;
}

.contact_width {
	width: 380px;
	margin: auto;
}

.black_text {
	color: #000;
}

.contact_email_blue_bottom {
	border-bottom: 1px solid #000;
}


/*--------------Backgrounds--------------*/

.parallax-window {
	min-height: 150px;
	width: 100%;
}


/*--------------Scroll Arrow--------------*/

.bottom {
	position: fixed;
	bottom: 0;
	margin-bottom: 60px;
	z-index: 100;
	width: 100%;
	height: 50px;
	border: none;
}

.scroll_arrow {
	position: relative;
	margin: auto;
	height: 40px;
	width: 40px;
	opacity: 0;
	top: -50px;
	cursor: pointer;
}

.scroll_text {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	position: relative;
	margin: auto;
	height: 40px;
	width: 106px;
	user-select: none;
	opacity: 0;
}

.scroll_arrow_white {
	background-image: url(../img/arrow_white_down_160.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

.scroll_arrow_blue {
	background-image: url(../img/arrow_blue_down_160.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

.scroll_arrow_long_delay {
	transition: all 300ms 0ms ease-in-out;
}

.scroll_arrow_delay {
	transition: all 300ms 300ms ease-in-out;
}

.scroll_arrow_view {
	top: 0px;
	opacity: 1.0;
}

.scroll_arrow_hide {
	top: 150px;
	opacity: 0;
}

.scroll_flip {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}


/*--------------Responsiveness--------------*/

@media (max-width: 700px) {
	.project_description {
		font-size: 18px;
	}

	.mobile_logo {
		height: 100px;
		width: 150px;
	}

	.navshowmobile {
		top: 40px;
	}

	#mob_menu {
		margin: -100px 0 0 -25px;
	}

	#menuToggle {
		left: 20px;
	}

	.section {
		padding-top: 25%;
	}

	.start_animation {
		padding: 0;
	}

	.welcome_message {
		width: 100%;
	}

	.welcome_upper.animation-element {
		font-size: 30px;
		width: 300px;
		text-align: center;
		margin: auto;
	}

	.welcome_middle_message.animation-element {
		margin: auto;
		text-align: center;
		padding-top: 10px;
		font-size: 18px;
		width: 280px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.welcome_bottom_message.animation-element {
		margin: auto;
		text-align: center;
		font-size: 22px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.about_content {
		top: 0px;
		width: 100%;
	}

	.top_about.animation-element {
		font-size: 18px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.bottom_about.animation-element {
		font-size: 18px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
	}

	.services_content {
		width: 100%;
		padding: 0 20px;
	}

	.services_content.animation-element {
		width: 100%;
	}

	.services_icons_container {
		width: 100%;
	}

	.services_icons {
		width: 50px;
		height: 50px;
		margin: auto;
		margin-top: 20px;
	}

	.services_content.animation-element.in-view .row .column.column-20 {
		max-width: 100%;
	}

	.services_text {
		font-size: 18px;
		padding: 0px;
	}

	/*
	.welcome_section .row .column.column-25 {
		max-width: 50%;
	}
*/
	.welcome_logo.in-view {
		margin: auto;
		height: 100px;
		width: 85px;
	}

	.column.welcome_col {
		display: none;
	}

	.mobile_logo_container {
		display: initial;
		margin: auto;
		width: 50%;
		padding: 10px;
	}

	.project_content {
		width: 100%;
		padding: 0 20px;
	}

	.slideshow {
		width: 100%;
	}

	.team_content {
		width: 100%;
		overflow: hidden;
		padding: 0 20px;
	}

	.team_images {
		margin: auto;
	}

	.team_description {
		padding-top: 20px;
		padding-right: 20px;
	}

	.team_description h1 {
		text-align: center;
	}

	.team_content .row {
		padding-bottom: 30px;
		width: 100%;
	}

	.button_container {
		top: 25%;
	}

	.controls {
		width: 30px;
		height: 30px;
	}

	.swipeshow {
		height: 500px;
	}

	.project_description {
		width: 100%;
		padding: 30px;
	}

	.clients_content {
		width: 100%;
		overflow: hidden;
		padding: 0 20px;
	}

	.client_images {
		margin-right: 0;
		margin: auto;
		height: 80px;
		margin-top: 20px;
		padding-right: 0px;
	}

	.client_description {
		padding-top: 0px;
		padding-right: 30px;
	}

	.client_description h1 {
		text-align: center;
	}

	.clients_content .row {
		padding-bottom: 30px;
		width: 100%;
	}

	.partners_section {
		padding-left: 20px;
		padding-right: 20px;
	}

	.partners_content {
		width: 100%;
	}

	.partners_content .row {
		padding-bottom: 0px;
		width: 100%;
	}

	.partners_content h1 {
		text-align: center;
	}

	.news_content {
		width: 100%;
	}

	.news_section {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 200px;
	}

	.contact_section {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 200px;
	}

	.contact_content {
		width: 100%;
	}

	.contact_wrapper {
		width: 100%;
		font-size: 12px;
	}

	.contact_center {
		width: 260px;
		padding-left: 0px;
	}

	.contact_header {
		width: 100%;
	}

	.contact_details {
		height: 120px;
	}

	.contact_width {
		width: 280px;
	}

	.contact_email {
		width: 280px;
	}

	.social_icon_base {
		width: 20px;
		height: 20px;
		margin: 5px;
	}

	.social_icons_white {
		width: 60px;
	}

	input,
	textarea {
		font-size: 12px !important;
	}

	.partner_images_three {
		flex-direction: column;
	}

	.partners_section img {
		padding: 0px;
	}
}

@media only screen and (max-device-width: 1024px) {
	.parallax-window {
		background-attachment: scroll;
	}
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 80%;
		width: 80% !important;
	}
}