body{
	font-family: 'Bree Serif', serif!important;
	background:url(../images/bg.jpg) no-repeat;
	background-size:cover;
}
.logo{
	text-align:center;
}
.logo img{
	width:500px;
	text-align:center;
}
.video_youtube{
	margin-left:22%;
	box-shadow:4px 4px 4px #c0c0c0;
}
.description{
	margin:5em 0;
	text-align:center;
}
.icon_home{
	width:100px;
	height:auto;
}
.color{
	background-color:rgba(275,275,275,.4);
	min-height:388px;
	border-radius:8px;
	border:1px solid #61b8af;
	padding:10px;
}
.color li{
#font-family: arial !important;
text-align:left;
#font-weight:bold;
}
.color:hover{
	box-shadow:3px 3px 8px #aafef5;
}
.contact{
	background-color:#fff;
	padding:0 6em;
	padding-bottom:3em;
}
.contact h1{
	text-align:center;
	margin-bottom:2em;
}
.contact h3{
	color:#888888;
}
.contact p span{
	font-weight:700;
}
.contact input{
	width:100%!important;
	margin-bottom:5px;
}
.contact textarea{
	width:100%!important;
	margin-bottom:5px;
}
.footer{
	background-color:#6A9DCE;
	padding:2em 0;
	color:#fff;
}
.footer li{
	list-style:none;
}
.youtube{
	background:url(../images/sprite.png) no-repeat -139px -33px;
	display:inline-block;
	width: 24px;
	height: 24px;
	margin-right:5px;
}
.youtube:hover{
	background:url(../images/sprite.png) no-repeat -139px -1px;
}
.in{
	background:url(../images/sprite.png) no-repeat -56px -33px;
	display:inline-block;
	width: 24px;
	height: 24px;
}
.in:hover{
	background:url(../images/sprite.png) no-repeat -56px -1px;
}