/* 
Theme Name: Responsive II Child Theme
Theme URI: https://github.com/cyberchimps/responsive-childtheme/tree/responsive-II
Description: Responsive II Child Theme
Template: responsive-mobile
Version: 1.0.0
Author: CyberChimps 
Author URI: https://cyberchimps.com
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: responsive-mobile-child
Responsive II WordPress Child Theme, Copyright (C) 2011-2014 CyberChimps
*/

/* =Start From Here
-------------------------------------------------------------- */
/*.even { 
background-color:#f8fafb; 
}
.odd { 
background-color:#f4f6f9; 
} */
body {
  margin: 0;
  background-color:#f8fafb;
}
.commentlist .even { 
background-color:#dfe3ee; 
} 
.commentlist .odd {
background-color:#f8fafb;
}
.content-area {
  padding: 2px;
  background: #f8fafb;
}

#mobile-nav-button {
  background: #005b96;
}

#mobile-nav-button:hover:before {
  color: #f8fafb;
}

#mobile-current-item {
  color: #f8fafb;
}

#main-menu-container {
  background-color: #005b96;
}

#main-navigation ul li a {
  color: #f8fafb;
  }

#main-navigation ul li a:hover {
  color: #fff;
}

#main-navigation .main-nav ul li a:hover {
    text-decoration: none;
    color: #fff;
}

#main-navigation .main-nav ul li > ul {
    background-color: #005b96;
}

#secondary-header {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: right;
}


a,
  a:visited {
    text-decoration: none;
  }

a {
  color: #005b96;
  text-decoration: none;
}
a:hover, a:focus {
  color: #03396c;
  text-decoration: underline;
}

.more-link{font-size:90%;color:#005b96;font-style:italic;}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #D3E2EA;
}

hr.sep {
  margin-top: 2px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #f8faf3;
}

hr.sep2 {
  margin-top: 2px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #D3E2EA;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #005b96;
}

#main article {
  padding-bottom: 1px;
  border-bottom: 1px solid #ccccff;
}
.entry-header {
  margin-bottom: 1px;
}

.entry-thumbnail {
  margin-bottom: 5px;
}

/*inicio duas colunas*/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.titlenew {
  margin-top: 2px;
  margin-bottom: 1px;
}
.titlesocial {
  margin-top: 2px;
  margin-bottom: 10px;
  font-size:16px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_1_of_1 {
	width: 98%
}
.span_1_of_2 {
	width: 48%
}
.span_2_of_2 {
	width: 48%
}
.span_1_of_3 {
	width: 38.26%
}
.span_2_of_3 {
	width: 60.13%
}

@media only screen and (max-width:480px) {
.col {
	margin: 1% 0 1% 0
}
}

@media only screen and (max-width:480px) {
.span_2_of_3, .span_1_of_3, .span_1_of_2, .span_2_of_2, .span_1_of_1 {
	width: 100%
}
}
/*fim duas colunas*/

.navigation .nav-previous {
  float: left;
  width: 50%;
  background-color: #dfe3ee;
  border-right: 1px solid #f8fafb;
}
.navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
  background-color: #dfe3ee;
  border-left: 1px solid #f8fafb;
}

#footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px;
  padding-top: 20px;
  background-color: #005b96;
  color: #fff;
  float: left;
}
@media(min-width:1200px) {
#footer, #footer-wrapper {
	width: 935px
}}

#footer a { color: #ffffff; }

/*--------------------------------------------------------------
 6.4 Footer Menu
--------------------------------------------------------------*/
#footer-menu-container .footer-menu {
  margin: 0;
  padding: 0;
  background-color: #005b96;
}
@media (min-width: 992px) {
  #footer-menu-container, .footer-menu {
    float: left;
	background-color: #005b96;
  }
}
#footer-menu-container .footer-menu li {
  float: left;
  margin-left: 10px;
  list-style: none;
}
#footer-menu-container .footer-menu li:after {
  content: '|';
  color: #999999;
  font-weight: 100;
  margin-left: 10px;
}
#footer-menu-container .footer-menu li:last-child:after {
  margin-left: 0;
  content: '';
}
#footer-menu-container .footer-menu li a {
  text-decoration: none;
  color: #eeeeee;
  font-size: 0.8em;
}
#footer-menu-container .footer-menu li a:hover {
  color: #428bca;
}
/* tabelas */
#hor-zebra{margin: 2px;text-align: left;border-collapse: collapse;}
#hor-zebra th{font-weight: bold;padding: 3px 10px;color: #00001A;background: #6497b1;}
#hor-zebra td{padding: 3px 3px;}
#hor-zebra .odd{background: #b3cde0;}
#hor-zebra a:link{color:#254E99;text-decoration:none;}
#hor-zebra caption {font-size:16px;font-weight:bold;padding:3px 3px 10px 3px;color:#011f4b;}

