/*
	[Initial]
				 */
				 
img, object, embed, video {
	max-width: 100%;
	}
	
body{ 
	background:#FFF;
	font-family: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";
	}

*{
	margin:0;
 	padding:0;
	}
 
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html {
	font-size: 50%;
	scroll-behavior: smooth;
}
	
.ie6 img {
	width:100%;
	}

.gridContainer { 
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	}


/*
	[Attribute]
				 */
img {
	border:0;
	padding:0;
	margin:0;
	}

	
a{
	border:0;
	text-decoration:none;
	}



/*
	[Elements]
				 */
	
	.content{
		width:100%;
		float:left;
	}

	header{
		float:left;
		width:100%;
	}
	
	section{
		float:left;
		width:100%;
	}
	
	article{
		float:left;
		width:100%;
	}
	
	footer{
		float:left;
		width:100%;
	}


	

@font-face {
	font-family: 'akrobat-thin';
	src: url("css/Akrobat-Thin.otf");
	font-weight: 100;
}

@font-face {
	font-family: 'akrobat-extralight';
	src: url("css/Akrobat-ExtraLight.otf");
	font-weight: 200;
}

@font-face {
	font-family: 'akrobat-light';
	src: url("css/Akrobat-Light.otf");
	font-weight: 300;
}

@font-face {
	font-family: 'akrobat-regular';
	src: url("css/Akrobat-Regular.otf");
	font-weight: 400;
}

@font-face {
	font-family: 'akrobat-semibold';
	src: url("css/Akrobat-SemiBold.otf");
	font-weight: 500;
}

@font-face {
	font-family: 'akrobat-bold';
	src: url("css/Akrobat-Bold.otf");
	font-weight: 600;
}

@font-face {
	font-family: 'akrobat-extrabold';
	src: url("css/Akrobat-ExtraBold.otf");
	font-weight: 700;
}

@font-face {
	font-family: 'akrobat-black';
	src: url("css/Akrobat-Black.otf");
	font-weight: 800;
}



	

@media only screen and (min-width: 300px) {
	
/*
	[Elements]
				 */
	.container{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}

	
	.left{
		position: relative;
		left: 0;
	}
	
	.right{
		position: relative;
		left: 0;
	}
	
	
	
	
/*
		[BACKGROUND]
						 */
	.bg-header{
		background-color: #FFF;
		padding: 25px 0;
		z-index: 99;
		position: relative;
		height: auto;
		float: left;
	}
	
	.sub-header{
		background-color: #51a8b1;
		padding: 0;
		z-index: 88;
		position: relative;
		height: 65px;
		float: left;
		width: 100%;
	}
	
	.bg-section{
		z-index: 77;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
		padding: 0 0 0;
	}
	
	.bg-green{
		position: relative;
		z-index: 66;
		background: url("img/bg-green.jpg") top center;
		padding: 50px 0;
		border-top-right-radius: 40px;
		box-shadow: 50px -60px 0 10px #f8f8f8;
	}
	
	.bg-footer{
		position: relative;
		z-index: 44;
		background: #2e2e2e;
		padding: 40px 0;
	}

	

/*
	[HEADER]
				 */
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 20px 0;
		float: left;
		position: relative;
		left: 0;
		margin-right: 0;
	}	 
	
	img.logo{ 
		width: 250px;
		margin: 0;
		text-align: center;
	}
		

	
/*
	[ANIMATION]
				 */
	
	#layerslider{
		width: 100%; 
		height: 250px;
		right: 0;
		background: center center;
		z-index: 33;
		position: relative;
		float: left;
		top: 0;
		margin-bottom: 0;
	}


	#layerslider img{
		max-width: auto!important;
		height: 250px!important;
		top: 0;
	}
	
	.container-anima{
		float: none!important;
		position: relative!important;
		height: 100px!important;
		width: 100%!important;
		margin: 0 auto!important;
	}
	
	#layerslider .ls-slide span{
		float: left;
		margin: 90px 10% 0;
		font-family: 'Akrobat-light';
		font-size: 22px;
		color: #fff;
		text-align: center;
		line-height: 0.8;
		width: 80%;
	}
	
	#layerslider .ls-slide span strong{
		font-family: 'Akrobat-bold';
		font-size: 30px;
	}
	
	#layerslider .ls-slide a{
		float: left;
		margin: 15px 10% 0;
		font-family: 'Akrobat-bold';
		font-size: 14px;
		color: #fff;
		text-align: center;
		line-height: 0.8;
		border-bottom: 2px solid #b0b9c2;
		width: 80%;
		padding: 15px 0;
	}

		
	
