h1 {
	font-size:26px;	
}
@media screen and (max-width: 768px) {
	h1 {
		font-size:20px !important;		
	}
}
@media screen and (max-width: 540px) {
	h1 {
		font-size:16px !important;		
	}
}
h5 {
	font-size: 15px;
}
.h5 {
	font-size: 15px;
}
@media screen and (max-width: 768px) {
	.g-pl-20--sm {
		padding-left:20px;		
	}
	.g-pr-20--sm {
		padding-right:20px;		
	}
}

.topBar a:focus,
.topBar a:hover {
  color: rgba(200,39,39,0.75);
  text-decoration:none;
}
a.navbar-brand > img {
	max-width: 250px;
}
span.list-title {
	padding: 0 5px;
}
.list-icons {
  	list-style: none;
 	padding: 0;
}
.list-icons li {
	border-top: 1px solid #ededed;
  	padding: 0;
}
.list-icons li a:hover {
	background-color: #ededed;
}
.list-icons > li:first-child {
	border-top: 2px solid #ededed;
}
.list-icons li li a {
	padding: 0px 10px;
}
.list-icons li i {
	min-width: 25px;
	text-align: center;
}
.g-my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.call-to-action h3 > a {
	color: #FFF;
}
.g-bg-gray {
	background-color: #f7f7f7;
}
.g-brd-gray {
	border: 2px solid #f7f7f7;
}
.g-color-gray-dark-v4:hover {
	color: #009136 !important;	
}
.g-color-primary--hover {
	text-decoration:none;	
}
.g-bg-black-lucent {
	background-color: rgba(0,0,0,0.3);	
}
.g-bg-black-lucent--hover:hover {	
	background-color: rgba(0,0,0,0.6);	
}
.g-color-primary-hover:hover {
	color: #009136 !important;	
	text-decoration:none;
}
.g-color-gray {
  color: #666 !important;
}
.g-full-height {
	height: 100% !important;
}
.g-color-white-opacity-0_6--hover:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.g-color-white-opacity-0_8--hover:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.navbar-brand img {
	max-height: 45px;
}
.btn.u-btn-primary:hover {
	background-color: rgba(200,39,39,0.75) !important;
	border: 1px solid rgba(200,39,39,0.75) !important;
}
.g-line-height-1 {
	line-height: 1em;
}
.g-line-height-1_2 {
	line-height: 1.2em;
}
.g-line-height-1_4 {
	line-height: 1.4em;
}
.g-line-height-1_6 {
	line-height: 1.6em;
}
body,
p,
ul > li {
	color: #666;	
}
.g-height-400 {
	height: 400px;
}
.g-height-500 {
	height: 500px;
}

.msp-preset-7 {
    font-family: "Raleway";
    font-weight: bold;
    font-size: 52px;
	text-transform:uppercase;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: #FFF;
	text-shadow: 3px 3px rgba(0,0,0,0.3);
}
.msp-cn-69-19 {
    font-family: "Raleway";
    font-weight: normal;
    font-size: 24px;
	text-transform:uppercase;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: #FFF;
	text-shadow: 2px 2px rgba(0,0,0,0.3);	
}
.ms-skin-light-5 .ms-nav-next,
.ms-skin-light-5 .ms-nav-prev {
	width: 32px;
	background: url(../vendor/master-slider/source/assets/css/skins/light-skin-5.png) rgba(255,255,255,0.75);
	background-position: -94px -32px;
	height: 32px;
	cursor: pointer;
	bottom: 40px;
	left: 40px;
	margin-top: -20px;
	position: absolute;
	z-index: 110;
}
.ms-skin-light-5 .ms-nav-next {
	left: 73px;
	background-position: -93px -110px;
}
.ms-skin-light-5 .ms-nav-next:hover,
.ms-skin-light-5 .ms-nav-prev:hover{
	background-color:rgba(255,255,255,1);
}
.ms-skin-light-5 .ms-bullet {
	width: 20px;
	height: 7px;
	background: none;
	margin: 4px;
    background-color:  rgba(255,255,255,0.75);	
}
.ms-skin-light-5 .ms-bullet-selected {
	background-color: rgba(255,255,255,1);	
}