/*=======================*/
/*==== RESET CSS ========*/
/*=======================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Helvetica Neue,Helvetica,Arial,Utkal,sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*================*/
a{
	text-decoration: none;
}


label:hover{
	cursor:pointer;
	color:#fff;
}
.mt-30{
	margin-top: 30px;
}
/*=======================*/
/*==== HEADER ========*/
/*=======================*/

.wrapper, .topnav{
	max-width: 1100px;
	/*width: 1100px;*/
	height: 100%;
	margin:0 auto;
}

.topnav .icon {
  display: none;
}

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

  .topnav div:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    padding-right: 15px;
    padding-top: 15px;
  }
}

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

  .topnav.responsive {
  	position: relative;

  }
  .topnav.responsive .icon {
   	position: absolute;
    right: 0;
    top: 0;
  }
 
  .topnav.responsive .header-left
  {
  	float: none;
  	 display: block;
  	 /*position: relative;*/
  	 background-color: #0c0c0c;
  }
   .topnav.responsive .header-right:not(.header-expanded-menu){
   	float: none;
  	 display: block;
  	/* position: relative;*/
   }
   .header-right .international-edition{
   	display: none;
   }
  .topnav.responsive .header-right .page-search{
	 display: block;
	
  }

  .header-right .page-search .page-search-field{
  	top:0;
	right: 0;
  	display: block;
  	width: 100%;
  	z-index: 3000;
  }
 .header-right .page-search .page-search-field-label{
 	/*color:black;*/
 	right: -15px;
 	display: block;
 	top:0;
 	z-index: 3000;
 }
  
  .header-left .page-nav ul{
  	flex-direction: column;
  	/*justify-content: flex-start;*/
  	align-items: flex-end;
  	height: 350px;
  	width: 100vw; 
  	position: absolute;
  	top:80px;
  	right: 0;
	z-index: 1000;
  	background: rgba(0,0,0,.9);
  }
   .header-left .page-nav ul li{
   	margin-top:10px;
   	margin-bottom:5px;
   	margin-right: 15px;
   	color: rgb(191, 191, 191);
   }
  .header-left .page-nav ul li::after{
	content: "";
}
}/*@media max-width:1000px*/



.page-header{
	height: 50px;
	width: 100%;
	background-color: #0c0c0c;
	color: rgb(191, 191, 191);

}
.page-header a{
 color:inherit; /*means inherit the parent color*/

}
.header-left{
	float:left;
	display: flex;
	height: 100%;
}