/*
	[ARTICLE]
				 */	
	
	
	/*grid*/
	.grid{
		float: left;
		width: 100%;
		margin: 20px 0 100px;
		text-align: center
	}
	
	.grid h2{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 40px;
		color: #5f616e;
		font-weight: normal;
		margin: 30px 0
	}
	
	.grid a{
		width: 95%;
		height: 480px;
		color: #FFF;
		position: relative;
		bottom: 0;
		float: left;
		margin: 2.5%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 0;
	}
		
	.grid a:hover{
		transition: 1s;
		opacity: 0.6;
		transform: scale(0.97)
	}
		
	.grid a h3{
		font-size: 30px;
		text-align: center;
		width: 100%;
		float: left;
		line-height: 0.8;
		font-weight: normal;
		color: #FFF;
		letter-spacing: -1px;
		margin: 0 auto;
	}
	
	.grid a h3 strong{
		font-weight: bold;
		font-size: 30px
	}
	
	.grid a span{
		margin: 0 20%;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		color: #FFF;
		top: 80px;
		position: relative;
		border-bottom: 1px solid #51a8b1;
		width: 60%;
		padding-bottom: 20px
	}
	
	.grid a span strong{
		color: #FFF;
	}
	
	
	
	.bg-grid-a{
		background: url("img/bg-grid-a.jpg") bottom center no-repeat;
	}
		
	.bg-grid-b{
		background: url("img/bg-grid-b.jpg") top center no-repeat;
	}
	
	.bg-grid-c{
		background: url("img/bg-grid-c.jpg") top center no-repeat;
	}
	
	.bg-grid-d{
		background: url("img/bg-grid-d.jpg") top right no-repeat;
	}
	
	.bg-grid-e{
		background: url("img/bg-grid-e.jpg") top right no-repeat;
	}
	
	.bg-grid-f{
		background: url("img/bg-grid-f.jpg") top right no-repeat;
	}
	
	
	
	
	
	
	/*about*/
	.about{
		float: left;
		width: 90%;
		margin: 50px 5% 0;
		position: relative;
	}
	
	.about h2{
		font-family: 'Akrobat-bold';
		font-size: 57px;
		color: #fff;
		float: left;
		width: 100%;
		text-align: center;
		letter-spacing: -0.5px;
		margin: 0 0 35px;
		line-height: 0.6;
	}
	
	.about span{
		border: 1px solid #ececec;
		float: left;
		width: 100%;
		border-radius: 50px;
		padding: 30px;
	}
	
	.about h3{
		font-family: 'Akrobat-bold';
		font-size: 30px;
		color: #fff;
		float: left;
		width: 100%;
		text-align: center;
		letter-spacing: -0.5px;
		margin: 0 0 20px;
		line-height: 0.8;
	}
	
	
	.about p{
		font-family: 'Akrobat-regular';
		font-size: 18px;
		color: #fff;
		float: left;
		width: 100%;
		text-align: center;
		letter-spacing: -0.5px;
		margin: 0;
		line-height: 1.2;
	}
	
	.about p a{
		font-family: 'Akrobat-regular';
		font-size: 18px;
		color: #fff;
		text-align: center;
		letter-spacing: -0.5px;
		width: 100%;
		float: left;
	}
	
	.about p a:hover{
		opacity: 0.5;
	}

	
	/*aside*/
	aside {
		float: right;
		width: 90%;
		margin: 70px 5% 0;
		position: relative;
	}
	
	aside a{
		float: left;
		width: 48%;
		margin: 0 1% 50px;
	}	
	
	aside a:hover{
		filter: brightness(5);
		
	}	
	
	aside span{
		float: left;
		width: 0;
		margin: 0;
		background: #FFF;
		height: 0;
	}	
	
	aside a.more{
		background: 0;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #88e4ee;
		margin: 0;
		line-height: 0;
		height: 0;
		float: left;
	}
	
	aside a.more:hover{
		filter: none;
		transform: scale(0.97);
		transition: 1s;
		color: #00aab2
	}
	
	aside a.more strong:hover{
		color: #168e94
	}
	
	aside a.more strong{
		font-size: 70px;
		color: #ffffff;
		font-family: 'Akrobat-regular';
		background: #00aab2;
		padding: 0 25px;
		position: relative;
		top: -4px;
	}
	
	/*float-media*/
	.float-media{
		right: 2%;
		position: fixed;
		bottom: 2%;
		z-index: 99;
		width: 30px
	}
	
	.float-media a{
		width: auto;
		margin: 2px 0;
		float: left;
	}
	
	.float-media a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	
	/*form*/
	.form{
		float: left;
		width: 100%;
		margin: 120px 0 0;
	}
	
	label{
		font-size: 23px;
		color: #fff;
		font-family: 'Akrobat-bold';
		font-weight: bold;
		text-transform: uppercase;
		width: 98%;
		margin: 0 1% 5px;
		float: left
	}
	
	.form p{
		font-size: 20px!important;
	}
	
	.form h3{
		font-size: 20px!important;
	}
	
	.form h2{
		font-size: 30px!important;
		line-height: 1.2;
	}
	
	label span{
		position: relative;
		left: 10px;
		border: 0!important;
		padding: 10px 20px!important;
	}
	
	.input{
		float: left;
		width: 100%;
		margin: 0 0 15px;
		font-size: 20px;
		color: #fff;
		padding: 15px 25px 18px;
		background-color: transparent;
		text-align: left;
		border: 2px solid #3df2fa;
		font-weight: normal;
		font-family: 'Akrobat-regular';
		border-radius: 50px;
	}
		
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 45px 0 0;
	}
	
	.send{
		text-align: center;
		background: #29868a;
		border: 0;
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		font-size: 25px;
		color: #fff;
		font-family: 'Akrobat-regular';
		padding: 15px 30px;
		border-radius: 50px;
		text-transform: uppercase;
		font-weight: 900;
	}
	
	.send:hover{
		transition: 1s;
		opacity: 0.8;
	}
	
	
	.input-re{
		height: 90px!important;
		float: left;
		text-align: center!important;
		margin: 50px 0 0!important;
		position: relative;
		width: 100%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-family: 'Akrobat-regular';
	}
	
	.input-c{
		float: right;
		width: 20%;
		margin: 15px 40% 0;
		font-size: 20px;
		color: #fff;
		padding: 15px;
		text-align: center;
		font-weight: normal;
		border: 2px solid #3df2fa;
		background-color: transparent;
		font-family: 'Akrobat-regular';
		border-radius: 50px;
	}
	
	.input-re p{
		display: block;
		float: left!important;
		text-align: center!important;	
		font-family: 'Akrobat-regular';
		font-size: 18px;
		width: 100%;
	}
	
	.input-re label{
		width: 100%
	}
	
	.input::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}
		
	


}









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

	
/*
	[ANIMATION]
				 */
	
	#layerslider{
		width: 100%; 
		height: 400px;
	}


	#layerslider img{
		height: 400px!important;
	}
	
	#layerslider .ls-slide span{
		margin: 130px 10% 0;
		font-size: 30px;
	}
	
	#layerslider .ls-slide span strong{
		font-family: 'Akrobat-bold';
		font-size: 35px;
	}
	
	#layerslider .ls-slide a{
		margin: 30px 10% 0;
		font-size: 16px;
		width: 80%;
	}

		
	
