/*@import "http://designmodo.github.io/Flat-UI/dist/css/flat-ui.min.css";

@import "https://daneden.github.io/animate.css/animate.min.css";*/



body {

  position: relative;

  overflow-x: hidden;

  font-family: 'texgyreadventorregular';

  letter-spacing: 0.5px;

  background-color: #e2e2e2;

}



body,

html {

  height: 100%;

  background-color: #e2e2e2;

  letter-spacing: 0.5px;

}

.nav .open > a {

  background-color: transparent;

}

.nav .open > a:hover {

  background-color: transparent;

}

.nav .open > a:focus {

  background-color: transparent;

}



#wrapper {

  -moz-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  padding-left: 0;

  transition: all 0.5s ease;

}

#wrapper.toggled {

  padding-left: 300px;

}

#wrapper.toggled #sidebar-wrapper {

  width: 260px;

}

#wrapper.toggled #page-content-wrapper {

  margin-right: -220px;

  position: absolute;

}

#sidebar-wrapper {

  -moz-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  background: #1a1a1a;

  height: 100%;

  left: 220px;

  margin-left: -220px;

  overflow-x: hidden;

  overflow-y: auto;

  transition: all 0.5s ease;

  width: 0;

  z-index: 1000;

}

#sidebar-wrapper::-webkit-scrollbar {

  display: none;

}

#page-content-wrapper {

  padding-top: 70px;

  width: 100%;

}



/*====SLIDER====*/

.slider-trans{

  margin-top: -18px; 

}

.slider{

  padding-right: 0;

  padding-left: 0;

}

.bs-slider{

  overflow: hidden;

  position: relative;

  background: #000000;

  height:267px;/*Nuevo 13-08-2018*/

}

.bs-slider:hover {

  cursor: -moz-grab;

  cursor: -webkit-grab;

}

.bs-slider:active {

  cursor: -moz-grabbing;

  cursor: -webkit-grabbing;

}

.bs-slider .bs-slider-overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0);

}

.bs-slider > .carousel-inner > .item > img,

.bs-slider > .carousel-inner > .item > a > img {

  margin: auto;

  width: 100% !important;

}



/*====Slide effect====*/

.fade {

  opacity: 1;

}

.fade .item {

  top: 0;

  z-index: 1;

  opacity: 0;

  width: 100%;

  position: absolute;

  left: 0 !important;

  display: block !important;

  -webkit-transition: opacity ease-in-out 1s;

  -moz-transition: opacity ease-in-out 1s;

  -ms-transition: opacity ease-in-out 1s;

  -o-transition: opacity ease-in-out 1s;

  transition: opacity ease-in-out 1s;

}

.fade .item:first-child {

  top: auto;

  position: relative;

}

.fade .item.active {

  opacity: 1;

  z-index: 2;

  -webkit-transition: opacity ease-in-out 1s;

  -moz-transition: opacity ease-in-out 1s;

  -ms-transition: opacity ease-in-out 1s;

  -o-transition: opacity ease-in-out 1s;

  transition: opacity ease-in-out 1s;

}



/*----- LEFT/RIGHT ROUND CONTROL -----*/

.control-round .carousel-control {

  top: 10%;

  opacity: 0;

  width: 45px;

  height: 45px;

  z-index: 100;

  color: #ffffff;

  display: block;

  font-size: 24px;

  cursor: pointer;

  overflow: hidden;

  line-height: 43px;

  text-shadow: none;

  position: absolute;

  font-weight: normal;

  background: transparent;

  -webkit-border-radius: 100px;

  border-radius: 100px;

}

.control-round:hover .carousel-control{

  opacity: 1;

}

.control-round .carousel-control.left {

  left: 1%;

}

.control-round .carousel-control.right {

  right: 1%;

}

.control-round .carousel-control.left:hover,

.control-round .carousel-control.right:hover{

  color: #fdfdfd;

  background: rgba(0, 0, 0, 0.5);

  border: 0px transparent;

}

.control-round .carousel-control.left>span:nth-child(1){

  left: 45%;

}

.control-round .carousel-control.right>span:nth-child(1){

  right: 45%;

}



/*---- INDICATORS CONTROL ----*/

.indicators-line > .carousel-indicators{

  right: 45%;

  bottom: 0;

  left: auto;

  width: 90%;

  height: 20px;

  font-size: 0;

  overflow-x: auto;

  text-align: right;

  overflow-y: hidden;

  padding-left: 10px;

  padding-right: 10px;

  padding-top: 1px;

  white-space: nowrap;

}

.indicators-line > .carousel-indicators li{

  padding: 0;

  width: 10px;

  height: 10px;

  border: 1px solid rgb(230, 230, 230);

  text-indent: 0;

  overflow: hidden;

  text-align: left;

  position: relative;

  letter-spacing: 1px;

  background: rgb(255, 255, 255);

  -webkit-font-smoothing: antialiased;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  margin-right: 5px;

  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);

  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);

  z-index: 10;

  cursor:pointer;

}

.indicators-line > .carousel-indicators li:last-child{

  margin-right: 0;

}

.indicators-line > .carousel-indicators .active{

  margin: 1px 1px 1px 1px;

  box-shadow: 0 0 0 1px #fff;

  background-color: transparent;

  position: relative;

  -webkit-transition: box-shadow 0.3s ease;

  -moz-transition: box-shadow 0.3s ease;

  -o-transition: box-shadow 0.3s ease;

  transition: box-shadow 0.3s ease;

  -webkit-transition: background-color 0.3s ease;

  -moz-transition: background-color 0.3s ease;

  -o-transition: background-color 0.3s ease;

  transition: background-color 0.3s ease;



}

.indicators-line > .carousel-indicators .active:before{

  transform: scale(0.5);

  background-color: #fff;

  content:"";

  position: absolute;

  left:-1px;

  top:-1px;

  width:10px;

  height: 10px;

  border-radius: 50%;

  -webkit-transition: background-color 0.3s ease;

  -moz-transition: background-color 0.3s ease;

  -o-transition: background-color 0.3s ease;

  transition: background-color 0.3s ease;

}



/*---- SLIDE CAPTION ----*/

.slide_style_left {

  text-align: left !important;

}

.slide_style_right {

  text-align: right !important;

}

.slide_style_center {

  text-align: center !important;

}



.slide-text {

  left: 0;

  top: 25%;

  right: 0;

  margin: auto;

  padding: 10px 4%;

  position: absolute;

  text-align: left;

}

.slide-text > h1 {

  padding: 0;

  color: #000;

  font-size: 23px;

  margin-bottom: 0;

  display: inline-block;

  -webkit-animation-delay: 0.7s;

  animation-delay: 0.7s;

  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

  margin-top: 10px;

}

.slide-text > p {

  padding: 0;

  color: #000;

  font-size: 15px;

  font-weight: 300;

  margin-bottom: 5px;

  -webkit-animation-delay: 1.1s;

  animation-delay: 1.1s;

  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);

}

.slide-text > a.btn-default{

  color: #FFF;  

  font-size: 10px;

  background:#082f50 !important; 

  font-weight: bold;

  margin-right: 10px;

  text-align: center;

  padding: 10px 15px;

  white-space: nowrap;

  display: inline-block;

  border: none;

  border-radius: 0;

  text-transform: uppercase;

  -webkit-animation-delay: 2s;

  animation-delay: 2s;

  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

  -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);

  -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);

  box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);

}

/*.slide-text > a.btnColor-1{

  background-color: #3a2b8d;

}

.slide-text > a.btnColor-2{

  background-color: #82ad17;

}

.slide-text > a.btnColor-3{

  background-color: #8d0398;

}

.slide-text > a.btnColor-4{

  background-color: #db6100;

}

.slide-text > a.btnColor-5{

  background-color: #06080c;

}*/

.slide-text > a.btn-primary{

  color: #ffffff;

  cursor: pointer;

  font-weight: 400;

  font-size: 13px;

  line-height: 15px;

  margin-left: 10px;

  text-align: center;

  padding: 17px 30px;

  white-space: nowrap;

  letter-spacing: 1px;

  background: #00bfff;

  display: inline-block;

  text-decoration: none;

  text-transform: uppercase;

  border: none;

  -webkit-animation-delay: 2s;

  animation-delay: 2s;

  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}

.slide-text > a:hover,

.slide-text > a:active {

  color: #ffffff;

  background: #ca9d47 !important;

  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;

  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;

}



/*TRANSMISIÓN EN VIVO*/

.trans{

  padding: 0;

}

.btnTrans {

  width: 100%;

  display: inline-block;

  padding: 0;

  margin-bottom: 0;

  white-space: nowrap;

  vertical-align: middle;

  -ms-touch-action: manipulation;

  touch-action: manipulation;

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  background-image: none;

  border: 0px solid transparent;

}

.btnTrans img{

  width: 100%;

}

.modal-title {

  margin: 0;

  line-height: 1.3;

  color: #000;

}



/*ESTAS VIENDO*/

.estasViendo{

  background-color: #FFF;

}

.parrilla{

  padding-right: 0;

  padding-left: 0;

  margin-top: 5px;

}

.BarParrilla{

  background-color: #000;

}

.BarParrillaL{

  padding-left: 0;

}

.BarParrillaR{

  text-align: right;

  padding-right: 0;

}

.estasViendoImg{

  padding-top: 6px;

  padding-bottom: 6px;

  padding-left: 0;

  padding-right: 0;

}

.estasViendoImg img{

  width: 100%;

}

p.estasViendoTitulo{

  font-size: 12px;

  font-family: 'texgyreadventorbold';

  margin-top: 7px;

  margin-bottom:0;

  line-height: 1.5;

}

p.estasViendoPrograma{

  font-size: 14px;

  margin-bottom:0;

  line-height: 1.2;

}

.modEstasViendo {

  border-left: 2px #cacfd2 solid;

  padding-left: 4px;

  padding-right: 4px;

}

.modEstasViendoN{

  padding-left: 6px;

  padding-right: 6px;

} 

.estaNoche{

  background-color: #141133;

  color: #FFF;

}

.ahora{

  border:0;

}



/*TELEVEN PLAY*/

.televenPlay{margin-top: 5px;}

.contTvPlay{

  padding-right: 0;

  padding-left: 0;

  margin-top: 20px;

}

.BarTituloTvPlay{  

  height: 30px;

  background-color: #082f50;

  color: #fff;

  padding-left: 3px;

  padding-right: 5px;

  margin-bottom: 10px;

}

.BarTituloTvPlay a{  

  color: #fff;

}

.BarTituloTvPlay a:hover{  

  color: #fff;

}

.BarTituloTvPlay a img{

  width: 20px;

  margin-top: -4px;

}

.BarTituloTvPlay a img:hover{

  -ms-transform:scale(1.1,1.1);

  -webkit-transform:scale(1.1,1.1);

  transform:scale(1.1,1.1);

}

.televenPlay a span.play {

  color: red;

}

.btnTvPLay img{

  width: 100%;

}

.btnTvPLay {

  display: inline-block;

  padding: 0;

  margin-bottom: 0;

  white-space: nowrap;

  vertical-align: middle;

  -ms-touch-action: manipulation;

  touch-action: manipulation;

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  background-image: none;

  border: 0px solid transparent;

}

.btnTvPlayP p{

  width: 100%;

  position: absolute;

  bottom: 0;

  padding: 3px 3px;

  margin-bottom: 0;

  font-size: 10px;

  text-align: center;

  line-height: 1.3;

  color: #fff;

  background-color: rgba(0, 0, 0, 0.62);

}

.video {

  padding-right: 0;

  padding-left: 0;

}

/*====CONTENIDO====*/

.contenido{

}

/*MODULOS DE NOTICIAS*/

.moduloNoticia{

  height: 100%;

  margin-top: 20px;

  padding-right: 0;

  padding-left: 0;

}

.moduloNoticia2{

  height: 100%;

  margin-top: 20px;

  padding-right: 0;

  padding-left: 0;

}

.moduloNoticia3 {

  height: 300px;

  margin-top: 20px;

  padding-right: 0;

  padding-left: 0;

}

.moduloEnterate {

  margin-top: 20px;

  padding-right: 0;

  padding-left: 0;

}

.destacadoDer {

  height: 100%;

  margin-top: 10px;

  padding-left: 0;

  padding-right: 0;

  overflow: hidden;

}

.destacadoIzq {

  height: 100%;

  margin-top: 10px;

  padding-left: 0;

  padding-right: 0;

  overflow: hidden;

}

.destacado{

  height: 100%;

  margin-top: 10px;

  padding-left: 0; 

  overflow: hidden;

}

.destacado2{

  height: 100%;

  margin-top: 10px;

  padding-left: 0; 

  overflow: hidden;

}

.destacado2 img{

  width: 100%;

}

.destacado3{

  height: 190px;

  margin-top: 10px;

  padding-left: 0; 

  overflow: hidden;

}

.destacado3 img{

  width: 100%;

}

.destacado3 a p.titulo{

  font-size: 16px;

  font-family: 'texgyreadventorbold';

  line-height: 1.3;

  margin-top: 5px;

  margin-bottom: 5px;

  color: #000;

  height: 25px;

}

.destacado4{

  height: 250px;

  margin-top: 10px;

  padding-left: 0; 

  overflow: hidden;

}

.destacado4 a .imgNoticias {

  overflow: hidden;

}



.destacado4 img{

  width: 100%;

}

.destacado4 a p.titulo{

  font-size: 13px;

  font-family: 'texgyreadventorbold';

  line-height: 1.2;

  margin-top: 5px;

  margin-bottom: 5px;

  color: #000;

  height: auto; /*40px*/

}

.destacado4 a p.fechaHora{

  font-size: 10px;

  color: #717171;

  margin-bottom: 0px;

}

.destacado4 a p.resumen{

  font-size: 12px;

  color: #000;

  line-height: 1.4;

  margin-bottom: 0;

  height: 32px;

  overflow: hidden;

}



.destacado a p.titulo{

  font-size: 13px;

  font-family: 'texgyreadventorbold';

  line-height: 1.2;

  margin-top: 5px;

  margin-bottom: 5px;

  color: #000;

  height: 32px;

  overflow: hidden;

}

.destacado a p.fechaHora{

  font-size: 10px;

  color: #717171;

  margin-bottom: 0px;

}

.destacado a p.resumen{

  font-size: 12px;

  color: #000;

  line-height: 1.4;

  margin-bottom: 0;

  height: 32px;

  overflow: hidden;

}

.complementarias{

  margin-top: 0;

  padding-right: 0;

  padding-left: 0;

}

.nota0{

  height: 100px;

  padding-top: 10px;

  padding-bottom: 10px;

  padding-left: 0;

  overflow: hidden;

}

.nota0 a p.titulo{

  font-size: 14px;

  font-family: 'texgyreadventorbold';

  line-height: 1.2;

  margin-bottom: 0px;

  color: #000;

  height: 38px;

}

.nota0 a p.fechaHora{

  font-size: 10px;

  color: #717171;

  margin-bottom: 0px;

}

.nota0 a p.resumen{

  font-size: 12px;

  color: #000;

  line-height: 1.4;

  max-height: 30px;

  margin-bottom: 0;

}

.nota{

  height: 150px;

  padding-top: 10px;

  padding-bottom: 10px;

  padding-left: 0;

  overflow: hidden;

}

.notaSimple{

  height: 130px;

  padding-top: 10px;

  padding-bottom: 10px;

  padding-left: 0;

  overflow: hidden;

}

.borde{

  border-bottom: 0.1px solid #cecece;

}

.borde2{

  border-top: 0.1px solid #cecece;

}

.nota a p.titulo{

  font-size: 14px;

  font-family: 'texgyreadventorbold';

  line-height: 1.2;

  margin-bottom: 5px;

  color: #000;

  max-height: 32px;

  overflow: hidden;

}

