/*
	[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: 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: 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: 200px;
		margin: 0;
		text-align: center;
	}
		
	
/*
	[MENU]
			 */
	.nav ul {
		font-size: 16px!important;
		font-weight: 400;
		margin: 10px 0 10px!important;
		letter-spacing: -0.2px;
	}
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: 0;
		left: 0;
		color: #ffff;
		font-size: 0;
		font-style: 500;
		font-style: normal;
	}
	
	
	
/*
	[DORPDOWN]
				 */
	.dropdown {
		float: left;
		overflow: auto;
		width: 100%;
	}
	
	.dropdown .dropbtn {
		outline: none;
		background-color: transparent;
		font: inherit;
		margin: 10px 0;
		height: auto
	}
	
	.navbar a:hover, .dropdown:hover .dropbtn {
		opacity: 0.7;
	}
	
	.dropdown-content {
		display: none;
		position: absolute;
		background-color: transparent!important;
		width: 100%;
		left: 0;
		box-shadow: 0 0 0!important;
		z-index: 1;
		cursor: pointer;
		margin-top: 0;
	}
	
	.dropdown-content span{
		float: left;
		padding: 20px!important;
		text-decoration: none;
		text-align: left;
		font-family: 'Akrobat-black', sans-serif!important;
		font-weight: bolder;
		height: auto!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		width: 100%!important;
		font-size: 25px;
		text-transform: uppercase;
		color: rgba(255,255,255,1.00)!important;
	}
	
	.dropdown-content h3{
		float: left;
		padding: 15px 20px!important;
		text-decoration: none;
		text-align: left;
		font-family: 'Akrobat-black', sans-serif!important;
		font-weight: bolder;
		height: auto!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		width: 100%!important;
		font-size: 18px;
		text-transform: uppercase;
		color: #fff!important;
		background: #51a8b1;
		margin: 0;
	}
	
	.dropdown:hover .dropdown-content {
		display: block;
	}
	
	.column {
		float: left;
		width: 100%;
		padding: 2px;
		background-color: #3c3c3c;
		height: auto;
	}
	
	.column a {
		float: left;
		padding: 0 20px!important;
		text-decoration: none;
		text-align: left!important;
		font-family: 'Akrobat-light', sans-serif!important;
		font-weight: normal;
		height: 60px!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		width: 100%!important;
		font-size: 20px;
		text-transform: none!important;
		border-radius: 0!important;
		color: rgba(255,255,255,1.00)!important;
		margin: 0.1%!important;
		background-color: rgba(51,53,70,0.85)!important;
	}
	
	.column a.size-five {
		width: 100%!important
	}
	
	.column a.size-four {
		width: 100%!important
	}
	
	.column a:hover{
		opacity: 1!important;
		color: #FFF!important;
		background: #40949d!important;
		border-radius: 0!important;
		transition: 1s;
	}
	
	.row:after {
		content: "";
		display: table;
		clear: both;
	}	


	
	
/*
	[SUB-HEADER]
				 */
	.sub-header a{
		float: right;
		border: 1px solid #ffffff;
		border-radius: 50px;
		height: 45px;
		width: 80%;
		margin: 10px 10% 0
	}
	
	.sub-header a:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.99);
	}
	
	.sub-header a span {
		background: #40949d;
		height: 45px;
		float: left;
		border-radius: 50px;
		border: 1px solid #ffffff;
		width: 70px;
		text-align: center;
		margin: -1px 0 0 -1px
	}
	
	.sub-header a span img{
		width: auto;
		position: relative;
		top: 7px;
	}
	
	.sub-header a strong{
		font-size: 16px;
		color: #ffffff;
		text-align: center;
		font-weight: normal;
		position: relative;
		top: 12px;
		left: 20px;
		
	}


	
