/* ==========================================================================
   ForceFive New Styles
   ========================================================================== */

   
/* ==========================================================================
   Section Defaults
   ========================================================================== */
.section--impact {
  padding: 0;
}


p span {
	color:#096b88;
}

.button_btn {
	-webkit-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
	 -moz-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
	   -o-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
		  transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
}

.button_btn:hover {
	-webkit-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
	 -moz-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
	   -o-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
		  transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
}

	.button_btn_wrapper {
		text-align:center;	
	}

.section {
  padding:2rem 0;
  /*padding:2rem 0 0 0;
  padding: 4rem 0;*/
  position: relative;
}


@media only screen and (min-width: 40em) {
	.section {
	  padding:4rem 0;
	}

	.button_btn_wrapper {
		text-align:left;	
	}
}

/* ==========================================================================
   Impact areas
   ========================================================================== */
	/*.section--impact {
		  background-color: rgba(0,0,0,0.3);
	}*/
	
	.impact {
		position: relative;
		overflow: hidden;
		padding: 4.5rem 0;
		color: #fff;
	}
	
	.impact__image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
@media only screen and (min-width: 40em) {

  .impact {
    /*padding: 0;*/
   /* padding: 8rem 0 0 0;*/
  }
  .impact_instagram {
    padding: 5rem 0;
   /* padding: 8rem 0 0 0;*/
  }
  
  .impact_inner {
    padding: 10rem 0 !important;
  }
  
  
}

/*------- General -------*/
	#headercontainer {
		background-color: #096b88;
	}

	.es-powered {
		display:none;	
	}

	.text_center {
		text-align:center;	
	}

	.f5-menu {
		background-color: #096b88;
	}

	h1 {
		margin-bottom: 10px;
		margin-bottom: 0.625rem;
		font-size: 36px;
		line-height: 1.25;
	}

	h2 {
		margin-bottom: 8px;
		margin-bottom: .5rem;
		font-size: 30px;
		line-height: 1.1666;
	}

	h3 {
		margin-bottom: 6px;
		margin-bottom: 0.375rem;
		font-size: 26px;
		line-height: 1.2857;
	}


	h4 {
		margin-bottom: 5px;
		margin-bottom: 0.3125rem;
		font-size: 22px;
		line-height: 1.25;
	}

	h5 {
		margin-bottom: 5px;
		margin-bottom: 0.3125rem;
		font-size: 21px;
		line-height: 1.25;
	}

	h6 {
		margin-bottom: 5px;
		margin-bottom: 0.3125rem;
		font-size: 20px;
		line-height: 1.2142;
	}	
	p, ol, ul, dl, address {
		margin: 0 0 20px 0;
		/*margin: 0 0 1.5rem 0;*/
		/*font-size: 16px;*/
		font-size: 1rem;
		line-height: 1.5;
		font-family: 'Lato', sans-serif;
	}
	
	.videoWrapper {
	  position: relative;
	  padding-bottom: 77%; /* 16:9 */
	  height: 0;
	}
	.videoWrapper iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}


	.div_outter {
		width: 100%;
		display: inline-table;
		height: 100%;
		text-align: center;
	}
		.div_inner {
			display: table-cell;
			vertical-align: middle;
		}

	.page-header {
		position: relative;
		text-align: center;
	}
	.home-logo-row {
		position: absolute;
		z-index: 100;
		left: 50%;
		top: 50%;
		width: 310px;
		height: 143px;
    margin-top: -90px;
    margin-left: -155px;
}

@media only screen and (min-width: 50em) {
	
	.home-logo-row {
		width: 510px;
		height: 243px;
		margin-top: -110px;
		margin-left: -200px;
	}
		
	p, ol, ul, dl, address {
		margin: 0 0 24px 0;
		/*font-size: 16px;*/
		font-size: 1.15rem;
	}
	
	h1 {
		font-size: 48px;
	}
	
	h2 {
		font-size: 30px;
	}
	
	h3 {
		font-size: 24px;
	}
	
	h4 {
		font-size: 22px;
	}
	
	h5 {
		font-size: 20px;
	}
	
	h6 {
		font-size: 18px;
	}
}

@media only screen and (min-width: 60em) { 

}

/*------- Start Header -------*/
	.inner-shadow {
		background-color:rgba(0,0,0,0.3);
		position:absolute;
		width:100%;
		height:100%;
		z-index:10;
		top:0;
	}
	
	.fa-minus:before {
    content: "\f068" !important;
	}
	
	.menu-hamburger p {
		margin-bottom:0;
		font-weight: 700;
		font-size:1.125rem;	
	}
	
	.main-navigation {
		padding:0 !important;	
	}

	