.nota a p.fechaHora{

  font-size: 10px;

  color: #717171;

  margin-bottom: 0px;

}

.nota a p.resumen{

  font-size: 12px;

  color: #000;

  line-height: 1.4;

  height: 64px;

  overflow: hidden;

}

.nota a:hover p.titulo {

  color: #073767;

}

.nota0 a:hover p.titulo {

  color: #073767;

}

.notaSimple a p.titulo{

  font-size: 14px;

  font-family: 'texgyreadventorbold';

  line-height: 1.2;

  margin-bottom: 5px;

  color: #000;

  max-height: 32px;

  overflow: hidden;

}

.notaSimple a:hover p.titulo {

  color: #073767;

}

.notaSimple a p.fechaHora{

  font-size: 10px;

  color: #717171;

  margin-bottom: 0px;

}

.notaSimple a p.resumen{

  font-size: 12px;

  color: #000;

  line-height: 1.4;

  max-height: 48px;

  overflow: hidden;

}

.destacado a .imgNoticias {

  overflow: hidden;

  height: 188px;

}

.destacado a .imgNoticias img{

  width: 100%;

}

.destacado img {

  -webkit-transition: all .4s ease;

  -moz-transition: all .4s ease;

  -o-transition: all .4s ease;

  -ms-transition: all .4s ease;

  transition: all .4s ease;

}

.destacado a:hover img {

  filter: grayscale(100%);

  -webkit-filter: grayscale(100%);

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

  -ms-transform: scale(1.2);

}

.destacado p {

  -webkit-transition: all .4s ease;

  -moz-transition: all .4s ease;

  -o-transition: all .4s ease;

  -ms-transition: all .4s ease;

  transition: all .4s ease;

}

.destacado a:hover p.titulo {

  color: #073767;

}

.destacado3 a .imgNoticias {

  overflow: hidden;

  height: 200px;

}

.destacado3 a .imgNoticias img{

  width: 100%;

}

.destacado3 img {

  -webkit-transition: all .4s ease;

  -moz-transition: all .4s ease;

  -o-transition: all .4s ease;

  -ms-transition: all .4s ease;

  transition: all .4s ease;

}

.destacado3 a:hover img {

  filter: grayscale(100%);

  -webkit-filter: grayscale(100%);

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

  -ms-transform: scale(1.2);

}

.destacado3 p {

  -webkit-transition: all .4s ease;

  -moz-transition: all .4s ease;

  -o-transition: all .4s ease;

  -ms-transition: all .4s ease;

  transition: all .4s ease;

}

.destacado4 a:hover p.titulo {

  color: #073767;

}

.destacado4 img {

  -webkit-transition: all .4s ease;

  -moz-transition: all .4s ease;

  -o-transition: all .4s ease;

  -ms-transition: all .4s ease;

  transition: all .4s ease;

}

.destacado4 a:hover img {

  filter: grayscale(100%);

  -webkit-filter: grayscale(100%);

  -webkit-transform: scale(1.05);

  transform: scale(1.05);

  -ms-transform: scale(1.05);

}

.destacado4 p {

  -webkit-transition: all .4s ease;

  -moz-transition: all .4s ease;

  -o-transition: all .4s ease;

  -ms-transition: all .4s ease;

  transition: all .4s ease;

}

.destacado4 a:hover p.titulo {

  color: #073767;

}



.BarTitulo{  

  height: 30px;

  color: #fff;

  padding-left: 5px;

  padding-right: 5px;

}

.BarTitulo a{  

  color: #fff;

}

.BarTitulo a:hover{  

  color: #fff;

}

.BarTitulo a img{

  width: 20px;

  margin-top: -4px;

}

.BarTitulo a img:hover{

  -ms-transform:scale(1.1,1.1);

  -webkit-transform:scale(1.1,1.1);

  transform:scale(1.1,1.1);

}

.Especiales {

  /*background-color: #00BCD4;*/

  height: 50px;

  color: #fff;

  padding-left: 15px;

  padding-right: 5px;

  font-size: 28px;

}

.Especiales a{  

  color: #fff;

}

.Especiales a:hover{  

  color: #fff;

}

.Especiales a img{

  width: 25px;

  margin-top: -4px;

}

.Especiales a img:hover{

  -ms-transform:scale(1.1,1.1);

  -webkit-transform:scale(1.1,1.1);

  transform:scale(1.1,1.1);

}

.tusProgramas{

  background-color: #e68a01;

}

.Espectaculo{

  background-color: #9C27B0; 

}

.Nacionales {

  background-color: #01579B;

}

.Internacionales{

  background-color: #01579B;

}

.Actualidad{

  background-color: #FF5722;

}

.Saludable{

  background-color: #00B8D4;

}

.Bienestar{

  padding-left: 0;

}

.Tecnologia{

  background: #455A64; 

}

.Enterate {

  background-color:#082f50; 

}

.Deporte{

  background-color: #009688;

}

.CValores{

  /*background-color: #00a1dd;*/

  padding-top: 5px;

  padding-bottom: 5px;

  height: 39px;

  text-align: center;

  color: #FFF;

}    

.imgVertical{

  height: 230px;

  overflow: hidden;

  margin-top: 10px;

}

.imgVertical2{

  height: 170px;

  overflow: hidden;

  margin-top: 10px;

}

.imgVertical2 img{

  width: 100%;

}

.imgVertical img{

  width: 100%;

}

.notaVertical{

  height: 100%;

  overflow: hidden;

}

.notaVertical a p.titulo {

  font-size: 13px;

  font-family: 'texgyreadventorbold';

  line-height: 1.2;

  margin-top: 10px;

  margin-bottom: 5px;

  color: #000;

  height: 32px;

  overflow: hidden;

}

.notaVertical a p.fechaHora {

  font-size: 10px;

  color: #717171;

  margin-bottom: 0px;

}

.notaVertical a p.resumen {

  font-size: 12px;

  color: #000;

  line-height: 1.4;

  max-height: 30px;

  overflow: hidden;

}

.notaVertical img {

  -webkit-transition: all .4s ease;

  -moz-transition: all .4s ease;

  -o-transition: all .4s ease;

  -ms-transition: all .4s ease;

  transition: all .4s ease;

}

.notaVertical a:hover img {

  filter: grayscale(100%);

  -webkit-filter: grayscale(100%);

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

  -ms-transform: scale(1.2);

}

.notaVertical p {

  -webkit-transition: all .4s ease;

  -moz-transition: all .4s ease;

  -o-transition: all .4s ease;

  -ms-transition: all .4s ease;

  transition: all .4s ease;

}

.notaVertical a:hover p.titulo {

  color: #073767;

}



/*ENTREVISTA DE LA SEMANA*/

.entrevista {

  height: 200px;  

  margin-right: 15px;

  padding-right: 0;

  padding-left: 0;

  /*background: url(../img/noticias/entrevista_de_la_semana.jpg) #bbbbbb center center no-repeat;*/

  overflow: hidden;

}

.entrevista a img{

  width: 100%;

  position: absolute;

  bottom: -5px;

}

.BarEntrevista{

  background-color: #ffa000;

  height: 30px;

  text-align: center;

  color: #FFF;

  font-size: 18px;

}



/*NOTICIAS NACIONALES INTERNACIONALES*/

.moduloNoticiaNacional{

  height: 100%;

  margin-top: 20px;

  margin-bottom: 20px;

  padding-right: 0;

  padding-left: 0;

}

.destacadoNacional1{

  height: 100%;

  margin-top: 10px;

  padding-left: 0; 

  overflow: hidden;

}

.destacadoNacional1 a .imgNoticias {

  overflow: hidden;

}

.destacadoNacional1 a .imgNoticias img{

  width: 100%;

}

.destacadoNacional1 img {

  -webkit-transition: all .2s ease;

  -moz-transition: all .2s ease;

  -o-transition: all .2s ease;

  -ms-transition: all .2s ease;

  transition: all .2s ease;

}

.destacadoNacional1 a:hover img {

  filter: grayscale(100%) contrast(200%);

  -webkit-filter: grayscale(100%);

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

  -ms-transform: scale(1.2);

}

.destacadoNacional1 a .imgNoticias {

  overflow: hidden;

  height: 385px;

}

.destacadoNacional1 a .imgNoticias img{

  width: 100%;

}

.destacadoNacional1 a p.titulo{

  font-size: 20px;

  font-family: 'texgyreadventorbold';

  line-height: 1.2;

  margin-top: 5px;

  margin-bottom: 5px;

  color: #000;

  max-height: 50px;

}

.destacadoNacional1 a:hover p.titulo {

  color: #073767;

}

.destacadoNacional2 a:hover p.titulo {

  color: #073767;

}

.destacadoNacional1 a p.fechaHora{

  font-size: 10px;

  color: #717171;

  margin-bottom: 0px;

}

.destacadoNacional1 a p.resumen{

  font-size: 12px;

  color: #000;

  line-height: 1.4;

}

.notaNacional{

  height: 140px;

  padding-top: 10px;

  padding-bottom: 10px;

  padding-right: 0;

  padding-left: 0;

  overflow: hidden;

}

.borde{

  border-bottom: 0.1px solid #cecece;

}

.notaNacional a p.titulo{

  font-size: 14px;

  font-family: 'texgyreadventorbold';

  line-height: 1.2;

  margin-bottom: 5px;

  color: #000;

}

.notaNacional a:hover p.titulo {

  color: #073767;

}

.notaNacional a p.fechaHora{

  font-size: 10px;

  color: #717171;

  margin-bottom: 0px;

}

.notaNacional a p.resumen{

  font-size: 12px;

  color: #000;

  line-height: 1.4;

}

.destacadoNacional2{

  height: 230px;

  margin-top: 0;

  padding-left: 0; 

  overflow: hidden;

}

.destacadoNacional2 a p.titulo{

  font-size: 13px;

  font-family: 'texgyreadventorbold';

  line-height: 1.2;

  margin-top: 5px;

  margin-bottom: 5px;

  color: #000;

  height: 32px;

  overflow: hidden;

}

.destacadoNacional2 a p.fechaHora{

  font-size: 10px;

  color: #717171;

  margin-bottom: 0px;

}

.destacadoNacional2 a p.resumen{

  font-size: 12px;

  color: #000;

  line-height: 1.4;

}

.destacadoNacional2 a .imgNoticias {

  overflow: hidden;

  height: 150px;

}

.destacadoNacional2 a .imgNoticias img{

  width: 100%;  

}

.destacadoNacional2 img {

  -webkit-transition: all .2s ease;

  -moz-transition: all .2s ease;

  -o-transition: all .2s ease;

  -ms-transition: all .2s ease;

  transition: all .2s ease;

}

.destacadoNacional2 a:hover img {

  filter: grayscale(100%);

  -webkit-filter: grayscale(100%);

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

  -ms-transform: scale(1.2);

}

.destacadoNacional3{

  height: 215px;

  margin-top: 10px;

  padding-left: 0; 

  overflow: hidden;

}

.destacadoNacional3 a p.titulo{

  font-size: 13px;

  font-family: 'texgyreadventorbold';

  line-height: 1.2;

  margin-top: 5px;

  margin-bottom: 5px;

  color: #000;

}

.destacadoNacional3 a p.fechaHora{

  font-size: 10px;

  color: #717171;

  margin-bottom: 0px;

}

.destacadoNacional3 a p.resumen{

  font-size: 12px;

  color: #000;

  line-height: 1.4;

}

.destacadoNacional3 a .imgNoticias {

  overflow: hidden;

  height: 160px;

}

.destacadoNacional3 a .imgNoticias img{

  width: 100%;  

}

.destacadoNacional3 img {

  -webkit-transition: all .2s ease;

  -moz-transition: all .2s ease;

  -o-transition: all .2s ease;

  -ms-transition: all .2s ease;

  transition: all .2s ease;

}

.destacadoNacional3 a:hover img {

  filter: grayscale(100%);

  -webkit-filter: grayscale(100%);

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

  -ms-transform: scale(1.2);

}





/*====SIDEBAR====*/

.lateral-izq{

  height: 100%;

  background-color: #000;

  padding-left: 0;

  padding-right: 0;

  padding-top: 30px;

  margin-top: 0;

}



/* SLIDER FOTO DEL DÍA*/

.FotoDelDia{margin-bottom: 30px;overflow: hidden;}

.BarSideTituloFoto {

  height: 30px;

  color: #fff;

  background-color: #082f50;

}

figure { 

  margin: 0; 

}

div#captioned-gallery-1 { 

  width: 100%; overflow: hidden; 

  height: auto;

}

figure.slider { 

  position: relative;

  width: 500%;

  font-size: 0;

  animation: 20s slidy infinite; 

}

@keyframes slidy {

0% { left: 0%; }

20% { left: 0%; }

25% { left: -100%; }

45% { left: -100%; }

50% { left: -200.5%; }

75% { left: -200.5%; }

80% { left: -300.5%; }

99% { left: -300.5%; }

100% { left: -0%; }

}



figure.slider figure { 

  width: 20%;

  height: auto;

  display: inline-block;

  position: inherit; 

}

figure.slider img {

  width: 100%; height: auto;

}

figure.slider .tituloHorario{

  width: 100%;

  height: auto;

  z-index: 1000;

  position: absolute;

  top: 65%;

  color: #fff;

  text-align: center;  

  background-color: rgba(4, 4, 4, 0.7);

}

figure.slider .tituloHorario p{

  margin-bottom: 0;

  font-size: 16px;

  height: auto;

  padding-right: 2px;

  padding-left: 2px;

}



/*LO MÁS VISTO*/

.UltimasEntradas{}

.card{

  background-color: #FFF;

}

ul.nav-tabs li{

  width: 50%;

  text-align: center;

  margin-bottom: 13px;

}

ul.nav-tabs li a{

  font-size: 9px;

  color: #00a1dd;

  line-height: 1;

  margin: 0;

  border-radius: 0px;

}

ul.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {

  color: #fff;

  cursor: default;

  background-color: #082f50;

  border: 0px solid #ddd;

  border-bottom-color: transparent;

}

.LoMasV{

  height: 470px;

  padding-left: 0;

  padding-right: 0;

  margin-bottom: 20px;

}

.LoMasV a p {

  height: 44px;

  padding: 10px;

  text-decoration: none;

  overflow: hidden;

  color: #212121;

  margin-top: -15px;

  font-size: 12px;

  line-height: 26px;

  border-bottom: solid 0.75px #DDDDDD;  

  background-color: #f3f3f3;

}

.LoMasV a p span {

  padding: 15px;

  margin-left: -10px;

  margin-right: 5px;

  overflow: hidden;

  color: #FFF;

  font-size: 15px;

}

.LoMasV a p span.uno {
  background-color: #082f50;
}
.LoMasV a p span.dos {
  background-color: #082f50;
}
.LoMasV a p span.tres {
  background-color: #082f50;
}
.LoMasV a p span.cuatro {
  background-color: #082f50;
}
.LoMasV a p span.cinco {
  background-color: #082f50;
}
.LoMasV a p span.seis {
  background-color: #082f50;
}
.LoMasV a p span.siete {
  background-color: #082f50;
}
.LoMasV a p span.ocho {
  background-color: #082f50;
}
.LoMasV a p span.nueve {
  background-color: #082f50;
}
.LoMasV a p span.diez {
  background-color: #082f50;
  padding: 15px 11px;
}


.LoMasV a p:hover{

  color: #FFF;

  background-color: #082f50;

}



/* TUS PELÍCULAS*/

.TusPeliculas{margin-bottom: 30px; overflow: hidden;}

.CarteleraCine{margin-bottom: 30px; overflow: hidden;}

