@font-face {
     font-family: 'firago';
     src: url('../fonts/FiraGO-Regular.otf') format("opentype");
   }
@import url("//cdn.web-fonts.ge/fonts/dejavu-sans/css/dejavu-sans.min.css");

/* ====================
Base style
==================== */
html {
  color: #222222;
  font-size: 14px;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body {
  font-size: 14px;
  color: #555555;
  letter-spacing: 0.2px;
  font-family: "DejaVu Sans", sans-serif;
}

h1,
h1 a {
  font-size: 40px;
}

h2,
h2 a {
  font-size: 32px;
}

h3,
h3 a {
  font-size: 28px;
}

h4,
h4 a {
  font-size: 24px;
}

h5,
h5 a {
  font-size: 20px;
}

h6,
h6 a {
  font-size: 16px;
}

h1,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

a,
button,
li,
p {
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  margin: 0;
  letter-spacing: 0.2px;
}

a,
a:hover {
  color: #555555;
}

ul {
  padding: 0;
  margin: 0;
}

a:active,
a:focus,
a:hover,
button:focus,
button:hover {
  text-decoration: none;
  outline: none;
}

a,
button {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

input:focus,
textarea:focus {
  outline: none;
}




/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (max-width: 768px) {
  .list-inline-item:not(:last-child) {
    margin-right: 0 !important;
  }
  .postop-box {
      padding-right: 0 !important;
  }
  .shows-inner-box {
      padding-right: 0 !important;
  }
  .cover-area {
    padding: 0 !important;
    background-size: 100% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 56.64% !important;
    min-height: auto !important;
  }
  .cover-area h4 {
    text-align: center;
    margin-top: 20px;
    display: none;
  }
  .cover-area h6 {
    text-align: center;
    display: none;
  }
  .cover-area .social-button {
    display: table;
    width: fit-content;
    margin: 0 auto;
    display: none;
  }
  .all-shows-box-section {
      padding-left: 10px !important;
      padding-right: 10px !important;
  }
  .all-shows-box-section-items {
    padding-left: 0;
    padding-right: 0;
  }
  .shows-inner-box-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .photo_padding {
    padding-left: 0;
    padding-right: 0;
  }
  .news8_box .list-inline-item {
    margin-top: 10px;
  }
  .news8_box {
    margin-bottom: 20px;
  }
  .row {
    margin: 0 !important;
  }
  .container-fluid {
    padding: 0;
  }
  .news-box-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .shows-inner-box {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .news-box {
    padding: 0 !important;
  }
  .view-news-section .col-lg-8 {
    padding: 5px;
  }
  .view-news-section .col-lg-4 {
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .view-news-section .col-12 {
    padding: 0;
  }
  .post-controls.list-inline {
    margin: 10px 0;
  }
  .covid-logo a {
    margin: 0 auto;
    width: fit-content;
    display: block;
  }
}

@media (min-width: 1281px) {



/* =======================================
01. Covid19
======================================= */
.covid-area {
  padding-left:100px;
  padding-right:100px;
  background-color: #000000;
  border-bottom: 1px dotted #303030;
  height:40px;
  text-align: right;
}


/* End of Logo and Search Area



/* =======================================
01. Logo Area
======================================= */
.logo-area {
  height: 145px;
  background-color: #1B1313;
}

.logo-area .logo {
  margin-top: 45px;
  margin-left:90px;
}

.logo-area .searchbar {
  margin-top: 55px;
  margin-right: 90px;
}

.logo-area .searchbar form {
  position: relative;
  width: 230px;
  float: right;
}

.logo-area .searchbar form input {
  width: 100%;
  height: 38px;
  background: none;
  border: 1px solid #2a2828;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding-left: 15px;
  color:#fff;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.logo-area .searchbar form input.placeholder {
  font-size: 13px;
  font-style: none;
  color: #565656;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.logo-area .searchbar form input:-moz-placeholder {
  font-size: 13px;
  font-style: none;
  color: #565656;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.logo-area .searchbar form input::-moz-placeholder {
  font-size: 13px;
  font-style: none;
  color: #565656;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.logo-area .searchbar form input:-ms-input-placeholder {
  font-size: 13px;
  font-style: none;
  color: #565656;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.logo-area .searchbar form input::-webkit-input-placeholder {
  font-size: 13px;
  font-style: none;
  color: #565656;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.logo-area .searchbar form input:focus {
  border-color: #FF4C00;
}

.logo-area .searchbar form button {
  position: absolute;
  top: 5px;
  right: 7px;
  width: 28px;
  height: 28px;
  background: #FF4C00;
  color: #fff;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

/* End of Logo and Search Area








/**************************************** */

/* =======================================
02. Menu Area
======================================= */
.navbar {
  display: none;
}


.menu-area {
  background: #393030;
  height: 55px;
  padding-left: 100px;
  padding-right: 100px;
}

.menu-area .main-menu {
  margin-top: 12px;
  margin-right: 100px;

}

.menu-area .main-menu ul li {
  position: relative;
}

.menu-area .main-menu ul li a {
  color: #fff;
  display: inline-block;
  font-weight: normal;
  margin-right: 15px;
  padding: 5px 0 12px 0px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.menu-area .main-menu ul li a i {
  font-size: 15px;
  color: #969696;
}

.menu-area .main-menu ul li a:hover {
  cursor: pointer;
  color: #FF4C00;
}

.menu-area .main-menu ul li a:hover i {
  color: #FF4C00;
}

.menu-area .main-menu ul li ul.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  min-width: 150px;
  border: 1px solid #eeeeee;
  border-top: 3px solid #FF4C00;
  padding: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.menu-area .main-menu ul li ul.dropdown li {
  position: relative;
}

.menu-area .main-menu ul li ul.dropdown li a {
  font-size: 13px;
  padding: 8px 20px;
  display: block;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-right: 0;
}

.menu-area .main-menu ul li ul.dropdown li a i {
  float: right;
  color: #666666;
  margin-top: 3px;
}

.menu-area .main-menu ul li ul.dropdown li a:hover {
  background: #eeeeee;
  color: #FF4C00;
}

.menu-area .main-menu ul li ul.dropdown li a:hover i {
  color: #FF4C00;
}

.menu-area .main-menu ul li ul.dropdown li ul.dropdown-sub {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 175px;
  border: 1px solid #eeeeee;
  border-top: 3px solid #FF4C00;
  padding: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.menu-area .main-menu ul li ul.dropdown li ul.dropdown-sub li a {
  font-size: 13px;
  font-weight: normal;
}

.menu-area .main-menu ul li ul.dropdown li:hover ul.dropdown-sub {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.menu-area .main-menu ul li:hover ul.dropdown {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.menu-area .main-menu ul li.mega-vd {
  position: inherit;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery {
  position: absolute;
  left: 15px;
  top: 100%;
  background: #393030;
  border-top: 3px solid #FF4C00;
  width: calc(134% - 35px);
  padding: 40px;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider {
  position: relative;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img {
  position: relative;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img img {
  margin-bottom: 10px;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img a {
  font-size: 15px;
  color: #fff;
  background: #444444;
  padding: 8px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  top: 39%;
  left: 40%;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img a i {
  color: #fff;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img a:hover i {
  color: #FF4C00;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-content p a {
  font-size: 15px;
  color: #969696;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-content p a:hover {
  color: #FF4C00;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .owl-nav div {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 30px;
  height: 36px;
  background: #000;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-top: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  z-index: 999;
  margin-top: -25px;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .owl-nav div:hover {
  background-color: #FF4C00;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .owl-nav div.owl-next {
  left: inherit;
  right: -40px;
}

.menu-area .main-menu ul li.mega-vd:hover ul.v-gallery {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.menu-area .main-menu ul li.mega-mnu {
  position: inherit;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu {
  position: absolute;
  left: 15px;
  top: 100%;
  background: #fff;
  border-top: 3px solid #FF4C00;
  width: calc(134% - 35px);
  padding: 30px;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .sec-title h5 {
  color: #444444;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 40px;
  position: relative;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .sec-title h5:before {
  position: absolute;
  content: '';
  background: #FF4C00;
  width: 55px;
  height: 1px;
  bottom: -9px;
  left: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .cat-content ul li a {
  font-size: 15px;
  color: #666666;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .cat-content ul li a:hover {
  color: #FF4C00;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .cat-content ul li:last-child a {
  margin-bottom: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .sec-title h5 {
  color: #444444;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 40px;
  position: relative;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .sec-title h5:before {
  position: absolute;
  content: '';
  background: #FF4C00;
  width: 55px;
  height: 1px;
  bottom: -9px;
  left: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box {
  margin-bottom: 15px;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .lat-img a {
  padding: 0;
  margin: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .lat-img a img {
  max-width: 85px;
  margin-right: 10px;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .img-content p {
  margin-bottom: 3px;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .img-content p a {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .img-content p a:hover {
  color: #FF4C00;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .img-content span {
  font-size: 13px;
  color: #969696;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box:last-child {
  margin-bottom: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .sec-title h5 {
  color: #444444;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 40px;
  position: relative;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .sec-title h5:before {
  position: absolute;
  content: '';
  background: #FF4C00;
  width: 55px;
  height: 1px;
  bottom: -9px;
  left: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box {
  margin-bottom: 15px;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .pop-img a {
  padding: 0;
  margin: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .pop-img a img {
  max-width: 85px;
  margin-right: 10px;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .img-content p {
  margin-bottom: 3px;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .img-content p a {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .img-content p a:hover {
  color: #FF4C00;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .img-content ul li {
  font-size: 13px;
  color: #fdba2d;
  margin-right: 1px;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box:last-child {
  margin-bottom: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-glry .sec-title h5 {
  color: #444444;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 40px;
  position: relative;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-glry .sec-title h5:before {
  position: absolute;
  content: '';
  background: #FF4C00;
  width: 55px;
  height: 1px;
  bottom: -9px;
  left: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-glry .glry-box img {
  max-width: 89px;
  margin-right: 6px;
  margin-bottom: 10px;
}

.menu-area .main-menu ul li.mega-mnu:hover ul.mega-menu {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.menu-area .clock {
  margin-top: 17px;
}

.menu-area .clock span#dg-clock {
  color: #fff;
  background: #FF4C00;
  padding: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size:12px;
}

.blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  80% {
    opacity: 0;
  }
}

.menu-area.menu-black {
  background: #222222;
}

.menu-area.menu-black .main-menu ul li a {
  color: #eeeeee;
}

.menu-area.menu-black .main-menu ul li a:hover {
  color: #FF4C00;
}

.menu-area.menu-black .main-menu ul li ul.dropdown li a {
  color: #444444;
}

.menu-area.menu-black .main-menu ul li ul.dropdown li a:hover {
  color: #FF4C00;
}



/* ====================
03 Slider Top
======================*/

  .top-slider-section {
  margin-top: 50px;
  margin-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  }

  .top-slider2 {
    margin-top:35px;
  }


   .banner-static {
    margin-top:15px;
  }



.top-slider-section .main-slider .slider-content .slider-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.02)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); */
}


.top-slider-section .main-slider .slider-content .slider-layer ul li {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  margin-top:20px;
  margin-bottom:20px;
}

.top-slider-section .main-slider .slider-content .slider-layer ul li:nth-child(1) {
  background: #FF4C00;
  padding: 4px 12px 3px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.top-slider-section .main-slider .slider-content .slider-layer ul li:nth-child(2) {
  background: #FF4C00;
  padding: 4px 12px 3px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-left: 100px;
  float: right;
}

.top-slider-section .main-slider .slider-content .slider-layer p {
  width: 100%;
  background-color: #FF4C00;
  opacity: 85%;
  padding:12px;
  border-radius: 8px;
}

.top-slider-section .main-slider .slider-content .slider-layer p a {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  font-weight: 800;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.top-slider-section .main-slider .slider-content .slider-layer p a:hover {
  text-decoration: none;
}


.icon {
  background: #a2a2a2a2;
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 40px;
  position: absolute;
  top: 40%;
  text-align: center;
  width: 40px; height: 40px;
}
.owl-nextwww,
.owl-prevwww {
  height: 100%;
  position: absolute;
  top: 0;
}
.owl-next {
  right: 0;

}
.owl-prev {
  left: 0;
}
.owl-next:hover .icon,
.owl-prev:hover .icon {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}
.icon-arrow-left7 { left: 0; }
.icon-arrow-left7:before { content: "\f053"; }
.icon-arrow-right7 { right: 0; }
.icon-arrow-right7:before { content: "\f054"; }



/* =======================================
03 News Section
======================================= */
.news-box-section {
  padding-left:100px;
  padding-right:100px;
}


.news-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.news-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.news-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box-header li:nth-child(2) a:link,
.news-box-header li:nth-child(2) a:active,
.news-box-header li:nth-child(2) a:visited,
.news-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.news-box-header li:first-child a:link,
.news-box-header li:first-child a:active,
.news-box-header li:first-child a:visited,
.news-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.news-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.news-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.news-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.news-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.news-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}



/* =======================================
03 Shows Switcher
======================================= */
.shows-switcher-section {
  padding-left:100px;
  padding-right:100px;
  padding-top:40px;
  padding-bottom:40px;
}



.shows-switcher-section li:first-child {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #A2A2A2A2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.shows-switcher-section li.selected:first-child {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li:nth-child(2) {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #A2A2A2A2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li.selected:nth-child(2) {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li:first-child a:link,
.shows-switcher-section li:first-child a:active,
.shows-switcher-section li:first-child a:visited,
.shows-switcher-section li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  display: inline;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-switcher-section li:nth-child(2) a:link,
.shows-switcher-section li:nth-child(2) a:active,
.shows-switcher-section li:nth-child(2) a:visited,
.shows-switcher-section li:nth-child(2) a:hover {
  color:#FFFFFF;
  font-size: 14px;
  display: inline;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}





/* =======================================
03 Shows inner Section
======================================= */
.shows-inner-box-section {
  padding-left:100px;
  padding-right:100px;
}


.shows-inner-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.shows-inner-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-inner-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.shows-inner-box-header li:nth-child(2) a:link,
.shows-inner-box-header li:nth-child(2) a:active,
.shows-inner-box-header li:nth-child(2) a:visited,
.shows-inner-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.shows-inner-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shows-inner-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-inner-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-inner-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-inner-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-inner-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}



footer {
  background-color: #393030;
  height: 140px;
}

.footer-section {
padding-right: 100px;
padding-left: 100px;
}

.footer-logo {
  padding-top:55px;
}

.footer-links {
  padding-top:55px;
  text-align:center;
}

.footer-links a:link {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:active {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:hover {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  text-decoration: underline;
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:visited {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-social {
  padding-top:55px;
  text-align:right;
  font-size:20px;
  letter-spacing: 10px;
}

.copy {
  padding-top:20px;
  color:#ffffff;
  font-size: 12px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.all-shows-box-section {
  padding-left: 100px;
  padding-right: 100px;
}

.all-shows-box-section-items {
  padding-bottom:30px;
}


/* ===================
Pagination
====================*/

.pagination-section {
  padding-left:100px;
  padding-right:100px;
  padding-bottom: 20px;

}

.pagination-section .pagination-center {
  align-content: center;
  text-align: center;
}


.pagination {
        list-style-type: none;
        display: inline-flex;
        justify-content: space-between;
        box-sizing: border-box;
      }
      .pagination li {
        box-sizing: border-box;
        padding-right: 10px;
      }
      .pagination li a {
        box-sizing: border-box;
        background-color: #393030;
        padding: 8px;
        font-family: 'firago';
        -moz-font-feature-settings: 'case';
        -webkit-font-feature-settings: 'case';
        font-feature-settings: 'case' on;
        font-weight: none;
        font-size: 12px;
        color: #ffffff;
        border-radius: 4px;
      }
      .pagination li a:hover {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .next a, .pagination .prev a {
        text-transform: uppercase;
        font-size: 12px;
      }
      .pagination .currentpage a {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .currentpage a:hover {
        background-color: #c43a00;
      }




/* =================================

==================================*/

.view-news-section
{
  padding-left:100px;
  padding-right:100px;
}

.view-post-title {
  margin-top:25px;
  margin-bottom:25px;
}


.view-post-controls {
margin-top:25px;
}



.view-post-controls li:first-child {
  color:#ff4c00;
  font-size: 14px;
  float: left;
  border-bottom:1px solid #A8A8A8;
  margin-top:3px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
}

.view-post-controls li:nth-child(2) {
  color:#E5E5E5;
  font-size: 14px;
  float: right;
  border:1px solid #A8A8A8;
  padding:4px;
  border-radius: 5px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
}

.view-post-content p {
  font-family: "DejaVu Sans", sans-serif;
  font-size:16px;
  color:#191919;
  line-height: 25px;
  font-weight: 100px;
  text-align: left;
  padding-bottom:15px;
}


.right-side-news-header {
background-color:#ff4c00;
color:#ffffff;
height:50px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
padding-top:16px;
padding-left:15px;
font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
font-weight: none;
font-size:16px;
}


.right-side-news-footer {
background-color:#F4F4F4;
height:50px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.right-side-news-section {
  padding-top:15px;
  padding-bottom:15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color:#F4F4F4;
}


.right-side-news-section p {
  padding-top:10px;
}



.right-side-news-section p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}


.right-side-news-section p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}

.right-side-news-section p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}



.right-side-news-section p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color: #FF4C00;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}




/* =======================================
View News section
========================================*/


.breadcrumbs {
  background-color: #EAEAEA;
    padding-left: 100px;
    padding-right: 100px;
    height:45px;
    line-height: 45px;
}

.breadcrumbs ol {
  display: inline-block;
}

.breadcrumbs li {
  display: inline-block;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
  font-size:12px;
}

.breadcrumbs li a {
  display: inline-block;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
  font-size:12px;
}


/* =======================================
04 PoSTop
======================================= */
.postop-box-section {
  padding-left:100px;
  padding-right:100px;
  background-color: #393030;
}


.postop-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.postop-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.postop-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box-header li:nth-child(2) a:link,
.postop-box-header li:nth-child(2) a:active,
.postop-box-header li:nth-child(2) a:visited,
.postop-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box-header li:first-child a:link,
.postop-box-header li:first-child a:active,
.postop-box-header li:first-child a:visited,
.postop-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box-header li:first-child a:link,
.postop-box-header li:first-child a:active,
.postop-box-header li:first-child a:visited,
.postop-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.postop-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.postop-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.postop-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.postop-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}


.postop-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}



/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}





/* =======================================
05 Analitycs Section
======================================= */
.analitycs-box-section {
  padding-left:100px;
  padding-right:100px;
}


.analitycs-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.analitycs-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.analitycs-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box-header li:first-child a:link,
.analitycs-box-header li:first-child a:active,
.analitycs-box-header li:first-child a:visited,
.analitycs-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.analitycs-box {
  padding-left:0px;
  padding-right:0px;
}


.rounded_image {
  border-radius: 10px;
}


.analitycs-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 3px solid #ebebeb;
  padding: 338px;
  border-radius: 7px;
  margin-bottom: 135px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.analitycs-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.analitycs-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}


.customNav {

}

.customNav .owl-prev {
  border: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  line-height: 25px;
  width:30px;
}

.customNav .owl-next {
 border: 0px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 line-height: 25px;
 width:30px;
}


.customNav  .owl-next:hover,
.customNav  .owl-prev:hover {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}

.owl-theme .owl-dots .owl-dot span {
   background: #D6D6D6!important; /* dots color*/
 }

.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
   background: #FF4C00!important; /*active and on hover color*/
 }

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}





/* =======================================
06 Entertainment Section
======================================= */
.entertainment-box-section {
  padding-left:100px;
  padding-right:100px;
}


.entertainment-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.entertainment-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.entertainment-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.entertainment-box-header li:first-child a:link,
.entertainment-box-header li:first-child a:active,
.entertainment-box-header li:first-child a:visited,
.entertainment-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.entertainment-box {
  padding-left:0px;
  padding-right:0px;
}


.rounded_image {
  border-radius: 10px;
}


.entertainment-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 3px solid #ebebeb;
  padding: 338px;
  border-radius: 7px;
  margin-bottom: 135px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.entertainment-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.entertainment-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}


.customNav2 {

}

.customNav2 .owl-prev {
  border: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  line-height: 25px;
  width:30px;
}

.customNav2 .owl-next {
 border: 0px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 line-height: 25px;
 width:30px;
}


.customNav2  .owl-next:hover,
.customNav2  .owl-prev:hover {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}

.owl-theme .owl-dots .owl-dot span {
   background: #D6D6D6!important; /* dots color*/
 }

.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
   background: #FF4C00!important; /*active and on hover color*/
 }



 /* =======================================
03 Shows section
======================================= */
.shows-box-section {
  padding-left:100px;
  padding-right:100px;
}


.shows-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.shows-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.shows-box-header li:nth-child(2) a:link,
.shows-box-header li:nth-child(2) a:active,
.shows-box-header li:nth-child(2) a:visited,
.shows-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box-header li:first-child a:link,
.shows-box-header li:first-child a:active,
.shows-box-header li:first-child a:visited,
.shows-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.shows-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.shows-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shows-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}


footer {
  background-color: #393030;
  height: 140px;
}

.footer-section {
padding-right: 100px;
padding-left: 100px;
}

.footer-logo {
  padding-top:55px;
}

.footer-links {
  padding-top:55px;
  text-align:center;
}

.footer-links a:link {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:active {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:hover {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  text-decoration: underline;
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:visited {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-social {
  padding-top:55px;
  text-align:right;
  font-size:20px;
  letter-spacing: 10px;
}

.copy {
  padding-top:20px;
  color:#ffffff;
  font-size: 12px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.all-shows-box-section {
  padding-left: 100px;
  padding-right: 100px;
}

.all-shows-box-section-items {
  padding-bottom:30px;
}


/* ===================
Pagination
====================*/

.pagination-section {
  padding-left:100px;
  padding-right:100px;
  padding-bottom: 20px;

}

.pagination-section .pagination-center {
  align-content: center;
  text-align: center;
}


.pagination {
        list-style-type: none;
        display: inline-flex;
        justify-content: space-between;
        box-sizing: border-box;
      }
      .pagination li {
        box-sizing: border-box;
        padding-right: 10px;
      }
      .pagination li a {
        box-sizing: border-box;
        background-color: #393030;
        padding: 8px;
        font-family: 'firago';
        -moz-font-feature-settings: 'case';
        -webkit-font-feature-settings: 'case';
        font-feature-settings: 'case' on;
        font-weight: none;
        font-size: 12px;
        color: #ffffff;
        border-radius: 4px;
      }
      .pagination li a:hover {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .next a, .pagination .prev a {
        text-transform: uppercase;
        font-size: 12px;
      }
      .pagination .currentpage a {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .currentpage a:hover {
        background-color: #c43a00;
      }




}
/*
  ##End of Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/










/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

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

  /* =======================================
01. Covid19
======================================= */
.covid-area {
  padding-left:20px;
  padding-right:20px;
  background-color: #000000;
  border-bottom: 1px dotted #303030;
  height:40px;
  text-align: right;
}


/* =======================================
01. Logo Area
======================================= */
.logo-area {
  height: 145px;
  background-color: #1B1313;
}

.logo-area .logo {
  margin-top: 45px;
  margin-left:20px;
}

.logo-area .searchbar {
  margin-top: 55px;
  margin-right: 20px;
}

.logo-area .searchbar form {
  position: relative;
  width: 230px;
  float: right;
}

.logo-area .searchbar form input {
  width: 100%;
  height: 38px;
  background: none;
  border: 1px solid #2a2828;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding-left: 15px;
  color:#fff;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.logo-area .searchbar form input.placeholder {
  font-size: 13px;
  font-style: none;
  color: #565656;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.logo-area .searchbar form input:-moz-placeholder {
  font-size: 13px;
  font-style: none;
  color: #565656;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.logo-area .searchbar form input::-moz-placeholder {
  font-size: 13px;
  font-style: none;
  color: #565656;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.logo-area .searchbar form input:-ms-input-placeholder {
  font-size: 13px;
  font-style: none;
  color: #565656;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.logo-area .searchbar form input::-webkit-input-placeholder {
  font-size: 13px;
  font-style: none;
  color: #565656;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.logo-area .searchbar form input:focus {
  border-color: #FF4C00;
}

.logo-area .searchbar form button {
  position: absolute;
  top: 5px;
  right: 7px;
  width: 28px;
  height: 28px;
  background: #FF4C00;
  color: #fff;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

/* End of Logo and Search Area








/**************************************** */

/* =======================================
02. Menu Area
======================================= */
.navbar {
  display: none;
}


.menu-area {
  background: #393030;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
}

.menu-area .main-menu {
  margin-top: 12px;
  margin-right: 100px;

}

.menu-area .main-menu ul li {
  position: relative;
}

.menu-area .main-menu ul li a {
  color: #fff;
  display: inline-block;
  font-weight: normal;
  margin-right: 15px;
  padding: 5px 0 12px 0px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.menu-area .main-menu ul li a i {
  font-size: 16px;
  color: #969696;
}

.menu-area .main-menu ul li a:hover {
  cursor: pointer;
  color: #FF4C00;
}

.menu-area .main-menu ul li a:hover i {
  color: #FF4C00;
}

.menu-area .main-menu ul li ul.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  min-width: 150px;
  border: 1px solid #eeeeee;
  border-top: 3px solid #FF4C00;
  padding: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.menu-area .main-menu ul li ul.dropdown li {
  position: relative;
}

.menu-area .main-menu ul li ul.dropdown li a {
  font-size: 13px;
  padding: 8px 20px;
  display: block;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-right: 0;
}

.menu-area .main-menu ul li ul.dropdown li a i {
  float: right;
  color: #666666;
  margin-top: 3px;
}

.menu-area .main-menu ul li ul.dropdown li a:hover {
  background: #eeeeee;
  color: #FF4C00;
}

.menu-area .main-menu ul li ul.dropdown li a:hover i {
  color: #FF4C00;
}

.menu-area .main-menu ul li ul.dropdown li ul.dropdown-sub {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 175px;
  border: 1px solid #eeeeee;
  border-top: 3px solid #FF4C00;
  padding: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.menu-area .main-menu ul li ul.dropdown li ul.dropdown-sub li a {
  font-size: 13px;
  font-weight: normal;
}

.menu-area .main-menu ul li ul.dropdown li:hover ul.dropdown-sub {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.menu-area .main-menu ul li:hover ul.dropdown {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.menu-area .main-menu ul li.mega-vd {
  position: inherit;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery {
  position: absolute;
  left: 15px;
  top: 100%;
  background: #393030;
  border-top: 3px solid #FF4C00;
  width: calc(134% - 35px);
  padding: 40px;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider {
  position: relative;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img {
  position: relative;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img img {
  margin-bottom: 10px;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img a {
  font-size: 16px;
  color: #fff;
  background: #444444;
  padding: 8px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  top: 39%;
  left: 40%;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img a i {
  color: #fff;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img a:hover i {
  color: #FF4C00;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-content p a {
  font-size: 15px;
  color: #969696;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-content p a:hover {
  color: #FF4C00;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .owl-nav div {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 30px;
  height: 36px;
  background: #000;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-top: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  z-index: 999;
  margin-top: -25px;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .owl-nav div:hover {
  background-color: #FF4C00;
}

.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .owl-nav div.owl-next {
  left: inherit;
  right: -40px;
}

.menu-area .main-menu ul li.mega-vd:hover ul.v-gallery {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.menu-area .main-menu ul li.mega-mnu {
  position: inherit;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu {
  position: absolute;
  left: 15px;
  top: 100%;
  background: #fff;
  border-top: 3px solid #FF4C00;
  width: calc(134% - 35px);
  padding: 30px;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .sec-title h5 {
  color: #444444;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 40px;
  position: relative;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .sec-title h5:before {
  position: absolute;
  content: '';
  background: #FF4C00;
  width: 55px;
  height: 1px;
  bottom: -9px;
  left: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .cat-content ul li a {
  font-size: 15px;
  color: #666666;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .cat-content ul li a:hover {
  color: #FF4C00;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .cat-content ul li:last-child a {
  margin-bottom: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .sec-title h5 {
  color: #444444;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 40px;
  position: relative;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .sec-title h5:before {
  position: absolute;
  content: '';
  background: #FF4C00;
  width: 55px;
  height: 1px;
  bottom: -9px;
  left: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box {
  margin-bottom: 15px;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .lat-img a {
  padding: 0;
  margin: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .lat-img a img {
  max-width: 85px;
  margin-right: 10px;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .img-content p {
  margin-bottom: 3px;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .img-content p a {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .img-content p a:hover {
  color: #FF4C00;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .img-content span {
  font-size: 13px;
  color: #969696;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box:last-child {
  margin-bottom: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .sec-title h5 {
  color: #444444;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 40px;
  position: relative;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .sec-title h5:before {
  position: absolute;
  content: '';
  background: #FF4C00;
  width: 55px;
  height: 1px;
  bottom: -9px;
  left: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box {
  margin-bottom: 15px;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .pop-img a {
  padding: 0;
  margin: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .pop-img a img {
  max-width: 85px;
  margin-right: 10px;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .img-content p {
  margin-bottom: 3px;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .img-content p a {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .img-content p a:hover {
  color: #FF4C00;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .img-content ul li {
  font-size: 13px;
  color: #fdba2d;
  margin-right: 1px;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box:last-child {
  margin-bottom: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-glry .sec-title h5 {
  color: #444444;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 40px;
  position: relative;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-glry .sec-title h5:before {
  position: absolute;
  content: '';
  background: #FF4C00;
  width: 55px;
  height: 1px;
  bottom: -9px;
  left: 0;
}

.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-glry .glry-box img {
  max-width: 89px;
  margin-right: 6px;
  margin-bottom: 10px;
}

.menu-area .main-menu ul li.mega-mnu:hover ul.mega-menu {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.menu-area .clock {
  margin-top: 17px;
}

.menu-area .clock span#dg-clock {
  color: #fff;
  background: #FF4C00;
  padding: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size:12px;
}

.blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  80% {
    opacity: 0;
  }
}

.menu-area.menu-black {
  background: #222222;
}

.menu-area.menu-black .main-menu ul li a {
  color: #eeeeee;
}

.menu-area.menu-black .main-menu ul li a:hover {
  color: #FF4C00;
}

.menu-area.menu-black .main-menu ul li ul.dropdown li a {
  color: #444444;
}

.menu-area.menu-black .main-menu ul li ul.dropdown li a:hover {
  color: #FF4C00;
}



/* ====================
03 Slider Top
======================*/

  .top-slider-section {
  margin-top: 50px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  }

  .top-slider2 {
    margin-top:35px;
  }


   .banner-static {
    margin-top:15px;
  }



.top-slider-section .main-slider .slider-content .slider-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.02)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); */
}


.top-slider-section .main-slider .slider-content .slider-layer ul li {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  margin-top:20px;
  margin-bottom:20px;
}

.top-slider-section .main-slider .slider-content .slider-layer ul li:nth-child(1) {
  background: #FF4C00;
  padding: 4px 12px 3px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.top-slider-section .main-slider .slider-content .slider-layer ul li:nth-child(2) {
  background: #FF4C00;
  padding: 4px 12px 3px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-left: 100px;
  float: right;
}

.top-slider-section .main-slider .slider-content .slider-layer p {
  width: 100%;
  background-color: #FF4C00;
  opacity: 85%;
  padding:12px;
  border-radius: 8px;
}

.top-slider-section .main-slider .slider-content .slider-layer p a {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  font-weight: 800;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.top-slider-section .main-slider .slider-content .slider-layer p a:hover {
  text-decoration: none;
}


.icon {
  background: #a2a2a2a2;
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 40px;
  position: absolute;
  top: 40%;
  text-align: center;
  width: 40px; height: 40px;
}
.owl-nextwww,
.owl-prevwww {
  height: 100%;
  position: absolute;
  top: 0;
}
.owl-next {
  right: 0;

}
.owl-prev {
  left: 0;
}
.owl-next:hover .icon,
.owl-prev:hover .icon {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}
.icon-arrow-left7 { left: 0; }
.icon-arrow-left7:before { content: "\f053"; }
.icon-arrow-right7 { right: 0; }
.icon-arrow-right7:before { content: "\f054"; }




/* =======================================
03 News Section
======================================= */
.news-box-section {
  padding-left:20px;
  padding-right:20px;
}


.news-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.news-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.news-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.news-box-header li:nth-child(2) a:link,
.news-box-header li:nth-child(2) a:active,
.news-box-header li:nth-child(2) a:visited,
.news-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box-header li:first-child a:link,
.news-box-header li:first-child a:active,
.news-box-header li:first-child a:visited,
.news-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box {
  padding-left:6px;
  padding-right:6px;
}


.rounded_image {
  border-radius: 10px;
}


.news-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}


.news-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.news-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.news-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.news-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}


/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}


/* =======================================
03 Shows Switcher
======================================= */
.shows-switcher-section {
  padding-left:20px;
  padding-right:20px;
  padding-top:40px;
  padding-bottom:40px;
}



.shows-switcher-section li:first-child {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #A2A2A2A2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.shows-switcher-section li.selected:first-child {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li:nth-child(2) {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #A2A2A2A2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li.selected:nth-child(2) {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li:first-child a:link,
.shows-switcher-section li:first-child a:active,
.shows-switcher-section li:first-child a:visited,
.shows-switcher-section li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  display: inline;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-switcher-section li:nth-child(2) a:link,
.shows-switcher-section li:nth-child(2) a:active,
.shows-switcher-section li:nth-child(2) a:visited,
.shows-switcher-section li:nth-child(2) a:hover {
  color:#FFFFFF;
  font-size: 14px;
  display: inline;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}




/* =======================================
03 Shows inner Section
======================================= */
.shows-inner-box-section {
  padding-left:20px;
  padding-right:20px;
}


.shows-inner-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.shows-inner-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-inner-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.shows-inner-box-header li:nth-child(2) a:link,
.shows-inner-box-header li:nth-child(2) a:active,
.shows-inner-box-header li:nth-child(2) a:visited,
.shows-inner-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.shows-inner-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shows-inner-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-inner-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-inner-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-inner-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-inner-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}



footer {
  background-color: #393030;
  height: 140px;
}

.footer-section {
padding-right: 100px;
padding-left: 100px;
}

.footer-logo {
  padding-top:55px;
}

.footer-links {
  padding-top:55px;
  text-align:center;
}

.footer-links a:link {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:active {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:hover {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  text-decoration: underline;
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:visited {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-social {
  padding-top:55px;
  text-align:right;
  font-size:20px;
  letter-spacing: 10px;
}

.copy {
  padding-top:20px;
  color:#ffffff;
  font-size: 12px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.all-shows-box-section {
  padding-left: 100px;
  padding-right: 100px;
}

.all-shows-box-section-items {
  padding-bottom:30px;
}


/* ===================
Pagination
====================*/

.pagination-section {
  padding-left:100px;
  padding-right:100px;
  padding-bottom: 20px;

}

.pagination-section .pagination-center {
  align-content: center;
  text-align: center;
}


.pagination {
        list-style-type: none;
        display: inline-flex;
        justify-content: space-between;
        box-sizing: border-box;
      }
      .pagination li {
        box-sizing: border-box;
        padding-right: 10px;
      }
      .pagination li a {
        box-sizing: border-box;
        background-color: #393030;
        padding: 8px;
        font-family: 'firago';
        -moz-font-feature-settings: 'case';
        -webkit-font-feature-settings: 'case';
        font-feature-settings: 'case' on;
        font-weight: none;
        font-size: 12px;
        color: #ffffff;
        border-radius: 4px;
      }
      .pagination li a:hover {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .next a, .pagination .prev a {
        text-transform: uppercase;
        font-size: 12px;
      }
      .pagination .currentpage a {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .currentpage a:hover {
        background-color: #c43a00;
      }








/* =================================

==================================*/

.view-news-section
{
  padding-left:20px;
  padding-right:20px;
}

.view-post-title {
  margin-top:25px;
  margin-bottom:25px;
}


.view-post-controls {
margin-top:25px;
}



.view-post-controls li:first-child {
  color:#ff4c00;
  font-size: 14px;
  float: left;
  border-bottom:1px solid #A8A8A8;
  margin-top:3px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
}

.view-post-controls li:nth-child(2) {
  color:#E5E5E5;
  font-size: 14px;
  float: right;
  border:1px solid #A8A8A8;
  padding:4px;
  border-radius: 5px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
}

.view-post-content p {
  font-family: "DejaVu Sans", sans-serif;
  font-size:16px;
  color:#191919;
  line-height: 28px;
  font-weight: 100px;
  text-align: left;
  padding-bottom:15px;
}


.right-side-news-header {
background-color:#ff4c00;
color:#ffffff;
height:50px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
padding-top:16px;
padding-left:15px;
font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
font-weight: none;
font-size:16px;
}


.right-side-news-footer {
background-color:#F4F4F4;
height:50px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.right-side-news-section {
  padding-top:15px;
  padding-bottom:15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color:#F4F4F4;
}


.right-side-news-section p {
  padding-top:10px;
}



.right-side-news-section p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}


.right-side-news-section p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}

.right-side-news-section p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}



.right-side-news-section p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color: #FF4C00;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}

.breadcrumbs {
  background-color: #EAEAEA;
    padding-left: 20px;
    padding-right: 20px;
    height:45px;
    line-height: 45px;
}

.breadcrumbs ol {
  display: inline-block;
}

.breadcrumbs li {
  display: inline-block;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
  font-size:12px;
}

.breadcrumbs li a {
  display: inline-block;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
  font-size:12px;
}

/* =======================================
04 PoSTop
======================================= */
.postop-box-section {
  padding-left:20px;
  padding-right:20px;
  background-color: #393030;
}


.postop-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.postop-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.postop-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box-header li:nth-child(2) a:link,
.postop-box-header li:nth-child(2) a:active,
.postop-box-header li:nth-child(2) a:visited,
.postop-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box-header li:first-child a:link,
.postop-box-header li:first-child a:active,
.postop-box-header li:first-child a:visited,
.postop-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box-header li:first-child a:link,
.postop-box-header li:first-child a:active,
.postop-box-header li:first-child a:visited,
.postop-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.postop-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.postop-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.postop-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.postop-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.postop-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}


.postop-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}



/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}


/* =======================================
05 Analitycs Section
======================================= */
.analitycs-box-section {
  padding-left:20px;
  padding-right:20px;
}


.analitycs-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.analitycs-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.analitycs-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.analitycs-box-header li:first-child a:link,
.analitycs-box-header li:first-child a:active,
.analitycs-box-header li:first-child a:visited,
.analitycs-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box {
  padding-left:0px;
  padding-right:0px;
}


.rounded_image {
  border-radius: 10px;
}


.analitycs-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 3px solid #ebebeb;
  padding: 338px;
  border-radius: 7px;
  margin-bottom: 135px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.analitycs-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.analitycs-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}


.customNav {

}

.customNav .owl-prev {
  border: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  line-height: 25px;
  width:30px;
}

.customNav .owl-next {
 border: 0px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 line-height: 25px;
 width:30px;
}


.customNav  .owl-next:hover,
.customNav  .owl-prev:hover {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}

.owl-theme .owl-dots .owl-dot span {
   background: #D6D6D6!important; /* dots color*/
 }

.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
   background: #FF4C00!important; /*active and on hover color*/
 }






 /* =======================================
06 Entertainment Section
======================================= */
.entertainment-box-section {
  padding-left:20px;
  padding-right:20px;
}


.entertainment-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.entertainment-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.entertainment-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.entertainment-box-header li:first-child a:link,
.entertainment-box-header li:first-child a:active,
.entertainment-box-header li:first-child a:visited,
.entertainment-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box {
  padding-left:0px;
  padding-right:0px;
}


.rounded_image {
  border-radius: 10px;
}


.entertainment-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 3px solid #ebebeb;
  padding: 338px;
  border-radius: 7px;
  margin-bottom: 135px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.entertainment-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.entertainment-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}


.customNav2 {

}

.customNav2 .owl-prev {
  border: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  line-height: 25px;
  width:30px;
}

.customNav2 .owl-next {
 border: 0px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 line-height: 25px;
 width:30px;
}


.customNav2  .owl-next:hover,
.customNav2  .owl-prev:hover {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}

.owl-theme .owl-dots .owl-dot span {
   background: #D6D6D6!important; /* dots color*/
 }

.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
   background: #FF4C00!important; /*active and on hover color*/
 }






 /* =======================================
03 Shows section
======================================= */
.shows-box-section {
  padding-left:20px;
  padding-right:20px;
}


.shows-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.shows-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.shows-box-header li:nth-child(2) a:link,
.shows-box-header li:nth-child(2) a:active,
.shows-box-header li:nth-child(2) a:visited,
.shows-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.shows-box-header li:first-child a:link,
.shows-box-header li:first-child a:active,
.shows-box-header li:first-child a:visited,
.shows-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.shows-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shows-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}


footer {
  background-color: #393030;
  height: 140px;
}

.footer-section {
padding-right: 10px;
padding-left: 10px;
}

.footer-logo {
  padding-top:55px;
}

.footer-links {
  padding-top:55px;
  text-align:center;
}

.footer-links a:link {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:active {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:hover {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  text-decoration: underline;
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:visited {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-social {
  padding-top:55px;
  text-align:right;
  font-size:20px;
  letter-spacing: 10px;
}

.copy {
  padding-top:20px;
  color:#ffffff;
  font-size: 12px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.all-shows-box-section {
  padding-left: 20px;
  padding-right: 20px;
}

.all-shows-box-section-items {
  padding-bottom:30px;
}


/* ===================
Pagination
====================*/

.pagination-section {
  padding-left:100px;
  padding-right:100px;
  padding-bottom: 20px;

}

.pagination-section .pagination-center {
  align-content: center;
  text-align: center;
}


.pagination {
        list-style-type: none;
        display: inline-flex;
        justify-content: space-between;
        box-sizing: border-box;
      }
      .pagination li {
        box-sizing: border-box;
        padding-right: 10px;
      }
      .pagination li a {
        box-sizing: border-box;
        background-color: #393030;
        padding: 8px;
        font-family: 'firago';
        -moz-font-feature-settings: 'case';
        -webkit-font-feature-settings: 'case';
        font-feature-settings: 'case' on;
        font-weight: none;
        font-size: 12px;
        color: #ffffff;
        border-radius: 4px;
      }
      .pagination li a:hover {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .next a, .pagination .prev a {
        text-transform: uppercase;
        font-size: 12px;
      }
      .pagination .currentpage a {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .currentpage a:hover {
        background-color: #c43a00;
      }




}
/*
  ##End of Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/








/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
.covid-area,
.logo-area,
.menu-area
{
    display: none;
}



.menu-area .clock {
  margin-top: 17px;
}

.dg-clock {
  color: #fff;
  background: #FF4C00;
  padding: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size:12px;
}

.blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  80% {
    opacity: 0;
  }
}


/* ====================
03 Slider Top
======================*/

  .top-slider-section {
  margin-top: 50px;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  }

  .top-slider2 {
    margin-top:35px;
  }


   .banner-static {
    margin-top:15px;
  }



.top-slider-section .main-slider .slider-content .slider-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.02)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); */
}


.top-slider-section .main-slider .slider-content .slider-layer ul li {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  margin-top:20px;
  margin-bottom:20px;
}

.top-slider-section .main-slider .slider-content .slider-layer ul li:nth-child(1) {
  background: #FF4C00;
  padding: 4px 12px 3px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.top-slider-section .main-slider .slider-content .slider-layer ul li:nth-child(2) {
  background: #FF4C00;
  padding: 4px 12px 3px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-left: 100px;
  float: right;
}

.top-slider-section .main-slider .slider-content .slider-layer p {
  width: 100%;
  background-color: #FF4C00;
  opacity: 85%;
  padding:12px;
  border-radius: 8px;
}

.top-slider-section .main-slider .slider-content .slider-layer p a {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  font-weight: 800;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.top-slider-section .main-slider .slider-content .slider-layer p a:hover {
  text-decoration: none;
}


.icon {
  background: #a2a2a2a2;
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 40px;
  position: absolute;
  top: 40%;
  text-align: center;
  width: 40px; height: 40px;
}
.owl-nextwww,
.owl-prevwww {
  height: 100%;
  position: absolute;
  top: 0;
}
.owl-next {
  right: 0;

}
.owl-prev {
  left: 0;
}
.owl-next:hover .icon,
.owl-prev:hover .icon {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}
.icon-arrow-left7 { left: 0; }
.icon-arrow-left7:before { content: "\f053"; }
.icon-arrow-right7 { right: 0; }
.icon-arrow-right7:before { content: "\f054"; }



/* =======================================
03 News Section
======================================= */
.news-box-section {
  padding-left:10px;
  padding-right:10px;
}


.news-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.news-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.news-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.news-box-header li:nth-child(2) a:link,
.news-box-header li:nth-child(2) a:active,
.news-box-header li:nth-child(2) a:visited,
.news-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.news-box-header li:first-child a:link,
.news-box-header li:first-child a:active,
.news-box-header li:first-child a:visited,
.news-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box {
  padding-left:6px;
  padding-right:6px;
}


.rounded_image {
  border-radius: 10px;
}


.news-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}


.news-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.news-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.news-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.news-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}


/* =======================================
03 Shows Switcher
======================================= */
.shows-switcher-section {
  padding-left:10px;
  padding-right:10px;
  padding-top:40px;
  padding-bottom:40px;
}



.shows-switcher-section li:first-child {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #A2A2A2A2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.shows-switcher-section li.selected:first-child {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li:nth-child(2) {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #A2A2A2A2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li.selected:nth-child(2) {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li:first-child a:link,
.shows-switcher-section li:first-child a:active,
.shows-switcher-section li:first-child a:visited,
.shows-switcher-section li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  display: inline;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-switcher-section li:nth-child(2) a:link,
.shows-switcher-section li:nth-child(2) a:active,
.shows-switcher-section li:nth-child(2) a:visited,
.shows-switcher-section li:nth-child(2) a:hover {
  color:#FFFFFF;
  font-size: 14px;
  display: inline;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}



/* =======================================
03 Shows inner Section
======================================= */
.shows-inner-box-section {
  padding-left:10px;
  padding-right:10px;
}


.shows-inner-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.shows-inner-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-inner-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.shows-inner-box-header li:nth-child(2) a:link,
.shows-inner-box-header li:nth-child(2) a:active,
.shows-inner-box-header li:nth-child(2) a:visited,
.shows-inner-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.shows-inner-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shows-inner-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-inner-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-inner-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-inner-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-inner-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}



footer {
  background-color: #393030;
  height: 140px;
}

.footer-section {
padding-right: 100px;
padding-left: 100px;
}

.footer-logo {
  padding-top:55px;
}

.footer-links {
  padding-top:55px;
  text-align:center;
}

.footer-links a:link {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:active {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:hover {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  text-decoration: underline;
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:visited {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-social {
  padding-top:55px;
  text-align:right;
  font-size:20px;
  letter-spacing: 10px;
}

.copy {
  padding-top:20px;
  color:#ffffff;
  font-size: 12px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.all-shows-box-section {
  padding-left: 100px;
  padding-right: 100px;
}

.all-shows-box-section-items {
  padding-bottom:30px;
}


/* ===================
Pagination
====================*/

.pagination-section {
  padding-left:100px;
  padding-right:100px;
  padding-bottom: 20px;

}

.pagination-section .pagination-center {
  align-content: center;
  text-align: center;
}


.pagination {
        list-style-type: none;
        display: inline-flex;
        justify-content: space-between;
        box-sizing: border-box;
      }
      .pagination li {
        box-sizing: border-box;
        padding-right: 10px;
      }
      .pagination li a {
        box-sizing: border-box;
        background-color: #393030;
        padding: 8px;
        font-family: 'firago';
        -moz-font-feature-settings: 'case';
        -webkit-font-feature-settings: 'case';
        font-feature-settings: 'case' on;
        font-weight: none;
        font-size: 12px;
        color: #ffffff;
        border-radius: 4px;
      }
      .pagination li a:hover {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .next a, .pagination .prev a {
        text-transform: uppercase;
        font-size: 12px;
      }
      .pagination .currentpage a {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .currentpage a:hover {
        background-color: #c43a00;
      }







/* =================================

==================================*/

.view-news-section
{
  padding-left:20px;
  padding-right:20px;
}

.view-post-title {
  margin-top:25px;
  margin-bottom:25px;
}


.view-post-controls {
margin-top:25px;
}



.view-post-controls li:first-child {
  color:#ff4c00;
  font-size: 14px;
  float: left;
  border-bottom:1px solid #A8A8A8;
  margin-top:3px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
}

.view-post-controls li:nth-child(2) {
  color:#E5E5E5;
  font-size: 14px;
  float: right;
  border:1px solid #A8A8A8;
  padding:4px;
  border-radius: 5px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
}

.view-post-content p {
  font-family: "DejaVu Sans", sans-serif;
  font-size:16px;
  color:#191919;
  line-height: 28px;
  font-weight: 100px;
  text-align: left;
  padding-bottom:15px;
}


.right-side-news-header {
background-color:#ff4c00;
color:#ffffff;
height:50px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
padding-top:16px;
padding-left:15px;
font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
font-weight: none;
font-size:16px;
}


.right-side-news-footer {
background-color:#F4F4F4;
height:50px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.right-side-news-section {
  padding-top:15px;
  padding-bottom:15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color:#F4F4F4;
}


.right-side-news-section p {
  padding-top:10px;
}



.right-side-news-section p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}


.right-side-news-section p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}

.right-side-news-section p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}



.right-side-news-section p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color: #FF4C00;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}

.breadcrumbs {
  background-color: #EAEAEA;
    padding-left: 20px;
    padding-right: 20px;
    height:45px;
    line-height: 45px;
}

.breadcrumbs ol {
  display: inline-block;
}

.breadcrumbs li {
  display: inline-block;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
  font-size:12px;
}

.breadcrumbs li a {
  display: inline-block;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
  font-size:12px;
}



/* =======================================
04 PoSTop
======================================= */
.postop-box-section {
  padding-left:10px;
  padding-right:10px;
  background-color: #393030;
}


.postop-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.postop-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.postop-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box-header li:nth-child(2) a:link,
.postop-box-header li:nth-child(2) a:active,
.postop-box-header li:nth-child(2) a:visited,
.postop-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box-header li:first-child a:link,
.postop-box-header li:first-child a:active,
.postop-box-header li:first-child a:visited,
.postop-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box-header li:first-child a:link,
.postop-box-header li:first-child a:active,
.postop-box-header li:first-child a:visited,
.postop-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.postop-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.postop-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.postop-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.postop-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.postop-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}


.postop-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}



/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}


/* =======================================
05 Analitycs Section
======================================= */
.analitycs-box-section {
  padding-left:10px;
  padding-right:10px;
}


.analitycs-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.analitycs-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.analitycs-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.analitycs-box-header li:first-child a:link,
.analitycs-box-header li:first-child a:active,
.analitycs-box-header li:first-child a:visited,
.analitycs-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box {
  padding-left:0px;
  padding-right:0px;
}


.rounded_image {
  border-radius: 10px;
}


.analitycs-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 3px solid #ebebeb;
  padding: 338px;
  border-radius: 7px;
  margin-bottom: 135px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.analitycs-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.analitycs-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}


.customNav {

}

.customNav .owl-prev {
  border: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  line-height: 25px;
  width:30px;
}

.customNav .owl-next {
 border: 0px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 line-height: 25px;
 width:30px;
}


.customNav  .owl-next:hover,
.customNav  .owl-prev:hover {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}

.owl-theme .owl-dots .owl-dot span {
   background: #D6D6D6!important; /* dots color*/
 }

.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
   background: #FF4C00!important; /*active and on hover color*/
 }



/* =======================================
06 Entertainment Section
======================================= */
.entertainment-box-section {
  padding-left:10px;
  padding-right:10px;
}


.entertainment-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.entertainment-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.entertainment-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.entertainment-box-header li:first-child a:link,
.entertainment-box-header li:first-child a:active,
.entertainment-box-header li:first-child a:visited,
.entertainment-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box {
  padding-left:0px;
  padding-right:0px;
}


.rounded_image {
  border-radius: 10px;
}


.entertainment-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 3px solid #ebebeb;
  padding: 338px;
  border-radius: 7px;
  margin-bottom: 135px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.entertainment-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.entertainment-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}


.customNav2 {

}

.customNav2 .owl-prev {
  border: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  line-height: 25px;
  width:30px;
}

.customNav2 .owl-next {
 border: 0px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 line-height: 25px;
 width:30px;
}


.customNav2  .owl-next:hover,
.customNav2  .owl-prev:hover {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}

.owl-theme .owl-dots .owl-dot span {
   background: #D6D6D6!important; /* dots color*/
 }

.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
   background: #FF4C00!important; /*active and on hover color*/
 }



  /* =======================================
03 Shows section
======================================= */
.shows-box-section {
  padding-left:20px;
  padding-right:20px;
}


.shows-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.shows-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.shows-box-header li:nth-child(2) a:link,
.shows-box-header li:nth-child(2) a:active,
.shows-box-header li:nth-child(2) a:visited,
.shows-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.shows-box-header li:first-child a:link,
.shows-box-header li:first-child a:active,
.shows-box-header li:first-child a:visited,
.shows-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.shows-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shows-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}


footer {
  background-color: #393030;
  height: 140px;
}

.footer-section {
padding-right: 10px;
padding-left: 10px;
}

.footer-logo {
  padding-top:55px;
}

.footer-links {
  padding-top:55px;
  text-align:center;
}

.footer-links a:link {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:active {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:hover {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  text-decoration: underline;
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:visited {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-social {
  padding-top:55px;
  text-align:right;
  font-size:20px;
  letter-spacing: 10px;
}

.copy {
  padding-top:20px;
  color:#ffffff;
  font-size: 12px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.all-shows-box-section {
  padding-left: 10px;
  padding-right: 10px;
}

.all-shows-box-section-items {
  padding-bottom:30px;
}


/* ===================
Pagination
====================*/

.pagination-section {
  padding-left:100px;
  padding-right:100px;
  padding-bottom: 20px;

}

.pagination-section .pagination-center {
  align-content: center;
  text-align: center;
}


.pagination {
        list-style-type: none;
        display: inline-flex;
        justify-content: space-between;
        box-sizing: border-box;
      }
      .pagination li {
        box-sizing: border-box;
        padding-right: 10px;
      }
      .pagination li a {
        box-sizing: border-box;
        background-color: #393030;
        padding: 8px;
        font-family: 'firago';
        -moz-font-feature-settings: 'case';
        -webkit-font-feature-settings: 'case';
        font-feature-settings: 'case' on;
        font-weight: none;
        font-size: 12px;
        color: #ffffff;
        border-radius: 4px;
      }
      .pagination li a:hover {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .next a, .pagination .prev a {
        text-transform: uppercase;
        font-size: 12px;
      }
      .pagination .currentpage a {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .currentpage a:hover {
        background-color: #c43a00;
      }



}
/*
  ##End of Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/





/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.covid-area,
.logo-area,
.menu-area
{
    display: none;
}

.menu-area .clock {
  margin-top: 17px;
}

.dg-clock {
  color: #fff;
  background: #FF4C00;
  padding: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size:12px;
}

.blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  80% {
    opacity: 0;
  }
}



/* ====================
03 Slider Top
======================*/

  .top-slider-section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  }

  .top-slider2 {
    margin-top:35px;
  }


   .banner-static {
    margin-top:15px;
  }



.top-slider-section .main-slider .slider-content .slider-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.02)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); */
}


.top-slider-section .main-slider .slider-content .slider-layer ul li {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  margin-top:20px;
  margin-bottom:20px;
}

.top-slider-section .main-slider .slider-content .slider-layer ul li:nth-child(1) {
  background: #FF4C00;
  padding: 4px 12px 3px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.top-slider-section .main-slider .slider-content .slider-layer ul li:nth-child(2) {
  background: #FF4C00;
  padding: 4px 12px 3px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-left: 100px;
  float: right;
}

.top-slider-section .main-slider .slider-content .slider-layer p {
  width: 100%;
  background-color: #FF4C00;
  opacity: 85%;
  padding:12px;
  border-radius: 8px;
}

.top-slider-section .main-slider .slider-content .slider-layer p a {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  font-weight: 800;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.top-slider-section .main-slider .slider-content .slider-layer p a:hover {
  text-decoration: none;
}


.icon {
  background: #a2a2a2a2;
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 40px;
  position: absolute;
  top: 40%;
  text-align: center;
  width: 40px; height: 40px;
}
.owl-nextwww,
.owl-prevwww {
  height: 100%;
  position: absolute;
  top: 0;
}
.owl-next {
  right: 0;

}
.owl-prev {
  left: 0;
}
.owl-next:hover .icon,
.owl-prev:hover .icon {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}
.icon-arrow-left7 { left: 0; }
.icon-arrow-left7:before { content: "\f053"; }
.icon-arrow-right7 { right: 0; }
.icon-arrow-right7:before { content: "\f054"; }




/* =======================================
03 News Section
======================================= */
.news-box-section {
  padding-left:10px;
  padding-right:10px;
}


.news-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.news-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.news-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.news-box-header li:nth-child(2) a:link,
.news-box-header li:nth-child(2) a:active,
.news-box-header li:nth-child(2) a:visited,
.news-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box-header li:first-child a:link,
.news-box-header li:first-child a:active,
.news-box-header li:first-child a:visited,
.news-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box {
  padding-left:6px;
  padding-right:6px;
}


.rounded_image {
  border-radius: 10px;
}


.news-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}


.news-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.news-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.news-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.news-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}


/* =======================================
03 Shows Switcher
======================================= */
.shows-switcher-section {
  padding-left:10px;
  padding-right:10px;
  padding-top:40px;
  padding-bottom:40px;
}



.shows-switcher-section li:first-child {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #A2A2A2A2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.shows-switcher-section li.selected:first-child {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li:nth-child(2) {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #A2A2A2A2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li.selected:nth-child(2) {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li:first-child a:link,
.shows-switcher-section li:first-child a:active,
.shows-switcher-section li:first-child a:visited,
.shows-switcher-section li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  display: inline;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-switcher-section li:nth-child(2) a:link,
.shows-switcher-section li:nth-child(2) a:active,
.shows-switcher-section li:nth-child(2) a:visited,
.shows-switcher-section li:nth-child(2) a:hover {
  color:#FFFFFF;
  font-size: 14px;
  display: inline;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


/* =======================================
03 Shows inner Section
======================================= */
.shows-inner-box-section {
  padding-left:10px;
  padding-right:10px;
}


.shows-inner-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.shows-inner-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-inner-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.shows-inner-box-header li:nth-child(2) a:link,
.shows-inner-box-header li:nth-child(2) a:active,
.shows-inner-box-header li:nth-child(2) a:visited,
.shows-inner-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.shows-inner-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shows-inner-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-inner-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-inner-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-inner-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-inner-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}



footer {
  background-color: #393030;
  height: 140px;
}

.footer-section {
padding-right: 100px;
padding-left: 100px;
}

.footer-logo {
  padding-top:55px;
}

.footer-links {
  padding-top:55px;
  text-align:center;
}

.footer-links a:link {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:active {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:hover {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  text-decoration: underline;
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:visited {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-social {
  padding-top:55px;
  text-align:right;
  font-size:20px;
  letter-spacing: 10px;
}

.copy {
  padding-top:20px;
  color:#ffffff;
  font-size: 12px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.all-shows-box-section {
  padding-left: 100px;
  padding-right: 100px;
}

.all-shows-box-section-items {
  padding-bottom:30px;
}


/* ===================
Pagination
====================*/

.pagination-section {
  padding-left:100px;
  padding-right:100px;
  padding-bottom: 20px;

}

.pagination-section .pagination-center {
  align-content: center;
  text-align: center;
}


.pagination {
        list-style-type: none;
        display: inline-flex;
        justify-content: space-between;
        box-sizing: border-box;
      }
      .pagination li {
        box-sizing: border-box;
        padding-right: 10px;
      }
      .pagination li a {
        box-sizing: border-box;
        background-color: #393030;
        padding: 8px;
        font-family: 'firago';
        -moz-font-feature-settings: 'case';
        -webkit-font-feature-settings: 'case';
        font-feature-settings: 'case' on;
        font-weight: none;
        font-size: 12px;
        color: #ffffff;
        border-radius: 4px;
      }
      .pagination li a:hover {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .next a, .pagination .prev a {
        text-transform: uppercase;
        font-size: 12px;
      }
      .pagination .currentpage a {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .currentpage a:hover {
        background-color: #c43a00;
      }







/* =================================

==================================*/

.view-news-section
{
  padding-left:10px;
  padding-right:10px;
}

.view-post-title {
  margin-top:25px;
  margin-bottom:25px;
}


.view-post-controls {
margin-top:25px;
}



.view-post-controls li:first-child {
  color:#ff4c00;
  font-size: 14px;
  float: left;
  border-bottom:1px solid #A8A8A8;
  margin-top:3px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
}

.view-post-controls li:nth-child(2) {
  color:#E5E5E5;
  font-size: 14px;
  float: right;
  border:1px solid #A8A8A8;
  padding:4px;
  border-radius: 5px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
}

.view-post-content p {
  font-family: "DejaVu Sans", sans-serif;
  font-size:16px;
  color:#191919;
  line-height: 28px;
  font-weight: 100px;
  text-align: left;
  padding-bottom:15px;
}


.right-side-news-header {
background-color:#ff4c00;
color:#ffffff;
height:50px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
padding-top:16px;
padding-left:15px;
font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
font-weight: none;
font-size:16px;
}


.right-side-news-footer {
background-color:#F4F4F4;
height:50px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.right-side-news-section {
  padding-top:15px;
  padding-bottom:15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color:#F4F4F4;
}


.right-side-news-section p {
  padding-top:10px;
}



.right-side-news-section p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}


.right-side-news-section p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}

.right-side-news-section p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}



.right-side-news-section p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color: #FF4C00;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}

.breadcrumbs {
  background-color: #EAEAEA;
    padding-left: 20px;
    padding-right: 20px;
    height:45px;
    line-height: 45px;
}

.breadcrumbs ol {
  display: inline-block;
}

.breadcrumbs li {
  display: inline-block;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
  font-size:12px;
}

.breadcrumbs li a {
  display: inline-block;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
  font-size:12px;
}



/* =======================================
04 PoSTop
======================================= */
.postop-box-section {
  padding-left:10px;
  padding-right:10px;
  background-color: #393030;
}


.postop-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.postop-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.postop-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box-header li:nth-child(2) a:link,
.postop-box-header li:nth-child(2) a:active,
.postop-box-header li:nth-child(2) a:visited,
.postop-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box-header li:first-child a:link,
.postop-box-header li:first-child a:active,
.postop-box-header li:first-child a:visited,
.postop-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.postop-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.postop-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.postop-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.postop-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}


.postop-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}



/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}





/* =======================================
05 Analitycs Section
======================================= */
.analitycs-box-section {
  padding-left:10px;
  padding-right:10px;
}


.analitycs-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.analitycs-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.analitycs-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.analitycs-box-header li:first-child a:link,
.analitycs-box-header li:first-child a:active,
.analitycs-box-header li:first-child a:visited,
.analitycs-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box {
  padding-left:0px;
  padding-right:0px;
}


.rounded_image {
  border-radius: 10px;
}


.analitycs-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 3px solid #ebebeb;
  padding: 338px;
  border-radius: 7px;
  margin-bottom: 135px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.analitycs-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.analitycs-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}


.customNav {

}

.customNav .owl-prev {
  border: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  line-height: 25px;
  width:30px;
}

.customNav .owl-next {
 border: 0px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 line-height: 25px;
 width:30px;
}


.customNav  .owl-next:hover,
.customNav  .owl-prev:hover {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}

.owl-theme .owl-dots .owl-dot span {
   background: #D6D6D6!important; /* dots color*/
 }

.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
   background: #FF4C00!important; /*active and on hover color*/
 }




 /* =======================================
06 Entertainment Section
======================================= */
.entertainment-box-section {
  padding-left:10px;
  padding-right:10px;
}


.entertainment-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.entertainment-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.entertainment-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.entertainment-box-header li:first-child a:link,
.entertainment-box-header li:first-child a:active,
.entertainment-box-header li:first-child a:visited,
.entertainment-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box {
  padding-left:0px;
  padding-right:0px;
}


.rounded_image {
  border-radius: 10px;
}


.entertainment-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 3px solid #ebebeb;
  padding: 338px;
  border-radius: 7px;
  margin-bottom: 135px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.entertainment-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.entertainment-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}


.customNav2 {

}

.customNav2 .owl-prev {
  border: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  line-height: 25px;
  width:30px;
}

.customNav2 .owl-next {
 border: 0px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 line-height: 25px;
 width:30px;
}


.customNav2  .owl-next:hover,
.customNav2  .owl-prev:hover {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}

.owl-theme .owl-dots .owl-dot span {
   background: #D6D6D6!important; /* dots color*/
 }

.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
   background: #FF4C00!important; /*active and on hover color*/
 }


 /* =======================================
03 Shows section
======================================= */
.shows-box-section {
  padding-left:20px;
  padding-right:20px;
}


.shows-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.shows-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.shows-box-header li:nth-child(2) a:link,
.shows-box-header li:nth-child(2) a:active,
.shows-box-header li:nth-child(2) a:visited,
.shows-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.shows-box-header li:first-child a:link,
.shows-box-header li:first-child a:active,
.shows-box-header li:first-child a:visited,
.shows-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.shows-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shows-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}


footer {
  background-color: #393030;
  height: 140px;
}

.footer-section {
padding-right: 10px;
padding-left: 10px;
}

.footer-logo {
  padding-top:55px;
}

.footer-links {
  padding-top:55px;
  text-align:center;
}

.footer-links a:link {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:active {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:hover {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  text-decoration: underline;
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:visited {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-social {
  padding-top:55px;
  text-align:right;
  font-size:20px;
  letter-spacing: 10px;
}

.copy {
  padding-top:20px;
  color:#ffffff;
  font-size: 12px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}



.all-shows-box-section {
  padding-left: 20px;
  padding-right: 20px;
}

.all-shows-box-section-items {
  padding-bottom:30px;
}



/* ===================
Pagination
====================*/

.pagination-section {
  padding-left:100px;
  padding-right:100px;
  padding-bottom: 20px;

}

.pagination-section .pagination-center {
  align-content: center;
  text-align: center;
}


.pagination {
        list-style-type: none;
        display: inline-flex;
        justify-content: space-between;
        box-sizing: border-box;
      }
      .pagination li {
        box-sizing: border-box;
        padding-right: 10px;
      }
      .pagination li a {
        box-sizing: border-box;
        background-color: #393030;
        padding: 8px;
        font-family: 'firago';
        -moz-font-feature-settings: 'case';
        -webkit-font-feature-settings: 'case';
        font-feature-settings: 'case' on;
        font-weight: none;
        font-size: 12px;
        color: #ffffff;
        border-radius: 4px;
      }
      .pagination li a:hover {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .next a, .pagination .prev a {
        text-transform: uppercase;
        font-size: 12px;
      }
      .pagination .currentpage a {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .currentpage a:hover {
        background-color: #c43a00;
      }




}
/*
  ##End of Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/







/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
.covid-area,
.logo-area,
.menu-area,
.banner-static
{
    display: none;
}



.menu-area .clock {
  margin-top: 17px;
}

.dg-clock {
  color: #fff;
  background: #FF4C00;
  padding: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size:12px;
}

.blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  80% {
    opacity: 0;
  }
}




/* ====================
03 Slider Top
======================*/

  .top-slider-section {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  }

  .top-slider2 {
    margin-top:35px;
    margin-bottom:30px;
  }


   .banner-static {
    display: none;
  }



.top-slider-section .main-slider .slider-content .slider-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.02)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); */
}


.top-slider-section .main-slider .slider-content .slider-layer ul li {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  margin-top:20px;
  margin-bottom:20px;
}

.top-slider-section .main-slider .slider-content .slider-layer ul li:nth-child(1) {
  background: #FF4C00;
  padding: 4px 12px 3px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.top-slider-section .main-slider .slider-content .slider-layer ul li:nth-child(2) {
  background: #FF4C00;
  padding: 4px 12px 3px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-left: 100px;
  float: right;
}

.top-slider-section .main-slider .slider-content .slider-layer p {
  width: 100%;
  background-color: #FF4C00;
  opacity: 85%;
  padding:12px;
  border-radius: 8px;
}

.top-slider-section .main-slider .slider-content .slider-layer p a {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  font-weight: 800;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.top-slider-section .main-slider .slider-content .slider-layer p a:hover {
  text-decoration: none;
}


.icon {
  background: #a2a2a2a2;
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 40px;
  position: absolute;
  top: 40%;
  text-align: center;
  width: 40px; height: 40px;
}
.owl-nextwww,
.owl-prevwww {
  height: 100%;
  position: absolute;
  top: 0;
}
.owl-next {
  right: 0;

}
.owl-prev {
  left: 0;
}
.owl-next:hover .icon,
.owl-prev:hover .icon {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}
.icon-arrow-left7 { left: 0; }
.icon-arrow-left7:before { content: "\f053"; }
.icon-arrow-right7 { right: 0; }
.icon-arrow-right7:before { content: "\f054"; }




/* =======================================
03 News Section
======================================= */
.news-box-section {
  padding-left:10px;
  padding-right:10px;
}


.news-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.news-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.news-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.news-box-header li:nth-child(2) a:link,
.news-box-header li:nth-child(2) a:active,
.news-box-header li:nth-child(2) a:visited,
.news-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box-header li:first-child a:link,
.news-box-header li:first-child a:active,
.news-box-header li:first-child a:visited,
.news-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box {
  padding-left:6px;
  padding-right:6px;
}


.rounded_image {
  border-radius: 10px;
}


.news-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}


.news-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.news-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.news-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.news-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}




/* =======================================
03 Shows Switcher
======================================= */
.shows-switcher-section {
  padding-left:10px;
  padding-right:10px;
  padding-top:40px;
  padding-bottom:40px;
}



.shows-switcher-section li:first-child {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #A2A2A2A2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.shows-switcher-section li.selected:first-child {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li:nth-child(2) {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #A2A2A2A2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li.selected:nth-child(2) {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li:first-child a:link,
.shows-switcher-section li:first-child a:active,
.shows-switcher-section li:first-child a:visited,
.shows-switcher-section li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  display: inline;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-switcher-section li:nth-child(2) a:link,
.shows-switcher-section li:nth-child(2) a:active,
.shows-switcher-section li:nth-child(2) a:visited,
.shows-switcher-section li:nth-child(2) a:hover {
  color:#FFFFFF;
  font-size: 14px;
  display: inline;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}





/* =======================================
03 Shows inner Section
======================================= */
.shows-inner-box-section {
  padding-left:10px;
  padding-right:10px;
}


.shows-inner-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.shows-inner-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-inner-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.shows-inner-box-header li:nth-child(2) a:link,
.shows-inner-box-header li:nth-child(2) a:active,
.shows-inner-box-header li:nth-child(2) a:visited,
.shows-inner-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.shows-inner-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shows-inner-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-inner-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-inner-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-inner-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-inner-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}



footer {
  background-color: #393030;
  height: 140px;
}

.footer-section {
padding-right: 100px;
padding-left: 100px;
}

.footer-logo {
  padding-top:55px;
}

.footer-links {
  padding-top:55px;
  text-align:center;
}

.footer-links a:link {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:active {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:hover {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  text-decoration: underline;
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:visited {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-social {
  padding-top:55px;
  text-align:right;
  font-size:20px;
  letter-spacing: 10px;
}

.copy {
  padding-top:20px;
  color:#ffffff;
  font-size: 12px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.all-shows-box-section {
  padding-left: 100px;
  padding-right: 100px;
}

.all-shows-box-section-items {
  padding-bottom:30px;
}


/* ===================
Pagination
====================*/

.pagination-section {
  padding-left:100px;
  padding-right:100px;
  padding-bottom: 20px;

}

.pagination-section .pagination-center {
  align-content: center;
  text-align: center;
}


.pagination {
        list-style-type: none;
        display: inline-flex;
        justify-content: space-between;
        box-sizing: border-box;
      }
      .pagination li {
        box-sizing: border-box;
        padding-right: 10px;
      }
      .pagination li a {
        box-sizing: border-box;
        background-color: #393030;
        padding: 8px;
        font-family: 'firago';
        -moz-font-feature-settings: 'case';
        -webkit-font-feature-settings: 'case';
        font-feature-settings: 'case' on;
        font-weight: none;
        font-size: 12px;
        color: #ffffff;
        border-radius: 4px;
      }
      .pagination li a:hover {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .next a, .pagination .prev a {
        text-transform: uppercase;
        font-size: 12px;
      }
      .pagination .currentpage a {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .currentpage a:hover {
        background-color: #c43a00;
      }








/* =================================

==================================*/

.view-news-section
{
  padding-left:10px;
  padding-right:10px;
}

.view-post-title {
  margin-top:25px;
  margin-bottom:25px;
}


.view-post-controls {
margin-top:25px;
}



.view-post-controls li:first-child {
  color:#ff4c00;
  font-size: 14px;
  float: left;
  border-bottom:1px solid #A8A8A8;
  margin-top:3px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
}

.view-post-controls li:nth-child(2) {
  color:#E5E5E5;
  font-size: 14px;
  float: right;
  border:1px solid #A8A8A8;
  padding:4px;
  border-radius: 5px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
}

.view-post-content p {
  font-family: "DejaVu Sans", sans-serif;
  font-size:16px;
  color:#191919;
  line-height: 28px;
  font-weight: 100px;
  text-align: left;
  padding-bottom:15px;
}


.right-side-news-header {
background-color:#ff4c00;
color:#ffffff;
height:50px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
padding-top:16px;
padding-left:15px;
font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
font-weight: none;
font-size:16px;
}


.right-side-news-footer {
background-color:#F4F4F4;
height:50px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.right-side-news-section {
  padding-top:15px;
  padding-bottom:15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color:#F4F4F4;
}


.right-side-news-section p {
  padding-top:10px;
}



.right-side-news-section p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}


.right-side-news-section p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}

.right-side-news-section p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}



.right-side-news-section p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color: #FF4C00;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}

.breadcrumbs {
  background-color: #EAEAEA;
    padding-left: 20px;
    padding-right: 20px;
    height:45px;
    line-height: 45px;
}

.breadcrumbs ol {
  display: inline-block;
}

.breadcrumbs li {
  display: inline-block;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
  font-size:12px;
}

.breadcrumbs li a {
  display: inline-block;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
  font-size:12px;
}


/* =======================================
04 PoSTop
======================================= */
.postop-box-section {
  padding-left:10px;
  padding-right:10px;
  background-color: #393030;
}


.postop-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.postop-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.postop-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box-header li:nth-child(2) a:link,
.postop-box-header li:nth-child(2) a:active,
.postop-box-header li:nth-child(2) a:visited,
.postop-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box-header li:first-child a:link,
.postop-box-header li:first-child a:active,
.postop-box-header li:first-child a:visited,
.postop-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.postop-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.postop-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.postop-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.postop-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.postop-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}


.postop-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}



/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}


/* =======================================
05 Analitycs Section
======================================= */
.analitycs-box-section {
  padding-left:10px;
  padding-right:10px;
}


.analitycs-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.analitycs-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.analitycs-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.analitycs-box-header li:first-child a:link,
.analitycs-box-header li:first-child a:active,
.analitycs-box-header li:first-child a:visited,
.analitycs-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box {
  padding-left:0px;
  padding-right:0px;
}


.rounded_image {
  border-radius: 10px;
}


.analitycs-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 3px solid #ebebeb;
  padding: 338px;
  border-radius: 7px;
  margin-bottom: 135px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.analitycs-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.analitycs-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}


.customNav {

}

.customNav .owl-prev {
  border: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  line-height: 25px;
  width:30px;
}

.customNav .owl-next {
 border: 0px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 line-height: 25px;
 width:30px;
}


.customNav  .owl-next:hover,
.customNav  .owl-prev:hover {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}

.owl-theme .owl-dots .owl-dot span {
   background: #D6D6D6!important; /* dots color*/
 }

.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
   background: #FF4C00!important; /*active and on hover color*/
 }



  /* =======================================
06 Entertainment Section
======================================= */
.entertainment-box-section {
  padding-left:10px;
  padding-right:10px;
}


.entertainment-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.entertainment-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.entertainment-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.entertainment-box-header li:first-child a:link,
.entertainment-box-header li:first-child a:active,
.entertainment-box-header li:first-child a:visited,
.entertainment-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box {
  padding-left:0px;
  padding-right:0px;
}


.rounded_image {
  border-radius: 10px;
}


.entertainment-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 3px solid #ebebeb;
  padding: 338px;
  border-radius: 7px;
  margin-bottom: 135px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.entertainment-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.entertainment-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}


.customNav2 {

}

.customNav2 .owl-prev {
  border: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  line-height: 25px;
  width:30px;
}

.customNav2 .owl-next {
 border: 0px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 line-height: 25px;
 width:30px;
}


.customNav2  .owl-next:hover,
.customNav2  .owl-prev:hover {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}

.owl-theme .owl-dots .owl-dot span {
   background: #D6D6D6!important; /* dots color*/
 }

.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
   background: #FF4C00!important; /*active and on hover color*/
 }

 /* =======================================
03 Shows section
======================================= */
.shows-box-section {
  padding-left:10px;
  padding-right:10px;
}


.shows-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.shows-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.shows-box-header li:nth-child(2) a:link,
.shows-box-header li:nth-child(2) a:active,
.shows-box-header li:nth-child(2) a:visited,
.shows-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box-header li:first-child a:link,
.shows-box-header li:first-child a:active,
.shows-box-header li:first-child a:visited,
.shows-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.shows-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shows-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}


footer {
  background-color: #393030;
  height: 220px;
}

.footer-section {
padding-right: 10px;
padding-left: 10px;
}

.footer-logo {
  padding-top:30px;
  text-align:center;
}

.footer-links {
  padding-top:30px;
  text-align:center;
}

.footer-links a:link {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:active {
  padding-top:20px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:hover {
  padding-top:20px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  text-decoration: underline;
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:visited {
  padding-top:20px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-social {
  padding-top:20px;
  text-align:center;
  font-size:20px;
  letter-spacing: 10px;
}

.copy {
  padding-top:20px;
  color:#ffffff;
  font-size: 12px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.all-shows-box-section {
  padding-left: 10px;
  padding-right: 10px;
}

.all-shows-box-section-items {
  padding-bottom:30px;
}



/* ===================
Pagination
====================*/

.pagination-section {
  padding-left:100px;
  padding-right:100px;
  padding-bottom: 20px;

}

.pagination-section .pagination-center {
  align-content: center;
  text-align: center;
}


.pagination {
        list-style-type: none;
        display: inline-flex;
        justify-content: space-between;
        box-sizing: border-box;
      }
      .pagination li {
        box-sizing: border-box;
        padding-right: 10px;
      }
      .pagination li a {
        box-sizing: border-box;
        background-color: #393030;
        padding: 8px;
        font-family: 'firago';
        -moz-font-feature-settings: 'case';
        -webkit-font-feature-settings: 'case';
        font-feature-settings: 'case' on;
        font-weight: none;
        font-size: 12px;
        color: #ffffff;
        border-radius: 4px;
      }
      .pagination li a:hover {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .next a, .pagination .prev a {
        text-transform: uppercase;
        font-size: 12px;
      }
      .pagination .currentpage a {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .currentpage a:hover {
        background-color: #c43a00;
      }




}
/*
  ##End of Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/






/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
.covid-area,
.logo-area,
.banner-static,
.menu-area,
.top-slider-section,
.analitycs-box-section,
.entertainment-box-section,
.shows-box-section
{
    display: none;
}


.dg-clock {
  display: inline;
  color: #fff;
  background: #FF4C00;
  padding: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size:12px;
}

.blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  80% {
    opacity: 0;
  }
}




/* ====================
03 Slider Top
======================*/

  .top-slider-section {
  margin-top: 50px;
  margin-bottom: 60px;
  padding-left: 5px;
  padding-right: 5px;
  }

  .top-slider2 {
    margin-top:35px;
  }


   .banner-static {
    margin-top:15px;
  }



.top-slider-section .main-slider .slider-content .slider-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.02)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); */
}


.top-slider-section .main-slider .slider-content .slider-layer ul li {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  margin-top:20px;
  margin-bottom:20px;
}

.top-slider-section .main-slider .slider-content .slider-layer ul li:nth-child(1) {
  background: #FF4C00;
  padding: 4px 12px 3px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.top-slider-section .main-slider .slider-content .slider-layer ul li:nth-child(2) {
  background: #FF4C00;
  padding: 4px 12px 3px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-left: 100px;
  float: right;
}

.top-slider-section .main-slider .slider-content .slider-layer p {
  width: 100%;
  background-color: #FF4C00;
  opacity: 85%;
  padding:12px;
  border-radius: 8px;
}

.top-slider-section .main-slider .slider-content .slider-layer p a {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  font-weight: 800;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.top-slider-section .main-slider .slider-content .slider-layer p a:hover {
  text-decoration: none;
}


.icon {
  background: #a2a2a2a2;
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 40px;
  position: absolute;
  top: 40%;
  text-align: center;
  width: 40px; height: 40px;
}
.owl-nextwww,
.owl-prevwww {
  height: 100%;
  position: absolute;
  top: 0;
}
.owl-next {
  right: 0;

}
.owl-prev {
  left: 0;
}
.owl-next:hover .icon,
.owl-prev:hover .icon {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}
.icon-arrow-left7 { left: 0; }
.icon-arrow-left7:before { content: "\f053"; }
.icon-arrow-right7 { right: 0; }
.icon-arrow-right7:before { content: "\f054"; }



/* =======================================
03 News Section
======================================= */
.news-box-section {
  padding-left:5px;
  padding-right:5px;
}


.news-box-header {
  margin-top:10px;
  margin-bottom:10px;
}


.news-box-header li:first-child {
  width:100%;
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.news-box-header li:nth-child(2) {
display: none;
}

.news-box-header li:nth-child(2) a:link,
.news-box-header li:nth-child(2) a:active,
.news-box-header li:nth-child(2) a:visited,
.news-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box-header li:first-child a:link,
.news-box-header li:first-child a:active,
.news-box-header li:first-child a:visited,
.news-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box {
  padding-left:6px;
  padding-right:6px;
}


.rounded_image {
  border-radius: 10px;
}


.news-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.news-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}


.news-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.news-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.news-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.news-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}


/* =======================================
03 Shows Switcher
======================================= */
.shows-switcher-section {
  padding-left:5px;
  padding-right:5px;
  padding-top:40px;
  padding-bottom:40px;
}



.shows-switcher-section li:first-child {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #A2A2A2A2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.shows-switcher-section li.selected:first-child {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li:nth-child(2) {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #A2A2A2A2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li.selected:nth-child(2) {
  color:#fff;
  display: inline;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-switcher-section li:first-child a:link,
.shows-switcher-section li:first-child a:active,
.shows-switcher-section li:first-child a:visited,
.shows-switcher-section li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  display: inline;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-switcher-section li:nth-child(2) a:link,
.shows-switcher-section li:nth-child(2) a:active,
.shows-switcher-section li:nth-child(2) a:visited,
.shows-switcher-section li:nth-child(2) a:hover {
  color:#FFFFFF;
  font-size: 14px;
  display: inline;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


/* =======================================
03 Shows inner Section
======================================= */
.shows-inner-box-section {
  padding-left:5px;
  padding-right:5px;
}


.shows-inner-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.shows-inner-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-inner-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.shows-inner-box-header li:nth-child(2) a:link,
.shows-inner-box-header li:nth-child(2) a:active,
.shows-inner-box-header li:nth-child(2) a:visited,
.shows-inner-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.shows-inner-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-inner-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shows-inner-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-inner-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-inner-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-inner-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-inner-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}



footer {
  background-color: #393030;
  height: 140px;
}

.footer-section {
padding-right: 100px;
padding-left: 100px;
}

.footer-logo {
  padding-top:55px;
}

.footer-links {
  padding-top:55px;
  text-align:center;
}

.footer-links a:link {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:active {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:hover {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  text-decoration: underline;
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:visited {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-social {
  padding-top:55px;
  text-align:right;
  font-size:20px;
  letter-spacing: 10px;
}

.copy {
  padding-top:20px;
  color:#ffffff;
  font-size: 12px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.all-shows-box-section {
  padding-left: 100px;
  padding-right: 100px;
}

.all-shows-box-section-items {
  padding-bottom:30px;
}


/* ===================
Pagination
====================*/

.pagination-section {
  padding-left:100px;
  padding-right:100px;
  padding-bottom: 20px;

}

.pagination-section .pagination-center {
  align-content: center;
  text-align: center;
}


.pagination {
        list-style-type: none;
        display: inline-flex;
        justify-content: space-between;
        box-sizing: border-box;
      }
      .pagination li {
        box-sizing: border-box;
        padding-right: 10px;
      }
      .pagination li a {
        box-sizing: border-box;
        background-color: #393030;
        padding: 8px;
        font-family: 'firago';
        -moz-font-feature-settings: 'case';
        -webkit-font-feature-settings: 'case';
        font-feature-settings: 'case' on;
        font-weight: none;
        font-size: 12px;
        color: #ffffff;
        border-radius: 4px;
      }
      .pagination li a:hover {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .next a, .pagination .prev a {
        text-transform: uppercase;
        font-size: 12px;
      }
      .pagination .currentpage a {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .currentpage a:hover {
        background-color: #c43a00;
      }




/* =================================

==================================*/

.view-news-section
{
  padding-left:5px;
  padding-right:5px;
}

.view-post-title {
  margin-top:25px;
  margin-bottom:25px;
}


.view-post-controls {
margin-top:25px;
}



.view-post-controls li:first-child {
  color:#ff4c00;
  font-size: 14px;
  float: left;
  border-bottom:1px solid #A8A8A8;
  margin-top:3px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
}

.view-post-controls li:nth-child(2) {
  color:#E5E5E5;
  font-size: 14px;
  float: right;
  border:1px solid #A8A8A8;
  padding:4px;
  border-radius: 5px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
}

.view-post-content p {
  font-family: "DejaVu Sans", sans-serif;
  font-size:16px;
  color:#191919;
  line-height: 28px;
  font-weight: 100px;
  text-align: left;
  padding-bottom:15px;
}


.right-side-news-header {
background-color:#ff4c00;
color:#ffffff;
height:50px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
padding-top:16px;
padding-left:15px;
font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
font-weight: none;
font-size:16px;
}


.right-side-news-footer {
background-color:#F4F4F4;
height:50px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.right-side-news-section {
  padding-top:15px;
  padding-bottom:15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color:#F4F4F4;
}


.right-side-news-section p {
  padding-top:10px;
}



.right-side-news-section p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}


.right-side-news-section p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}

.right-side-news-section p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color: #000000;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}



.right-side-news-section p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color: #FF4C00;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}

.breadcrumbs {
  background-color: #EAEAEA;
    padding-left: 20px;
    padding-right: 20px;
    height:45px;
    line-height: 45px;
}

.breadcrumbs ol {
  display: inline-block;
}

.breadcrumbs li {
  display: inline-block;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
  font-size:12px;
}

.breadcrumbs li a {
  display: inline-block;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
  font-weight: none;
  font-size:12px;
}



/* =======================================
04 PoSTop
======================================= */
.postop-box-section {
  padding-left:10px;
  padding-right:10px;
  background-color: #393030;
  margin-bottom:30px;
}


.postop-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.postop-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.postop-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box-header li:nth-child(2) a:link,
.postop-box-header li:nth-child(2) a:active,
.postop-box-header li:nth-child(2) a:visited,
.postop-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box-header li:first-child a:link,
.postop-box-header li:first-child a:active,
.postop-box-header li:first-child a:visited,
.postop-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.postop-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.postop-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.postop-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.postop-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.postop-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.postop-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#ffffff;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}


.postop-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 25px;
}



/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}




/* =======================================
05 Analitycs Section
======================================= */
.analitycs-box-section {
  padding-left:5px;
  padding-right:5px;
}


.analitycs-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.analitycs-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.analitycs-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.analitycs-box-header li:first-child a:link,
.analitycs-box-header li:first-child a:active,
.analitycs-box-header li:first-child a:visited,
.analitycs-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box {
  padding-left:0px;
  padding-right:0px;
}


.rounded_image {
  border-radius: 10px;
}


.analitycs-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 3px solid #ebebeb;
  padding: 338px;
  border-radius: 7px;
  margin-bottom: 135px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.analitycs-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.analitycs-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.analitycs-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.analitycs-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}


.customNav {

}

.customNav .owl-prev {
  border: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  line-height: 25px;
  width:30px;
}

.customNav .owl-next {
 border: 0px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 line-height: 25px;
 width:30px;
}


.customNav  .owl-next:hover,
.customNav  .owl-prev:hover {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}

.owl-theme .owl-dots .owl-dot span {
   background: #D6D6D6!important; /* dots color*/
 }

.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
   background: #FF4C00!important; /*active and on hover color*/
 }



  /* =======================================
06 Entertainment Section
======================================= */
.entertainment-box-section {
  padding-left:5px;
  padding-right:5px;
}


.entertainment-box-header {
  padding-top:20px;
  margin-top:25px;
  margin-bottom:25px;
}


.entertainment-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.entertainment-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.entertainment-box-header li:first-child a:link,
.entertainment-box-header li:first-child a:active,
.entertainment-box-header li:first-child a:visited,
.entertainment-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box {
  padding-left:0px;
  padding-right:0px;
}


.rounded_image {
  border-radius: 10px;
}


.entertainment-box li:first-child {
  color:#ffffff;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box li:nth-child(2) {
  color:#fff;
  font-size: 12px;
  float: right;
  border: 3px solid #ebebeb;
  padding: 338px;
  border-radius: 7px;
  margin-bottom: 135px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.entertainment-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.entertainment-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 7px;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.entertainment-box p a:link {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:active {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:hover {
  color:#FF4C00;
  font-size: 14px;
  text-decoration:none;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}

.entertainment-box p a:visited {
  color:#000000;
  font-size: 14px;
  font-family: "DejaVu Sans", sans-serif;
  font-weight: normal;
}


.customNav2 {

}

.customNav2 .owl-prev {
  border: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  line-height: 25px;
  width:30px;
}

.customNav2 .owl-next {
 border: 0px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 line-height: 25px;
 width:30px;
}


.customNav2  .owl-next:hover,
.customNav2  .owl-prev:hover {
  background: #FF4C00;
  color: rgba(255, 255, 255, .9);
}

.owl-theme .owl-dots .owl-dot span {
   background: #D6D6D6!important; /* dots color*/
 }

.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
   background: #FF4C00!important; /*active and on hover color*/
 }


 /* =======================================
03 Shows section
======================================= */
.shows-box-section {
  padding-left:5px;
  padding-right:5px;
}


.shows-box-header {
  margin-top:25px;
  margin-bottom:25px;
}


.shows-box-header li:first-child {
  color:#fff;
  font-size:16px;
  font-weight: normal;
  background-color: #FF4C00;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.shows-box-header li:nth-child(2) {
  font-size: 14px;
  float: right;
  padding: 8px;
  border-radius: 7px;
  margin-top: 18px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}

.shows-box-header li:nth-child(2) a:link,
.shows-box-header li:nth-child(2) a:active,
.shows-box-header li:nth-child(2) a:visited,
.shows-box-header li:nth-child(2) a:hover {
  color:#FF4C00;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box-header li:first-child a:link,
.shows-box-header li:first-child a:active,
.shows-box-header li:first-child a:visited,
.shows-box-header li:first-child a:hover {
  color:#FFFFFF;
  font-size: 14px;
  float: right;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box {
  position: relative;
  padding-left:0px;
  padding-right:20px;
}


.rounded_image {
  border-radius: 10px;
}


.shows-box li:first-child {
  color:#FF4C00;
  font-size: 11px;
  float: left;
  border:1px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box li:nth-child(2) {
  color:#A2A2A2A2;
  font-size: 12px;
  float: right;
  border: 0px solid #ebebeb;
  padding: 8px;
  border-radius: 7px;
  margin-top: 15px;
  font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}


.shows-box p {
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shows-box p {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-box p a:link {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-box p a:active {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.shows-box p a:visited {
  font-family: "DejaVu Sans", sans-serif;
  color:#000000;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}


.shows-box p a:hover {
  font-family: "DejaVu Sans", sans-serif;
  color:#FF4C00;
  font-size: 13px;
  font-weight: normal;
  float: left;
  border: 0px solid #ebebeb;
  padding-top: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* Container for Video or image icon on image */
.container-iconer {
  position: relative;
}

/* Video or image icon on image */
.container-iconer .video-iconer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: white;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  opacity: 0.9;
}


footer {
  background-color: #393030;
  height: 300px;
}

.footer-section {
padding-right: 10px;
padding-left: 10px;
}

.footer-logo {
  padding-top:30px;
  text-align:center;
}

.footer-links {
  padding-top:30px;
  text-align:center;
}

.footer-links a:link {
  padding-top:55px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:active {
  padding-top:20px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:hover {
  padding-top:20px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  text-decoration: underline;
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-links a:visited {
  padding-top:20px;
  text-align:center;
  color:#ffffff;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}

.footer-social {
  padding-top:20px;
  text-align:center;
  font-size:20px;
  letter-spacing: 10px;
}

.copy {
  padding-top:20px;
  color:#ffffff;
  font-size: 12px;
  font-family: 'firago';
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on;
}


.all-shows-box-section {
  padding-left: 5px;
  padding-right: 5px;
}

.all-shows-box-section-items {
  padding-bottom:30px;
}


/* ===================
Pagination
====================*/

.pagination-section {
  padding-left:100px;
  padding-right:100px;
  padding-bottom: 20px;

}

.pagination-section .pagination-center {
  align-content: center;
  text-align: center;
}


.pagination {
        list-style-type: none;
        display: inline-flex;
        justify-content: space-between;
        box-sizing: border-box;
      }
      .pagination li {
        box-sizing: border-box;
        padding-right: 10px;
      }
      .pagination li a {
        box-sizing: border-box;
        background-color: #393030;
        padding: 8px;
        font-family: 'firago';
        -moz-font-feature-settings: 'case';
        -webkit-font-feature-settings: 'case';
        font-feature-settings: 'case' on;
        font-weight: none;
        font-size: 12px;
        color: #ffffff;
        border-radius: 4px;
      }
      .pagination li a:hover {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .next a, .pagination .prev a {
        text-transform: uppercase;
        font-size: 12px;
      }
      .pagination .currentpage a {
        background-color: #FF4C00;
        color: #fff;
      }
      .pagination .currentpage a:hover {
        background-color: #c43a00;
      }



}
/*
  ##End of Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/







/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 220px to 319px
*/

@media (min-width: 220px) and (max-width: 320px) {
.covid-area,
.logo-area,
.top-slider-section,
.menu-area,
.analitycs-box-section,
.entertainment-box-section,
.shows-box-section

{
    display: none;
}


.dg-clock {
  display: inline;
  color: #fff;
  background: #FF4C00;
  padding: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size:12px;
}

.blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  80% {
    opacity: 0;
  }
}

}
/*
  ##End of Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
.mtb-30 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.search_m_item h4 {
  font-size: 14px !important;
    display: block;
    line-height: 15px;
    color: #161717;
    margin-bottom: 0;
    font-weight: 700;
}
.m_sr_date {
  font-size: 14px;
  line-height: 14px;
  display: block;
  color: #9a9ea1;
  margin-bottom: 7px;
}
.search_m_item {
  border-bottom: 1px solid #e1e8ea;
  padding: 14px 0;
}
.mh-100 {
  min-height: 100vh;
}
.key_active {
  color: #FF4C00;
}
.archevnebi2020 img {
  width: 100%;
  border-radius: 10px;
}
.view-post-content img {
  max-width: 100% !important;
  height: auto !important;
}
.fb_tswe {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  box-shadow: 0 5px 5px 0 #eee;
  padding: 20px;
  background: #4267b2;
  color: #fff !important;
  letter-spacing: 2px;
  position: relative;
  transition-duration: 0.3s;
}
.flbo {
  position: absolute;
  left: 0;
  font-size: 20px !important;
  background: #fff;
  color: #4267b2;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #4267b2;
  border-radius: 50% 50% 0% 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
}
.fb_tswe::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: rgb(57 65 80 / 9%);
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  transition-duration: 0.3s;
}
.fb_tswe:hover::after {
  width: 50px !important;
  height: 50px !important;
  transition-duration: 0.3s;
}
.mh100vh {
  min-height: calc(100vh - 600px);
}
.ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.aTtl {
  margin-top: 20px;
}
.dt0123 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.oiUns {
  border: 1px solid #A8A8A8;
  padding: 4px;
  border-radius: 5px;
}
.fnter {
  color: #ff4c00;
font-size: 14px;
float: left;
border-bottom: 1px solid #A8A8A8;
margin-top: 3px;
font-family: 'firago';
-moz-font-feature-settings: 'case';
-webkit-font-feature-settings: 'case';
font-feature-settings: 'case' on;
}
.mobile_sr_cs {
  border: 1px solid rgba(255,255,255,0.1);
  padding: 6px 10px;
  border-radius: .25rem;
}
.search_sc_area form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.search_sc_area input {
  width: 100%;
  border: 1px solid #2b2525;
  background: #2b2525;
  color: #fff;
  height: 38px;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  overflow: hidden;
}
.search_sc_area {
  width: 100%;
  margin-top: 10px;
  display: none;
}
.search_sc_area button {
  background: #FF4C00;
  height: 38px;
  border: 0;
  border-left: 1px solid #FF4C00;
  width: 38px;
  color: #fff;
  font-size: 18px;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.clock i.fa-facebook, .footer-social i.fa-facebook {
  color: #4267B2;
}
.clock i.fa-instagram, .footer-social i.fa-instagram {
  color: #e1306c;
}
.view-post-content a {
    color: #FF4C00;
    text-decoration: underline !important;
}
.more_news_m {
  display: none;
}

@media only screen and (max-width: 768px) {
  .more_news_m {
    display: table;
    background-color: #FF4C00;
    width: fit-content;
    color: #fff;
    padding: 15px;
    font-family: 'firago';
    -moz-font-feature-settings: 'case';
    -webkit-font-feature-settings: 'case';
    font-feature-settings: 'case' on;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .pb-20 {
    padding-bottom: 20px;
  }
}
.font-controller {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.minus-font {
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
  color: #ff4c00;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 40px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #efefef;
}
.plus-font {
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
  color: #ff4c00;
  border-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 40px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #efefef;
}
.fn-txt {
  text-align: right !important;
  padding-bottom: 0 !important;
  font-size: 13px !important;
  margin-right: 20px;
}
.view-post-content {
  margin-bottom: 50px;
}
.tt-font {
  color: #202426;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
}
.tt-font span:first-child {
  font-size: 16px;
}
.tt-font span:last-child {
  font-size: 22px;
}
.w-100 {
  width:100%;
}
.rfrdemension iframe {
  border: none !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  margin: 0 auto !important;
  display: table !important;
}
