body,
p,
li,
g-color-text {
	color: #888;
}
@media (max-width: 768px) { 
	.navbar-nav {  
		max-height:400px;
		overflow-y: scroll;
	}
}

.rs-background-video-layer iframe {
	opacity: 1 !important;
	visibility: inherit !important;
}
.u-btn-primary:hover,
.btn-primary:hover {
	border-color:#000000;	
	background-color:#000000;	
}
.g-py-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.g-py-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.hide {
	visibility: hidden;
	position: fixed;
	z-index: -999;
}
.g-brd-danger {
	border-color: #d9534f !important;
}

.fullwidthbanner-container {
	background-color: transparent; 
	margin: 145px auto 0 auto; 	
	padding: 0; 	
	z-index:-1;
}
.h4 {
	font-size:20px;		
}
@media (max-width: 576px) { 
	.fullwidthbanner-container {
		margin-top: 60px !important;		
	}
	.h4 {
		font-size:13px !important;		
	}
}
@media (max-width: 768px) { 
	.fullwidthbanner-container {
		margin-top: 60px;
	}
	.h2 {
		font-size:20px;
		margin-top:30px;
	}
	.h4 {
		font-size:16px !important;		
	}
	.g-pt-110--sm {
		padding-top: 110px !important;
		margin-top:0px;
	}
}
@media (max-width: 992px) { 
	.fullwidthbanner-container {
		margin-top: 195px;
	}
}
@media (max-width: 1025px) { 
	.g-width-250--sm {
		width: 200px !important;
	}	
}
@media (max-width: 1200px) { 
	.fullwidthbanner-container {
		margin-top: 125px;
	}
}