@import url("../CherryFramework/style.css");

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

@import url(http://fonts.googleapis.com/css?family=Lato:400,900italic);

@import url(http://fonts.googleapis.com/css?family=Pacifico);
/*--
	Theme Name: theme2105
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.5.x + from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
	Template: CherryFramework
	Version: 1.1
	MotoPress Version: 1.1
--*/
/*import CherryFramework style*/
/* #General
================================================== */
@media (max-width: 767px) {
  body {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header,
  .content-holder,
  .footer {
    padding: 0 20px !important;
  }
}
@media (max-width: 767px) {
  .home .content-holder {
    padding: 0 !important;
  }
  .home .content-holder .status-publish {
    padding: 0 20px !important;
  }
}
.main-holder {
  overflow: hidden;
}
.thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
  background: none;
}
.btn {
  line-height: 16px;
  height: auto;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 0;
  color: #46a1bf; /*antes #00aaeb */
  text-decoration: none;
  text-shadow: none;
  border: none;
  letter-spacing: 2px;
  padding: 0;
  text-transform: uppercase;
  box-shadow: none;
  background: none;
  position: relative;
  z-index: 10;
}
.btn:after {
  content: "";
  font-size: 18px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: relative;
  top: 1px;
  margin-left: 9px;
}
.btn:active,
.btn:hover,
.btn:focus {
  color: #00739f;
  text-decoration: none;
  background: none;
  box-shadow: none;
}
.btn:active:after,
.btn:hover:after,
.btn:focus:after {
  text-decoration: none;
}
/*/ General */
/* #Header
================================================== */
.header {
  padding: 0;
  border-top: 5px solid #46a1bf; /*Antes #f7941d */
  border-bottom: 0;
  background:url(images/Header-Site_sem-logo.jpg) repeat-y; /*Inseri esta linha para aplicar uma imagem de BG */
  background-color:#fff;
}
.header .top-header .top-menu {
  text-align: right;
  margin-bottom: 0;
}
.header .top-header .top-menu .menu {
  padding: 5px 0;
  margin: 0;
}
.header .top-header .top-menu .menu li {
  display: inline-block;
  font: 10px/12px Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0 0 0 5px;
}
.header .top-header .top-menu .menu li:first-child {
  border-left: none;
}
.header .top-header .top-menu .menu li i {
  margin-right: 8px;
  font-style: normal;
}

/* Cor do menu SITEMAP */
.header .top-header .top-menu .menu li a {
  color: #FFFFFF; /*antes #8c8c8a */
}
.header .search-form .navbar-form {
  position: relative;
  overflow: hidden;
}
.header .search-form .navbar-form .search-form_it {
  border-radius: 0;
  border-color: #404040;
  box-shadow: none;
 /* padding: 8px 35px 8px 10px;*/
 padding:4px 16px 4px 5px;
  margin-top: 5px;
  width: 163px;
}
.header .search-form .navbar-form .search-form_is {
  position: absolute;
  padding: 4px 12px;
  right: 4px;
  /*top: 9px;*/
  top: 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(images/search.png) no-repeat 0 0;
  box-shadow: none;
  border: none;
  transition: none;
}
.header .search-form .navbar-form .search-form_is:hover {
  background-position: 0 -28px;
}
.header .blue-line {
  margin-top: 26px;
  border-top: 2px solid #d6da2d; /*antes era #0098d4 */
  position: relative;
}
@media (min-width: 768px) and (max-width: 979px) {
  .header .blue-line {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .header .blue-line {
    margin-top: 10px;
  }
}
.header .blue-line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: -2px;
  width: 100%;
  border-top: 2px solid #d6da2d; /*antes era #0098d4 */
}
.header .blue-line:before {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: -2px;
  width: 100%;
  border-top: 2px solid #d6da2d; /*antes era #00e1f9 */
}
/* barra do menu principal onde ficam os itens de menu */
.header .nav {
  border-top: 1px solid #d6da2d; /*antes era #00e1f9*/
  position: relative;
  margin: 0;
  background: #d6da2d; /* Antes #00adef */
  /* Old browsers */

  background: -moz-linear-gradient(top, #fbfd9c 0%, #d6da2d 100%); /*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfd9c), color-stop(100%, #d6da2d));/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfd9c 0%, #d6da2d 100%);/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfd9c 0%, #d6da2d 100%);/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfd9c 0%, #d6da2d 100%);/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* IE10+ */
  background: linear-gradient(to bottom, #fbfd9c 0%, #d6da2d 100%);/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* W3C */

}
/*Estilo da barra do menu principal depois dos itens do menu*/
.header .nav:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: -1px;
  width: 100%;
  border-top: 1px solid #d6da2d; /* antes era #00e1f9 */
  background: #d6da2d; /*antes era #00adef */
  /* Old browsers */

  background: -moz-linear-gradient(top, #fbfd9c 0%, #d6da2d 100%);/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfd9c), color-stop(100%, #d6da2d));/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfd9c 0%, #d6da2d 100%);/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfd9c 0%, #d6da2d 100%);/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfd9c 0%, #d6da2d 100%);/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* IE10+ */
  background: linear-gradient(to bottom, #fbfd9c 0%, #d6da2d 100%);/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* W3C */
}
/*Estilo da barra do menu principal antes dos itens do menu*/
.header .nav:before {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: -1px;
  width: 100%;
  border-top: 1px solid #d6da2d; /*antes era #00e1f9 */
  background: #d6da2d; /*antes era azul #00adef */
  /* Old browsers */

  background: -moz-linear-gradient(top, #fbfd9c 0%, #d6da2d 100%);/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfd9c), color-stop(100%, #d6da2d));/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfd9c 0%, #d6da2d 100%);/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfd9c 0%, #d6da2d 100%);/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfd9c 0%, #d6da2d 100%);/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* IE10+ */
  background: linear-gradient(to bottom, #fbfd9c 0%, #d6da2d 100%);/*antes era (top, #00adef 0%, #0078a5 100%)*/
  /* W3C */

}
@media (max-width: 1200px) {
  .header .nav {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .header .nav {
    margin-bottom: 0;
    padding: 20px 0;
  }
}
.header .nav .sf-menu {
  float: none;
}
.header .nav .sf-menu > li {
  background: none;
  margin-left: 78px;
  float: none;
  display: inline-block;
  padding: 21px 0 22px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header .nav .sf-menu > li {
    margin-left: 20px;
  }
}
.header .nav .sf-menu > li:first-child {
  margin-left: 0;
}
.header .nav .sf-menu > li:first-child a {
  text-indent: -999px;
  margin-right: 20px;
}
.header .nav .sf-menu > li:first-child a:after {
  background: url(images/home.png) no-repeat 0 0;
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 2px;
}
.header .nav .sf-menu > li:first-child a:hover:after {
  background-position: 0 -16px;
}
.header .nav .sf-menu > li:first-child.current-menu-item a:after {
  background-position: 0 -16px !important;
}
.header .nav .sf-menu > li a {
  border-top: none;
  border-left: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;

  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); /*Sombra das fontes do menu principal */
}
@media (min-width: 768px) and (max-width: 979px) {
  .header .nav .sf-menu > li a {
    font-size: 15px;
  }
}
.header .nav .sf-menu > li a:hover {
  background: none;
  color: #ffffff; /*antes era #f7941d */
}
.header .nav .sf-menu > li a:hover .sf-sub-indicator {
  background-position: -10px -100px;
}
.header .nav .sf-menu > li a.sf-with-ul {
  padding-right: 0;
}
.header .nav .sf-menu > li a > .sf-sub-indicator {
  left: 50%;
  margin-left: -7px;
  bottom: -10px;
  top: auto;
  background: url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}

/* Cor do menu principal qdo hover */
.header .nav .sf-menu > li.current-menu-item a {
  background: none;
  color: #ffffff; /* antes era #f7941d */
}
.header .nav .sf-menu > li.sfHover a {
  background: none;
  color: #ffffff; /* antes era #f7941d */
}
.header .nav .sf-menu > li.sfHover a .sf-sub-indicator {
  background-position: -10px -100px;
}
/* Box onde ficam os submenus */
.header .nav .sf-menu > li > .sub-menu {
  height: auto !important;
  /*background: #e3f4fc;*/
  background: #ffffff;
  padding: 10px 0;
  left: 50%;
  width: 160px;
  margin-left: -80px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.header .nav .sf-menu > li > .sub-menu > .menu-item {
  background: none;
}

.header .nav .sf-menu > li > .sub-menu > .menu-item a {
  padding: 0;
  margin: 10px 0;
  font-size: 12px;
  line-height: 15px;
  text-transform: none;
  /*color: #231f20;*/
  color:#006683; /*Cor do texto*/
  font-weight: normal;
  text-shadow: none;
  display: inline-block;
}
.header .nav .sf-menu > li > .sub-menu > .menu-item a > .sf-sub-indicator {
  top: 2px;
  right: -20px;
  left: auto;
  background: url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
.header .nav .sf-menu > li > .sub-menu > .menu-item a:hover {
  color: #d6da2d; /*antes era #f7941d Cor do texto em laranja */
  /*color:#006683;*/ /*Cor do texto (verde usada no logo)*/
  /*Acrecentei as linhas abaixo para mudar a cor do menu qdo passar o mouse em cima dos subitens do menu principal */
  /*background-color:#E2F3FB;*/
  width: 100% !important;
  /*padding:5px 0px 5px;*/
}
.header .nav .sf-menu > li > .sub-menu > .menu-item.sfHover a {
  color: #d6da2d; /* Antes era #f7941d laranja */
}
.header .nav .sf-menu > li > .sub-menu > .menu-item.sfHover a .sf-sub-indicator {
  background-position: -10px 0;
}
.header .nav .sf-menu > li > .sub-menu > .menu-item.current-menu-item a {
  color: #d6da2d; /*Cor do submenu qdo ativo */
}
.header .nav .sf-menu > li > .sub-menu > .menu-item > .sub-menu {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
/*Sub-menu (Segundo nível)*/
.header .nav .sf-menu > li > .sub-menu > .menu-item > .sub-menu > .menu-item {
 /* background: #ea1b23; /*vermelho (red) do terceiro nível do menu? */
 /*background:#E2F3FB;*/ /*Mesmo tom de azul claro para os submenus */
 background:#d6da2d; /* verde claro 2015*/
}
.header .nav .sf-menu > li > .sub-menu > .menu-item > .sub-menu > .menu-item a {
  color: #ffffff; /*Cor do submenu ativo */
}
.header .nav .sf-menu > li > .sub-menu > .menu-item > .sub-menu > .menu-item a:hover {
  color: #006683; /*texto azul*/
}
.header .social-nets-wrapper {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .header .social-nets-wrapper {
    display: none;
  }
}
.header .social-nets-wrapper .social {
  text-align: center;
  margin-left: 20px;
}
@media (min-width: 979px) and (max-width: 1200px) {
  .header .social-nets-wrapper .social {
    margin-left: 0;
    text-align: right;
  }
}
.header .social-nets-wrapper .social li {
  padding: 19px 2px 0;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header .social-nets-wrapper .social li {
    padding: 22px 0 0;
    width: 20px;
  }
}
.header .social-nets-wrapper .social li img:hover {
  opacity: 0.6;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header .social-nets-wrapper .social li img {
    width: 100%;
  }
}
/*/ Header */
/* Logo
================================================== */
.logo {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .logo {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .logo {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .logo {
    margin: 20px 0 10px;
  }
}
.logo .logo_h__img {
  margin-left: 1px;
}
.logo .logo_h__txt {
  margin-top: 0;
  text-transform: none;
}
.logo .logo_h__txt .logo_link {
  font-weight: bolder;
  font-style: italic;
  letter-spacing: -1px;
}
.logo .logo_h__txt .logo_link:hover,
.logo .logo_h__txt .logo_link:active,
.logo .logo_h__txt .logo_link:focus {
  text-decoration: none;
  color: #191a17;
}
.logo .logo_tagline {
  font: 10px/12px Lato, sans-serif;
  color: #191a17;
  margin: 2px 0 0 4px;
  letter-spacing: 5px;
}
/*/ Logo */
/* Slider
================================================== */
.slider .camera {
  margin-bottom: 30px !important;
}
.slider .camera .camerarelative {
  box-shadow: inset 0 0 24px 0px rgba(0, 0, 0, 0.5);
}
.slider .camera .camera_link {
  z-index: 100;
  position: relative;
}
.slider .camera .camera_caption {
  bottom: auto !important;
  height: auto;
  z-index: 101;
  left: 0;
  top: 24%;
}
@media (min-width: 979px) and (max-width: 1200px) {
  .slider .camera .camera_caption {
    top: 15%;
  }
}
.slider .camera .camera_caption > div {
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  text-align: left;
  position: absolute;
  /*color: #191a17;*/ /* cor original da segunda chamada do slider da homepage*/
  color: #fff;
  z-index: 700;
  width: 50%;
  padding: 18px 28px 22px;
  text-align: right;
  -moz-box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .slider .camera .camera_caption > div {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .slider .camera .camera_caption > div {
    display: none;
  }
}
.slider .camera .camera_caption > div p {
  position: absolute;
  text-transform: uppercase;
  font: bold 17px/20px "Roboto Condensed", sans-serif;
  text-align: right;
  right: 0;
  bottom: -60px;
  padding-right: 29px;
}
@media (min-width: 979px) and (max-width: 1200px) {
  .slider .camera .camera_caption > div p {
    margin-left: -290px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .slider .camera .camera_caption > div p {
    padding-right: 10px;
    font-size: 15px;
    line-height: 18px;
    bottom: -50px;
  }
}
.slider .camera .camera_caption > div h2 {
  /*font: bold 77px/75px "Roboto Condensed", sans-serif;*/ /*Original estava assim 03/06/2013*/
  font: bold 67px/65px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  margin: 0;
  /*color: #0072bb;*/ /*Essa era a cor original da chamada*/
  color: #fff;
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .slider .camera .camera_caption > div h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (min-width: 979px) and (max-width: 1200px) {
  .slider .camera .camera_caption > div h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .slider .camera .camera_caption > div h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.slider .camera .camera_caption > div h2 b {
  color: #d6da2d; /*Antes #f7941d - Laranja */
}
.slider .camera_thumbs {
  position: relative;
  bottom: 70px;
}
.slider .camera_thumbs .camera_thumbs_cont {
  background: none;
}
.slider .camera_prev,
.slider .camera_next {
  width: 15px;
  height: 25px;
  background: none;
  margin-top: -13px;
  left: 50%;
  top: auto !important;
  /*bottom: 72px; Antigo posicionamento! A pedidos do Bruno foi posicionado um pouco mais para baixo - 25/05/2015 - Marcos*/
  bottom: 30px;
}
@media (max-width: 1200px) {
  .slider .camera_prev,
  .slider .camera_next {
    bottom: 20px;
  }
}
.slider .camera_prev span,
.slider .camera_next span {
  width: 15px;
  height: 25px;
}
.slider .camera_prev {
  margin-left: -585px;
}
@media (min-width: 979px) and (max-width: 1200px) {
  .slider .camera_prev {
    margin-left: -460px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .slider .camera_prev {
    margin-left: -360px;
  }
}
@media (max-width: 767px) {
  .slider .camera_prev {
    margin: 0 auto 0 -20px;
  }
}
.slider .camera_prev span {
  background: url(images/prev.png) 0 0;
}
.slider .camera_prev span:hover {
  background-position: 0 -25px;
}
.slider .camera_next {
  margin-left: -563px;
}
@media (min-width: 979px) and (max-width: 1200px) {
  .slider .camera_next {
    margin-left: -440px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .slider .camera_next {
    margin-left: -340px;
  }
}
@media (max-width: 767px) {
  .slider .camera_next {
    margin: 0 auto 0 5px;
  }
}
.slider .camera_next span {
  background: url(images/next.png) 0 0;
}
.slider .camera_next span:hover {
  background-position: 0 -25px;
}
.slider .camera_pag {
  position: relative;
}
.slider .camera_pag .camera_pag_ul {
  width: 1170px;
  margin: 0 auto;
  text-align: right;
}
@media (min-width: 979px) and (max-width: 1200px) {
  .slider .camera_pag .camera_pag_ul {
    width: 940px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .slider .camera_pag .camera_pag_ul {
    width: 724px;
  }
}
@media (max-width: 767px) {
  .slider .camera_pag .camera_pag_ul {
    width: auto;
    padding-right: 20px;
  }
}
.slider .camera_pag .camera_pag_ul li {
  margin: 11px 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #7c7b7a;
}
.slider .camera_pag .camera_pag_ul li span {
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.slider .camera_pag .camera_pag_ul li.cameracurrent span {
  background: #d6da2d; /*Antes #f7941d - Laranja */
}
.slider .camera_pag .camera_pag_ul li:hover span {
  background: #d6da2d; /* Antes #f7941d - Laranja */
}
/* #Content
================================================== */
.content-holder {
  /*background: #f5f5f5;*/ /*mudei aqui para a cor branca por causa dos logos dos patrocinadores*/
  background: #fff;
  padding-bottom: 45px;
}
.home .content-holder {
  padding-bottom: 0;
}
.thumbnail.alignnone {
  margin: 0;
}
@media (min-width: 979px) and (max-width: 1200px) {
  .thumbnail.alignnone p a {
    width: 22%;
    display: block;
    float: left;
    margin-left: 36px;
  }
  .thumbnail.alignnone p a:first-child {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .thumbnail.alignnone p a {
    width: 22%;
    display: block;
    float: left;
    margin-left: 28px;
  }
  .thumbnail.alignnone p a:first-child {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .thumbnail.alignnone p a {
    width: 48%;
    margin-left: 4%;
    display: block;
    float: left;
    margin-bottom: 20px;
  }
  .thumbnail.alignnone p a:nth-child(2n+1) {
    margin: 0;
  }
}
.thumbnail.alignnone p a img.alignleft {
  margin: 0 0 0 30px;
}
@media (max-width: 1200px) {
  .thumbnail.alignnone p a img.alignleft {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.thumbnail.alignnone p a:first-child img.alignleft {
  margin: 0;
}
.service-box-wrap {
  margin-top: 30px;
  padding: 45px 0 30px;
  position: relative;
  background: #e9e9e9;
}
.service-box-wrap:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  background: #e9e9e9;
}
.service-box-wrap:before {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: #e9e9e9;
}
.service-box-wrap .hero-unit {
  background: none;
  padding: 0 0 20px 0;
  /* Formatação antiga usada com DIV para colocar o contador ao lado do texto - Marcos 04/05/2015 */
  /*width:62%; /*aqui não tinha tamanho! 04/06/2013 */
  /*float:left;  /*aqui não tinha esse float, mais coloquei para colocar o contador ao lado do texto*/
}
.service-box-wrap .hero-unit h1 {
  color: #404040;
  font: 41px/49px "Roboto Condensed", sans-serif;
  text-transform: none;
  margin-bottom: 17px;
}
.service-box-wrap .hero-unit p {
  color: #7c7b7a;
  font: 22px/26px "Roboto Condensed", sans-serif;
  /*width: 70%;*/ /*Aqui estava com 70% mais removi para colocar o contador 04/06/2013*/
  display: block;
  margin-bottom: 17px;
}
.service-box-wrap .thumbnail.alignnone {
  margin-bottom: 38px;
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 {
  margin: 0;
  width: 25%;
  border-left: 1px solid #e0e0e0;
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3:first-child {
  border-left: none;
}
@media (max-width: 767px) {
  .service-box-wrap .thumbnail.alignnone .row-fluid .span3 {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .service-box-wrap .thumbnail.alignnone .row-fluid .span3 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box {
  background: #ffffff;
  box-shadow: none;
  border: none;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.blue {
  border-radius: 5px 0 0 5px;
  box-shadow: 1px 1px 0 1px #cfcfcf;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.blue {
    border-radius: 5px;
    box-shadow: 1px 1px 0 1px #cfcfcf;
  }
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.blue h2 {
  background: #00adef;
  /* Old browsers */

  background: -moz-linear-gradient(top, #00adef 0%, #0078a5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00adef), color-stop(100%, #0078a5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #00adef 0%, #0078a5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #00adef 0%, #0078a5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #00adef 0%, #0078a5 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #00adef 0%, #0078a5 100%);
  /* W3C */

}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.red {
  box-shadow: 0 1px 0 1px #cfcfcf;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.red {
    border-radius: 0 5px 5px 0;
    box-shadow: 1px 1px 0 1px #cfcfcf;
  }
}
@media (max-width: 480px) {
  .service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.red {
    border-radius: 5px;
    box-shadow: 1px 1px 0 1px #cfcfcf;
  }
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.red h2 {
  background: #ed1b24;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ed1b24 0%, #c1161c 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed1b24), color-stop(100%, #c1161c));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ed1b24 0%, #c1161c 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ed1b24 0%, #c1161c 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ed1b24 0%, #c1161c 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ed1b24 0%, #c1161c 100%);
  /* W3C */

}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.red .btn {
  color: #e61a23;
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.red .btn:active,
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.red .btn:hover,
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.red .btn:focus {
  color: #a21218;
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.orange {
  box-shadow: 1px 1px 0 1px #cfcfcf;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.orange {
    border-radius: 5px 0 0 5px;
    box-shadow: 1px 1px 0 1px #cfcfcf;
  }
}
@media (max-width: 480px) {
  .service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.orange {
    border-radius: 5px;
    box-shadow: 1px 1px 0 1px #cfcfcf;
  }
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.orange h2 {
  background: #d6da2d; /*Antes #f7941d - Laranja */
  /* Old browsers */

  background: -moz-linear-gradient(top, #f7941d 0%, #e17d04 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7941d), color-stop(100%, #e17d04));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f7941d 0%, #e17d04 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f7941d 0%, #e17d04 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f7941d 0%, #e17d04 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f7941d 0%, #e17d04 100%);
  /* W3C */

}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.orange .btn {
  color: #f49119;
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.orange .btn:active,
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.orange .btn:hover,
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.orange .btn:focus {
  color: #b86909;
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.green {
  border-radius: 0 5px 5px 0;
  box-shadow: 1px 1px 0 1px #cfcfcf;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  .service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.green {
    border-radius: 5px;
    box-shadow: 1px 1px 0 1px #cfcfcf;
  }
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.green h2 {
  background: #86bd3d;
  /* Old browsers */

  background: -moz-linear-gradient(top, #86bd3d 0%, #67962e 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86bd3d), color-stop(100%, #67962e));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #86bd3d 0%, #67962e 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #86bd3d 0%, #67962e 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #86bd3d 0%, #67962e 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #86bd3d 0%, #67962e 100%);
  /* W3C */

}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.green .btn {
  color: #d6da2d;
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.green .btn:active,
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.green .btn:hover,
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box.green .btn:focus {
  color: #5a7f29;
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box h2 {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 30px 0 31px;
  border-bottom: 3px solid #d4d4d4;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 979px) and (max-width: 1200px) {
  .service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box h2 {
    padding: 15px 0;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box h2 {
    padding: 15px 0;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box h2 {
    padding: 15px 0;
    font-size: 15px;
  }
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box .icon {
  float: none;
  text-align: center;
  padding: 15px 0 10px;
  margin: 0;
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box .service-box_body {
  padding: 0 25px 35px 25px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  height:180px; /*acrescentei a altura pq o texto não tinha padrão*/
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box .service-box_body .service-box_txt {
  margin-bottom: 20px;
}
.service-box-wrap .thumbnail.alignnone .row-fluid .span3 .service-box .service-box_body .btn-align {
  text-align: center;
}
.carousel-wrap {
  padding: 50px 0 55px 0;
}
.carousel-wrap h2 {
  color: #404040;
  font: 41px/49px "Roboto Condensed", sans-serif;
  text-transform: none;
  margin-bottom: 60px;
}
.carousel-wrap .es-nav .es-nav-next {
  background: url(images/nav.png) no-repeat -16px 0;
  width: 15px;
  height: 21px;
}
.carousel-wrap .es-nav .es-nav-next:hover {
  background-position: -16px -21px;
}
.carousel-wrap .es-nav .es-nav-prev {
  background: url(images/nav.png) no-repeat 0 0;
  width: 15px;
  height: 21px;
}
.carousel-wrap .es-nav .es-nav-prev:hover {
  background-position: 0 -21px;
}
@media (min-width: 1200px) and (max-width: 2000px) {
  .carousel-wrap .es-carousel-wrapper .es-carousel_list .es-carousel_li {
    width: 270px !important;
  }
}
@media (min-width: 979px) and (max-width: 1200px) {
  .carousel-wrap .es-carousel-wrapper .es-carousel_list .es-carousel_li {
    width: 210px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .carousel-wrap .es-carousel-wrapper .es-carousel_list .es-carousel_li {
    width: 220px !important;
  }
}
.carousel-wrap .es-carousel-wrapper .es-carousel_list .es-carousel_li .featured-thumbnail {
  float: left;
  margin: 0 20px 15px 0;
}
.carousel-wrap .es-carousel-wrapper .es-carousel_list .es-carousel_li h5 {
  margin: 0;
  height: 82px;
  display: table;
}
.carousel-wrap .es-carousel-wrapper .es-carousel_list .es-carousel_li h5 span {
  display: table-cell;
  vertical-align: middle;
}
.carousel-wrap .es-carousel-wrapper .es-carousel_list .es-carousel_li h5 a {
  color: #f7941d;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
}
.carousel-wrap .es-carousel-wrapper .es-carousel_list .es-carousel_li h5 a:hover {
  text-decoration: underline;
}
.carousel-wrap .es-carousel-wrapper .es-carousel_list .es-carousel_li .desc {
  color: #404040;
}
@media (max-width: 767px) {
  .carousel-wrap .es-carousel-wrapper .es-carousel_list .es-carousel_li .desc {
    display: none;
  }
}
.title-section {
  padding-top: 8px;
}
.title-section .title-header {
  margin: 52px 0 10px;
  font-size: 41px;
  line-height: 49px;
  text-transform: none;
  color: #404040;
}
.title-section .breadcrumb {
  border-radius: 0;
  background: #e9e9e9;
  padding: 17px 25px;
}
.title-section .breadcrumb li {
  text-shadow: none;
  color: #999999;
}
.title-section .breadcrumb li a {
  color: #404040;
  font-weight: bold;
}
.title-section .breadcrumb .divider {
  padding: 0 6px;
  color: #404040;
}
#content {
  padding-top: 55px;
}
#content .status-publish.page h1 {
  margin-bottom: 25px;
}
#content .status-publish.page strong {
  color: #404040;
}
#content .status-publish.page p {
  margin-bottom: 20px;
}
#content .status-publish.page .list.unstyled ul li {
  padding-left: 40px;
  padding-bottom: 11px;
}
#content .status-publish.page .list.unstyled ul li strong {
  display: inline-block;
  margin-left: -38px;
}
#content .status-publish.page .list.styled.custom-list {
  margin-bottom: 20px;
}
#content .status-publish.page .list.styled.custom-list ul {
  margin: 0;
  padding: 0;
}
#content .status-publish.page .list.styled.custom-list ul li {
  padding: 0 0 0px 0;
  line-height: 1px;
  margin: 0;
}
#content .status-publish.page .list.styled.custom-list ul li:before {
  content: "";
  font-size: 17px;
  color: #00a9ea;
  line-height: 1px;
  margin-top: 1px;
  position: relative;
  top: 1px;
}
#content .status-publish.page .list.styled.custom-list ul li a {
  text-transform: uppercase;
  letter-spacing: 3px;
  font: 13px/31px "Roboto Condensed", sans-serif;
  margin-left: 5px;
}
#content .status-publish.page .professionals-wrap {
  margin: 40px 0 55px;
  padding: 55px 0 1px;
  position: relative;
  background: #ffffff;
}
#content .status-publish.page .professionals-wrap:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  background: #ffffff;
}
#content .status-publish.page .professionals-wrap:before {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: #ffffff;
}
@media (max-width: 767px) {
  #content .status-publish.page .professionals-wrap .professionals li {
    width: 48%;
    margin-left: 4%;
    float: left;
  }
  #content .status-publish.page .professionals-wrap .professionals li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  #content .status-publish.page .professionals-wrap .professionals li {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
#content .status-publish.page .professionals-wrap .professionals li h5 {
  margin: 15px 0 2px 0;
}
#content .status-publish.page .professionals-wrap .professionals li h5 a {
  font: bold 12px/16px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  color: #404040;
}
#content .status-publish.page .advantages {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  border-top: 1px solid #dcdcdc;
  padding-top: 19px;
  margin-top: 16px;
}
#content .status-publish.page .advantages.no-border {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
#content .status-publish.page .advantages .service-box_body {
  padding-left: 48px;
}
#content .status-publish.page .advantages .service-box_body .title {
  font: bold 12px/16px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  color: #404040;
  margin-bottom: 2px;
}
#content .status-publish.page .advantages .service-box_body .service-box_txt {
  margin-bottom: 0;
}
#content .status-publish.page .testimonials .testi-item .testi-item_blockquote {
  background: none;
  padding: 0;
}
#content .status-publish.page .testimonials .testi-item .testi-item_blockquote:after {
  background: none;
}
#content .status-publish.page .testimonials .testi-item .testi-item_blockquote:before {
  border: none;
}
#content .status-publish.page .testimonials .testi-item .testi-item_blockquote .featured-thumbnail {
  width: 124px;
  height: 128px;
}
#content .status-publish.page .testimonials .testi-item .testi-item_blockquote .testi-name {
  font: bold 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  color: #404040;
}
#content .status-publish.page .testimonials .testi-item .testi-item_blockquote a {
  color: #999999;
}
#content .status-publish.page .testimonials .testi-item .testi-item_blockquote a:hover {
  color: #999999;
  text-decoration: underline;
}
#content .status-publish.page .testimonials .testi-item .testi-meta {
  padding: 10px 0 0 0;
  text-align: right;
}
#content .status-publish.page .testimonials .testi-item .testi-meta .user {
  display: block;
  font: 22px/25px 'Pacifico', cursive;
  color: #404040;
}
#content .status-publish.page .testimonials .testi-item .testi-meta .info {
  font-size: 11px;
  color: #999999;
}
#content .status-publish.page .testimonials .testi-item .testi-meta a {
  display: none;
}
#content .status-publish.page .services h5 {
  margin: 15px 0 0;
}
#content .status-publish.page .services h5 a {
  font: bold 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  color: #404040;
  margin-bottom: 2px;
}
#content .status-publish.page .services .excerpt {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #content .status-publish.page .services li {
    width: 31%;
    float: left;
    margin-left: 3%;
  }
  #content .status-publish.page .services li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  #content .status-publish.page .services li {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.filter-wrapper {
  margin: 10px 0 40px;
}
@media (max-width: 767px) {
  .filter-wrapper {
    padding: 20px;
  }
}
.filter-wrapper strong {
  color: #999999;
  padding-top: 12px;
  font: 12px/15px Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-right: 10px;
}
.filter-wrapper .filter li a {
  color: #999999;
  font: 12px/15px Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: none;
  padding: 10px 18px ;
  border-radius: 0;
}
.filter-wrapper .filter li a:active,
.filter-wrapper .filter li a:hover,
.filter-wrapper .filter li a:focus {
  text-decoration: none;
  color: #fff;
  background: #86bd3d;
  /* Old browsers */

  background: -moz-linear-gradient(top, #86bd3d 0%, #67962e 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86bd3d), color-stop(100%, #67962e));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #86bd3d 0%, #67962e 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #86bd3d 0%, #67962e 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #86bd3d 0%, #67962e 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #86bd3d 0%, #67962e 100%);
  /* W3C */

}
.filter-wrapper .filter .active a {
  color: #fff;
  background: #86bd3d;
  /* Old browsers */

  background: -moz-linear-gradient(top, #86bd3d 0%, #67962e 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86bd3d), color-stop(100%, #67962e));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #86bd3d 0%, #67962e 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #86bd3d 0%, #67962e 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #86bd3d 0%, #67962e 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #86bd3d 0%, #67962e 100%);
  /* W3C */

}
@media (max-width: 767px) {
  .filter-wrapper .pull-right {
    float: none;
  }
}
.filterable-portfolio li .caption h3 {
  margin: 15px 0 0 0;
}
.filterable-portfolio li .caption h3 a {
  font: bold 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  color: #404040;
}
.filterable-portfolio li .caption .excerpt {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  article .thumbnail {
    float: none;
  }
  article .thumbnail a {
    display: inline-block;
  }
  article .thumbnail img {
    margin: 0;
  }
}
@media (max-width: 480px) {
  article .thumbnail {
    width: 100% !important;
  }
}
article .post-header .post-title {
  margin-bottom: 24px;
  font: 22px/26px "Roboto Condensed", sans-serif;
}
article .post-header .post-title a {
  color: #d6da2d;
}
article .post_meta {
  padding: 14px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
article .post_meta i {
  margin-right: 5px;
  color: #b5b5b5;
  font-size: 13px;
}
article .post_meta span {
  font-size: 12px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  article .post_meta span {
    display: block;
  }
}
article .post_meta span a {
  color: #232323;
  font-weight: bold;
}
article .post_meta .post_date {
  color: #aeaeae;
  font-size: 12px;
  font-weight: bold;
}
article .post_meta .post_author a {
  color: #00aaeb;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
}
article .post_meta .post_category a {
  color: #232323;
}
article .post_meta .post_permalink {
  margin-right: 0;
}
@media (max-width: 767px) {
  article .post_meta .post_permalink {
    float: none;
  }
}
article div.jp-playlist li a:hover,
article div.jp-playlist li.jp-playlist-current a {
  color: #b8b8b8;
}
article .quote-wrap blockquote {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #afafaf;
  font-weight: bold;
}
.format-quote .post_meta {
  padding: 14px 0;
}
.blog .post_content {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.single #content .post-header .post-title {
  margin-bottom: 24px;
  font: 22px/26px "Roboto Condensed", sans-serif;
}
.single #content .post_content {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.single #content article {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .single #content article .thumbnail {
    float: none;
  }
  .single #content article .thumbnail img {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .single #content article .thumbnail {
    float: none;
    width: 100%;
  }
  .single #content article .thumbnail img {
    margin: 0;
  }
}
.single #content .share-buttons {
  margin-bottom: 60px;
  margin-top: 25px;
}
.single #content .share-buttons .pinterest img {
  vertical-align: top;
}
.single #content .post-author {
  padding: 25px 30px;
  background: #e9e9e9;
  border: none;
}
.single #content .post-author .post-author_h {
  font: 22px/26px "Roboto Condensed", sans-serif;
  margin: 0 0 14px 0;
  color: #d6da2d;
}
.single #content .post-author .post-author_h a {
  color: #d6da2d;
  font-size: 22px;
}
.single #content .post-author .post-author_gravatar {
  display: block;
  margin: 0 20px 0 0;
}
.single #content .post-author .post-author_gravatar img {
  width: 58px;
  height: 58px;
  padding: 0;
  border: none;
}
.single #content .post-author .post-author_desc {
  font-size: 12px;
  color: #999999;
  padding-left: 78px;
}
.single #content .post-author .post-author_link {
  margin-top: 18px;
  font-style: italic;
  font-size: 12px;
}
.single #content .post-author .post-author_link a {
  color: #999999;
  font-size: 12px;
}
.single-portfolio #content {
  padding-top: 30px;
}
.single-portfolio #content .thumbnail.large {
  margin-bottom: 0;
  padding-bottom: 20px;
}
/*/ Content */
/* #Comments
================================================== */
.related-posts h3,
.comment-holder h3,
#respond h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 40px 0 25px;
}
.related-posts .related-posts_item {
  margin-left: 4%;
}
.related-posts .related-posts_item .thumbnail {
  float: none;
  margin-bottom: 18px;
}
.related-posts .related-posts_item a {
  font: bold 18px/22px "Roboto Condensed", sans-serif;
  color: #d6da2d; /*Antes #f7941d - Laranja */
  text-transform: uppercase;
}
.wpcf7-form p.field input {
  border-radius: 0;
  box-shadow: none;
  background: #e9e9e9;
  border: none;
  color: #999999;
  font-size: 12px;
}
.wpcf7-form textarea {
  border-radius: 0;
  box-shadow: none;
  background: #e9e9e9;
  color: #999999;
  font-size: 12px;
  border: none;
}
#respond h3 {
  margin-top: 10px;
}
#respond #commentform {
  margin-top: 26px;
}
#respond #commentform textarea {
  border-radius: 0;
  box-shadow: none;
  background: #e9e9e9;
  width: 75%;
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #999999;
  font-size: 12px;
  padding: 12px 13px 10px;
  border: none;
}
#respond #commentform p.field input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  background: #e9e9e9;
  border: none;
  max-width: 100%;
  width: 370px;
  color: #999999;
  padding: 7px 13px;
  height: 36px;
  margin-bottom: 2px;
  font-size: 12px;
}
#respond #commentform .btn {
  margin-top: 11px;
}
#respond #commentform .btn:hover,
#respond #commentform .btn:active,
#respond #commentform .btn:focus {
  text-decoration: none;
  box-shadow: none ;
}
.comment-holder .comment-list .comment .comment-body {
  background: #e9e9e9;
  border: none;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
  display: block;
  margin: 0 20px 0 0;
  text-align: center;
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
  width: 58px;
  height: 58px;
  padding: 0;
  border: none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
  color: #404040;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comment-holder .comment-list .comment .comment-body .extra-wrap p {
  font-size: 12px;
  color: #999999;
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
  margin: 8px 20px 0 0 ;
  font-size: 12px;
  color: #00aaeb;
}
.comment-holder .comment-list .comment .comment-body .reply {
  margin-top: 8px;
}
.comment-holder .comment-list .comment .comment-body .reply a {
  color: #000000;
}
.comment-holder .comment-list .comment .comment-body .reply a:active,
.comment-holder .comment-list .comment .comment-body .reply a:hover,
.comment-holder .comment-list .comment .comment-body .reply a:focus {
  color: #bebebe;
}
.comment-holder #respond h3 {
  margin-bottom: 0;
}
.comment-holder #respond #commentform {
  margin-top: 0;
}
/*/ Comments */
/* #Widgets
================================================== */
#sidebar {
  padding-top: 55px;
}
#sidebar .widget > h3 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#sidebar .widget {
  margin-bottom: 72px;
}
#sidebar .widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#sidebar .widget ul li.cat-item {
  margin: 0;
  padding: 5px 0 6px;
}
#sidebar .widget ul li.cat-item:first-child {
  padding-top: 3px;
}
#sidebar .widget ul li.cat-item:before {
  content: "";
  font-family: FontAwesome;
  font-size: 17px;
  color: #00a9ea;
  margin: 1px 10px 0 0;
}
#sidebar .widget ul li.cat-item a {
  color: #00a9ea;
  font: 13px/18px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#sidebar .widget .thumbnail {
  margin: 0 20px 20px 0;
}
#sidebar [id*="archives"] li {
  margin: 0;
  padding: 5px 0 6px;
}
#sidebar [id*="archives"] li:first-child {
  padding-top: 3px;
}
#sidebar [id*="archives"] li:before {
  content: "";
  font-family: FontAwesome;
  font-size: 17px;
  color: #00a9ea;
  margin: 1px 10px 0 0;
}
#sidebar [id*="archives"] li a {
  color: #00a9ea;
  font: 13px/18px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#sidebar .post-list.unstyled li {
  padding: 10px 0;
}
#sidebar .post-list.unstyled li:first-child {
  padding-top: 0;
}
#sidebar .post-list.unstyled li .thumbnail {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  #sidebar .post-list.unstyled li .thumbnail {
    float: none;
    margin-bottom: 20px;
  }
}
#sidebar .post-list.unstyled li time {
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin-top: 3px;
  font-weight: bold;
  color: #404040;
}
#sidebar .post-list.unstyled li .post-list_h {
  font: 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: italic;
  text-transform: none;
  margin: 0;
}
#sidebar .post-list.unstyled li .excerpt {
  font-size: 11px;
  line-height: 18px;
}
#sidebar .comments-custom.unstyled .thumbnail {
  border: none;
  margin: 0 20px 0px 0;
}
#sidebar .comments-custom.unstyled .thumbnail img {
  width: 58px;
  height: 58px;
}
#sidebar .comments-custom.unstyled time {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
#sidebar .comments-custom.unstyled .clear {
  display: none;
}
#sidebar .comments-custom.unstyled .comments-custom_h {
  margin-top: -5px;
  margin-bottom: 25px;
  color: #00a9ea;
  font-size: 12px;
}
#sidebar .comments-custom.unstyled .comments-custom_txt {
  padding-top: 20px;
}
#sidebar .comments-custom.unstyled .comments-custom_txt a {
  font-style: italic;
  color: #a09f98;
  font-size: 12px;
}
#sidebar .search-form .btn {
  margin: 0 0 0 15px;
  padding: 0;
}
#sidebar .flickr_li a {
  display: inline-block;
}
#sidebar .flickr_li a:hover,
#sidebar .flickr_li a:focus {
  box-shadow: none;
}
#sidebar .flickr_li a:hover img,
#sidebar .flickr_li a:focus img {
  box-shadow: 0 1px 4px #000;
  max-width: auto;
}
.home-footer-widgets {
  position: relative;
  background: #ffffff;
  padding: 50px 0 40px;
}
.home-footer-widgets > div {
  position: relative;
  z-index: 10;
}
.home-footer-widgets > .row > .span12 > h1 {
  color: #404040;
  font: 41px/49px "Roboto Condensed", sans-serif;
  text-transform: none;
  margin-bottom: 45px;
}
.home-footer-widgets:after {
  background: #ffffff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  width: 101%;
  z-index: 1;
}
.home-footer-widgets:before {
  background: #ffffff;
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 101%;
  z-index: 1;
}
.home-footer-widgets > .row > div > div > h4 {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 26px;
}
.home-footer-widgets .comments-custom li {
  border-top: 1px solid #dcdcdc;
  padding: 19px 0;
  line-height: 18px;
}
.home-footer-widgets .comments-custom li:first-child {
  border-top: none;
  padding-top: 0;
}
.home-footer-widgets .comments-custom li .thumbnail {
  display: none;
}
.home-footer-widgets .comments-custom li .comments-custom_h {
  font: bold 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #404040;
  display: inline;
  text-transform: none;
}
.home-footer-widgets .comments-custom li .comments-custom_txt {
  display: inline;
  font-size: 12px;
  line-height: 18px;
}
.home-footer-widgets .comments-custom li .comments-custom_txt a {
  display: inline-block;
  font-style: italic;
}
.home-footer-widgets .comments-custom li time {
  display: block;
}
.home-footer-widgets .post-list.unstyled li {
  border-top: 1px solid #dcdcdc;
  padding: 9px 0;
  line-height: 18px;
}
.home-footer-widgets .post-list.unstyled li .excerpt {
  display: none;
}
.home-footer-widgets .post-list.unstyled li:first-child {
  border-top: none;
  padding-top: 0;
}
.home-footer-widgets .post-list.unstyled li .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
}
.home-footer-widgets .post-list.unstyled li .post-list_h {
  margin: 5px 0 0;
  font-style: italic;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  text-transform: none;
}
.home-footer-widgets .post-list.unstyled li .post-list_h a {
  color: #404040;
}
.home-footer-widgets .post-list.unstyled li time {
  font-size: 11px;
  line-height: 13px;
}
.home-footer-widgets .tabs-wrapper {
  margin-top: 17px;
}
.home-footer-widgets .tabs-wrapper .nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
}
.home-footer-widgets .tabs-wrapper .nav-tabs li {
  width: 173px;
  text-align: center;
  border-right: 1px solid #ffffff;
  margin-bottom: 0;
  background: #00adef;
  /* Old browsers */

  background: -moz-linear-gradient(top, #00adef 0%, #0078a5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00adef), color-stop(100%, #0078a5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #00adef 0%, #0078a5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #00adef 0%, #0078a5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #00adef 0%, #0078a5 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #00adef 0%, #0078a5 100%);
  /* W3C */

}
.home-footer-widgets .tabs-wrapper .nav-tabs li i {
  width: 100%;
  height: 3px;
  background: #fff;
  display: block;
  transition: 200ms all;
}
@media (min-width: 979px) and (max-width: 1200px) {
  .home-footer-widgets .tabs-wrapper .nav-tabs li {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .home-footer-widgets .tabs-wrapper .nav-tabs li {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .home-footer-widgets .tabs-wrapper .nav-tabs li {
    width: auto;
  }
}
.home-footer-widgets .tabs-wrapper .nav-tabs li.active i {
  background: #e9e9e9;
}
.home-footer-widgets .tabs-wrapper .nav-tabs li.active a {
  border-color: #e9e9e9;
  background: #e9e9e9 !important;
  color: #00a9ea !important;
}
.home-footer-widgets .tabs-wrapper .nav-tabs li a {
  border-radius: 0;
  margin-right: 0;
  border: none;
  text-transform: uppercase;
  font: 14px/18px "Roboto Condensed", sans-serif;
  color: #fff;
  transition: 200ms all;
}
.home-footer-widgets .tabs-wrapper .nav-tabs li a:focus,
.home-footer-widgets .tabs-wrapper .nav-tabs li a:hover {
  border-color: #e9e9e9;
  background: #e9e9e9;
  color: #fff;
  background: #86bd3d;
  /* Old browsers */

  background: -moz-linear-gradient(top, #86bd3d 0%, #67962e 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86bd3d), color-stop(100%, #67962e));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #86bd3d 0%, #67962e 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #86bd3d 0%, #67962e 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #86bd3d 0%, #67962e 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #86bd3d 0%, #67962e 100%);
  /* W3C */

}
.home-footer-widgets .tabs-wrapper .tab-content {
  background: #e9e9e9;
  padding: 40px 32px 35px;
}
.home-footer-widgets .tabs-wrapper .tab-content .tab-pane .thumbnail {
  float: left;
  margin: 0 25px 25px 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
@media (max-width: 1200px) {
  .home-footer-widgets .tabs-wrapper .tab-content .tab-pane .thumbnail {
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .home-footer-widgets .tabs-wrapper .tab-content .tab-pane .thumbnail {
    float: none;
    display: inline-block;
    text-align: left;
  }
}
.home-footer-widgets .tabs-wrapper .tab-content .tab-pane p {
  font-size: 12px;
  color: #404040;
}
.home-footer-widgets .tabs-wrapper .tab-content .tab-pane .title {
  color: #404040;
  font-size: 15px;
  margin-bottom: 15px;
}
.home-footer-widgets .tabs-wrapper .tab-content .tab-pane .btn {
  margin-top: 15px;
  margin-left: 0;
}
@media (max-width: 1200px) {
  .home-footer-widgets .tabs-wrapper .tab-content .tab-pane .btn {
    margin-left: 0;
  }
}
.footer-widgets {
  position: relative;
  background: #404040;
  padding: 20px 0 25px;
}
.footer-widgets > div {
  position: relative;
  z-index: 10;
}
.footer-widgets:after {
  background: #404040;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  width: 101%;
  z-index: 1;
}
.footer-widgets:before {
  background: #404040;
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 101%;
  z-index: 1;
}
.footer-widgets .footer-nav-wrap {
  margin-top: -20px;
}
@media (max-width: 767px) {
  .footer-widgets .footer-nav-wrap {
    margin-top: 20px;
  }
}
.footer-widgets .footer-nav-wrap .footer-nav {
  float: none;
}
.footer-widgets .footer-nav-wrap .footer-nav .menu {
  float: none;
}
@media (max-width: 979px) {
  .footer-widgets .footer-nav-wrap .footer-nav .menu {
    text-align: left;
  }
}
.footer-widgets .footer-nav-wrap .footer-nav .menu .menu-item {
  padding: 0 17px;
  border-left: 1px solid #999999;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer-widgets .footer-nav-wrap .footer-nav .menu .menu-item {
    padding: 0 3px 0 5px;
  }
}
.footer-widgets .footer-nav-wrap .footer-nav .menu .menu-item:first-child {
  padding-left: 0;
  border-left: none;
}
.footer-widgets .footer-nav-wrap .footer-nav .menu .menu-item a:hover {
  color: #999999;
  text-decoration: underline;
}
.footer-widgets .footer-logo {
  /*margin: 67px 0;*/ /*aqui era assim em 03/06/2013*/
    margin: 50px 0;
}
@media (max-width: 767px) {
  .footer-widgets .footer-logo {
    margin: 20px 0;
  }
}
.footer-widgets .span2 > div > h4 {
  text-indent: -999px;
  overflow: hidden;
  margin: 22px 0 12px 0;
  padding: 0 0 9px 0;
  border-bottom: 1px solid #5d5d5d;
}
.footer-widgets .span2.menu-1 > div > h4 {
  background: url(images/menu-1.png) no-repeat;
}
.footer-widgets .span2.menu-2 > div > h4 {
  background: url(images/menu-2.png) no-repeat;
}
.footer-widgets .span2.menu-3 > div > h4 {
  background: url(images/menu-3.png) no-repeat;
}
.footer-widgets .span2.contacts > div > h4 {
  background: url(images/contacts.png) no-repeat;
  margin-bottom: 12px;
}
.footer-widgets .span2 .menu {
  margin: 0;
  list-style-type: none;
}
.footer-widgets .span2 .menu li {
  margin: 0;
  padding: 0 0 6px 0;
}
.footer-widgets .span2 .menu li a {
  color: #999999;
}
.footer-widgets .span2 .textwidget p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.footer-widgets .span2 .textwidget .email {
  color: #c3c3c3;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer-widgets .span2 .textwidget .email {
    font-size: 10px;
  }
}
.footer-widgets .span2 .textwidget em {
  width: 70px;
  display: inline-block;
  font-style: normal;
}
.footer-widgets .span2 .textwidget a {
  color: #c3c3c3;
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
}
.footer-widgets .span2 .textwidget a:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .footer-widgets .span2 .textwidget span {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer-widgets .span2 .textwidget span {
    display: inline-block;
  }
}
.footer-widgets .span2 .textwidget span a {
  margin: 0;
  display: inline-block;
  text-decoration: none;
}
.footer-widgets .span2 .textwidget span a:hover {
  text-decoration: underline;
}
.footer-widgets .span2 .menu-our-company-container .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-widgets .span2 .menu-our-company-container .menu .menu-item {
  margin: 0;
  padding: 0 0 8px 0;
  line-height: 15px;
}
.footer-widgets .span2 .menu-our-company-container .menu .menu-item a {
  font-size: 12px;
  color: #8e908a;
  line-height: 15px;
}
.footer-widgets .span2 .social li {
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer-widgets .span2 .social li {
    padding-left: 0;
  }
}
.footer-widgets .span2 .social li:first-child {
  padding-left: 0;
}
/*/ Widgets */
/* #Footer
================================================== */
.footer {
  border-top: none;
  padding: 0;
  background: #353535;
}
.copyright {
  position: relative;
  background: #353535;
  padding: 30px 0 42px;
}
.copyright > div {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .copyright {
    padding: 20px;
  }
}
.copyright:after {
  background: #353535;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  width: 101%;
  z-index: 1;
}
.copyright:before {
  background: #353535;
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 101%;
  z-index: 1;
}
.copyright .footer-text {
  font-size: 12px;
  line-height: 15px;
  color: #d6da2d;
}
.copyright .footer-text .site-name {
  color: #d6da2d;
}
/*/ Footer */
/* #Misc
================================================== */
#back-top-wrapper {
  right: 20px;
  bottom: 20px;
}
#back-top-wrapper #back-top a {
  opacity: 0.5;
}
#back-top-wrapper #back-top a:hover {
  opacity: 1;
}
#back-top-wrapper #back-top a span {
  width: 24px;
  height: 24px;
  background: url(images/top.png) no-repeat 50% 50%;
}
.flexslider {
  margin-bottom: 50px;
  background: url(images/loading.gif) 50% 50% no-repeat;
}
.flexslider .flex-control-paging {
  line-height: 0;
  padding-top: 15px;
  bottom: -30px;
  left: 0;
}
.flexslider .flex-control-paging li {
  margin: 0 4px 0 0;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #00a9ea;
}
.flexslider .flex-control-paging li a {
  background: #969696;
}
.flexslider .flex-control-paging li a:hover {
  background: #00a9ea;
}
.google-map {
  background: url(images/loading.gif) 50% 50% no-repeat;
}
.error404 .error404-holder_num {
  color: #d6da2d;
  font-family: "Roboto Condensed", sans-serif;
}
.error404 .search-form_is {
  margin: 0 0 0 10px;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .error404 .error404-holder {
    padding: 0 20px;
  }
}
.wpcf7-form-control.wpcf7-submit.btn {
  height: auto;
  line-height: 16px;
  padding: 0;
}
.wpcf7-form .submit-wrap .btn {
  padding: 0;
}
@media (max-width: 767px) {
  .archive_h {
    margin-top: 30px;
  }
}
.wpcf7-not-valid-tip {
  padding: 5px 10px !important;
}
blockquote p {
  line-height: 22px;
}
.ie8 .blue-line {
  margin: 26px 0 0 0;
}
.ie8 .header .nav {
  margin: 0 0 0 -20px;
 background: url(images/nav-bg-ie8.png) repeat-x;
}
.ie8 .header .nav:after,
.ie8 .header .nav:before {
  background: url(images/nav-bg-ie8.png) repeat-x;
}
.ie8 .header .nav .sf-menu > li {
  margin-left: 20px;
}
.ie8 .header .nav .sf-menu > li:first-child {
  margin-left: 0;
}
.ie8 .service-box-wrap {
  padding-bottom: 65px;
}
.ie8 .social-nets-wrapper {
  width: 200px;
}
.ie8 .social-nets-wrapper .social {
  margin-left: 0;
  text-align: right;
}
.ie8 .social-nets-wrapper .social li {
  padding: 22px 0 0;
  width: 22px;
}
.ie8 .social-nets-wrapper .social li img {
  width: 100%;
}
.ie8 .social-nets-wrapper .social li img:hover {
  filter: alpha(opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.ie8 .camera_caption {
  top: 15% !important;
}
.ie8 .camera_caption > div {
  background: url(images/slider-bg-ie8.png);
  padding: 10px !important;
}
.ie8 .camera_caption > div p {
  margin-left: -290px !important;
  font-size: 15px !important;
}
.ie8 .camera_caption > div h2 {
  font-size: 40px !important;
  line-height: 40px !important;
}
.ie8 .thumbnail.alignnone {
  margin: 0;
}
.ie8 .thumbnail.alignnone p a {
  width: 22%;
  display: block;
  float: left;
  margin-left: 36px;
}
.ie8 .thumbnail.alignnone p a:first-child {
  margin: 0;
}
.ie8 .thumbnail.alignnone p a img.alignleft {
  width: 100%;
  float: none;
  margin: 0;
}
.ie8 .thumbnail.alignnone p a:first-child img.alignleft {
  margin: 0;
}
.ie8 .post-author_gravatar {
  width: 58px;
}
.ie8 .camera_prev,
.ie8 .camera_next {
  bottom: 20px;
}
.ie8 .camera_prev {
  margin-left: -460px;
}
.ie8 .camera_next {
  margin-left: -440px;
}
.ie8 .camera_pag .camera_pag_ul {
  width: 940px;
}
.ie8 .thumbnail.alignnone .row-fluid .span3 .service-box h2 {
  padding: 15px 0;
  font-size: 18px;
}
.ie8 .es-carousel-wrapper .es-carousel_list .es-carousel_li {
  width: 210px !important;
}
.ie8 .tabs-wrapper .nav-tabs {
  background: none;
  margin-left: 0;
}
.ie8 .tabs-wrapper .nav-tabs li {
  width: 100px;
}
.ie8 .tabs-wrapper .tab-content .tab-pane .thumbnail {
  margin-bottom: 10px;
}
.ie8 .tabs-wrapper .tab-content .tab-pane .btn {
  margin-left: 0;
}
.ie8 .professionals .thumbnail,
.ie8 .services .thumbnail {
  width: 100%;
}
.ie8 .professionals .thumbnail img,
.ie8 .services .thumbnail img {
  width: auto;
}
.ie8 .footer-widgets .textwidget span {
  display: block;
}
@media (max-width: 767px) {
  .carousel-wrap .es-carousel-wrapper .es-carousel_list .es-carousel_li h5 {
    display: block;
  }
}
@media (max-width: 767px) {
  .carousel-wrap .es-carousel-wrapper .es-carousel_list .es-carousel_li .featured-thumbnail {
    float: none;
    margin: 0 0 15px 0;
  }
}
#ss_pages,
#ss_posts {
  width: 50%;
  float: left;
  padding-bottom: 30px;
}
@media (max-width: 480px) {
  #ss_pages,
  #ss_posts {
    float: none;
    width: 100%;
  }
}
/*/ Misc */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
