/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}








::-webkit-scrollbar {
    width: 10px;
	height:10px;
	background-color:#ffffff;
}
 
/* Track */
::-webkit-scrollbar-track {
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #333; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
}
::-webkit-scrollbar-thumb:window-inactive {
    background-color: #333; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
}

.liveContainer{
    display: block;
    position: fixed;
    z-index: 9999999999;
    bottom: 10px;
    right: 10px;
    width: 50%;
    border: 10px solid #60606099;
    border-radius: 9px;
    box-shadow: 0 0 45px -20px black;
}
.liveVideo{
	
}
.liveControls{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 30px;
    background: white;
    border: 2px solid #a0a0a0;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color: #a0a0a0;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 0 3px 1px black;
}
.liveVideo iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
	background:black;
}
.liveContainer b{
    display: block;
    font-size: 16px;
    color: white;
    padding: 10px;
    line-height: 20px;
    background: black;
}
.liveContainer time{
    display: block;
    background: #f50000;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 10px;
    border-radius: 30px;
    font-weight: bold;
    color: white;	
	font-size:12px;
}
.liveNow{
    display: none;
    float: left;
    height: 30px;
    line-height: 30px;
    background: #FF5E06;
    margin-top: 10px;
    margin-left: 15px;
    border-radius: 30px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    width: 90px;
    
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
    text-align: center;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}


header{
	height: 50px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+22,000000+22,1673de+46,1673de+62,1673de+76,000000+100&1+0,0.88+26,1+86,1+100 */
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 22%, rgba(4,19,37,0.88) 26%, rgba(22,115,222,0.92) 46%, rgba(22,115,222,0.95) 62%, rgba(22,115,222,0.98) 76%, rgba(13,67,129,1) 86%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 0%,rgba(0,0,0,0.9) 22%,rgba(4,19,37,0.88) 26%,rgba(22,115,222,0.92) 46%,rgba(22,115,222,0.95) 62%,rgba(22,115,222,0.98) 76%,rgba(13,67,129,1) 86%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(0,0,0,1) 0%,rgba(0,0,0,0.9) 22%,rgba(4,19,37,0.88) 26%,rgba(22,115,222,0.92) 46%,rgba(22,115,222,0.95) 62%,rgba(22,115,222,0.98) 76%,rgba(13,67,129,1) 86%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-bottom: 1px solid #1673DE;
	position:relative;
	z-index:998;
}
.header1200{
	max-width:1200px;
	padding:0 20px;
	margin:0 auto;
}
.headerContent{
	width:1200px;
	height:50px;
	margin:0 auto;
}
.logo{
	float:left;
	width:163px;
	height:30px;
	padding:10px 0;
	padding-right:15px;
	border-right:1px solid white;
}
.logo a, .logo img{
	display:block;
	width:163px;
	height:30px;
}
.headerRight{
	float:right;
	width:calc(100% - 320px);
	height:50px;
}
.oldWebsite{
	float:left;
}
.historyButton{
	display: block;
    height: 50px;
    padding-left: 35px;
    padding-right: 10px;
    background: url(../img/history.png) center left 10px no-repeat;
    line-height: 50px;
    text-decoration: none;
    font-size: 12px;
    color: white;
	transition: 0.3s;
}
.historyButton:hover{
    background-color: rgba(0,0,0,0.2);
	transition: 0.3s;
}
.menu{
	float:right;
}
.menuUnit{
	float: left;
    border-right: 1px solid white;
	position:relative;
}
.menuUnit a{
    display: block;
    padding: 0 20px;
    text-decoration: none;
    color: white;
    font-size: 13px;
    line-height: 50px;
	transition: 0.3s;
	cursor:pointer;
}
.menuUnit a:hover{
    background-color: rgba(0,0,0,0.2);
	transition: 0.3s;
}
.dropDown{
	display:none;
	position: absolute;
    top: 50px;
    left: 0;
    z-index: 9999;
    padding-top: 2px;
	width:200px;
}
.dropDown a{
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    border-bottom: 1px solid #0075DE;
    background: rgba(0,0,0,0.95);
}
.dropDown a:hover{
    background: #0075DE !important;
}
/*.menuUnit:hover .dropDown{
	display:block;
}*/
.langBar{
	float:right;
    border-right: 1px solid white;
	position:relative;
}
.currentLang{
	
}
.currentLang a{
    display: block;
    text-decoration: none;
    color: white;
    font-size: 12px;
    line-height: 50px;
    padding: 0 20px;
    background: url(../img/lang_arr.png) no-repeat center right 20px;
    padding-right: 35px;
	cursor:pointer;
	transition: 0.3s;
}
.currentLang a:hover{
    background-color: rgba(0,0,0,0.2);
	transition: 0.3s;
}
.currentLang a img{
	height:15px;
	border:1px solid white;
	border-radius:2px;
	margin-right:6px;
}
.selectLang{
	display:none;
	position:absolute;
	width:100%;
	height:70px;
	top:51px;
	left:0;
    background-color: rgba(0,0,0,0.5);	
	z-index:999;
}
.selectLang a{
	display: block;
    text-decoration: none;
    color: white;
    font-size: 12px;
    line-height: 30px;
    padding: 0 20px;
}
.selectLang a img{
	height:15px;
	border:1px solid white;
	border-radius:2px;
	margin-right:6px;
}
.searchWrapper{
	float:right;
	position:relative;
}
.searchBut{
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: red;
    margin: 10px 0;
    margin-left: 20px;
    background: url(../img/search.png) no-repeat center;
}
.searchBox{
	display: none;
    position: absolute;
    top: 0px;
    right: -10px;
    height: 30px;
    background: black;
    z-index: 999;
    width: 1010px;
    padding: 10px;
}
.submitLine{
	display: block;
    float: left;
    height: 30px;
    border: none;
    outline: none;
    padding: 0 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 13px;
    width: calc(100% - 170px);
}
.submitSearch{
    background: #1673DE;
    color: white;
    display: block;
    float: left;
    border: none;
    outline: none;
    height: 28px;
    width: 100px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}
