@import url(../fonts);
@import url(fonts/font.css);

body {
	background:#FFF;
	font-family: aleoregular;
	margin:0;
	color:#333;
	font-size:17px;
	line-height: 1.6;
	}

p,h1,h2,h3,h4,h5,h6,ul,li {
	margin:0px;
	padding:0px;
	font-weight:normal;
}

ul,li {
	list-style:none;
}



/*H-GROUPS*/

h1{
	font-family: aleobold;
    font-size: 30px;
    color: #122937;
	}

h1 span{
	font-family: aleobold;
	}

h2 {
    font-family: aleobold;
    font-size: 26px;
	color:#122937
	}

h2 span{
	font-family: aleobold;
	}

h3{
	font-family: aleobold;
	font-size:23px;
	color:#122937;
	
	}

h4{
	font-family: aleobold;
	font-size:20px;
	color:#122937;
	
	}

h5{
	font-family: aleobold;
	font-size:17px;
	color:#122937;
	
	}

h6{
	font-family: aleobold;
	font-size:14px;
	color:#122937;
	
	}

/*H-GROUPS*/
	
a{color:#1c3b79;}
a:hover, a:focus{text-decoration:none; outline:none; color:inherit;}

.btn{
	background: #122937 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 30px;
    text-align: center;
	border-radius:3px;
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	}

.btn:hover {
	color:#FFF;
	background:#42a2f3;
	}

input[type="text"],input[type="password"],select,textarea,li {
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	}

input[type="text"], input[type="password"], select, textarea {
    border: 1px solid #007ac3;
    padding: 8px 5px;
    width: 100%;
	}
	
/*DIFFERENT-ALIGNS*/
.align-left{text-align:left !important;}.align-right{text-align:right !important;}.align-center{text-align: center !important;}
/*DIFFERENT-ALIGNS*/

/*DIFFERENT-MARGINS*/
.margin-top-5{margin-top:5px !important;}.margin-top-10{margin-top:10px !important;}.margin-top-15{margin-top:15px !important;}.margin-top-20{margin-top:20px !important;}.margin-top-25{margin-top:25px !important;}.margin-top-30{margin-top:30px !important;}.margin-top-35{margin-top:35px !important;}.margin-top-40{margin-top:40px !important;}.margin-top-45{margin-top:45px !important;}.margin-top-50{margin-top:50px !important;}.margin-bottom-10{margin-bottom:10px !important;}.margin-bottom-15{margin-bottom:15px !important;}.margin-bottom-20{margin-bottom:20px !important;}.margin-bottom-25{margin-bottom:25px !important;}.margin-bottom-30{margin-bottom:30px !important;}.margin-bottom-35{margin-bottom:35px !important;}.margin-bottom-40{margin-bottom:40px !important;}.margin-bottom-45{margin-bottom:45px !important;}.margin-bottom-50{margin-bottom:50px !important;}.margin-bottom-55{margin-bottom:55px !important;}.margin-bottom-60{margin-bottom:60px !important;}.margin-bottom-70{margin-bottom:70px !important;}.margin-bottom-80{margin-bottom:80px !important;}
/*DIFFERENT-MARGINS*/

.clearfix {
	clear: both;
	}
hr{
	margin-top:30px;
	margin-bottom:0;
	border-color:#DADADA;
	}

.dis-block{
	display:block;
	}