/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */


/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
	.flexslider .slides img {
		height: 760px;
	}

}

#header {
	padding: .618em 0; 
}

#navigation {
	margin-top: 1em;
	margin-left: 1em;
}

#header #header-contact {
	top: 0em;
}

#header #fixed-header.fixed #logo {
	margin-top: .0em;
}

#fixed-header {
	position: relative;
}

.home #main {
	width: 100%;
}

#slogan {
	color: #e6b53c;
	font-style: italic;
	margin:auto;
	width:200px;
	font-size: 16px;
	margin-top:10px;
	font-weight: bold;
}

#navy-flags {
/* 	margin: auto; */
position: relative;
right: 0px;
	margin-top: 20px;  
	float: right;

	 height:20px;
}

#navy-flags-left {
	float: left;	
	margin-top: 20px;  
}


#footer-wrapper {
	padding:0px;
	background: url('images/bg_header.png') #0f253d;
}

#footer-widgets .widget {
	margin:0px;
	padding:0px;
}

.has-footer-widgets #footer-widgets {
	padding:0px;
	padding-bottom: 5px;
}

#footer {
	padding: 0px;

}

#footer-widgets .widget img {
	-webkit-box-shadow: 1px 1px 20px 15px rgba(255,255,255,1);
-moz-box-shadow: 1px 1px 20px 15px rgba(255,255,255,1);
box-shadow: 1px 1px 20px 15px rgba(255,255,255,1);
}

#copyright {
	padding-left:10px;
	padding-bottom: 10px;
}

#office-location, #contact-page ol.forms label  {
	color: #000000;
	font-size: 1.387em;
}

#office-location h3 {
	color: #000000;
}