.closeSearch{
	float:right;
	height:30px;
	width:30px;
    background: url(../img/close_search.png) no-repeat center;
	cursor:pointer;
}


.mainTop{
	position:relative;
    background: #000;
	max-height:600px;
	min-height: 38px;
	z-index:997;
}
.ticker{
	position:absolute;
	height:18px;
	line-height:18px;	
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	padding:10px 0;
	z-index:998;
}
.ticker a{
	display:inline-block;
	text-decoration:none;
	color:white;
	font-size:14px;
	height:18px;	
	line-height:18px;	
    margin-right: 20px;
}
.ticker a time{
    display: inline-block;
    height: 18px;
    font-size: 11px;
    padding: 0 5px;
    background: #9C1414;
    margin-right: 10px;
}
.ticker1200{
	margin:0 auto;
	max-width:1240px;
}
.mainNewsSlider{
	position:relative;
	height:600px;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	background:#000;
	overflow:hidden;
}
.main{
    position: relative;
    z-index: 970;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
.mainNewsSlider .owl-dots{
    height: 16px;
    position: absolute;
    bottom: 20px;
    text-align: center;
	width:100%;
}
.mainNewsSlider .owl-dots .owl-dot{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #ffffffbd;
    margin: 0 6px;
    border: none;
    outline: none;
}
.mainNewsSlider .owl-dots .active{
    background: #1673DE;
}
.mainNewsUnit{
	display:block;
	position:relative;
	text-decoration:none;
}
.mainNewsUnit img{
	display:block;
	height:600px !important;
	width:900px !important;
}
.mainNewsSlideText{
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 500px);
    height: 100%;
    background: black;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 94%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 94%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 94%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}