@media only screen and (min-width: 40em) {
	.menu_mobile {
		display:none;	
	}
	
	.menu_desktop {
		display:block;	
	}
	
	.menu_desktop a {
		color: #fff !important;
		text-transform: uppercase;
	}
	
	.menu_desktop .menu-main-menu-container {
		width: 850px;
		margin: 0 auto;
	}
	
	.menu_desktop li {
		margin: 0 3rem !important;
	}
	
	.menu-hamburger {
		display:none;	
	}
		
	.main-navigation ul a {
		padding:20px 0 !important;
		font-weight: normal;
	}
	
	.main-navigation ul ul a {
		padding: 0 0 0 20px !important;	
		width: 100% !important;
		font-weight:normal;
		line-height: 50px;
		display:inline-block;
	}
	.main-navigation ul ul {
		width: 250px;
		text-align: left;
		background-color:#83c6c5;
	}
	
	.main-navigation ul ul li {
		width:250px;
	}
	
	.main-navigation ul ul {
		top: 67px;
	}
		
}
	
@media only screen and (max-width: 800px) {
	.main-navigation ul ul {
		width: 100%;
		text-align: center;
		top:0;
	}
	.main-navigation ul a {
		padding-bottom:10px ;
		display:inline-block;
		font-weight: normal;
	}
	
	.main-navigation ul ul a {
		padding: 5px 0 !important;
		background-color:#83c6c5 !important;
	}
			
	.site-content.section-slider, 
	.site-header.section-slider {
		width:100%;
	}
	
	.menu_mobile {
		display:block;	
	}
	
	.menu_desktop {
		display:none;	
	}
	
	#site-navigation .wpml-ls-item {
		display: inline-block;
	}
	.menu-hamburger {
		/*display: inline-block;*/
		position: relative;
		top: 0;
		right: 0;
		background-color: #096b88;
		height: 100%;
		width: 100%;
		color: #fff;
		cursor: pointer;
		transition: 0.3s;
		text-align: center;
		z-index: 9999;
		padding: 25px 0;	
		/*padding: 10px 0;*/	
	}
	
	.menu-hamburger.active span {
		left: 46.5%;
	}
	
	.menu-hamburger span {
	  position: absolute;
	  height: 4px;
	  width: 30px;
	  background-color: #fff;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%);
	  transition: 0.3s;
	}
	
	.menu-hamburger span:before {
	  content: '';
	  position: absolute;
	  top: -5px;
	  /*left: 50%;*/
	  transform: translate(-50%,-50%);
	  background-color: #fff;
	  height: 4px;
	  width: 30px;
	  transition: 0.3s;
	}
	
	.menu-hamburger span:after {
	  content: '';
	  position: absolute;
	  top: 9px;
	  /*left: 50%;*/
	  transform: translate(-50%,-50%);
	  background-color: #fff;
	  height: 4px;
	  width: 30px;
	  transition: 0.3s;
	}
	
	.menu-hamburger.active span { background-color: transparent; }
	.menu-hamburger.active span:before { transform: rotate(45deg);top: 0; }
	.menu-hamburger.active span:after { transform: rotate(-45deg);top: 0; }
	
	#menu-main-menu.mobile-nav {
	  /*display: inline-block;*/
	  display: none;
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%;
	  transform: translateX(100%);
	  transition: 0.5s;
		z-index: 10;
	}
		
	#menu-main-menu.mobile-nav.active { 
		display: inline-block; 
		transform: translateX(0);
		transition: 0.5s; 
	}
	
	.main-navigation.menu_mobile {
		display: none;
	}

	.main-navigation.menu_mobile.active {
		display: block;
		background-color:#096b88;
		padding-top:0;
	}

	
	.main-navigation.menu_mobile.active li {
		width: 100%;
	}

}
	
/*------- End Header -------*/
/*------- Start Single Project -------*/
	.col_project {
		margin-bottom: 5%;
	}

@media only screen and (min-width: 40em) { 
	.col_project {
		margin-bottom: 0;
	}
}
/*------- ENd Single Project -------*/
/*------- Start Footer -------*/

	#text-4 h3 {
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 1.6%;
		font-size: 1.25rem;
	}
	#text-4 a {
		text-align: center;
		color: #fff;
		border:2px solid #fff;
		padding: 5px 10px;
		max-width: 200px;
		width: 100%;
		display: inline-block;
		text-decoration: none;
	}

#media_image-2 img {
	width: 200px;
	height: auto;
}
@media only screen and (min-width: 40em) { 
#media_image-2 img {
	width: 300px;
	height: auto;
}
	
	#text-4 h3 {
		font-size: 1.75rem;
	}
	
	#text-4 a {
		padding: 10px 20px;
	}
	
	.col_footer_1 {
		border-right: 1px solid #458fa6;
	}
	
	#text-4 {
		padding-left: 1.6%;
	}
}


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