.BarSideTituloTusPeliculas{

  height: 30px;

  color: #fff;

  background-color: #e68a01;

}



/*TL TWITTER (Working in progress..)*/

.TLtwitter{margin-bottom: 20px}

.BarSideTituloTwitter{

  height: 30px;

  background-color: #082f50 !important;

}

.BarSideTituloTwitter a{

  color: #FFF;

}

.BarSideTituloTwitter a:hover{

  color: #FFF;

}

.TLtwitterBox{

  background-color: #FFF;

  padding-left: 0;

  padding-right: 0;

}



/*TL INSTAGRAM*/

.TLinstagram{

  margin-bottom: 20px;

}

.TLinstagramTitulo{

  height: 30px;

  background-color:#082f50 !important;

}

.TLinstagramTitulo a{

  color: #fff;

}

.TLinstagramTitulo a:hover{

  color: #fff;

}

/*TL FACEBOOK*/

.TLFacebook{

  margin-bottom: 20px;

}

.TLFacebookTitulo{

  height: 30px;

  background-color: #082f50 !important;

}

.TLFacebookTitulo a{

  color: #fff;

}

.TLFacebookTitulo a:hover{

  color: #fff;

}



/*ENCUESTA*/

.encuesta{

  margin-bottom: 30px;

}

.encuestaQ{

  height: 100%;

  background-color: #FFF;

  padding-left: 8px;

  padding-right: 8px;

}

.encuestaQ p{

  text-align: center;

  line-height: 1.3;

  padding: 8px;

  margin-bottom: 0;

  font-size: 17px;

}

.encuestaI{

  height: 100px;

  /*background: url(../img/noticias/img_encuesta.jpg) #bbbbbb center no-repeat;*/

}

.encuestaA{

  padding-left: 0;

  padding-right: 0;

  padding-top: 10px;

  padding-bottom: 10px;

  background-color: #082f50;

}

.respuesta {

  position: relative;

  padding-left: 10px;

  padding-right: 5px;

  color: #FFF;  

  line-height: 1.5;

  -webkit-transition: color .25s linear;

  transition: color .25s linear;

}

.respuesta label{

  font-size: 13px;

}

.encuestaBtn{

  text-align: center;

  color: #FFF;

  background-color: #47c3cf;

  padding-top: 5px;

  padding-bottom: 5px;

}

.encuestaBtn a{color: #FFF;}

.encuestaBtn a:hover{

  color: #FFF;

  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);

}

.resultado{

  margin-bottom: 10px;

}

.resultado p{

  color: #fff;

  font-size: 12px;

  margin-bottom: 2px;

}

.progressBG {

  height: 5px;

  background: #ebedef;

  border-radius: 02px;

  box-shadow: none;

}

/*PUBLICIDAD*/

.cinta1{

  width: 100%;

  background-color: #2d2d2d;

  color: #FFF;

  text-align: center;

  font-size: 8px;

  padding-top: 2px;

  padding-bottom: 2px;

  margin-top: -0.5px;

}

.cinta2{

  width: 100%;

  background-color: #2d2d2d;

  color: #FFF;

  text-align: center;

  font-size: 8px;

  padding-top: 2px;

  padding-bottom: 2px;

  margin-top: -0.5px;

}

.cinta3{

  width: 100%;

  background-color: #2d2d2d;

  color: #FFF;

  text-align: center;

  font-size: 8px;

  padding-top: 2px;

  padding-bottom: 2px;

  margin-top: -0.5px;

}

.publicidad{

  background-color: #DDDDDD;

  padding: 15px;

  margin-top: 10px;

}

.publicidad2{

  background-color: #DDDDDD;

  padding: 15px;

  margin-top: 60px;

  margin-bottom: 40px

}

.publicidadSideBar .BannerRectangular {

  margin-bottom: 30px;

}

.publicidadSideBar .BannerMovil {

  margin-bottom: 30px;

}

.leaderboard{  

  max-width: 728px;

  margin: 0 auto;

}

.leaderboard img{

  width: 100%;

}

.BannerMovil{  

  margin: 0 auto;

}

.BannerMovil img{

  width: 100%;

}

.BannerRectangular{  

  width: 100%;

  margin: 0 auto;

}

.BannerRectangular a img{  

  width: 100%;

  height: auto;

  margin: 0 auto;

}

.margen{

  margin-bottom: 10px;

}



/*MODAL PELICULAS*/

.btn-portadaPrensa {

  width: 100%;

  background-color: #012c4e;

  color: #FFF;

  letter-spacing: 0.9px;

  padding: 10px;

  font-size: 15px;

  font-weight: 400;

  line-height: 1;

  border: none;

  border-radius: 0;

  -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;

  transition: border .25s linear,color .25s linear,background-color .25s linear;

  -webkit-font-smoothing: subpixel-antialiased;

}

.btn-prensa{

  width: 100%;

  padding: 0;

  font-size: 15px;

  font-weight: 400;

  line-height: 1.4;

  border: none;

  border-radius: 4px;

  -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;

  transition: border .25s linear,color .25s linear,background-color .25s linear;

  -webkit-font-smoothing: subpixel-antialiased;

}

.btn-prensa img{

  width: 100%;

}

.modal-body2 {

  position: relative;

  padding: 10px 20px;

}

.modal-body2 p {

  padding: 5px 0 5px 0;

  margin: 0;

}

.modal-body2 h4{

  padding: 0;

  color: #084b8f;

  border-bottom: 2px solid #084b8f;

}

.modal-footer2 {

  padding: 0;

  text-align: right;

  border-top: 1px solid #e5e5e5;

}



/*MODAL*/

.modal-content{

  border-radius: 0px;

}

.modal-header{

  background-color: #082f50;

}

.modal-title{

  color: #FFF;

}

.modal-body {

  background-color: #FFF;

}

.modal-header .close {

  margin-top: -5px;

  font-size: 30px;

  font-weight: normal;

  color: #FFF;

  opacity: 1;

  text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.0);

}

.close:hover{

  font-size: 30px;

  color: #000;

  opacity: 1;

  text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.5);

}

/*====VIDEOS ASIDE====*/

.margen2 {margin-bottom: 25px;}

.LaEntrevista img{

  width: 100%;

}

.modVideos{

  padding-left: 0;

  padding-right: 0;

}

.modVideos .barEntrevista {

  background-color: #fff;

  border: 2px #0d47a1 solid;

  text-align: center;

  color: #0d47a1;

}

.modVideos .btnTvPlayP p {

  width: 100%;

  position: absolute;

  bottom: 0;

  padding: 8px 3px;

  margin-bottom: 0;

  font-size: 12px;

  text-align: center;

  line-height: 1.3;

  color: #fff;

  background-color: rgba(0, 0, 0, 0.62);

}



.tophomepublicidad{width: 100% !important;height: auto !important;}

.oracionritualimg{width:100%; height:100%;}



/*------------------------------------------------------*/

/* RESPONSIVE

/*------------------------------------------------------*/

@media screen and (max-width: 2560px) {

  .slide-text {top: 40px;}/*Nuevo*/ 

  .nota0 a p.titulo{height:auto;}/*Nuevo*/

  .destacado a p.titulo{height: auto;}/*Nuevo*/

  .nota a p.titulo{height:auto;}/*Nuevo*/

  .notaVertical a p.titulo{height:auto;}/*Nuevo*/

}



@media screen and (min-width: 1680px){

.bs-slider {margin-top: 0px !important;}

#tophome img {margin-top: -3% !important;}

.destacado a .imgNoticias {overflow: hidden;height: auto!important;}

.destacadoNacional1 a .imgNoticias {overflow: hidden;height: auto!important;}

.destacadoNacional2 a .imgNoticias {overflow: hidden;height: auto!important;}

.destacadoNacional2 {height: auto!important;margin-top: 0;padding-left: 0;overflow: hidden;}	

}



@media screen and (min-width: 1920px){

.bs-slider {margin-top: 0px !important;}

#tophome img {margin-top: -13% !important;}

.destacado a .imgNoticias {overflow: hidden;height: auto!important;}

.destacadoNacional1 a .imgNoticias {overflow: hidden;height: auto!important;}

.destacadoNacional2 a .imgNoticias {overflow: hidden;height: auto!important;}

.destacadoNacional2 {height: auto!important;margin-top: 0;padding-left: 0;overflow: hidden;}

}





@media screen and (min-width: 2560px){

.destacado a .imgNoticias {overflow: hidden;height: auto!important;}

.destacadoNacional1 a .imgNoticias {overflow: hidden;height: auto!important;}

.destacadoNacional2 a .imgNoticias {overflow: hidden;height: auto!important;}

.destacadoNacional2 {height: auto!important;margin-top: 0;padding-left: 0;overflow: hidden;}	

}





@media screen and (max-width: 1600px) {

  .slide-text {top: 40px;}/*Nuevo*/ 

  .nota0 a p.titulo{height:auto;}/*Nuevo*/

  .nota0{height: 110px;}/*Nuevo*/

  .destacado a p.titulo{height: auto;}/*Nuevo*/

  .nota a p.titulo{height:auto;}/*Nuevo*/

  .notaVertical a p.titulo{height:auto;}/*Nuevo*/

}



@media screen and (max-width: 1440px) {

  .modVideos .barEntrevista {font-size: 14px;}

  .slide-text {top: 40px;}/*Nuevo*/ 

  .nota0 a p.titulo{height:auto;}/*Nuevo*/

  .nota0{height: 110px;}/*Nuevo*/

  .destacado a p.titulo{height: auto;}/*Nuevo*/

  .nota a p.titulo{height:auto;}/*Nuevo*/

  .notaVertical a p.titulo{height:auto;}/*Nuevo*/

}



@media screen and (max-width: 1366px) {

  .modVideos .barEntrevista {font-size: 14px;}

  .slide-text {top: 40px;}/*Nuevo*/

  .nota0 a p.titulo{height:auto;}/*Nuevo*/ 

  .nota0{height: 110px;}/*Nuevo*/

  .destacado a p.titulo{height: auto;}/*Nuevo*/

  .nota a p.titulo{height:auto;}/*Nuevo*/

  .notaVertical a p.titulo{height:auto;}/*Nuevo*/

}



@media screen and (max-width: 1280px) { 

  .slide-text {top: 40px;}/*Nuevo*/ 

  .nota0 a p.titulo{height:auto;}/*Nuevo*/

  .nota0{height: 110px;}/*Nuevo*/

  .destacado a p.titulo{height: auto;}/*Nuevo*/

  .nota a p.titulo{height:auto;}/*Nuevo*/

  .notaVertical a p.titulo{height:auto;}/*Nuevo*/

  .notaVertical a p.titulo{height:auto;}/*Nuevo*/

}



@media screen and (max-width: 1024px) {

  .destacado a .imgNoticias {height: auto;}/*original top: height: 120px;*/ 

  .destacadoNacional1 a .imgNoticias {height: 310px;}

  .destacadoNacional2 {height: 185px;}

  .destacadoNacional1 a p.titulo{font-size: 16px;overflow: hidden;}

  .destacadoNacional2 a .imgNoticias {overflow: hidden;height: 120px;}

  .nota0 a p.titulo{font-size: 11px;overflow: hidden;}

  .nota0 a p.resumen{font-size: 11px;overflow: hidden;}

  .nota a p.resumen{font-size: 10px;}

  .nota{height: 110px;}

  .imgVertical2 {height: auto;}/*original top: height: 120px;*/  

  .destacado3 {height: 160px;}

  .FotoDelDia {height: 280px;}

  .TusPeliculas {height: 280px;}

  .CarteleraCine {height: 280px;}

  .respuesta label {font-size: 10px;}

  figure.slider .tituloHorario p{font-size: 14px;}

  .btn-TV {font-size: 10px;}

  .BarEntrevista{font-size: 14px;}

  .destacado4 a p.titulo{height: auto;} /*height: 50px;*/

  .slide-text {top: 0px;}/*Nuevo*/ 

  .nota0 a p.titulo{height:auto;}/*Nuevo*/

  .slide-text > p {font-size: 10px;line-height: 17px;margin-bottom: 10px;}

  .slide-text > h1 {font-size: 20px;} 

}

/*@media (max-width: 991px) {

  .slide-text h1 {

    font-size: 16px;

    line-height: 50px;

    margin-bottom: 20px;

  }

  .slide-text > p {

    font-size: 18px;

  }

}*/



@media screen and (max-width: 960px) {

  figure.slider .tituloHorario{top: 55%;}

  .slide-text {top: 0px;}/*Nuevo*/ 

}



@media screen and (max-width: 900px) {

  figure.slider .tituloHorario{top: 55%;}

  .slide-text {top: -5px;}/*Nuevo*/ 

}



@media screen and (max-width: 800px) {

  p.estasViendoTitulo{font-size: 10px;}

  p.estasViendoPrograma {font-size: 10px;}  

  figure.slider .tituloHorario{top: 60%;}

  .slide-text {top: -10px;}/*Nuevo*/ 

}



@media screen and (max-width: 773px) {

  figure.slider .tituloHorario{top: 65%;}

  .slide-text {top: -10px;}/*Nuevo*/  

}



@media screen and (max-width: 768px) {

  .slide-text {padding: 10px 20px;}

  .slide-text h1 {font-size: 13px;line-height: 1;margin-bottom: 0;}

  .slide-text{top:0%;}

  .slide-text > p {font-size: 8px;line-height: 17px; margin-bottom: 0px;}

  .slide-text > a.btn-default{font-size: 7px;padding: 8px 15px;}

  .indicators-line > .carousel-indicators{right: 35%;bottom: -15px;}

  p.estasViendoTitulo {font-size: 9px;}

  p.estasViendoPrograma {font-size: 10px;}

  .destacadoNacional1 a p.titulo {font-size: 16px;}

  .destacadoNacional2 a .imgNoticias{height: 115px;}

  .nota0 a p.titulo{font-size: 11px;}

  .nota0 a p.resumen{font-size: 11px;overflow: hidden;}

  .destacado a .imgNoticias {height: auto;}/*original top: height: 130px;*/ 

  .destacadoNacional1 a .imgNoticias {height: 300px;}

  .destacadoNacional2{height: 180px;}

  .nota a p.resumen{height: 50px;font-size: 12px;}

  .nota{height: 120px;}

  .respuesta label {font-size: 12px;}

  figure.slider .tituloHorario p {font-size: 14px;}

  figure.slider .tituloHorario{top: 65%;}

  .BoletinEmail {padding-right: 0;}

  .boletinForm h7{font-size: 16px;}

  .destacado4 {height: auto;}/*height: 230px;*/

  /*.slide-text {

    padding: 10px 50px;

  }

  .slide-text h1 {

    font-size: 30px;

    line-height: 40px;

    margin-bottom: 10px;

  }

  .slide-text > p {

    font-size: 14px;

    line-height: 20px;

    margin-bottom: 20px;

  }*/

  .control-round .carousel-control{

    display: none;

  }  

}



