@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,700,800);
/*Font Style*/
h1{
	text-align:center;
	margin:0px;
	padding:10px;
	font-size:25px;
	font-weight:normal;
	color:#fff;
	text-transform: uppercase;
	background: -webkit-linear-gradient(#7bc3dc, #4474a8); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#7bc3dc,#4474a8); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#7bc3dc, #4474a8); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#7bc3dc, #4474a8); /* Standard syntax */
}

h2{
	font-size:20px;
	font-weight:bold;	
	color:#000f50;
	text-shadow: 1px 1px 0px white, 2px 2px 0px #CCC;
	text-transform: uppercase;
	text-align:center;
	padding:10px;	
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image:url(divider.png);
	background-repeat:repeat-x;
	background-position:center;
}

h2 .title{	
	background-color:#fff;
	padding:5px;
	line-height:28px;	
}

h3{
	font-size:16px;
	font-weight:bold;
	color:#000323;}
	
h4{
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0px;	
	background-image:url(icon.png);
	background-position:left 10px;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom:10px;
	}	


/*Link effect*/
a:link,a:visited,a:active {
	color:#06C;
	font-weight:bold;
	text-decoration: none;
	border-color:none;	
}

a:hover {
	color:#036;
	font-weight:bold;
	text-decoration:none;
	border-color:none;
}

hr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul{
	margin-top:4px;}

li{
margin-left:-15px;}



/*Scroll Top*/
.back-to-top {
	position: fixed;
	bottom:0em;
	right: 15px;
	text-decoration: none;			
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:3px;
	border-radius:10px;
	display: none;
	background-color: rgba(235, 235, 235, 0.80);
		}

.back-to-top img{
	width:100%;
	max-width:33px;	
		}

.back-to-top:hover {
			opacity:0.8;			
		}	
		
#footer{
	clear: both;
	text-align: center;
	font-size: 10px;
	color:#fff;
	padding: 2%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #053848;
	border-right-color: #053848;
	border-bottom-color: #053848;
	border-left-color: #053848;
	background-color: #010f13;
}
		


@media screen and (max-width: 800px) {
/*Scroll Top*/
.back-to-top {
	padding-top:5px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:1px;
		}

.back-to-top img{
	width:70%;
		}	

}



