@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Open Sans', sans-serif;!important
	font-size:16px;
}

a{
	color:#5b738d;
}

a:hover{
	color:#003156;
}

.bg-dark{
	background-color:#003156!important;
	color:#c2ccd2;
}

.hiom-subnav{
	background:#d0aa4c;
	color:#003156;
	padding:10px;
	text-align:right;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:12px;
	text-align:center;
}

.hiom-social{
	display:none;
}

.nav-link{
	font-family: 'Roboto Condensed', sans-serif;!important
	font-size:16px!important;
	text-transform:uppercase;
}

.pad{
	padding-top:80px;
	padding-bottom:80px;
}

.hiom-footer{
	background:#003156;
	color:#ffffff;
	padding-top:60px;
	padding-bottom:60px;
	font-size:14px;
	text-align:center;
}

.hiom-footer a{
	color:#d0aa4c;
	text-decoration:none;
}

.hiom-footer a:hover{
	color:#d0aa4c;
	text-decoration:underline;
}

.hiom-footer img{
	max-width:160px;
	margin-bottom:20px;
}

.subtitle{
	color:#d0aa4c;
	font-weight:800;
	font-size:16px;
	margin-top:20px;
}

.footer-social{
	margin-top:10px;
}

.product-wrapper{
	position:relative;
	margin-bottom:25px;
}

.product-wrapper img{
	width:100%;
}

.product-title{
	position:absolute;
	bottom:0;
	background: rgba(0, 49, 86, 0.8);
	text-transform:uppercase;
	padding:25px 5px;
	width:100%;
	text-align:center;
	height:100px;
	transition: height 300ms ease 0ms;
}

.product-title:hover{
	height:120px;
}

.product-title a{
	font-weight:600;
	color:#ffffff;
	text-decoration:none;
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:1.2em;
}

.product-title a:hover{
	color:#d0aa4c;
}

.btn-blue{
	background:#003156;
	color:#d0aa4c;
	padding:15px 70px;
	text-transform:uppercase;
	font-size:16px;
	text-decoration:none;
	font-weight:600;
}

.btn-blue:hover{
	color:#ffffff;
}

.carousel-subtitle{
	font-size:22px;
	font-weight:800;
	margin-bottom:30px;
}

h2{
	color:#003156;
	font-weight:800;
	border-bottom:2px solid #003156;
	margin-bottom:30px;
}

blockquote{
	padding-left:30px;
	border-left:3px solid #d0aa4c;
}


.gallery img{
		max-width:150px;
		margin:5px 2px;
	}

@media (max-width:767px) {
	
	.carousel-subtitle{
	font-size:16px;
	}
	
	.navbar-brand img{
		max-width:100px;
	}
	

	
	
}


@media (min-width:768px) {
	
	.hiom-footer{
		text-align:left;
	}
	
	.hiom-footer img{
		margin-bottom:0px;
	}
	
	.subtitle{
		margin-top:0px;
	}
	
	.hiom-subnav{
		font-size:16px;
		text-align:right;
	}
	

}

@media (min-width: 992px) {
	
	.product-title a{
		font-size:20px;
	}
	
	body{
		font-size:18px;
	}
	
	.gallery img{
		max-width:200px;
	}
	
	.hiom-social{
		position:absolute;
		right:0;
		padding:35px 30px;
		border-left:1px solid #2d5574;
		height:100%;
		display:block;
	}

}

@media (min-width: 1200px) {
	.product-title a{
		font-size:22px;
	}
	
	.gallery img{
		max-width:300px;
	}
}