@media screen and (max-width: 736px) {

  .moduloNoticiaNacional{margin-bottom: 0;}

  .destacadoNacional1 a .imgNoticias {height: 350px;}

  .destacadoNacional2 a .imgNoticias {height: 350px;}

  .destacadoNacional2 a p.titulo{font-size: 16px;}

  .destacadoNacional1 a p.titulo {font-size: 16px;height: auto;}/*original font-size: 16px;height: 40px; */

  .destacadoNacional2{margin-bottom: 15px;}

  .destacado{padding-left: 15px;margin-bottom: 15px;}

  .destacado2{padding-left: 15px;}

  .destacado a .imgNoticias {height: auto;}/*original top: height: 350px;*/ 

  .destacadoNacional1{padding-left: 15px;}

  .destacadoNacional2{padding-left: 15px;}

  .destacadoNacional2 {height: 420px;}

  .destacado2 .BannerMovil{margin-top: 20px;}

  .Bienestar {margin-bottom: 20px;}

  .imgVertical2 {height: auto;}/*original top: height: 350px;;*/  

  .borde{ border-bottom: 0px solid #cecece; }

  .CValores iframe{height: 350px;}

  .destacado3 {height: 350px;padding-left: 15px;}

  .TusPeliculas{height:550px;}

  div#captioned-gallery-1{height:550px;}

  .CarteleraCine{height:550px;}

  figure.slider .tituloHorario{top: 45%;}

  figure.slider .tituloHorario p {font-size: 20px;}

  .FotoDelDia {height: 77px;} 

  .slide-text {top: 5px;}/*Nuevo*/ 

  .destacadoNacional2{height:auto;}/*Nuevo*/

  .destacadoNacional1{height: auto;}  /*Nuevo*/ 

  .destacadoNacional2 a p.titulo{height:auto;}/*Nuevo*/

  .destacadoNacional1 a .imgNoticias {height: auto;}/*Nuevo;*/

  .destacadoNacional2 a .imgNoticias {height: auto;}/*Nuevo;*/    

}



@media screen and (max-width: 732px) {  

  .destacado{padding-left: 15px;}

  .destacado2{padding-left: 15px;}

  .destacadoNacional1{padding-left: 15px;}

  .destacadoNacional2{padding-left: 15px;}

  .destacado a .imgNoticias {height: auto;}/*original top: height: 350px;;*/ 

  .imgVertical2 {height: auto;}/*original top: height: 350px;;*/  

  .slide-text {top: 5px;}/*Nuevo*/ 

  .destacadoNacional2{height:auto;}/*Nuevo*/

  .destacadoNacional1{height: auto;}  /*Nuevo*/

  .destacadoNacional2 a p.titulo{height:auto;}/*Nuevo*/ 

  .destacadoNacional1 a .imgNoticias {height: auto;}/*Nuevo;*/

  .destacadoNacional2 a .imgNoticias {height: auto;}/*Nuevo;*/    

}



@media screen and (max-width: 731px) {

  .slide-text {top: 5px;}/*Nuevo*/  

  .destacadoNacional2{height:auto;}/*Nuevo*/

  .destacadoNacional1{height: auto;}  /*Nuevo*/

  .destacadoNacional2 a p.titulo{height:auto;}/*Nuevo*/

  .destacadoNacional1 a .imgNoticias {height: auto;}/*Nuevo;*/

  .destacadoNacional2 a .imgNoticias {height: auto;}/*Nuevo;*/   

}



@media screen and (max-width: 667px){

  .destacado{padding-left: 15px;margin-bottom: 15px;}

  .destacado a .imgNoticias {height: auto;}/*original top: height: 300px;;*/  

  .destacado2{height: 350px;padding-left: 15px;}

  .destacadoNacional1{padding-left: 15px;}

  .destacadoNacional2{padding-left: 15px;}

  .destacadoNacional2 a p.titulo { height: 40px;}

  .destacado2 .BannerMovil{margin-top: 20px;}

  .imgVertical2 {height: auto;}/*original top: height: 300px;;*/  

  figure.slider .tituloHorario{top: 50%;}

  .slide-text {top: -5px;}/*Nuevo*/  

  .destacadoNacional2{height:auto;}/*Nuevo*/

  .destacadoNacional1{height: auto;}  /*Nuevo*/ 

  .destacadoNacional2 a p.titulo{height:auto;}/*Nuevo*/ 

  .destacadoNacional1 a .imgNoticias {height: auto;}/*Nuevo;*/

  .destacadoNacional2 a .imgNoticias {height: auto;}/*Nuevo;*/ 

}



@media screen and (max-width: 640px) { 

  .slide-text {top: -1%;}  

  .destacadoNacional2{height:auto;}/*Nuevo*/

  .destacadoNacional1{height: auto;}  /*Nuevo*/

  .destacadoNacional2 a p.titulo{height:auto;}/*Nuevo*/

  .destacadoNacional1 a .imgNoticias {height: auto;}/*Nuevo;*/

  .destacadoNacional2 a .imgNoticias {height: auto;}/*Nuevo;*/ 

}



@media screen and (max-width: 600px) {

  .FotoDelDia {height: 80px;}  

  figure.slider .tituloHorario{top: 50%;}

  figure.slider .tituloHorario p {font-size: 20px;}

  .destacado4 {height: auto;}/*height: 370px;*/

  .destacado4 a p.titulo {height: auto;}/*height: 30px;*/

  .LaEntrevista {margin-bottom: 20px;}

  .TusPeliculas{height:500px;} 

  div#captioned-gallery-1{height:500px;}

  .CarteleraCine{height:500px;}

  .slide-text {top: -10px;}/*Nuevo*/  

  .destacadoNacional2{height:auto;}/*Nuevo*/

  .destacadoNacional1{height: auto;}  /*Nuevo*/

  .destacadoNacional2 a p.titulo{height:auto;}/*Nuevo*/

  .destacadoNacional1 a .imgNoticias {height: auto;}/*Nuevo;*/

  .destacadoNacional2 a .imgNoticias {height: auto;}/*Nuevo;*/

  .slide-text {top: -2%;} 

}



@media screen and (max-width: 568px){

  .slide-text {top: -3%;}  

  .destacadoNacional1 a .imgNoticias {height: auto;}/*original height: 260px;*/

  .destacadoNacional2 a .imgNoticias {height: auto;}/*original height: 260px;*/

  .destacadoNacional2 {height: 330px;}

  .destacado2 .BannerMovil{margin-top: 20px;}

  .destacado2 {height: 200px;padding-left: 15px;}

  .TusPeliculas{height:480px;} 

  div#captioned-gallery-1{height:480px;}

  .CarteleraCine{height:auto;}/*original: height:480px; */

  .destacado a p.titulo { font-size: 12px;height: auto;}/*original height: font-size: 12px;height: 30px; */

  .destacadoNacional2{height:auto;}/*Nuevo*/

  .destacadoNacional2 a p.titulo{height:auto;}/*Nuevo*/

  .destacadoNacional1{height: auto;}  /*original height: 270px; */

}



@media screen and (max-width: 480px) {

  .TusPeliculas{height:480px;} 

  div#captioned-gallery-1{height:480px;}

  .CarteleraCine{height:480px;}

  .slide-text{top:-25px;}/*Nuevo*/

  .destacadoNacional2{height:auto;}/*Nuevo*/

  .destacadoNacional1{height: auto;}  /*Nuevo*/ 

  .destacadoNacional2 a p.titulo{height:auto;}/*Nuevo*/ 

  .destacadoNacional1 a .imgNoticias {height: auto;}/*Nuevo;*/

  .destacadoNacional2 a .imgNoticias {height: auto;}/*Nuevo;*/  

}



@media screen and (max-width: 435px) {

  .TusPeliculas{height:auto;} 

  div#captioned-gallery-1{height:auto;}

  .CarteleraCine{height:auto;}

  .slide-text{top:-30px;}/*Nuevo*/

  .destacadoNacional2{height:auto;}/*Nuevo*/

  .destacadoNacional1{height: auto;}  /*Nuevo*/  

  .destacadoNacional2 a p.titulo{height:auto;}/*Nuevo*/

  .destacadoNacional1 a .imgNoticias {height: auto;}/*Nuevo;*/

  .destacadoNacional2 a .imgNoticias {height: auto;}/*Nuevo;*/



}



@media screen and (max-width: 414px) {

  .contenido{padding-left: 5px;padding-right: 5px;}

  .slide-text {padding: 10px 15px;}

  .slide-text h1 {font-size: 6px;line-height: 1;margin-bottom: 0;}

  .slide-text{top:-30%;}

  .slide-text > p {font-size: 4px;line-height: 8px;margin-bottom: 5px;margin-top: -5px;}

  .slide-text > a.btn-default {font-size: 4px;padding: 4px 7px;margin-top: -20px;}

  .indicators-line > .carousel-indicators{right: 35%;bottom: -15px;}

  .BarTitulo{height: 25px;font-size: 14px;}

  .BarParrillaL{font-size: 14px;}

  .BarParrillaR{font-size: 14px;}

  .BarTitulo a img {width: 15px;}

  .BarTituloTvPlay{height: 25px;font-size: 14px;}

  .BarTituloTvPlay a img {width: 15px;}

  p.estasViendoTitulo{font-size: 9px;margin-top: 2px;}

  p.estasViendoPrograma{font-size: 8px;}

  .estasViendoImg{padding-top: 4px;padding-bottom: 4px;}

  .estasViendoDes{padding-left: 4px;padding-right: 4px;}  

  .destacado { padding-left: 15px;margin-bottom: 15px;}

  .destacado2 {height: 160px; padding-left: 15px;}

  .destacado3 {padding-left: 15px;height: 250px;}

  .destacadoNacional1 {padding-left: 15px;}

  .destacadoNacional1 a .imgNoticias {height: auto;}/*original: height:240px; */

  .destacadoNacional1 a p.titulo {font-size: 14px;overflow: hidden;}

  .destacadoNacional2{height:auto;}/*Nuevo*/

  .destacadoNacional1{height: auto;}  /*Nuevo*/

  .destacadoNacional2 {padding-left: 15px;margin-bottom: 10px;}

  .destacadoNacional2 a .imgNoticias {height: auto;}/*original: height:240px; */

  .destacadoNacional2 a p.titulo {font-size: 14px;overflow: hidden; height:auto}/*original: font-size: 14px;overflow: hidden; */

  .moduloNoticiaNacional{margin-bottom: 0;}

  .destacado a .imgNoticias {height: 200px;}

  .destacado2 .BannerMovil{margin-top: 20px;}

  .destacado a p.titulo {font-size: 14px; height:auto;}/*original: font-size: 14px; */

  .Bienestar {margin-bottom: 20px;}

  .imgVertical2 {height: 200px;}

  .borde{ border-bottom: 0px solid #cecece; }

  .FotoDelDia {height: 78px;}

  /*.TusPeliculas {height: 370px;}

  .CarteleraCine {height: 370px;}*/

  .publicidadSideBar .BannerMovil{margin-bottom: 30px;}

  figure.slider .tituloHorario{ top:55%; }

  .boletinForm p {font-size: 14px;}

  .destacado4 {height: auto;padding-left: 15px;}/*height: 270px;*/

  .destacado4 a p.titulo {height: auto;}/*height: 35px;*/

  .LaEntrevista {margin-bottom: 20px;}

}



@media screen and (max-width: 412px) {  

  .destacadoNacional2{height:auto;}/*Nuevo*/

  .destacadoNacional1{height: auto;}  /*Nuevo*/ 

  .destacadoNacional1 a p.titulo {height: auto;}/*Nuevo*/ 

  .destacadoNacional2 a p.titulo{height:auto;}/*Nuevo*/

  .destacadoNacional1 a .imgNoticias {height: auto;}/*Nuevo*/

  .destacadoNacional2 a .imgNoticias {height: auto;}/*Nuevo*/

  .slide-text {top: -2%;left: -3px;}   

}



@media screen and (max-width: 411px) {

  .destacadoNacional2{height:auto;}/*Nuevo*/

  .destacadoNacional1{height: auto;}  /*Nuevo*/ 

  .destacadoNacional1 a p.titulo {height: auto;}/*Nuevo*/ 

  .destacadoNacional2 a p.titulo{height:auto;}/*Nuevo*/

  .destacadoNacional1 a .imgNoticias {height: auto;}/*Nuevo*/

  .destacadoNacional2 a .imgNoticias {height: auto;}/*Nuevo*/

  .slide-text {top: -2%;}   

}



@media screen and (max-width: 384px) {

  .slide-text {top: -3%;left: -1%;}  

  .destacadoNacional1 a p.titulo {height: auto;}/*original height: 33px; */

  .destacadoNacional2{height:auto;}/*Nuevo*/

  .destacadoNacional1{height: auto;}  /*Nuevo*/

  .destacadoNacional2 a p.titulo{height:auto;}/*Nuevo*/

  .destacadoNacional1 a .imgNoticias {height: auto;}/*Nuevo*/

  .destacadoNacional2 a .imgNoticias {height: auto;}/*Nuevo*/  

}



@media screen and (max-width: 375px) {

  .slide-text {top: -3%;}

  .indicators-line > .carousel-indicators {right: 0;bottom: -15px;}  

  .destacadoNacional1 a .imgNoticias {height: auto;}/*original height: 210px;*/

  .destacadoNacional1 a p.titulo {height: auto;font-size: 12px;overflow: hidden;}/*original height: 30px;font-size: 12px;overflow: hidden; */

  .destacadoNacional2 a .imgNoticias {height: auto;}/*original height: 210px;*/

  .destacadoNacional2 a p.titulo {height: auto;font-size: 12px;overflow: hidden;}/*original height: 30px;font-size: 12px;overflow: hidden; */

  .destacadoNacional2 {height: auto;}/*original height: 270px; */

  .destacadoNacional1{height: auto;}  /*original height: 270px; */

  .destacado a p.titulo {height: auto;font-size: 12px;}/*original height: 30px;font-size: 12px; */

  .destacado4 {height: auto;padding-left: 15px;}/*height: 250px;*/

  .slide-text > p {font-size: 3.5px;line-height: 8px;margin-bottom: 5px;margin-top: -5px;}

}



@media screen and (max-width: 360px) {

  .slide-text {top: -3%;left: -4px;}

  .indicators-line > .carousel-indicators {right: 0;bottom: -15px;}  

  .destacado a .imgNoticias {height: 180px;}

  .notaVertical a p.titulo {font-size: 12px;height:auto;}/*original font-size: 12px; */

  .destacado4 a p.titulo {font-size: 12px;}

  .destacadoNacional2{height:auto;}/*Nuevo*/

  .destacadoNacional1{height: auto;}  /*Nuevo*/

  .destacadoNacional1 a .imgNoticias {height: auto;}/*Nuevo*/

  .destacadoNacional2 a .imgNoticias {height: auto;}/*Nuevo*/  

}



@media screen and (max-width: 320px) {

  .slide-text {top: -3%;left:}

  .slide-text {padding: 10px 10px;}

  .slide-text > a.btn-default {font-size: 3px;padding: 5px 0px;}

  .slide-text > p {font-size: 4px;line-height: 12px;margin-bottom: 1px;}

  .indicators-line > .carousel-indicators {right: 0;bottom: -20px;}

  .parrilla{margin-top: 2px;}

  .btnTvPlayP p {font-size: 9px;}

  .destacadoNacional1 a .imgNoticias {height: auto;}/*original height: 150px; */

  .destacadoNacional1{height: auto;}/*original height: 210px; */

  .destacadoNacional2 a .imgNoticias {height: auto;}/*original height: 150px; */

  .destacadoNacional2{height: auto;}/*original height: 210px; */

  .destacado a p.titulo { font-size: 12px;height: auto;}/*original height: font-size: 12px;height: 30px; */

  .imgVertical2 {height: 170px;}

  .destacado3 {padding-left: 15px;height: 190px;}

  .destacado4 {height: auto;padding-left: 15px;}/*height: 230px*/

  .destacado4 a p.titulo {font-size: 12px;}



}



@media screen and (min-width: 1366px) {

  #tophome img{height:264px}/*14-08-2018*/ 

}

@media screen and (min-width: 1440px) {

  #tophome img{height:281px}/*14-08-2018*/ 

}

@media screen and (min-width: 1680px) {

  #tophome img{height:700px}/*14-08-2018*/ 

  .bs-slider {height: 329px !important;margin-top:-3%;} /*15-02-2019*/

  iframe{height:150px!important}/*22-09-2022*/

}



@media screen and (min-width: 1920px) {

  #tophome img{height:700px}/*14-08-2018*/

  .bs-slider {height: 375px !important; margin-top:-13%;} /*15-02-2019*/

  .destacado3{height: 290px !important;}/*05-09-2023*/

  iframe{height:150px!important}/*22-09-2022*/

  iframe.responvidebg{height:250px!important}/*24-11-23*/

}

@media screen and (min-width: 2560px) {

  #tophome img{height:700px}/*14-08-2018*/ 

  .bs-slider {height: 515px !important;} /*15-02-2019*/

}



@media screen and (max-width: 2560px) {

  .bs-slider{height:505px;}/*13-08-2018*/

  #tophome{top:-505px;width:34%;}/*14-08-2018*/

  .slide-text {top: 11%;}/*15-08-2018*/ 

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 410px;}/*22-08-2018*/ 

  #wrapper.toggled #page-content-wrapper .slide-text{top:100px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-410px;width:38%;}/*22-08-2018*/ 

}



@media screen and (max-width: 1920px) {

  .nota0 a p.titulo{height:auto;}/*Nuevo*/

  .nota0{height: 110px;}/*Nuevo*/

  .destacado a p.titulo{height: auto;}/*Nuevo*/

  .nota a p.titulo{height:auto;}/*Nuevo*/

  .notaVertical a p.titulo{height:auto;}/*Nuevo*/

  .bs-slider{height:315px;}/*13-08-2018*/

  #tophome{top:-315px;width:34%;}/*14-08-2018*/

  .slide-text {top: 11%;}/*15-08-2018*/ 

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 255px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:40px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-255px;width:38%;}/*22-08-2018*/    

}



