@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700,300,600,800,400);

/*COLORS--------
#D7BC27 = GOLD
#00273E = BLUE
*/


/*DEFAULT TYPOGRAPHY-------------------------*/
body * {
	font-family: "Open Sans",Tahoma, Helvetica, Arial, sans-serif;
	color: #4F4F4F;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #3B89D7;
	text-decoration: none;
}
a:hover {
	color: #D7802B;
}
strong {
	font-weight: 700;
}
ul {
	padding-left: 1em;
}

#content {
	font-size: .9em;
}
h1,h2,h3,h4,h5,h6 {
	margin: 1em 0;
}

#content-wrapper h3 {
	font-size: 1.8rem;
	margin-top: 0;
	margin-bottom: .5em;
}
#content-wrapper h4 {
	font-size: 1.5rem;
}
#content-wrapper h5 {
	font-size: 1.3rem;
	font-weight: normal;
}
#content-wrapper p {
	font-size: 1rem;
}


/*STRUCTURE--------------------------*/
.wrapper {
	width: 100%;
	position: relative;
}

.full-width {
	width: 100%;
	margin: 0 auto;
}

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}
#page {
	margin-top: 35px;
}
#header-wrapper {
/*	background-color: #CEFFBA;*/
}
#header {
	
/*	height: 470px;*/
}
#branding {
/*	width: 960px;*/
/*	position: absolute;*/
/*	top: 320px;*/
}
#logo {
	float: left;
	width: 20% !important;
	margin: 2em;
}
#logo img {
	width: 100%;
	height: auto !important;
	margin: 0 auto;
}


/*MENU---------------------------------*/
#menu-wrapper {
/*	width: 100%;*/
/*	margin-left: 30%;
	padding-top: 5em;*/
/*    position: absolute;
    left: 40%;
    top: 0px;*/
	padding: 0 2em;
}
#menu {
/*	background: transparent url('images/bg-menu.png')  no-repeat scroll bottom left;*/
/*	padding-bottom: 20px;*/
	margin-top: 50px;
}

ul#menuLinks {
/*	background-color: #323b97;*/
	list-style: none;
	margin: 0;
	padding: 0;
	height: 1.3rem;
}
ul#menuLinks li {
	margin: 0;
	padding: 0;
}
ul#menuLinks li a {
	color: #222;
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding: .8em .8em;
	margin: 0 0 0 .5em;
	
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	
	
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/*CURRENT PAGE LINKS*/
body#home a.home,
body#contact a.contact,
body#application a.application{
	background-color: #D7BC27;
	color: #000;
}
ul#menuLinks li a:hover {
	background-color: #7f7f7f;
	color: #FFF;
}

/*Social Media icon links*/
a#facebook {
	background: transparent url('images/social_sprite.png')  no-repeat scroll -168px 0px;
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -999em;
	position: absolute;
	top: 7px;
	right: 85px;
}
a#facebook:hover {
	background-position: -168px -32px;
}
a#twitter {
	background: transparent url('images/social_sprite.png')  no-repeat scroll -418px 0px;
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -999em;
	position: absolute;
	top: 7px;
	right: 45px;
}
a#twitter:hover {
	background-position: -418px -32px;
}


/*SITE TITLE*/
h1#title {
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}


/*MAIN---------------------------*/
#main-wrapper {
/*	background-color: #CEFFBA;*/
}
#main {
	background-color: #ffffff;
}
.block {
	padding: 20px;
}

#forms ul {
	margin-top: 0;
}

#home #content {
	text-align: center;
	text-transform: uppercase;
}
#home #content p {
	width: 80%;
	line-height: 1.8em;
	margin: 0 auto;
}


/*FOOTER------------------------*/
#footer-wrapper {
	background-color: #404040;
	color: #fff;
	text-align: center;
	height: 35px;
	width: 100%;
	padding: 0;
	position: absolute;
	top: 0px;
}
.contactInfo {
	
}
#footer {
	background-color: #404040;
	font-size: .8em;
	padding: .8em 0;
}
#footer-content {
	text-align: center;
	color: #DADADA;
	padding: 0 1em;
}
#footer-content a {
	color: #F0F0F0;
	text-decoration: none;
}
#footer-content a:hover,
#footer-wrapper * a:hover {
	color: #D7BC27;
}
#footer-wrapper h3 {
	color: #fff;
	margin-top: 0;
	line-height: 35px;
}


/*SLIDER----------------------*/
/*#slider img {
	width: 90%;
	height: auto !important;
}*/
#slider img {
	max-height: 100%;
	max-width: 90%;
	width: auto !important;
	height: auto !important;
}
.unslider-nav {
	top: -1.5em;
	position: relative;
}

.unslider-arrow {
	background-color: rgba(225,225,225,0.5);
	padding: .1em .3em;
  left: auto;
  font-size: 350%;
  top: 50%;
}
.unslider .unslider-arrow.prev {
	left: 0px;
}
.unslider .unslider-arrow.next {
	right: 0px;
}

/*RESPONSIVE STYLES-------------------------------------------------*/
@media only screen and (max-width: 600px) {
	/*Logo*/
	#logo {
		width: 80% !important;
		float: none;
		margin: 1em auto;
	}


	/*Menu*/
	#menu-wrapper {
		padding: 0;
	}
	#menu {
		margin: 1em 0;
	}
	
	ul#menuLinks {
		width: 100%;
		height: auto;
	}
	ul#menuLinks li {
		display: block;
		width: 100%;
	}
	ul#menuLinks li a {
		background-color: #00273E;
		color: #fff;
		font-size: 1.2rem;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		float: none;
		display: block;
		width: 100%;
		padding: .8em 0;
		margin: 0;
		border-bottom: 1px solid #fff;
	
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	}
	
/*	Content*/
	#home #content p {
		width: 100%;
	}
}
