@import url(fonts/font.css);

body {
	line-height:normal;
	}

p,h1,h2,h3,h4,h5,h6,ul,li {
	margin:0px;
	padding:0px;
	font-weight:normal;
}

ul,li {
	list-style:none;
}

/*H-GROUPS*/
h1{color:#1c3b79; font-size:30px; text-transform:uppercase;}
h3{font-size:22px; color:#1c3b79; text-transform:uppercase;}
h4{font-size:18px;}
h5{font-size:16px; color:#FFF;}
/*H-GROUPS*/
	
a:hover, a:focus{text-decoration:none; outline:none}

.btn, .sdsb-btn {
	background:#005a9c;
	background: -moz-linear-gradient(0deg, #005695 0%, #0078d0 100%);
	background: -webkit-linear-gradient(0deg, #005695 0%, #0078d0 100%);
	background: -o-linear-gradient(0deg, #005695 0%, #0078d0 100%);
	background: -ms-linear-gradient(0deg, #005695 0%, #0078d0 100%);
	background: linear-gradient(0deg, #005695 0%, #0078d0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005695', endColorstr='#0078d0',GradientType=1 );
	color:#ffffff;
	display:inline-block;
	font-weight:400;
	text-align:center;
	border:1px solid #005797;
    border-radius: 5px;
    box-shadow: 0 1px 0 #00b4e8 inset;
    font-size: 14px;
    padding:7px 30px 5px;
	text-transform:uppercase;
	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 {
	background:#0078d0;
	background: -moz-linear-gradient(0deg, #0078d0 0%, #005695 100%);
	background: -webkit-linear-gradient(0deg, #0078d0 0%, #005695 100%);
	background: -o-linear-gradient(0deg, #0078d0 0%, #005695 100%);
	background: -ms-linear-gradient(0deg, #0078d0 0%, #005695 100%);
	background: linear-gradient(0deg, #0078d0 0%, #005695 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078d0', endColorstr='#005695',GradientType=1 );
	color:#FFFFFF;
	}
	

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;
}

/*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;
	}

address{
	font-style:normal;
	}
	
.color-blue{
	color:#1c3b79;
	}

.color-white{
	color:#FFFFFF;
	}

.color-green{
	color:#69822c;	
	}

.background-black{
	background:#222222;
	}
	
.bg-blue{
	background:#1c3b79;
	}
	