
*{
	font-family: 'bosch_sans_mediumregular';  
}
body {
    margin: 0!important;
    background-color: #87888A!important;
    color: #000!important;
}

body {
    display: block!important;
    margin: 0px!important;
}

#content-wrapper{
  width: 100%!important;
  margin: 0 0 0 0!important;
  
} 
#box1{
  display: none;
}
.container-fluid{
  background: #fff!important;
}

#be-header{
  position: absolute;
  z-index: 99999;
}
@media (max-width: 1024px){

  #mobile-header-wrapper {
    display: block;
    position: relative!important;
    z-index: 99999!important;
  }
}


.bgHome{
  background-image: url('../../assets/img/bg_home.png');
  background-repeat: no-repeat;
  background-size: 100%;
  max-height: 1449px; 
  height: 849px; 
  width: 100%;
  display: table; 
   
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .bgHome { height: 1449px; }
}

@media (min-width: 1600px) and (max-width: 1920px) {
  .bgHome { height: 849px; }
}

@media (min-width: 1300px) and (max-width: 1600px) {
  .bgHome { height: 762px; }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .bgHome { height: 701px; }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .bgHome { height: 655px; }
}

@media (min-width: 1024px) and (max-width: 1130px) {
  .bgHome { height: 607px; }
}


@media (min-width: 800px) and (max-width: 1024px) {
  .bgHome { height: 503px; }
}

@media (min-width: 768px) and (max-width: 800px) {
  .bgHome { height: 503px; }
}

@media (min-width: 580px) and (max-width: 768px) {
  .bgHome { height: 357px; }
}
@media (min-width: 470px) and (max-width: 580px) {
  .bgHome { height: 259px; }
}

@media (min-width: 200px) and (max-width: 470px) {
  .bgHome { height: 199px; }
}

#produtividade{	
	width: 100%;
}

.intProdutividade{
	background: #f2f2f3;
	width: 100%;
	height:79px;
}
.titProdutividade{
 	background: url('../../assets/img/titProdutividade.png') no-repeat;
 	width: 250px;
    height: 77px;
    display: block;
    text-indent: -999999px;
    left: 25%;
}

.h2Bxslider{	
	text-indent: -999999px;
	display:block;
}

.pBxslider{
	text-indent: -999999px;
	display:block;
}

.bxslider span{
	color: #78be20;
}

.slide1{
	background: url('../../assets/img/bg_prod_slide1.jpg') no-repeat;
	height: 631px;
	width: 100%;
}

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }



@media screen and (max-width: 768px){

  .carousel-indicators {
    top: -40px!important;
}

}

@media screen and (max-width: 480px){
  .carousel-indicators {
    top: -24px!important; 
}
}

@media screen and (max-width: 768px){

  .carousel-indicators {
    top: -40px!important;
}

}


@media screen and (max-width: 1024px){

.carousel-control {    
    height: 100%!important;
 }
} 

@media screen and (max-width: 1024px){

h3 {
    font-size: 15px!important;
}

}


.carousel-indicators {
    position: absolute;
    top: -45px;
    left: 25%!important;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: 0!important;
    text-align: right!important;
    list-style: none;
  }

.verde  li {  
  background-color: #78bd1f!important;

}
.verde  .active {
  width: 20px!important;
  height: 20px!important;  
  background-color: #78bd1f!important;
}

.azul  li {  
  background-color: #005591!important;

}
.azul  .active {
  width: 20px!important;
  height: 20px!important;  
  background-color: #005591!important;
}

.roxa  li {  
  background-color: #66428c!important;

}
.roxa  .active {
  width: 20px!important;
  height: 20px!important;  
  background-color: #66428c!important;
}



.carousel-caption  {
  color: #78bd1f!important; 
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, -0.5) 0%, rgba(0, 0, 0, .0001) 100%)!important;
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, -0.5) 0%, rgba(0, 0, 0, .0001) 100%)!important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, -0.5)), to(rgba(0, 0, 0, .0001)))!important;
  background-image:         linear-gradient(to right, rgba(0, 0, 0, -0.5) 0%, rgba(0, 0, 0, .0001) 100%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)!important;
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, -0.5) 100%)!important;
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, -0.5) 100%)!important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, -0.5)))!important;
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, -0.5) 100%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)!important;
  background-repeat: repeat-x;
}