/*
	[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;
	}
	
	

	
	/*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;
	}
	
	
	
	
	/*news*/
	ul.news{
		float: left;
		width: 100%;
		margin: 90px 0;
		list-style: none;
	}
	
	ul.news li{
		float: left;
		width: 90%;
		margin: 0 5%;
		text-align: center;
	}
	ul.news li:hover{
		transform: scale(0.98);
		transition: 1s;
	}
	
	ul.news li span{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	ul.news li .bottom-content{
		float: left;
		width: 100%;
		margin: 0 0 20px;
		padding: 35px 15px;
		border-bottom: 2px solid #f4f4f4;
	}
	
	ul.news li .bottom-content h3{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		font-size: 16px;
		color: #2e2e2e;
		font-weight: normal;
		line-height: 1.2;
	}
	
	ul.news li .bottom-content a{
		float: right;
		width: 100%;
		margin: 25px 0 0;
		text-align: center;
	}
	
	ul.news li .bottom-content a:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	
	
	
/*
	[FOOTER]
				 */
	
	/*info*/
	.info{
		float: left;
		width: 90%;
		margin: 55px 5%;
		text-align: center;
	}
	
	.info span{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.info ul{
		float: left;
		list-style: none;
		width: 100%;
		margin: 0;
	}
	
	.info ul span{
		color: #FFF;
		font-size: 11px;
		text-align: center;
		float: left;
		margin: 30px 0 10px;
	}
	
	.info ul li{
		float: left;
		width: 24%;
		margin: 0 0.5%
	}
	
	.info ul li:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	
	/*row-footer*/
	.row-footer{
		float: left;
		margin: 0 5% 40px;
		width: 90%;
		text-align: left;
	}
	
	.row-footer h4{
		float: left;
		margin: 0 0 35px;
		width: 100%;
		font-size: 26px;
		color: #ffffff;
		border-bottom: 1px solid #545454;
		font-weight: normal;
		padding-bottom: 15px;
	}
	
	.row-footer a{
		float: left;
		width: 100%;
		color: #FFF;
		font-size: 14px;
		margin: 0 0 20px;
		font-weight: normal;
	}
	
	.row-footer a:hover{
		opacity: 0.5;
		transition: 0.5s;
	}
	
	.row-footer a em{
		position: relative;
		margin-right: 5px;
		top: -1px;
		font-size: 12px;
		margin-bottom: 5px
	}
	
	.row-footer a.contact-info{
		font-size: 14px;
		margin: 0 0 12px;
	}
	
	.row-footer a.ans{
		float: left;
		width: 100%;
		color: #FFF;
		font-size: 10px;
		margin: 25px 0 0;
		line-height: 1.4;
	}
	
	.row-footer a.contact-info img{
		position: relative;
		top: -7px;
		margin-right: 10px;
		float: left;
	}
	
	.row-footer a.ans img{
		position: relative;
		top: -2px;
		margin-right: 10px;
		float: left;
	}
	
	
	/*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;
	}
	
		
	
	
	


}









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



	
	
/*
	[SUB-HEADER]
				 */
	.sub-header a{
		width: 40%;
		margin: 10px 30% 0;
	}
	
	
	.sub-header a strong{
		left: 30px;
	}


	
/*
	[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%;
	}
		
	
	

	
	
	
	
/*
	[FOOTER]
				 */
	
	/*info*/
	.info{
		float: left;
		width: 40%;
		margin: 55px 30%;
		text-align: center;
	}
	
	
	
	/*row-footer*/
	.row-footer{
		float: left;
		margin: 0 10% 40px;
		width: 80%;
		text-align: center;
	}
		
	.row-footer a{
		float: left;
		width: 100%;
		color: #FFF;
		font-size: 14px;
		margin: 0 0 20px;
	}
	
		
	
	
	

}







@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: rgba(51,53,70,0.85);
		padding: 0;
		z-index: 99;
		position: relative;
		height: 130px;
		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: 200px;
		padding: 0;
		text-align: center;
		margin: 35px 0 0;
		float: left;
		position: relative;
		left: 0;
		margin-right: 0;
	}	 
	
	img.logo{ 
		width: 200px;
		margin: 0;
		text-align: center;
	}
		
	
/*
	[MENU]
			 */
	.nav ul {
		font-size: 13px!important;
		font-weight: 400;
		margin: 0!important;
		letter-spacing: -0.3px;
	}
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: -170px;
		left: 7px;
		color: #ffff;
		font-size: 25px;
		font-style: 500;
		font-style: normal;
	}
	
	
	
/*
	[DORPDOWN]
				 */
	.dropdown {
		float: left;
		overflow: hidden;
	}
	
	.dropdown .dropbtn {
		outline: none;
		background-color: transparent;
		font: inherit;
		margin: 0;
		height: 150px
	}
	
	.navbar a:hover, .dropdown:hover .dropbtn {
		opacity: 0.7;
	}
	
	.dropdown-content {
		display: none;
		position: absolute;
		background-color: transparent!important;
		width: 100%;
		left: 0;
		box-shadow: 0 0 0!important;
		z-index: 1;
		cursor: pointer;
		margin-top: -55px;
	}
	
	.dropdown-content span{
		float: left;
		padding: 20px!important;
		text-decoration: none;
		text-align: left;
		font-family: 'Akrobat-black', sans-serif!important;
		font-weight: bolder;
		height: auto!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		width: 100%!important;
		font-size: 25px;
		text-transform: uppercase;
		color: rgba(255,255,255,1.00)!important;
		background-color: #51a8b1!important;
		box-shadow: 0!important;
	}
	
	.dropdown-content h3{
		float: left;
		padding: 15px 20px!important;
		text-decoration: none;
		text-align: left;
		font-family: 'Akrobat-black', sans-serif!important;
		font-weight: bolder;
		height: auto!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		width: 100%!important;
		font-size: 18px;
		text-transform: uppercase;
		color: #fff!important;
		background: #51a8b1;
		margin: 0;
	}
	
	.dropdown:hover .dropdown-content {
		display: block;
	}
	
	.column {
		float: left;
		width: 100%;
		padding: 2px;
		background-color: rgba(51,53,70,0.85);
		height: auto;
	}
	
	.column a {
		float: left;
		padding: 0 20px!important;
		text-decoration: none;
		text-align: left!important;
		font-family: 'Akrobat-light', sans-serif!important;
		font-weight: normal;
		height: 60px!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		width: 33.1%!important;
		font-size: 16px;
		text-transform: none!important;
		border-radius: 0!important;
		color: rgba(255,255,255,1.00)!important;
		margin: 0.1%!important;
		background-color: rgba(51,53,70,0.85)!important;
	}
	
	.column a.size-five {
		width: 19.8%!important
	}
	
	.column a.size-four {
		width: 24.8%!important
	}
	
	.column a:hover{
		opacity: 1!important;
		color: #FFF!important;
		background: #40949d!important;
		border-radius: 0!important;
		transition: 1s;
	}
	
	.row:after {
		content: "";
		display: table;
		clear: both;
	}	


	
	