@media screen and (max-width: 1680px) {

  .bs-slider{height:315px;}/*13-08-2018*/

  #tophome{top:-315px;width:34%;}/*14-08-2018*/

  .slide-text {top: 11%;}/*15-08-2018*/

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 255px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:40px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-255px;width:38%;}/*22-08-2018*/      

}



@media screen and (max-width: 1440px) {

  .bs-slider{height:281px;}/*13-08-2018*/

  #tophome{top:-282px;width:34%;}/*14-08-2018*/

  .slide-text {top: 11%;}/*15-08-2018*/ 

  #tophome img {height: 535px;}

  .slide-text {top: 2%;}

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 230px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:25px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-230px;width:38%;}/*22-08-2018*/   

}



@media screen and (max-width: 1366px) {

  .bs-slider{height:267px;}/*13-08-2018*/

  #tophome{top:-267px;width:34%;}/*14-08-2018*/

  #tophome img{height: 267px;}/*23-10-2018*/

  .slide-text {top: 7%;}/*15-08-2018*/

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 217px;}/*22-08-2018*/  

}



@media screen and (max-width: 1280px) { 

  .bs-slider{height:250px;}/*13-08-2018*/

  #tophome{top:-250px;width:35%;}/*14-08-2018*/

  .slide-text {top: 4%;}/*15-08-2018*/

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 205px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-25px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-205px;width:38%;}/*22-08-2018*/   

}



@media screen and (max-width: 1024px) {

  .bs-slider{height:202px;}/*13-08-2018*/

  #tophome{top:-200px;width:35%;}/*14-08-2018*/

  .slide-text {top: 2%;}/*15-08-2018*/

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 164px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-10px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-164px;width:38%;}/*22-08-2018*/   

}



@media screen and (max-width: 960px) {

  .bs-slider{height:190px;}/*13-08-2018*/

  #tophome{top:-190px;width:36%;}/*14-08-2018*/

  .slide-text {top: 0%;}/*15-08-2018*/

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 154px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-10px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-154px;width:38%;}/*22-08-2018*/        

}



@media screen and (max-width: 900px) {

  .bs-slider{height:178px;}/*13-08-2018*/ 

  #tophome{top:-176px;width:36%;}/*14-08-2018*/

  .slide-text {top: 0%;}/*15-08-2018*/

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 145px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-10px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-145px;width:38%;}/*22-08-2018*/       

}



@media screen and (max-width: 800px) {

  .slide-text {top: -10px;}/*Nuevo*/

  .bs-slider{height:158px;}/*13-08-2018*/ 

  #tophome{top:-156px;width:35%;}/*14-08-2018*/

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 128px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-22px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-128px;width:38%;}/*22-08-2018*/   

}



@media screen and (max-width: 773px) {

  .slide-text {top: -5px;}/*Nuevo*/

  .bs-slider{height:152px;}/*13-08-2018*/ 

  #tophome{top:-150px;width:35%;}/*14-08-2018*/

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 123px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-25px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-123px;width:38%;}/*22-08-2018*/      

}



@media screen and (max-width: 768px) {

  .slide-text {top: 10px;}/*Nuevo*/

  .bs-slider{height:152px;}/*13-08-2018*/

  #tophome{top:-150px;width:35%;}/*14-08-2018*/

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 123px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:0px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-123px;width:38%;}/*22-08-2018*/      

}



@media screen and (max-width: 736px) {

  .bs-slider{height:145px;}/*13-08-2018*/ 

  #tophome{top:-143px;width:35%;}/*14-08-2018*/ 

  .slide-text {top: 3%;}/*15-08-2018*/

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 107px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-10px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-107px;width:38%;}/*22-08-2018*/  

}



@media screen and (max-width: 732px) {  

  .bs-slider{height:145px;}/*13-08-2018*/ 

  #tophome{top:-143px;width:35%;}/*14-08-2018*/ 

  .slide-text {top: 3%;}/*15-08-2018*/

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 107px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-10px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-107px;width:38%;}/*22-08-2018*/     

}



@media screen and (max-width: 731px) {  

  .bs-slider{height:143px;}/*13-08-2018*/ 

  #tophome{top:-143px;width:35%;}/*14-08-2018*/ 

  .slide-text {top: 3%;}/*15-08-2018*/

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 107px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-10px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-107px;width:38%;}/*22-08-2018*/  

}



@media screen and (max-width: 667px){

  .bs-slider{height:132px;}/*13-08-2018*/

  #tophome{top:-129px;width:35%;}/*14-08-2018*/ 

  .slide-text {top: 0%;}/*15-08-2018*/

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 107px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-10px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-107px;width:38%;}/*22-08-2018*/     

}



@media screen and (max-width: 640px) { 

  .bs-slider{height:126px;}/*13-08-2018*/

  #tophome{top:-125px;width:35%;}/*14-08-2018*/

  .slide-text {top: -1%;}

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 102px;}/*22-08-2018*/ 

  #wrapper.toggled #page-content-wrapper .slide-text{top:-20px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-102px;width:38%;}/*22-08-2018*/ 

}



@media screen and (max-width: 600px) {

  .bs-slider{height:119px;}/*13-08-2018*/

  #tophome{top:-117px;width:35%;}/*14-08-2018*/

  .slide-text {top: -2%;}

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 96px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-20px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-96px;width:38%;}/*22-08-2018*/ 

}



@media screen and (max-width: 568px){

  .bs-slider{height:112px;}/*13-08-2018*/

  #tophome{top:-109px;width:35%;}/*14-08-2018*/

  .slide-text {top: -3%;}

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 90px;}/*22-08-2018*/ 

  #wrapper.toggled #page-content-wrapper .slide-text{top:-20px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-90px;width:37%;}/*22-08-2018*/    

}



@media screen and (max-width: 480px) {

  .bs-slider{height:94.5px;}/*13-08-2018*/

  #tophome{top:-92px;width:34%;}/*14-08-2018*/

  .slide-text {top: -11%;}/*15-08-2018*/

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 76px;}/*22-08-2018*/ 

  #wrapper.toggled #page-content-wrapper .slide-text{top:-35px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-76px;width:36%;}/*22-08-2018*/      

}



@media screen and (max-width: 435px) {

  .bs-slider{height:85px;}/*13-08-2018*/  

  #tophome{top:-84px;width:34%;}/*14-08-2018*/

  .slide-text {top: -15%;}/*15-08-2018*/

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 70px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-35px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-70px;width:36%;}/*22-08-2018*/ 

}



@media screen and (max-width: 414px) {

  .bs-slider{height:82px;}/*13-08-2018*/ 

  #tophome{top:-80px;width:65%;}/*14-08-2018*/ 

  .slide-text {top: -2%;}/*15-08-2018*/

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 66px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-35px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-64px;width:35%;}/*22-08-2018*/

  .slide-text h1 {font-size: 6px;line-height: 1;margin-bottom: 0;}

  .slide-text > p {font-size: 4px;line-height: 4px;margin-bottom: 5px;margin-top: -5px;}

  .slide-text > a.btn-default {font-size: 4px;padding: 4px 7px;margin-top: -20px;}  

}



@media screen and (max-width: 412px) {  

  .bs-slider{height:81px;}/*13-08-2018*/

  #tophome{top:-78px;width:65%;}/*14-08-2018*/

  .slide-text {top: -2%;left: -3px;}

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 66px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-35px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-64px;width:35%;}/*22-08-2018*/

}



@media screen and (max-width: 411px) {

  .bs-slider{height:81px;}/*13-08-2018*/

  #tophome{top:-78px;width:65%;}/*14-08-2018*/

  .slide-text {top: -2%;}

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 66px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-35px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-64px;width:35%;}/*22-08-2018*/    

}



@media screen and (max-width: 384px) {

  .bs-slider{height:76px;}/*13-08-2018*/ 

  #tophome{top:-73px;width:65%;}/*14-08-2018*/

  .slide-text {top: -3%;left: -1%;}

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 61px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-37px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-60px;width:34%;}/*22-08-2018*/ 

}



@media screen and (max-width: 375px) {

  .bs-slider{height:74px;}/*13-08-2018*/

  #tophome{top:-71px;width:65%;}/*14-08-2018*/

  .slide-text {top: -3%;}

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 61px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-37px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-60px;width:34%;}/*22-08-2018*/

  .slide-text > p {font-size: 3.5px;line-height: 4px;margin-bottom: 5px;margin-top: -5px;}  

}



@media screen and (max-width: 360px) {

  .bs-slider{height:71px;}/*13-08-2018*/

  #tophome{top:-68px;width:65%;}/*14-08-2018*/

  .slide-text {top: -3%;left: -4px;}

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 58px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-37px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-57px;width:34%;}/*22-08-2018*/    

}



@media screen and (max-width: 320px) {

  .bs-slider{height:63px;}/*13-08-2018*/

  #tophome{top:-59px;width:65%;}/*14-08-2018*/

  .slide-text {top: -4%;left:-2px;}

  #wrapper.toggled #page-content-wrapper .bs-slider{height: 51px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper .slide-text{top:-37px;}/*22-08-2018*/

  #wrapper.toggled #page-content-wrapper #tophome{top:-48px;width:34%;}/*22-08-2018*/

 .slide-text > p {font-size: 4px;line-height: 12px;margin-bottom: 1px;}

 .slide-text > a.btn-default {font-size: 3px;padding: 5px 0px;}

}



@media screen and (min-width: 321px) and (max-width: 324px) {

  .bs-slider{height:64px;}/*13-08-2018*/

  #tophome{top:-62px;width:34%;}/*14-08-2018*/

  .slide-text {top: -28%;}/*15-08-2018*/

}

@media screen and (min-width: 325px) and (max-width: 330px) {

  .bs-slider{height:64px;}/*13-08-2018*/

  #tophome{top:-64px;width:34%;}/*14-08-2018*/

  .slide-text {top: -28%;}/*15-08-2018*/

}



@media screen and (min-width: 331px) and (max-width: 334px) {

  .bs-slider{height:66px;}/*13-08-2018*/

  #tophome{top:-64px;width:34%;}/*14-08-2018*/

  .slide-text {top: -27%;}/*15-08-2018*/

}



@media screen and (min-width: 335px) and (max-width: 340px) {

  .bs-slider{height:67px;}/*13-08-2018*/

  #tophome{top:-65px;width:34%;}/*14-08-2018*/

  .slide-text {top: -25%;}/*15-08-2018*/

}

@media screen and (min-width: 341px) and (max-width: 344px) {

  .bs-slider{height:67px;}/*13-08-2018*/

  #tophome{top:-66px;width:34%;}/*14-08-2018*/

  .slide-text {top: -25%;}/*15-08-2018*/

}

@media screen and (min-width: 345px) and (max-width: 350px) {

  .bs-slider{height:68px;}/*13-08-2018*/

  #tophome{top:-67px;width:34%;}/*14-08-2018*/

  .slide-text {top: -24%;}/*15-08-2018*/

}

@media screen and (min-width: 351px) and (max-width: 354px) {

  .bs-slider{height:69px;}/*13-08-2018*/

  #tophome{top:-68px;width:34%;}/*14-08-2018*/

  .slide-text {top: -24%;}/*15-08-2018*/

}

@media screen and (min-width: 355px) and (max-width: 359px) {

  .bs-slider{height:71px;}/*13-08-2018*/

  #tophome{top:-70px;width:34%;}/*14-08-2018*/

  .slide-text {top: -24%;}/*15-08-2018*/

}

@media screen and (min-width: 361px) and (max-width: 364px) {

  .bs-slider{height:72px;}/*13-08-2018*/

  #tophome{top:-70px;width:34%;}/*14-08-2018*/

  .slide-text {top: -22%;}/*15-08-2018*/

}

@media screen and (min-width: 365px) and (max-width: 370px) {

  .bs-slider{height:72px;}/*13-08-2018*/

  #tophome{top:-70px;width:34%;}/*14-08-2018*/

  .slide-text {top: -21%;}/*15-08-2018*/

}

@media screen and (min-width: 371px) and (max-width: 374px) {

  .bs-slider{height:74px;}/*13-08-2018*/

  #tophome{top:-71px;width:34%;}/*14-08-2018*/

  .slide-text {top: -21%;}/*15-08-2018*/

}

@media screen and (min-width: 376px) and (max-width: 380px) {

  .bs-slider{height:75px;}/*13-08-2018*/

  #tophome{top:-72px;width:34%;}/*14-08-2018*/

  .slide-text {top: -21%;}/*15-08-2018*/

}

@media screen and (min-width: 381px) and (max-width: 383px) {

  .bs-slider{height:76px;}/*13-08-2018*/

  #tophome{top:-73px;width:34%;}/*14-08-2018*/

  .slide-text {top: -20%;}/*15-08-2018*/

}

@media screen and (min-width: 385px) and (max-width: 390px) {

  .bs-slider{height:77px;}/*13-08-2018*/

  #tophome{top:-75px;width:34%;}/*14-08-2018*/

  .slide-text {top: -2%;left: -4%;}

}

@media screen and (min-width: 391px) and (max-width: 395px) {

  .bs-slider{height:78px;}/*13-08-2018*/

  #tophome{top:-75px;width:34%;}/*14-08-2018*/

  .slide-text {top: -17%;}/*15-08-2018*/

}

@media screen and (min-width: 396px) and (max-width: 400px) {

  .bs-slider{height:79px;}/*13-08-2018*/

  #tophome{top:-76px;width:34%;}/*14-08-2018*/

  .slide-text {top: -17%;}/*15-08-2018*/

}

@media screen and (min-width: 401px) and (max-width: 405px) {

  .bs-slider{height:80px;}/*13-08-2018*/

  #tophome{top:-77px;width:34%;}/*14-08-2018*/

  .slide-text {top: -17%;}/*15-08-2018*/

}

@media screen and (min-width: 406px) and (max-width: 410px) {

  .bs-slider{height:81px;}/*13-08-2018*/

  #tophome{top:-78px;width:35%;}/*14-08-2018*/

  .slide-text {top: -17%;}/*15-08-2018*/

}