.carousel-indicators .azul li {  
  background-color: #78bd1f!important;

}
.carousel-indicators .azul .active {
  width: 20px!important;
  height: 20px!important;  
  background-color: #78bd1f!important;
}

.carousel-caption .azul {
  color: #78bd1f!important; 
}




#box5{
  background: #f6f7f7;
}
/*
#box8{
  display: none;
}
*/

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  min-width: 100%;
    min-height: 100%;
  overflow: hidden;
  /*background: #000;*/
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.video-container .title-container {
  z-index: 1000;
  position: absolute;
  top: 35%;
  width: 100%;
  /*text-align: center;*/
  color: #fff;
}
.video-container .description .inner {
  font-size: 0.938em;
  width: 45%;
  /*margin: 0 auto;*/
  margin-left: 14%;
}
.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 1001;
  font-size: 2em;
  color: #fff;
}
.video-container .link a {
  color: #fff;
}
.video-container video {
  /*position: absolute;
  z-index: 0;
  bottom: 0;*/
}
.video-container video.fillWidth {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;

}

.headline{
  margin-left: 14%;
}


.main-image {
      width: 380px;
      margin-bottom: 0.75em;
    }
    .thumbnails li {
      display: inline;
      margin: 0 10px 0 0;
    }

.produtos{
  padding-top: 84px;
}

.produtos h3{
  font-size:2.1875em;
  color:#404243;  
  }
.produtos p{
  font-size:1.5em ;
  color:#404243;
  margin-bottom: 93px;  
}

.baterias h3{  
  font-size:2.1875em;
  color:#404243; 
  margin-bottom: 21px; 
  height: 39px;
  }

.baterias p{
  font-size:1.5em ;
  color:#404243;
  margin-top: 0!important;
  margin-bottom: 21px!important;
  
}

.download{
  background: #fff;
}
.download h3{
  font-size:2.1875em;
  color:#404243; 
  padding-left: 130px;
  margin-bottom: 21px; 
  height: 39px;
  
  }
.download p {
    font-size: 1.5em;
    color: #404243;
    margin-bottom: 43px;
    background: none;
}


.contato h3{
  font-size:2.1875em;
  color:#000;    
  text-align: center;
  background: none;
  margin-top: 167px;
  
  }
.contato p {
    font-size: 1.5em;
    color: #404243;
    margin-bottom: 43px;
    background: none;
}
.contato .ico_carta{
  margin-top: 79px;
  font-size:1.5em ;
  color:#525f6b; 
  background: url('../../assets/img/ico_carta.jpg') no-repeat;
  padding-left: 48px;
  margin-bottom: 93px; 
  height: 27px; 
  font-weight: bold; 
}

.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7;
}
.btn_12v{
  background: url('../../assets/img/btn_12v_off.png') no-repeat;
  height: 42px;
  width: 92px;
  text-indent: -99999px;
}

.btn_14v{
  background: url('../../assets/img/btn_14v_off.png') no-repeat;
  height: 44px;
  width: 116px;
  text-indent: -99999px;
}

.btn_18v{
  background: url('../../assets/img/btn_18v_off.png') no-repeat;
  height: 48px;
  width: 88px;
  text-indent: -99999px;
}

.btn_36v{
  background: url('../../assets/img/btn_36v_off.png') no-repeat;
  height: 44px;
  width: 95px;
  text-indent: -99999px;
}

.btn_baterias{
  background: url('../../assets/img/btn_baterias_off.png') no-repeat;
  height: 73px;
  width: 216px;
  text-indent: -99999px;
}

.btn_carregadores{
  background: url('../../assets/img/btn_carregadores_off.png') no-repeat;
  height: 73px;
  width: 216px;
  text-indent: -99999px;  
}

.nav-pills>li {    
    margin-bottom: 24px;
}


.nav-pills>li.active>a.btn_12v,
.nav-pills>li.active>a.btn_12v:focus, 
.nav-pills>li.active>a.btn_12v:hover{
  background: url('../../assets/img/btn_12v.png') no-repeat;
  
}

.nav-pills>li.active>a.btn_14v,
.nav-pills>li.active>a.btn_14v:focus, 
.nav-pills>li.active>a.btn_14v:hover{
  background: url('../../assets/img/btn_14v.png') no-repeat; 
  
}

