body{
	margin: 0 !important;
	padding:  0 !important;
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #009688;
}
.btn-color,.btn-color:hover{
	background-color:#009688  ;
	color: #d9fffb
}

.clear{
	clear: both;
}
a:hover{
	color: #232323;
}
a{
	text-decoration: none;	
	color:#d9fffb;
}

.title{
	margin-left: 10%;
	color: #232323;
	font-weight: bold;
	font-size: 40px;
	margin-top: 10px;
}

.menu-top{
	height: 62px;
}
ul.nav{
	float: right;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	margin: 10px 0;
}
ul.nav li a,ul.nav li a:link,ul.nav li a:active,ul.nav li a:target {
	text-align: center;
	padding: 7px;
	color: #171717;
	font-size: 18px;
}
ul.nav li a.active,ul.nav li a:hover{
	color: #d9fffb;
	border: none;
	background: none;
}

.center{
	display: block;
	margin: 0 auto;
	text-align: center;
}

.footer {
	margin-top: 30px;
	background-color: #171717;
	border-top:solid 2px #ccc;
}
.footer ul.menu{
	width: 325px;
	margin: 10px auto;
	text-align: center;
	padding: 0;
	display: block;
	list-style: none;
}

.footer ul li{
	float: left;
	padding: 5px;
	display: block;
	text-align: center;
}

.footer .copy{
	text-align: center;
	color:#ddd;

}

.slide img{
	width: 100%;
}

.content{

	opacity: 0.8;
	padding: 20px 30px;
	margin: 0px auto;
	border-radius: 10px;
	text-align: center;
	min-height: 550px;

}
.content h1{
	color: #000;
	margin: 20px;
	font-size: 28px;
	font-weight: bold;
}
.header{
	padding: 30px 0;
}
.logo h1{
	line-height:20px;
}
.logo{
	font-weight: bold;
	font-size: 40px;
	display: block;
}
.logo a{
	color: #d9fffb;
	font-style: normal;
	text-decoration: none;
}
.logo a .description{
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

.carousel-control{
	padding: 0 10px;

	width:0%;
	position: absolute;
	display: block;
	bottom:initial !important;
	top:10px !important;
}
.carousel-control .glyphicon{
	width: 50px !important;
	height: 50px !important;
	color: #fff;
	background-color: #000;
	padding: 10px;
}
.carousel-controles{
	background-color: rgba(0, 0, 0, 0.3);
    height: 50px;
    width: 90%;
    left: 5%;
    display: block;
    position: absolute;
    z-index: 10;
    margin: 0 auto;
    bottom: 0
}
.carousel-control.left{
	
}
.carousel-control.right{
	
}

.carousel-control.left,.carousel-control.right{
	background: none;
}

/* Page Home */
	.page-home p{
		color: #000;
		line-height: 22px;
	}

/* Page Unsubscrib */
	
	.page-unsubscribe p{
		color: #000;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.page-unsubscribe form{
		margin: 50px 0;
	}
	.page-unsubscribe form input{
		margin: 5px;
	}
	.page-unsubscribe,.page-contact{
		width: 50%;
		margin: 0 auto;
		background-color: #f9f9f9;
	}
	.page-unsubscribe h3,.page-contact h3{

		font-weight: bold;
		font-size: 20px;
		float: left;
		margin: 20px 0;

	}
	.page-unsubscribe .contacting,.page-contact .contacting{
		font-size: 13px;
		line-height: 20px;
	}
	.page-unsubscribe .email{
		color: #d9fffb;
	}

/* Page Contact */
	.page-contact form{
		
	}
	.page-contact form table{
		width: 100%;
	}
	.page-contact  h2{
		margin: 20px 0;
	}
	.page-contact  form p{
		margin: 10px 0;
		text-align: left;
		line-height: 30px;
	}
	.page-contact  form {
		text-align: left;
	}
	.page-contact  form .btn-color{
		text-align: center;
		margin: 0 auto;
		display: block;
		padding: 5px 30px;
	}
	strong{
		font-weight: bold;
	}

	.service:hover  .service_content{
		display: block;
		transition: all 0.6s ease-in-out;
	}
	.service:hover img{
		display: none;
		transition: all 0.6s ease-in-out;
	}
	.service:hover{
		transition: all 0.6s ease-in-out;
		background-color: #67ceb8;
	}
	.service{
		height: 200px;
		margin-bottom: 10px	;
	}

	.service .service_content{
		padding: 25px;
		text-align: center;
		display: none;
		transition: all 0.6s ease-in-out;
	}
	.service .service_content p{
		color: #050a0a;
		word-wrap: break-word;
	    line-height: 23px;
	    font-family: 'Arimo',sans-serif;
	    font-size: 13px;
	}

	.image-border{
		z-index: 1;
	    width: 92%;
	    height: 92%;
	    border: solid 1px #fff;
	    position: absolute;
	    top: 3.4%;
	    left: 3.6%;
	}
	.service img{
		vertical-align: middle;
	    position: relative;
	    height: auto;
	    width: 100%;
	    text-align: center;
		width: 100%;
	}
	.title_service{
	    font-size: 18px;
	    font-family: 'Roboto Condensed', sans-serif;
	    color: #000000;
	    font-weight: bold;
		font-style: none;
		text-decoration: none;
		margin-bottom: 20px;
		display: block;
	}


	.content a{
		color: #009688;
	}