@media screen and (min-width: 415px) and (max-width: 420px) {

  .bs-slider{height:83px;}/*13-08-2018*/

  #tophome{top:-80px;width:35%;}/*14-08-2018*/

  .slide-text {top: -17%;}/*15-08-2018*/

}

@media screen and (min-width: 421px) and (max-width: 425px) {

  .bs-slider{height:84px;}/*13-08-2018*/

  #tophome{top:-82px;width:35%;}/*14-08-2018*/

  .slide-text {top: -16%;}/*15-08-2018*/

}

@media screen and (min-width: 426px) and (max-width: 430px) {

  .bs-slider{height:85px;}/*13-08-2018*/

  #tophome{top:-83px;width:35%;}/*14-08-2018*/

  .slide-text {top: -16%;}/*15-08-2018*/

}

@media screen and (min-width: 431px) and (max-width: 434px) {

  .bs-slider{height:86px;}/*13-08-2018*/

  #tophome{top:-83px;width:35%;}/*14-08-2018*/

  .slide-text {top: -15%;}/*15-08-2018*/

}

@media screen and (min-width: 436px) and (max-width: 440px) {

  .bs-slider{height:86px;}/*13-08-2018*/

  #tophome{top:-84px;width:35%;}/*14-08-2018*/

  .slide-text {top: -14%;}/*15-08-2018*/

}

@media screen and (min-width: 441px) and (max-width: 450px) {

  .bs-slider{height:88px;}/*13-08-2018*/

  #tophome{top:-86px;width:34%;}/*14-08-2018*/

  .slide-text {top: -14%;}/*15-08-2018*/

}

@media screen and (min-width: 451px) and (max-width: 454px) {

  .bs-slider{height:90px;}/*13-08-2018*/

  #tophome{top:-88px;width:35%;}/*14-08-2018*/

  .slide-text {top: -13%;}/*15-08-2018*/ 

}

@media screen and (min-width: 455px) and (max-width: 460px) {

  .bs-slider{height:91px;}/*13-08-2018*/

  #tophome{top:-88px;width:34%;}/*14-08-2018*/

  .slide-text {top: -12%;}/*15-08-2018*/ 

}

@media screen and (min-width: 461px) and (max-width: 464px) {

  .bs-slider{height:92px;}/*13-08-2018*/

  #tophome{top:-89px;width:35%;}/*14-08-2018*/

  .slide-text {top: -12%;}/*15-08-2018*/ 

}

@media screen and (min-width: 465px) and (max-width: 470px) {

  .bs-slider{height:93px;}/*13-08-2018*/

  #tophome{top:-91px;width:35%;}/*14-08-2018*/

  .slide-text {top: -12%;}/*15-08-2018*/ 

}

@media screen and (min-width: 471px) and (max-width: 475px) {

  .bs-slider{height:94px;}/*13-08-2018*/

  #tophome{top:-91px;width:35%;}/*14-08-2018*/

  .slide-text {top: -11%;}/*15-08-2018*/ 

}

@media screen and (min-width: 476px) and (max-width: 479px) {

  .bs-slider{height:94px;}/*13-08-2018*/

  #tophome{top:-93px;width:35%;}/*14-08-2018*/

  .slide-text {top: -10%;}/*15-08-2018*/ 

}

@media screen and (min-width: 481px) and (max-width: 485px) {

  .bs-slider{height:96px;}/*13-08-2018*/

  #tophome{top:-94px;width:34%;}/*14-08-2018*/

  .slide-text {top: -10%;}/*15-08-2018*/ 

}

@media screen and (min-width: 486px) and (max-width: 490px) {

  .bs-slider{height:97px;}/*13-08-2018*/

  #tophome{top:-95px;width:35%;}/*14-08-2018*/

  .slide-text {top: -9%;}/*15-08-2018*/ 

}

@media screen and (min-width: 491px) and (max-width: 495px) {

  .bs-slider{height:98px;}/*13-08-2018*/

  #tophome{top:-96px;width:35%;}/*14-08-2018*/

  .slide-text {top: -9%;}/*15-08-2018*/ 

}

@media screen and (min-width: 496px) and (max-width: 500px) {

  .bs-slider{height:98.5px;}/*13-08-2018*/

  #tophome{top:-97px;width:35%;}/*14-08-2018*/

  .slide-text {top: -8%;}/*15-08-2018*/

}

@media screen and (min-width: 501px) and (max-width: 505px) {

  .bs-slider{height:99px;}/*13-08-2018*/

  #tophome{top:-97px;width:35%;}/*14-08-2018*/

  .slide-text {top: -8%;}/*15-08-2018*/

}

@media screen and (min-width: 506px) and (max-width: 510px) {

  .bs-slider{height:101px;}/*13-08-2018*/

  #tophome{top:-98px;width:35%;}/*14-08-2018*/

  .slide-text {top: -8%;}/*15-08-2018*/

}

@media screen and (min-width: 511px) and (max-width: 515px) {

  .bs-slider{height:102px;}/*13-08-2018*/

  #tophome{top:-99px;width:35%;}/*14-08-2018*/

  .slide-text {top: -8%;}/*15-08-2018*/

}

@media screen and (min-width: 516px) and (max-width: 520px) {

  .bs-slider{height:103px;}/*13-08-2018*/

  #tophome{top:-101px;width:35%;}/*14-08-2018*/

  .slide-text {top: -8%;}/*15-08-2018*/

}

@media screen and (min-width: 521px) and (max-width: 525px) {

  .bs-slider{height:103px;}/*13-08-2018*/

  #tophome{top:-102px;width:35%;}/*14-08-2018*/

  .slide-text {top: -8%;}/*15-08-2018*/

}

@media screen and (min-width: 526px) and (max-width: 530px) {

  .bs-slider{height:105px;}/*13-08-2018*/

  #tophome{top:-103px;width:35%;}/*14-08-2018*/

  .slide-text {top: -8%;}/*15-08-2018*/

}

@media screen and (min-width: 531px) and (max-width: 535px) {

  .bs-slider{height:106px;}/*13-08-2018*/

  #tophome{top:-104px;width:35%;}/*14-08-2018*/

  .slide-text {top: -2%;}

}

@media screen and (min-width: 536px) and (max-width: 540px) {

  .bs-slider{height:107px;}/*13-08-2018*/

  #tophome{top:-104px;width:35%;}/*14-08-2018*/

  .slide-text {top: -3%;}

}

@media screen and (min-width: 541px) and (max-width: 545px) {

  .bs-slider{height:108px;}/*13-08-2018*/

  #tophome{top:-105px;width:35%;}/*14-08-2018*/

  .slide-text {top: -6%;}/*15-08-2018*/

}

@media screen and (min-width: 546px) and (max-width: 550px) {

  .bs-slider{height:109px;}/*13-08-2018*/

  #tophome{top:-106px;width:35%;}/*14-08-2018*/

  .slide-text {top: -6%;}/*15-08-2018*/

}

@media screen and (min-width: 551px) and (max-width: 555px) {

  .bs-slider{height:110px;}/*13-08-2018*/

  #tophome{top:-108px;width:35%;}/*14-08-2018*/

  .slide-text {top: -6%;}/*15-08-2018*/

}

@media screen and (min-width: 556px) and (max-width: 560px) {

  .bs-slider{height:111px;}/*13-08-2018*/

  #tophome{top:-108px;width:35%;}/*14-08-2018*/

  .slide-text {top: -5%;}/*15-08-2018*/

}

@media screen and (min-width: 561px) and (max-width: 565px) {

  .bs-slider{height:112px;}/*13-08-2018*/

  #tophome{top:-110px;width:35%;}/*14-08-2018*/

  .slide-text {top: -5%;}/*15-08-2018*/

}

@media screen and (min-width: 566px) and (max-width: 567px) {

  .bs-slider{height:112px;}/*13-08-2018*/

  #tophome{top:-109px;width:35%;}/*14-08-2018*/

  .slide-text {top: -8%;}/*15-08-2018*/

}

@media screen and (min-width: 569px) and (max-width: 570px) {

  .bs-slider{height:113px;}/*13-08-2018*/

  #tophome{top:-110px;width:35%;}/*14-08-2018*/

  .slide-text {top: -5%;}/*15-08-2018*/

}

@media screen and (min-width: 571px) and (max-width: 575px) {

  .bs-slider{height:114px;}/*13-08-2018*/

  #tophome{top:-111px;width:35%;}/*14-08-2018*/

  .slide-text {top: -4%;}/*15-08-2018*/

}

@media screen and (min-width: 576px) and (max-width: 580px) {

  .bs-slider{height:115px;}/*13-08-2018*/

  #tophome{top:-112px;width:35%;}/*14-08-2018*/

  .slide-text {top: -3%;}/*15-08-2018*/

}

@media screen and (min-width: 581px) and (max-width: 585px) {

  .bs-slider{height:116px;}/*13-08-2018*/

  #tophome{top:-113px;width:35%;}/*14-08-2018*/

  .slide-text {top: -3%;}/*15-08-2018*/

}

@media screen and (min-width: 586px) and (max-width: 590px) {

  .bs-slider{height:117px;}/*13-08-2018*/

  #tophome{top:-114px;width:35%;}/*14-08-2018*/

  .slide-text {top: -3%;}/*15-08-2018*/

}

@media screen and (min-width: 591px) and (max-width: 595px) {

  .bs-slider{height:118px;}/*13-08-2018*/

  #tophome{top:-115px;width:35%;}/*14-08-2018*/

  .slide-text {top: -3%;}/*15-08-2018*/

}

@media screen and (min-width: 596px) and (max-width: 599px) {

  .bs-slider{height:118px;}/*13-08-2018*/

  #tophome{top:-115px;width:35%;}/*14-08-2018*/

  .slide-text {top: -3%;}/*15-08-2018*/

}

@media screen and (min-width: 601px) and (max-width: 605px) {

  .bs-slider{height:120px;}/*13-08-2018*/

  #tophome{top:-117px;width:35%;}/*14-08-2018*/

  .slide-text {top: -3%;}/*15-08-2018*/

}

@media screen and (min-width: 606px) and (max-width: 610px) {

  .bs-slider{height:121px;}/*13-08-2018*/

  #tophome{top:-119px;width:35%;}/*14-08-2018*/

  .slide-text {top: -3%;}/*15-08-2018*/  

}

@media screen and (min-width: 611px) and (max-width: 615px) {

  .bs-slider{height:122px;}/*13-08-2018*/

  #tophome{top:-120px;width:35%;}/*14-08-2018*/

  .slide-text {top: -3%;}/*15-08-2018*/  

}

@media screen and (min-width: 616px) and (max-width: 620px) {

  .bs-slider{height:123px;}/*13-08-2018*/

  #tophome{top:-121px;width:35%;}/*14-08-2018*/

  .slide-text {top: -3%;}/*15-08-2018*/  

}

@media screen and (min-width: 621px) and (max-width: 625px) {

  .bs-slider{height:124px;}/*13-08-2018*/

  #tophome{top:-122px;width:35%;}/*14-08-2018*/

  .slide-text {top: -3%;}/*15-08-2018*/  

}

@media screen and (min-width: 626px) and (max-width: 630px) {

  .bs-slider{height:125px;}/*13-08-2018*/

  #tophome{top:-122px;width:35%;}/*14-08-2018*/

  .slide-text {top: -3%;}/*15-08-2018*/  

}

@media screen and (min-width: 631px) and (max-width: 635px) {

  .bs-slider{height:125px;}/*13-08-2018*/

  #tophome{top:-123px;width:35%;}/*14-08-2018*/

  .slide-text {top: -3%;}/*15-08-2018*/  

}

@media screen and (min-width: 636px) and (max-width: 639px) {

  .bs-slider{height:126px;}/*13-08-2018*/

  #tophome{top:-124px;width:35%;}/*14-08-2018*/

  .slide-text {top: -3%;}/*15-08-2018*/  

}

@media screen and (min-width: 641px) and (max-width: 645px) {

  .bs-slider{height:127px;}/*13-08-2018*/

  #tophome{top:-126px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/ 

}

@media screen and (min-width: 646px) and (max-width: 650px) {

  .bs-slider{height:128px;}/*13-08-2018*/

  #tophome{top:-127px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/ 

}

@media screen and (min-width: 651px) and (max-width: 655px) {

  .bs-slider{height:129px;}/*13-08-2018*/

  #tophome{top:-127px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/ 

}

@media screen and (min-width: 656px) and (max-width: 660px) {

  .bs-slider{height:130px;}/*13-08-2018*/

  #tophome{top:-128px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/ 

}

@media screen and (min-width: 661px) and (max-width: 666px) {

  .bs-slider{height:132px;}/*13-08-2018*/

  #tophome{top:-129px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/ 

}

@media screen and (min-width: 668px) and (max-width: 670px) {

  .bs-slider{height:132px;}/*13-08-2018*/

  #tophome{top:-130px;width:35%;}/*14-08-2018*/

  .slide-text {top:3%;}/*15-08-2018*/  

}

@media screen and (min-width: 671px) and (max-width: 675px) {

  .bs-slider{height:133px;}/*13-08-2018*/

  #tophome{top:-130px;width:35%;}/*14-08-2018*/

  .slide-text {top:3%;}/*15-08-2018*/  

}

@media screen and (min-width: 676px) and (max-width: 680px) {

  .bs-slider{height:134px;}/*13-08-2018*/

  #tophome{top:-131px;width:35%;}/*14-08-2018*/

  .slide-text {top:3%;}/*15-08-2018*/  

}

@media screen and (min-width: 681px) and (max-width: 685px) {

  .bs-slider{height:135px;}/*13-08-2018*/

  #tophome{top:-132px;width:35%;}/*14-08-2018*/

  .slide-text {top: 1%;}  

}

@media screen and (min-width: 686px) and (max-width: 690px) {

  .bs-slider{height:136px;}/*13-08-2018*/

  #tophome{top:-134px;width:35%;}/*14-08-2018*/

  .slide-text {top:3%;}/*15-08-2018*/  

}

@media screen and (min-width: 691px) and (max-width: 695px) {

  .bs-slider{height:137px;}/*13-08-2018*/

  #tophome{top:-135px;width:35%;}/*14-08-2018*/

  .slide-text {top:3%;}/*15-08-2018*/  

}

@media screen and (min-width: 696px) and (max-width: 700px) {

  .bs-slider{height:138px;}/*13-08-2018*/

  #tophome{top:-136px;width:35%;}/*14-08-2018*/

  .slide-text {top:3%;}/*15-08-2018*/  

}

@media screen and (min-width: 701px) and (max-width: 705px) {

  .bs-slider{height:139px;}/*13-08-2018*/

  #tophome{top:-136px;width:35%;}/*14-08-2018*/

  .slide-text {top:3%;}/*15-08-2018*/  

}

@media screen and (min-width: 706px) and (max-width: 710px) {

  .bs-slider{height:140px;}/*13-08-2018*/

  #tophome{top:-138px;width:35%;}/*14-08-2018*/

  .slide-text {top:3%;}/*15-08-2018*/  

}

@media screen and (min-width: 711px) and (max-width: 715px) {

  .bs-slider{height:141px;}/*13-08-2018*/

  #tophome{top:-139px;width:35%;}/*14-08-2018*/

  .slide-text {top:3%;}/*15-08-2018*/  

}

@media screen and (min-width: 716px) and (max-width: 720px) {

  .bs-slider{height:142px;}/*13-08-2018*/

  #tophome{top:-139px;width:35%;}/*14-08-2018*/

  .slide-text {top:3%;}/*15-08-2018*/  

}

@media screen and (min-width: 721px) and (max-width: 725px) {

  .bs-slider{height:142px;}/*13-08-2018*/

  #tophome{top:-141px;width:35%;}/*14-08-2018*/

  .slide-text {top:3%;}/*15-08-2018*/  

}