.nav-pills>li.active>a.btn_18v,
.nav-pills>li.active>a.btn_18v:focus, 
.nav-pills>li.active>a.btn_18v:hover{
  background: url('../../assets/img/btn_18v.png') no-repeat;
  
}

.nav-pills>li.active>a.btn_36v,
.nav-pills>li.active>a.btn_36v:focus, 
.nav-pills>li.active>a.btn_36v:hover{
  background: url('../../assets/img/btn_36v.png') no-repeat;  
}

.nav-pills>li.active>a.btn_baterias,
.nav-pills>li.active>a.btn_baterias:focus, 
.nav-pills>li.active>a.btn_baterias:hover{
  background: url('../../assets/img/btn_baterias_on.png') no-repeat;
  
}

.nav-pills>li.active>a.btn_carregadores,
.nav-pills>li.active>a.btn_carregadores:focus, 
.nav-pills>li.active>a.btn_carregadores:hover{
  background: url('../../assets/img/btn_carregadores_on.png') no-repeat; 
  
}


.nav-pills>li>a {
    border-radius: 4px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  /*background-image: none;*/
  background: url('../../assets/img/setab_left.png') no-repeat!important;  
  /*background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;*/
  height: 31px;
  width : 17px;
  margin-top: 106px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  /*background-image: none;*/
  background: url('../../assets/img/setab_right.png') no-repeat!important;  
  /*background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;*/
  height: 31px;
  width : 17px;
  margin-top: 106px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}

.thumbnail{
  border: 0px solid!important;
}
/* End carousel */

.nav2>li {
    position: relative;
    display: inline!important;
}

.row{
  margin-left: 0px!important;
  margin-right: 0px!important;
}

.navdownload{    
    list-style: none;
    margin-left: 32%;    
    top:25%;
    margin-top: 92px;
    

}

.navdownload li{
  display: inline-block; 
  margin-right: 135px; 
}

.navdownload li span{
  color: #000;
  font-size: 18px;
  line-height:45px; 

}

.imgFerramentas{
  position: relative;
  top:25%;
  margin-top: 105px;
  left: 21%;
}


.form-control, select {
    display: block;
    width: 100%;
    height: 49px!important;
    padding: 6px 12px;
    font-size: 14px!important;
    line-height: 1.42857143;
    color: #000000!important;
    background-color: #edeff0!important;    
    border: none!important;
    font-family: 'bosch_sans_mediumregular'!important;
    
    
}

.labelnome{
  margin-right: 30px;
}  
.inputnome{  
  min-width:274px!important;
  color:#000000!important;
}



.btn_enviar{
  background: url('../../assets/img/btn_enviar.png') no-repeat!important;
  height: 41px;  
  width: 275px;
  margin-top:21px;
}

.txt_Inicio, .txt_Inicio a{
  font-size:1.2em!important ;
  color:#525f6b; 
  float: left; 
  text-decoration: none;       
}
.txt_Inicio a:hover{    
  text-decoration: none;       
}
.navredessociais{    
    list-style: none;
    font-size:1.5em ;
    color:#525f6b;         
    float: right;
}

/*@media (max-width: 1600px) and (min-width: 1300px){*/
@media (max-width: 1600px){
.navredessociais{
    clear: both!important;
    padding-left: 0!important;
    float: left!important;
  }
}

.navredessociais li{
  display: inline;    
}

.rodape{
  margin-top: 54px;
  border-top: 1px #dcdfe1 solid;
  padding-bottom: 9px; 
}
.rodapeint{
  margin-top: 51px;
}

.carousel-indicators{
  height: 50px;
}
.glyphicon-chevron-left_2{
    position: absolute;
    top: 50%!important;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    background: url('../../assets/img/prev_1.png') center no-repeat!important;        
    width: 34px;
    height: 33px;  
}


@media screen and (min-width: 768px)
.glyphicon-chevron-right_2{
    margin-right: -10px;
}
@media screen and (min-width: 768px)
.glyphicon-chevron-right_2{
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}

.glyphicon-chevron-right_2{
    right: 50%;
    margin-right: -10px;
}

.glyphicon-chevron-right_2{
    position: absolute;
    top: 50%!important;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    background: url('../../assets/img/next_1.png') center no-repeat!important;        
    width: 34px;
    height: 33px;  
}

.listFerramentas{
    list-style: none;
    left: 10%;
    position: relative;

}


