/** ad css */
.dfp-tag-wrapper { background:#f5f5f5 url(../images/ad.gif) no-repeat center center; height:251px; overflow:hidden; display:flex; align-items:center; justify-content:center; font-family:sans-serif; }

.dfp-tag-wrapper iframe {margin:auto; max-width: inherit; }

#dfp-ad-top-wrapper { border-bottom: 1px solid #ccc; }
#ad-right3-wrapper .dfp-tag-wrapper { height:600px; }
#ad-bottom-wrapper .dfp-tag-wrapper { height:90px; }

#ad-sticky-wrapper { display:none; }
#ad-sticky-wrapper.block-sticky { position:fixed; width:100%; left:0; bottom:0; top:initial; margin:0; }
#ad-sticky-wrapper .dfp-tag-wrapper { height:50px; }

.block-sticky { position:sticky; top:0px; z-index:2; }

.page-top-mobile-video { display:none; }

.ad_wrapper_video {
    background-image:url(../../video/images/ibt_player_bg2.jpg);
    background-image:image-set(
        url(../../video/images/ibt_player_bg2.webp),
        url(../../video/images/ibt_player_bg2.jpg)
    );
    background-position:left top;
    background-size:contain;
    background-repeat:no-repeat;
    width: 100%;
    height: 200px;
    position:relative;
}

@media (max-width: 1024px){
    .page-top-ad { display:none; }
    .page-top-mobile-video { display:block; margin-top:25px; width:100%; min-height:calc(100vw / 1.66); }
	.dfp-tag-wrapper,
	#ad-bottom-wrapper .dfp-tag-wrapper { height:calc(100vw / 1.20);  max-height:300px; display:flex; align-items:center; justify-content:center; }
    .ad_wrapper_video { background-size:cover; }
}

.btn_mobile_play {
    position: absolute;
    width: 135px;
    height: 63px;
    line-height: 1em;
    left: 50%;
    top: 100px;
    margin: -33px 0 0 -67.5px;
    color: white;
    background: none;
    cursor: pointer;
}
.btn_mobile_play:before {
    font-family: VideoJS;
    content: "\f102";
    font-size: 3em;
    vertical-align: middle;
}
.loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #ffffff;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.play_icon_wrapper {
    position: absolute;
    top:calc(50% - 25px);
    left:calc(50% - 25px);
}
#_icon {
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: 0 auto;
}
.play_icon {
    background: url(../images/play_icon.svg) no-repeat;
}


#dfp-ad-lazyads_right3_home-wrapper.dfp-tag-wrapper { height:600px; }

.editors-pick-news-container a img {width:100%;height:auto;}

.footer-subscribe-form input[type="email"] {
  color: #fff;
  text-transform: none;
}
.article-author a, .hero-author a {
  color: #000;
  text-decoration: none;
}
.article-text ul{
  margin-left: 30px;
  margin-bottom: 40px;
}
.article-text ul li p, .article-text li p:first-child {
  margin:0 0 0 20px;
}
.article-content a {
  color: #0a58b8;
}
.see_now {
  margin-left: 50px;
}
.see_now a {

}
.copyright {
  margin-bottom: 30px;
}
.top-stories-image img, .editors-pick-left-news img, .top-5-travel-stories-container img, .leisure-travel-culture-travel-tips img {
  width: 100%; height:auto;
}
.editors-pick-latest-news-item:last-child {
  border-bottom: none;
}
.section-hero-img {
  width: 100%;
}
.page-numbers .tabActive a{
  font-weight: bold;
  background-color: #ccc;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  text-decoration: none;
  color: #000;
}

.spotlight-3rd-column-news img {
    display: block;
    max-height: 325px;
    width: 293px;
    margin: 0 auto;
}
div.join-comment {
    margin: 2rem 0;
    border-top: 5px solid #cb2b1d;
    text-align: center;
    padding: 1rem 0;
    position: relative;
}
.join-comment:before {
    content: "";
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #cb2b1d;
    top: 0%;
    left: 50%;
}
.join-comment > span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2rem;
}
.news-item-left {
    min-width: 255px;
    padding-bottom: 30px;
}
/*.article-text h4, .article-text h5, .article-text h6, .article-text div  {*/
.article-text h4, .article-text h5, .article-text h6 {
    margin: 0 50px 40px;
}
.at_tags {
    margin: 30px 5px 15px 0px;
}
.at_tags .tags {
    background: #0072bc;
    color: #ffffff;
    float: left;
    padding: 3px 8px;
    margin-right: 15px;
}
.at_tags .t1 {
    padding-top: 4px;
}
.at_tags .t1 a {
    color: #777;
}
.at_tags dd{
    margin-inline-start:50px;
}
.search-form {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.search-bar input {
  color: #fff;
}
@media (max-width: 1280px) {
  .spotlight-3rd-column-news img {
      width: 100%;
      max-height: fit-content;
  }
  .see_now {
    margin: 0 0 40px 0;
  }
  .at_tags dd{
      margin-left: 0px;
      margin-inline-start:0px;
  }
}


.no-bullet {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-divider li:not(:last-child) {
    margin-bottom: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #d4d4d4;
}
.no-bullet li {
    margin: 0;
}
.media-left .media {
    float: left;
    margin-right: 3.3333333%;
}
a.por {
    display: block;
}
.media {
    max-width: 35%;
}
.por {
    position: relative;
}
.media-body {
    overflow: hidden;
}
.stories-list {
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    color: #222;
    text-transform: uppercase;
}
.stories-list-title {
    margin:0;
}
.stories-list-title a {
    color: #333;
    text-decoration: none;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
}
.section-page-title {
    width: 95%;
}
.right-column {
  padding-top:25px;
}
