/*! 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;
  }
}







*{
	font-family:tahoma, arial unicode, arian amu;
}


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

body{
	background:whitesmoke;
}

header{
	max-width:1200px;
	margin:0 auto;
	position:relative;
	z-index:999;
	top:0 !important;
}
.logo{
	float:left;
	width:315px;
	height:40px;
	margin-top:30px;
}
.logo a, .logo a img{
	display:block;
	width:315px;
	height:40px;
}
.headerRight{
	float:right;
	width:calc(100% - 360px);
	height:26px;
	margin-top:38px;
}
.menu{
	float:left;
	height:25px;
	border-bottom:1px solid white;
}
.mobiMenu{
	display:none;
}
.menu a{
	display:block;
	float:left;
	text-decoration:none;
	font-size:14px;
	color:white;
	margin-left:25px;
	height:25px;
	line-height:25px;
	border-bottom:1px solid transparent;
	transition: 0.3s;
}
.menu a:hover{
	border-bottom:1px solid #FF4545;
	color:#FF4545;
	transition: 0.3s;
}
.menu a:first-child{
	margin-left:0;
}
.langBar{
	float:right;
	border:1px solid white;
	padding:0 8px;
	min-height:24px;
}
.activeLang{
	padding-right:12px;
	background:url(../img/down_arr.png) no-repeat center right;
	font-size:13px;
	height:24px;
	line-height:24px;
	color:white;
	cursor:pointer;
}
.otherLang{
	display:none;
	text-decoration:none;
	padding-right:8px;
	font-size:13px;
	height:24px;
	line-height:24px;
	margin-top:3px;
}
.otherLang a{
	display:block;
	text-decoration:none;
	padding-right:8px;
	font-size:13px;
	height:24px;
	line-height:24px;
	margin-top:3px;
	color:white;
}
.searchButton{
	float:right;
	margin-left:20px;
	width:26px;
	height:26px;
	cursor:pointer;
	background:url(../img/search.png) no-repeat center;
}
.searchWrapper{
	display:none;
	width:100%;
	height:26px;
	padding:12px 0;
	position:absolute;
	top:80px;
	left:0;
	background:rgba(0,0,0,0.9);
}
.searchBox{
	height:26px;
	width:calc(100% - 24px);
	margin:0 12px;
}
.submitLine{
	display:block;
	float:left;
	border:1px solid white;
	height:24px;
	width:calc(100% - 170px);
	outline:none;
	padding:0 10px;
	background:transparent;
	color:white;
	font-size:13px;
}
.submitSearch{
	display:block;
	float:left;
	margin:0 10px;
	width:100px;
	height:24px;
	background:#FF4545;
	font-size:13px;
	color:white;
	border: none;
}
.closeSearch{
	float:right;
	width:26px;
	height:26px;
	cursor:pointer;
	background:url(../img/close.png) no-repeat center;
}

.mainNewsWrapper{
	width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: -70px;
    background: black;
    height: 600px;
	position:relative;
}
.mainNewsSlider{
	position:absolute;
	width:900px;
	height:600px;
	top:0;
	left:0;
}
.mainNewsSlider a{
	display:block;
	text-decoration:none;
	position:relative;
	width: 900px;
    height: 600px;
}
.mainNewsSlider a img{
	display:block;
	width:900px;
	height:600px;
	position:absolute;
	top:0;
	left:0;
}
.rightShadow{
	width:275px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+51&0+0,1+52 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 51%, rgba(0,0,0,1) 52%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.98) 51%,rgba(0,0,0,1) 52%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.98) 51%,rgba(0,0,0,1) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
.mainNewsSlider a .mainNewsSlideText{
	position:absolute;
	bottom:0;
	right:0;
	padding:50px;
	padding-bottom:90px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+51&0+0,1+52 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 51%, rgba(0,0,0,1) 52%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.98) 51%,rgba(0,0,0,1) 52%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.98) 51%,rgba(0,0,0,1) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.mainNewsSlider a .mainNewsSlideText time{
	display: block;
    color: #FF4545;
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    margin-bottom: 5px;
}
.mainNewsSlider a .mainNewsSlideText span{
    display: block;
    color: white;
    font-size: 32px;
    font-weight: bold;
}
.mainNewsSlider .owl-dots{
    height: 20px;
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 0 50px;
}
.mainNewsSlider .owl-dot{
    width: 20px;
    height: 20px;
    background: #fff !important;
    margin-right: 10px;
	outline:none;
}
.mainNewsSlider .owl-dots .active{
    background: #FF4545 !important;
}

.main{
	width:1200px;
	min-height:600px;
	margin:0 auto;
	margin-bottom:20px;
}
.mainLeft{
	float:left;
	width:770px;
	min-height:700px;
	margin-top:30px;
}
.storiesWrapper {
	margin-bottom:30px;
}
.storiesWrapper::-webkit-scrollbar {
    width: 0;
	height:0;
}
.stories.carousel .story{
	width: 140px;
	max-width: 140px;
    margin: 0px 7px;
}
.stories.carousel .story>.item-link>.item-preview {
    width: 80px;
    max-height: 80px;
    height: 80px;
    margin: 0 auto;
}
.stories.carousel .story>.item-link>.info .name{
	font-size: 13px;
    line-height: 13px;
}
.editorMain{
	margin-bottom:20px;
}
.editorMain a {
    display: block;
    text-decoration: none;
    width: calc(33.3333% - 10px);
    float: left;
	margin-left:15px;
    background: white;
}
.editorMain a:first-child {
	margin-left:0;
}
.editorMain a img{
    display: block;
    width: 100%;
}
.editorMain a span{
	display: block;
    font-size: 15px;
    color: #000;
    margin: 10px;
    line-height: 20px;
    font-weight: bold;
    height: 143px;
    overflow: hidden;
    margin-bottom: 0;
}
.editorMain a time{
	display: block;
    text-align: right;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #e74141;
}
.catboxCouple a:first-child{
	width:66%;
	position:relative;
}
.catboxCouple a:first-child span{
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    padding: 20px;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 40px;
	color:white;
	font-size:17px;
}
.catboxCouple a:first-child time{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.mainRight{
    float: right;
    width: 390px;
    min-height: 700px;
    margin-top: -420px;
    position: relative;
    z-index: 999;
}
.flotingTimelineWrapper {
    padding: 15px 10px;
    background: white;
    box-shadow: 0 0 13px 3px rgba(0,0,0,0.37);
	margin-bottom:40px;
}
.titler a{
	display: block;
    text-decoration: none;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #000;
    border-bottom: 1px solid #000;
    font-weight: bold;
}

.liveVideo{
	margin-bottom:20px;
}
.liveFrame {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.liveFrame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.liveVideo a{
	display:block;
	text-decoration:none;
}
.liveVideo a time{
	display: block;
    font-size: 14px;
    color: #999;
    text-align: right;
    line-height: 14px;
    margin-top: 5px;
}
.liveVideo a span{
	display: block;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}
.timeline{
	height:900px;
	overflow:auto;
}
.timeline{
	height:1020px;
	overflow:auto;
}
.timeline::-webkit-scrollbar-thumb {
    background-color: #000; 
}
.timeline::-webkit-scrollbar-thumb:window-inactive {
    background-color: #000; 
}
.timeline::-webkit-scrollbar {
    width: 4px;
	height:4px;
	background-color:#ffffff;
}
.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{
	background:whitesmoke;
	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{
	border-top:1px solid #666;
	margin-top:10px;
}
.allTimeline a{
    display: block;
    margin-top: 10px;
    line-height: 13px;
    height: 13px;
    font-size: 13px;
    text-align: right;
    color: #666;
	transition: 0.3s;
}
.allTimeline a:hover{
    color: #FF4545;
	font-style:italic;
	transition: 0.3s;
}
.mostPopWrapper{
	background:white;
	padding:15px;
}
.mostPopTitler a{
	float:left;
}
.mostPopTitler select{
    float: right;
    display: block;
    height: 20px;
    font-size: 14px;
    border: none;
    outline: none;
}
.mostPop{
	margin-bottom:20px;
}
.mostPop a{
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid silver;
}
.mostPop a img{
    display: block;
    width: 180px;
    float: left;
    margin-right: 10px;
}
.mostPop a b{
    display: block;
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 1;
    font-size: 80px;
    line-height: 55px;
    height: 60px;
    text-shadow: 5px 5px 5px whitesmoke;
    color: white;
}
.mostPop a i{
	display: block;
    font-size: 12px;
    color: #e74141;
}
.mostPop a time{
    display: block;
    font-size: 13px;
    color: #999;
}
.mostPop a span{
    display: block;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    line-height: 22px;
	position:relative;
	z-index:5;
}
.mpAJAX .lm, .mpAJAX .ltm {
    display: none;
}


footer{
	padding:15px 0;
	max-width:1200px;
	width:calc(100% - 80px);
	border-top:1px solid silver;
	margin:0 auto;
}
.footerMenu, .staticsMenu{
    text-align: center;
    margin-bottom: 10px;
}
.footerMenu a{
	font-size: 15px;
    line-height: 20px;
    color: gray;
    display: inline-block;
    padding: 0 8px;
}
.staticsMenu a{
	font-size: 15px;
    line-height: 20px;
    color: #e74141;
    display: inline-block;
    padding: 0 8px;
}
footer small{
    display: block;
    text-align: center;
    color: silver;
    margin-bottom: 20px;
    border-top: 1px solid silver;
    padding-top: 15px;
}
.signature{
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: silver;
}



/* Cat page */