.listFerramentas li{
    list-style: none;
    padding: 0;
    margin: 0 18px 18px 0;
    float: left;
}
.moldura{
  border-left:1px solid #e1e1e1;     
  border-right:1px solid #e1e1e1;     
  border-bottom:1px solid #e1e1e1;     
  border-top:0;     

  
}

.fontabas{
    color: #000!important;
    font-weight: bold!important;
    text-align: center;    

}



.nav-justified2 li {
    width: 10%;
}

.slider {
    width: 90%;
    margin: 20px auto;        
}

.slick-slide {
  margin: 0px 20px  0 20px ;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.btnprev{
  background: url('../../assets/img/setab_left.png') center no-repeat!important;        
  width: 34px;
  height: 33px;  
}
.btnnext{
  background: url('../../assets/img/setab_right.png') center no-repeat!important;    
  width: 34px;
  height: 33px;    
}
.logovolts{
  text-align: center;
  padding-top: 35px;
  margin-bottom: 0!important;
}


.imgSaibamais{
  position: absolute;
  bottom: 14%;
  left: 20%;
}

/*menu*/
.boxMenu{  
  z-index: 77777;
  position: fixed;
  top: 30%; 
}

 .navMenu{
    list-style: none;    
    position: relative;     
       
 }

.navMenu li{
    display: block;        
 }

.btnHome .btnHomeOn,
.btnVideo .btnVideoOn,
.btnProdutivida .btnProdutividaOn,
.btnDurabilidade .btnDurabilidadeOn,
.btnPraticidade .btnPraticidadeOn,
.btnProdutos .btnProdutosOn,
.btnDownload .btnDownloadOn,
.btnContato .btnContatoOn
 {
    display:none;
}

#boxRegulamento {
  display: none;
}

#boxRegulamento{
  background: #1baad9;
  position: relative;
  z-index: 99999;
  top: 0;
}

 .listclientes{
    list-style: none;            
    margin: 0;
    padding: 0;
       
 }

.listclientes li{
    display: inline-block;      
 }

#boxRegulamento h2{
  color: #fff;
  margin-bottom: 32px;
  font-size: 30px;
  font-family: 'bosch_sans_mediumregular';
  margin-top: 100px;
}

#boxRegulamento .txtRegulamento{
  background: #ffffff;
  padding: 48px 48px 20px 48px;
  

}

#boxRegulamento .txtRegulamento p{
  color: #000;
  font-size: 17px;
  font-family: 'bosch_sans_mediumregular';
  margin-bottom: 0;
}

.boxFerramentas{
  width: 607px;
  height: 215px;
  padding: 33px;
  margin-left: 16%;  
  background: url('../../assets/img/bg_azulTrans.png') repeat!important;        
  

}

.boxFerramentas p{
  color: #ffffff;
  font-weight: bold;
  font-size: 44px;  
  font-family: 'bosch_sans_boldregular';
  text-align: left;
  line-height: 51px;  
}

.boxFerramentas p span{
  color: #ffffff;
  font-size: 24px;
  font-family: 'bosch_sans_boldregular';
  
}


@media (min-width: 1920px) and (max-width: 2560px) {
  .boxFerramentas{
  width: 607px;
  height: 270px;
  padding: 33px; }
}

@media (min-width: 1600px) and (max-width: 1920px) {
  .boxFerramentas{
  width: 607px;
  height: 270px;
  padding: 33px; }
}

@media (min-width: 1300px) and (max-width: 1600px) {
  .boxFerramentas{
  width: 607px;
  height: 270px;
  padding: 33px; }  
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .boxFerramentas{
  width: 607px;
  height: 270px;
  padding: 33px; }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .boxFerramentas{
  width: 607px;
  height: 270px;
  padding: 33px; }
}

@media (min-width: 1024px) and (max-width: 1130px) {
  .boxFerramentas{
  width: 607px;
  height: 270px;
  padding: 33px; }
}


@media (min-width: 800px) and (max-width: 1024px) {
  .boxFerramentas{
  width: 607px;
  height: 270px;
  padding: 33px; }
}


@media (max-width: 1024px) and (min-width: 1280px){
  .boxFerramentas {
      width: 607px;
      height: 270px;
      padding: 33px;
  }
}

@media (min-width: 1920px) and (max-width: 2560px) {

 .imglogoPower{
      margin: -213px 0 0 471px!important
    }
}