/*
	[ARTICLE]
				 */	
	
	.grid a{
		width: 48%;
		height: 450px;
		margin: 1%;
	}
		
	
	
		
	
	
	

}







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

/*
	[Elements]
				 */
	.container{
		width:1000px;
	}
	
	.left{
		position: relative;
		left: -50px;
	}
	
	.right{
		position: relative;
		left: 50px;
	}
	


/*
		[BACKGROUND]
						 */
	
	.bg-header{
		background-color: #fff;
		padding: 0;
		z-index: 99;
		position: relative;
		height: 174px;
		float: left;
	}
	
	.sub-header{
		background-color: #51a8b1;
		padding: 0;
		z-index: 88;
		position: relative;
		height: 65px;
		float: left;
		width: 100%;
	}
	
	.bg-section{
		z-index: 77;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
		padding: 0 0 0;
	}
	
	.bg-green{
		position: relative;
		z-index: 66;
		background: url("img/bg-green.jpg") top center;
		padding: 0 0 120px;
		border-top-right-radius: 350px;
		box-shadow: 50px -60px 0 10px #f8f8f8;
	}
	
	.bg-footer{
		position: relative;
		z-index: 44;
		background: #2e2e2e;
		padding: 100px 0;
	}

	

/*
	[HEADER]
				 */
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 35px 0 0;
		float: left;
		position: relative;
	}	 
	
	img.logo{ 
		width: 380px;
		margin: 0;
		text-align: center;
	}

	