.mainNewsSlideText time{
	display:block;
	position: absolute;
    top: 88px;
    right: 80px;
    color: white;
	font-size:14px;
}
.mainNewsSlideText span{
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    right: 0;
    margin: auto;
    width: 600px;
    color: white;
    height: 324px;
	overflow:hidden;
}
.mainNewsSlideText span b{
    font-size: 30px;
    line-height: 36px;
    display: block;
	text-align:right;
}
.mainNewsSlideText span p{
	display: block;
    padding-left: 30px;
    font-size: 15px;
    line-height: 18px;
    margin-top: 18px;
	text-align:right;
}
.mainSilver{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6e6e6+0,ffffff+100 */
	background: rgb(230,230,230); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width:100%;
	max-width:1240px;
	margin:0 auto;
}
.mainCenterWrapper{
	width:1200px;
	min-height:500px;
	margin:30px auto;
}
.storiesWrapper{
	margin-bottom:30px;
}
.mainCenterWrapperLeft{
	width:810px;
	min-height:500px;
	float:left;
}
.mainVideos{
	position:relative;
	margin-bottom:10px;
}
.titler{
	height:20px;
	margin-bottom:10px;
	position:relative;
}
.titlerWithLive{
    padding-top: 10px;
    margin-top: -10px;
}
.titler a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#4D4D4D;
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
}
.titler a img{
    display: inline-block;
    margin-top: -5px;
}
.mainVideosSlider{
	position:relative;
}
.mainVideoSliderUnit{
	position:relative;
	width:810px;
	height:400px;
}
.mainVideoSliderUnit img{
	height:400px;
	width:600px !important;
}
.mainVidSlideText{
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 520px);
    height: 100%;
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 24%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgb(203 203 203) 24%, rgb(201 201 201) 99%, rgb(193 193 193) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(129 129 129) 24%, rgb(199 199 199) 99%, rgb(199 198 198) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#000000',GradientType=1 );
}
.mainVidSlideText b{
    display: block;
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: auto;
    width: 300px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.mainVidSlideText b time{
    display: block;
    font-weight: normal;
    color: white;
    font-size: 14px;
    line-height: 30px;
}
.mainVidSlideText a{
	display: block;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 40px;
    padding: 0 20px;
    background: url(../img/play_video.png) no-repeat center right 14px red;
    line-height: 40px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border-radius: 40px;
    padding-right: 40px;
}
.mainVideosSlider .owl-dots{
    height: 16px;
    text-align: center;
	width:100%;
	margin-top:14px;
}
.mainVideosSlider .owl-dots .owl-dot{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #CCCCCC;
    margin: 0 6px;
    border: none;
    outline: none;
}
.mainVideosSlider .owl-dots .active{
    background: #333333;
}
.editorsSlider .owl-dots{
    height: 16px;
    text-align: center;
	width:calc(100% - 15px);
	margin-top:14px;
}
.editorsSlider .owl-dots .owl-dot{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #CCCCCC;
    margin: 0 6px;
    border: none;
    outline: none;
}
.editorsSlider .owl-dots .active{
    background: #333333;
}
.editorsSlider{
	margin-bottom:10px;
    width: calc(100% + 15px);
}
.editorsSlider a{
	display: block;
    text-decoration: none;
    position: relative;
    float: left;
    margin-right: 15px;
}
.editorsSlider a img{
	width:100%;
}
.editorsSliderText{    
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+52 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 52%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 52%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 52%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.editorsSliderText b {
    display: block;
    color: white;
}
.editorsSliderText b time{
	display:block;
	font-weight:normal;
	font-size:14px;
	margin-bottom:6px;
}

.nativePressSlider .owl-dots{
    height: 16px;
    text-align: center;
	width:calc(100% - 15px);
	margin-top:14px;
}
.nativePressSlider .owl-dots .owl-dot{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #CCCCCC;
    margin: 0 6px;
    border: none;
    outline: none;
}
.nativePressSlider .owl-dots .active{
    background: #333333;
}
.nativePressSlider{
    width: calc(100% + 15px);
}
.nativePressSliderCall2{
	margin-bottom:20px;
}
.nativePressSlider a{
	display: block;
    text-decoration: none;
    position: relative;
    float: left;
    margin-right: 15px;
}
.nativePressSlider a img{
	width:100%;
}
.nativePressText{    
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+52 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 52%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 52%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 52%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
.nativePressText b {
    display: block;
    color: white;
}
.nativePressText b time{
	display:block;
	font-weight:normal;
	font-size:14px;
	margin-bottom:6px;
}



.mainCenterWrapperRight{
	width:370px;
	float:right;
}
.subYT{
	margin-bottom: 10px;
	padding: 20px;
    border-radius: 5px;
    background: #333;
    height: 60px;
}
.subYT span{
	display: block;
	color: white;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	position:relative;
}
.subYT span #___ytsubscribe_0{
    top: 34px !important;
    position: absolute;
    margin-left: 5px;
}
.subYT span img{
    height: 30px;
    margin-top: -5px;
}
.timeline{
	height:703px;
	overflow:auto;
}
.longTimeline{
	height:1500px;
}
.timeline::-webkit-scrollbar-thumb {
    background-color: #E6E6E6; 
}
.timeline::-webkit-scrollbar-thumb:window-inactive {
    background-color: #E6E6E6; 
}
.timeline a{
	display:block;
	text-decoration:none;
	margin-bottom:10px;
	background:white;
	padding:10px;
	position:relative;
	margin-right: 10px;
	transition: 0.3s;
}
.timeline a:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f0f0+0,ffffff+100 */
	background: rgb(240,240,240); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	text-shadow:1px 1px 0 rgba(255,255,255,0.9);
	transition: 0.3s;
}
.timeline a img{
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    float: left;
    margin-right: 10px;
}
.timeline a span{
    display: block;
	color: #333;
    font-size: 14px;
    line-height: 20px;
}
.timeline a time{
    display: block;
    text-align: right;
    font-size: 12px;
    color: #888;	
    margin-top: 5px;
}
.allTimeline a{
    display: block;
    margin-top: 10px;
    height: 60px;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
    background: #1673DE;
    color: white;
    text-decoration: none;
	transition: 0.5s;
}
.allTimeline a:hover{
    background: #1662b9;
	transition: 0.5s;
}
.mainBlack{
	padding:40px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#404040+0,000000+100 */
	background: rgb(64,64,64); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(64,64,64,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(64,64,64,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(64,64,64,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width:100%;
	max-width:1240px;
	margin:0 auto;
}
.blackSliderWrapper{
	width:1200px;
	margin:0 auto;
}
.blackSliderWrapper .titler a{
	color:white;
}
.blackSlider{
	position:relative;
}
.blackSlider a{
	display:block;
	text-decoration:none;
}
.blackSlider a img{
	width:100%;
}
.blackSlider a time{
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
}
.blackSlider a span{
    font-size: 16px;
    display: block;
    color: white;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    font-weight: bold;
    margin-top: 10px;
}
.blackSlider .owl-nav{
    display: block !important;
    position: absolute;
    top: -30px;
    right: 0;
    height: 20px;
    line-height: 20px;
}
.blackSlider .owl-nav button{
	display: inline-block;
    outline: none;
    margin: 0;
    padding: 0 !important;
    width: 20px;
    height: 20px;
}
.blackSlider .owl-nav button span{
    color: white;
    font-size: 20px;
    line-height: 20px;
    display: block;
    height: 20px;
}

.mostPopularWrapper{
    margin: 30px 0;
    min-height: 200px;
    position: relative;
    border-top: 2px solid #808080;
    margin-top: 110px;
}
.mostPopular{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: -22px;
}
.mpTitle{
	position: absolute;
    right: 0;
    top: -40px;
	width:100%;
}
.mpTitle span{
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #808080;
    margin-right: 5px;
    font-weight: bold;
}
.mpTitle span img{
    margin-top: -5px;
}
.mpTitle select{
	display: block;
    height: 25px;
    border: none;
    outline: none;
    line-height: 20px;
    font-size: 16px;
    border-bottom: 1px dashed silver;
    color: silver;
    padding-bottom: 5px;
    float: right;
}
.mostPopularTimeline{
	
}
.mostPopularTimeline .owl-carousel .owl-height{
	overflow:visible !important;
}
.mostPopularTimelineUnit{
}
.mostPopularTimelineUnit a{
	display: block;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    margin-top: 20px;
    border-top: 2px solid #808080;
}
.mostPopularTimelineUnit a img{
	margin-top:30px;
	margin-bottom:10px;
}
.mostPopularTimelineUnit a .views{
	text-align: right;
    background: url(../img/view.png) no-repeat center left;
    padding-left: 24px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #808080;
    position: absolute;
    top: 5px;
    right: 15px;
}
.mostPopularTimelineUnit a b{
	display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #808080;
    background: white;
    border-radius: 36px;
    text-align: center;
    line-height: 36px;
    color: #808080;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    top: -20px;
    left: 0;
	transition: 0.3s;
}
.mostPopularTimelineUnit a:hover b{
	box-shadow:3px 3px 5px 1px silver;
	transition: 0.3s;
}
.mostPopularTimelineUnit a span{
	margin-top: 0;
    display: block;
    float: left;
    color: #000000;
    font-size: 16px;
    line-height: 22px;
	height:155px;
}
.mostPopularTimelineUnit a span time{
	font-size: 12px;
    display: inline-block;
    margin-right: 7px;
    color: #3c73de;
}
.mostPopularTimelineUnit a span img{
    display: inline !important;
    width: 11px !important;
	margin:0 !important;
}
.mostPopularTimeline .owl-nav{
	display:block !important;
}
.mostPopularTimeline .owl-nav .owl-prev{
	left: -30px;
    top: 20px;
}
.mostPopularTimeline .owl-nav .owl-next{
	right: -30px;
    top: 20px;
}
.mostPopularTimeline .owl-nav button{
	display: block;
    position: absolute;
    width: 20px;
	outline:none;
}
.mostPopularTimeline .owl-nav button span{
	display: block;
    font-size: 40px;
    height: 200px;
    line-height: 200px;
    color: silver;
}
.mpAJAX .lm, .mpAJAX .ltm {
    display: none;
}
.publishingSlider{
	margin-bottom:20px;
}
.publishingSlider a{
    display: block;
    text-decoration: none;
    padding: 20px;
    background: white;
	border:1px solid white;
	transition: 0.3s;
}
.publishingSlider a:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f0f0+0,ffffff+100 */
	background: rgb(240,240,240); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	text-shadow:1px 1px 0 rgba(255,255,255,0.9);
	transition: 0.3s;
}
.publishingSlider a img{
	width:100%;
}
.publishingSlider a b{
	display: block;
    color: #000;
    margin: 5px 0;
    font-size: 17px;
    line-height: 23px;
    height: 69px;
    overflow: hidden;
}
.publishingSlider a span{
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}

.publishingSlider .owl-dots{
	height: 16px;
    text-align: center;
    width: 100%;
    margin-top: 14px;
}
.publishingSlider .owl-dots .owl-dot{
	display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #CCCCCC;
    margin: 0 6px;
    border: none;
    outline: none;
}
.publishingSlider .owl-dots .active{
    background: #333333;
}
.photoSlider{
	margin-bottom:20px;
}
.photoSlider a{
    display: block;
    text-decoration: none;
    padding: 20px;
    background: rgb(64,64,64);
    background: -moz-linear-gradient(-45deg, rgba(64,64,64,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(64,64,64,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(135deg, rgba(64,64,64,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#000000',GradientType=1 )
}
.photoSlider a:hover{
}
.photoSlider a img{
	width:100%;
}
.photoSlider a b{
	display: block;
    color: #fff;
    margin: 5px 0;
    font-size: 17px;
    line-height: 23px;
    height: 69px;
    overflow: hidden;
}

.photoSlider .owl-dots{
	height: 16px;
    text-align: center;
    width: 100%;
    margin-top: 14px;
}
.photoSlider .owl-dots .owl-dot{
	display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #CCCCCC;
    margin: 0 6px;
    border: none;
    outline: none;
}
.photoSlider .owl-dots .active{
    background: #333333;
}

.photoLine{
	padding: 15px;
    border: 1px solid whitesmoke;
    background: #333;
}
.photoLine a{
	display:block;
	text-decoration:none;
}
.photoLine a img{
	width: 100%;
    display: block;
    margin-bottom: 10px;
}
.photoLine a b{
    display: block;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #1673de;
    margin-bottom: 15px;
}

.rightCat{
	background: white;
    padding: 20px;
    margin-bottom: 20px;
}
.rightCat a{
	display:block;
	text-decoration:none;
}
.rightCat a b{
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 20px;
}
.rightCat a img{
	display:block;
	width:100%;
	margin-bottom:10px;
}

.landscapes{
	padding: 19px;
    border: 1px solid white;
    background: rgba(255,255,255,0.5);
	padding-bottom:9px;
}
.landscapesBox a{
	display:block;
	text-decoration:none;
	margin-bottom:10px;
}
.landscapesBox a img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.landscapesBox a span{
	display: block;
    font-size: 15px;
    line-height: 21px;
    color: #333;
}

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

.sportSlider a{
	background:#1673DE;
}
.mainCatBox{
	width:calc(50% - 10px);
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.mainCatBox:nth-child(2n){
	margin-right:0;
}
.mainCatBoxUnit{
	
}
.mainCatBoxUnit a{
	display:block;
	text-decoration:none;
	position:relative;
	background:white;	
}
.mainCatBoxUnit a img{
	display:block;
	width:100%;
}
.mainCatBoxUnit a:nth-child(2) img, .mainCatBoxUnit a:nth-child(3) img{
	display:none;
}
.mainCatBoxUnit a:nth-child(2), .mainCatBoxUnit a:nth-child(3){
    padding-top: 20px;
    margin-top: 20px;
}
.mainCatBoxUnit a time{
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	color:white;
	font-size:14px;
	height:14px;
	line-height:14px;
}
.mainCatBoxUnit a:nth-child(2) time, .mainCatBoxUnit a:nth-child(3) time{
	color:#333;
}
.mainCatBoxUnit a span{
    display: block;
    margin: 10px;
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    color: #000;
    height: 69px;
    overflow: hidden;
    border-bottom: 10px solid transparent;
    margin-bottom: 0;
}


.poll{
	margin-bottom: 20px;
    padding: 20px;
}
.pollQuestion{
	font-weight: bold;
    color: #000;
    font-size: 16px;
}
.pollAnsverVariant{
	padding: 5px 0;
    margin-top: 20px;
}
.pollAnsverVariant span{
	display: block;
    float: left;
    font-size: 14px;
}
.pollAnsverVariant .label{
	font-size:14px;
	font-weight:bold;
}
.pollRadio{
	display:block;
    float: left;
    width: 14px;
    height: 14px;
    padding: 0;
    margin-top: 2px;
    margin-right: 10px;
}
.vote input{
    margin: 0;
    outline: none;
    border: none;
    background-color: #BF0000;
    color: white;
    height: 40px;
    margin-top: 25px;
    float: right;
    padding: 0 50px;
    font-size: 14px;
}
.ddd{
	width:100%;
	text-align:center;
}
#key{
    display: block;
    height: 30px;
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
}
#reload{
    display: block;
    float: left;
    width: calc(50% - 40px);
    height: 40px;
    background: #c90000;
    border: none;
    outline: none;
    color: white;
}
#bu{
	display: block;
    float: left;
    width: calc(50% - 10px);
    height: 40px;
    background: #0c00c9;
    border: none;
    outline: none;
    color: white;
	margin-left:20px;
}




footer{
	padding:30px;
	background:#000;
	position:relative;
	z-index:999;
}
.footerLeft{
	float:left;
	width:50%;
}
.footerLeft small{
	display:block;
	color:white;
	padding-left:60px;
	background:url(../img/footer_logo.png?v=1) no-repeat top left;
}
.footerRight{
    float: right;
    text-align: right;
}
.footerMenu a{
    display: block;
    color: white;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
}
.signature{
	width: 100%;
	float: left;
	text-align: center;
	border-top: 1px solid white;
	padding-top: 15px;
	margin-top: 15px;
	color: white;
	font-size: 12px;
}
.signature a{
	color:#0075DE;
}


















/****************** Show Page ******************/

.neeHeight{
	height: 38px;
    background: black;
}
.newsShow{
	padding:15px;
	background:white;
	min-height:500px;
}
.newsShow h1{
	font-size: 24px;
    line-height: 32px;
    margin-top: -5px;
    margin-bottom: 10px;
}
.articleCat{
	display: inline-block;
    height: 30px;
    padding: 0 10px;
    background: #0075DE;
    line-height: 30px;
    text-decoration: none;
    color: white;
    margin-bottom: 10px;
    font-size: 14px;
}
.newsShow time{
	display: inline-block;
    height: 30px;
    background: whitesmoke;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
}
.articleSharer{
    height: 24px;
    padding: 10px 0;
    border-top: 1px solid whitesmoke;
    margin: 10px 0;
}
.fb-share-button{
	float: left;
    margin-top: -2px;
    margin-right: 4px;
}
.articleMedia{
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid whitesmoke;
}
.articleMedia img{
	width:100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container .newParentOfEmbed{
	overflow:inherit !important;
	margin-top:-25px;
}
.video-container > .msPreroll {
    margin-top: -30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.newsShow p{
	color:#000;
}
.newsShow p iframe, .newsShow p img{
	width:100%;
}
.newsShow .image{
    margin: 15px 0;
    padding: 0;
    width: 100%;
}
.newsShow .image-style-side{
    width: 50% !important;
    float: right;
    margin-left: 15px;
}
.newsShow .image img{
    width: 100%;
}
.newsShow .image figcaption{
	font-size: 14px;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    padding: 5px 0;
    text-align: right;
    border-bottom: 1px solid whitesmoke;
    color: #999;
}
.fotorama{
	margin-bottom:10px;
}
.fb-comments{
}
.fb-vertical{
    position: relative;
    background: black;
    width: 100%;
    height: 536px;
}
.fb-vertical .fb-video{
	position: absolute !important;
    left: 50% !important;
    margin-left: -150px !important;
    width: 300px !important;
}
.fb-vertical .fb_iframe_widget_fluid_desktop iframe{
    width: 300px !important;
    height: 536px !important;
    position: absolute !important;
    margin-left: calc(100% - 300px);
}
.fb-vertical .fb_iframe_widget span{
	height:536px !important;
}
.relatedArticles{
	padding: 20px;
    border: 1px solid whitesmoke;
    margin: 5px;
}
.relatedArticles b{
	display: block;
    color: #0075DE;
    height: 15px;
    line-height: 15px;
    margin-bottom: 10px;
    font-size: 15px;
}
.relatedArticles a{
	display: block;
    line-height: 22px;
    font-size: 14px;
    text-decoration: none;
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid whitesmoke;
}
.relatedArticles a img{
	display: block;
	float:left;
	margin-right:10px;
}







/********************* Static Show *********************/

.staticPage{
	padding: 50px;
    background: white;
    min-height: 500px;
}
.staticPage h1{
	display: block;
    font-size: 24px;
    line-height: 24px;
    color: #000;
}





/********************* Cat Show *********************/

.categoryShow{
	background:white;
	padding:15px;
}
.categoryShow h1{
	margin:0;
	font-size:24px;
	line-height:24px;
	color:#333;
	margin-bottom:15px;
	text-transform:uppercase;
}
.catBox a{
	display: block;
    float: left;
    width: calc(33.333333333333% - 10px);
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 15px;
}
.catBox a:nth-child(3n){
	margin-right:0;
}
.catBox a img{
	display:block;
	margin-bottom:10px;
	width:100%;
}
.catBox a time{
    display: block;
    color: #0075DE;
    font-size: 12px;
    font-weight: normal;
}
.catBox a b{
	display: block;
    font-size: 15px;
    color: #333;
    line-height: 21px;
    height: 105px;
    overflow: hidden;
}


/* pageination */

.pagination {
	height: 40px;
	text-align:center;
    margin-bottom: 0;
}
.pagination a {
    display: inline-block;
    height: 40px;
    width: calc(100% / 7 - 3.5px);
    font-size: 10px;
    line-height: 40px;
    background-color: whitesmoke;
    text-decoration: none;
    margin-left: 4px;
    color: #000;
    font-weight: bold;
}
.pagination a:first-child {
    margin-left: 0;
}
.pagination a:hover {
	background-color:#1673DE;
	color:white;
}
.activePage {
	background-color: #1673DE !important;
	color:white !important;
}




/* News Line */


.allNews{
	
}
.allNewsPage{
	width: 810px;
    float: left;
}
.allNewsPage h1{
    margin: 0;
    color: #0077DE;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    background: white;
    padding: 10px;
}
.allNewsBox{
	margin-top: 10px;
}
.allNewsBox a{
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    background: white;
    padding: 5px;
}
.allNewsBox a img{
    display: block;
    float: left;
    margin-right: 10px;
    width: 120px;
    height: 120px;
}
.allNewsBox a b{
	display: block;
    color: #333;
    font-size: 15px;
    line-height: 21px;
}
.allNewsBox a b time{
	display: block;
    font-size: 12px;
    font-weight: normal;
    color: #1673DE;
}
.allNewsRight{
    width: 350px;
    float: right;
    background: white;
    padding: 15px;
    position: sticky;
    top: 10px;
}
.allNewsRight .mostPopular{
    width: 100%;
}

.dateSearchBox{
	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid silver;
}
.dateSearchBox b{
	display: block;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    color: #0075DE;
    margin-bottom: 10px;
}
.dateSearchLine{
	display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #0077DE;
    border-radius: 0;
    outline: none;
    width: calc(100% - 120px);
    color: #0077DE;	
}
.dateSubmit{
	display: block;
    float: left;
    height: 30px;
    border: none;
    outline: none;
    background: #0075DE;
    color: white;
    font-size: 12px;
    width: 98px;
    font-weight: bold;
}
.allNewsRight .mostPopularTimelineUnit a{
    margin-bottom: 10px;
    padding-right: 0;
}
.allNewsRight .mostPopularTimelineUnit a span{
	height:auto;
}
.allNewsRight .mpTitle {
    left: 0;
    top: -30px;
}
.allNewsRight .mostPopularWrapper {
    margin-top: 70px;
    margin-bottom: 0;
}
.allNewsRight .mostPopularTimelineUnit a .views{
    right: 0;
}
.mostPopularTimelineRight .mostPopularTimelineUnit a span{
	margin-top:30px;
}





/********************* Medias Start Here *********************/

@media(max-width:1024px){
	.headerContent {
		width: 980px;
	}
	.historyButton span{
		display:none;
	}
	.menuUnit a {
		padding: 0 13px;
		font-size: 12px;
	}
	.searchBox {
		width: 790px;
	}
	.mainTop {
		max-height: 450px;
	}
	.mainNewsSlider {
		height: 450px;
	}
	.mainNewsUnit img {
		height: 450px !important;
		width: 675px !important;
	}
	.mainNewsSlideText {
		right: 50px;
		width: calc(100% - 450px);
	}
	.mainNewsSlideText time {
		top: 50px;
		right: 0;
	}
	.mainNewsSlideText span{
		left: 50px;
		width: 450px;
		height: 250px;
	}
	.mainNewsSlideText span b {
		font-size: 24px;
		line-height: 30px;
	}
	.mainCenterWrapper {
		width: 980px;
	}
	.mainCenterWrapperLeft {
		width: 660px;
	}
	.mainCenterWrapperRight {
		width: 300px;
	}
	.mainVideoSliderUnit {
		width: 660px;
		height: 350px;
	}
	.mainVideoSliderUnit img {
		height: 350px;
		width: 525px !important;
	}
	.mainVidSlideText {
		width: calc(100% - 300px);
	}
	.mainVidSlideText b {
		width: 250px;
		height: 200px;
		font-size: 22px;
		line-height: 26px;
	}
	.timeline a img {
		display: block;
		width: 75px;
		height: 75px;
		border-radius: 75px;
		float: left;
		margin-right: 10px;
	}
	.timeline a span {
		font-size: 13px;
	}
	.timeline {
		height: 1155px;
	}
	.titler a{
		font-size:18px;
	}
	.mostPopular {
		width: 980px;
	}
	.mostPopularTimeline .owl-nav .owl-next {
		right: -20px;
	}
	.mostPopularTimeline .owl-nav .owl-prev {
		left: -20px;
	}
	.blackSliderWrapper {
		width: 980px;
		margin: 0 auto;
	}
	.allNewsPage {
		width: 660px;
	}
	.allNewsRight {
		width: 290px;
		padding: 10px;
	}
}

@media (max-width: 780px){
	body{
		min-width:700px;
	}
	.headerContent {
		width: calc(100% - 30px);
		padding: 0 15px;
	}
	.searchBox {
		width: 450px;
	}
	.langBar span{
		display:none;
	}
	.menu {
		display: none;
	}
	.mainNewsSlideText {
		right: 50px;
		width: calc(100% - 400px);
	}
	.mainNewsSlideText span {
		left: 50px;
		width: 310px;
		height: 260px;
	}
	.mainNewsSlideText span b {
		font-size: 20px;
		line-height: 26px;
	}
	.mainNewsSlideText span p {
		display: none;
		padding-left: 30px;
		border-left: 2px solid white;
		font-size: 13px;
		line-height: 17px;
		margin-top: 18px;
	}
	.mainCenterWrapper {
		width: calc(100% - 30px);
		padding: 0 15px;
	}
	.titler a {
		font-size: 14px;
	}
	.mainCenterWrapperLeft {
		width: 470px;
	}
	.mainCenterWrapperRight {
		width: calc(100% - 480px);
	}
	.timeline {
		height: 995px;
	}
	.timeline a {
		margin-bottom: 5px;
		margin-right: 5px;
	}
	.timeline a img {
		width: 60px;
		height: 60px;
		margin-right: 5px;
	}
	.mainVideoSliderUnit {
		width: auto;
		height: 250px;
	}
	.mainVidSlideText b {
		width: 200px;
		height: 113px;
		font-size: 14px;
		line-height: 20px;
		overflow: hidden;
	}
	.mainVideoSliderUnit img {
		height: 100%;
		width: auto !important;
	}
	.mainVidSlideText {
		width: 60%;
	}
	.mainVidSlideText a {
		height: 30px;
		line-height: 30px;
	}
	.owl-dots{
		height:12px !important;
		margin-top:8px !important;
	}
	.owl-dots .owl-dot{
		width:12px !important;
		height:12px !important;
	}
	.editorsSliderText b {
		font-size: 12px;
		max-height: 64px;
		overflow: hidden;
		line-height: 16px;
	}
	.nativePressText b {
		font-size: 13px;
		max-height: 64px;
		line-height: 16px;
		overflow: hidden;
	}
	.nativePressText b time {
		font-size: 12px;
		margin-bottom: 0;
	}
	.mostPopular {
		width: calc(100% - 30px);
		padding: 0 15px;
	}
	.mostPopularWrapper {
		margin: 20px 0;
		margin-top: 90px;
		min-height: 250px;
	}
	.mostPopularTimelineUnit a{
		padding:0 10px;
	}
	.mostPopularTimelineUnit a b {
		width: 32px;
		height: 32px;
		line-height: 32px;
		top: -16px;
	}
	.mostPopularTimelineUnit a span {
		font-size: 12px;
		line-height: 19px;
		height: 155px;
	}
	.mostPopularTimelineUnit a span img {
		width: 7px !important;
	}
	.mostPopularTimelineUnit a .views {
		font-size: 12px;
	}
	.mostPopularTimelineUnit a span time {
		font-size: 10px;
		margin-right: 5px;
	}
	.mostPopularTimeline .owl-nav .owl-prev {
		left: -10px;
	}
	.mostPopularTimeline .owl-nav .owl-next {
		right: -10px;
	}
	.mpTitle {
		right: 10px;
		top: -40px;
	    width: calc(100% - 20px);
	}
	.blackSliderWrapper {
		width: calc(100% - 30px);
		padding: 0 15px;
	}
	.mainBlack{
		padding:20px 0;
	}
	.blackSlider a span {
		font-size: 14px;
		display: block;
		color: white;
		line-height: 20px;
		height: 60px;
		overflow: hidden;
		font-weight: bold;
		margin-top: 10px;
	}
	.mainCatBoxUnit a span {
		font-size: 12px;
		line-height: 17px;
		height: 68px;
		overflow: hidden;
	}
	.mainCatBoxUnit a time {
		display: block;
		font-size: 12px;
		height: 12px;
		line-height: 12px;
	}
	.mainCatBox {
		margin-bottom: 10px;
	}
	.mainVideos {
		margin-bottom: 20px;
	}
	.liveVideo {
		height: calc(100% + 5px);
	}
	.footerLeft {
		float: none;
		width: 100%;
	}
	.footerLeft small {
		padding-top: 60px;
		background: url(../img/footer_logo.png) no-repeat top center;
		text-align: center;
		padding-left: 0;
	}
	.footerRight {
		float: none;
		text-align: center;
		width: 100%;
		margin-top: 10px;
	}
	.footerMenu a {
		display: inline-block;
		font-size: 13px;
	}
	.allNewsPage {
		width: calc(100% - 280px);
	}
	.allNewsRight {
		width: 250px;
		padding: 10px;
	}
	.allNewsRight .mostPopular {
		width: auto;
		padding: 0;
	}
	.mpTitle span {
		font-size: 16px;
	}
	.dateSearchBox b {
		font-size: 13px;
	}
	.categoryShow h1 {
		font-size: 14px;
		line-height: 14px;
	}
	.newsShow h1 {
		font-size: 20px;
		line-height: 28px;
	}
	.allNewsPage h1 {
		font-size: 20px;
		line-height: 20px;
		height:auto;
	}	
	.catBox{
		width: calc(100% + 10px);
	}
	.catBox a{
		width: calc(50% - 10px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.catBox a:nth-child(3n) {
		margin-right: 10px;
	}
	.logo{
		border:none;
	}
	
	
/***************** Mobi Menu ********************/


	.headerRight {
		display:none;
		position: fixed;
		top: 0;
		left: 0;
		width: calc(100% - 100px);
		height: calc(100% - 100px);
		background: #111;
		z-index: 99999;
		padding: 50px;
	}
	.oldWebsite {
		float: none;
	}
	.historyButton {
		display: block;
		height: 50px;
		padding-left: 40px;
		padding-right: 15px;
		background: url(../img/history.png) center left no-repeat;
		line-height: 50px;
		text-decoration: none;
		font-size: 14px;
		color: white;
		transition: 0.3s;
	}
	.historyButton span {
		display: block;
	}
	.searchWrapper {
		float: none;
		position: relative;
		padding: 0;
		height: 50px;
	}
	.searchBut {
		width: 40px;
		height: 50px;
		cursor: pointer;
		background-color: transparent;
		margin: 0;
		margin-left: 0;
		background: url(../img/search.png) no-repeat left center;
		float: left;
	}
	.searchBox{
		display: block;
		position: unset;
		width: calc(100% - 40px);
		margin: 10px 0;
		padding: 0;
		float: right;
	}
	.submitLine {
		width: calc(100% - 100px);
	}
	.submitSearch {
	    width: 80px;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.closeSearch {
		display: none;
	}
	.currentLang {
		display: none;
	}
	.langBar {
		float: none;
		border-right: none;
		position: relative;
	}
	.selectLang {
		display: block !important;
		position: unset;
		width: 100%;
		height: 30px;
		top: unset;
		left: 0;
		background-color: transparent;
		z-index: 999;
		padding: 10px 0;
	}
	.selectLang a {
		display: block;
		text-decoration: none;
		color: white;
		font-size: 14px;
		line-height: 28px;
		float: left;
		width: calc(50% - 32px);
		border: 1px solid white;
		padding: 0 10px;
		height: 28px;
		margin-left: 20px;
		border-radius: 3px;
		background: #ffffff1f;
	}
	.selectLang a:first-child {
		margin-left: 0;
	}
	.selectLang a img {
		height: 14px;
		border: none;
		border-radius: 2px;
		float: left;
		margin: 6.5px 0;
		margin-right: 10px;
	}
	.langBar span {
		display: block;
	}
	.menu {
		display: block;
		float: none;
	}
	.menuUnit {
		float: none;
		border-right: none;
		position: relative;
	}
	.menuUnit a {
		padding: 0;
		font-size: 14px;
		line-height: 30px;
		height: 30px;
		margin: 10px 0;
	}
	.dropDown {
		display: none;
		position: unset;
		padding-top: 0;
		width: auto;
	}
	.dropDown a {
		display: block;
		height: 30px !important;
		line-height: 28px !important;
		white-space: nowrap;
		border-bottom: none;
		color: whitesmoke;
		background: transparent;
		padding-left: 10px;
		border-left: 1px solid #0075DE;
	}
	.menuUnit a:hover{
		background-color:transparent;
	}
	.closeMenu{
		display: block;
		height: 40px;
		width: 40px;
		border-radius: 30px;
		border: 2px solid white;
		background: url(../img/close_search.png) no-repeat center;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.openMenu{
		display: block;
		color: white;
		height: 30px;
		width: 30px;
		background: url(../img/menu.png) no-repeat center;
		float: right;
		margin: 10px 0;
		cursor: pointer;
	}
	
}
@media (max-width: 600px){
	.header1200{
		padding:0;
	}
	body{
		min-width:auto;
	}
	.mainTop {
		max-height: none;
	}
	.mainNewsSlider {
		height:560px;
	}
	.mainNewsUnit{
		display: block;
		position: relative;
		text-decoration: none;
		height: 100vh;
		width: 100%;
		background: #000;
		overflow:hidden;
	}
	.mainNewsUnit img {
		height: auto!important;
		width: 121%!important;
		margin-left: -10%;
	}
	.mainNewsSlideText {
		position: absolute;
		top: unset;
		height: 192px;
		right: 0;
		width: calc(100% - 40px);
		padding: 0 20px;
		box-shadow: 0 -40px 55px 40px black;
		background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 18%,rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 18%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 18%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#000000',GradientType=0 );
	}
	.mainNewsSlideText span {
		left: 0;
		width: 100%;
		top: 0;
		bottom: 196px;
		height: 196px;
		padding: 0;
		margin: 0;
	}
	.mainNewsSlideText time{
		left: 20px;
		right: unset;
		top: -25px;
		text-align: left;
		color: #fff;
		line-height: 20px;
		font-size: 15px;
	}
	.mainNewsSlideText span b {
		font-size: 24px;
		line-height: 32px;
		text-align: left;
		padding: 0 20px;
		max-height: 192px;
		overflow: hidden;
	}
	.mainNewsSlideText span p {
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		border-left: 0;
		padding: 0 20px;
		margin: 10px 0;
		height: 180px;
		overflow: hidden;
	}
	.mainNewsSlider .owl-dots {
		position: absolute;
		bottom: 10px;
		text-align: center;
		width: 100%;
	}
	.mainCenterWrapper {
	}
	.stories.carousel{
		margin-bottom: 20px;
	}
	.mainCenterWrapperLeft {
		margin-bottom: 10px;
		width: 100%;
	}
	.allTimeline{
		position:relative;
		z-index:999;
	}
	.mainCenterWrapperRight {
		width: 100%;
	}
	.mainCenterWrapper {
		width: calc(100% - 20px);
		padding: 0 10px;
	}
	.nativePressSlider{
		margin-bottom:20px;
	}
	.editorsSlider, .nativePressSlider {
	}
	.timeline {
		height: 600px;
	}
	.mainCatBox {
		width: 100%;
		margin-bottom: 10px;
	}
	.main{
		overflow:hidden;
	}
	.mostPopularWrapper{
		max-height:167px;
	}
	.mostPopularTimelineUnit a span{
		height:117px;
	}
	.mostPopularTimeline .owl-nav button span {
		height: 160px;
		line-height: 160px;
	}
	.mostPopularTimeline .owl-nav .owl-prev {
		left: -15px;
	}
	.mostPopularTimeline .owl-nav .owl-next {
		right: -15px;
	}
	.allNewsPage {
		width: 100%;
	}
	.allNewsRight {
		width: calc(100% - 30px);
		padding: 15px;
		margin-top: 10px;
		position:unset;
	}
	.catBox a b {
		font-size: 14px;
		line-height: 18px;
		height: 125px;
		overflow: hidden;
	}
}
