h1, h2, h3, h4, h5, h6 {
	font-family: "Titillium Web", serif;
	font-weight:normal
}

#before_top_row1_inner, #before_top_row2_inner, #before_top_row3_inner, #before_bottom_row1_inner, #before_bottom_row2_inner, #before_bottom_row2_inner {
	padding: 30px 0px;
}

p {
	margin-bottom: 20px;
}
.s5_custom34_right_50, .s5_custom4_right_50 {background-attachment: fixed !important;}
@media (min-width: 1400px) {

	.s5_wrap2 {
		max-width: 1600px;
		margin: 0px auto;
	}
}

#s5_menu_wrap.s5_wrap_fmfullwidth, #s5_menu_wrap.s5_wrap_fmfullwidth #s5_menu_wrapitems {
	background: transparent !important;
	box-shadow: none !important;
}

#s5_logo_wrap {
	max-height: 80px !important;
}

#s5_menu_wrap.s5_wrap_fmfullwidth #s5_menu_wrapitems {
	min-height: 40px !important;
	height: auto !important;
	background: transparent !important;
}

#s5_menu_wrap.s5_wrap_fmfullwidth {
	padding: 0px !important;
	background: rgba(0,0,0,0.5) !important;
}

#top-right {
	background: rgba(0,0,0,0.5) !important;
	color: #fff;
	padding: 5px 20px 0px 20px;
	margin-top:1px;
}

#top-right a {
	color: #fff;
}


#s5_menu_wrap.s5_wrap_fmfullwidth ul#s5_nav li a {
	color: #fff !important;
}


#s5_bottom_row3_area_inner h3.s5_mod_h3 , #s5_bottom_row3_area_inner .s5_h3_first, #s5_bottom_row3_area_inner .s5_h3_last{
  color: #eee !important;
}

#s5_bottom_row3_area_inner, #s5_bottom_row3_area_inner h3, #s5_bottom_row3_area_inner a, #s5_bottom_row3_area_inner p , #s5_bottom_row3_area_inner div, #s5_bottom_row3_area_inner h3.s5_mod_h3{
	color: #eee;
}


#s5_footer_area1 {
  background: #252525
}

#s5_footer_area1, #s5_footer_area1 h3, #s5_footer_area1 a, #s5_footer_area1 p , #s5_footer_area1 div, #s5_footer_area1 h3.s5_mod_h3{
	color: #eee;
}


.come-in-right {
  transform: translateX(300px);
  animation: come-in-right 1.4s ease forwards;
}


.module-transition-from-right.come-in-right:nth-child(odd) {
  animation-duration: 0.8s; /* So they look staggered */
}

@keyframes come-in-right {
  to { transform: translateX(0); }
}



.come-in-left {
  transform: translateX(-300px);
  animation: come-in-left 1.4s ease forwards;
}


.module-transition-from-left.come-in-left:nth-child(odd) {
  animation-duration: 0.8s; /* So they look staggered */
}

@keyframes come-in-left {
  to { transform: translateX(0); }
}



.come-in-bottom {
  transform: translateY(300px);
  animation: come-in-bottom 1.4s ease forwards;
}


.module-transition-from-bottom.come-in-bottom:nth-child(odd) {
  animation-duration: 0.8s; /* So they look staggered */
}

@keyframes come-in-bottom {
  to { transform: translateY(0); }
}
