a {
  text-decoration: none;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: none;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: normal;
  color: #5e5e5e;
  float: left;
  width: 100%;
  margin: 0px;
  overflow-x: hidden;
}

a {
  text-decoration: initial;
  color: #008ed1;
}

a:hover {
  color: #002a5c;
}

p {
  color: #767676;
  line-height: 1.8;
}

h1 {
  margin-top: 10px !important;
}

* {
  box-sizing: border-box;
}

section {
  float: left;
  width: 100%;
}

img {
  max-width: 100%;
}

.no_padding {
  padding: 0px !important;
}

.max-row {
  max-width: inherit;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.relative {
  position: relative;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}


::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}


 ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  opacity: 0.5;
}



::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(173, 173, 173, 0.9);
}

.clearfix,
.row:after,
.toast {
  clear: both;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.row {
  max-width: 82rem;
  margin: 0 auto !important;
}

.no_padding {
  padding: 0px !important;
}

.padding_out {
  margin: 0 -0.75rem !important;
  padding: 0px !important;
}

@media screen and (max-width: 1023px) {
  .padding_out {
    margin: initial !important;
  }
}

.main_body {
  float: left;
  width: 100%;
  padding: 0px !important;
  min-height: 300px;
}

.main_body>.row>.col-lg-9,
.main_body .col-lg-12>.row>.col-lg-9 {
  border-right: 0px solid #dcdcdc;
  margin-top: 0px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .main_body>.row>.col-lg-9,
  .main_body .col-lg-12>.row>.col-lg-9 {
    padding: 0px !important;
  }
  .main_body>.row>.col-lg-9:after,
  .main_body .col-lg-12>.row>.col-lg-9:after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .main_body>.row>.col-lg-9,
  .main_body .col-lg-12>.row>.col-lg-9 {
    margin-top: 0px;
    padding: 0px !important;
  }
  .main_body>.row>.col-lg-9:after,
  .main_body .col-lg-12>.row>.col-lg-9:after {
    display: none;
  }
}

.main_body>.row>.col-lg-9:after,
.main_body .col-lg-12>.row>.col-lg-9:after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  right: -1px;
  top: 10px;
  background: #dcdcdc;
}

.main_body>.row>.col-lg-3 {
  margin-top: 20px;
}

.container-fluid {
  margin-top: 0px;
  float: left;
  width: 100%;
  padding: 0px !important;
}

.container-fluid>.row {
  padding: 0px !important;
}

h2.headline {
  border-bottom: 1px solid #dcdcdc;
  margin: 20px 0px;
  float: left;
  width: 100%;
  font-weight: 100;
  text-transform: uppercase;
  text-align: left;
}

@media screen and (max-width: 600px) {
  h2.headline {
    font-size: 8vw;
  }
}

h2.headline span {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  text-transform: uppercase;
}

h2.headline strong {
  float: right;
  font-size: 12px;
  text-decoration: underline;
  margin-top: 25px;
  margin-right: 10px;
  position: relative;
}

h2.headline.business {
  color: #f3a534;
}

h2.headline.business a {
  color: #f3a534;
}

h2.headline.business span {
  border-color: #f3a534;
}

h2.headline.entertainment {
  color: #ad87d2;
}

h2.headline.entertainment a {
  color: #ad87d2;
}

h2.headline.entertainment span {
  border-color: #ad87d2;
}

h2.headline.news {
  color: #007cc9;
}

h2.headline.news a {
  color: #007cc9;
}

h2.headline.news span {
  border-color: #007cc9;
}

h2.headline.music {
  color: #f00256;
}

h2.headline.music a {
  color: #f00256;
}

h2.headline.music span {
  border-color: #f00256;
}

h2.headline.videos {
  color: #d40000;
}

h2.headline.videos a {
  color: #d40000;
}

h2.headline.videos span {
  border-color: #d40000;
}

h2.headline.viral {
  color: #f3a534;
}

h2.headline.viral a {
  color: #f3a534;
}

h2.headline.viral span {
  border-color: #f3a534;
}

h2.headline.technology {
  color: #02c6b2;
}

h2.headline.technology a {
  color: #02c6b2;
}

h2.headline.technology span {
  border-color: #02c6b2;
}

h2.headline.life_style {
  color: #9bc95b;
}

h2.headline.life_style a {
  color: #9bc95b;
}

h2.headline.life_style span {
  border-color: #9bc95b;
}

h2.headline.schedule {
  color: #9ff6e5;
}

h2.headline.schedule a {
  color: #9ff6e5;
}

h2.headline.schedule span {
  border-color: #9ff6e5;
}

h2.headline.shows {
  color: #f6b09f;
}

h2.headline.shows strong a {
  color: #f6b09f !important;
}

h2.headline.shows span {
  border-color: #f6b09f;
}

h2.headline.prisenter {
  color: #f6ed9f;
}

h2.headline.prisenter a {
  color: #f6ed9f;
}

h2.headline.prisenter span {
  border-color: #f6ed9f;
}

h2.headline.entertainment {
  color: #ad87d2;
}

h2.headline.entertainment a {
  color: #ad87d2;
}

h2.headline.entertainment span {
  border-color: #ad87d2;
}