.mainSecondPages .mainLeft{
    margin-top: -510px;
    background: white;
    z-index: 998;
    position: relative;
    padding: 15px;
}
.mainSecondPages .mainRight{
    margin-top: -510px;
}


.poll{
	margin-bottom:20px;
}
.pollQuestion{
	padding:10px;
	background-color:whitesmoke;
	font-weight:bold;
	color:#666666;
	font-size:14px;
	text-shadow:1px 1px 0 white;
	padding-left:45px;
}
.pollAnsverVariant{
	padding:5px;
	background-color:whitesmoke;
	margin-top:2px;
}
.pollAnsverVariant span{
	display:block;
	float:left;
	width:180px;
	font-size:12px;
}
.pollRadio{
	display:block;
	float:left;
	width:14px;
	height:14px;
	margin:0 12px;
	padding:0;
	margin-top:2px;
}
.vote input{
    margin: 0;
    outline: none;
    border: none;
    background-color: #e74141;
    color: white;
    height: 40px;
    margin-top: 5px;
    float: right;
    padding: 0 50px;
    font-size: 14px;
}
.ddd{
	width:100%;
	text-align:center;
}
#key{
	display: block;
    height: 30px;
    width: 100px;
    margin: 0 auto;
}
#reload{
    display: block;
    float: left;
    width: calc(50% - 10px);
    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;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
}
#back-to-top.show {
    opacity: 1;
}



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

