



/*Base*/
html, body {
}
ul, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul.margins {
	margin-bottom: 10px;
	padding-left: 30px;
}
ul.margins li {
	list-style-type: disc;
}
a, a:hover {
	text-decoration: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #fff;
	opacity: 1;
}



/*General*/
.display-none {
	display: none;
}
.width100 {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.img-responsive {
	max-width: 100%;
}
.container-fluid.full {
	padding-left: 0;
	padding-right: 0;
}








/*Text*/
.upper {
	text-transform: uppercase;
}
.heading1 {

}
.heading2 {

}
.heading3 {

}
.heading4 {

}
.heading5 {

}
.heading6 {

}
.text-white {
	color: #fff;
}
.text-primary {
	color: #265a92 !important;
}



/*Backgrounds*/
.bg-primary {
	background: #265a92 !important;
}



/*Buttons*/
.btn {
	transition: all .3s ease;
}
.btn:hover,
.btn:focus,
.btn:active:hover,
.btn:not(:disabled):not(.disabled):active:focus {
	outline: none !important;
	box-shadow: none !important;
}
.btn-lg {
	padding: 15px 25px;
}
.btn-primary {
	background: #265a92;
	border: 1px solid #265a92;
	color: white;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #265a92;
	border: 1px solid #265a92;
	color: white;
}




