*{
margin: 0;
padding: 0;
font-family: "Lato", Lato, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}

a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}
section a:hover{
	color: #EB6B56;
}


#content{
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 14px;
}
#main-header{

	//background-color: #feee00;
	background: -moz-linear-gradient(top,  rgba(229,229,229,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e5e5e5', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.header{
	width: 980px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;

}
.header-logo{
	float: left;
	padding-top: 25px;	
	padding-left: 15px;	
}
.header-right{
	float: right;
	padding-top: 25px;
	
}

.imgslidermain{
		background-color: #f5f5f5;
		padding-top:20px;
		padding-bottom:20px;
		
}
.imgslider{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	
}
.circular {
	width:50px;
	height:30px;
	padding-top: 14px;
	//border-radius:50px;
	color:#fff;
	text-align:center;
	background:#333;
	border: 1px solid #fff;
	font-family: "Lato", Lato, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	}
.circular:hover{
	background: orange;
	color: #fff;
	transition: background-color 0.7s ease;	

}

#navobar{
	height: 5px;
	background-color: #f5f5f5;
	//border-top-left-radius: 5px;
	//border-top-right-radius: 5px;
}
.silverbar{
	height: 5px;
	background-color: #f5f5f5;
	margin-bottom: 10px;
}
/**************** SUBTITLES ****************/
#subtitles{
	height: 300px;
	padding: 10px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.subleft{
	float: left;
	width: 292px;
	padding: 10px;
	}
.subright{
	float: left;
	width: 292px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
}
.subcenter{
	width: 292px;
	float: left;
	padding: 10px;	

}
.subcenter:hover,.subleft:hover,.subright:hover{
	background: #f5f5f5;
	transition: background-color 0.7s ease;
	
}

.textp{
	color: #4b4b4b;
	word-wrap: break-word;
	padding-top:10px ;
}
h3{
	margin: 10px;
	color: #00b2d9;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight:lighter;
	}
h4{
	margin: 10px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight:lighter;
	font-size: 16px;
}
/**************** END SUBTITLES ****************/



/**************** SUBSCRIBE ****************/
#subscribe{
	width: 450px;
	padding: 30px;
	background: #f5f5f5;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.inputtext{
	width: 345px;
	height: 40px;
	padding: 5px;
	font-size: 12px;
}
.submit{
	height: 40px;
	width: 100px;
	background-color: #00b2d9;
	border: 1px solid #00b2d9;
	color: #fff;
}
.submit:hover{
	background-color: orange;
	border: 0px solid #00b2d9;
	
}
/**************** ENS SUBSCRIBE ****************/




/**************** FOOTER ****************/
#footer{
	background: #f5f5f5;
	border-top: 1px dotted #333;
	color: #4b4b4b;
	font-size: 12px;
	padding: 10px;
	
}


/************** PAGES ******************/
.page-main{
width: 980px;
margin-left: auto;
margin-right: auto;	
}
.page-left{
	float: left;
	width: 35%;
	background-color: #ccc;
	padding: 20px;
	
}
.page-right{
	float: right;
	width: 55%;
	padding: 20px;

}

.blueline{
	padding: 10px;
	background-color: #0aa4d1;
	color: #fff;
}
.blackline{
	padding: 10px;
	background-color: #000;
	color: #fff;
}
.colored-line{
	padding: 10px;
	background-color: #7c6c87;
	color: #fff;
}
.pca-do{
	background: #000;
	margin: 5px;
	padding: 20px;
	color: #fff;
}
.pca-do-colored{
	background: #7c6c87;
	margin: 5px;
	padding: 20px;
	color: #fff;
}
.srs-do{
	background: #0aa4d1;
	margin: 5px;
	padding: 20px;
	color: #fff;
}

.about-left{
	float: left;
	width: 55%;
	padding: 20px;
	border-right: 1px  #777 dashed;
	
}
.about-right{
	float: right;
	width: 35%;
	padding: 20px;

}


/********* FORM **********/

.textbox{
	width: 470px;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	border: 0px solid #333;
	color: #555;
}