.newsShow{
	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: #e74141;
    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{
    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{
	max-width:100%;
}
.newsShow p img{
	max-width:calc(100% - 20px);
	max-height:calc(100% - 20px);
	float:left;
	margin:10px;
}
.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: #e74141;
    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;
	color:#333;
}
.relatedArticles a img{
	display: block;
	float:left;
	margin-right:10px;
}




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

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




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

.categoryShow{
	background:white;
}
.categoryShow h1{
	margin:0;
	font-size:24px;
	line-height:24px;
	color:#e74141;
	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: #e74141;
    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:#e74141;
	color:white;
}
.activePage {
	background-color: #e74141 !important;
	color:white !important;
}




/* News Line */


.allNewsPage h1{
    margin: 0;
    color: #e74141;
    font-size: 24px;
    line-height: 28px;
    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: #e74141;
}
.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: #e74141;
    margin-bottom: 10px;
}
.dateSearchLine{
	display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #e74141;
    border-radius: 0;
    outline: none;
    width: calc(100% - 120px);
    color: #e74141;	
}
.dateSubmit{
	display: block;
    float: left;
    height: 30px;
    border: none;
    outline: none;
    background: #e74141;
    color: white;
    font-size: 12px;
    width: 98px;
    font-weight: bold;
}


/* Medias */

@media (max-width:1000px){
	header {
		max-width: calc(100% - 30px);
		margin: 0 auto;
		padding: 15px;
		background: black;
	}
	.logo {
		float: none;
		margin: 0 auto;
	}
	.headerRight {
		float: none;
		width: 100%;
		height: auto;
		margin-top: 15px;
	}
	.mobiMenu {
		display: block;
		width: 26px;
		height: 26px;
		border: 1px solid white;
		float: left;
		background: url(../img/menu.png) no-repeat center;
	}
	.menu {
		display:none;
		height: auto;
		border: 1px solid white;
		padding: 2px 10px;
		margin-left: 10px
	}
	.menu a {
		float: none;
		margin-left: 0;
	}
	.searchWrapper {
		top: 111px;
		background: rgba(0,0,0,0.6);
	}
	.main {
		width: calc(100% - 40px);
	}
	.mainNewsWrapper {
		margin-top: 0;
		height: auto;
		position: relative;
	}
	.mainNewsSlider {
		width: 100%;
		height: 100%;
		position:relative;
	}
	.mainNewsSlider a{
		width:100%;
		height:400px;
	}
	.mainNewsSlider a img {
		width: 100%;
		height: auto;
	}
	.mainNewsSlider a .mainNewsSlideText span {
		font-size: 22px;
	}
	.mainNewsSlider a .mainNewsSlideText {
		padding: 15px;
		padding-bottom: 50px;
		padding-top: 100px;
	}
	.rightShadow {
		display: none;
	}
	.mainNewsSlider .owl-dots {
		bottom: 20px;
		left: 15px;
		padding: 0;
	}
	.mainLeft {
		float: none;
		width: 100%;
	}
	.editorMain a {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.catboxCouple a:first-child {
		width: 100%;
	}
	.catboxCouple a:first-child span {
		padding: 10px;
		margin: 0;
		padding-top: 20px;
		padding-bottom: 30px;
		color: white;
		font-size: 15px;
	}
	.catboxCouple a:first-child time {
		margin-bottom: 0px;
		margin-right: 0px;
	}
	.mainRight {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.mainSecondPages .mainLeft {
		margin-top: 20px;
		padding: 10px;
		margin-left: -10px;
	}
	.mainSecondPages .mainRight {
		margin-top: 20px;
	}
	.catBox a {
		width: 100%;
		margin-right: 0;
	}
	.allNewsPage h1{
		font-size: 18px;
		line-height: 22px;
	}
}