@import url('https://fonts.googleapis.com/css?family=Lato|Lato');
body {
    font-family: Arial;
    font-size: 14px;
}
@media (max-width: 768px) {
	.header_subtitle { padding-top:40px; }	
}
h3 { 
	font-family:Georgia;
}
.main-container {
	min-height:400px;
	/* padding-top:30px; */
}
.storenav {
	font-size: 1.2em !important;	
}
/* Changing some tabs to text-info on inactive tabs */
.haz-tab {
	color: #17a2b8!important;
}
.haz-tab.active {
	color: #495057!important;
}
.bg-cover {
  background-size: cover;
  color: white;
  background-position: center center;
  position: relative;
  z-index: -2;
  border-radius: 0 !important;	
}
.block-gray {
	background-color:#414042;
	padding:5px 20px;
	color:white;
}
.transparent-well {
	background-color: rgba(0, 0, 0, 0.4);
}
.activelink:hover {
	cursor: pointer;
}
/* From Designer Start */
.text-cyan {
	color:#00AEff;
}
.text-orange {
	color:#F26529
}
.text-green {
	color:#E1E43F;
}
.text-navy {
	color:#002D5A;
}
.text-lightgray {
	color:#F1F2F2;
}
.text-darkgray {
	color:#414042;
}
.text-red {
	color:#C60C45;
}
.text-lightblue {
	color:#99CCEE;
}
.text-teal {
	color: #20c997;
}
.bg-cyan {
	background-color:#00AEff;
}
.bg-orange {
	background-color:#F26529
}
.bg-green {
	background-color:#E1E43F;
}
.bg-navy {
	background-color:#002D5A;
}
.bg-lightgray {
	background-color:#F1F2F2;
}
.bg-darkgray {
	background-color:#414042;
}
.bg-red {
	background-color:#C60C45;
}
.bg-lightblue {
	background-color:#99CCEE;
}
/* From Designer End */

.colorwhite {
  color: white;
}
.colorlight {
  color: #eee;
}
.color-lightblue {
  color: #83a5b9;
}
.section-primary {
  /* background-color: #337cbb !important; */
  background-color: #2e6da4 !important;
  color: #ffffff;
}
.section-primary .background-image {
  opacity: 0.5;
}
.footerlink a, .footerlink a:hover {
  color: white;
  text-decoration:none;	
  padding:0 10px;
}
.uppercasefield {text-transform: uppercase;}
