@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body{
	padding:0;
	margin:0;
	background-color: #ebebeb;
	/*background:url(img/bg.jpg) no-repeat top left fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:20px;
	color:#666;
}
a:hover .img{filter:alpha(opacity=25);-moz-opacity:.50;opacity:.50;}
a {
	color: #5399db; text-decoration:none;
}
a:hover {
	color: #125ba0;
} 

#top{
	width: 100%;
	min-width: 900px;
	height: 60px;
	position:relative;
	background-color:#380a74;
	position:fixed;
	z-index:2;
}
#top_cont{
	width: 900px;
	margin: 0 auto;
}
#top_cont img{
	margin-top:5px;
}

#middle{
	width: 100%;
	min-width: 900px;
	height: 160px;
	position:relative;
}

#middle_img{
	width: 900px;
	margin: 0 auto;
	padding: 0;
	padding-top: 90px;
}

#middle_cont{
	width: 900px;
	margin: 0 auto;
	padding: 20px 50px 50px 50px;
	background-color: #ffffff;
}

#clear {
	clear: both;
}
hr {
	clear: both; border-bottom: 1px solid #CCC; border-top:none; border-left:none; border-right:none;
}
h1 {
	font-size: 40px; color: #000000; font-weight:900; text-align:left; letter-spacing:-1px; line-height:110%; padding:40px 0;
}
h1 span{
	color: #333333; font-weight:100;
}
h2 {
	font-size: 24px; color: #000000; font-weight:400; padding-top:40px;
}
p {
	text-align: justify; 
}
.data {
	color:#fe9b00; font-size: 30px; font-weight:600; text-transform:uppercase;  letter-spacing:-1px; text-align:right; margin-top:-15px;
}
.sub {
	font-size: 70%; vertical-align: top;
}
.center {
	text-align:center;
}
a.btn {
	font-size: 18px; color: #fff; font-weight:300; text-align:center; letter-spacing:0; border-radius:5px; padding:15px 10px; margin:10px 2px; background-color:#5917b0; border: 1px solid #5917b0; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s;
}
a.btn:hover {
	color: #5917b0;
	background-color: transparent;
	border: 1px solid #5917b0;
}
a.btn-registration {
	background-color:#fe9b00; border: 1px solid #fe9b00;
}
a.btn-registration:hover {
	color: #fe9b00;
	background-color: transparent;
	border: 1px solid #fe9b00;
}
a.btn-program {
	background-color:#b4b4b4; border: 1px solid #b4b4b4; margin-left:30px;
}
a.btn-program:hover {
	color: #b4b4b4;
	background-color: transparent;
	border: 1px solid #b4b4b4;
}