/*
	[ANIMATION]
				 */
	
	#layerslider{
		width: 100%; 
		height: 950px;
		right: 0;
		background: center center;
		z-index: 33;
		position: relative;
		float: left;
		top: -239px;
		margin-bottom: -239px;
	}


	#layerslider img{
		max-width: auto!important;
		height: 1000px!important;
		top: 0;
	}
	
	.container-anima{
		float: none!important;
		position: relative!important;
		height: 100px!important;
		width: 1000px!important;
		margin: 0 auto!important;
	}
	
	#layerslider .ls-slide span{
		float: left;
		margin: 450px 0 0;
		font-family: 'Akrobat-light';
		font-size: 70px;
		color: #fff;
		text-align: left;
		line-height: 0.8;
	}
	
	#layerslider .ls-slide span strong{
		font-family: 'Akrobat-bold';
		font-size: 90px;
	}
	
	#layerslider .ls-slide a{
		float: left;
		margin: 50px 0 0;
		font-family: 'Akrobat-bold';
		font-size: 20px;
		color: #fff;
		text-align: left;
		line-height: 0.8;
		border-bottom: 2px solid #b0b9c2;
		width: 70%;
		padding: 0 15px 15px;
	}

		
	
/*
	[ARTICLE]
				 */	
	
	
	/*grid*/
	.grid{
		float: left;
		width: 100%;
		margin: 20px 0 150px;
		text-align: center
	}
	
	.grid h2{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 60px;
		color: #5f616e;
		font-weight: normal;
		margin: 110px 0 50px
	}
	
	.grid a{
		width: 31.3%;
		height: 480px;
		color: #FFF;
		position: relative;
		bottom: 0;
		float: left;
		margin: 1%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 0;
	}
		
	.grid a:hover{
		transition: 1s;
		opacity: 0.6;
		transform: scale(0.97)
	}
		
	.grid a h3{
		font-size: 50px;
		text-align: center;
		width: 70%;
		float: left;
		line-height: 0.8;
		font-weight: normal;
		color: #FFF;
		letter-spacing: -1px;
		margin: 0 auto;
	}
	
	.grid a h3 strong{
		font-weight: bold;
		font-size: 55px
	}
	
	.grid a span{
		margin: 0 20%;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		color: #FFF;
		top: 80px;
		position: relative;
		border-bottom: 1px solid #51a8b1;
		width: 60%;
		padding-bottom: 20px
	}
	
	.grid a span strong{
		color: #FFF;
	}
	
	
	
	.bg-grid-a{
		background: url("img/bg-grid-a.jpg") bottom center no-repeat;
	}
		
	.bg-grid-b{
		background: url("img/bg-grid-b.jpg") top center no-repeat;
	}
	
	.bg-grid-c{
		background: url("img/bg-grid-c.jpg") top center no-repeat;
	}
	
	.bg-grid-d{
		background: url("img/bg-grid-d.jpg") top right no-repeat;
	}
	
	.bg-grid-e{
		background: url("img/bg-grid-e.jpg") top right no-repeat;
	}
	
	.bg-grid-f{
		background: url("img/bg-grid-f.jpg") top right no-repeat;
	}
	
	
	
	
	
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 120px 0 0;
		position: relative;
	}
	
	.about h2{
		font-family: 'Akrobat-bold';
		font-size: 57px;
		color: #fff;
		float: left;
		width: 100%;
		text-align: center;
		letter-spacing: -0.5px;
		margin: 0 0 35px;
		line-height: 0.6;
	}
	
	.about span{
		border: 1px solid #ececec;
		float: left;
		width: 100%;
		border-radius: 50px;
		padding: 30px;
	}
	
	.about h3{
		font-family: 'Akrobat-bold';
		font-size: 30px;
		color: #fff;
		float: left;
		width: 100%;
		text-align: center;
		letter-spacing: -0.5px;
		margin: 0 0 20px;
		line-height: 0.8;
	}
	
	
	.about p{
		font-family: 'Akrobat-regular';
		font-size: 18px;
		color: #fff;
		float: left;
		width: 100%;
		text-align: center;
		letter-spacing: -0.5px;
		margin: 0;
		line-height: 1.2;
	}
	
	
	.about p a{
		font-family: 'Akrobat-regular';
		font-size: 25px;
		color: #fff;
		text-align: center;
		letter-spacing: -0.5px;
		width: auto;
		float: none;
	}
	
	.about p a:hover{
		opacity: 0.5;
	}
	
	

	
	/*aside*/
	aside {
		float: right;
		width: 65%;
		margin: 130px 0 0;
		position: relative;
	}
	
	aside a{
		float: left;
		width: 27.3%;
		margin: 0 0 50px;
	}	
	
	aside a:hover{
		filter: brightness(5);
		
	}	
	
	aside span{
		float: left;
		width: 2%;
		margin: 25px 3% 0;
		background: #FFF;
		height: 2px;
	}	
	
	aside a.more{
		background: 0;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #88e4ee;
		margin: 0;
		line-height: 0;
		height: 0;
		float: left;
	}
	
	aside a.more:hover{
		filter: none;
		transform: scale(0.97);
		transition: 1s;
		color: #00aab2
	}
	
	aside a.more strong:hover{
		color: #168e94
	}
	
	aside a.more strong{
		font-size: 70px;
		color: #ffffff;
		font-family: 'Akrobat-regular';
		background: #00aab2;
		padding: 0 25px;
		position: relative;
		top: -4px;
	}
	
	/*float-media*/
	.float-media{
		right: 2%;
		position: fixed;
		top: 45%;
		z-index: 99;
		width: 40px
	}
	
	.float-media a{
		width: auto;
		margin: 5px 0;
		float: left;
	}
	
	.float-media a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	

	/*form*/
	.form{
		float: left;
		width: 100%;
		margin: 120px 0 0;
	}
	
	
	label{
		font-size: 23px;
		color: #fff;
		font-family: 'Akrobat-bold';
		font-weight: bold;
		text-transform: uppercase;
		width: 46%;
		margin: 0 2% 5px;
		float: left
	}
	
	.form p{
		font-size: 20px!important;
	}
	
	.form h3{
		font-size: 30px!important;
	}
	
	.form h2{
		font-size: 45px!important;
		line-height: 1;
		color: #4bf7ff;
	}
	
	label span{
		position: relative;
		left: 10px;
		border: 0!important;
		padding: 10px 20px!important;
	}
	
	.input{
		float: left;
		width: 100%;
		margin: 0 0 25px;
		font-size: 20px;
		color: #fff;
		padding: 15px 25px 18px;
		background-color: transparent;
		text-align: left;
		border: 2px solid #3df2fa;
		font-weight: normal;
		font-family: 'Akrobat-regular';
		border-radius: 50px;
	}
		
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 45px 0 0;
	}
	
	.send{
		text-align: center;
		background: #29868a;
		border: 0;
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		font-size: 25px;
		color: #fff;
		font-family: 'Akrobat-regular';
		padding: 15px 30px;
		border-radius: 50px;
		text-transform: uppercase;
		font-weight: 900;
	}
	
	.send:hover{
		transition: 1s;
		opacity: 0.8;
	}
	
	
	.input-re{
		height: 90px!important;
		float: left;
		text-align: center!important;
		margin: 50px 0 0!important;
		position: relative;
		width: 100%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-family: 'Akrobat-regular';
	}
	
	.input-c{
		float: right;
		width: 10%;
		margin: 15px 45% 0;
		font-size: 20px;
		color: #fff;
		padding: 15px;
		text-align: center;
		font-weight: normal;
		border: 2px solid #3df2fa;
		background-color: transparent;
		font-family: 'Akrobat-regular';
		border-radius: 50px;
	}
	
	.input-re p{
		display: block;
		float: left!important;
		text-align: center!important;	
		font-family: 'Akrobat-regular';
		font-size: 18px;
		width: 100%;
	}
	
	.input-re label{
		width: 100%
	}
	
	.input::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}
		
			
	
	
	
}