@font-face{
	src: url('../font/AzoSansLight.otf');
	font-family: 'AzoSansLight';
}
@font-face{
	src: url('../font/AzoSansMedium.otf');
	font-family: 'AzoSansMedium';
}
@font-face{
	src: url('../font/AzoSansBold.otf');
	font-family: 'AzoSansBold';
}
/***Reset bootstrap default style***/
ul{
	list-style: none; margin: 0px; padding: 0px;
}
.navbar-default {
    background-color: transparent; border-color: transparent;
}
.navbar-brand{
	height: auto;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-collapse {
    margin-top: 20px; border-top: none;
}
a{
	transition: all 0.2s ease-in;
}
a:hover{
	text-decoration: none; opacity: 0.7; color: #A28443;
}
.text-center{
	text-align: center;
}
.center{
	margin: 0 auto;
}
/*********************************/
.azul{
	color: #002856;
}
.beige{
	color: #FEF1CD;
}
.ocre{
	color: #A0843F;
}
.coral{
	color: #E35F44;
}
/********************************/
*{
	color: #002856;
}
.item-img-cont{
    position: relative;
}
.rollover-img{
    position: absolute;
    top: 0;
    left: 0;
    display:none;
}
a:hover .rollover-img{
    display: block;
}
strong{
	font-family: 'AzoSansBold';
}
@media(max-width: 990px) {
	.navbar-brand {
		display: none;
	}
}