@media screen and (max-width: 1023px) {
  h2.headline {
    margin: 20px 0.5rem;
    width: calc(100% - 1rem);
  }
  h2.headline span {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 1023px) {
  .home_shows h2.headline span {
    border-bottom: 0px !important;
  }
  .side_bar h2.headline span {
    padding-bottom: 4px;
  }
}

.videos h2 {
  color: #d40000;
}

.videos h2 a {
  color: #d40000;
}

.videos h2 span {
  border-color: #d40000;
}

.load_more {
  float: left;
  width: 100%;
  margin: 20px 0px;
  text-align: center;
  clear: both;
}

.load_more a {
  display: inline-block;
  color: #a2a2a2;
  border: 1px solid #c5c5c5;
  padding: 4px 20px;
  min-width: 180px;
  border-radius: 40px;
  text-align: center;
  padding-left: 55px;
  padding-right: 50px;
  line-height: 40px;
}

.load_more a>div {
  float: right;
  background: initial !important;
  box-shadow: initial !important;
}

.load_more a i {
  margin-left: 10px;
}

.hide {
  display: none !important;
}

.no_scroll {
  overflow: hidden !important;
}


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

@media screen and (min-width: 1400px) {
  .main_body>.row,
  header>.row,
  .fixed_bar>.row,
  .top_header>.row,
  .main_menu>.row {
    max-width: 88rem;
  }
  .home_featured_body>div.home_featured {
    height: 290px;
  }
  .home_featured_body>div.home_featured:nth-child(1) {
    height: 580px;
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .for-mobile {
    display: none;
  }
  .for-tablet {
    display: block;
  }
}

@media screen and (min-width: 501px) and (max-width: 1023px) {
  .for-mobile {
    display: none;
  }
  .for-tablet {
    display: block;
  }
  .for-s-mobile {
    display: none;
  }
  .for-mobile-tablet {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .for-mobile {
    display: none;
  }
  .for-tablet {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .for-mobile {
    display: block;
  }
  .for-tablet {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .for-s-mobile {
    display: block;
  }
  .for-mobile-tablet {
    display: none;
  }
}

h1 {
  font-size: 42px;
  color: #002a5c;
  margin: 10px 0px;
  font-weight: 700;
}

h2 {
  font-size: 34px;
  color: #002a5c;
  margin: 10px 0px;
  font-weight: 700;
}

h3 {
  font-size: 28px;
  color: #002a5c;
  margin: 10px 0px;
  font-weight: 700;
}

h4 {
  font-size: 22px;
  color: #002a5c;
  margin: 10px 0px;
  font-weight: 400;
}

h5 {
  font-size: 16px;
  color: #002a5c;
  margin: 10px 0px;
  font-weight: 400;
}

h6 {
  font-size: 13px;
  color: #002a5c;
  margin: 10px 0px;
  font-weight: 400;
}

header.col-lg-12 {
  padding: 0px !important;
  margin: 0px !important;
}

header .logo {
  margin: 19px 0px;
  float: left;
}

header .logo img {
  max-height: 90px;
  float: left;
}

@media screen and (max-width: 600px) {
  header .logo {
    text-align: center;
  }
}

header .leaderboard {
  margin: 19px 0px;
  float: right;
}

@media screen and (max-width: 1023px) {
  header .leaderboard {
    width: 100%;
    text-align: center;
  }
  header .leaderboard .IframeAds {
    display: inline-block;
  }
}

header .leaderboard img {
  float: right;
}

header .top_header {
  background: #001e53;
}

header .top_header ul.left {
  margin: 0px;
  line-height: 32px;
}

header .top_header ul.left li {
  float: left;
  list-style: none;
  border-right: 1px solid #2b4975;
  margin-right: 10px;
  padding-right: 10px;
}

header .top_header ul.left li span {
  color: #a8c7db;
  font-size: 14px;
  font-weight: 300;
}

header .top_header ul.left li i {
  margin: 0px 5px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

header .top_header .top_search {
  position: relative;
  overflow: hidden;
}

header .top_header .top_search i {
  color: #a8c7db;
}

header .top_header .top_search #search_box {
  width: 0px;
  opacity: 0;
  height: 32px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

header .top_header .top_search .search_btn {
  float: left;
  margin-left: 0px;
  margin-right: 0px;
}

header .top_header .top_search .search_btn i {
  font-size: 16px;
}

header .top_header .top_search .go_btn {
  position: absolute;
  right: 0px;
  color: #fff;
  background: #001e53;
  padding: 2px 5px;
  font-size: 12px;
  min-width: 30px;
  text-align: center;
  border-radius: 0px 3px 3px 0px;
  height: 30px;
}

header .top_header .show_search {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  width: 150px !important;
  height: 32px;
  display: block !important;
  top: 0px;
  position: relative;
  z-index: 999;
  float: left;
  opacity: 1 !important;
}

header .top_header .show_search>div {
  height: 35px !important;
  margin-top: 0px;
  line-height: 3px !important;
  width: 100% !important;
  background: #052b5f !important;
  border-left: 2px solid #054da4 !important;
}

header .top_header .show_search>div label {
  color: #fff;
}

header .top_header .show_search>div>div {
  color: #e4edf3 !important;
  padding-left: 6px;
  line-height: 11px;
  font-size: 13px;
}

header .top_header .show_search>div hr {
  bottom: 0px !important;
  margin-left: -6px !important;
}

header .top_header .show_search>div hr:first-child {
  display: none;
}

header .top_header .show_search input#search_input {
  float: left;
  border-bottom: 0px !important;
  width: 120px;
  padding-left: 6px;
  padding-left: 6px !important;
  font-size: 12px !important;
  color: #fff !important;
  width: 100% !important;
}

header .top_header .temperature img {
  max-width: 25px;
  margin: 0px 6px;
  margin-bottom: -5px;
  max-height: 30px;
}

header .top_header .contribute .closeModalMob {
  display: none;
}

header .top_header .contribute>div>img {
  max-width: 15px;
  max-height: 22px;
  margin: 0px 6px;
  margin-bottom: -2px;
}

header .top_header .contribute>div>div:first-child,
header .top_header .contribute button,
header .top_header .contribute .contDiv button span {
  color: #a8c7db !important;
  min-width: initial !important;
  background: initial !important;
  background: #002a5c !important;
  background: none !important;
  text-transform: initial !important;
  padding: 0px !important;
  text-shadow: initial !important;
  box-shadow: initial !important;
  font-weight: 300 !important;
}

header .top_header .contribute>div>div:last-child div {
  text-align: center;
}

header .top_header .right .contribute {
  float: right;
  margin-right: 20px;
}

@media screen and (max-width: 1023px) {
  header .top_header .right .contribute {
    display: none;
  }
}

header .top_header .left .contribute {
  display: none;
}

@media screen and (max-width: 1023px) {
  header .top_header .left .contribute {
    display: block;
  }
}

header .social_media {
  float: right;
  margin: 5px;
}

header .social_media li {
  float: left;
  margin-right: 10px;
  color: #58595b;
  width: 25px;
  height: 25px;
  border-right: 1px solid #1b3a69;
  text-align: center;
  line-height: 25px;
  text-align: center;
  min-width: 40px;
}

header .social_media li a {
  color: #a8c7db;
}

header .social_media li .mix {
  max-height: 16px;
  margin-top: 5px;
  margin-left: -7px;
}

header .social_media li:hover a {
  color: #fff;
}

header .social_media>li:nth-child(1):hover a {
  color: #4176fa;
}

header .social_media>li:nth-child(2):hover a {
  color: #03a9f4;
}

header .social_media>li:nth-child(4):hover a {
  color: #dc4e41;
}

header .social_media>li:nth-child(5):hover a {
  color: #dc4e41;
}

header .social_media>li:nth-child(3):hover i {
  background: -webkit-linear-gradient(305deg, #3051F1 10%, #C92BB7 70%) no-repeat;
  background: linear-gradient(145deg, #3051F1 10%, #C92BB7 70%) no-repeat;
  color: #fff;
}

header .main_menu {
  background: #002a5c;
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 4px solid #103f77;
  transition: .5s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

header .main_menu>div.row {
  position: relative;
}

header .main_menu>.row>ul {
  width: 100%;
  float: left;
  width: initial;
  float: initial;
  display: inline-block;
  display: block;
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

header .main_menu>.row>ul>li {
  float: left;
  font-weight: 300;
  padding: 0 12px;
  border-right: 1px solid #103f77;
  font-size: 16px;
  position: relative;
}

header .main_menu>.row>ul>li i.fa-caret-down {
  color: #fff;
  float: right;
  line-height: 38px;
  font-size: 13px;
  cursor: pointer;
}

header .main_menu>.row>ul>li>a {
  color: #fff;
  padding: 8px 7px;
  float: left;
}

header .main_menu>.row>ul>li>a.active .mega_menu {
  opacity: 1 !important;
  z-index: 22 !important;
  transform: translate3d(0, 0px, 0);
}

header .main_menu>.row>ul>li.mega {
  overflow: hidden;
  position: relative;
}

header .main_menu>.row>ul>li:hover .mega_menu {
  opacity: 1 !important;
  z-index: 22 !important;
  transform: translate3d(0, 0px, 0);
}

header .main_menu>.row>ul>li.mega:hover {
  background: #103f77;
  overflow: initial;
  position: initial;
}

header .main_menu>.row>ul>li.mega:hover:after {
  display: none;
}

header .main_menu>.row>ul>li.active {
  background: #103f77;
}

header .main_menu>.row>ul>li:hover {
}

header .main_menu>.row>ul>li:hover:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0px;
  z-index: 2;
}

header .main_menu>.row>ul>li:hover.news:after {
  background: #007cc9;
}

header .main_menu>.row>ul>li:hover.music:after {
  background: #f00256;
}

header .main_menu>.row>ul>li:hover.viral:after {
  background: #f3a534;
}

header .main_menu>.row>ul>li:hover.business:after {
  background: #f3a534;
}

header .main_menu>.row>ul>li:hover.technology:after {
  background: #02c6b2;
} */

header .main_menu>.row>ul>li:hover.life_style:after {
  background: #9bc95b;
}

header .main_menu>.row>ul>li:hover.videos:after {
  background: #d40000;
}

header .main_menu>.row>ul>li:hover.schedule:after {
  background: #9ff6e5;
}

header .main_menu>.row>ul>li:hover.shows:after {
  background: #f6b09f;
}

header .main_menu>.row>ul>li:hover.home:after {
  background: #008ed1;
}

header .main_menu>.row>ul>li:hover.presenters:after {
  background: #f6ed9f;
}

header .main_menu>.row>ul>li:hover.entertainment:after {
  background: #ad87d2;
}

header .main_menu .mega_menu {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 99;
  background: #083366;
  border: 2px solid #103f77;
  left: 0px;
  top: 40px;
  opacity: 0;
  z-index: -1;
  transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

header .main_menu .mega_menu h3 {
  font-size: 20px;
}

header .main_menu .mega_menu>.row>div {
  border-right: 1px solid #103f77;
  float: left;
  width: 100%;
}

header .main_menu .mega_menu ul {
  float: left;
  width: 100%;
}

header .main_menu .mega_menu li {
  color: #fff;
  font-size: 12px;
  border-bottom: 1px solid #103f77;
  float: left;
  width: 100%;
}

header .main_menu .mega_menu li>a {
  color: #b0d1e1;
  padding: 10px 0px;
  float: left;
}

header .main_menu .mega_menu h3 {
  color: #fff;
  border-left: 3px solid #fff;
  padding-left: 8px;
  line-height: 22px;
  margin: 15px 0px;
  font-weight: 400;
  font-size: 20px;
}

header .main_menu .mega_menu .last_news_list li {
  padding: 4px 0px;
}

header .main_menu .mega_menu .last_news_list .news_img {
  position: relative;
  height: 60px;
  overflow: hidden;
  border-radius: 2px;
}

header .main_menu .mega_menu .last_news_list .news_img img {
  height: 100%;
  min-width: 100%;
  position: absolute;
  max-width: inherit;
}

header .main_menu .mega_menu .last_news_list h4 {
  color: #d9ebf3;
  margin: 0px;
  font-weight: 400;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
}

header .main_menu .mega_menu .last_news_list h4:hover {
  color: #008ed1;
  opacity: 1;
}

header .main_menu .mega_menu .last_news_list span {
  color: #b6c4d4;
  font-size: 12px;
  opacity: 0.7;
}

header .main_menu .mega_menu .last_news_list span i {
  margin-right: 5px;
}

header .main_menu .mega_menu .last_news_list a.right {
  color: #b6c4d4;
  font-size: 12px;
  opacity: 0.7;
  padding: 2px;
  font-style: italic;
}

header .main_menu .mega_menu .last_news_list a.right:hover {
  color: #008ed1;
  opacity: 1;
}

header .main_menu .mega_menu .trending_list li {
  border: 0px;
  border-right: 1px solid #103f77;
  padding: 0px 2px !important;
}

header .main_menu .mega_menu .trending_list li:last-child {
  border: 0px;
}

header .main_menu .mega_menu .trending_list .trending_img {
  position: relative;
  height: 120px;
  overflow: hidden;
  border-radius: 2px;
}

header .main_menu .mega_menu .trending_list h4 {
  color: #fff;
  margin: 10PX 0px;
  font-weight: 400;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
}

header .main_menu .mega_menu .trending_list h4:hover {
  color: #008ed1;
  opacity: 1;
}

header .main_menu .mega_menu .trending_list span {
  color: #fff;
  font-size: 12px;
  opacity: 0.7;
}

header .main_menu .mega_menu .trending_list span i {
  margin-right: 5px;
}

header .main_menu .mega_menu .trending_list a.right {
  color: #fff;
  font-size: 12px;
  opacity: 0.7;
  padding: 2px;
  font-style: italic;
}

header .main_menu .mega_menu .trending_list a.right:hover {
  color: #008ed1;
  opacity: 1;
}

header .menu_btn {
  display: none;
}

.fixed_buttons {
  position: fixed;
  right: 0px;
  bottom: -55px;
  padding: 10px;
  width: 100%;
  background: #f4f4f4;
  text-align: right;
  border-top: 1px solid #e8e8e8;
  border-radius: 0px 0px 2px 2px;
}

.steper_body {
  padding-bottom: 20px;
  float: left;
  width: 100%;
  border-top: 1px dashed #ccc;
  padding-top: 20px;
}

.steper_body>div {
  overflow-y: scroll;
  max-height: 270px;
}

.steper_body .upload_image {
  background: #ccc;
}

.steper_body .upload_media .rowws {
  display: flex;
  align-items: center;
}

.steper_body .upload_media .rowws>div {
  flex: 1;
}


.fixed_bar {
  float: left;
  width: 100%;
  background: #fbfbfb;
  border: 1px solid #e7e9e8;
}

.fixed_bar>.row>div {
  padding: 20px 0px;
  border-right: 1px solid #e7e9e8;
}

@media screen and (min-width: 100px) and (max-width: 1080px) {
  .fixed_bar>.row>div img {
    margin-top: 10px;
  }
}

.fixed_bar>.row>div:last-child {
  border: 0px;
}

.fixed_bar .breaking_news {
  position: relative;
}

.fixed_bar .breaking_news>div {
  margin-top: 6px;
}

.fixed_bar .breaking_news div>span {
  background: #002a5c;
  padding: 6px 12px;
  position: relative;
  font-size: 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  float: left;
}

.fixed_bar .breaking_news div>span:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F0DA";
  position: absolute;
  right: -19px;
  top: -12px;
  font-size: 60px;
  color: #002a5c;
}

@media screen and (min-width: 1180px) and (max-width: 1280px) {
  .fixed_bar .breaking_news div>span:after {
    top: -11px;
    font-size: 58px;
  }
}

@media screen and (min-width: 1400px) {
  .fixed_bar .breaking_news div>span:after {
    top: -11px;
    font-size: 58px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1920) {
  .fixed_bar .breaking_news div>span:after {
    top: -12px;
  }
}

.fixed_bar .breaking_news h5 {
  font-weight: 400;
  float: left;
  width: initial;
  margin: 5px 10px;
  margin-left: 40px;
  color: #000;
  font-size: 16px;
  display: none;
}

.fixed_bar .breaking_news h5 a {
  color: #58595b;
}

.fixed_bar .breaking_news .slick-active h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 75%;
  animation: type 4s steps(60, end);
  display: block;
}

@keyframes type {
  from {
    width: 0;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100;
  }
}

@keyframes blink {
  to {
    opacity: .0;
  }
}

.fixed_bar .owl-item.active h5 {
  display: block;
}

.fixed_bar .wtach_live {
  background: #f1f6f9;
  padding-left: 4px !important;
  padding-right: 4px !important;
  position: relative;
}

.fixed_bar .wtach_live a img:first-child {
  transition: .5s;
}

.fixed_bar .wtach_live a img:last-child {
  opacity: 0;
  position: absolute;
  left: 0px;
  transition: .5s;
  padding: 0px 4px;
}

.fixed_bar .wtach_live:hover a img:first-child {
  opacity: 1;
}

.fixed_bar .wtach_live:hover a img:last-child {
  opacity: 1;
}

.fixed_bar .on_air {
  border: 0px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.fixed_bar .on_air .on_air_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(231, 233, 232, 0.61);
}

.fixed_bar .on_air .on_air_img img {
  display: none;
}

.fixed_bar .on_air .on_air_img>div {
  height: 100% !important;
}

@media screen and (min-width: 1000px) and (max-width: 1080px) {
  .fixed_bar .on_air .on_air_img {
    width: 50px;
    height: 50px;
    margin-top: 10px;
  }
}

.fixed_bar .on_air h6 {
  margin: 0px;
  color: #008ed1;
}

@media screen and (min-width: 1024px) {
  .fixed_bar .on_air h6 {
    margin-top: 5px;
  }
}

.fixed_bar .on_air h5 {
  margin: 4px 0px;
  color: #002a5c;
  font-size: 13px;
  font-weight: 500;
}

.fixed_bar .on_air h5 a {
  color: #002a5c;
}

.fixed_bar .on_air h5 a:hover {
  color: #008ed1;
}

.fixed_bar .on_air div span {
  color: #002a5c;
  font-weight: 400;
  font-size: 11px;
}

.fixed_bar .on_air div span i {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}

.fixed_bar .on_air a.btn {
  background: #008ed1;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  text-align: center;
  margin-top: 20px;
  float: right;
  font-size: 13px;
  font-size: 16px;
  width: 100%;
}

.fixed_bar .on_air a.btn i {
  margin-right: 4px;
}

.fixed_bar .on_air a.btn:hover {
  background: #002a5c;
}

@media only screen and (min-width: 75em) {
  .fixed_bar .col-lg-7 {
    flex-basis: 56.33333333%;
    max-width: 56.33333333%;
  }
  .fixed_bar .col-lg-1 {
    flex-basis: 10.33333333%;
    max-width: 10.33333333%;
  }
}

.shrink {
  transition: 0s;
  padding-top: 40px !important;
}

.shrink header {
  width: 100%;
  float: left;
}

.shrink .main_menu {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-animation: fadeHeader 0.3s;
  -moz-animation: fadeHeader 0.3s;
  -ms-animation: fadeHeader 0.3s;
  -o-animation: fadeHeader 0.3s;
  animation: fadeHeader 0.3s;
}

@-moz-keyframes header {
  0% {
    -moz-transform: translateY(50%);
  }
  100% {
    -moz-transform: translateY(0%);
  }
}

@-webkit-keyframes header {
  0% {
    -moz-transform: translateY(50%);
  }
  100% {
    -moz-transform: translateY(0%);
  }
}

@keyframes header {
  0% {
    -moz-transform: translateY(50%);
  }
  100% {
    -moz-transform: translateY(0%);
  }
}

@-moz-keyframes fadeHeader {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeHeader {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeHeader {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

.closeModalMob {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .shrink {
    padding-top: 65px !important;
  }
  .shrink .main_menu {
    position: relative;
    top: initial;
    left: initial;
    z-index: 999;
  }
  .shrink .mob-header {
    position: fixed;
    z-index: 9999;
    background: #fff;
    top: 0;
    animation-name: fadeInDown;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    border-bottom: 2px solid rgba(227, 230, 234, 0.52);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.79);
    top: 0;
    padding: 3px 0px;
  }
  .shrink .mob-header .logo img {
    max-height: 70px;
    margin-top: 5px;
    padding: 2px 0px;
    max-height: 10vw;
    float: left;
  }
  .shrink .mob-header a.menu_btn {
    padding: 6px 12px;
    font-size: 5vw;
  }
  .shrink .mob-header .logo>div a {
    float: left;
    width: 50%;
    padding: 0px 5%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .shrink .mob-header .watch-mob {
    display: none !important;
  }
  header {
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 50px !important;
  }
  header.col-lg-12 {
    padding-top: 50px !important;
  }
  header .mob-header {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7e9e8;
  }
  header .logo {
    text-align: center;
    float: left;
    width: 100%;
    max-width: calc(100% - 100px);
    margin: 0px 0px;
  }
  header .logo img {
    max-height: 60px;
    float: initial;
  }
  header .logo .watch-mob {
    display: block !important;
    position: relative;
    text-align: center;
  }
  header .logo .watch-mob:after {
    content: "";
    width: 1px;
    height: 100%;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 1;
    background: #e7e9e8;
  }
  header .logo .watch-mob:before {
    content: "";
    width: 1px;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 1;
    background: #e7e9e8;
  }
  header .logo .watch-mob img {
    margin: 0 auto;
  }
  header .logo>div a {
    float: left;
    width: 40%;
    padding: 5px 5%;
  }
  header .logo>div a:first-child {
    width: 60%;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
  header a.menu_btn {
    background: #002a5c;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 20%;
    right: 5%;
    padding: 10px 18px;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    z-index: 9999;
    top: 4.5vw;
    cursor: pointer;
  }
  header a.menu_btn i:first-child {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header a.menu_btn i:last-child {
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  header a.menu_btn {
    padding: 13px 20px;
    font-size: 30px;
  }
}
 @media screen and (max-width: 1023px) {
  header .main_menu {
    opacity: 0;
    height: 0px;
    z-index: -1 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transform: translate3d(0, -100%, 0);
  }
  header .main_menu>.row>ul>li {
    float: left;
    font-weight: 300;
    padding: 0 12px;
    border-right: 0px solid #103f77;
    width: 100%;
    border-bottom: 1px solid #103f77;
  }
  header .main_menu>.row>ul>li a {
    width: 90%;
    float: left;
  }
  header .main_menu>.row>ul>li.active .mega_menu {
    height: initial !important;
    opacity: 1 !important;
    height: initial !important;
    padding: 0px;
    overflow: hidden;
    opacity: 1 !important;
    z-index: 111 !important;
    z-index: 111 !important;
    transform: translate3d(0, 0px, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
  }
  header .main_menu>.row>ul>li.active .mega_menu li {
    border-bottom: 1px solid #0a3261;
  }
  header .show_menu {
    display: block;
  }
  header .show_menu .watch-mob:after {
    opacity: 0;
  }
  header .show_menu .watch-mob:before {
    opacity: 0;
  }
  header .top_header {
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    opacity: 0;
    height: 0px;
  }
  header .top_header ul.left {
    width: 100%;
  }
  header .top_header ul.left li {
    width: 50%;
    margin: 0px;
    border: 0px;
    text-align: center;
  }
  header .top_header ul.left li:nth-child(1) {
    display: none;
  }
  header .top_header ul.left li:nth-child(2) {
    display: none;
  }
  header .top_header ul.left li:nth-child(3) {
    border-right: 1px solid #2b4975 !important;
    padding-right: 10px;
  }
  header .top_header ul.left li:last-child {
    border: 0px;
  }
  header .top_header ul.left li span {
    font-size: 14px;
  }
  header .top_header>div,
  header .top_header>div>div {
    padding: 0px !important;
  }
  header .top_header .right {
    width: 100%;
  }
  header .top_header .social_media {
    width: 100%;
    margin: 20px;
    text-align: center;
  }
  header .top_header .social_media li {
    float: initial !important;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
  }
  header .top_header .social_media .mix {
    max-height: 14px;
    margin-top: 0px;
    margin-left: 0px;
  }
  header .top_header .show_search {
    width: 100% !important;
    height: 45px !important;
  }
  header .top_header .show_search>div {
    height: 45px !important;
  }
  header .top_header .show_search>div>div {
    line-height: 17px !important;
  }
  header .top_header .search-section {
    width: 100% !important;
    float: left !important;
    margin-top: 10px !important;
  }
  header .top_header .search_btn {
    display: none;
  }
  header .top_header #search_box {
    width: 100% !important;
    height: 45px;
  }
  header .top_header .go_btn {
    height: 45px !important;
    min-width: 50px !important;
    line-height: 45px;
  }
  header .top_header .show_search>div {
    background: #133c74 !important;
  }
  header.show_menu {
    height: 100%;
    overflow: scroll !important;
    position: fixed;
    height: 100%;
    background: #002a5c;
    z-index: 999;
    top: 0px;
  }
  header.show_menu .watch-mob:after {
    opacity: 0;
  }
  header.show_menu .watch-mob:before {
    opacity: 0;
  }
  header.show_menu .mob-header {
    background: initial;
    box-shadow: initial;
    border: initial;
  }
  header.show_menu:before {
    opacity: 1;
    transform: none;
  }
  header.show_menu .menu_btn {
    top: 10px;
  }
  header.show_menu .menu_btn i:first-child {
    display: none;
  }
  header.show_menu .menu_btn i:last-child {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 0%;
  }
  header.show_menu .contributeMain>div>div {
    width: 90%;
  }
  header.show_menu .top_header {
    z-index: 9991;
    position: relative;
    opacity: 1;
    height: 100%;
    transform: none;
    margin-top: 30px;
    top: 0px;
    float: left;
    width: 100%;
    height: initial !important;
    position: relative !important;
  }
  header.show_menu .main_menu {
    opacity: 1;
    z-index: 9991 !important;
    height: initial !important;
    transform: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: auto !important;
  }
  header.show_menu>.row {
    position: absolute;
    top: 0px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  header.show_menu>.row .col-lg-8,
  header.show_menu>.row .logo img {
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  header.show_menu ul.left {
    width: 100%;
    margin-top: -50px;
  }
  header.show_menu .top_header {
    background: initial !important;
  }
  header.show_menu .social_media {
    margin: 0px;
    margin: 20px 0px !important;
    background: #053063;
    padding: 7px 0px;
  }
  header.show_menu .mega:hover {
    background: rgba(0, 0, 0, 0.09) !important;
  }
  header.show_menu .main_menu {
    border-bottom: 0px solid #103f77;
  }
  header.show_menu .main_menu i.fa-caret-down {
    color: #fff;
    float: right;
    line-height: 24px;
    font-size: 15px;
    cursor: pointer;
    border-left: 1px solid #103f77;
    padding-left: 15px;
    height: 100%;
    top: 0px;
    line-height: 40px;
    padding-right: 5px;
    top: initial !important;
  }
  header.show_menu .mega_menu {
    position: relative;
    overflow: hidden;
    height: 0px !important;
    padding: 0px;
    transform: translate3d(0, -20px, 0);
    position: relative;
    border: 0px;
    left: 0px;
    top: 0px;
    background: initial;
    float: left;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  header.show_menu .mega_menu .row>div {
    display: none;
  }
  header.show_menu .mega_menu .row>div.col-lg-2 {
    display: block;
  }
  header.show_menu .mega_menu h3 {
    display: none;
  }
  header.show_menu .hide-caret-for-mobile i {
    display: none;
  }
  header.show_menu .mega {
    position: relative;
  }
  header.show_menu .mega>i {
    position: relative;
    right: 10px;
    top: 10px;
    border: 0px !important;
  }
  header.show_menu .mega li.active .mega_menu {
    height: initial !important;
    padding: 0px;
    overflow: hidden;
    opacity: 1 !important;
    z-index: 111 !important;
    transform: translate3d(0, 0px, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
  }
  header.show_menu .mega li.active .mega_menu .row>div {
    border-right: 0px solid #103f77;
  }
  header.show_menu .mega:hover .mega_menu {
    opacity: 1 !important;
    z-index: 111 !important;
  }
  .fixed_bar {
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
  }
  .fixed_bar .breaking_news {
    position: absolute;
    top: 0px;
    padding: 5px 2px !important;
    width: 100%;
    border-bottom: 1px solid #e7e9e8;
    border-right: 0px !important;
  }
  .fixed_bar .breaking_news div>span {
    background: #002a5c;
    padding: 6px 5px;
    position: relative;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    float: left;
    width: initial;
    font-size: 12px;
    font-size: 0.7em !important;
  }
  .fixed_bar .breaking_news h5 {
    font-size: 11px !important;
    margin-left: 20px;
    max-width: calc(100% - 120px);
  }
  .fixed_bar .breaking_news span:after {
    display: none !important;
  }
  .fixed_bar .wtach_live {
    display: none;
  }
  .fixed_bar>.row>div {
    padding: 5px 2px !important;
    border-right: 1px solid #e7e9e8;
  }
  .fixed_bar .on_air {
    position: fixed;
    bottom: 0px;
    z-index: 99;
    background: #fff;
    width: 100%;
    width: 100% !important;
    max-width: 100%;
    left: 0px;
    border-top: 2px solid #dfdfdf !important;
    box-shadow: 0px 0px 2px rgba(0, 42, 92, 0.24);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    opacity: 1;
  }
  .fixed_bar .on_air h6 {
    margin: 0px;
    color: #008ed1;
    margin: 0px 0px;
    font-size: 13px;
  }
  .fixed_bar .on_air h5 {
    margin: 2px 0px;
    font-size: 12px;
    float: left;
    width: 100%;
  }
  .fixed_bar .on_air div span {
    color: #767676;
    font-weight: 400;
    font-size: 11px;
    float: left;
    width: 100%;
  }
  .fixed_bar .on_air .on_air_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(231, 233, 232, 0.61);
    margin-top: 10px;
    width: 12vw;
    height: 12vw;
    margin-top: 1vw;
    margin-bottom: 2px;
  }
  .fixed_bar .on_air .on_air_img>div {
    border-radius: 50%;
    overflow: hidden;
  }
  .fixed_bar .on_air .col-lg-2.col-md-3.col-sm-3.col-xs-3.no_padding {
    text-align: center;
  }
  .fixed_bar .on_air a.btn {
    display: inline-block;
    float: initial !important;
    margin-top: 2.5vw;
    width: calc(100% - 0.5rem);
    font-size: 13px;
  }
  .shrink .main_menu {
    animation: initial !important;
  }
  .onair-scroll .on_air {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    opacity: 0;
  }
} */

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fixed_bar .on_air .on_air_img {
    margin-top: 1vw;
    width: 7vw;
    height: 7vw;
  }
  .fixed_bar .on_air .on_air_img>div {
    height: 100% !important;
  }
  .side_bar .side_news .article_img {
    height: 150px;
  }
  .article_box .article_img img {
    display: none !important;
  }
  .main_body .col-lg-4.col-xs-12 .article_box .article_img {
    height: 220px !important;
  }
  .article_box p {
    font-size: 2vw;
  }
}

@media screen and (max-width: 992px) {
  .contributeRoles {
    overflow-y: scroll;
  }
  form#submitContribute {
    padding-bottom: 100px;
    height: 100%;
    overflow-x: auto;
  }
  .contributeMain>div>div {
    width: 94% !important;
  }
  .contributeMain>div>div>div>div {
    overflow-y: scroll !important;
  }
  .contributeMain {
    z-index: 99999 !important;
  }
  .contributeMain .closeModalMob {
    display: block !important;
    position: absolute;
    z-index: 99999;
    position: absolute !important;
    z-index: 99999;
    top: -21px !important;
    right: 10px;
    text-align: right !important;
    background: #fff !important;
    color: #022147 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    padding: 0px !important;
    min-width: initial !important;
    font-weight: bold !important;
    font-size: 22px !important;
  }
  .mainStepper>div {
    display: initial !important;
    flex-direction: initial !important;
    place-content: initial !important;
    align-items: initial !important;
  }
}

.contributeRoles {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0px;
  left: 0px;
  z-index: 9;
  padding: 15px;
  overflow-y: auto;
}

.contributeRoles h3 {
  text-align: center;
}

.contributeRoles ul {
  padding: 10px;
  border: 1px dashed #ccc;
  margin-bottom: 20px;
}

.contributeRoles li {
  margin-bottom: 15px;
  color: #58595b;
}

.contributeRoles li i {
  margin-right: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .logo img {
    max-height: 60px;
    float: initial;
  }
  .logo>div a:first-child {
    width: 60%;
    margin-top: 0vw !important;
    margin-bottom: 0vw !important;
  }
  a.menu_btn {
    top: 2vw !important;
  }
}

footer {
  float: left;
  width: 100%;
  padding: 15px;
  background: url('/static/footer.jpg') repeat-x #e6e6e6;
  margin-top: 25px;
  padding-bottom: 0px;
}

@media screen and (max-width: 1023px) {
  footer .row>.col-lg-6 {
    border: 0px;
    border-bottom: 1px solid #ccd0d2;
    margin-bottom: 20px;
  }
}

footer .row>div {
  border-right: 1px solid #ccd0d2;
}

@media screen and (max-width: 1023px) {
  footer .row>div {
    border: 0px;
  }
}

footer .row>div:last-child {
  border: 0px;
}

@media screen and (max-width: 1023px) {
  footer .row>div:nth-child(even) {
    border: 0px;
  }
}

footer h3 {
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #001e53;
}

@media screen and (max-width: 1023px) {
  footer h3 {
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer h3 {
    text-align: center;
  }
}

footer .footer_links ul {
  padding-left: 20px;
  padding-left: 0px;
}

footer .footer_links li {
  margin: 10px 5px;
}

footer .footer_links li a {
  color: #767676;
}

footer .footer_links li a:hover {
  color: #002a5c;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .footer_links li {
    text-align: center;
  }
}

footer .twitter {
  -webkit-overflow-scrolling: touch;
}

footer .twitter li {
  font-size: 14px;
  border-bottom: 1px solid #c8d2d8;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

footer .twitter li a {
  color: #00adec;
}

footer .twitter li a:hover {
  color: #002a5c;
}

footer .footer_social {
  text-align: center;
}

footer .footer_social>img {
  max-width: 70%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
}

footer .footer_social ul {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

footer .footer_social ul li {
  margin-right: 20px;
  display: inline-block;
  min-width: 40px;
}

footer .footer_social ul li img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

footer .footer_social ul li img:hover {
  border: 5px solid #e6e6e6;
}

@media screen and (max-width: 1023px) {
  footer .footer_social ul li img {
    max-width: 30px;
    max-height: 30px;
  }
}

footer .footer_social ul li:last-child {
  margin: 0px;
}

@media screen and (max-width: 1023px) {
  footer .footer_social ul li {
    margin-right: 15px;
    display: inline-block;
    min-width: 30px;
  }
}

@media screen and (max-width: 1023px) {
  footer .footer_social {
    padding-bottom: 60px;
  }
  footer .footer_social>img {
    display: none;
  }
}

@media screen and (min-width: 499px) and (max-width: 1023px) {
  footer .footer_social li {
    min-width: 50px !important;
  }
}

.side_bar {
  float: left;
  width: 100%;
  position: relative;
}

.side_bar:after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: -0.75rem;
  top: 0px;
  background: #dcdcdc;
}

.side_bar section {
  margin: 20px 0px;
  margin-bottom: 0px;
}

.side_bar section h2.headline {
  margin-top: 0px;
  text-align: left;
}

.side_bar>section:first-child {
  margin-top: 0px;
}

.side_bar .side_img {
  text-align: center;
}

.side_bar .side_img .IframeAds {
  display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .side_bar .side_img {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}

.side_bar .side_news .article_img {
  height: auto;
  height: initial;
  height: 80px;
}

.side_bar .side_news .article_img>div {
  height: 100% !important;
}

.side_bar .side_news .article_img img {
  float: left;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px, rgba(0, 0, 0, 0.15) 1px 3px 3px;
  display: none;
}

@media screen and (max-width: 1023px) {
  .side_bar .side_news .article_img {
    height: 80px;
  }
  .side_bar .side_news .article_img img {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .side_bar .side_news .article_img {
    height: 18vw;
  }
}

.side_bar .side_news .react-tabs__tab-list {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
}

.side_bar .side_news .react-tabs__tab-list li {
  float: left;
  width: 48%;
  text-transform: uppercase;
  cursor: pointer;
  color: #58595b;
  outline: none;
  position: relative;
  padding-bottom: 10px;
  font-size: 22px;
  margin-right: 2%;
}

.side_bar .side_news .react-tabs__tab-list li:hover {
  color: #002a5c;
  border-bottom: 2px solid #002a5c;
}

.side_bar .side_news .react-tabs__tab-list li.react-tabs__tab--selected {
  color: #002a5c;
  border-bottom: 2px solid #002a5c;
}

.side_bar .side_news .react-tabs__tab-list li:first-child:after {
  content: "";
  width: 1px;
  height: 34px;
  position: absolute;
  right: -2%;
  z-index: 9;
  background: #000;
  opacity: 0.2;
}

.side_bar .side_news .react-tabs__tab-list li:last-child {
  margin-right: 0px;
  margin-left: 2%;
  padding-left: 5px;
}

.side_bar .side_news .react-tabs__tab-panel {
  width: 100%;
  float: left;
}

.side_bar .side_news .small-article_box {
  margin-top: 25px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}

.side_bar .side_news .small-article_box h2 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  min-height: 50px;
  text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .side_bar .side_news .small-article_box h2 {
    font-size: 2.5vw;
  }
}

.side_bar .side_news .small-article_box .news_date {
  font-size: 10px;
}

.side_bar .side_news .small-article_box a.more_btn {
  font-size: 11px;
}

.side_bar .side_news .small-article_box .article_img img {
  float: left;
  -webkit-tap-highlight-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 1px, rgba(0, 0, 0, 0.15) 1px 1px 1px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .side_bar .side_schedule {
    width: 50%;
    padding: 0px 0.5rem;
  }
}

.side_bar .side_schedule ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}

.side_bar .side_schedule ul li .schedule_status span {
  display: none;
  background: #8aa0ab;
  color: #fff;
  float: left;
  border-radius: 3px;
  padding: 2px 5px;
  min-width: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.side_bar .side_schedule ul li:nth-child(1) .schedule_status span:nth-child(1) {
  display: block;
  background: #48cd00;
}

.side_bar .side_schedule ul li:nth-child(2) .schedule_status span:nth-child(2) {
  display: block;
}

.side_bar .side_schedule ul li:nth-child(3) .schedule_status span:nth-child(3) {
  display: block;
}

.side_bar .side_schedule ul .presenter_image {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  float: right;
}

.side_bar .side_schedule ul .presenter_image img {
  max-width: none;
  max-width: initial;
  height: 30px;
}

.side_bar .side_schedule ul .show_img {
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  height: 60px;
  width: 60px;
  box-sizing: content-box;
  border: 2px solid #8aa0ab;
}

.side_bar .side_schedule ul .show_img img {
  text-align: center;
  display: inline-block;
  max-width: none;
  max-width: initial;
  height: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .side_bar .side_schedule ul .show_img {
    height: 9vw;
    width: 9vw;
  }
  .side_bar .side_schedule ul .show_img img {
    height: 9vw;
  }
}

.side_bar .side_schedule ul .row1 {
  float: left;
  width: 100%;
}

.side_bar .side_schedule ul h2 {
  font-size: 16px;
  color: #58595b;
  font-weight: 400;
  margin: 0px;
  float: left;
  width: 100%;
  text-align: left;
}

.side_bar .side_schedule ul h2 a {
  color: #2b2b2b;
}

.side_bar .side_schedule ul h2 a:hover {
  color: #008ed1;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .side_bar .side_schedule ul h2 {
    font-size: 2.2vw;
  }
}

.side_bar .side_schedule ul h5 {
  font-size: 12px;
  color: #767676;
  font-style: italic;
  float: left;
  width: auto;
  width: initial;
  margin: 2px 0px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .side_bar .side_schedule ul h5 {
    font-size: 1.5vw;
  }
}

.side_bar .side_schedule ul .show_time {
  font-size: 10px;
  float: right;
  margin: 2px 0px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .side_bar .side_schedule ul .show_time {
    font-size: 1.3vw;
  }
}

.side_bar .side_hot7 {
  background: url('/static/hot7_bg.jpg');
  padding: 10px 5px;
  padding-bottom: 0px;
}

.side_bar .side_hot7 .hot7_header {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.side_bar .side_hot7 .hot7_header h4 {
  color: #fff;
  text-transform: uppercase;
  margin: 5px 0px;
  font-weight: 100;
}

.side_bar .side_hot7 .hot7_header h5 {
  background: #fff;
  text-align: center;
  padding: 2px 5px;
  margin: 0px;
  font-size: 14px;
  max-width: 90%;
  color: #58595b;
}

.side_bar .side_hot7 .hot7_header .share_btn {
  color: #fff;
  float: right;
}

.side_bar .side_hot7 ul {
  float: left;
  width: 100%;
  padding-left: 30px;
}

.side_bar .side_hot7 ul li {
  float: left;
  width: 100%;
  list-style: decimal;
  color: #fff;
  line-height: 30px;
  line-height: 40px;
  padding: 10px 0px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .side_bar .side_hot7 ul li {
    line-height: 3;
    font-size: 2vw;
  }
}

.side_bar .side_hot7 ul li:after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 1px;
  width: 100%;
  width: calc(100% + 30px);
  position: absolute;
  bottom: 0px;
  left: -30px;
}

.side_bar .side_hot7 ul li .row {
  line-height: auto;
  line-height: initial;
  float: left;
  width: 100%;
}

.side_bar .side_hot7 ul li h4 {
  color: #fff;
  margin: 0px;
  font-size: 18px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .side_bar .side_hot7 ul li h4 {
    font-size: 3.5vw;
  }
}

.side_bar .side_hot7 ul li h4 a {
  color: #fff;
}

.side_bar .side_hot7 ul li h5 {
  color: #fff;
  margin: 0px;
  font-weight: 100;
  font-size: 13px;
  opacity: 0.8;
  line-height: 1.3;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .side_bar .side_hot7 ul li h5 {
    font-size: 2vw;
    margin-top: 5px;
  }
}

.side_bar .side_hot7 ul li .show_img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.side_bar .side_hot7 ul li .show_img img {
  max-width: none;
  max-width: initial;
  min-height: 40px;
  max-height: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .side_bar .side_hot7 ul li .show_img {
    width: 6vw;
    height: 6vw;
  }
  .side_bar .side_hot7 ul li .show_img img {
    min-height: 6vw;
    max-height: 6vw;
  }
}

.side_bar .side_hot7 ul li:last-child:after {
  display: none;
}

.side_bar .side_presenters {
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .side_bar .side_presenters {
    width: 50%;
    padding: 0px 0.5rem;
  }
}

.side_bar .side_presenters .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.side_bar .side_presenters .row h2 {
  font-size: 12px;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .side_bar .side_presenters .row h2 {
    text-align: center;
  }
}

.side_bar .side_presenters .row h2 a {
  color: #58595b;
}

.side_bar .side_presenters .row h2 a:hover {
  color: #008ed1;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .side_bar .side_presenters .row h2 {
    font-size: 2vw;
  }
}

.side_bar .side_presenters .owl-stage-outer {
  float: left;
  width: 100%;
}

.side_bar .side_presenters .col-lg,
.side_bar .side_presenters .col-lg-1,
.side_bar .side_presenters .col-lg-2,
.side_bar .side_presenters .col-lg-3,
.side_bar .side_presenters .col-lg-4,
.side_bar .side_presenters .col-lg-5,
.side_bar .side_presenters .col-lg-6,
.side_bar .side_presenters .col-lg-7,
.side_bar .side_presenters .col-lg-8,
.side_bar .side_presenters .col-lg-9,
.side_bar .side_presenters .col-lg-10,
.side_bar .side_presenters .col-lg-11,
.side_bar .side_presenters .col-lg-12,
.side_bar .side_presenters .col-lg-offset-0,
.side_bar .side_presenters .col-lg-offset-1,
.side_bar .side_presenters .col-lg-offset-2,
.side_bar .side_presenters .col-lg-offset-3,
.side_bar .side_presenters .col-lg-offset-4,
.side_bar .side_presenters .col-lg-offset-5,
.side_bar .side_presenters .col-lg-offset-6,
.side_bar .side_presenters .col-lg-offset-7,
.side_bar .side_presenters .col-lg-offset-8,
.side_bar .side_presenters .col-lg-offset-9,
.side_bar .side_presenters .col-lg-offset-10,
.side_bar .side_presenters .col-lg-offset-11,
.side_bar .side_presenters .col-lg-offset-12 {
  padding-right: 0.1rem !important;
  padding-left: 0.1rem !important;
}

.side_bar .side_presenters .presenter_image {
  height: 70px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .side_bar .side_presenters .presenter_image {
    height: 170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .side_bar .side_presenters .presenter_image {
    height: 90px;
  }
}

@media screen and (max-width: 400px) {
  .side_bar .side_presenters .presenter_image {
    height: 90px;
  }
}

@media screen and (min-width: 400px) and (max-width: 600px) {
  .side_bar .side_presenters .presenter_image {
    height: 120px;
    height: initial;
  }
}

.side_bar .side_presenters .owl-theme .owl-nav [class*=owl-] {
  color: #767676;
  font-size: 14px;
  margin: 5px;
  padding: 2px 10px;
  background: auto;
  background: initial;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #767676;
}

.side_bar .side_presenters .owl-theme .owl-nav [class*=owl-]:hover {
  background: #008ed1;
  color: #fff;
}

.side_bar .side_presenters .owl-nav {
  position: absolute;
  top: 10px;
  margin: 0px;
  right: 0px;
}

.side_bar .side_presenters .owl-nav .owl-next {
  font-size: 0px !important;
}

.side_bar .side_presenters .owl-nav .owl-next:after {
  content: "\F105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px !important;
}

.side_bar .side_presenters .owl-nav .owl-prev {
  font-size: 0px !important;
}

.side_bar .side_presenters .owl-nav .owl-prev:after {
  content: "\F104";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px !important;
}

.side_bar .side_presenters .slick-prev:before,
.side_bar .side_presenters .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #6782a0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px !important;
}

.side_bar .side_presenters .slick-arrow {
  color: #6782a0;
  font-size: 14px;
  margin: 5px;
  padding: 2px 10px;
  background: auto;
  background: initial;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  width: 25px;
  height: 20px;
  border: 1px solid #6782a0;
  font-size: 0px;
}

.side_bar .side_presenters .slick-arrow:hover {
  background: #008ed1;
  color: #fff;
}

.side_bar .side_presenters .slick-arrow:hover:before {
  color: #fff !important;
}

.side_bar .side_presenters .slick-prev {
  left: auto;
  left: initial;
  right: 40px;
  top: 20px;
}

.side_bar .side_presenters .slick-prev:before {
  content: "\F104" !important;
  margin-left: -2px;
}

 @media screen and (max-width: 1023px) {
  .side_bar .side_presenters .slick-prev {
    top: 15px;
  }
}

.side_bar .side_presenters .slick-next {
  left: auto;
  left: initial;
  right: 0px;
  top: 20px;
}

@media screen and (max-width: 1023px) {
  .side_bar .side_presenters .slick-next {
    top: 15px;
  }
}

.slick-disabled {
  opacity: 0.2;
}

.IframeAds {
  display: inline-block;
}

.trendAds {
  text-align: center;
  margin-bottom: 20px;
}

.live_stream {
  background: url('/static/live_bg.jpg');
}

.live_stream h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.live_stream h3 {
  color: #fff;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
  .live_stream h3 {
    margin-top: -4px;
    float: right;
    width: calc(100% - 11vw);
    font-size: 7vw;
  }
}

.live_stream .video_iframe {
  margin-top: 20px;
}

.live_stream .now_playing_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 0.75rem;
}

@media screen and (max-width: 1023px) {
  .live_stream .now_playing_img {
    width: 8vw;
    height: 8vw;
    margin-right: 3vw;
  }
}

.live_stream .now_playing_img img {
  height: 100%;
  max-width: initial;
}

.live_stream iframe {
  width: 100%;
}

.live_stream .social_media {
  float: right;
  padding-top: 20px;
}

.live_stream .social_media li {
  float: left;
  color: #fff;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

.live_stream .social_media li a {
  font-size: 18px;
  float: left;
  color: #fff;
  width: 100%;
  height: 100%;
}

.live_stream .social_media li.facebook {
  background: #536ca4;
}

.live_stream .social_media li.twitter {
  background: #00adec;
}

.live_stream .social_media li.google {
  background: #ca1f27;
}

.live_stream .social_media div,
.live_stream .social_media svg {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1023px) {
  .live_stream .social_media {
    float: right;
    padding-top: 20px;
    width: 100%;
    text-align: center;
  }
  .live_stream .social_media li {
    float: initial;
    display: inline-block;
  }
}

.radio {
  background: url('/static/radio.jpg');
  padding: 20px 0px;
}

.radio iframe {
  border: 4px solid #064170;
}

.radio .radio_logos {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.radio .radio_logos li {
  float: left;
  margin-right: 20px;
}

.radio .radio_logos li:hover {
  opacity: 0.85;
}

.live-ad {
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .live-ad {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .live-ad iframe {
    width: initial !important;
  }
}

.liveArticles .news_date {
  display: none;
}

.home_featured_body {
  float: left;
  width: 100%;
}

.home_featured_body .home_featured {
  width: 25%;
  float: left;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.home_featured_body .home_featured .feat_img img {
  float: left;
}

.home_featured_body .home_featured .feat_img:after {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  content: "";
  background: #000;
  opacity: 0.05;
}

.home_featured_body .home_featured .feat_img>div:last-child img {
  display: none;
}

.home_featured_body .home_featured .feat_img>div:last-child div {
  height: 100% !important;
  position: absolute;
}

.home_featured_body .home_featured .feat_details {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 100%;
}

.home_featured_body .home_featured .feat_details>div {
  padding: 3px 10px;
  background: rgba(16, 63, 119, 0.8);
  float: left;
  width: 100%;
}

.home_featured_body .home_featured .feat_details h2 {
  color: #fff;
  float: left;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 400;
  min-height: 60px;
  width: 100%;
}

.home_featured_body .home_featured .feat_details h2 a {
  color: #fff;
}

.home_featured_body .home_featured .feat_details h2:hover {
  opacity: 0.7 !important;
}

.home_featured_body .home_featured .feat_details h5 {
  border-radius: 3px;
  padding: 2px 7px;
  color: #fff;
  float: left;
  background: #002a5c;
  margin-bottom: 0px;
  font-weight: 100;
  font-size: 12px;
  margin: 5px 10px;
}

.home_featured_body .home_featured .news_date {
  float: right;
  color: #fff;
  font-size: 11px;
}

.home_featured_body .home_featured .news_date i {
  margin-right: 5px;
}

.home_featured_body .home_featured.news h5 {
  background: #007cc9;
}

.home_featured_body .home_featured.news h2 a:hover {
  color: #007cc9;
}

.home_featured_body .home_featured.music h5 {
  background: #f00256;
}

.home_featured_body .home_featured.music h2 a:hover {
  color: #f00256;
}

.home_featured_body .home_featured.viral h5 {
  background: #f3a534;
}

.home_featured_body .home_featured.viral h2 a:hover {
  color: #f3a534;
}

.home_featured_body .home_featured.business h5 {
  background: #f3a534;
}

.home_featured_body .home_featured.business h2 a:hover {
  color: #f3a534;
}

.home_featured_body .home_featured.technology h5 {
  background: #02c6b2;
}

.home_featured_body .home_featured.technology h2 a:hover {
  color: #02c6b2;
}

.home_featured_body .home_featured.life_style h5 {
  background: #9bc95b;
}

.home_featured_body .home_featured.life_style h2 a:hover {
  color: #9bc95b;
}

.home_featured_body .home_featured.entertainment h5 {
  background: #ad87d2;
}

.home_featured_body .home_featured.entertainment h2 a:hover {
  color: #ad87d2;
}

.home_featured_body>div:nth-child(1) {
  height: 480px;
  width: 50%;
  position: relative;
}

.home_featured_body>div:nth-child(1) .news_date {
  font-size: 14px;
}

.home_featured_body>div:nth-child(1) h2 {
  font-size: 27px !important;
  font-weight: 700;
}

.home_featured_body>div:nth-child(1) .feat_details>div {
  background: auto;
  background: initial;
}

.home_featured_body>div:nth-child(1) .feat_img>div:last-child img {
  display: none;
}

@media screen and (max-width: 1023px) {
  .home_featured_body>div:nth-child(1) .feat_img>div:last-child img {
    display: none;
  }
}

.home_featured_body>div:nth-child(1) .feat_img>div:last-child div {
  height: 100% !important;
  position: absolute;
  background-image: url("/static/img_loader.jpg");
}

.home_featured_body>div:nth-child(1) .feat_img:after {
  opacity: 0.35;
  height: 50%;
  top: auto;
  top: initial;
  bottom: 0;
  background: rgba(76, 76, 76, 0);
  background: -moz-linear-gradient(top, rgba(76, 76, 76, 0) 40%, rgba(76, 76, 76, 0.78) 68%, rgba(76, 76, 76, 0.88) 85%, #131313 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(40%, rgba(76, 76, 76, 0)), color-stop(68%, rgba(76, 76, 76, 0.88)), color-stop(85%, rgba(76, 76, 76, 0.88)), color-stop(100%, #131313));
  background: -webkit-linear-gradient(top, rgba(76, 76, 76, 0) 40%, rgba(76, 76, 76, 0.78) 68%, rgba(76, 76, 76, 0.88) 85%, #131313 100%);
  background: -o-linear-gradient(top, rgba(76, 76, 76, 0) 40%, rgba(76, 76, 76, 0.78) 68%, rgba(76, 76, 76, 0.88) 79%, #131313 100%);
  background: -ms-linear-gradient(top, rgba(76, 76, 76, 0) 40%, rgba(76, 76, 76, 0.78) 68%, rgba(76, 76, 76, 0.88) 79%, #131313 100%);
  background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 40%, rgba(76, 76, 76, 0.78) 68%, rgba(76, 76, 76, 0.88) 85%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

@media screen and (max-width: 1023px) {
  .home_featured_body>div:nth-child(1) {
    height: 240px;
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home_featured_body>div:nth-child(1) {
    height: 480px;
  }
}

@media screen and (min-width: 601px) and (max-width: 1023px) {
  .home_featured_body .home_featured {
    width: 48% !important;
    float: left;
    margin: 0px 1%;
    margin-bottom: 25px;
    min-height: 250px;
  }
  .home_featured_body>div:nth-child(1) .feat_details>div {
    background: rgba(16, 63, 119, 0.8);
    float: left;
    width: 100%;
  }
  .home_featured_body>div:nth-child(1) .feat_details>div h2 {
    font-size: 20px !important;
  }
  .home_featured_body>div:nth-child(1) .feat_details>div .news_date {
    font-size: 11px !important;
  }
  .home_featured_body>div:nth-child(3) {
    clear: right;
  }
}

@media screen and (max-width: 600px) {
  .home_featured_body .home_featured {
    width: 100% !important;
    float: left;
    margin-bottom: 25px;
  }
  .home_featured_body>div:nth-child(1) .feat_details>div {
    background: rgba(16, 63, 119, 0.8);
    float: left;
    width: 100%;
  }
  .home_featured_body>div:nth-child(1) .feat_details>div h2 {
    font-size: 20px !important;
  }
  .home_featured_body>div:nth-child(1) .feat_details>div .news_date {
    font-size: 11px !important;
  }
}


.home_news {
  float: left;
  width: 100%;
}

.home_news .article_box h2 {
  font-size: 16px;
  color: #58595b;
  margin: 10px 0px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home_news .article_box h2 {
    font-size: 3vw !important;
  }
}

.home_news .article_box h6 {
  text-align: right;
  font-size: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home_news .article_box p {
    font-size: 2.5vw;
  }
}

.home_news .small-article_box {
  margin-bottom: 10px !important;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}

.home_news .small-article_box h2 {
  margin: 0px;
  font-size: 15px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home_news .small-article_box h2 {
    font-size: 3vw !important;
  }
}

.home_news .small-article_box .more_btn {
  font-size: 11px;
}

.home_news .small-article_box .article_img {
  position: relative;
  box-shadow: initial;
  height: auto;
  height: initial;
  width: 100%;
  height: 90px;
}

.home_news .small-article_box .article_img>div {
  height: 100% !important;
}

.home_news .small-article_box .article_img img {
  float: left;
  -webkit-tap-highlight-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px, rgba(0, 0, 0, 0.15) 1px 3px 3px;
  display: none;
}

@media screen and (max-width: 1023px) {
  .home_news .small-article_box .article_img {
    height: 80px;
  }
  .home_news .small-article_box .article_img img {
    display: none;
  }
}

.home_news h2.headline {
  margin-top: 10px;
  margin-bottom: 10px;
}

.home_news2 .article_box {
  margin-bottom: 0px !important;
}

.home_news2 .article_box .article_data_relative {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  padding: 5px 10px;
  width: 100%;
}

.home_news2 .article_box .article_data_relative h2 {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  margin: 0px;
}

.home_news2 .article_box .article_data_relative h2 a {
  color: #fff;
}

.home_news2 .article_box .article_data_relative h2 a:hover {
  opacity: 0.8;
}

.home_news2 .article_box .article_data_relative .news_date {
  float: right;
  color: #fff;
  font-size: 12px;
}

.home_news2 .article_box .image_box_relative {
  float: left;
  width: 100%;
  height: 100%;
}

.home_news2 .article_box .image_box_relative:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.home_news2>div {
  width: 25%;
  height: 160px;
  float: left;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}

.home_news2>div .article_img {
  height: 160px !important;
}

@media screen and (max-width: 1023px) {
  .home_news2>div .article_img {
    height: 32vw !important;
  }
}

@media screen and (max-width: 767px) {
  .home_news2>div .article_img {
    height: 65vw !important;
  }
}

.home_news2>div:first-child {
  width: 50%;
  height: 320px;
}

.home_news2>div:first-child .article_img {
  height: 320px !important;
}

@media screen and (max-width: 1023px) {
  .home_news2>div:first-child .article_img {
    height: 32vw !important;
  }
}

@media screen and (max-width: 767px) {
  .home_news2>div:first-child .article_img {
    height: 65vw !important;
  }
}

.home_news2>div:first-child h2 {
  color: #fff;
  font-weight: 400;
  font-size: 18px !important;
  margin-bottom: 5px;
}

.home_news2>div:first-child .news_date {
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .home_news2>div:first-child {
    height: initial;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .home_news2>div:first-child {
    width: 100%;
    height: initial;
  }
}

@media screen and (min-width: 601px) and (max-width: 1023px) {
  .home_news2>div:first-child {
    width: 100%;
    height: 320px;
  }
  .home_news2>div:first-child .article_img {
    height: 100% !important;
  }
  .home_news2>div:first-child h2 {
    font-size: 3.5vw !important;
  }
}

@media screen and (max-width: 600px) {
  .home_news2>div {
    width: 100%;
    height: initial;
  }
}

@media screen and (min-width: 601px) and (max-width: 1023px) {
  .home_news2>div {
    width: 50%;
    height: initial;
  }
}

.home_shows {
  background: #002a5c;
  width: 100%;
  float: left;
  padding: 7px;
}

.home_shows h2.headline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #a3b5ca;
  margin-top: 10px;
}

.home_shows h2.headline span {
  border-bottom: 1px solid #a3b5ca;
}

.home_shows h2.headline strong {
  display: none;
}

.home_shows .owl-stage .owl-item:last-child {
  display: none;
}

.home_shows .show_item {
  position: relative;
  margin-bottom: 10px;
  margin: 8px;
}

.home_shows .show_item h2 {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 42, 92, 0.02);
  margin: 0px;
  text-align: center;
  padding: 10px;
  padding-top: 25%;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  opacity: 1;
  padding-top: 120%;
}

@media screen and (max-width: 1023px) {
  .home_shows .show_item h2 {
    font-size: 1.2rem;
  }
}

.home_shows .show_item h2 a {
  color: #fff;
}

.home_shows .show_item:hover h2 {
  opacity: 1;
  padding-top: 25%;
  background: rgba(0, 42, 92, 0.8);
  display: none;
}

.home_shows .slick-prev:before,
.home_shows .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #6782a0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px !important;
}

.home_shows .slick-arrow {
  color: #6782a0;
  font-size: 14px;
  margin: 5px;
  padding: 2px 10px;
  background: auto;
  background: initial;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  width: 30px;
  height: 24px;
  border: 1px solid #6782a0;
  font-size: 0px;
}

.home_shows .slick-arrow:hover {
  background: #008ed1;
  color: #fff;
}

.home_shows .slick-arrow:hover:before {
  color: #fff !important;
}

.home_shows .slick-prev {
  left: auto;
  left: initial;
  right: 60px;
  top: -50px;
}

.home_shows .slick-prev:before {
  content: "\F104" !important;
}

.home_shows .slick-next {
  left: auto;
  left: initial;
  right: 10px;
  top: -50px;
}

.home_news3 .article_box {
  margin-bottom: 0px !important;
}

.home_news3 .article_box .article_data_relative {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  padding: 5px 10px;
}

.home_news3 .article_box .article_data_relative h2 {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  margin: 0px;
}

.home_news3 .article_box .article_data_relative h2 a {
  color: #fff;
}

.home_news3 .article_box .article_data_relative h2 a:hover {
  opacity: 0.8;
}

.home_news3 .article_box .article_data_relative .news_date {
  float: right;
  color: #fff;
  font-size: 10px;
}

.home_news3 .article_box .image_box_relative {
  float: left;
}

.home_news3 .article_box .image_box_relative:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.home_news3>div {
  width: 25%;
  height: 160px;
  float: left;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}

@media screen and (max-width: 600px) {
  .home_news3>div {
    width: 50%;
    height: initial;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .home_news3>div {
    width: 50%;
    height: initial;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home_news3>div {
    width: 33.33333%;
    height: initial;
  }
}

.home_videos {
  float: left;
  width: 100%;
}

.home_videos h2.headline {
  margin-top: 0px;
}

@media screen and (max-width: 1023px) {
  .home_videos h2 {
    margin: 20px 0.75rem;
  }
}

.article_box {
  margin-bottom: 25px !important;
  position: relative;
  float: left;
  width: 100%;
}

.article_box .article_img {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px, rgba(0, 0, 0, 0.15) 1px 3px 3px;
  height: 220px;
  width: 100%;
}

.article_box .article_img>div {
  height: 100% !important;
}

.article_box .article_img img {
  float: left;
  -webkit-tap-highlight-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px, rgba(0, 0, 0, 0.15) 1px 3px 3px;
  display: none;
}

@media screen and (max-width: 767px) {
  .article_box .article_img {
    height: 65vw;
  }
}

.article_box h2 {
  font-size: 18px;
  margin: 0px;
  color: #58595b;
  font-weight: 700;
  margin-top: -2px;
}

@media screen and (max-width: 1023px) {
  .article_box h2 {
    margin-top: 2px;
    font-size: 5vw;
    min-height: initial;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article_box h2 {
    font-size: 2.5vw;
    text-align: left;
  }
}

.article_box h2 a {
  color: #58595b;
}

.article_box h2 a:hover {
  color: #008ed1;
}

.article_box h6 {
  font-style: italic;
  font-size: 11px;
  margin: 5px 0px;
  color: #58595b;
  font-weight: 400;
  text-transform: uppercase;
}

.article_box h6 i {
  margin-right: 5px;
}

.article_box h6 a {
  color: #58595b;
}

.article_box h6 a:hover {
  color: #008ed1;
}

.article_box p {
  font-size: 12px;
  color: #767676;
  margin-top: 5px;
}

.article_box .news_date {
  float: left;
  color: #767676;
  font-size: 12px;
}

.article_box .news_date i {
  margin-right: 5px;
}

@media screen and (max-width: 1023px) {
  .article_box .news_date {
    font-size: 3.5vw !important;
    min-width: 14vw !important;
  }
  .article_box .news_date h4 {
    font-size: 4.5vw !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article_box .news_date {
    font-size: 1.5vw !important;
    padding: 5px 15px !important;
    min-width: initial !important;
  }
  .article_box .news_date h4 {
    font-size: 2.5vw !important;
  }
}

@media screen and (min-width: 100px) and (max-width: 1080px) {
  .article_box .news_date {
    margin-top: 5px;
  }
}

.article_box a.more_btn {
  font-weight: 700;
  color: #767676;
  font-style: italic;
  float: right;
  font-size: 12px;
}

.article_box a.more_btn:hover {
  color: #008ed1;
}

.article_box .row {
  margin-top: -5px !important;
}

@media screen and (max-width: 1023px) {
  .article_box .row {
    display: none;
  }
}

.most_view_bar {
  position: relative;
}

.most_view_bar:before {
  content: "";
  position: absolute;
  left: -0.375rem;
  height: 100%;
  width: 1px;
  background: #ccc;
  top: 0px;
  opacity: 0.4;
}

.most_view {
  margin-bottom: 15px !important;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-top: 7px;
}

.most_view .news_date {
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 8px;
  background: #007cc9;
  color: #fff;
  text-align: center;
  font-size: 10px;
  padding: 5px;
  opacity: 0.8;
  min-width: 40px;
}

@media screen and (max-width: 1023px) {
  .most_view .news_date {
    opacity: 1;
  }
}

.most_view .news_date h4 {
  margin: 0px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: -5px;
  color: #fff;
  font-weight: 500;
}

.most_view h2 {
  margin-top: 5px;
}

img.trendingAD {
  display: inline-block;
  margin-bottom: 10px;
}


.featured_articles {
  background: #002a5c;
  float: left;
  width: 100%;
  padding: 8px 8px;
  position: relative;
  transition: height 12s ease 1s;
  -webkit-transition: height 12s ease 1s;
}

.featured_articles h2 {
  color: #fff;
  margin: 0px;
  font-weight: 400;
  font-size: 18px;
  min-height: 55px;
  height: 55px;
  overflow: hidden;
}

.featured_articles h2 a {
  color: #fff;
}

.featured_articles .news_date {
  float: right;
  color: #fff;
  font-size: 14px;
  opacity: 0.7;
}

.featured_articles .news_date i {
  margin-right: 5px;
}

.featured_articles .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: -40px;
  margin-bottom: 20px;
}


.articles-page .slick-slider {
  margin-bottom: 20px;
}

.articles-page .slick-slider .item {
  margin: 0px 1px;
  position: relative;
}

.articles-page .slick-slider .item:hover {
  padding-bottom: 92px;
  position: relative;
}

.articles-page .slick-slider .item:hover .featured_articles {
  position: absolute;
  background: #002a5c;
  height: initial;
  bottom: 0px;
  transition: 0.2s;
  min-height: 92px;
}

.articles-page .slick-slider .item:hover .featured_articles h2 {
  height: 100%;
  overflow: initial;
}

.articles-page .slick-slider .article_img {
  height: 220px;
}

.articles-page .slick-slider .article_img img {
  display: none;
}

@media screen and (max-width: 1023px) {
  .articles-page .slick-slider .article_img {
    height: 24vw;
  }
} */

@media screen and (max-width: 599px) {
  .articles-page .slick-slider .article_img {
    height: 30vh;
  }
}

@keyframes articleHeadline {
  from {
    height: 55px;
  }
  to {
    height: 95px;
    overflow: initial;
  }
}

@-moz-keyframes articleHeadline {
  from {
    height: 55px;
  }
  to {
    height: initial;
    overflow: initial;
  }
}

@-webkit-keyframes articleHeadline {
  from {
    height: 55px;
  }
  to {
    height: initial;
    overflow: initial;
  }
}

.articles-page .slick-dots li button {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.articles-page .slick-dots li button:before {
  display: none;
}

.articles-page .slick-active button {
  background: #008ed1 !important;
}

.articles-page .article_img {
  height: 220px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .articles-page .article_img {
    height: initial;
    height: 34vh;
  }
}

.articles-page .article_img {
  background: initial !important;
  height: 200px;
}

.articles-page .article_img>div {
  height: 100% !important;
}

.articles-page .article_img img {
  display: block;
}

@media screen and (max-width: 1023px) {
  .articles-page .article_img {
    background: initial !important;
    height: 34vh;
  }
  .articles-page .article_img img {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .articles-page .article_img {
    height: 24vh;
  }
}

.articles-page .article_box.small-article_box {
  margin-bottom: 10px !important;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}

.articles-page .article_box.small-article_box h2 {
  margin: 0px;
  font-size: 15px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .articles-page .article_box.small-article_box h2 {
    font-size: 3vw;
  }
}

.articles-page .article_box.small-article_box .more_btn {
  font-size: 11px;
}

.articles-page .article_box.small-article_box .article_img {
  position: relative;
  box-shadow: initial;
  height: auto;
  height: initial;
  width: 100%;
  height: 90px;
}

.articles-page .article_box.small-article_box .article_img>div {
  height: 100% !important;
}

.articles-page .article_box.small-article_box .article_img img {
  float: left;
  -webkit-tap-highlight-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px, rgba(0, 0, 0, 0.15) 1px 3px 3px;
  display: none;
}

@media screen and (max-width: 1023px) {
  .articles-page .article_box.small-article_box .article_img {
    height: 80px;
  }
  .articles-page .article_box.small-article_box .article_img img {
    display: none;
  }
}

.articles-page .slick-prev:before,
.articles-page .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .95;
  color: #6782a0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px !important;
}

.articles-page .slick-arrow {
  color: #fff;
  font-size: 14px;
  margin: 0px;
  padding: 2px 10px;
  background: #002a5c;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  width: 40px;
  height: 50px;
  border: 0px solid #6782a0;
  font-size: 0px;
  top: calc(50% - 15px);
  z-index: 1;
}

.articles-page .slick-arrow:hover {
  background: #008ed1;
  color: #fff;
}

.articles-page .slick-arrow:hover:before {
  color: #fff !important;
}

.articles-page .slick-prev {
  left: initial;
  left: 0px;
}

.articles-page .slick-prev:before {
  content: "\F104" !important;
}

.articles-page .slick-next {
  left: initial;
  right: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .articles-page p {
    font-size: 2vw;
  }
}

.articles-page .article_box h2 {
  color: #002a5c;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .articles-page .article_box h2 {
    min-height: initial;
  }
}

.articles-page .article_box h2 a {
  color: #002a5c;
}

.articles-page .article_box h2 a:hover {
  color: #008ed1;
}

.articles-page .article_box h6 {
  color: #58595b;
}

@media screen and (max-width: 1023px) {
  .articles-page .article_box h6 {
    display: none;
  }
}

.owl-dot.active span {
  background: #008ed1 !important;
}


@media screen and (max-width: 1023px) {
  h5.article_tag {
    font-size: 4.5vw !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  h5.article_tag {
    font-size: 2.5vw !important;
  }
}

.business h5.article_tag {
  background: #f3a534;
}

.entertainment h5.article_tag {
  background: #ad87d2;
}

.news h5.article_tag {
  background: #007cc9;
}

.music h5.article_tag {
  background: #f00256;
}

.videos h5.article_tag {
  background: #d40000;
}

.viral h5.article_tag {
  background: #f3a534;
}

.technology h5.article_tag {
  background: #02c6b2;
}

.life_style h5.article_tag {
  background: #9bc95b;
}

.schedule h5.article_tag {
  background: #9ff6e5;
}

.shows h5.article_tag {
  background: #f6b09f;
}

.prisenter h5.article_tag {
  background: #f6ed9f;
}

.entertainment h5.article_tag {
  background: #ad87d2;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .articles-page .article_box {
    float: left;
    width: 50%;
    padding: 0px 1%;
  }
  .articles-page .article_box:nth-child(even) {
    clear: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .articles-page .col-lg-4.col-md-4.col-sm-6.col-xs-12 .article_box {
    float: left;
    width: 100%;
    padding: 0px;
  }
  .articles-page .col-lg-4.col-md-4.col-sm-6.col-xs-12 .article_box:nth-child(even) {
    clear: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .articles-page .col-lg-4.col-sm-12.col-xs-12 .article_box>div {
    width: 100% !important;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.article_details_body .col-lg-9,
.article_details_body .col-lg-3 {
  margin: 0px !important;
}

.article_details h1 {
  font-size: 34px;
  color: #2b2b2b;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .article_details h1 {
    font-size: 6vw;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .article_details h1 {
    font-size: 5vw;
  }
}

.article_details .article_img {
  max-height: 550px;
  max-height: 75vh;
  overflow: hidden;
}

.article_details .article_img img {
  float: left;
}

@media screen and (min-width: 1050px) {
  .article_details .article_img {
    max-height: 50vw;
  }
}

@media screen and (min-width: 1600px) {
  .article_details .article_img {
    max-height: 42vw;
  }
}

.article_details .right {
  margin-top: 0px;
}

.article_details .author_info {
  float: left;
  margin-top: 5px;
  margin-top: 0px !important;
}

.article_details .author_info .img_box {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin-right: 8px;
  margin-top: 3px;
  border: 1px solid #eaeaea;
}

@media screen and (min-width: 1400px) {
  .article_details .author_info .img_box {
    width: 4vw;
    height: 4vw;
    margin-top: 0px;
  }
}

@media screen and (max-width: 1023px) {
  .article_details .author_info .img_box {
    width: 9vw;
    height: 9vw;
    margin-top: 0px;
  }
}

@media screen and (max-width: 340px) {
  .article_details .author_info .img_box {
    margin-top: 4px;
  }
}

.article_details .author_info .img_box img {
  min-height: 100%;
  max-width: initial;
  max-height: 100%;
  display: inline-block;
}

.article_details .author_info h4 {
  float: left;
  width: initial;
  color: #767676;
  margin: 0px;
  font-weight: 100;
  font-size: 16px;
  margin-top: 0px;
  line-height: 45px;
}

.article_details .author_info h4 span {
  text-transform: uppercase;
  display: inline-block;
}

@media screen and (min-width: 1400px) {
  .article_details .author_info h4 {
    font-size: 1.1vw;
    margin-top: 0px;
    line-height: 4vw;
  }
}

.article_details .bodyTags {
  text-align: left;
}

.article_details .news_date {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #e4e4e4;
  color: #767676;
  margin-top: 0px !important;
  line-height: 45px;
  font-weight: 100;
  font-size: 14px;
}

.article_details .news_date i {
  margin-right: 8px;
}

@media screen and (min-width: 1400px) {
  .article_details .news_date {
    margin-top: 0px !important;
    line-height: 4vw;
  }
}

@media screen and (max-width: 1023px) {
  .article_details .news_date {
    position: relative;
    margin-top: 0px !important;
    line-height: 9vw !important;
  }
}

.article_details .news_details_line {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0px;
  float: left;
  padding: 10px 0px !important;
  margin-bottom: 20px;
  transition: .3s;
}

@media screen and (min-width: 1400px) {
  .article_details .news_details_line {
    line-height: 3vw;
  }
}

.article_details .news_details_line>div.row {
  display: block !important;
  padding: 0px !important;
}

.article_details .news_details_line span {
  font-size: 14px;
  line-height: 30px;
  line-height: 45px;
  margin-right: 10px;
}

@media screen and (min-width: 1400px) {
  .article_details .news_details_line span {
    font-size: 1.1vw;
    line-height: 4vw;
  }
}

@media screen and (max-width: 340px) {
  .article_details .news_details_line span {
    font-size: 12px;
  }
}

.article_details .news_details_line.shrink {
  position: fixed;
  top: 44px;
  background: #fff;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.27);
  left: 0px;
  padding: 5px 4% !important;
  z-index: 9;
  transition: .3s;
}

@media screen and (max-width: 1023px) {
  .article_details .news_details_line.shrink {
    top: initial;
    z-index: initial;
    position: relative;
    box-shadow: initial;
    border: initial;
  }
  .article_details .news_details_line.shrink span {
    margin-right: 7px;
    font-size: 4.55vw;
    display: none;
  }
  .article_details .news_details_line.shrink h4 {
    font-size: 4.55vw;
  }
  .article_details .news_details_line.shrink h4 span {
    display: inline-block;
  }
}

@media screen and (max-width: 1023px) and (max-width: 340px) {
  .article_details .news_details_line.shrink h4 {
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .article_details .news_details_line.shrink .social_media {
    float: right;
    margin: 5px;
    margin-right: 1px;
    border-left: 1px solid #ebebeb;
    padding-left: 10px;
  }
  .article_details .news_details_line.shrink .Demo__container {
    position: fixed;
    z-index: 9999;
    top: 3vw;
    right: 17vw;
  }
  .article_details .news_details_line.shrink .Demo__container .google2 {
    display: none;
  }
  .article_details .news_details_line.shrink .Demo__container .facebook2 {
    background: #3b5998;
    min-width: 18vw;
    border-radius: 4px !important;
  }
  .article_details .news_details_line.shrink .Demo__container .facebook2>div {
    float: left;
    width: 8vw;
  }
  .article_details .news_details_line.shrink .Demo__container .facebook2:after {
    content: "Share";
    position: relative;
    float: left;
    color: #fff;
    line-height: 8vw;
    font-size: 2.8vw;
  }
  .article_details .news_details_line.shrink .Demo__container .twitter2 {
    background: #00aced;
    min-width: 18vw;
    border-radius: 4px !important;
  }
  .article_details .news_details_line.shrink .Demo__container .twitter2>div {
    float: left;
    width: 8vw;
  }
  .article_details .news_details_line.shrink .Demo__container .twitter2:after {
    content: "Tweet";
    position: relative;
    float: left;
    color: #fff;
    line-height: 8vw;
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .article_details .news_details_line.shrink .Demo__container {
    top: 1vw;
  }
}

@media screen and (max-width: 1023px) {
  .article_details .right>span {
    line-height: 5px;
    position: relative;
    top: -12px;
    font-size: 4vw;
  }
}

.article_details .social_media {
  float: right;
  margin: 5px;
  margin-right: 20px;
}

.article_details .social_media li {
  float: left;
  margin-right: 10px;
  color: #58595b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  outline: 0;
}

@media screen and (min-width: 1400px) {
  .article_details .social_media li {
    height: 2vw !important;
    width: 2vw !important;
  }
  .article_details .social_media li svg {
    height: 2vw !important;
    width: 2vw !important;
  }
}

.article_details .social_media li div {
  outline: 0;
}

.article_details .social_media li a {
  color: #fff;
  cursor: pointer;
}

.article_details .social_media li.facebook {
  background: #536ca4;
}

.article_details .social_media li.twitter {
  background: #00adec;
}

.article_details .social_media li.google {
  background: #ca1f27;
}

.article_details .social_media li.email {
  background: #b8b8ba;
}

@media screen and (max-width: 1023px) {
  .article_details .social_media li {
    width: 8vw;
    height: 8vw;
  }
  .article_details .social_media li .SocialMediaShareButton>div svg {
    width: 8vw !important;
    height: 8vw !important;
  }
}

.article_details .social_media li:hover {
  opacity: 0.8;
}

.article_details .social_media li:hover a {
  color: #fff;
}

@media screen and (min-width: 1400px) {
  .article_details .social_media {
    margin-top: 8px !important;
  }
}

.article_details .article_img {
  border: 5px solid #f1f1f1;
  margin: 0 auto;
}

.article_details .twitter-tweet {
  display: block;
  margin: 0 auto;
}

.article_details p {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 1.4;
  padding: 5px 0%;
  font-weight: 300;
  margin: 0px;
  text-align: justify;
  position: relative;
}

@media screen and (min-width: 1400px) {
  .article_details p {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 1023px) {
  .article_details p {
    text-align: left !important;
  }
}

.article_details .video_iframe {
  float: left;
  width: 100%;
  padding: 0px 2%;
}

.article_details .video_iframe iframe {
  height: 450px;
  border: 0px;
  border: 5px solid #f1f1f1;
}

.article_details figure.image {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.article_details .gallery_slider {
  margin: 10px 0px;
  width: 98%;
  margin-left: 1% !important;
}

.article_details .gallery_slider h5 {
  text-align: center;
  background: #f6f6f6;
  margin: 0px;
  line-height: 1.2;
  margin: 8px 0px;
  float: left;
  text-align: center;
  width: 100%;
  font-style: italic;
  font-size: 12px;
  padding: 5px 2px;
  margin-bottom: 15px;
}

.article_details .gallery_slider22 h5 {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  color: #002a5c;
  font-weight: 700;
  font-size: 28px;
  margin: 0px;
  padding: 5px 0px;
  height: 60px;
  color: #001d3f;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .article_details .gallery_slider22 h5 {
    line-height: 1.5;
    text-align: left;
    font-size: 4.5vw;
    text-align: left;
    white-space: initial;
    overflow: initial;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article_details .gallery_slider22 h5 {
    font-size: 3vw;
    line-height: 1.5;
  }
}

.article_details .slideNumber {
  position: absolute;
  bottom: 20px;
  right: 80px;
  color: #fff;
  z-index: 3;
  font-size: 18px;
}

@media screen and (max-width: 1023px) {
  .article_details .slideNumber {
    font-size: 4.5vw;
    line-height: 40px;
    bottom: 12px;
    height: 40px;
    right: 73px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article_details .slideNumber {
    font-size: 3vw;
    line-height: 1.5;
    right: 115px;
  }
}

.article_details div#main_gallery {
  margin-left: 0% !important;
  width: 100%;
  padding: 10px 1%;
  background: #ececec;
}

.article_details .owl-stage-outer {
  border: 5px solid #f1f1f1;
  margin-bottom: 20px;
  text-align: center;
}

.article_details .owl-stage-outer img {
  border: 0px;
  width: auto;
  max-width: auto;
  width: initial;
  max-width: initial;
  margin: initial;
}

.article_details iframe {
  display: block;
  margin: 10px auto;
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .article_details iframe div {
    max-width: 100%;
  }
}

.article_details .embed_box {
  text-align: center;
  float: left;
  width: 100%;
  margin: 20px 0px;
}

.article_details .embed_box iframe {
  display: inline-block !important;
  margin: 10px 0px;
}

.article_details .tags {
  background: #ecedef;
  color: #58595b;
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 10px;
}

.article_details .tags:hover {
  background: #008ed1;
  color: #fff;
}

.article_details .author_box {
  background: #e2e2e2;
  padding: 10px;
  width: 100%;
  margin-top: 20px;
}

.article_details .author_box .img_box {
  width: 8vw;
  height: 8vw;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  float: left;
  position: relative;
  margin-right: 8px;
  max-height: 110px;
  max-width: 110px;
}

.article_details .author_box .img_box img {
  min-height: 100%;
  max-width: auto;
  max-width: initial;
  max-height: 100%;
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .article_details .author_box .img_box {
    width: 18vw;
    height: 18vw;
  }
}

.article_details .author_box h3 {
  margin: 0px;
  float: left;
  font-weight: 100;
  text-transform: uppercase;
}

.article_details .author_box h5 {
  margin: 0px;
  float: right;
  margin-top: 5px;
  color: #002a5c;
  text-decoration: underline;
  font-weight: 100;
  text-transform: uppercase;
}

.article_details .author_box h5 a {
  color: #002a5c;
}

.article_details .author_box h5 a:hover {
  color: #008ed1;
}

@media screen and (max-width: 1023px) {
  .article_details .author_box h5 {
    float: left;
  }
}

.article_details .author_box p {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  padding: 0px;
}

.article_details .author_box p::first-letter {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  margin-right: 0px;
}

.article_details .faceBookComments {
  float: left;
  width: 100%;
  margin: 20px 0px;
}

.article_details .main_data_p .owl-stage-outer {
  float: left;
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}

.article_details .expandGallery {
  background: #002a5c;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 2px 10px;
  text-align: center;
  line-height: 2.2;
  min-width: 50px;
  z-index: 2;
  top: 75px;
  right: calc(1% + 5px);
}

.article_details .expandGallery i {
  color: #fff;
}

.article_details .expandGallery img {
  max-height: 2vw;
  margin: 5px;
  border: 0px !important;
}

@media screen and (max-width: 1023px) {
  .article_details .expandGallery {
    min-width: 30px;
  }
  .article_details .expandGallery img {
    max-height: 4vw;
  }
}

.article_details .main_data_p .owl-carousel {
  position: relative;
  float: left;
  width: 100%;
}

.article_details .owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 2px 10px;
  background: initial;
  display: inline-block;
  cursor: pointer;
}

.article_details .slick-prev:before,
.article_details .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .95;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px !important;
}

@media screen and (max-width: 1023px) {
  .article_details .slick-prev:before,
  .article_details .slick-next:before {
    font-size: 6.5vw !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article_details .slick-prev:before,
  .article_details .slick-next:before {
    font-size: 4.5vw !important;
  }
}

.article_details .slick-arrow {
  position: absolute;
  top: 100%;
  top: calc(100% - 20px);
  margin: 0px;
  right: 5px;
  margin-top: 0px !important;
  background: initial;
  z-index: 5;
  width: 25px;
  height: 40px;
  z-index: 9;
}

.article_details .slick-arrow:hover {
  background: initial;
  color: #fff;
}

.article_details .slick-arrow:hover:before {
  color: #fff !important;
}

.article_details .slick-prev {
  left: auto;
  left: initial;
  right: 35px;
}

.article_details .slick-prev:before {
  content: "\F104" !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article_details .slick-prev {
    right: 45px;
  }
}

.article_details .slick-next {
  left: auto;
  left: initial;
  right: 5px;
}

.article_details .related_box {
  float: right;
  background: #efefef;
  padding: 6px !important;
  margin-top: 10px;
  margin-left: 25px;
  position: relative;
  z-index: 1;
}

.article_details .related_box .row {
  background: #fff;
}

.article_details .related_box .row .col-lg-4>div {
  border: 4px solid #ffffff;
}

.article_details .related_box .row h6 {
  float: left;
  width: 100%;
  color: #001e53;
  background: #efefef;
  margin: 0px;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  margin-top: -3px;
}

.article_details .related_box .row img {
  float: left;
  padding: 2px;
  border: 0px;
}

.article_details .related_box .row h3 {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  height: 60px;
}

@media screen and (max-width: 1023px) {
  .article_details .related_box .row h3 {
    height: 70px;
  }
}

.article_details .related_box .row h3:hover {
  color: #008ed1;
}

@media screen and (max-width: 1023px) {
  .article_details .related_box {
    margin: 15px 0px;
  }
  .article_details .related_box h3 {
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    height: 60px;
    padding-top: 10px;
    text-align: left;
  }
}

.article_details .gallery_slider22 {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
  margin: 10px 0px !important;
}

.article_details .expand_slider22 {
  right: 20px !important;
}

.article_details .expand .owl-stage-outer {
  border: 0px;
  margin: 0px;
  height: 400px;
}

.instagram-media,
.witter-tweet {
  display: inline-block !important;
  max-width: 34vw !important;
  width: 46% !important;
  margin: 10px 27% !important;
}

@media screen and (max-width: 600px) {
  .instagram-media,
  .witter-tweet {
    max-width: initial !important;
    width: 100% !important;
    margin: 0% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .instagram-media,
  .witter-tweet {
    max-width: 40vw !important;
    width: 40% !important;
    margin: 10px 30% !important;
  }
}

.Demo__container {
  float: right;
  margin-top: 4px;
}

iframe.ql-video {
  width: 100%;
  height: 385px;
  width: 98%;
  margin: 0px 5%;
  max-width: 98%;
  border: 5px solid #f1f1f1;
  margin: 0 auto;
  display: block;
}

.main_data_p {
  width: 100%;
  float: left;
}

.main_data_p twitterwidget {
  width: 100%;
  display: none;
  margin: 10px 0px;
}

.main_data_p>div {
  width: 100%;
  float: left;
  padding: 0px 0%;
}

.main_data_p>div p {
  display: block;
  position: relative;
}

.main_data_p>div img {
  margin: 10px auto;
  max-width: 98%;
  display: block;
  height: initial;
  width: initial;
}

.main_data_p iframe[src*="facebook"] {
  max-width: 500px;
  max-width: 80%;
  margin: 10px auto;
}

.main_data_p iframe[src*="youtube"],
.main_data_p iframe[src*="vimeo"],
.main_data_p iframe[src*="dailymotion"] {
  width: 100%;
  height: 25vw;
  height: 27rem;
  border: 0px !important;
  max-width: 100%;
  margin: 10px 0px;
}

@media screen and (max-width: 1023px) {
  .main_data_p iframe[src*="youtube"],
  .main_data_p iframe[src*="vimeo"],
  .main_data_p iframe[src*="dailymotion"] {
    height: 55vw;
  }
}

@media screen and (min-width: 1400px) {
  .main_data_p iframe[src*="youtube"],
  .main_data_p iframe[src*="vimeo"],
  .main_data_p iframe[src*="dailymotion"] {
    height: 32rem;
  }
}

.main_data_p figcaption {
  background: #f8f8f8;
  font-size: 14px;
  padding: 3px 5px;
  margin-top: 0px;
  font-style: italic;
  width: calc(100% - 20px) !important;
  display: inline-block;
  text-align: center;
}

.main_data_p img {
  max-width: 98%;
  display: block;
  border: 5px solid #f1f1f1 !important;
  width: auto;
  height: auto;
  width: initial;
  height: initial;
  margin: 10px auto;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_data_p iframe {
    max-width: 100%;
  }
}

.main_data_p .slick-initialized {
  overflow: hidden !important;
  border: 5px solid #cbced1;
}

.main_data_p .slick-initialized img {
  max-width: 100% !important;
  border: 0px solid #f1f1f1 !important;
}

.main_data_p .slick-initialized:after {
  content: "";
  background: #002a5c;
  width: 150px;
  height: 40px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  box-shadow: -2px -2px 5px rgba(0, 28, 62, 0.33);
}

@media screen and (max-width: 1023px) {
  .main_data_p .slick-initialized:after {
    width: 32vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_data_p .slick-initialized:after {
    width: 24vw;
  }
}

.Instagram {
  text-align: center;
}

.Instagram iframe {
  display: inline-block !important;
  margin: 10px 0px;
}

.related_articles .most_view {
  margin-bottom: 15px !important;
  border-bottom: 0px solid #e2e2e2;
  padding-bottom: 10px;
  margin-top: 7px;
}

.related_articles .news_date {
  display: none;
}

h5.article_tag {
  position: absolute;
  margin: 0px;
  bottom: 10px;
  left: 10px;
  z-index: 9;
  background: #002a5c;
  border-radius: 3px;
  padding: 2px 7px;
  color: #fff;
  font-weight: 100;
  font-size: 12px;
}

.multi_articles>div:nth-child(odd) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #ced5dd;
}

.multi_articles>div:nth-child(even) {
  background: #fdfdfd;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #ced5dd;
}

@media screen and (min-width: 1024px) {
  .article_details_body {
    max-width: 74rem;
  }
  .article_details_body>.col-lg-8 {
    margin-left: 4.166666%;
  }
  .article_details_body>.col-lg-8 .multi_articles {
    position: relative;
  }
  .article_details_body>.col-lg-8 .multi_articles:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    right: -0.75rem;
    top: 0px;
    background: #dcdcdc;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .article_details_body>.col-lg-8 .multi_articles:after {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .article_details_body .side_bar:after {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  .article_details_body {
    padding: 0px !important;
  }
}

@media screen and (max-width: 1023px) {
  .article_details_body {
    text-align: center;
  }
  .article_details_body .left {
    width: auto !important;
    width: initial !important;
    display: inline-block !important;
    float: auto !important;
    float: initial !important;
  }
  .article_details_body .left h4 {
    margin-top: 0px !important;
    line-height: 9vw;
  }
  .article_details_body .right {
    width: 100% !important;
    text-align: center;
  }
  .article_details_body .right>div,
  .article_details_body .right>ul,
  .article_details_body .right>span {
    display: inline-block !important;
    float: auto !important;
    float: initial !important;
  }
}

@media screen and (max-width: 1023px) {
  .no_scroll .Demo__container {
    z-index: 99 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article_details_body {
    text-align: center;
  }
  .article_details_body .left {
    width: 60% !important;
    float: left !important;
  }
  .article_details_body .left h4 {
    margin-top: 0px !important;
    line-height: 9vw;
  }
  .article_details_body .right {
    width: 40% !important;
    text-align: center;
  }
  .article_details_body .right>div,
  .article_details_body .right>ul,
  .article_details_body .right>span {
    display: inline-block !important;
    float: initial !important;
  }
  .article_details .social_media li .SocialMediaShareButton>div svg {
    width: 4vw !important;
    height: 5vw !important;
  }
  .article_details .social_media li,
  .article_details .news_details_line.shrink .Demo__container li.facebook2,
  .article_details .news_details_line.shrink .Demo__container li.twitter2 {
    width: 4vw;
    height: 5vw;
    max-width: 15vw !important;
  }
  .article_details .right>span {
    font-size: 2.5vw;
  }
  .article_details .news_details_line span {
    font-size: 1.5vw;
  }
  .Demo__container {
    margin-top: 10px !important;
  }
  .article_details .news_details_line.shrink .Demo__container li:after {
    line-height: 5vw !important;
  }
  .article_details .news_details_line.shrink .Demo__container li>div {
    float: left;
    width: 5vw !important;
  }
}

.show_box {
  margin-bottom: 20px;
  margin-top: 0px;
}

.show_box .show_image {
  float: left;
  position: relative;
  max-height: 250px;
  width: 100%;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 6px, rgba(0, 0, 0, 0.25) 1px 3px 6px;
}

.show_box .show_image img {
  float: left;
}

.show_box .show_image .show_date {
  position: absolute;
  bottom: 0px;
  background: #008ed1;
  opacity: 0.85;
  color: #fff;
  padding: 5px 10px;
}

.show_box .show_name h2 {
  float: left;
  width: 100%;
  margin: 10px 0px;
  font-weight: 400;
  color: #002a5c;
  font-size: 24px;
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  .show_box .show_name h2 {
    font-size: 9vw;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .show_box .show_name h2 {
    font-size: 4vw;
  }
}

.show_box .show_name h2 a {
  color: #002a5c;
}

.show_box .show_name h2 a:hover {
  color: #008ed1 !important;
}

@media screen and (max-width: 1023px) {
  .show_box .show_presenter {
    text-align: center;
  }
  .show_box .show_presenter h5 {
    float: initial !important;
    text-align: center;
    width: initial;
    display: inline-block;
  }
}

.show_box .show_time {
  text-align: right;
  color: #767676;
  font-weight: 300;
  font-size: 12px;
}

.show_box .show_time i {
  margin-right: 8px;
}

.show_box .show_date i {
  margin-right: 8px;
}

.show_box .row {
  width: 100%;
}

.show_box .row h5 {
  margin: 0px;
  color: #767676;
  font-weight: 300;
  margin-right: 20px;
  float: left;
}

.show_box .row h5 i {
  margin-right: 8px;
}

.show_details {
  background: url('/static/show_bg.jpg');
  padding: 30px 10px;
}

@media screen and (max-width: 1023px) {
  .show_details {
    padding: 10px 10px;
  }
}

.show_details .show_image {
  float: left;
  -webkit-tap-highlight-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 6px, rgba(0, 0, 0, 0.25) 1px 3px 6px;
  border: 1px solid #b6b6b6;
  width: 100%;
}

.show_details .show_image img {
  float: left;
}

.show_details .show_image .show_date {
  position: absolute;
  bottom: 0px;
  background: #008ed1;
  opacity: 0.85;
  color: #fff;
  padding: 5px 10px;
}

.show_details .show_name h2 {
  float: left;
  width: 100%;
  margin: 10px 0px;
  font-weight: 700;
  color: #002a5c;
  font-size: 38px;
  margin-bottom: 0px;
  margin-top: -5px;
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  .show_details .show_name h2 {
    font-size: 9vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .show_details .show_name h2 {
    font-size: 4vw;
    text-align: left;
  }
}

.show_details .show_name h2 a {
  color: #002a5c;
  cursor: default;
}

.show_details .show_name h2 a:hover {
  color: #002a5c !important;
}

@media screen and (max-width: 1023px) {
  .show_details .show_name {
    margin-top: 20px;
    float: left;
    width: 100%;
    text-align: center;
  }
}

.show_details h5 {
  float: left;
  font-size: 16px;
  margin-right: 10px;
  font-weight: 100;
  margin-top: 10px;
  color: #0a67ad;
  cursor: pointer;
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
}

.show_details h5 a {
  color: #0a67ad;
}

.show_details h5 a:hover {
  color: #002a5c;
}

.show_details h5 i {
  margin-right: 8px;
}

.show_details p {
  float: left;
  width: 100%;
  margin: 0px;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .show_details .right {
    width: 100%;
    text-align: center;
  }
  .show_details .social_media {
    float: initial !important;
    display: inline-block;
  }
}

.show_details .social_media {
  float: right;
  margin: 5px;
  margin-right: 20px;
}

.show_details .social_media li {
  float: left;
  margin-right: 10px;
  color: #58595b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
}

.show_details .social_media li a {
  color: #fff;
}

.show_details .social_media li.facebook {
  background: #536ca4;
}

.show_details .social_media li.twitter {
  background: #00adec;
}

.show_details .social_media li.instagram {
  background: linear-gradient(145deg, #3051F1 10%, #C92BB7 70%) no-repeat;
}

.show_details .social_media li.youtube {
  background: #ca1f27;
}

.show_details .social_media li:hover {
  opacity: 0.8;
}

.show_details .social_media li:hover a {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .show_details .show_presenter_line .left {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .show_details .show_presenter_line .left {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 1023px) {
  .show_details .show_presenter_line h5 {
    float: initial;
    display: inline-block;
  }
}

.show_details .show_sponsor {
  background: #fff;
  float: left;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-tap-highlight-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px, rgba(0, 0, 0, 0.15) 1px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px, rgba(0, 0, 0, 0.15) 1px 0px 3px;
}

@media screen and (max-width: 1023px) {
  .show_details .show_sponsor {
    margin-bottom: 0px;
  }
}

.show_details .show_sponsor li {
  width: 50%;
  float: left;
  padding: 10px;
  position: relative;
}

.show_details .show_sponsor li:nth-child(even):before {
  content: "";
  width: 1px;
  height: calc(100% - 8px);
  border-left: 1px dashed #ccc;
  left: 0px;
  position: absolute;
  top: 4px;
}

.show_details .show_sponsor li:first-child:nth-last-child(1) {
  width: 100%;
}

.show_details .show_sponsor img {
  float: left;
}

.show_details .time_table {
  background: #fff;
  float: left;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-tap-highlight-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px, rgba(0, 0, 0, 0.15) 1px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px, rgba(0, 0, 0, 0.15) 1px 0px 3px;
}

@media screen and (max-width: 1023px) {
  .show_details .time_table {
    margin-top: 20px;
  }
}

.show_details .time_table div:nth-child(odd) {
  border-right: 1px solid rgba(204, 204, 204, 0.4);
}

.show_details .time_table .table_header {
  background: #f8f8fa;
  text-transform: uppercase;
  display: inline-flex;
  width: 100%;
  float: left;
  line-height: 30px;
  line-height: 40px;
  padding: 7px;
}

.show_details .time_table .table_header>div {
  width: 50%;
  float: left;
}

.show_details .time_table .table_body {
  text-transform: uppercase;
  padding: 7px;
}

.show_details .time_table .table_body h4 {
  font-size: 14px;
  font-weight: 400;
  color: #008ed1;
  margin-bottom: 5px;
  text-align: left;
  margin: 5px 0px;
  margin-top: 8px;
  padding-left: 7px;
}

.show_details .time_table .table_body h3 {
  font-size: 13px;
  font-weight: 400;
  color: #767676;
  margin-top: 0px;
  padding-left: 10px;
  text-align: left;
  border-bottom: 1px dashed #ccc;
  border-bottom: 1px dashed rgba(204, 204, 204, 0.4);
  margin-right: 0.5rem;
  margin: 0px;
  padding-bottom: 10px;
  margin-right: 0.5rem;
}

.show_details .time_table .table_body>div {
  width: 50%;
  float: left;
}

.show_details .time_table .liveTimes>div,
.show_details .time_table .replayTimes>div {
  border: 0px;
}

.show_details .time_table .replayTimes {
  padding-left: 0.3rem;
}

.show_details .time_table.noReplay .table_header>div {
  width: 100%;
  float: left;
}

.show_details .time_table.noReplay .table_header>div:last-child {
  display: none;
}

.show_details .time_table.noReplay .table_body>div {
  width: 100% !important;
  float: left;
}

.show_details .time_table.noReplay .table_body>div>div {
  width: 50% !important;
  float: left;
}

.show_details .time_table.noReplay .table_body>div>div:nth-child(even) {
  border-left: 1px solid rgba(204, 204, 204, 0.4) !important;
}

.show_details .time_table.noReplay .table_body .replayTimes {
  display: none;
}

.show_details .time_table.noReplay .table_body span:nth-child(even) {
  border-left: 0px solid rgba(204, 204, 204, 0.4) !important;
}

.fb_iframe_widget iframe {
  width: 100% !important;
}

.fb_iframe_widget span {
  width: 100% !important;
}

.fb_iframe_widget {
  width: 100%;
}

.presenters .presenter_box {
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .presenters .presenter_box {
    margin-bottom: 0px;
  }
}

.presenters .presenter_box .presenter_image {
  border: 1px solid #fbfafa;
  box-shadow: 0px 0px 2px rgba(228, 228, 228, 0.52);
  float: left;
  float: left;
  position: relative;
  overflow: hidden;
  height: 220px;
  width: 100%;
}

.presenters .presenter_box h2 {
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.presenters .presenter_box p span {
  font-weight: 400;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .presenters .presenter_box h2 {
    text-align: center;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .presenters .presenter_box h2 {
    font-size: 3.5vw;
  }
}

.presenters .presenter_box h2 a {
  color: #002a5c;
}

.presenters .presenter_box h2 a:hover {
  color: #008ed1;
}

.presenters .presenter_box p {
  font-size: 13px;
  float: left;
  width: 100%;
  font-weight: 100;
  margin-top: 0px;
}

.presenters .presenter_box .social_media {
  float: left;
  margin: 5px;
  margin-right: 20px;
}

.presenters .presenter_box .social_media li {
  float: left;
  margin-right: 10px;
  color: #58595b;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  text-align: center;
  padding-right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.presenters .presenter_box .social_media li a {
  color: #a8c7db;
}

.presenters .presenter_box .social_media li.facebook {
  background: #0067e1;
}

.presenters .presenter_box .social_media li.facebook i {
  color: #fff;
}

.presenters .presenter_box .social_media li.twitter {
  background: #00e2ff;
}

.presenters .presenter_box .social_media li.twitter i {
  color: #fff;
}

.presenters .presenter_box .social_media li.instagram {
  background: -webkit-linear-gradient(305deg, #3051F1 10%, #C92BB7 70%) no-repeat;
  background: linear-gradient(145deg, #3051F1 10%, #C92BB7 70%) no-repeat;
}

.presenters .presenter_box .social_media li.instagram i {
  color: #fff;
}

.presenters .presenter_box .social_media li:hover {
  border-radius: 50%;
}

.presenters .col-lg,
.presenters .col-lg-1,
.presenters .col-lg-2,
.presenters .col-lg-3,
.presenters .col-lg-4,
.presenters .col-lg-5,
.presenters .col-lg-6,
.presenters .col-lg-7,
.presenters .col-lg-8,
.presenters .col-lg-9,
.presenters .col-lg-10,
.presenters .col-lg-11,
.presenters .col-lg-12,
.presenters .col-lg-offset-0,
.presenters .col-lg-offset-1,
.presenters .col-lg-offset-2,
.presenters .col-lg-offset-3,
.presenters .col-lg-offset-4,
.presenters .col-lg-offset-5,
.presenters .col-lg-offset-6,
.presenters .col-lg-offset-7,
.presenters .col-lg-offset-8,
.presenters .col-lg-offset-9,
.presenters .col-lg-offset-10,
.presenters .col-lg-offset-11,
.presenters .col-lg-offset-12 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.presenter_details {
  background: #f9f9f9;
}

.presenter_details .presenter_image {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 5px;
  width: 100%;
  border: 1px solid rgba(231, 231, 231, 0.42);
  float: left;
}

.presenter_details .presenter_image img {
  float: left;
}

.presenter_details h2 {
  float: left;
  font-weight: 700;
  margin-top: 0px;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .presenter_details h2 {
    font-size: 9vw;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    font-size: 7vw;
    text-transform: capitalize;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .presenter_details h2 {
    font-size: 4vw;
    padding-top: 15px;
    margin-bottom: 0px;
  }
}

.presenter_details p {
  margin: 0px;
}

.presenter_details .social_media {
  float: right;
  margin: 5px;
  margin-right: 20px;
  margin-top: 20px;
}

.presenter_details .social_media li {
  float: left;
  margin-right: 10px;
  color: #58595b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .presenter_details .social_media li {
    width: 35px;
    height: 35px;
  }
  .presenter_details .social_media li .SocialMediaShareButton>div svg {
    width: 35px !important;
    height: 35px !important;
  }
}

.presenter_details .social_media li a {
  color: #fff;
}

.presenter_details .social_media li.facebook {
  background: #536ca4;
}

.presenter_details .social_media li.twitter {
  background: #00adec;
}

.presenter_details .social_media li.instagram {
  background: linear-gradient(145deg, #3051F1 10%, #C92BB7 70%) no-repeat;
}

.presenter_details .social_media li.google {
  background: #ca1f27;
}

.presenter_details .social_media svg.social-icon,
.presenter_details .social_media .SocialMediaShareButton>div {
  width: 25px !important;
  height: 26px !important;
}

.presenter_details .social_media li:hover {
  opacity: 0.8;
}

.presenter_details .social_media li:hover a {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .presenter_details .social_media {
    width: 100%;
    text-align: center;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .presenter_details .social_media li {
    display: inline-block !important;
    float: none;
  }
}

.presenter_details .shows_boxes {
  margin: 20px 0px !important;
  float: left;
  width: 100%;
  border-top: 1px solid #e6e6e6;
}

.presenter_details .shows_boxes>div:first-child {
  border-right: 1px solid #e6e6e6;
}

.presenter_details .show_box {
  margin-bottom: 5px;
  margin-top: 10px;
}

.presenter_details .show_box h2 {
  float: left;
  width: 100%;
  margin: 0px 0px;
  font-weight: 500;
  color: #002a5c;
  font-size: 18px;
}

.presenter_details .show_box .show_date {
  float: left;
  width: 100%;
  font-size: 12px;
  margin: 5px 0px;
  text-align: left;
}

.presenter_details .show_box .show_time {
  float: left;
  width: 100%;
  font-size: 12px;
  text-align: left;
}

.presenters-inner .col-lg-3 {
  width: 31.33333% !important;
  float: left !important;
  padding: 0px !important;
  flex-basis: 31.33333%;
  max-width: 31.33333%;
  margin: 0px 1%;
}

@media screen and (max-width: 600px) {
  .presenters-inner .col-lg-3 {
    width: 50% !important;
    float: left !important;
    padding: 0% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 48% !important;
    max-width: 50% !important;
  }
  .presenters-inner .col-lg-3 .presenter_image {
    height: initial !important;
  }
}

.presenters-inner .presenter_image {
  height: 200px !important;
}

.presenters-inner .presenter_image img {
  float: left !important;
}

.presenters-inner .col-lg-4 .presenter_image {
  height: initial !important;
}

.read-more-state {
  display: none;
}

.read-more-wrap {
  height: 105px;
  overflow: hidden;
  transition: .25s ease;
}

.read-more-state:checked~.read-more-wrap {
  transition: .25s ease;
  height: 100%;
}

.read-more-state~.read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked~.read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
  margin-top: 10px;
  font-weight: 500;
}

.featured_videos {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  border: 2px solid #c4c4c4;
}

.featured_videos .featured_video_box {
  width: 25%;
  float: left;
  border-right: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
}

.featured_videos .featured_video_box .video_details {
  float: left;
  width: 100%;
  margin: 0px;
}

.featured_videos .featured_video_box .video_details h2 {
  background: #002a5c;
  color: #fff;
  margin: 0px;
  font-weight: 500;
  font-size: 22px;
  padding: 7px;
  min-height: 113px;
}

.featured_videos .featured_video_box .video_details h2 a {
  color: #fff;
}

.featured_videos .featured_video_box .video_img {
  position: relative;
  float: left;
  width: 100%;
}

.featured_videos .featured_video_box .video_img img {
  float: left;
  min-width: 100%;
}

.featured_videos .featured_video_box .video_img h6 {
  background: #d40000;
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 12px;
  padding: 3px 6px;
  margin: 0px;
  border-radius: 0px 3px 3px 0px;
  z-index: 2;
}

.featured_videos .featured_video_box .video_img .play_btn {
  position: absolute;
  z-index: 2;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  width: 70px;
  opacity: 0.75;
}

.featured_videos .featured_video_box .video_img .play_btn:hover {
  opacity: 1;
}

.featured_videos .featured_video_box .video_img:before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  top: 0px;
  top: 0px;
  position: absolute;
  z-index: 1;
  opacity: 0.25;
}

@media screen and (max-width: 600px) {
  .featured_videos .featured_video_box {
    width: 100%;
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 600px) and (max-width: 980px) {
  .featured_videos .featured_video_box {
    width: 50%;
    margin-bottom: 2px;
  }
}

.videoList {
  float: left;
  width: 100%;
  position: relative;
}

.videoList .slick-disabled {
  opacity: 0.5;
}

.videoList h2.headline span {
  text-transform: capitalize !important;
}

@media screen and (max-width: 1023px) {
  .videoList h2.headline {
    font-size: 5vw;
    width: calc(100% - 1rem);
    padding-right: 85px;
    line-height: 2;
    font-weight: 500;
  }
}

.videoList .video_box {
  margin: 4px;
}

.videoList .slick-list {
  float: left;
  width: 100%;
}

.videoList .slick-slider {
  position: relative;
  float: left;
  width: 100%;
}

.videoList .slick-prev:before,
.videoList .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #6782a0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px !important;
}

.videoList .slick-arrow {
  color: #002a5c;
  font-size: 14px;
  margin: 5px;
  padding: 2px 10px;
  background: initial;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  width: 30px;
  height: 24px;
  border: 1px solid #002a5c;
  font-size: 0px;
}

.videoList .slick-arrow:hover {
  background: #008ed1;
  color: #fff;
}

.videoList .slick-arrow:hover:before {
  color: #fff !important;
}

.videoList .slick-prev {
  left: initial;
  right: 60px;
  top: -50px;
}

.videoList .slick-prev:before {
  content: "\F104" !important;
}

.videoList .slick-next {
  left: initial;
  right: 10px;
  top: -50px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .videoList h2.headline span {
    padding-bottom: 15px;
  }
}

.video_details {
  float: left;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .video_details {
    margin: 15px 0px;
  }
}

.video_box {
  margin-bottom: 25px;
}

.video_box .video_img {
  position: relative;
  float: left;
  width: 100%;
}

.video_box .video_img img {
  float: left;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px, rgba(0, 0, 0, 0.25) 1px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px, rgba(0, 0, 0, 0.25) 1px 0px 3px;
}

.video_box .video_img img:hover {
  -webkit-box-shadow: rgba(0, 42, 92, 0.4) 0px 1px 5px, rgba(0, 42, 92, 0.4) 1px 0px 5px;
  box-shadow: rgba(0, 42, 92, 0.4) 0px 1px 5px, rgba(0, 42, 92, 0.4) 1px 0px 5px;
}

@media screen and (max-width: 1023px) {
  .video_box .video_img img {
    width: 100%;
  }
}

.video_box .video_img:before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  top: 0px;
  top: 0px;
  position: absolute;
  z-index: 1;
  opacity: 0.25;
}

.video_box h2 {
  color: #2b2b2b;
  margin: 0px;
  font-weight: 500;
  font-size: 20px;
  padding: 7px;
  float: left;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .video_box h2 {
    font-size: 3.8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .video_box h2 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  .video_box h2 {
    font-size: 3.6vw;
    font-weight: initial;
  }
}

.video_box h2 a {
  color: #2b2b2b;
}

.video_box h2 a:hover {
  color: #008ed1;
}

.video_box .play_btn {
  position: absolute;
  z-index: 2;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  width: 60px;
  opacity: 0.75;
}

.video_box .play_btn:hover {
  opacity: 1;
}

.main_video_box {
  background: #002a5c;
  padding: 10px;
  float: left;
  width: 100%;
}

.main_video_box .video_img .play_btn {
  display: none;
}

.main_video_box .video_iframe {
  float: left;
  width: 100%;
}

.main_video_box .video_iframe iframe {
  width: 100%;
  height: 480px;
  border: 0px;
  border: 2px solid #0d4180;
  border-radius: 2px;
}

@media screen and (max-width: 1023px) {
  .main_video_box .video_iframe iframe {
    height: 70vw;
  }
}

.main_video_box h2 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.main_video_box h2 a {
  color: #fff;
  cursor: default;
}

@media screen and (max-width: 1023px) {
  .main_video_box h2 {
    font-size: 7vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_video_box h2 {
    font-size: 4vw;
  }
}

.main_video_box .social_media li {
  float: left;
  background: #fff;
  margin-right: 10px;
  outline: none;
}

.main_video_box .social_media li div {
  outline: none;
}

.main_video_box .social_media li a {
  padding: 5px 10px;
  font-size: 18px;
  float: left;
}

.main_video_box .social_media li.facebook a {
  color: #536ca4;
}

.main_video_box .social_media li.twitter a {
  color: #00adec;
}

.main_video_box .social_media li.google a {
  color: #ca1f27;
}

.main_video_box .news_date {
  float: right;
  color: #fff;
}

.main_video_box .news_date i {
  margin-right: 10px;
}

.main_video_box .video_list_scroll {
  float: left;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main_video_box .video_list_scroll {
    height: initial !important;
  }
  .main_video_box .video_list_scroll>div {
    position: relative !important;
  }
}

.main_video_box .video_list_scroll .play_btn {
  display: block !important;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  width: 40px;
}

@media screen and (max-width: 1023px) {
  .main_video_box .video_list_scroll .play_btn {
    left: calc(50% - 5vw);
    top: calc(50% - 5vw);
    width: 10vw;
  }
}

.main_video_box .video_list_scroll h4 {
  font-size: 15px;
  margin: 0px;
}

@media screen and (max-width: 1023px) {
  .main_video_box .video_list_scroll h4 {
    font-size: 5vw;
    padding: 5px 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_video_box .video_list_scroll h4 {
    font-size: 3.5vw;
  }
}

.main_video_box .video_list_scroll h4 a {
  color: #fff;
}

.main_video_box .video_list_scroll .video_box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  padding-bottom: 15px !important;
  width: calc(100% - 5px) !important;
}

.main_video_box .video_list_scroll>div:last-child {
  right: 0px !important;
  background: rgba(0, 0, 0, 0.15);
}

.main_video_box .video_list_scroll>div:last-child div {
  background-color: rgba(0, 0, 0, 0.3);
}

.play_btn img {
  box-shadow: initial !important;
}

.library_box {
  background: #f4f4f4;
  padding-bottom: 15px;
  padding-top: 15px;
}

@media screen and (max-width: 1023px) {
  .library_box iframe {
    height: initial !important;
    min-height: 50vw;
  }
}

.library_box .video_box {
  border-bottom: 1px solid rgba(158, 158, 158, 0.2) !important;
}

.library_box h3 {
  color: #002a5c;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.library_box h4,
.library_box h4 a {
  color: #58595b !important;
  font-size: 14px;
  margin: 0px;
  font-weight: 500;
  cursor: pointer;
}

.library_box h4:hover,
.library_box h4 a:hover {
  color: #008ed1 !important;
}

@media screen and (max-width: 1023px) {
  .library_box h4,
  .library_box h4 a {
    font-size: 4vw;
  }
}

.library_box h5 {
  float: left;
  margin-right: 10px;
}

.library_box .social_media li {
  float: left;
  background: #fff;
  margin-right: 10px;
  min-width: 40px;
  text-align: center;
  height: 40px;
  line-height: 35px;
  -webkit-transition: all 0.2s ease-in-out;
}

.library_box .social_media li:hover {
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.library_box .social_media li a {
  float: initial;
  display: inline-block;
}

.library_box .play_btn {
  display: block !important;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  width: 30px;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .library_box .play_btn {
    left: calc(50% - 4vw);
    top: calc(50% - 4vw);
    width: 8vw;
  }
}

@media screen and (max-width: 1023px) {
  .library_box .video_details {
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
  }
  .library_box ifram {
    height: 250px !important;
  }
  .library_box .col-lg-8 {
    padding: 0px !important;
  }
}

.videoList .owl-nav {
  position: absolute;
  top: -60px;
  margin: 0px;
  right: 0px;
}

.videoList .owl-next {
  font-size: 0px !important;
  min-width: 30px;
  cursor: pointer;
}

.videoList .owl-next:after {
  content: "\F105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px !important;
}

.videoList .owl-prev {
  font-size: 0px !important;
  min-width: 30px;
  cursor: pointer;
}

.videoList .owl-prev:after {
  content: "\F104";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px !important;
}

.videoList .owl-prev:hover {
  background: #002a5c;
}

.videoList .owl-theme .owl-nav [class*=owl-]:hover {
  background: #002a5c;
}

.videoList .disabled {
  background: #D6D6D6 !important;
  opacity: 1 !important;
}

.video-details .faceBookComments {
  margin-top: 20px;
}

.search_list h5 {
  background: #fffff0;
  border: 1px solid #f8f8e2;
  border-radius: 3px;
  padding: 8px 12px;
  color: #58595b;
}

.search_list h5 strong {
  color: #002a5c;
}

.search_list .Search_box {
  padding-bottom: 15px;
  margin-bottom: 15px !important;
  border-bottom: 1px dashed #e6e6e6;
}

.search_list .Search_box h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.search_list .Search_box h6.category_name {
  float: right;
  background: #007cc9;
  border-radius: 4px;
  padding: 5px 15px;
  color: #fff;
}

.search_list .Search_box.news h6.category_name {
  background: #007cc9;
}

.search_list .Search_box.music h6.category_name {
  background: #f00256;
}

.search_list .Search_box.viral h6.category_name {
  background: #f3a534;
}

.search_list .Search_box.business h6.category_name {
  background: #f3a534;
}

.search_list .Search_box.technology h6.category_name {
  background: #02c6b2;
}

.search_list .Search_box.life_style h6.category_name {
  background: #9bc95b;
}

.search_list .Search_box.entertainment h6.category_name {
  background: #ad87d2;
}

.search_list .article_img {
  height: 220px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .search_list .article_img {
    height: initial;
  }
}

.search_list .article_img {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px, rgba(0, 0, 0, 0.15) 1px 3px 3px;
  height: 220px;
  width: 100%;
  height: 180px;
}

.search_list .article_img>div {
  height: 100% !important;
}

.search_list .article_img img {
  float: left;
  -webkit-tap-highlight-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px, rgba(0, 0, 0, 0.15) 1px 3px 3px;
  display: none;
}

@media screen and (max-width: 1023px) {
  .search_list .article_img img {
    display: block;
  }
}

.rect-shape {
  width: 100% !important;
  height: 250px;
  margin-bottom: 20px;
  margin-right: 0px !important;
}

.author-page {
  background: #f9f9f9;
  padding: 0.75rem 0.25rem;
}

.author-page h2 {
  margin: 0px;
}

@media screen and (max-width: 1023px) {
  .author-page h2 {
    margin-top: 15px;
    text-align: center;
  }
}

.author-page h6 {
  color: #58595b;
  margin: 0px 0px;
  padding: 5px 0px;
  font-size: 12px;
  border-bottom: 1px dashed #ccc;
}

.author-page h6 i {
  margin-right: 5px;
}

.author-page p {
  margin: 5px 0px;
  font-size: 14px;
}

.author-page .author_image {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 5px;
  border: 1px solid rgba(231, 231, 231, 0.42);
  float: left;
  height: 200px;
  overflow: hidden;
  width: 100%;
  background: #e8e8e8;
}

@media screen and (max-width: 1023px) {
  .author-page .author_image {
    height: initial;
  }
}

.author-page .author_image img {
  float: left;
}

@media screen and (max-width: 1023px) {
  .author-p .headline {
    font-size: 6vw !important;
    padding-bottom: 6px !important;
  }
}

.schedule-page {
  float: left;
  width: 100%;
}

.schedule-page>div:first-child {
  background-color: #002a5c !important;
}

@media screen and (max-width: 1023px) {
  .schedule-page>div:first-child {
    overflow-x: auto;
    padding: 0px 1.5rem;
  }
  .schedule-page>div:first-child button {
    margin-right: 20px !important;
    width: initial !important;
  }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .schedule-page>div:first-child button:last-child {
    padding-right: 20px !important;
  }
}

.schedule-page>div:last-child {
  margin-top: 25px;
  float: left;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .schedule-page>div:last-child {
    padding: 0px 1.5rem;
    padding-right: 20px !important;
  }
}

.schedule-page .schedule_box {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  background: #002a5c;
  margin-bottom: 25px;
}

.schedule-page .schedule_box .schedule-img img {
  float: left;
}

.schedule-page .schedule_box .show-time {
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  float: left;
  width: 100%;
}

.schedule-page .schedule_box .show-time i {
  margin-right: 5px;
}

.schedule-page .schedule_box .show-time span {
  vertical-align: top;
  position: relative;
  top: -0.05rem;
  font-size: 10px;
  margin-right: 5px;
}

.schedule-page .schedule_box .schedule-data {
  position: absolute;
  background: #002a5c;
  width: 100%;
  height: 100%;
  transition: .5s;
  top: 100%;
  padding: 7px;
  opacity: 0.95;
  z-index: 2;
}

.schedule-page .schedule_box .schedule-data h2 {
  padding: 0px;
  margin: 0px;
}

.schedule-page .schedule_box .schedule-data p {
  color: #fff;
  font-size: 0.8rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.13);
  border-top: 1px dashed rgba(255, 255, 255, 0.13);
  padding: 10px 0px;
  opacity: 0.8;
  float: left;
  width: 100%;
}

.schedule-page .schedule_box .schedule-data ul {
  list-style: none;
}

.schedule-page .schedule_box .schedule-data ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.schedule-page .schedule_box .schedule-data ul li .presenter-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  text-align: left;
}

.schedule-page .schedule_box .schedule-data ul li .presenter-img img {
  max-height: 25px;
  min-height: 25px;
  max-width: initial;
}

.schedule-page .schedule_box .schedule-data ul li span {
  color: #fff;
  margin-left: 15px;
  margin-top: 5px;
}

@media screen and (max-width: 1023px) {
  .schedule-page .schedule_box .schedule-data {
    display: none;
  }
}

.schedule-page .schedule_box h2 {
  font-size: 1.6vw;
  color: #fff;
  padding: 10px 8px;
  margin: 0px;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  transition: .5s;
}

@media screen and (max-width: 1023px) {
  .schedule-page .schedule_box h2 {
    font-size: 7vw;
    opacity: 1 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .schedule-page .schedule_box h2 {
    font-size: 4vw;
  }
}

.schedule-page .schedule_box .show-hour {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #ca1f27;
  color: #fff;
  padding: 8px 5px;
  min-width: 50px;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  transition: .5s;
}

@media screen and (max-width: 1023px) {
  .schedule-page .schedule_box .show-hour {
    opacity: 0.8 !important;
  }
}

.schedule-page .schedule_box .show-hour span {
  vertical-align: top;
  position: relative;
  text-align: center;
  float: left;
  width: 100%;
  margin-top: -8px;
  font-size: 10px;
}

.schedule-page .schedule_box:hover .schedule-data {
  top: 0px;
}

.schedule-page .schedule_box:hover>h2 {
  opacity: 0;
  transition: .5s;
}

.schedule-page .schedule_box:hover .show-hour {
  opacity: 0;
  transition: .5s;
}

@media screen and (max-width: 1023px) {
  .schedule-page>div:nth-child(2) {
    display: none;
  }
}

.loader .feat_img:after {
  opacity: 0.15 !important;
}

.loader .feat_details>div {
  background: initial !important;
}

.loader .home_featured {
  border: 1px solid #dfdfdf !important;
}

.loader .feat_details {
  position: absolute;
  bottom: 20px !important;
}

.loader .video_box {
  position: relative;
}

div#main_gallery {
  margin: 0px;
}

div#main_gallery:after {
  display: none;
}

div#main_gallery .slick-list,
div#main_gallery .slick-slider,
div#main_gallery .slick-track {
  position: relative;
  display: block;
  background: #000;
  text-align: center;
}

div#main_gallery .slick-list img,
div#main_gallery .slick-slider img,
div#main_gallery .slick-track img {
  width: auto;
  width: initial;
  max-height: 525px;
  display: inline-block;
  margin-bottom: -7px;
}

.gallery_box {
  background: #07528d;
  background: -moz-linear-gradient(top, #07528d 0%, #07528d 51%, #ffffff 51%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #07528d 0%, #07528d 51%, #ffffff 51%, #ffffff 100%);
  background: linear-gradient(to bottom, #07528d 0%, #07528d 51%, #ffffff 51%, #ffffff 100%);
}

.gallery_box h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  min-height: 80px;
}

@media screen and (max-width: 1023px) {
  .gallery_box h1 {
    border-right: 0px solid #004068;
    min-height: initial;
    text-align: center;
    font-size: 6vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gallery_box h1 {
    font-size: 4.5vw;
  }
}

.gallery_box .gallery_bg {
  background: #002a5c;
  border: 4px solid #024274;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.37);
  margin-bottom: 40px !important;
}

.gallery_box .album_data {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gallery_box .album_data {
    width: 100%;
  }
}

.gallery_box .album_data .album-desc {
  margin: 20px 0px;
  text-align: left;
  color: #fff;
}

.gallery_box .album_data .album-desc p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #3b5b82;
  padding-bottom: 10px;
  height: 140px;
  overflow: auto;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gallery_box .album_data .album-desc p {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 1023px) {
  .gallery_box .album_data {
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0px;
  }
  .gallery_box .album_data .album-desc {
    margin: 5px 0px;
  }
  .gallery_box .album_data>div {
    width: 100%;
    float: left;
    flex-basis: 100%;
    max-width: 100%;
    display: flex !important;
  }
  .gallery_box .album_data>div p {
    width: 100%;
    width: auto;
    height: auto !important;
    height: initial !important;
    min-height: initial;
    margin-top: 5px;
  }
  .gallery_box .album_data>div:nth-child(2) {
    order: -1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gallery_box .album_data .album-ads {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.gallery_box .slick-slide img {
  display: block;
  width: 100%;
}

.gallery_box .slick-prev:before,
.gallery_box .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F178";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px !important;
}

@media screen and (max-width: 1023px) {
  .gallery_box .slick-prev:before,
  .gallery_box .slick-next:before {
    font-size: 5vw !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gallery_box .slick-prev:before,
  .gallery_box .slick-next:before {
    font-size: 3vw !important;
  }
}

.gallery_box .slick-arrow {
  position: absolute;
  top: 100%;
  top: calc(100% - 30px);
  margin: 0px;
  right: 5px;
  margin-top: 0px !important;
  background: auto;
  background: initial;
  z-index: 22;
  width: 40px;
  height: 30px;
}

@media screen and (max-width: 1023px) {
  .gallery_box .slick-arrow {
    top: calc(50%);
    background: #002a5c;
    height: 40px;
  }
  .gallery_box .slick-arrow:hover {
    background: #002a5c !important;
  }
}

.gallery_box .slick-arrow:hover {
  background: auto;
  background: initial;
  color: #fff;
}

.gallery_box .slick-arrow:hover:before {
  color: #fff !important;
}

.gallery_box .slick-prev {
  left: auto;
  left: initial;
  left: calc(-25% - 40px);
}

.gallery_box .slick-prev:before {
  content: "\F177" !important;
}

@media screen and (max-width: 1023px) {
  .gallery_box .slick-prev {
    left: 0px;
    right: auto;
    right: initial;
  }
}

.gallery_box .slick-next {
  left: calc(-15% + 60px);
}

@media screen and (max-width: 1023px) {
  .gallery_box .slick-next {
    left: initial;
    right: 0px;
  }
}

.gallery_box .social_media {
  margin-top: 25px;
  float: right;
}

@media screen and (max-width: 1023px) {
  .gallery_box .social_media {
    margin-top: 5px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .gallery_box .social_media li {
    display: inline-block;
    float: auto !important;
    float: initial !important;
  }
  .gallery_box .social_media li svg {
    overflow: hidden !important;
    border-radius: 50%;
  }
}

.gallery_box .social_media li {
  float: left;
  margin-right: 15px;
  min-width: 40px;
  text-align: center;
  padding: 0px;
}

.gallery_box .social_media li a {
  padding: 10px 12px;
  font-size: 18px;
  float: left;
  color: #fff;
  width: 100%;
}

.gallery_box .social_media li:hover.facebook a {
  background: #536ca4;
}

.gallery_box .social_media li:hover.twitter a {
  background: #00adec;
}

.gallery_box .social_media li:hover.google a {
  background: #ca1f27;
}

.gallery_box svg rect {
  fill: #004068 !important;
}

.gallery_box .Demo__some-network__share-button>div,
.gallery_box .Demo__some-network__share-button svg {
  width: 45px !important;
  height: 45px !important;
  cursor: pointer;
}

.gallery_box .Demo__some-network__share-button>div:hover,
.gallery_box .Demo__some-network__share-button svg:hover {
  opacity: 0.88;
}

.gallery_box .slideNumber {
  position: absolute;
  bottom: 12px;
  right: 80px;
  color: #fff;
  z-index: 3;
  font-size: 18px;
  left: calc(-22% + 20px);
}

@media screen and (max-width: 1023px) {
  .gallery_box .slideNumber {
    display: none;
  }
}

.gallery_box .slick-slide {
  position: relative;
}

.gallery_box .image_caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.25);
  z-index: 111111;
  color: #Fff;
  font-size: 14px;
  font-style: italic;
  margin: 0px;
  min-width: 25%;
  padding: 4px 5px;
  text-align: center;
  display: none;
}

.expand .image_caption {
  position: absolute;
  bottom: 7px;
  left: 37.5%;
}

.expand .slick-list,
.expand .slick-slider,
.expand .slick-track {
  background: initial !important;
}

.expand .slick-list img,
.expand .slick-slider img,
.expand .slick-track img {
  width: auto;
  width: initial;
  max-height: 525px;
  display: inline-block;
  margin-bottom: 0px;
}

.single_album {
  background: #fff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.37);
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.single_album>div {
  height: 180px !important;
}

.single_album img {
  display: none;
}

.single_album h2 {
  font-size: 22px;
  padding: 5px 12px;
  margin: 0px;
  height: 75px;
  overflow: hidden;
  transition: height 0.2s ease 1s;
}

.single_album h2 span {
  font-weight: 400;
}

.single_album i {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #fff;
}

.single_album:hover {
  padding-bottom: 75px;
}

.single_album:hover h2 {
  position: absolute;
  height: auto;
  height: initial;
  background: #fff;
  bottom: 0px;
  transition: 0.2s;
  min-height: 75px;
}

.gallery_slider {
  transition: all .1s ease-in-out;
  animation-name: zoomOut;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.gallery_slider .expand_slider {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  color: #fff;
  cursor: pointer;
}

.gallery_slider .expand_slider i:first-child {
  opacity: 1;
  background: #008ed1;
  padding: 10px 20px;
  font-size: 22px;
  float: right;
}

.gallery_slider .expand_slider i:last-child {
  color: #a3a3a3;
  padding: 10px 20px;
  font-size: 35px;
  float: right;
  position: absolute;
  right: 0px;
  opacity: 0;
}

@media screen and (max-width: 1023px) {
  .gallery_slider .expand_slider {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .gallery_slider {
    -ms-flex-order: -1;
    order: -1;
  }
}

.expand {
  position: fixed !important;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.98);
  z-index: 999;
  left: 0px;
  flex-basis: 100%;
  max-width: 100% !important;
  margin: 0px !important;
  padding: 0% 10px !important;
  animation-name: zoomIn;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.expand::before {
  content: "";
  background: url('/static/galleryLoader.gif') #000;
  width: 100%;
  height: 100%;
  position: fixed;
  animation: loader2 1s forwards;
  background-position: center;
  background-size: unset;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
}

.expand .slick-slide img {
  width: auto !important;
  display: inline-block !important;
  width: initial !important;
}

.expand .slick-slide {
  text-align: center !important;
}

.expand .owl-carousel .owl-item img {
  width: auto !important;
  width: initial !important;
  margin: 0 auto !important;
  max-height: 85vh !important;
}

.expand .close_expand {
  opacity: 1;
}

.expand .expand_slider i:first-child {
  opacity: 0;
}

.expand .expand_slider i:last-child {
  opacity: 1;
}

.expand .owl-theme .owl-nav {
  margin-top: 10px;
  width: 25%;
  position: absolute;
  left: 0%;
  bottom: calc(50% - 30px);
  width: 100%;
}

.expand .owl-theme .owl-nav .owl-prev:after {
  content: "\F104";
  font-size: inherit;
  font-size: 45px !important;
  color: #002a5c;
}

.expand .owl-theme .owl-nav .owl-next:after {
  content: "\F105";
  font-size: inherit;
  font-size: 45px !important;
  color: #002a5c;
}

.expand .slick-prev:before,
.expand .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px !important;
}

.expand .slick-prev:before:hover,
.expand .slick-next:before:hover {
  color: #008ed1 !important;
}

.expand .slick-arrow {
  position: absolute;
  top: 100%;
  top: calc(100% - 15px);
  margin: 0px;
  right: 5px;
  margin-top: 0px !important;
  background: auto;
  background: initial;
  z-index: 22;
  width: 40px;
  height: 30px;
  top: auto;
  top: initial;
  margin-top: 10px;
  width: 10%;
  position: absolute;
  bottom: calc(50% - 30px);
}

.expand .slick-arrow:hover {
  background: initial;
  color: #fff;
}

.expand .slick-arrow:hover:before {
  color: #008ed1 !important;
}

.expand .slick-prev {
  left: 0%;
}

.expand .slick-prev:before {
  content: "\F104" !important;
}

.expand .slick-next {
  left: auto;
  left: initial;
  right: 0px;
}

.expand .slick-track img {
  max-height: 100vh !important;
  margin-bottom: 0px !important;
}

.gallery_box .expand1 .album-desc {
  position: fixed;
  z-index: 9999;
  background: #040f1d;
  bottom: 0px;
  width: 100%;
  left: 0px;
  margin: 0px;
}

.gallery_box .expand1 .album-desc p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 0px solid #3b5b82;
  padding-bottom: 10px;
  height: auto;
  height: initial;
  min-height: 60px;
  overflow: auto;
  overflow: initial;
  text-align: center;
  margin: 0px;
  float: left;
  width: 100%;
  padding: 10px 5%;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 0;
  }
}

@-moz-keyframes zoomOut {
  from {
    opacity: 1;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 0;
  }
}

.galleryLoader::before {
  content: "";
  background: url('/static/galleryLoader.gif') #000;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: loader 1s forwards;
  background-position: center;
  background-size: unset;
  background-repeat: no-repeat;
}

@keyframes loader {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes loader {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loader {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loader2 {
  0% {
    opacity: 1;
    z-index: 9999;
  }
  80% {
    opacity: 1;
    z-index: 9999;
  }
  100% {
    opacity: 0;
    z-index: 1;
  }
}

@-moz-keyframes loader2 {
  0% {
    opacity: 1;
    z-index: 9999;
  }
  80% {
    opacity: 1;
    z-index: 9999;
  }
  100% {
    opacity: 0;
    z-index: 1;
  }
}

@-webkit-keyframes loader2 {
  0% {
    opacity: 1;
    z-index: 9999;
  }
  80% {
    opacity: 1;
    z-index: 9999;
  }
  100% {
    opacity: 0;
    z-index: 1;
  }
}

.download-slide {
  position: relative;
  overflow: hidden;
}

.download-slide .img-bg {
  left: 0px;
  top: 0px;
  z-index: -1;
}

.download-slide .slide-left {
  position: absolute;
  left: 5%;
  bottom: 20%;
  max-width: 40%;
}

.download-slide .slide-left h2 {
  margin: 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  font-weight: 100;
  color: #fff;
  text-align: left;
  font-size: 44px;
}

.download-slide .slide-left h1 {
  margin: 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  transform: translate3d(-30%, 0, 0);
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-size: 32px;
  margin-top: -10px !important;
}

.download-slide .slide-left p {
  margin: 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  transform: translate3d(-10%, 0, 0);
  font-weight: 300;
  color: #fff;
  text-align: left;
}

.download-slide .slide-right {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 0px;
  bottom: -20px;
  transform: translate3d(110%, 0, 0);
  -webkit-transition-delay: 1s;
  transition-delay: 2s;
}

@media screen and (max-width: 1023px) {
  .download-slide .slide-right {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}

.download-slide .download_btns {
  margin-top: 25px;
}

.download-slide .download_btns .row>div {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
}

.download-slide .download_btns .row>div img {
  transform: translate3d(0, 0px, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.download-slide .download_btns .row>div:hover img {
  transform: translate3d(0, -10px, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.download-slide.active .slide-right {
  transform: translate3d(0, 0, 0);
}

.download-slide.active .download_btns .row>div:nth-child(1) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
  opacity: 1;
  transform: translate3d(0%, 0, 0);
}

.download-slide.active .download_btns .row>div:nth-child(2) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
  opacity: 1;
  transform: translate3d(0%, 0, 0);
}

.download-slide.active .download_btns .row>div:nth-child(3) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
  opacity: 1;
  transform: translate3d(0%, 0, 0);
}

.download-slide.active .slide-left h2 {
  opacity: 1;
  transform: translate3d(0%, 0, 0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

@media screen and (max-width: 1023px) {
  .download-slide.active .slide-left h2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

.download-slide.active .slide-left h1 {
  opacity: 1;
  transform: translate3d(0%, 0, 0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

@media screen and (max-width: 1023px) {
  .download-slide.active .slide-left h1 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}

.download-slide.active .slide-left p {
  opacity: 1;
  transform: translate3d(0%, 0, 0);
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.55s;
}

@media screen and (max-width: 1023px) {
  .download-slide.active .slide-left p {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}

@media screen and (max-width: 1023px) {
  .download-slide .slide-right {
    transform: translate3d(0, 0, 0);
  }
  .download-slide .download_btns .row>div:nth-child(1) {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
    opacity: 1;
    transform: translate3d(0%, 0, 0);
  }
  .download-slide .download_btns .row>div:nth-child(2) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
    opacity: 1;
    transform: translate3d(0%, 0, 0);
  }
  .download-slide .download_btns .row>div:nth-child(3) {
    -webkit-transition-delay: 3.5s;
    transition-delay: 3.5s;
    opacity: 1;
    transform: translate3d(0%, 0, 0);
  }
  .download-slide .slide-left h2 {
    opacity: 1;
    transform: translate3d(0%, 0, 0);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .download-slide .slide-left h2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

@media screen and (max-width: 1023px) {
  .download-slide .slide-left h1 {
    opacity: 1;
    transform: translate3d(0%, 0, 0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .download-slide .slide-left h1 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}

@media screen and (max-width: 1023px) {
  .download-slide .slide-left p {
    opacity: 1;
    transform: translate3d(0%, 0, 0);
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.55s;
  }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .download-slide .slide-left p {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}

@media screen and (max-width: 1023px) {
  .download-slide .slide-left {
    max-width: 75%;
  }
  .download-slide .slide-left h1 {
    font-size: 5vw;
    font-weight: 500;
  }
  .download-slide .slide-left h2 {
    font-size: 8vw;
  }
  .download-slide .slide-left p {
    font-size: 4vw;
    background: rgba(0, 0, 0, 0.55);
  }
  .download-slide .slide-left .download_btns {
    display: none;
  }
  .download-slide .slide-right {
    max-width: 22%;
  }
}

.features {
  margin-bottom: 25px;
}

.features>.row {
  border-bottom: 1px solid #99aabe;
  padding-bottom: 25px !important;
  max-width: 70rem;
}

.features>.row h1 {
  text-align: center;
  padding-top: 20px;
  float: left;
  width: 100%;
}

.features>.row>p {
  text-align: center;
  margin-top: -10px;
  float: left;
  width: 100%;
}

.features .feature_box {
  margin-top: 20px !important;
}

.features .feature_box h3 {
  margin: 0px;
  font-size: 21px;
  font-weight: 500;
}

.features .feature_box p {
  font-size: 14px;
  margin: 0px;
}

.features2 {
  margin: 20px;
}

.features2 .box {
  border-left: 5px solid #e5eaef;
  padding-left: 15px !important;
}

.features2 .row {
  padding-bottom: 25px !important;
  max-width: 65rem;
}

.features2 img {
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .features2 {
    margin: 0px;
    border-bottom: 1px solid #e9ecf3;
    padding: 20px !important;
  }
}

.download_section {
  background: url("/static/bar-download.jpg");
  padding: 50px 0px !important;
  text-align: center;
}

.download_section h1 {
  text-align: center;
}

.download_section .row {
  max-width: 60rem;
}

.download_section h1 {
  color: #fff;
  text-align: center;
  font-size: 3vw;
  padding-bottom: 25px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .download_section h1 {
    font-size: 7.5vw;
    margin: 0px 5%;
  }
}

.download_section img {
  text-align: center;
  display: inline-block;
}

.error-page {
  text-align: center;
  max-width: 100%;
  margin: 0px !important;
  float: left;
  width: 100%;
  background: #00295c;
  background: -moz-linear-gradient(left, #00295c 0%, #00295c 49%, white 49%, white 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #00295c), color-stop(49%, #00295c), color-stop(49%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(left, #00295c 0%, #00295c 49%, white 49%, white 100%);
  background: -o-linear-gradient(left, #00295c 0%, #00295c 49%, white 49%, white 100%);
  background: -ms-linear-gradient(left, #00295c 0%, #00295c 49%, white 49%, white 100%);
  background: linear-gradient(to right, #00295c 0%, #00295c 49%, white 49%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00295c', endColorstr='#ffffff', GradientType=1);
}

.error-page h1 {
  font-size: 1500%;
  text-align: center;
  margin-bottom: -50px;
}

.error-page h1 span {
  color: #008ed1;
}

.error-page h3 {
  text-align: center;
  color: #58595b;
  float: initial;
  display: inline-block;
  border-bottom: 0px solid #f00256;
  text-transform: uppercase;
}

.error-page .ss {
  display: inline-block;
}

.error-page .search-box {
  float: left;
  width: 100%;
  position: relative;
  max-width: 80%;
  margin-left: 10%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.error-page .search-box a.btn {
  background: #008ed1;
  color: #fff;
  padding: 8px 12px;
  position: absolute;
  right: 0px;
  height: 100%;
  min-width: 60px;
  line-height: 36px;
  font-size: 22px;
  z-index: 2;
}

.error-page .search-box a.btn:hover {
  background: #f00256;
}

.error-page .search-box>div {
  float: left;
  width: 100%;
  height: 50px !important;
  border: 1px solid #ccc;
  padding: 0px 8px;
}

.error-page .search-box>div hr {
  bottom: -1px !important;
  margin-left: -8px !important;
}

@media screen and (max-width: 1023px) {
  .error-page {
    background: initial;
    margin: 20px 0px !important;
  }
  .error-page>div:first-child {
    background: #002a5c;
  }
  .error-page h1 {
    font-size: 700%;
    text-align: center;
    margin-bottom: 0px;
  }
  .error-page h3 {
    font-size: 100%;
  }
  .error-page .search-box {
    float: left;
    width: 100%;
    position: relative;
    max-width: 100%;
    margin-left: 0%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}


.aboutPage {
  width: 100%;
}

.aboutPage .aboutdata {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  width: 50%;
  height: 100%;
  z-index: 9;
  padding: 5px 30px;
  overflow: auto;
}

@media screen and (max-width: 1023px) {
  .aboutPage .aboutdata {
    position: relative;
    margin-top: 20px;
    width: 100%;
    float: left;
  }
}

.aboutPage .imgCover {
  float: right;
  width: 50%;
  position: relative;
}

.aboutPage .imgCover>div {
  position: absolute;
  left: 0;
  top: 0;
}

.aboutPage .imgCover img {
  float: right;
  max-height: 550px;
  opacity: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .aboutPage .imgCover img {
    max-height: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .aboutPage .imgCover {
    width: 100%;
  }
  .aboutPage .imgCover>div {
    background: inherit !important;
    position: static;
  }
  .aboutPage .imgCover img {
    opacity: 1 !important;
  }
}


.contactPage {
  width: 100%;
}

.contactPage .contactdata {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  width: 50%;
  height: 100%;
  z-index: 9;
  padding: 5px 30px;
}

@media screen and (max-width: 1023px) {
  .contactPage .contactdata {
    position: relative;
    margin-top: 20px;
    width: 100%;
    float: left;
  }
}

.contactPage .imgCover {
  float: left;
  width: 50%;
  position: relative;
}

.contactPage .imgCover>div {
  position: absolute;
  left: 0;
  top: 0;
}

.contactPage .imgCover img {
  float: left;
  max-height: 550px;
  opacity: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contactPage .imgCover img {
    max-height: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .contactPage .imgCover {
    width: 100%;
  }
  .contactPage .imgCover>div {
    background: inherit !important;
    position: static;
  }
  .contactPage .imgCover img {
    opacity: 1 !important;
  }
}

.contactPage label {
  color: #888 !important;
}

@media screen and (max-width: 600px) {
  .contactPage .col-lg-6 {
    padding: 0px !important;
  }
}

.termsPage {
  text-align: center;
}

.termsPage .row {
  max-width: 55rem;
}

.termsPage .accordionData {
  margin: 0 auto;
  padding: 15px;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
  border-radius: 2px;
}

.termsPage .radio {
  height: 300px;
  position: relative;
  text-align: center;
  background: url('/static/radio.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .termsPage .radio {
    height: 220px;
    background-repeat: no-repeat;
  }
}

.termsPage .radio h1 {
  position: absolute;
  top: 50%;
  font-size: 44px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  font-size: 34px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.3);
}

.termsPage span.Collapsible__trigger {
  background: #f6f6f6;
  width: 100%;
  float: left;
  font-size: 28px;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 18px;
  margin: 10px 0px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  color: #58595b;
}

.termsPage span.Collapsible__trigger.is-open {
  color: #002a5c;
}

.termsPage span.Collapsible__trigger:hover {
  color: #002a5c;
}

.termsPage .Collapsible__contentOuter {
  float: left;
  width: 100%;
  text-align: left;
}

.termsPage ul {
  padding-left: 20px;
  list-style: circle;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

.show-loading-animation.rect-shape, .show-loading-animation.round-shape, .show-loading-animation.text-row,
.show-loading-animation .rect-shape,
.show-loading-animation .round-shape,
.show-loading-animation .text-row {
  animation: react-placeholder-pulse 1.5s infinite; }

@keyframes react-placeholder-pulse {
  0% {
    opacity: .6; }
  50% {
    opacity: 1; }
  100% {
    opacity: .6; } }