/* fim tabelas */

/* social icons */
/*.social-post { top:3.0em;display:table; margin-top: 20px; }*/
#social-post {
  display:table;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}
.counter-twitter {float:left; margin-left:0em;padding-left:5px;}
.counter-fb-like {float:left; margin-left:0.5em;padding-right:9px;}
.counter-google-one {float:left; margin-left:0.2em; padding-right:1px;}
/* fim icons social */

.default-sidebar, .gallery-sidebar, .right-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.meutitulo {font-size:24px;font-weight:normal;padding:5px 3px 2px 5px;color:#005b96;text-align: left;}
.horo {font-size: 14px;padding-left: 20px;}
/* panel foudation */
.panel { background: #D5ECF2; border: solid 1px #8b9dc3; margin: 0; padding: 10px; }
.panelb { color: #024168; background: #A1D0ED; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 5px; }
/* os botoes do foundation */
a.button.prefix, a.button.postfix { padding-left: 0; padding-right: 0; text-align: center; }

/* Normal Buttons ---------------------- */
.button {
	width: auto;
	background: #005b96;
	border: 1px solid #f8fafb;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding-top: 10px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out; /* Hovers */ /* Sizes */ /* Colors */ /* Radii */ /* Layout */ /* Disabled ---------- */
}
.button:hover, .button:focus { color: #011f4b; background-color: #6497b1; }
.button:active { -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
.button.large { font-size: 17px; padding: 15px 30px 16px; }
.button.medium { font-size: 14px; }
.button.small { font-size: 11px; padding: 7px 14px 8px; }
.button.tiny { font-size: 10px; padding: 5px 10px 6px; }
.button.expand { width: 100%; text-align: center; }
.button.primary { background-color: #2ba6cb; border: 1px solid #1e728c; }
.button.primary:hover, .button.primary:focus { background-color: #2284a1; }
.button.success { background-color: #5da423; border: 1px solid #396516; }
.button.success:hover, .button.success:focus { background-color: #457a1a; }
.button.alert { background-color: #c60f13; border: 1px solid #7f0a0c; }
.button.alert:hover, .button.alert:focus { background-color: #970b0e; }
.button.secondary { background-color: #dfe3ee; color: #005b96; border: 1px solid #f8fafb; }
.button.secondary:hover, .button.secondary:focus { background-color: #6497b1; }
.button.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.button.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
.button.full-width { width: 100%; text-align: center; padding-left: 0px !important; padding-right: 0px !important; }
.button.left-align { text-align: left; text-indent: 12px; }
.button.disabled, .button[disabled] { opacity: 0.6; cursor: default; background: #2ba6cb; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.button.disabled:hover, .button[disabled]:hover { background: #2ba6cb; }
.button.disabled.success, .button[disabled].success { background-color: #5da423; }
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #5da423; outline: none; }
.button.disabled.alert, .button[disabled].alert { background-color: #c60f13; }
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #c60f13; outline: none; }
.button.disabled.secondary, .button[disabled].secondary { background-color: #b3cde0; }
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #b3cde0; outline: none; }

/* Don't use native buttons on iOS */
input[type=submit].button, button.button { -webkit-appearance: none; }

/* Correct FF button padding */
@-moz-document url-prefix() { button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; padding: 0; }
  input[type="submit"].tiny.button { padding: 3px 10px 4px; }
  input[type="submit"].small.button { padding: 5px 14px 6px; }
  input[type="submit"].button, input[type=submit].medium.button { padding: 8px 20px 9px; }
  input[type="submit"].large.button { padding: 13px 30px 14px; } }

/* Buttons with Dropdowns ---------------------- */
.button.dropdown { position: relative; padding-right: 44px; /* Sizes */ /* Triangles */ /* Flyout List */ /* Split Dropdown Buttons */ }
.button.dropdown.large { padding-right: 60px; }
.button.dropdown.small { padding-right: 28px; }
.button.dropdown.tiny { padding-right: 20px; }
.button.dropdown:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: white transparent transparent transparent; position: absolute; top: 50%; right: 20px; margin-top: -2px; }
.button.dropdown.large:after { content: ""; display: block; width: 0; height: 0; border: solid 7px; border-color: white transparent transparent transparent; margin-top: -3px; right: 30px; }
.button.dropdown.small:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-top: -2px; right: 14px; }
.button.dropdown.tiny:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: white transparent transparent transparent; margin-top: -1px; right: 10px; }
.button.dropdown > ul { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; display: none; position: absolute; left: -1px; background: #fff; background: rgba(255, 255, 255, 0.95); list-style: none; margin: 0; padding: 0; border: 1px solid #cccccc; border-top: none; min-width: 100%; z-index: 40; }
.button.dropdown > ul li { width: 100%; cursor: pointer; padding: 0; min-height: 18px; line-height: 18px; margin: 0; white-space: nowrap; list-style: none; }
.button.dropdown > ul li a, .button.dropdown > ul li button { display: block; color: #555; font-size: 13px; font-weight: normal; padding: 6px 14px; text-align: left; }
.button.dropdown > ul li button { width: 100%; border: inherit; background: inherit; font-family: inherit; margin: inherit; -webkit-font-smoothing: antialiased; }
.button.dropdown > ul li:hover, .button.dropdown > ul li:focus { background-color: #e3f4f9; color: #222; }
.button.dropdown > ul li.divider { min-height: 0; padding: 0; height: 1px; margin: 4px 0; background: #ededed; }
.button.dropdown.up > ul { border-top: 1px solid #cccccc; border-bottom: none; }
.button.dropdown ul.no-hover.show-dropdown { display: block !important; }
.button.dropdown:hover > ul.no-hover { display: none; }
.button.dropdown.split { padding: 0; position: relative; /* Sizes */ /* Triangle Spans */ /* Colors */ }
.button.dropdown.split:after { display: none; }
.button.dropdown.split:hover, .button.dropdown.split:focus { background-color: #2ba6cb; }
.button.dropdown.split.alert:hover, .button.dropdown.split.alert:focus { background-color: #c60f13; }
.button.dropdown.split.success:hover, .button.dropdown.split.success:focus { background-color: #5da423; }
.button.dropdown.split.secondary:hover, .button.dropdown.split.secondary:focus { background-color: #e9e9e9; }
.button.dropdown.split > a { color: white; display: block; padding: 10px 50px 11px 20px; padding-left: 20px; padding-right: 50px; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; }
.button.dropdown.split > a:hover, .button.dropdown.split > a:focus { background-color: #2284a1; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.dropdown.split.large > a { padding: 15px 75px 16px 30px; padding-left: 30px; padding-right: 75px; }
.button.dropdown.split.small > a { padding: 7px 35px 8px 14px; padding-left: 14px; padding-right: 35px; }
.button.dropdown.split.tiny > a { padding: 5px 25px 6px 10px; padding-left: 10px; padding-right: 25px; }
.button.dropdown.split > span { background-color: #2ba6cb; position: absolute; right: 0; top: 0; height: 100%; width: 30px; border-left: 1px solid #1e728c; -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; }
.button.dropdown.split > span:hover, .button.dropdown.split > span:focus { background-color: #2284a1; }
.button.dropdown.split > span:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: white transparent transparent transparent; position: absolute; top: 50%; left: 50%; margin-left: -6px; margin-top: -2px; }
.button.dropdown.split.secondary > span:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: #1d1d1d transparent transparent transparent; }
.button.dropdown.split.large span { width: 45px; }
.button.dropdown.split.small span { width: 21px; }
.button.dropdown.split.tiny span { width: 15px; }
.button.dropdown.split.large span:after { content: ""; display: block; width: 0; height: 0; border: solid 7px; border-color: white transparent transparent transparent; margin-top: -3px; margin-left: -7px; }
.button.dropdown.split.small span:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: white transparent transparent transparent; margin-top: -1px; margin-left: -4px; }
.button.dropdown.split.tiny span:after { content: ""; display: block; width: 0; height: 0; border: solid 3px; border-color: white transparent transparent transparent; margin-top: -1px; margin-left: -3px; }
.button.dropdown.split.alert > span { background-color: #c60f13; border-left-color: #7f0a0c; }
.button.dropdown.split.success > span { background-color: #5da423; border-left-color: #396516; }
.button.dropdown.split.secondary > span { background-color: #e9e9e9; border-left-color: #c3c3c3; }
.button.dropdown.split.secondary > a { color: #1d1d1d; }
.button.dropdown.split.alert > a:hover, .button.dropdown.split.alert > span:hover, .button.dropdown.split.alert > a:focus, .button.dropdown.split.alert > span:focus { background-color: #970b0e; }
.button.dropdown.split.success > a:hover, .button.dropdown.split.success > span:hover, .button.dropdown.split.success > a:focus, .button.dropdown.split.success > span:focus { background-color: #457a1a; }
.button.dropdown.split.secondary > a:hover, .button.dropdown.split.secondary > span:hover, .button.dropdown.split.secondary > a:focus, .button.dropdown.split.secondary > span:focus { background-color: #d0d0d0; }

/* Button Groups ---------------------- */
ul.buttonx { list-style: none; padding: 10px 0; margin: 0 0 12px; *zoom: 1; }
ul.button-group { list-style: none; padding: 10px 0; margin: 0 0 12px; *zoom: 1; }
ul.button-group:before, ul.button-group:after { content: " "; display: table; }
ul.button-group:after { clear: both; }
ul.button-group li { padding: 0; margin: 0 0 0 -1px; float: left; }
ul.button-group li:first-child { margin-left: 0; }
ul.button-group.radius li .button, ul.button-group.radius li .button.radius, ul.button-group.radius li .button-rounded { -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; }
ul.button-group.radius li:first-child .button, ul.button-group.radius li:first-child .button.radius { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
ul.button-group.radius li:first-child .button.rounded { -moz-border-radius-topleft: 1000px; -webkit-border-top-left-radius: 1000px; border-top-left-radius: 1000px; -moz-border-radius-bottomleft: 1000px; -webkit-border-bottom-left-radius: 1000px; border-bottom-left-radius: 1000px; }
ul.button-group.radius li:last-child .button, ul.button-group.radius li:last-child .button.radius { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
ul.button-group.radius li:last-child .button.rounded { -moz-border-radius-topright: 1000px; -webkit-border-top-right-radius: 1000px; border-top-right-radius: 1000px; -moz-border-radius-bottomright: 1000px; -webkit-border-bottom-right-radius: 1000px; border-bottom-right-radius: 1000px; }
ul.button-group.even .button { width: 100%; }
ul.button-group.even.two-up li { width: 50%; }
ul.button-group.even.three-up li { width: 33.3%; }
ul.button-group.even.three-up li:first-child { width: 33.4%; }
ul.button-group.even.four-up li { width: 25%; }
ul.button-group.even.five-up li { width: 20%; }

div.button-bar { overflow: hidden; }
div.button-bar ul.button-group { float: left; margin-right: 8px; }
div.button-bar ul.button-group:last-child { margin-left: 0; }

/* Firefox Fixes */
@-moz-document url-prefix() { .top-bar ul li .button.small { padding-bottom: 6px; }
  .top-bar ul li.search form input[type=search] { font-size: 14px; height: 22px; padding: 3px; } }

/* IE8 Fixes */
.lt-ie9 .top-bar ul li a { color: white; display: block; font-weight: bold; font-size: 13px; height: 45px; line-height: 45px; padding: 0 15px; }
.lt-ie9 .top-bar ul li a.button { height: auto; line-height: 30px; margin-top: 7px; }
.lt-ie9 .top-bar ul li a img { margin-top: -5px; vertical-align: middle; }

.lt-ie9 .top-bar section > ul > li a:hover, .lt-ie9 .top-bar section > ul > li a:focus { color: #cccccc; }
.lt-ie9 .top-bar section > ul > li:hover, .lt-ie9 .top-bar section > ul > li:focus { background: black; }
.lt-ie9 .top-bar section > ul > li.search:hover, .lt-ie9 .top-bar section > ul > li.search:focus, .lt-ie9 .top-bar section > ul > li.has-button:hover, .lt-ie9 .top-bar section > ul > li.has-button:focus { background: none; }
.lt-ie9 .top-bar section > ul > li.active { background: black; color: #d9d9d9; }

.lt-ie9 .top-bar ul li.has-dropdown { padding-right: 33.75px; }
.lt-ie9 .top-bar ul li.has-dropdown > ul li { padding-right: 0; }

  /* Buttons --- */
  /*             */
  /* Basic overrides */
  .button { display: block; }
  button.button, input[type="submit"].button, input[type="reset"].button { width: 100%; padding-left: 0; padding-right: 0; }
  /* Button Groups */
  .button-group button.button, .button-group input[type="submit"].button { width: auto; padding: 10px 20px 11px; }
  .button-group button.button.large, .button-group input[type="submit"].button.large { padding: 15px 30px 16px; }
  .button-group button.button.medium, .button-group input[type="submit"].button.medium { padding: 10px 20px 11px; }
  .button-group button.button.small, .button-group input[type="submit"].button.small { padding: 7px 14px 8px; }
  .button-group button.button.tiny, .button-group input[type="submit"].button.tiny { padding: 5px 10px 6px; }
  .button-group.even button.button, .button-group.even input[type="submit"].button { width: 100%; padding-left: 0; padding-right: 0; }
  
.nav-bar { height: 40px; margin-left: 0; margin-top: 20px; padding: 0; }
.nav-bar > li { float: left; display: block; position: relative; padding: 0; margin: 7px; border: 1px solid #005b96; border-right: none; line-height: 38px; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; }
.nav-bar > li:first-child { -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }
.nav-bar > li:last-child { -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); }
.nav-bar > li.active { background: #011f4b; border-color: #f8fafb; }
.nav-bar > li.active > a { color: white; cursor: default; }
.nav-bar > li.active:hover { background: #6497b1; cursor: default; }
.nav-bar > li:hover { background: #6497b1; }
.nav-bar > li > a { color: #fff; }
.nav-bar > li ul { margin-bottom: 0; }
.nav-bar > li .flyout { display: none; }
.nav-bar > li.has-flyout > a:first-child { padding-right: 40px; position: relative; }
.nav-bar > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: #e6e6e6 transparent transparent transparent; position: absolute; right: 20px; top: 17px; }
.nav-bar > li.has-flyout > a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 20px; z-index: 2; display: block; }
.nav-bar > li.has-flyout.is-touch > a:first-child { padding-right: 55px; }
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle { border-left: 1px dashed #666; }
.nav-bar > li > a:first-child {
	position: relative;
	padding-top: 4px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 4px;
	display: block;
	text-decoration: none;
	font-size: 14px;
}
.nav-bar > li > input { margin: 0 10px; }
.nav-bar.vertical { height: auto; margin-top: 0; }
.nav-bar.vertical > li { float: none; border-bottom: none; border-right: solid 1px #f8fafb; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.nav-bar.vertical > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: transparent transparent transparent #e6e6e6; }
.nav-bar.vertical > li .flyout { left: 100%; top: -1px; }
.nav-bar.vertical > li .flyout.right { left: auto; right: 100%; }
.nav-bar.vertical > li.active { border-right: solid 1px #f8fafb; }
.nav-bar.vertical > li:last-child { border-bottom: solid 1px #f8fafb; }

/* fim foundation */

/* inicio paginação */
ul.page-numbers {
    list-style: none;
    margin: 0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
display:block;
float:left;
padding:6px;
text-decoration:none;
width:45px;
color:#011f4b;
background: #E6EDF2;
margin: 5px;
text-align: center;
border: 1px solid #6497b1; }

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #005b96;
    background: #B3CCE0;
    text-decoration: none;
}
.page-numbers .current{
padding:6px 9px 5px 9px;
background: #88AECC;
color:#fff;
}

.page-numbers:hover { text-decoration: none }

/* fim paginação */

/* ads */
.topo-adsonhos {width:300px;height:250px;float:left;margin-bottom:10px;margin-right:10px; }
/* ipad Portrait and Landscape */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (-webkit-min-device-pixel-ratio: 2) { .topo-adsonhos { width: 300px; height: 250px; } }
/* iphone Portrait and Landscape */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 480px)  and (-webkit-min-device-pixel-ratio: 2) { .topo-adsonhos { width: 100%; height: 250px; } }
/* desktop */
@media (min-width:1280px) { .topo-adsonhos { width: 336px; height: 280px; } }

.adsonhos{width:300px;height:250px;float:left;margin-bottom:10px;margin-right:10px; }
/* ipad Portrait and Landscape */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (-webkit-min-device-pixel-ratio: 2) { .adsonhos { width: 300px; height: 250px; } }
/* iphone Portrait and Landscape */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 480px)  and (-webkit-min-device-pixel-ratio: 2) { .adsonhos { width: 300px; height: 250px; } }
/* desktop */
@media (min-width:1280px) { .adsonhos { width: 336px; height: 280px; } }

.sidebar-adsonhos{width:300px;height: 250px;margin-bottom:15px; }
/* ipad Portrait */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 1) {.sidebar-adsonhos {display: none;} }
/* ipad Landscape */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 2) {.sidebar-adsonhos {width: 300px; height: 600px;} }
/* iphone Portrait and Landscape */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 480px)  and (-webkit-min-device-pixel-ratio: 2) { .sidebar-adsonhos { display: none; } }
/* desktop */
@media (min-width:1280px) { .sidebar-adsonhos { width: 300px; height: 600px; } }

.stickyunit{margin-bottom:15px; }
/* ipad Portrait */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 1) {.stickyunit {display: none;} }
/* ipad Landscape */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 2) {.stickyunit {display: none;} }
/* iphone Portrait and Landscape */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 480px)  and (-webkit-min-device-pixel-ratio: 2) { .stickyunit { display: none; } }
/* desktop */
@media (min-width:1280px) {.stickyunit { position:fixed; width: 300px; height: 600px;} }
/* não mostar para outros tamanhos */
@media (max-width:1279px) { .stickyunit { display: none; } }

.footer-adsonhos { width: 300px; height: 250px; float: left;}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
.footer-adsonhos {display: none;} }

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
.footer-adsonhos {width: 300px;height: 250px;} }

@media(min-width:1025px) {.footer-adsonhos {display: none;} }

.adsonhos728 {
    width: 300px;
	height: 250px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* ipad Portrait */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 1) {.adsonhos728 {display: none;} }

/* ipad Landscape */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 2) {.adsonhos728 {display: none;} }
/* iphone Portrait and Landscape */
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
.adsonhos728 {
	width: 300px;
	height: 250px;
}
}
/* desktop */
@media(min-width:1280px) {
.adsonhos728 {
	width: 728px;
	height: 90px;
}
}
.adnovo {width:336px;height: 280px; }
.adnovo2 {width:300px;height: 336px; }
@media (min-width:500px) { .adnovo2 { width: 468px; height: 60px; } }
@media (min-width:800px) { .adnovo2 { width: 728px; height: 90px; } }

/*fim ads */

/* novo social */

.crunchify-link {
    padding: 5px 4px;
    color: white;
    font-size: 12px;
	border-radius: 3px;
}
 
.crunchify-link:hover,.crunchify-link:active {
    color: white;
}
 
.crunchify-twitter {
    background: #5EA9DD;margin-right:2px;
}
 
.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #279ebf;
}
 
.crunchify-facebook {
    background: #3B5997;margin-right:2px;
}
 
.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #2d4372;
}
 
.crunchify-googleplus {
    background: #D64937;margin-right:2px;
}
 
.crunchify-googleplus:hover,.crunchify-googleplus:active {
    background: #b53525;
}
 
.crunchify-buffer {
    background: #444;
}
 
.crunchify-buffer:hover,.crunchify-buffer:active {
    background: #222;
}

.crunchify-follow-twit {
    background: #5EA9DD;
    float: right;
    padding: 5px 4px !important;
    margin-top: -5px;
	/*font-size: 12px;*/
}

.crunchify-follow-twit:hover,.crunchify-twitter:active {
    background: #279ebf;
}
 
.crunchify-social {
    margin: 0px 0px 15px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}
/*nova paginação*/
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:14px;
line-height:1.6em;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#011f4b;
background: #f1f1f1;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}
.topo-adsonhos-n {float:left;margin-bottom:10px;margin-right:10px;width:100%;height:auto}

@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px){ .topo-adsonhos-n { max-height:250px;margin-bottom:15px; } }

@media only screen  and (min-device-width: 320px)  and (max-device-width: 480px){ .topo-adsonhos-n { width:300px;height:250px; } }

@media (min-width:1280px){ .topo-adsonhos-n { max-height:280px;margin-bottom:15px; } }