/*
	[SUB-HEADER]
				 */
	.sub-header a{
		float: right;
		border: 1px solid #ffffff;
		border-radius: 50px;
		height: 45px;
		width: 245px;
		margin: 10px 0 0
	}
	
	.sub-header a:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.99);
	}
	
	.sub-header a span {
		background: #40949d;
		height: 45px;
		float: left;
		border-radius: 50px;
		border: 1px solid #ffffff;
		width: 70px;
		text-align: center;
		margin: -1px 0 0 -1px
	}
	
	.sub-header a span img{
		width: auto;
		position: relative;
		top: 7px;
	}
	
	.sub-header a strong{
		font-size: 16px;
		color: #ffffff;
		text-align: center;
		font-weight: normal;
		position: relative;
		top: 12px;
		left: 20px;
		
	}


	
/*
	[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: 35%;
		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;
	}
	
	

	
	/*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;
	}
	
	
	
	
	/*news*/
	ul.news{
		float: left;
		width: 100%;
		margin: 90px 0;
		list-style: none;
	}
	
	ul.news li{
		float: left;
		width: 31.3%;
		margin: 0 1%;
		text-align: center;
	}
	ul.news li:hover{
		transform: scale(0.98);
		transition: 1s;
	}
	
	ul.news li span{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	ul.news li .bottom-content{
		float: left;
		width: 100%;
		margin: 0;
		padding: 35px 15px;
		border-bottom: 2px solid #f4f4f4;
	}
	
	ul.news li .bottom-content h3{
		float: left;
		width: 60%;
		margin: 0;
		text-align: left;
		font-size: 15px;
		color: #2e2e2e;
		font-weight: normal;
		line-height: 1.2;
	}
	
	ul.news li .bottom-content a{
		float: right;
		width: 20%;
		margin: 0;
		text-align: center;
	}
	
	ul.news li .bottom-content a:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	
	
	
/*
	[FOOTER]
				 */
	
	/*info*/
	.info{
		float: left;
		width: 18%;
		margin: 55px 4% 0 0;
		text-align: center;
	}
	
	.info span{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.info ul{
		float: left;
		list-style: none;
		width: 100%;
		margin: 0;
	}
	
	.info ul span{
		color: #FFF;
		font-size: 11px;
		text-align: center;
		float: left;
		margin: 30px 0 10px;
	}
	
	.info ul li{
		float: left;
		width: 19%;
		margin: 0 0.5%
	}
	
	.info ul li:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	
	/*row-footer*/
	.row-footer{
		float: left;
		margin: 0 2%;
		width: 22%;
		text-align: left;
	}
	
	.row-footer h4{
		float: left;
		margin: 0 0 35px;
		width: 100%;
		font-size: 26px;
		color: #ffffff;
		border-bottom: 1px solid #545454;
		font-weight: normal;
		padding-bottom: 15px;
	}
	
	.row-footer a{
		float: left;
		width: 100%;
		color: #FFF;
		font-size: 14px;
		margin: 0 0 20px;
		font-weight: normal;
	}
	
	.row-footer a:hover{
		opacity: 0.5;
		transition: 0.5s;
	}
	
	.row-footer a em{
		position: relative;
		margin-right: 5px;
		top: -1px;
		font-size: 12px;
		margin-bottom: 5px
	}
	
	.row-footer a.contact-info{
		font-size: 14px;
		margin: 0 0 12px;
	}
	
	.row-footer a.ans{
		float: left;
		width: 100%;
		color: #FFF;
		font-size: 10px;
		margin: 25px 0 0;
		line-height: 1.4;
	}
	
	.row-footer a.contact-info img{
		position: relative;
		top: -7px;
		margin-right: 10px;
		float: left;
	}
	
	.row-footer a.ans img{
		position: relative;
		top: -2px;
		margin-right: 10px;
		float: left;
	}
	
	
	/*float-media*/
	.float-media{
		right: 2%;
		position: fixed;
		top: 40%;
		z-index: 99;
		width: 45px
	}
	
	.float-media a{
		width: auto;
		margin: 5px 0;
		float: left;
	}
	
	.float-media a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	
	
}