.header-right{
	float:right;
	display: flex;
	height: 100%;
	align-items: center;
}
.page-nav ul{
	display: flex;
	align-items: center;
	height: 100%;
	/*margin-left: 15px;*/
	margin-left: 65px;
}
.page-nav ul li{
	margin: 0 0 0 5px; /*t,r,b=0 l:5*/
	text-transform: capitalize;
}
.page-nav ul li::after{
	content: "|";
	margin-left:5px;
}
.page-nav ul li:last-child::after{
	content: "";
}
.page-nav a:hover{
	color:#fff;
}
.page-logo{
	position: relative;
	width: 60px;
}
.page-logo img{
	position:absolute;
	width: 100%;
	z-index: 2000;
}
.search-switcher-label{
	margin: 0 15px; /*t,b:0 l,r:15*/
}
/*.page-search-field{
	width: 0;
	visibility:hidden;
}*/
.page-search{
	position: relative;
}
.page-search-field{
	width: 980px;
	position:absolute;
	right: 40px;
	top:-7px;
	font-weight: 300;
	font-size: 16px;
	padding: 5px;
	height: 30px;
	-webkit-appearance:textfield;
	display:none;
}
.page-search-field-label{
	position: absolute;
	right: 27px;
	top:-7px;
	height: 30px;
	background: transparent;
	width: 100px;
	line-height: 30px;
	display: none;
	color:#000;
}
#search-switcher:checked~.page-search-field{
	display:block;
}
#search-switcher:checked~.page-search-field-label{
	display: block;
}
.international-edition{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.international-block{
	background: rgba(0,0,0,.9);
	position: absolute;
	top:50px; /*up to the page-header height*/
	padding: 8px 15px 15px; /*t:8 l,r:15 b:15*/
	width: 250px;
	left:-70px;
	box-sizing: border-box;
	font-weight: 300;
	display: none;
	z-index:200;
}
#international-switcher:checked~.international-block{
 display: block;
}
.international-block ul{
	text-align: right;
}
.international-block ul li{
	margin-bottom: 20px;
	padding: 0 15px; /*t,b:0 r,l:15*/
	
}
.international-block hr{
	background: transparent;
	border:0; /*before setting our own border, we first need
	to remove any existing border*/
	border-top: 1px solid #bfbfbf;

}
.international-block p{
	text-align: right;
}
.flex-block{
	display: flex;

}
.row-block.flex-block{
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 15px;
}
.row-block.flex-block label:nth-of-type(1){
	margin-right: auto;
}
.row-block.flex-block input{
	margin-right: 5px;
}
.row-block.flex-block:nth-of-type(2){
	justify-content: flex-end;
}
.confirm{
	background: transparent;
	border:1px solid #bfbfbf;
	padding: 0 15px; /*t,b:0 l,r:15*/
	height: 30px;
	line-height: 30px; /*making the content center*/
	color:#bfbfbf;
	font-size: 15px;
}
/*.header-expanded-menu{
	position:relative;
}*/
.header-expanded-menu-block{
	/*width: 100%;*/
	width: 100vw; /*1vw=1/100 th of the entire page*/
	/*height: 470px;*/
	background: rgba(0,0,0,.9);
	position: absolute; /*It takes as reference browser window*/
	top:50px;
	right: 0;
	display: none;
	z-index:200;
}
#expanded-switcher:checked~.header-expanded-menu-block{
	display:block;
}
.expanded-top-block{
	padding-top: 25px;
	margin-left: 10px;
}
.expanded-top-block h3{
	font-size: 22px;
	font-weight: 300;
	color:#fff;
	margin-bottom: 15px;
	margin-top: 10px;
}
.expanded-top-block a{
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}
.expanded-top-block a:hover{
	color:#fff;
}
.expanded-top-block .col-2{
	padding-left: 0;
	padding-right: 0;
}
.expanded-bottom-block{
	margin-left:10px;
}
.expanded-bottom-block .international-block{
	display: flex;
	position: static;
	align-items: center;
	width: 80%;
	justify-content: flex-start;
	background: transparent;
	padding-left: 0;

}
.expanded-bottom-block .international-block ul{
	display: flex;
	align-items: center;
}
.expanded-bottom-block .international-block hr{
	display: none;
}
.expanded-bottom-block .international-block ul li{
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.expanded-bottom-block .international-block ul li:first-child{
	padding-left: 0;
}
.expanded-bottom-block .international-block img{
	height: 30px;
	margin-right: 5px;
}
.expanded-bottom-block .international-block p{
	font-size: 13px;
	margin: 0 15px 0 30px; /*t:0 r:15, b:0 l:30*/
}
.expanded-bottom-block .row-block.flex-block label:nth-of-type(1){
	margin-right: 15px;
}
.expanded-bottom-block .international-block label{
	font-size: 13px;
	margin-right: 15px;
}
.expanded-bottom-block .international-block  input{
	font-size: 10px;
}
.expanded-bottom-block .international-block .flex-block{
	align-items: center;
}
/*=======================*/
/*==== MAIN ========*/
/*=======================*/
main{
	padding-top:35px;
}
article img{
	width: 100%;
}
.bold{
	font-weight: bold;
}
h1{
	color:#262626;
	font-size: 55.44px;
	font-weight: 500;
	line-height: 1.11;
	text-align: center;
}
.image-label{
	background: rgb(204, 0, 0);
	color:#fff;
	text-align: center;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	width: auto;
	padding:0 10px; /*t,b:0 l,r:10*/
	position: absolute;
	bottom:100%;
	left:0;
	white-space: nowrap;

}
.image-block{
	position: relative;
}
.label-block{
	position: absolute;
	bottom:3px;
	left: 0;
}
article{
	margin-bottom: 30px;
}
article h3{
	font-size: 16px;
	line-height: 1.25;
	color:rgb(38,38,38);
	margin:7px 0;
}
.last-news li{
	padding:7px 0; /*t,b:7 l,r:0*/
	border-top: 1px solid #d9d9d9;
}
.last-news a{
	font-size: 15px;
	font-weight: 300;
	color:rgb(38,38,38);
}
.play::after{
	content: "\f144";
	font-family: "Font Awesome 5 Free";
	color:#a6a6a6;
	margin-left: 7px;
}
.semi-grey{
	font-size: 21px;
	font-weight: 300;
	text-align: center;
	line-height: 1.2;
	background: #e6e6e6;
	padding: 10px 10px 15px; /*t:10 l,r:10 b:15*/
	/*margin-top: -23px;*/
	margin:-23px 30px 0;
	position: relative;
	z-index:100;
}
.category{
	color:#404040;
	font-weight: bold;
	padding: 7px;
	background: #f2f2f2;
}
.middle-size{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
}
.full-width-heading{
	font-size: 30px;
	font-weight: 300;
	color:rgb(38,38,38);
	line-height: 1.13;
	background: rgba(250, 250, 250, 0.85);
	width: 100%;
	padding:7px 10px;
}
.no-margin{
	margin:0;
}
.top-border{
	border-top: 1px solid #d9d9d9;
}
.small-size{
	font-size: 15px;
	font-weight: 300;
	line-height: 1.2;
}
.no-padding-right{
	padding-right:0;
}
.with-opacity{
	background-color:rgba(250, 250, 250, 0.85);
}
.section-heading{
	color:#262626;
	font-size:24px;
	font-weight: 300;
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin-bottom: 15px;
}
.section-heading::after{
	content: ".";
	font-size: 0;
	height: 9px;
	border-top:4px solid #d9d9d9;
	border-bottom: 4px solid #d9d9d9;
	width: 100%;
	margin-left:5px;
}
.dark-section{
	background: #1a1a1a;
	padding-top: 30px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.dark-section .section-heading::after{
	border-color: #c00;
}
.dark-section .image-label{
	background: #fff;
	color:#c00;

}
.dark-section .with-opacity{
	background: rgba(38, 38, 38, 0.85);
}
.dark-section h3{
	color:#fff;
}
.dark-section .full-width-b{
	width: 817.5px;
}

@media screen and (max-width: 960px) {
 .dark-section .full-width-b{
	width: 100%;
	font-size: 24px;
}
.full-width-heading{
	font-size: 24px;
} 
 
}



/*=======================*/
/*==== FOOTER ========*/
/*=======================*/
.page-footer{
	background:#0c0c0c;
	color:#fff;
	/*margin-top: 300px;*/
	padding-top: 30px;
	padding-bottom: 70px;
}
.page-footer a{
	color:#bfbfbf;
}
.footer-top-block{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.footer-weather{
	display: flex;
	align-items: center;
}
.footer-weather img{
	margin: 0 10px; /*t,b:0 l,r:10*/
}
.footer-top-block .search-footer{
	background: #262626;
	color:#bfbfbf;
	border:0;
	width: 320px;
	height: 35px;
	font-size: 16px;
	outline:none;
	padding:6px 45px 6px 12px; /*t:6 r:45 b:6 l:12*/
}
.footer-top-block .search-block label{
	margin-left: -40px;
	font-size: 22px;
}
.footer-top-block .search-block{
	display: flex;
	align-items: center;
}
.page-footer .expanded-top-block{
	padding-bottom: 25px;
}
.footer-bottom-block img{
	height: 36px;
	margin-right: 10px;
	
}
.footer-bottom-block{
	padding-top: 40px;
}
.footer-bottom-left{
	display: flex;
	align-items: center;
}
.footer-bottom-block .international-edition{
	position:relative;
	padding:10px 0;
}
.footer-bottom-block .international-block{
	position: absolute;
  	top:-260px;
  	left:-46px;
  	display: none;
  	height: 250px;
	
}
.footer-bottom-block .international-block p{
	text-align: left;
}
.footer-bottom-block .international-block ul{
	text-align: left;
	padding-top:10px;
} 
.footer-bottom-block .international-block ul li:first-child{
	padding-top:8px;
	padding-left: 5px;
	
}
.footer-bottom-block .international-block ul li{
	padding-left: 5px;
}
.footer-bottom-block .row-block.flex-block:nth-of-type(2){
	justify-content: flex-start;
}
#international-switcher-f:checked~.international-block{
 display: block;
}
.footer-bottom-right{
	display: flex;
	flex-direction: column;
	font-size: 12px;
}
.footer-copy{
	text-align: right;
	color:rgb(89, 89, 89);
	line-height: 1.6;
	margin-bottom: 5px;
}

.footer-menu ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer-menu ul li a{
	color:#595959;
	padding-right: 9px;
}
.footer-menu ul li::after{
	content: "|";
	margin-right:7px;
	color:#595959;
}
.footer-menu ul li:last-child::after{
	content: "";
}
.footer-menu .ad{
	padding-right: 15px;
}