@media screen and (min-width: 726px) and (max-width: 730px) {

  .bs-slider{height:143px;}/*13-08-2018*/

  #tophome{top:-141px;width:35%;}/*14-08-2018*/

  .slide-text {top:3%;}/*15-08-2018*/  

}

@media screen and (min-width: 774px) and (max-width: 780px) {

  .bs-slider{height:154px;}/*13-08-2018*/

  #tophome{top:-151px;width:35%;}/*14-08-2018*/

}

@media screen and (min-width: 781px) and (max-width: 785px) {

  .bs-slider{height:155px;}/*13-08-2018*/

  #tophome{top:-152px;width:35%;}/*14-08-2018*/

}

@media screen and (min-width: 786px) and (max-width: 790px) {

  .bs-slider{height:156px;}/*13-08-2018*/

  #tophome{top:-154px;width:35%;}/*14-08-2018*/

}

@media screen and (min-width: 791px) and (max-width: 795px) {

  .bs-slider{height:156px;}/*13-08-2018*/

  #tophome{top:-155px;width:35%;}/*14-08-2018*/

}

@media screen and (min-width: 796px) and (max-width: 799px) {

  .bs-slider{height:158px;}/*13-08-2018*/

  #tophome{top:-155px;width:35%;}/*14-08-2018*/

}

@media screen and (min-width: 801px) and (max-width: 805px) {

  .bs-slider{height:159px;}/*13-08-2018*/

  #tophome{top:-157px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 806px) and (max-width: 810px) {

  .bs-slider{height:160px;}/*13-08-2018*/

  #tophome{top:-157px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 811px) and (max-width: 815px) {

  .bs-slider{height:161px;}/*13-08-2018*/

  #tophome{top:-159px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 816px) and (max-width: 820px) {

  .bs-slider{height:162px;}/*13-08-2018*/

  #tophome{top:-159px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 821px) and (max-width: 825px) {

  .bs-slider{height:163px;}/*13-08-2018*/

  #tophome{top:-161px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 826px) and (max-width: 830px) {

  .bs-slider{height:164px;}/*13-08-2018*/

  #tophome{top:-161px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 831px) and (max-width: 835px) {

  .bs-slider{height:165px;}/*13-08-2018*/

  #tophome{top:-163px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 836px) and (max-width: 840px) {

  .bs-slider{height:166px;}/*13-08-2018*/

  #tophome{top:-164px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 841px) and (max-width: 845px) {

  .bs-slider{height:167px;}/*13-08-2018*/

  #tophome{top:-165px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 846px) and (max-width: 850px) {

  .bs-slider{height:168px;}/*13-08-2018*/

  #tophome{top:-166px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 851px) and (max-width: 855px) {

  .bs-slider{height:169px;}/*13-08-2018*/

  #tophome{top:-167px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 856px) and (max-width: 860px) {

  .bs-slider{height:170px;}/*13-08-2018*/

  #tophome{top:-169px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 861px) and (max-width: 865px) {

  .bs-slider{height:171px;}/*13-08-2018*/

  #tophome{top:-169px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 866px) and (max-width: 870px) {

  .bs-slider{height:172px;}/*13-08-2018*/

  #tophome{top:-170px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 871px) and (max-width: 875px) {

  .bs-slider{height:173px;}/*13-08-2018*/

  #tophome{top:-170px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 876px) and (max-width: 880px) {

  .bs-slider{height:174px;}/*13-08-2018*/

  #tophome{top:-171px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 881px) and (max-width: 885px) {

  .bs-slider{height:175px;}/*13-08-2018*/

  #tophome{top:-172px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 886px) and (max-width: 890px) {

  .bs-slider{height:176px;}/*13-08-2018*/

  #tophome{top:-173px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 891px) and (max-width: 895px) {

  .bs-slider{height:177px;}/*13-08-2018*/

  #tophome{top:-174px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 896px) and (max-width: 899px) {

  .bs-slider{height:178px;}/*13-08-2018*/

  #tophome{top:-177px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/   

}

@media screen and (min-width: 901px) and (max-width: 905px) {

  .bs-slider{height:179px;}/*13-08-2018*/

  #tophome{top:-177px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 906px) and (max-width: 910px) {

  .bs-slider{height:180px;}/*13-08-2018*/

  #tophome{top:-177px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 911px) and (max-width: 915px) {

  .bs-slider{height:181px;}/*13-08-2018*/

  #tophome{top:-179px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 916px) and (max-width: 920px) {

  .bs-slider{height:182px;}/*13-08-2018*/

  #tophome{top:-180px;width:35%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 921px) and (max-width: 925px) {

  .bs-slider{height:183px;}/*13-08-2018*/

  #tophome{top:-182px;width:36%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 926px) and (max-width: 930px) {

  .bs-slider{height:184px;}/*13-08-2018*/

  #tophome{top:-183px;width:36%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 931px) and (max-width: 935px) {

  .bs-slider{height:185px;}/*13-08-2018*/

  #tophome{top:-183px;width:36%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 936px) and (max-width: 940px) {

  .bs-slider{height:186px;}/*13-08-2018*/

  #tophome{top:-186px;width:36%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 941px) and (max-width: 945px) {

  .bs-slider{height:187px;}/*13-08-2018*/

  #tophome{top:-187px;width:36%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 946px) and (max-width: 950px) {

  .bs-slider{height:188px;}/*13-08-2018*/

  #tophome{top:-187px;width:36%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 951px) and (max-width: 955px) {

  .bs-slider{height:189px;}/*13-08-2018*/

  #tophome{top:-190px;width:36%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 956px) and (max-width: 959px) {

  .bs-slider{height:190px;}/*13-08-2018*/

  #tophome{top:-191px;width:36%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 961px) and (max-width: 965px) {

  .bs-slider{height:191px;}/*13-08-2018*/

  #tophome{top:-191px;width:36%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 966px) and (max-width: 970px) {

  .bs-slider{height:192px;}/*13-08-2018*/

  #tophome{top:-192px;width:36%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 971px) and (max-width: 975px) {

  .bs-slider{height:193px;}/*13-08-2018*/

  #tophome{top:-193px;width:36%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 976px) and (max-width: 980px) {

  .bs-slider{height:194px;}/*13-08-2018*/

  #tophome{top:-193px;width:36%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 981px) and (max-width: 985px) {

  .bs-slider{height:195px;}/*13-08-2018*/

  #tophome{top:-195px;width:36%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 986px) and (max-width: 990px) {

  .bs-slider{height:196px;}/*13-08-2018*/

  #tophome{top:-197px;width:36%;}/*14-08-2018*/

  .slide-text {top:0%;}/*15-08-2018*/

}

@media screen and (min-width: 991px) and (max-width: 995px) {

  .bs-slider{height:197px;}/*13-08-2018*/

  #tophome{top:-197px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 996px) and (max-width: 1000px) {

  .bs-slider{height:198px;}/*13-08-2018*/

  #tophome{top:-197px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1001px) and (max-width:1005px) {

  .bs-slider{height:199px;}/*13-08-2018*/

  #tophome{top:-198px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1006px) and (max-width: 1010px) {

  .bs-slider{height:200px;}/*13-08-2018*/

  #tophome{top:-199px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1011px) and (max-width:1015px) {

  .bs-slider{height:201px;}/*13-08-2018*/

  #tophome{top:-200px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1016px) and (max-width: 1020px) {

  .bs-slider{height:202px;}/*13-08-2018*/

  #tophome{top:-201px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1021px) and (max-width:1023px) {

  .bs-slider{height:201px;}/*13-08-2018*/

  #tophome{top:-202px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1025px) and (max-width:1030px) {

  .bs-slider{height:204px;}/*13-08-2018*/

  #tophome{top:-202px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1031px) and (max-width:1035px) {

  .bs-slider{height:205px;}/*13-08-2018*/

  #tophome{top:-202px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1036px) and (max-width:1040px) {

  .bs-slider{height:206px;}/*13-08-2018*/

  #tophome{top:-204px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1041px) and (max-width:1045px) {

  .bs-slider{height:207px;}/*13-08-2018*/

  #tophome{top:-207px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1046px) and (max-width:1050px) {

  .bs-slider{height:208px;}/*13-08-2018*/

  #tophome{top:-208px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1051px) and (max-width:1055px) {

  .bs-slider{height:209px;}/*13-08-2018*/

  #tophome{top:-211px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1056px) and (max-width:1060px) {

  .bs-slider{height:210px;}/*13-08-2018*/

  #tophome{top:-212px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1061px) and (max-width:1070px) {

  .bs-slider{height:210px;}/*13-08-2018*/

  #tophome{top:-214px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1071px) and (max-width:1080px) {

  .bs-slider{height:212px;}/*13-08-2018*/

  #tophome{top:-215px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1081px) and (max-width:1085px) {

  .bs-slider{height:213px;}/*13-08-2018*/

  #tophome{top:-215px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1086px) and (max-width:1090px) {

  .bs-slider{height:215px;}/*13-08-2018*/

  #tophome{top:-217px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1091px) and (max-width:1095px) {

  .bs-slider{height:216px;}/*13-08-2018*/

  #tophome{top:-217px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1096px) and (max-width:1100px) {

  .bs-slider{height:217px;}/*13-08-2018*/

  #tophome{top:-220px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1101px) and (max-width:1105px) {

  .bs-slider{height:217px;}/*13-08-2018*/

  #tophome{top:-220px;width:36%;}/*14-08-2018*/

  .slide-text {top:4%;}/*15-08-2018*/

}

@media screen and (min-width: 1106px) and (max-width:1110px) {

  .bs-slider{height:218px;}/*13-08-2018*/

  #tophome{top:-220px;width:36%;}/*14-08-2018*/

  .slide-text {top:4%;}/*15-08-2018*/

}

@media screen and (min-width: 1111px) and (max-width:1115px) {

  .bs-slider{height:220px;}/*13-08-2018*/

  #tophome{top:-220px;width:36%;}/*14-08-2018*/

  .slide-text {top:4%;}/*15-08-2018*/

}

@media screen and (min-width: 1116px) and (max-width:1120px) {

  .bs-slider{height:221px;}/*13-08-2018*/

  #tophome{top:-220px;width:36%;}/*14-08-2018*/

  .slide-text {top:4%;}/*15-08-2018*/

}

@media screen and (min-width: 1121px) and (max-width:1125px) {

  .bs-slider{height:222px;}/*13-08-2018*/

  #tophome{top:-220px;width:36%;}/*14-08-2018*/

  .slide-text {top:4%;}/*15-08-2018*/

}

@media screen and (min-width: 1126px) and (max-width:1130px) {

  .bs-slider{height:223px;}/*13-08-2018*/

  #tophome{top:-220px;width:36%;}/*14-08-2018*/

  .slide-text {top:4%;}/*15-08-2018*/

}

@media screen and (min-width: 1131px) and (max-width:1135px) {

  .bs-slider{height:224px;}/*13-08-2018*/

  #tophome{top:-222px;width:36%;}/*14-08-2018*/

  .slide-text {top:4%;}/*15-08-2018*/

}

@media screen and (min-width: 1136px) and (max-width:1140px) {

  .bs-slider{height:225px;}/*13-08-2018*/

  #tophome{top:-223px;width:36%;}/*14-08-2018*/

  .slide-text {top:4%;}/*15-08-2018*/

}

@media screen and (min-width: 1141px) and (max-width:1145px) {

  .bs-slider{height:226px;}/*13-08-2018*/

  #tophome{top:-225px;width:36%;}/*14-08-2018*/

  .slide-text {top:4%;}/*15-08-2018*/

}

@media screen and (min-width: 1146px) and (max-width:1150px) {

  .bs-slider{height:227px;}/*13-08-2018*/

  #tophome{top:-228px;width:36%;}/*14-08-2018*/

  .slide-text {top:4%;}/*15-08-2018*/

}

@media screen and (min-width: 1151px) and (max-width:1155px) {

  .bs-slider{height:228px;}/*13-08-2018*/

  #tophome{top:-229px;width:36%;}/*14-08-2018*/

  .slide-text {top:4%;}/*15-08-2018*/

}

@media screen and (min-width: 1156px) and (max-width:1160px) {

  .bs-slider{height:229px;}/*13-08-2018*/

  #tophome{top:-230px;width:36%;}/*14-08-2018*/

  .slide-text {top:4%;}/*15-08-2018*/

}

@media screen and (min-width: 1161px) and (max-width:1165px) {

  .bs-slider{height:230px;}/*13-08-2018*/

  #tophome{top:-231px;width:36%;}/*14-08-2018*/

  .slide-text {top:4%;}/*15-08-2018*/

}

@media screen and (min-width: 1166px) and (max-width:1170px) {

  .bs-slider{height:231px;}/*13-08-2018*/

  #tophome{top:-232px;width:36%;}/*14-08-2018*/

  .slide-text {top:4%;}/*15-08-2018*/

}

@media screen and (min-width: 1171px) and (max-width:1175px) {

  .bs-slider{height:232px;}/*13-08-2018*/

  #tophome{top:-234px;width:36%;}/*14-08-2018*/

  .slide-text {top:4%;}/*15-08-2018*/

}

@media screen and (min-width: 1176px) and (max-width:1180px) {

  .bs-slider{height:233px;}/*13-08-2018*/

  #tophome{top:-234px;width:36%;}/*14-08-2018*/

  .slide-text {top:5%;}/*15-08-2018*/

}

@media screen and (min-width: 1181px) and (max-width:1185px) {

  .bs-slider{height:234px;}/*13-08-2018*/

  #tophome{top:-235px;width:36%;}/*14-08-2018*/

  .slide-text {top:5%;}/*15-08-2018*/

}

@media screen and (min-width: 1186px) and (max-width:1190px) {

  .bs-slider{height:235px;}/*13-08-2018*/

  #tophome{top:-236px;width:36%;}/*14-08-2018*/

  .slide-text {top:5%;}/*15-08-2018*/

}

@media screen and (min-width: 1191px) and (max-width:1195px) {

  .bs-slider{height:235px;}/*13-08-2018*/

  #tophome{top:-236px;width:36%;}/*14-08-2018*/

  .slide-text {top:5%;}/*15-08-2018*/

}

@media screen and (min-width: 1196px) and (max-width:1200px) {

  .bs-slider{height:237px;}/*13-08-2018*/

  #tophome{top:-240px;width:36%;}/*14-08-2018*/

  .slide-text {top:5%;}/*15-08-2018*/

}

@media screen and (min-width: 1201px) and (max-width:1205px) {

  .bs-slider{height:238px;}/*13-08-2018*/

  #tophome{top:-240px;width:36%;}/*14-08-2018*/

  .slide-text {top:5%;}/*15-08-2018*/

}

@media screen and (min-width: 1206px) and (max-width:1215px) {

  .bs-slider{height:239px;}/*13-08-2018*/

  #tophome{top:-240px;width:36%;}/*14-08-2018*/

  .slide-text {top:5%;}/*15-08-2018*/

}

@media screen and (min-width: 1216px) and (max-width:1220px) {

  .bs-slider{height:240px;}/*13-08-2018*/

  #tophome{top:-240px;width:36%;}/*14-08-2018*/

  .slide-text {top:5%;}/*15-08-2018*/

}

@media screen and (min-width: 1221px) and (max-width:1230px) {

  .bs-slider{height:242px;}/*13-08-2018*/

  #tophome{top:-240px;width:36%;}/*14-08-2018*/

  .slide-text {top:5%;}/*15-08-2018*/

}

@media screen and (min-width: 1231px) and (max-width:1235px) {

  .bs-slider{height:244px;}/*13-08-2018*/

  #tophome{top:-245px;width:36%;}/*14-08-2018*/

  .slide-text {top:5%;}/*15-08-2018*/

}

