@media (max-width: 992px) {
  article {
    border: none !important;
    padding-left:0px !important;
  }
   .leftsidebar{ min-height:100px !important; border-right:0px !important; padding-left:30px !important; } 
   .columnleft{ max-width: 800px; margin-right:4%;}
}

.nav-tabs{ border-bottom:0px; margin:2% 0% 5% 0%;}
.nav-tabs > li > a{ border:0px;}
.nav-tabs > li.active > a:hover{  border:0px;}
.nav-tabs > li.active > a{  border:0px;}
.nav-tabs > li > a:hover{ border:0px;}
.nav > li > a:focus {background-color: none;}
.tab_imagem{ }
.tab-content{ padding: 0px;}
.activo{ color:#a8353a;}
.x-breadcrumb-wrap {
  min-height: 37px;
  padding: 1.05em 0;
  line-height: 1.4;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.715);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.715);
}
/* Large desktop */
@media (min-width: 1201px) and (max-width: 1440px) { 
  .container{ width: 90%; margin-left: 100px; margin-right: 100px;}
  .leftsidebar{ max-width: 15%; }
  /* .columnleft{ max-width: 800px; margin-right:5%;} */
}
/* HI Large desktop */
@media (min-width: 1441px) and (max-width: 1830px) { 
  .container{ width: 80%; margin-left: 10%; margin-right: 10%;}
  .leftsidebar{ max-width: 240px; }
  /* .columnleft{ max-width: 800px; margin-right:6%;} */
}
@media (min-width: 1831px) and (max-width: 2100px) {
  .container{ width: 80%; margin-left: 10%; margin-right: 10%;}
  .leftsidebar{ max-width: 240px; }
  /* .columnleft{ max-width: 800px; margin-right:7%;} */
}
@media (min-width: 2101px){ 
  .container{ width: 80%; margin-left: 10%; margin-right: 10%;}
  .leftsidebar{ max-width: 240px; }
  /* .columnleft{ max-width: 800px; margin-right:8%;} */
}
.h4_titulo{padding-left: 10px; margin-top: 10px;font-size: 14px;}

.video-format iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.video-format {
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.fixa {position:fixed !important; top:40px !important; width:44% !important; }

.thumb { border: 4px solid #f0f0f0; }

.thumba{
    width:192px;
    height:133px;
    overflow:hidden;
    padding: 0px 10px 10px 0; 
    margin: 0px 10px 10px 0; 
    display: inline; 
    float: left;
}
.tabes{
  font-size: 13px;
  float: left;
  color: #555555;
  font-weight: 300;
  font-family: 'Cutive';
  margin-right: -1px;
  background-color: #ffffff;
  min-width: 140px;
  text-align: center;
  box-shadow: 0px -6px 10px rgba(0,0,0,0.2);
  padding: 9px 5px;
  border-radius: 6px 6px 0px 0px;
  height: 30px;
}
.tabes a{
  color: #000000 !important;
}
.active a{
    color: #a8353a !important;
}

@media (min-width: 320px) and (max-width: 980px) { 
  .team_member_text{
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;    
  }
  .team_member_img{
    max-width: 100% !important;
    overflow: hidden !important;
    margin: 6% 0% !important;
    float: none !important;
    padding: 2% !important;
    border: 1px solid #ddd !important;
  }
  .team_member_img img{
    margin: 0% !important;
  }
  .pull-right {
    display: none;
  }

}
