/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 7, 2014 */
#page-container {
	padding-top: 0 !important;
}

h1, h2, h3, h4, .et-tabs-container .et-tabs-control li a {
	font-family: 'champagne__limousinesregular', sans-serif;
}

h1, h2, h3 {
	color: #215496;
/*font-weight: bold; letter-spacing: 0;*/
	padding: 8px 0;
	margin-bottom: 10px;
	line-height: 35px;
}

h2 {
/*background-color: #F0F0F0;*/
	border-top: solid 1px #215496;
	border-bottom: solid 1px #215496;
	margin-top: 30px;
}

h3 {
	margin-top: 30px;
}

p {
	font-size: 14px;
	text-align: justify !important;
/*font-family: Helvetica, sans-serif !important;*/
}

.et-tabs-container .et-tabs-control li a {
	font-size: 14px;
}

/************* FOOTER **************/
#main-footer {
	font-family: 'champagne__limousinesregular', sans-serif;
}

.h5p-active {
	border-style: none !important;
}

#footer-info {
	font-size: 12px;
}

#left-area {
	padding-bottom: 57px;
}

/*************** LOGO E MENU ALTERADOS ****************/
#main-header {
	box-shadow: none;
}

body.admin-bar #main-header {
	top: 0 !important;
}

.et_fixed_nav #logo {
	max-height: none;
	margin: 0 auto;
	width: 300px;
	height: auto !important;
}

.et_fixed_nav #main-header {
	position: relative;
	padding-top: 1px;
}

#et-top-navigation {
	float: none;
	clear: left;
}

nav#top-menu-nav, #top-menu {
	float: none;
	width: 750px;
	margin: 2px auto;
	margin-bottom: 20px;
}

#top-menu li > a {
	padding-bottom: 0 !important;
}

.nav li {
	position: relative;
	padding: 0;
	border-top: #204A64 solid 2px;
	border-bottom: #204A64 solid 2px;
	color: #204A64 !important;
	margin-bottom: 15px;
}

.nav li a {
	color: #204A64 !important;
}

#top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a {
	color: #7CBEC6 !important;
}

.nav ul {
	padding: 0;
}

#et_top_search {
	display: none;
}

#logo {
	float: none;
	width: 300px;
	max-height: none;
	margin: 18px auto;
	display: block;
}

#top-menu li {
	display: inline-block;
	font-size: 14px;
	padding-right: 0;
	margin-right: 15px;
	font-family: 'champagne__limousinesregular', sans-serif;
}

#top-menu li > a {
	padding-bottom: 0;
}

/******************* MOBILE *******************/
@media only screen and ( max-width: 980px ) {
	#et-top-navigation {
		margin-right: 34px;
		font-size: 14px;
	}
}

@media only screen and ( max-width: 980px ) {
	#et_mobile_nav_menu {
		display: none;
		margin-top: 4px;
	}
	
	#top-menu {
		display: block;
	}
}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	#top-menu li {
		font-size: 13px;
	}
}

@media screen and ( max-width: 782px ) {
	/*.nav li, #top-menu li { float: left; }*/
	#top-menu li {
	/*font-size: 14px;*/
	}
	
	nav#top-menu-nav, #top-menu {
		width: 650px;
	}
}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {
	#top-menu li {
	/*font-size: 14px;*/
	}
	
	nav#top-menu-nav, #top-menu {
		width: auto;
	}
}

/*************** FIM - LOGO E MENU ALTERADOS ****************/