@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v8/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
#fb-root {
  display: none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
  background: #fff;
}
.span {
  margin-left: 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.input-no-shadow {
  border: 0 !important;
  outline: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.text-indent {
  text-indent: -999999px;
}
.both {
  clear: both;
}
.height-auto {
  height: auto;
  min-height: 100%;
  overflow: hidden;
}
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../img/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../img/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.sc-gallery .item {
  height: 200px;
  background-size: 130%;
}
.sc-gallery .item a {
  width: 100%;
  height: 200px;
  display: block;
}
header #logo-header {
  width: 253px;
  height: 90px;
  background: url(../img/logo-header.png);
  font-size: 0;
  margin: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
header .search {
  margin-top: 10px;
  text-align: right;
}
header .search ul {
  margin: 0;
}
header .search ul li {
 float:left; 
 list-style:none;
 margin:5px;
}
header .search input[type=text] {
  border-right: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
header .search input[type=submit] {
  width: 20px;
  height: 30px;
  font-size: 0;
  border: 0;
  background: url(../img/ico-search.png) no-repeat center;
  background-size: 100%;
  border: 1px solid #ccc;
  border-left: 0;
  margin-top: -11px;
  margin-left: -10px;
}
header .search .english a {
  color: #333;
}
header .div-menu-header {
  background: #05A3E0;
}
header .div-menu-header > .container > ul {
  margin: 0;
  padding: 0;
}
header .div-menu-header > .container > ul > li {
  display: inline-block;
  padding: 15px 0;
  text-transform: capitalize;
  font-size: 16px;
  margin-left: 73px;
}
header .div-menu-header > .container > ul > li a {
  color: #fff;
  padding: 0 10px;
  text-transform:initial;
}
header .div-menu-header > .container > ul > li:first-child {
  margin-left: 0 !important;
}
header .div-menu-header > .container > ul > li .sub-menu {
  background: #fff;
}

header .div-menu-header > .container > ul > li.menu-item-17 .sub-menu {
	margin-left:-309px;
}

header .div-menu-header > .container > ul > li.menu-item-4401 .sub-menu {
	margin-left:-309px;
}

header .div-menu-header > .container > ul > li:hover {
  background: #fff;
}
header .div-menu-header > .container > ul > li:hover a {
  color: #05A3E0;
}
/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99999999999999999999999999999999999999999999999;
  background: #fff;
  width: 400px;
  margin: 0;
  height: auto;
  min-height: 100%;
  overflow: hidden;
}
.sf-menu ul > li {
  float: left;
  min-width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sf-menu ul > li a {
  padding: 10px 0px;
  width: 100%;
  color: #333 !important;
  font-weight: 400;
  font-size: 12px;
}
.sf-menu ul > li:hover a {
  text-decoration: underline;
  color: #05A3E0 !important;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
  background: #05A3E0;
}
/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em;
}
.sf-menu a {
  color: #13a;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}
.dropcap {
  float: left;
  font-size: 80px;
  padding-right: 7px;
  line-height: 72px;
}
aside .slide {
  height: 554px;
  width: 100%;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:center;
  
}
/*Alterado - † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † */
aside .slide .item {
  position: absolute;
  height: 495px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor:pointer;
}

aside .slide .item .the-content {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  bottom: 25px;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  letter-spacing:-1px;
}
aside .slide .item .the-content span{
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  font-weight: normal;
  font-family: 'Open Sans';
  letter-spacing:-1px;
  text-shadow: 0 1px 2px #222;
}
/*Alterado - † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † */

aside .slide .list-titles-slide {
  height: 59px;
  width: 100%;
  background: #91A83E;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
}
aside .slide .list-titles-slide li {
  display: inline-block;
  margin-top: 18px;
  margin-left: 20px;
}
aside .slide .list-titles-slide li a {
  color: #fff;
  font-size: 15px;
}
aside .slide .list-titles-slide li:first-child {
  margin-left: 0 !important;
}
aside .slide .arrows {
  width: 100%;
  position: absolute;
  top: 245px;
  z-index: 99999999;
  height: 30px;
}
aside .slide .arrows a {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background: url(../img/arrows.png);
}
aside .slide .arrows a#next {
  background-position: -30px -30px;
  right: 50px;
}
aside .slide .arrows a#prev {
  left: 50px;
}
aside .main-content .sub-titles {
  font-family: 'Open Sans';
  font-size: 25px;
  font-weight: 400;
}
aside .main-content .last-posts .item .thumb {
  height: 153px;
  background-size: 100%;
  background-repeat: no-repeat;
}
aside .main-content .last-posts .item .the-excerpt {
  font-size: 12px;
  margin-top: 10px;
  color: #333;
}
aside .main-content .last-news .post-thumb .item {
  height: 157px;
  background-size: 100%;
  background-repeat: no-repeat;
}
aside .main-content .last-news .post-thumb .item a {
  display: block;
  width: 100%;
  height: 157px;
}

/*Alterado - † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † */
aside .main-content .last-news .others .item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
/*Alterado - † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † */
aside .main-content .last-news .others .item .the-title {
  font-family: 'Open Sans';
  color: #05a3e0;
  font-weight: 800;
}
aside .main-content .last-news .others .item .the-excerpt {
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
  color: #333;
}
aside .main-content .banners-home {
  margin: 30px 0;
}
aside .main-content .banners-home .item {
	height:75px; background-repeat:no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:center;
}
aside .main-content .banners-home .item a {
	width:100%; height:75px; display:inline-block;
}
/*Alterado - † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † */
aside .main-content .posts-visits .row-fluid{
  border-bottom: 1px solid #ccc;
  margin:10px 0;
}

aside .main-content .posts-visits .item {

  margin-bottom: 10px;
}

aside .main-content .posts-visits .item .the-excerpt {
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	padding-bottom:20px;
}

/*Alterado - † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † */
aside .main-content .posts-visits .item a {
  color: #333;
  font-size: 12px;
}
aside .main-content .posts-visits .item a .the-title {
  font-weight: bold;
}
aside .main-content .posts-visits .item:nth-child(2n+1) {
  margin-left: 0 !important;
}
aside .main-content .posts-visits .item:last-child,
aside .main-content .posts-visits .item:nth-child(7) {
  margin-bottom: 10px;
}
aside .sidebar .widget-default .title-widget {
  background: #00914C;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 14px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
aside .sidebar .widget-default.widget_newsletter_widget .title-widget {
  background: url(../img/ico-newsletter.png) 5px center no-repeat #00914c;
}
aside .sidebar .widget-default.widget_latest_tweets_widget .title-widget {
  background: url(../img/ico-twitter.png) 5px center no-repeat #00914c;
}
aside .sidebar .widget-default.widget_latest_tweets_widget .latest-tweets ul {
  margin: 0;
  padding: 0;
}
aside .sidebar .widget-default.widget_latest_tweets_widget .latest-tweets ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}
aside .sidebar .widget-default.widget_text .title-widget {
  background: url(../img/mail.png) 5px center no-repeat #00914c; background-size: 25px 16px;
}
aside .sidebar .widget-default.widget_text#widget-text-2 .title-widget {
	background: url(../img/ico-face.png) 5px center no-repeat #00914c;
}
aside .sidebar .widget-default.widget_multimidia .title-widget {
  background: url(../img/ico-youtube.png) 5px center no-repeat #00914c;
}
aside .sidebar .widget-default.youtubechannelgallery .ytchagallery {
  display: none;
}
.page-template-template-grande-php .nav-scrool,
.single-slide .nav-scrool  {
  background: #fff;
  min-height: 57px;
  margin-top: -57px;
  position: absolute;
  width: 100%;
  padding-top:10px;
 border-top:4px solid #758638; 
}
.page-template-template-grande-php .nav-scrool ul,
.single-slide .nav-scrool ul {
  margin: 5px 0 0 0;
  padding: 0;
  text-align:center;
}
.page-template-template-grande-php .nav-scrool ul li,
.single-slide .nav-scrool ul li  {
  display: inline-block;
}
.page-template-template-grande-php .nav-scrool ul li a,
.single-slide .nav-scrool ul li a {
  color: #91a83e;
  font-weight:bold;
  background: url(../img/arrow-menu-gt.png) no-repeat center bottom;
  padding-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px dotted #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-template-grande-php .nav-scrool ul li:first-child a,
.single-slide .nav-scrool ul li:first-child a {
  border-left: 0 !important;
}

.page-template-template-grande-php .nav-scrool.fixed,
.single-slide .nav-scrool.fixed {
  position: fixed;
  top: 59px;
  z-index: 99999999999999999999999999999999;
  left: 0;
  width: 100%;
  display: none;
}

.single-slide .border-bottom-menu-gt {
	background:url(../img/border-bottom-menu-gt.png);
	height:10px;
	margin-top:15px;
}

.single-slide .border-bottom-menu-gt.fixed {
	position: fixed;
top: 59px;
width: 100%;
display:none;
}

.single-slide .bg-content-gt {
	background:url(../img/bg-content-gt.jpg) no-repeat  fixed;
}

.page-template-template-grande-php .the-content-slide,
.single-slide .the-content-slide {
  margin-top: 0px;
  background:#fff;
  padding:15px 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*Alterado - † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † */
.page-template-template-grande-php .title-page-imazon,
.single-slide .title-page-imazon {
  color: #01803B;
  font-size: 40px;
  font-weight: 400;
  margin: 10px 0;
}
/*Alterado - † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † */
.page-template-template-grande-php .title-page-imazon img,
.single-slide .title-page-imazon img {
  display:block;
}
.page-template-template-grande-php .title-page-imazon img:first-child,
.single-slide .title-page-imazon img:first-child {
  
}

.single-slide .title-page-imazon span {
	margin-top:15px; display:block;
	color:#05a3e0; font-size:30px;
}
/*Alterado - † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † */


.single-slide .videos {
	background:#dde1ce;
	padding:1px 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.single-slide .border-top-videos-gt {
	background:url(../img/border-top-videos-gt.jpg);
	height:4px;
}


.page-template-template-grande-php .loop-videos,
.single-slide .loop-videos {
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height:auto;
  min-height:100%;
  overflow:hidden;
 height: auto;
min-height: 100%;
overflow: hidden;
}

.single-slide .loop-videos .item {
	height:auto !important; padding:0 10px; margin-bottom:10px;
}

.single-slide .loop-videos .item .the-content {
	font-size:14px;
	color:#333;
}

.single-slide .loop-videos .item.quadros {
	padding:0 10px;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top:0;
  height:auto;
}

.single-slide .loop-videos .item.quadros .the-content {
	font-size:12px;
}

.single-slide .loop-videos .item:nth-child(2) {
	margin-left:0;
}

.single-slide .loop-videos .the-title {
	font-family: 'Open Sans';
	color:#01803b;
	 font-size:20px;
	 line-height:22px;
	font-weight:400;
	margin:0 0 10px 0;
}

.single-slide .loop-videos .item.quadros .the-title {
	margin:10px 0; 
	font-size:17px; 
	line-height:19px;
} 

.single-slide .loop-videos .item.quadros .the-thumb-g1 {
	height:350px; background-position:center;
		-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

/*Alterado - † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † † */

.single-slide .mapas {
	background:#fff;
	padding:20px 80px;
	height:auto;
	min-height:100%;
	overflow:hidden;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page-template-template-grande-php .loop-mapas .item .bg,
.single-slide .loop-mapas .item .bg {
  height: 150px !important;
}

.single-slide .loop-mapas .item {
	border-left: 1px solid #00813B;
	padding:0 30px;
}

.single-slide .loop-mapas .item:first-child {
	border-left:0;
	padding-left:0;
}

.single-slide .loop-mapas .the-title {
	font-family: 'Open Sans' !important;
	color:#333 !important;
	 font-size:12px !important;
	 line-height:19px !important;
	font-weight:400 !important;
	text-align:left !important;
}

.single-slide .namidia {
	background:#fff;
	padding:20px 80px; 
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 80px;
	height:auto;
	min-height:100%;
	overflow:hidden;
}

.single-slide .namidia .loop-namidia .item .the-thumb {
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height:180px;
border:5px solid #F1F1ED;
}

.single-slide footer {
	background:#4E5F1B;
}

.single-slide .mapas#graficos {
	background:#dde1ce;
}

.single-slide .loop-namidia .item .content-post .the-title {
	display: block;
margin: 15px 0 15px 0;
color: #01803b;
font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.single-slide .loop-namidia .item .content-post .the-content p{
	display: block;
	color: #333;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px !important;

}

.page-template-template-grande-php .txt-mapas,
.single-slide .txt-mapas {
  font-family: Helvetica, Arial, FreeSans, sans-serif;
  margin-top: 20px;
  color: #6e6e6e;
  font-size: 12px;
  line-height: 1.7em;
  float: left;
}
.page .top-page,
.post-type-archive .top-page,
.single .top-page,
.archive .top-page {
  margin: 20px 0;
}
.page .top-page .bg-gramado,
.post-type-archive .top-page .bg-gramado,
.single .top-page .bg-gramado,
.archive .top-page .bg-gramado {
  height: 39px;
  background: url(../img/bg-gramado.jpg);
}
.page .top-page h2,
.post-type-archive .top-page h2,
.single .top-page h2,
.archive .top-page h2,
.archive .top-page h2 p {
  color: #6e6e6e;
  font-family: Verdana, Geneva, sans-serif !important;
  font-size:28px !important;
}
.page .title-page,
.post-type-archive .title-page,
.single .title-page,
.archive .title-page {
  background: none repeat scroll 0% 0% #504b51;
  color: #e4e4e6;
  font: 20px Verdana, Geneva, sans-serif;
  padding: 3px 8px;
  margin-top:10px;
}
.page .share-page,
.post-type-archive .share-page,
.single .share-page,
.archive .share-page {
  margin: 20px 0;
}

.share-page .addthis_toolbox {
	float: left;
	width: 155px;
}
.share-page .size-font a {
	font-weight: bold;
	color: #333;
	font-family: 'Open Sans';
}

.page .the-content,
.post-type-archive .the-content,
.single .the-content,
.archive .the-content {
  font-family: Helvetica, Arial, FreeSans, sans-serif;
  color: #6e6e6e;
  font-size: 12px;
  line-height: 1.7em;
}
.page .the-content h1,
.post-type-archive .the-content h1,
.single .the-content h1,
.archive .the-content h1,
.page .the-content h2,
.post-type-archive .the-content h2,
.single .the-content h2,
.archive .the-content h2,
.page .the-content h3,
.post-type-archive .the-content h3,
.single .the-content h3,
.archive .the-content h3,
.page .the-content h4,
.post-type-archive .the-content h4,
.single .the-content h4,
.archive .the-content h4,
.page .the-content h5,
.post-type-archive .the-content h5,
.single .the-content h5,
.archive .the-content h5,
.page .the-content h6,
.post-type-archive .the-content h6,
.single .the-content h6,
.archive .the-content h6 {
  color: #303030;
}
.page .loop-multimidia .item,
.post-type-archive .loop-multimidia .item,
.single .loop-multimidia .item,
.archive .loop-multimidia .item {
  height: 150px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size:100%;
  background-repeat:no-repeat;
  margin-top: 20px;
min-height: 100%;
overflow: hidden;
}
.page .loop-multimidia .item:nth-child(4n+1),
.post-type-archive .loop-multimidia .item:nth-child(4n+1),
.single .loop-multimidia .item:nth-child(4n+1),
.archive .loop-multimidia .item:nth-child(4n+1) {
  margin-left: 0 !important;
}
.page .loop-multimidia .item:first-child,
.post-type-archive .loop-multimidia .item:first-child,
.single .loop-multimidia .item:first-child,
.archive .loop-multimidia .item:first-child {
  margin-left: 0 !important;
}
.page .loop-mapas .item,
.post-type-archive .loop-mapas .item,
.single .loop-mapas .item,
.archive .loop-mapas .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
.page .loop-mapas .item .bg,
.post-type-archive .loop-mapas .item .bg,
.single .loop-mapas .item .bg,
.archive .loop-mapas .item .bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100px;
  display: block;
}
.page .loop-mapas .item:nth-child(4n+1),
.post-type-archive .loop-mapas .item:nth-child(4n+1),
.single .loop-mapas .item:nth-child(4n+1),
.archive .loop-mapas .item:nth-child(4n+1) {
  margin-left: 0 !important;
clear:both;
}
.page .loop-mapas .item:first-child,
.post-type-archive .loop-mapas .item:first-child,
.single .loop-mapas .item:first-child,
.archive .loop-mapas .item:first-child {
  margin-left: 0 !important;
}
.page .loop-mapas .item .the-title,
.post-type-archive .loop-mapas .item .the-title,
.single .loop-mapas .item .the-title,
.archive .loop-mapas .item .the-title {
  font: 11px Verdana, Geneva, sans-serif;
  text-align: -webkit-center;
  vertical-align: top;
  color: #6e6e6e;
  margin-top: 10px;
}
.page .loop-imprensa .item,
.post-type-archive .loop-imprensa .item,
.single .loop-imprensa .item,
.archive .loop-imprensa .item {
  padding: 8px;
  background: #c5c3c4;
  margin: 8px 0;
  font-size: 12px;
  line-height: 1.7em;
  font-family: Helvetica, Arial, FreeSans, sans-serif;
  height: auto;
  min-height: 100%;
  overflow: hidden;
}
.page .loop-imprensa .item .the-title,
.post-type-archive .loop-imprensa .item .the-title,
.single .loop-imprensa .item .the-title,
.archive .loop-imprensa .item .the-title {
  color: #626262;
  box-shadow: none;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: none;
}


.archive .item .the-thumb {
height: 120px;
background-repeat: no-repeat;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page .loop-imprensa .item .the-title a,
.post-type-archive .loop-imprensa .item .the-title a,
.single .loop-imprensa .item .the-title a,
.archive .loop-imprensa .item .the-title a {
  color: #626262;
  width: 98%;
  background: none;
  font-weight: bold;
  margin-bottom: 4px;
}
.page .loop-imprensa .item .the-content,
.post-type-archive .loop-imprensa .item .the-content,
.single .loop-imprensa .item .the-content,
.archive .loop-imprensa .item .the-content {
  color: ;
}
.page .loop-imprensa .item .the-permalink,
.post-type-archive .loop-imprensa .item .the-permalink,
.single .loop-imprensa .item .the-permalink,
.archive .loop-imprensa .item .the-permalink {
  width: 56px;
  height: 51px;
  background: url(../img/permalink-imprensa.png);
  float: right;
  margin-right: -8px;
  margin-bottom: -8px;
}
.page .loop-imprensa .item .the-permalink a,
.post-type-archive .loop-imprensa .item .the-permalink a,
.single .loop-imprensa .item .the-permalink a,
.archive .loop-imprensa .item .the-permalink a {
  display: block;
  width: 100%;
  height: 51px;
}
.page .loop-publicacoes .content-post,
.post-type-archive .loop-publicacoes .content-post,
.single .loop-publicacoes .content-post,
.archive .loop-publicacoes .content-post {
  margin-top: 20px;
}
.page .loop-publicacoes .the-thumb,
.post-type-archive .loop-publicacoes .the-thumb,
.single .loop-publicacoes .the-thumb,
.archive .loop-publicacoes .the-thumb {
  height: 120px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page .search-publicacao,
.post-type-archive .search-publicacao,
.single .search-publicacao,
.archive .search-publicacao {
  background: none repeat scroll 0% 0% #f4f4f4;
}
.page .search-publicacao ul,
.post-type-archive .search-publicacao ul,
.single .search-publicacao ul,
.archive .search-publicacao ul {
  padding: 0;
  margin: 0;
}
.page .search-publicacao ul li,
.post-type-archive .search-publicacao ul li,
.single .search-publicacao ul li,
.archive .search-publicacao ul li {
  display: inline-block;
}
.page .search-publicacao ul li label,
.post-type-archive .search-publicacao ul li label,
.single .search-publicacao ul li label,
.archive .search-publicacao ul li label {
  font-family: Helvetica, Arial, FreeSans, sans-serif;
  font-size: 12px;
  line-height: 1.7em;
}
.page .search-publicacao ul li select,
.post-type-archive .search-publicacao ul li select,
.single .search-publicacao ul li select,
.archive .search-publicacao ul li select {
  width: 190px;
}
.page .search-publicacao ul li select.before,
.post-type-archive .search-publicacao ul li select.before,
.single .search-publicacao ul li select.before,
.archive .search-publicacao ul li select.before,
.page .search-publicacao ul li select.after,
.post-type-archive .search-publicacao ul li select.after,
.single .search-publicacao ul li select.after,
.archive .search-publicacao ul li select.after {
  width: 100px;
}
.page .search-publicacao ul li.submit,
.post-type-archive .search-publicacao ul li.submit,
.single .search-publicacao ul li.submit,
.archive .search-publicacao ul li.submit {
  margin-left: 15px;
  margin-top: -13px;
  vertical-align: middle;
}
.page .menu-ancora,
.post-type-archive .menu-ancora,
.single .menu-ancora,
.archive .menu-ancora {
  border: 1px solid #ddd;
  width: 250px;
  display: none;
}
.page .menu-ancora .title,
.post-type-archive .menu-ancora .title,
.single .menu-ancora .title,
.archive .menu-ancora .title {
  text-align: left;
  color: #666;
  border: 0.1em solid #e7e7e7;
  border-style: solid solid none;
  background: #ddd;
  padding: 0.5em 1em;
  vertical-align: top;
}
.page .menu-ancora ul,
.post-type-archive .menu-ancora ul,
.single .menu-ancora ul,
.archive .menu-ancora ul {
  margin-top: 10px;
}
.page .menu-ancora ul li,
.post-type-archive .menu-ancora ul li,
.single .menu-ancora ul li,
.archive .menu-ancora ul li {
  list-style: none;
  margin-bottom: 1em;
}
.page .menu-ancora ul li a,
.post-type-archive .menu-ancora ul li a,
.single .menu-ancora ul li a,
.archive .menu-ancora ul li a {
  color: #427597;
}
.gallery .item {
  height: 130px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.gallery .item a {
  height: 130px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
}
.gallery .item a .image {
  height: 130px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
}
.gallery .item .desc {
  font: 11px Verdana, Geneva, sans-serif;
  text-align: -webkit-center;
  vertical-align: top;
  color: #6e6e6e;
  margin-top: 10px;
}
footer .gray {
  background: #504A54;
  padding: 15px 0;
  height: auto;
  min-height: 100%;
  overflow: hidden;
  color: #fff;
}
footer .gray a {
  color: #fff;
}
footer .green {
  height: auto;
  min-height: 100%;
  overflow: hidden;
  background: #59682D;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}


.list-categorias-equipe li {
	list-style:none;
}

.list-categorias-equipe li:before {
    content: "• ";
    color: #0088cc; /* or whatever color you prefer */
}
.titlegrandes{
	display:block;
	margin:15px 0 10px 0;
	text-align:;
	text-transform:capitalize;
	color: #05a3e0;
	font: 30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	}

.titlegrandesverde{
	display:block;
	margin:15px 0 0 0;
	color: #01803b;
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.widget_categorias-videos .title-widget {
	margin-top:0;
}

.home .main-content .last-posts .item:nth-child(2n+1) {
	margin-left:0;
} 

@media (max-width:800px) {
body {padding-left:10px;}
}


.loop-transp_institucional .item .the-title {
	border:1px solid #ccc; background:#f2f2f2; padding:10px 0 10px 10px;
}

.loop-transp_institucional .item{
	border:1px solid #333; margin:5px 0;
}

.loop-transp_institucional .item .the-content {
	display:none;
}

.icl_languages_selector {
display:none;
}


.selectDark{
		background: #077D40 no-repeat top left;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		padding: 3px;
		text-align: left;
		color: #fff;
		}

.selectDark .passiveSelect,.selectDark .activeSelect{
		height:25px;
		line-height:2em;
		display:block;
		cursor:pointer;	
		padding-left:10px;
		margin-right:10px;
		}
		
.selectDark .passiveSelect{
		background:url("../img/arrow_down.png") no-repeat top right;
		color:#fff;
		}
		
.selectDark .activeSelect{
		background:url("../img/darkActive.jpg") no-repeat top right;
		color:#00aeef;
		}
		
.selectDark ul{
		padding:0;
		margin:25px 0 0 0 !important;
		background:#077D40;
		list-style:none;
		max-height:200px;
		overflow-x: hidden;
		overflow-y: auto;
		cursor:pointer;	
		width:203px;
		}
		
.selectDark li{
		padding:0;
		margin:0;
		font-weight:normal;
		padding:2px 0 2px 12px;
		color:#fff;
		clear:both;
		clear: both;
		display: block !important;
		text-align: left;
		}
		
.selectDark .first{
		padding-top:10px;
		background:url("../img/darkFirst.jpg") no-repeat top left;
		}
		
.selectDark .last{
		padding-bottom:10px;
		background:url("../img/darkLast.jpg") no-repeat bottom left;
		}
		
.selectDark li:hover{
		color:#00aeef;
		}
		
.selectDark .selected{
		color:#fff;
}