/* Themify Customize Styling */
body {	
	background-color: #efefef;
	font-family:Abel;	font-weight:normal;

	color: #666666; 
}
h1 {		font-size:36px;

	color: #004191; 
}
h2 {		font-size:32px;

	color: #004191; 
}
h3 {		font-size:28px;

	color: #004191; 
}
h4 {		font-size:24px;

	color: #004191; 
}
h5 {		font-size:20px;

	color: #004191; 
}
h6 {		font-size:16px;

	color: #004191; 
}
#headerwrap {	
	background-color: #004191; 
}
#header {	
	color: #ffffff; 
}
#headerwrap.fixed-header, .transparent-header #headerwrap.fixed-header {	
	background-color: #004191; 
}
#headerwrap.fixed-header #header {	
	color: #ffffff; 
}
#site-description {	display: none; 
}
#main-nav {	
	margin: -3%; 
}
#main-nav li:not(.themify-widget-menu) > ul, #main-nav .has-mega-sub-menu .mega-sub-menu, #main-nav .has-mega-column > .sub-menu {	
	background-color: rgba(26,84,143,0.82); 
}
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, .fixed-header #main-nav ul a, #main-nav .has-mega-column > .sub-menu a {	
	color: #ffffff; 
}
.page-title {	
	color: #ffffff; 
}
#footerwrap {	
	background-color: #003366; 
}
#footer {	
	color: #ffffff; 
}
#footer a {	
	color: #ffffff; 
}
#footer a:hover {	
	color: #87d7ff; 
}

/* Themify Custom CSS */
.corner {
  border-radius: 10px;
}
.boxshadow {
  border-radius: 4px;
box-shadow: 1px 1px 3px #888888;
}
.rounded2 {
  border-radius: 4px;
box-shadow: 2px 2px 3px #888888;
}
.shadow {
  box-shadow: 1px 1px 3px #888888;
}
.roundedshadow  {
  border-radius: 4px;
box-shadow: 1px 1px 3px #888888;
padding-top: 30px;
padding-right: 30px;
padding-bottom: 20px;
padding-left: 30px;
margin-top: 30px;
margin-bottom: 0px;
margin-left: 30px;
margin-right: 30px;
}
.roundedshadow2  {
  border-radius: 4px;
box-shadow: 1px 1px 3px #888888;
margin-top: 10px;
margin-bottom: 10px;
}
/*SPOTLIGHT*/.spotlight img {
                     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
transition: all 1s ease;
}
 .spotlight img:hover{
                      -webkit-filter:  opacity: 0.5;
}
/*Transimage - Reduce Opacity on Hover*/
.transimage img {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.transimage img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
/*Overlayimg - Reduce Opacity on Hover*/
.overlayimg img{
  opacity: 0;
}
.overlayimg img:hover{
  opacity: 0.5;
  transition: .5s ease;
  background-color: #008CBA;
}
/*Change size of Themify Lightbox*/.standard-frame .mfp-iframe-holder .mfp-content {
  height: 80%;
width: 80%;
border-style: solid;
border-color: #ffffff;
border-width: 2px;
border-radius: 6px;
scrolling="no"}
/*End change size of Themify Lightbox*/

#footer {
	font-size: .9em;
	line-height: 1.0em;
}