@media screen and (min-width: 1236px) and (max-width:1240px) {

  .bs-slider{height:245px;}/*13-08-2018*/

  #tophome{top:-245px;width:36%;}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1241px) and (max-width:1245px) {

  .bs-slider{height:246px;}/*13-08-2018*/

  #tophome{top:-245px;width:36%;}/*14-08-2018*/

  .slide-text {top:6%;}/*15-08-2018*/

}

@media screen and (min-width: 1246px) and (max-width:1250px) {

  .bs-slider{height:246px;}/*13-08-2018*/

  #tophome{top:-245px;width:36%;}/*14-08-2018*/

  .slide-text {top:6%;}/*15-08-2018*/

}

@media screen and (min-width: 1251px) and (max-width:1255px) {

  .bs-slider{height:248px;}/*13-08-2018*/

  #tophome{top:-245px;width:36%;}/*14-08-2018*/

  .slide-text {top:6%;}/*15-08-2018*/

}

@media screen and (min-width: 1256px) and (max-width:1260px) {

  .bs-slider{height:249px;}/*13-08-2018*/

  #tophome{top:-250px;width:36%;}/*14-08-2018*/

  .slide-text {top:6%;}/*15-08-2018*/

}

@media screen and (min-width: 1261px) and (max-width:1265px) {

  .bs-slider{height:250px;}/*13-08-2018*/

  #tophome{top:-250px;width:36%;}/*14-08-2018*/

  .slide-text {top:6%;}/*15-08-2018*/

}

@media screen and (min-width: 1266px) and (max-width:1270px) {

  .bs-slider{height:251px;}/*13-08-2018*/

  #tophome{top:-250px;width:36%;}/*14-08-2018*/

  .slide-text {top:6%;}/*15-08-2018*/

}

@media screen and (min-width: 1271px) and (max-width:1275px) {

  .bs-slider{height:252px;}/*13-08-2018*/

  #tophome{top:-250px;width:36%;}/*14-08-2018*/

  .slide-text {top:6%;}/*15-08-2018*/

}

@media screen and (min-width: 1276px) and (max-width:1279px) {

  .bs-slider{height:253px;}/*13-08-2018*/

  #tophome{top:-250px;width:36%;}/*14-08-2018*/

  .slide-text {top:6%;}/*15-08-2018*/

}

@media screen and (min-width: 1281px) and (max-width:1285px) {

  .bs-slider{height:254px;}/*13-08-2018*/

  #tophome{top:-255px;width:36%;}/*14-08-2018*/

  #tophome img{height:255px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/

}

@media screen and (min-width: 1286px) and (max-width:1290px) {

  .bs-slider{height:255px;}/*13-08-2018*/

  #tophome{top:-253px;width:36%;}/*14-08-2018*/

  #tophome img{height:255px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/

}

@media screen and (min-width: 1291px) and (max-width:1295px) {

  .bs-slider{height:256px;}/*13-08-2018*/

  #tophome{top:-255px;width:36%;}/*14-08-2018*/

  #tophome img{height:257px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/

}

@media screen and (min-width: 1296px) and (max-width:1300px) {

  .bs-slider{height:257px;}/*13-08-2018*/

  #tophome{top:-255px;width:36%;}/*14-08-2018*/

  #tophome img{height:257px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/

}

@media screen and (min-width: 1301px) and (max-width:1305px) {

  .bs-slider{height:258px;}/*13-08-2018*/

  #tophome{top:-257px;width:36%;}/*14-08-2018*/

  #tophome img{height:257px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/

}

@media screen and (min-width: 1306px) and (max-width:1310px) {

  .bs-slider{height:259px;}/*13-08-2018*/

  #tophome{top:-257px;width:36%;}/*14-08-2018*/

  #tophome img{height:257px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/

}

@media screen and (min-width: 1311px) and (max-width:1315px) {

  .bs-slider{height:260px;}/*13-08-2018*/

  #tophome{top:-258px;width:36%;}/*14-08-2018*/

  #tophome img{height:258px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/

}

@media screen and (min-width: 1316px) and (max-width:1325px) {

  .bs-slider{height:261px;}/*13-08-2018*/

  #tophome{top:-259px;width:36%;}/*14-08-2018*/

  #tophome img{height:259px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/

}

@media screen and (min-width: 1326px) and (max-width:1330px) {

  .bs-slider{height:263px;}/*13-08-2018*/

  #tophome{top:-260px;width:36%;}/*14-08-2018*/

  #tophome img{height:260px}/*14-08-2018*/

  .slide-text {top:2%;}/*15-08-2018*/

}

@media screen and (min-width: 1331px) and (max-width:1335px) {

  .bs-slider{height:264px;}/*13-08-2018*/

  #tophome{top:-261px;width:36%;}/*14-08-2018*/

  #tophome img{height:261px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/

}

@media screen and (min-width: 1336px) and (max-width:1345px) {

  .bs-slider{height:265px;}/*13-08-2018*/

  #tophome{top:-264px;width:36%;}/*14-08-2018*/

  #tophome img{height:265px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/

}

@media screen and (min-width: 1346px) and (max-width:1350px) {

  .bs-slider{height:267px;}/*13-08-2018*/

  #tophome{top:-265px;width:36%;}/*14-08-2018*/

  #tophome img{height:266px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/

}

@media screen and (min-width: 1351px) and (max-width:1355px) {

  .bs-slider{height:268px;}/*13-08-2018*/

  #tophome{top:-266px;width:36%;}/*14-08-2018*/

  #tophome img{height:267px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/

}

@media screen and (min-width: 1356px) and (max-width:1360px) {

  .bs-slider{height:269px;}/*13-08-2018*/

  #tophome{top:-267px;width:36%;}/*14-08-2018*/

  #tophome img{height:268px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/

}

@media screen and (min-width: 1361px) and (max-width:1365px) {

  .bs-slider{height:270px;}/*13-08-2018*/

  #tophome{top:-268px;width:36%;}/*14-08-2018*/

  #tophome img{height:269px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/

}

@media screen and (min-width: 1367px) and (max-width:1370px) {

  .bs-slider{height:270px;}/*13-08-2018*/

  #tophome{top:-268px;width:36%;}/*14-08-2018*/

  #tophome img{height:269px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/  

}

@media screen and (min-width: 1371px) and (max-width:1375px) {

  .bs-slider{height:271px;}/*13-08-2018*/

  #tophome{top:-273px;width:36%;}/*14-08-2018*/

  #tophome img{height:275px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/  

}

@media screen and (min-width: 1376px) and (max-width:1380px) {

  .bs-slider{height:272px;}/*13-08-2018*/

  #tophome{top:-273px;width:36%;}/*14-08-2018*/

  #tophome img{height:275px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/ 

}

@media screen and (min-width: 1381px) and (max-width:1385px) {

  .bs-slider{height:273px;}/*13-08-2018*/

  #tophome{top:-273px;width:36%;}/*14-08-2018*/

  #tophome img{height:275px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/  

}

@media screen and (min-width: 1386px) and (max-width:1390px) {

  .bs-slider{height:275px;}/*13-08-2018*/

  #tophome{top:-273px;width:36%;}/*14-08-2018*/

  #tophome img{height:275px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/  

}

@media screen and (min-width: 1391px) and (max-width:1395px) {

  .bs-slider{height:276px;}/*13-08-2018*/

  #tophome{top:-274px;width:36%;}/*14-08-2018*/

  #tophome img{height:276px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/ 

}

@media screen and (min-width: 1396px) and (max-width:1405px) {

  .bs-slider{height:277px;}/*13-08-2018*/

  #tophome{top:-276px;width:36%;}/*14-08-2018*/

  #tophome img{height:276px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/   

}

@media screen and (min-width: 1406px) and (max-width:1410px) {

  .bs-slider{height:279px;}/*13-08-2018*/

  #tophome{top:-280px;width:36%;}/*14-08-2018*/

  #tophome img{height:282px}/*14-08-2018*/ 

  .slide-text {top:8%;}/*15-08-2018*/  

}

@media screen and (min-width: 1411px) and (max-width:1429px) {

  .bs-slider{height:280px;}/*13-08-2018*/

  #tophome{top:-280px;width:36%;}/*14-08-2018*/

  #tophome img{height:282px}/*14-08-2018*/ 

  .slide-text {top:8%;}/*15-08-2018*/    

}

@media screen and (min-width: 1430px) and (max-width:1439px) {

  .bs-slider{height:283px;}/*13-08-2018*/

  #tophome{top:-286px;width:36%;}/*14-08-2018*/

  #tophome img{height:288px}/*14-08-2018*/  

  .slide-text {top:8%;}/*15-08-2018*/    

}

@media screen and (min-width: 1441px) and (max-width:1445px) {

  .bs-slider{height:286px;}/*13-08-2018*/

  #tophome{top:-286px;width:36%;}/*14-08-2018*/

  #tophome img{height:288px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/  

}

@media screen and (min-width: 1446px) and (max-width:1450px) {

  .bs-slider{height:287px;}/*13-08-2018*/

  #tophome{top:-286px;width:36%;}/*14-08-2018*/

  #tophome img{height:288px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/   

}

@media screen and (min-width: 1451px) and (max-width:1455px) {

  .bs-slider{height:286px;}/*13-08-2018*/

  #tophome{top:-286px;width:36%;}/*14-08-2018*/

  #tophome img{height:288px}/*14-08-2018*/

  .slide-text {top:8%;}/*15-08-2018*/  

}

@media screen and (min-width: 1455px) and (max-width:1460px) {

  .bs-slider{height:289px;}/*13-08-2018*/

  #tophome{top:-286px;width:36%;}/*14-08-2018*/

  #tophome img{height:288px}/*14-08-2018*/ 

  .slide-text {top:8%;}/*15-08-2018*/ 

}

@media screen and (min-width: 1461px) and (max-width:1470px) {

  .bs-slider{height:290px;}/*13-08-2018*/

  #tophome{top:-290px;width:36%;}/*14-08-2018*/

  #tophome img{height:290px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/    

}

@media screen and (min-width: 1471px) and (max-width:1475px) {

  .bs-slider{height:291px;}/*13-08-2018*/

  #tophome{top:-290px;width:36%;}/*14-08-2018*/

  #tophome img{height:290px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/  

}

@media screen and (min-width: 1475px) and (max-width:1480px) {

  .bs-slider{height:291px;}/*13-08-2018*/

  #tophome{top:-290px;width:36%;}/*14-08-2018*/

  #tophome img{height:290px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/      

}

@media screen and (min-width: 1481px) and (max-width:1485px) {

  .bs-slider{height:293px;}/*13-08-2018*/

  #tophome{top:-292px;width:36%;}/*14-08-2018*/

  #tophome img{height:292px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/    

}

@media screen and (min-width: 1486px) and (max-width:1490px) {

  .bs-slider{height:294px;}/*13-08-2018*/

  #tophome{top:-292px;width:36%;}/*14-08-2018*/

  #tophome img{height:292px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/   

}

@media screen and (min-width: 1491px) and (max-width:1495px) {

  .bs-slider{height:295px;}/*13-08-2018*/

  #tophome{top:-295px;width:36%;}/*14-08-2018*/

  #tophome img{height:295px}/*14-08-2018*/ 

  .slide-text {top:7%;}/*15-08-2018*/     

}

@media screen and (min-width: 1496px) and (max-width:1500px) {

  .bs-slider{height:296px;}/*13-08-2018*/

  #tophome{top:-295px;width:36%;}/*14-08-2018*/

  #tophome img{height:295px}/*14-08-2018*/ 

  .slide-text {top:7%;}/*15-08-2018*/      

}

@media screen and (min-width: 1501px) and (max-width:1510px) {

  .bs-slider{height:297px;}/*13-08-2018*/

  #tophome{top:-300px;width:36%;}/*14-08-2018*/

  #tophome img{height:298px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/    

}

@media screen and (min-width: 1511px) and (max-width:1520px) {

  .bs-slider{height:299px;}/*13-08-2018*/

  #tophome{top:-300px;width:36%;}/*14-08-2018*/

  #tophome img{height:298px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/      

}

@media screen and (min-width: 1521px) and (max-width:1525px) {

  .bs-slider{height:301px;}/*13-08-2018*/

  #tophome{top:-300px;width:36%;}/*14-08-2018*/

  #tophome img{height:298px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/     

}

@media screen and (min-width: 1526px) and (max-width:1530px) {

  .bs-slider{height:302px;}/*13-08-2018*/

  #tophome{top:-300px;width:36%;}/*14-08-2018*/

  #tophome img{height:298px}/*14-08-2018*/ 

  .slide-text {top:7%;}/*15-08-2018*/  

}

@media screen and (min-width: 1531px) and (max-width:1540px) {

  .bs-slider{height:303px;}/*13-08-2018*/

  #tophome{top:-302px;width:36%;}/*14-08-2018*/

  #tophome img{height:300px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/     

}

@media screen and (min-width: 1541px) and (max-width:1545px) {

  .bs-slider{height:305px;}/*13-08-2018*/

  #tophome{top:-302px;width:36%;}/*14-08-2018*/

  #tophome img{height:300px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/       

}

@media screen and (min-width: 1546px) and (max-width:1550px) {

  .bs-slider{height:306px;}/*13-08-2018*/

  #tophome{top:-304px;width:36%;}/*14-08-2018*/

  #tophome img{height:304px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/     

}

@media screen and (min-width: 1551px) and (max-width:1555px) {

  .bs-slider{height:307px;}/*13-08-2018*/

  #tophome{top:-307px;width:36%;}/*14-08-2018*/

  #tophome img{height:307px}/*14-08-2018*/ 

  .slide-text {top:7%;}/*15-08-2018*/ 

}

@media screen and (min-width: 1556px) and (max-width:1560px) {

  .bs-slider{height:308px;}/*13-08-2018*/

  #tophome{top:-310px;width:36%;}/*14-08-2018*/

  #tophome img{height:310px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/     

}

@media screen and (min-width: 1561px) and (max-width:1565px) {

  .bs-slider{height:309px;}/*13-08-2018*/

  #tophome{top:-313px;width:36%;}/*14-08-2018*/

  #tophome img{height:313px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/  

}

@media screen and (min-width: 1566px) and (max-width:1570px) {

  .bs-slider{height:310px;}/*13-08-2018*/

  #tophome{top:-316px;width:36%;}/*14-08-2018*/

  #tophome img{height:316px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/  

}

@media screen and (min-width: 1571px) and (max-width:1575px) {

  .bs-slider{height:311px;}/*13-08-2018*/

  #tophome{top:-319px;width:36%;}/*14-08-2018*/

  #tophome img{height:319px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/     

}

@media screen and (min-width: 1576px) and (max-width:1580px) {

  .bs-slider{height:312px;}/*13-08-2018*/

  #tophome{top:-322px;width:36%;}/*14-08-2018*/

  #tophome img{height:322px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/    

}

@media screen and (min-width: 1581px) and (max-width:1590px) {

  .bs-slider{height:313px;}/*13-08-2018*/

  #tophome{top:-325px;width:36%;}/*14-08-2018*/

  #tophome img{height:325px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/  

}

@media screen and (min-width: 1591px) and (max-width:1595px) {

  .bs-slider{height:315px;}/*13-08-2018*/

  #tophome{top:-328px;width:36%;}/*14-08-2018*/

  #tophome img{height:328px}/*14-08-2018*/ 

  .slide-text {top:7%;}/*15-08-2018*/     

}

@media screen and (min-width: 1596px) and (max-width:1599px) {

  .bs-slider{height:316px;}/*13-08-2018*/

  #tophome{top:-331px;width:36%;}/*14-08-2018*/

  #tophome img{height:331px}/*14-08-2018*/

  .slide-text {top:7%;}/*15-08-2018*/    

}