@media (min-width: 1280px) and (max-width: 1920px) {
  .imglogoPower{      
      margin: -213px 0 0 466px!important;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
 .imglogoPower{      
      margin: -213px 0 0 466px!important;
      /*width: 106px!important;
      height: 104px!important;*/
      
    }
} 

.btnVideo1{margin-top: -91px;}

@media (min-width: 800px) and (max-width: 1024px) {
 .imglogoPower{
      margin: -213px 0 0 466px!important;      
      /*width: 106px!important;
      height: 104px!important;
      display: none!important;*/
    }
} 

@media (min-width: 768px) and (max-width: 800px) {
  .boxFerramentas{
  width: 346px;
  height: 140px;
  padding: 33px; }
  .boxFerramentas p {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 27px;}
    .boxFerramentas p span {    
    font-size: 12px;  }    
}
@media (min-width: 768px) and (max-width: 800px) {
 .imglogoPower{
      margin: -131px 0 0 210px!important;      
      /*width: 106px!important;
      height: 104px!important;*/

    }
}    

@media (min-width: 580px) and (max-width: 768px) {
  .boxFerramentas{
  width: 346px;
  height: 140px;
  padding: 33px; }
  .boxFerramentas p {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 27px;}
    .boxFerramentas p span {    
    font-size: 12px;  }
    .btnVideo1{margin-top: 0;}   
}
@media (min-width: 580px) and (max-width: 768px) {
    .imglogoPower{
      margin: -131px 0 0 181px!important;
      /*width: 106px;
      height: 104px;*/

    }
}
@media (min-width: 470px) and (max-width: 580px) {
  .boxFerramentas{
  width: 346px;
  height: 140px;
  padding: 33px; }
  .boxFerramentas p {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 27px;}
    .boxFerramentas p span {    
    font-size: 12px;  }
}
@media (min-width: 470px) and (max-width: 580px) {
    .imglogoPower{
      margin: -131px 0 0 181px!important;
      /*width: 106px;
      height: 104px;*/

    }
}

@media (min-width: 200px) and (max-width: 470px) {
  .boxFerramentas{
  width: 346px;
  height: 140px;
  padding: 33px; }
  .boxFerramentas p {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 27px;}
    .boxFerramentas p span {    
    font-size: 12px;  }
    .btnVideo1{display: none;} 
}
@media (min-width: 200px) and (max-width: 470px) {
    .imglogoPower{
      display: none;

    }
}

@media (min-width: 950px) and (max-width: 1920px) {
  
  .navdownload{margin-left: 15%!important;}
  .imgFerramentas{ left: 5%!important; }
 
}

@media (min-width: 860px) and (max-width: 950px) {
  .imgFerramentas{ left: 10%!important; }
 
}


@media (min-width: 860px) and (max-width: 950px) {
  .imgFerramentas{ left: 10%!important; }
 
}

@media (min-width: 200px) and (max-width: 859px) {
  .imgFerramentas{ left: 0!important; }
 
}


/*.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}*/
 
/* 16x9 Aspect Ratio */
/*.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}*/
 
/* 4x3 Aspect Ratio */
/*.intrinsic-container-4x3 {
  padding-bottom: 75%;
}*/
 
.intrinsic-container iframe {
  /*position: absolute;*/
  top:0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  height: 434px;
  border: none;
  overflow: hidden;
}

@media (min-width: 1750px) and (max-width: 2600px) {
  .intrinsic-container iframe {height: 535px!important;}
 
}

@media (min-width: 1046px) and (max-width: 1300px) {
   .intrinsic-container iframe {height: 529px!important;}
}

@media (min-width: 568px) and (max-width: 1046px) {
  .intrinsic-container iframe {height: 529px!important;}
 
}

@media (min-width: 391px) and (max-width: 568px) {
  .intrinsic-container iframe {height: 529px!important;}
 
}

@media (min-width: 200px) and (max-width: 390px) {
  .intrinsic-container iframe {height: 629px!important;}
 
}

.nav-tabs>li {    
    /*margin-bottom: -12px!important;*/
}

@media screen and (max-width: 1024px){
  .nav-justified2 li {
      width: 23%!important;
  }
}

@media screen and (max-width: 1024px){

h3 {
    font-size: 15px!important;
}

}

@media screen and (max-width: 1024px){
  .navdownload li {
      margin-right: 0;
  }
}

/*#box7{
  display: none;
}*/