@charset "utf-8";
/* CSS Document */

		body{
    	background-color: #F8F8F8 ;
		} 
	 
	h1 {
		font-family: "Arial",Impact, Haettenschweiler, "Franklin Gothic Bold",  "sans-serif";
		font-size: 18px;
		color: #2d2d2c;
		}
	p {
		display: inline;
		line-height: 18px;
		font-family: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		}
	.column {
    	float: left;
   		width: 50%;
		padding-top: 3%;
		text-align: center;
		}

/* Clear floats after the columns */
	.row:after {
    	content: "";
    	display: table;
    	clear: both;
		}
		h2 {
			font-family: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		}
		
	.footer {
   		position: fixed;
   		left: 0;
   		bottom: 0;
   		width: 100%;
   		background-color: #E21A23;
   		color: white;
   		text-align: center;
		}
		img {
			width: 80%;
			height: auto;
		}
		.video {
			max-width: 1080px;
			width: 90%;
		}
		button {
			border-radius: 5px;
			width: 360px;
			height: 50px;
			margin: 20px;
		}
h5 {
	font-family: Arial, Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif'; font-size: 24px; color:darkgrey;
}
.emailBtn {
	width: 200px; height: 70px; background-color: #6eb0ae; float: right; padding-top: 15px;
}
.emailBtn:hover {
	width:  200px; height: 70px; background-color: #6eb0ae; float: right; opacity: 0.5; padding-top: 15px;
}

#buttonLang{
	width: 90%;
	padding: 20px;
	text-align:right; 
}
.langButton{
	display: inline-block;
	margin: 0px;
	text-align: center;
	width: 100px;
	height: 60px;
	background-color: lightgray;
	vertical-align: middle;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 130%;
	border-radius: 4px;
		
}

.langButton:hover{
	display: inline-block;
	margin: 0px;
	text-align: center;
	width: 100px;
	height: 60px;
	background-color: #f17f2d;
	vertical-align: middle;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 130%;
	border-radius: 4px;
	color: #ffffff;
		
}



.icons {
			width: 200px;
			height: 170px;
			padding: 20PX;
			margin: 10PX;
			background-color: #FFFFFF;
			border-radius: 10px;
			display: inline-block;
			text-align: center;
			
			
		}
		.icons:hover {
			width: 200px;
			height: 170px;
			padding: 20PX;
			margin: 10PX;
			background-color: #FFFFFF;
			border-radius: 10PX;
			border-bottom-style: solid;
			border-bottom-width: 2px;
			border-bottom-color: #6eb0ae;
			display: inline-block;
		}
		a {
			color: #000000;
			text-decoration: none;
			
		}
		p {
			font-size: 12px;
			
		}
		.imgIcon {
			margin-bottom: 20px;
		}
		.thumb {
			width: 600px;
			height: auto;
			background-color: #FFFFFF;
			border-radius: 4px;
			float:left;
			display: inline-block;
			margin: 10px;
			border-bottom: solid 1px darkgray;
			border-right: solid 1px darkgray;
			vertical-align: top;
			
		}
		.imagIcons2 {
			width: 140px;
			height: auto;
			display: block;
			padding: 20px;
			float: left;
			margin: auto;
			
			
		}
		.icon2 {
			display: inline-block;
			width: 300px;
			height: auto;
			float: right;
			
		}
		.icons2 {
			font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			font-size: 14px;
			padding: 5px;
			line-height: 20px;
			background-color: #FFFFFF;
			border-left: 1px solid #e9e9ea;
			border-bottom: 1px solid #e9e9ea;
			min-height: 30px;
			text-align: left;
			
		}
		.icons2:hover {
			background-color: #6eb0ae;
			color: #FFFFFF;
			border-radius: 4px;
		}
		
		
		li {
			list-style-type: none;
		}

@media screen and (max-width: 1240px) {
			.column {
    	float: left;
   		width: 100%;
		padding-top: 3%;
		text-align: center;
		}
	h1 {
		font-size: 14px;
	}
	p {
			display: inline;
		line-height: 10px;
		font-family: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size: 10px;
	}
h5 {
	font-family: Arial, Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif'; font-size: 18px; color:darkgrey;
}
	#buttonLang{
	width: 90%;
	padding: 20px;
	text-align:center; 
}
.icon2 {
			display: inline-block;
			width: 200px;
			height: auto;
			float: right;
			
		}
	button {
		width: 140px;
	}
	.thumb {
		width: 380px;
		
	}

}