/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * 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,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * 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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, 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: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   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,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Suro Start */

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
	height:10px;
	background-color:#ffffff;
}
.timeLine::-webkit-scrollbar {
    width: 5px;
	height:5px;
	background-color:transparent;
}
.timeline{
	-webkit-overflow-scrolling: touch;
}
 
 
/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #060632; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
}
::-webkit-scrollbar-thumb:window-inactive {
    background-color: #060632; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
}


/* web fonts */
@font-face {
    font-family:'arnamu';
    src: url('../web-fonts/arnamu.eot');
    src: url('../web-fonts/arnamu.eot?#iefix') format('embedded-opentype'),
         url('../web-fonts/arnamu.woff') format('woff'),
         url('../web-fonts/arnamu.ttf') format('truetype'),
         url('../web-fonts/arnamu.svg#ArianAMURegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	font-family:tahoma, arial, 'arnamu';
}

body{
}

/* pageination */
.pagination {
	width: 200px;
	height: 25px;
}
.pagination a {
	display: block;
	height: 21px;
	font-size: 14px;
	line-height: 23px;
	padding: 0 7px;
	background-color: #E2E1E1;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#E2E1E1));
	background-image: -webkit-linear-gradient(top,#ffffff,#E2E1E1);
	background-image: -moz-linear-gradient(top,#ffffff,#E2E1E1);
	background-image: -ms-linear-gradient(top,#ffffff,#E2E1E1);
	background-image: -o-linear-gradient(top,#ffffff,#E2E1E1);
	background-image: linear-gradient(top,#ffffff,#E2E1E1);
	margin-bottom: 10px;
	float: left;
	border-radius: 4px;
	border: 1px solid #D1D1D1;
	text-decoration: none;
	color: #4E4E4E;
	text-shadow: 1px 1px 0 white;
	border-bottom: 1px solid #B8B8B8;
	font-weight: 800;
	margin-right: 5px;
}
.pagination a:hover {
	background-color: #ffffff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#E2E1E1),to(#ffffff));
	background-image: -webkit-linear-gradient(top,#E2E1E1,#ffffff);
	background-image: -moz-linear-gradient(top,#E2E1E1,#ffffff);
	background-image: -ms-linear-gradient(top,#E2E1E1,#ffffff);
	background-image: -o-linear-gradient(top,#E2E1E1,#ffffff);
	background-image: linear-gradient(top,#E2E1E1,#ffffff);
	border-top: 1px solid #B8B8B8;
	text-shadow: -1px -1px 0 white;
}
.activePage {
	font-size: 15px !important;
	border-color: #8F7676 !important;
}

header{
	border-bottom:1px solid silver;
}
.banner1000{
	width: 1000px;
	height: 90px;
	margin: 5px auto;
	margin-top: 0;
}
.banner1000 img{
	display:block;
	width: 100%;
}
.header100{
	width:100%;
	background-color:#060632;
	height:30px;
	overflow:hidden;
}
.headerDataSlider{
	float:left;
	width:150px;
	overflow:hidden;
}
.headerDataSliderLong{
	width:150px;
}
.headerDataSlider .headerData{
	width:150px;
}
.headerData{
	display:block;	
	color:white;
	font-size:12px;
	line-height:30px;
	padding:0 10px;
	float:left;
}
.weather{
	float:left;
	padding:0 10px;
	position:relative;
	height:30px;
	overflow:hidden;
}
.weatherImage{
	height:30px;
	margin-top:5px;
	float:left;
}
.weatherCity,.weatherDesc{
	display:none;
}
.weatherTemp{
	font-size:12px;
	color:white;
	float:left;
	line-height:30px;
}
.langBar{
	float: right;
	margin-right: 15px;
}
.langBar a{
	display: block;
	color: white;
	text-decoration: none;
	line-height: 28px;
	font-size: 12px;
}
.realHeader{
	width:1200px;
	height:70px;
	margin:0 auto;
	padding:18px 0;
}
.logo{
	width:421px;
	height:50px;
	padding:10px 0;
	padding-right:20px;
	float:left;
	position:relative;
}
.logo a,.logo img{
	display:block;
	width:423px;
	height:64px;
}
.santaHat{
    width: 84px;
    height: 70px;
    position: absolute;
    top: -19px;
    left: -31px;
	pointer-events:none;
}
.santaHat img{
    width: 84px !important;
    height: 70px !important;
}
.menu{
	float: right;
	position: relative;
	height: 30px;
	background: #E5E5E5;
	border-radius: 5px;
	margin-top:30px;
}
.mobiHeader{
	display:none;
}
.dropWrapper{
	position:absolute;
	top:40px;
	background-color:#E5E5E5;
	width:740px;
	z-index:9999;
	display:none;
	padding:0 10px;
}
.dropCat{
	float:left;
	margin:15px 10px;
}
.dropCat a{
	display:block;
	text-decoration:none;
	color:black;
	font-size:16px;
	line-height:24px;
	height:24px;
	padding:0 10px;
}
.dropCat a:hover{
	background-color:black;
	color:white;
}
.dropCat span{
	display:block;
	color:black;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.menuUnit{
	float:left;
}
.menuUnit a{
	display: block;
	border-left: 1px solid silver;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	color: #060632;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
}
.menu .menuUnit a:first-child{
	border-left: none;
}
.menuUnit a:hover{
	background-color:white;
	color:black;
}
.searchBox{
	float: right;
	padding: 10px 0;
	padding-left: 20px;
	height: 30px;
	margin-top: 20px;
}
.searchBox input{
	float:left;
	display:block;
	border:none;
	outline:none;
	height:30px;
	margin:0;
	background-color:#E5E5E5;	
	font-family:tahoma;
}
.searchBox input:focus{
	background-color:white;
	box-shadow: inset 0 0 1px silver;
}
.search{
	padding:0 10px;
	color:#666666;
	font-size:12px;
	width:200px;
}
.ssubmit{
	width:30px;
	background:url(../img/sbut.png) no-repeat center;
}

.main{
	width:1240px;
	min-height:500px;
	margin:20px auto;
}
.mainLeft{
	float:left;
	width:600px;
	margin:0 40px;
}
.mainSlider{
	margin-bottom:10px;
}
.mainSlider #wrapper {
	position: relative;
	width: 600px;
	height:560px;
}
.mainSlider #carousel-wrapper {
	overflow:hidden;
	height:350px;
	width:600px;
}
.mainSlider #thumbs-wrapper{
	height:200px;
	width:600px;
	margin-top:10px;
}
.mainSlider  #carousel a, #thumbs a{
	display: block;
	float: left;
	position:relative;
}
.mainSlider  #thumbs a{
	display:block;
	position: relative;
	width:140px;
	margin-left:10px;
	height:198px;
	background-color:white;
	border-bottom:2px solid white;
	outline:none !important;
}
.mainSlider  #thumbs a:first-child{
	margin-left:0;
}
.mainSlider #thumbs a img{
	display:block;
	width:150px;
	height:90px;
	position:absolute;
	top:0;
}
.mainSlider  #thumbs a b{
	display:block;
	position:absolute;
	top:90px;
	font-size:13px;
	line-height:18px;
	height:90px;
	overflow:hidden;
	color:#444444;
	margin-top:10px;
}
.mainSlider #carousel a{
	display:block;
	position: relative;
	width:600px;
	height:350px;
}
.mainSlider #carousel a img{
	display:block;
	width:600px;
	position:absolute;
	top:0;
	z-index:998;
}
.mainSlider #carousel a b{
	display:block;
	padding:10px;
	position:absolute;
	bottom:0;
	z-index:999;
	background-color:rgba(0, 0, 0, 0.54);
	color:white;
	font-size:18px;
	line-height:24px;
}
.mainSlider #carousel a {
	position:relative;
	width: 600px;
	height: 350px;
}
.mainSlider #thumbs-wrapper {
	position: relative;	
	background-color:white;
}
.mainSlider #thumbs a {
	overflow: hidden;
}
.mainSlider #thumbs a.selected {
	opacity:0.8;
	border-bottom:2px solid #060632;
}
.mainSlider #carousel-wrapper .caroufredsel_wrapper{
	height:600px;
	width:350px;
	background-color:white;
}	
.mainSlider #thumbs-wrapper .caroufredsel_wrapper{
	height:200px;
	width:600px;
}
.editorsBlock{
	min-height:300px;
	background-color:white;
	margin-top:5px;
}
.editorsBlock a{
	display:block;
	text-decoration:none;
	margin-bottom:20px;
	background-color:white;
}
.editorsBlock a img{
	display:block;
	width:200px;
	float:left;
	margin-right:10px;
}
.editorsBlock a:first-child img{
	width:350px;
}	
.editorsBlock a span{
	display:block;
	font-weight:bold;
	color:#444444;
}
.editorsBlock a time{
	display:block;
	color:black;
	font-size:12px;
}


.titlerRed a, .titlerRed span{
	background-color: #320606 !important;
}
.titlerBlack a, .titlerBlack span{
	background-color: white !important;
}
.lifeStyle {
	margin-top:5px;
	margin-bottom:10px;
}
.lifeStyle #wrapper {
	width: 600px;
	height: 300px;
	overflow: hidden;
}
.lifeStyle #wrapper * {
	color: white;
}
.lifeStyle #wrapper .carousel {
	display: block;
	float: left;
	width: 200px;
	height: 150px;
}
.lifeStyle #wrapper .carousel img {
	display: block;
	width:200px;
	height:150px;
}
.lifeStyle #wrapper .carousel a {
	display:block;
	background-color: #320606;
	width: 160px;
	height: 110px;
	padding: 20px;
	text-decoration:none;
	font-size: 20px;
	line-height: 28px;
}
.catOnMain{
	margin-top:5px;
	margin-bottom:20px;
}
.catOnMain a{
	display:block;
	width:340px;
	float:left;
	text-decoration:none;
	height:105px;
	background-color:white;
}
.catOnMain a:hover{
	background-color:whitesmoke;
}
.catOnMain a img{
	display:block;
	height:105px;
	float:left;
	margin-right:5px;
}
.catOnMain a span{
	font-size:14px;
	color:#444444;
	line-height:18px;
	height:90px;
	overflow:hidden;
	display:block;
	margin:5px 0;
	margin-right:5px;
}
.catOnMain a span time{
	font-size:10px;
	color:black;
}
.catOnMain a:nth-child(2){
	margin-bottom:10px;
}
.catOnMain a:first-child{
	display:block;
	width:250px;
	height:220px;
	background-color:white;
	float:left;
	margin-right:10px;
}
.catOnMain a:first-child img{
	display:block;
	width:250px;
	height:175px;
}
.catOnMain a:first-child span{
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	color:#333333;
	line-height:20px;
}
.catOnMain a:first-child span time{
	font-size:12px;
	color:black;
}
.sportBlock,.sportBlockBlack{
	padding-top:5px;
	position:relative;
	margin-bottom:10px;
}
.sportBlockBlack{
	padding-top:0;
}
.sportBlock .sportBlockWrapper{
	height:200px !important;
	overflow:hidden;
}
.sportBlockBlack  .sportBlockWrapperBlack{
	height:200px !important;
	overflow:hidden;
	background-color:black;
}
.sportBlock .sportBlockWrapper a,.sportBlock .sportBlockWrapperBlack a{
	display:block;
	text-decoration:none;
	float:left;
	width:196px !important;
	margin-right:6px;
}
.sportBlock .sportBlockWrapper a img,.sportBlock .sportBlockWrapperBlack a img{
	display:block;
	width:196px;
	height:122px;
}
.sportBlock .sportBlockWrapper a span,.sportBlock .sportBlockWrapperBlack a span{
	display:block;
	color:#333333;
	font-size:16px;
	line-height:23px;
	font-weight:bold;
	margin:5px;
	height:68px;
	overflow:hidden;
}
.sportBlockBlack .sportBlockWrapper a span,.sportBlockBlack .sportBlockWrapperBlack a span{
	color:white;
	font-weight:normal;
}
.sportSliderController,.sportSliderControllerBlack{
	position: absolute;
	width: 50px;
	height: 17px;
	top: -23px;
	right: 7px;
}
.sportSliderControllerLeft,.sportSliderControllerLeftBlack{
	width:11px;
	height:17px;
	float:left;
	cursor:pointer;
	background:url(../img/arrs.png) left;
}
.sportSliderControllerRight,.sportSliderControllerRightBlack{
	width:11px;
	height:17px;
	float:right;
	cursor:pointer;
	background:url(../img/arrs.png) right;
}







.desckTopCenter{
	float:left;
}
.mainCenter{
	float:left;
	width:300px;
	min-height:800px;
}
.titler a, .titler span{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	text-decoration: none;
	font-size: 14px;
	color: #060632;
	/* background-color: #060632; */
	font-weight: bold;
	border-top: 3px solid #060632;
}
.timeLine{
	height:800px;
	overflow:auto;
	margin-bottom:20px;
	margin-top:5px;
}
.timeLine a{
	display:block;
	text-decoration:none;
	margin-bottom:10px;
	border-bottom:2px solid whitesmoke;
	padding:3px 0;
	width:287px;
}
.mCSB_scrollTools .mCSB_draggerRail{
	background-color:transparent !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color:#060632;
}
.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  width: 6px;
}
.timeLine a:hover{
	border-bottom:2px solid red;
}
.timeLine a img{
	display:block;
	width:100px;
	height:65px;
	float:left;
}
.timeLineRegion{
}
.timeLineRegion a{
	width:252px !important; 
}
.timeLineRegion a img{
	width:65px;
}
.timeLine a span{
	display:block;
	width:180px;
	float:right;
	color:#666666;
	font-size:14px;
	line-height:18px;
}
.timeLine a span time{
	color:black;
	font-size:10px;
}
.pressBlock{
	margin-bottom:20px;
}
.pressBlock a{
	display:block;
	text-decoration:none;
	position:relative;
	width:300px;
	height:200px;
	margin-top:5px;
}
.pressBlock a span{
	display:block;
	padding:10px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:rgba(6, 6, 50, 0.62);
	color:#fff;
	font-weight:bold;
}
.pressBlock a time{
	font-size:12px;
	color:white;
	font-weight:normal;
}
.pressBlock a img{
	display:block;
	width:300px;
	height:200px;
	position:absolute;
	top:0;
	left:0;
}
.timeLineSocial{
	height:448px;
}
.videoBlock{
	margin-bottom:20px;
}
.videoBlock a{
	display:block;
	text-decoration:none;
	position:relative;
	background-color:black;
	margin-top:5px;
}
.videoBlock a img{
	display:block;
	width:300px;
	height:190px;
}
.videoBlock a span{
	display:block;
	margin:5px;
	color:white;
	font-weight:bold;
	font-size:15px;
}
.playBut{
	position:absolute;
	width:60px;
	height:60px;
	background-image:url(../img/play.png);
	left:50%;
	margin-left:-30px;
	top:65px;
}




.mainRight{
	float:left;
	width:260px;
	min-height:500px;
}
.likeBox{
	padding:10px 15px;
	border:1px solid whitesmoke;
	margin-bottom:20px;
}
.selectRange{
	display:block;
	border:none;
	outline:none;
	padding:0 5px;
	margin:0;
	height:30px;
	font-size:14px;
	width:260px;
	font-family:tahoma;
	color:#060632;
}
.mostPop{
	background-color:white;
}
.mostPop a{
	display:block;
	text-decoration:none;
	margin-bottom:10px;
	background-color:white;
	border-right:4px solid black;
	padding-right:4px;
}
.mostPop a:hover{
	border-right:4px solid #060632;
}
.mostPop a img{
	display:block;
	width:150px;
}
.mostPop a time{
	display:block;
	color:black;
	font-size:12px;
	line-height:12px;
	margin:5px 0;
}
.mostPop a span{
	display:block;
	color:#555555;
	font-size:15px;
	line-height:19px;
	margin:5px 0;
}
.articleType{
	width:24px !important;
	height:16px !important;
	display:inline !important;
}
.articleCategory{
    float: right;
    margin-top: -30px;
    color: gray;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
.poll{
	margin-bottom:20px;
	background-color:whitesmoke;
}
.poll b{
	display:block;
	padding:10px;
	color:#060632;
	font-size:18px;
	line-height:22px;
}
.poll label{
	display:block;
	margin:10px 0;
	padding:10px 10px;
	border-right:4px solid red;
	background-color:white;
}
.poll label:hover{
	border-right:4px solid #060632;
}

.poll label span{
	display:inline-block;
	font-size:15px;
}
.submitPoll{
	display:block;
	font-size:15px;
	float:right;
	background-color:#060632;
	color:white;
	border:none;
	outline:none;
	height:40px;
	padding:0 25px;
	font-family:tahoma;
}
.cultural{
	margin-top:5px;
}

.ddd img{
	margin: 30px auto;
	display: block;
}
#key{
	border: none;
	outline: none;
	padding: 0;
	height: 30px;
	width: 90%;
	margin: 0 5%;
	margin-top: -2px;
	margin-bottom: 10px;
}
#reload{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	height: 40px;
	float: left;
	padding: 0 11px;
	font-family: tahoma;
	color: white;
	background-color: rgb(203, 0, 0);
}
#bu{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	height: 40px;
	float: right;
	padding: 0 11px;
	font-family: tahoma;
	color: white;
	background-color: #060632;
}







footer{
	background-color:#060632;
	position:relative;
	border-top: 3px solid black;
}
.footerLinksBox{
	padding:10px 20px;
}
.footerLinks{
	float:left;
	border-left:1px solid white;
	padding-left:20px;
	min-height:190px;
}
.footerLinksBox .footerLinks:first-child{
	padding-left:0;
	border:none;
}
.linkBox{
	float:left;
	margin-right:25px;
}
.linkBox span{
	display:block;
	color:white;
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}
.menuDubl{
	float:left;
	font-size:14px;
	margin-right: 20px;
}
.linkBox a{
	display:block;
	text-decoration:none;
	color:white;
	font-size:14px;
}
.linkBox a:hover{
	text-decoration:underline;
}
.footerLinksTitle{
	color:white;
	line-height:30px;
	font-weight:bold;
}
.copy{
	border-top:1px solid white;
	padding:15px 20px;
	margin-top:15px;
	color:white;
	font-size:14px;
}
.signatures{
	float:right;
	width:180px;
	margin-top:50px;
}
.signatures a{
	display:block;
	text-decoration:none;
	margin-bottom:10px;
	text-align:right;
}
.signatures a span{
	display:inline-block;
	color:white;
	font-size:11px;
	margin-bottom:5px;
}
.signatures a img{
	display:inline-block;
	height:35px;
}




/* Article Show */

.mobileCenterBox{
	display:none;
}

.news{
}
.news h1{
	padding:0;
	margin:0;
	margin-bottom:10px;
	font-size:22px;
}
.news time{
	display: block;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
	color: gray;
}
.recomendBox{
	width:600px;
	height:21px;
	margin-bottom:10px;
}
.recomendBoxUnit{
	float:left;
	overflow:hidden;
	margin-right:10px;
}
.news p{
	padding:10px 0 10px 0;
	margin:0;
	text-align:justify;
}
.news p img{
	width: 100%;
	height: 100%;
}
.articleImge{
	width:600px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px solid whitesmoke;
}
.articleImge img{
	display:block;
	width:380px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.articleInner{
}
.suggestions{
	border: 1px solid #E4E4E4;
	background-color: whitesmoke;
	margin-right: 0;
	padding:15px;
}
.suggestions ul{
	margin:0;
	padding:0;
	list-style:none;
}
.suggestions h4{
	margin:0;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #E4E4E4;
	width:211px;
}
.suggestions li{
	margin:0;
	padding:0;
}
.suggestions a{
	display: block;
	color: #333333;
	text-shadow: 1px 1px 0 white;
	text-decoration: none;
	margin-bottom: 5px;
	font-size: 14px;
	border-bottom: 1px solid silver;
	padding-bottom: 8px;
}
.suggestions a:hover{
	text-decoration:underline;
}
.articleShaher{
	padding:5px 10px;
	border-top:1px solid whitesmoke;
	border-bottom:1px solid whitesmoke;
}
.articleComments{
}
.yashare-auto-init{
	float:right;
}
.attantioneBox{
	position:relative;
	text-decoration:none;
	display:block;
}
.attantioneBox i{
	display: block;
	padding: 10px;
	color: black;
	font-size: 14px;
	line-height: 18px;
}
.streamSpeach{
	position:relative;
	pointer-evens:none;
}
.streamSpeach span {
	display: block;
	color: gray;
	font-size: 12px;
	line-height: 15px;
	padding: 10px;
	border: 1px solid silver;
	padding-right: 50px;
	background: url(../img/attantione.jpg) no-repeat right 10px top 10px;
}
.articleHits {
	color: gray;
	font-size: 14px;
	line-height: 24px;
	float: left;
}
.articleHits span {
	font-weight: bold;
	color:black;
}


/* Cat Page */

.catPageUnit{
}
.catPageUnit a{
	display:block;
	text-decoration:none;
	padding:10px;
	transition: all 0.5s ease;
}
.catPageUnit a:hover{
	background-color:whitesmoke;
	transition: all 0.5s ease;
}
.catPageUnit b{
	display:block;
	color:#333333;
	font-size:22px;
	line-height:28px;
	margin-bottom:10px;
}
.catPageUnitDesc{
	line-height:19px;
	overflow:hidden;
}
.catPageUnitDesc img{
	display:block;
	float:left;
	margin-right:10px;
	width:240px;
}
.catPageUnitDesc span{
	color:gray;
	font-size:14px;
}


/* Banners Styles */

	
	.led_banner{
		margin-top:10px;
	}


/* Media Starts Here */


@media (max-width:1200px){
	.realHeader{
		width:980px;
		height:54px;
	}
	.logo{
		width:305px;
		height:36px;
	}
.logo a,.logo img{
		width:305px;
		height:46px;
	}
	.santaHat{
		width: 63px !important;
		height: 53px !important;
		top: -12px;
		left: -24px;
	}
	.santaHat img{
		width: 63px !important;
		height: 53px !important;
	}
	.menu{
		margin-top:14px;
	}
	.dropWrapper{
		width:642px;
	}
	.dropCat a{
		font-size:13px;
	}
	.searchBox{
		margin-top:4px;
	}
	.search{
		width:150px;
	}
	.menuUnit a{
		padding:0 13px;
	}
	.main{
		width:980px;
	}
	.mainLeft{
		width:450px;
		margin:0 20px;
	}
	.mainSlider #wrapper {
		width: 450px;
		height:420px;
	}
	.mainSlider #carousel-wrapper {
		height:260px;
		width:450px;
	}
	.mainSlider #thumbs-wrapper{
		height:150px;
		width:450px;
	}
	.mainSlider  #thumbs a{
		width:105px;
		height:148px;
	}
	.mainSlider #thumbs a img{
		width:105px;
		height:72px;
	}
	.mainSlider  #thumbs a b{
		top:65px;
		height:76px;
	}
	.mainSlider #carousel a{
		width:450px;
		height:260px;
	}
	.mainSlider #carousel a img{
		width:450px;
	}
	.mainSlider #carousel-wrapper .caroufredsel_wrapper{
		height:450px;
		width:260px;
	}	
	.mainSlider #thumbs-wrapper .caroufredsel_wrapper{
		height:150px;
		width:450px;
	}
	.lifeStyle #wrapper {
		width: 450px;
		height: 226px;
	}
	.lifeStyle #wrapper .carousel {
		width: 150px;
		height: 113px;
	}
	.lifeStyle #wrapper .carousel a {
		width: 110px;
		height: 73px;
		padding: 20px;
		font-size: 18px;
		line-height: 24px;
	}
	.lifeStyle #wrapper .carousel img {
		width:150px;
		height:113px;
	}
	.catOnMain a{
		width:240px;
		height:70px;
	}
	.catOnMain a img{
		height:70px;
	}
	.catOnMain a span{
		height:72px;
		margin:0;
	}
	.catOnMain a:first-child{
		width:200px;
		height:165px;
	}
	.catOnMain a:first-child img{
		width:200px;
		height:105px;
	}
	
	
	
	
	.mainCenter{
		width:250px;
	}
	.timeLine a span{
		width:140px;
	}
	.pressBlock a{
		width: 250px;
		height: 156px;
	}
	.pressBlock a img {
		width: 250px;
		height: 156px;
	}
	.pressBlock a span{
		font-size:13px;
	}
	.videoBlock a img{
		width:250px;
		height:156px;
	}
	
	.timeLine a{
		width: 245px !important;
	}
	.timeLineRegion a{
		width: 238px !important;
	}
	
	
	
	
	.mainRight{
		width:240px;
	}
	.likeBox{
		padding:5px;
	}
	.selectRange{
		width:240px;
	}
	.timeLineRegion  a span{
		width:165px;
	}
	.signatures{
		position:absolute;
		right:20px;
	}
	
	
	/* Article Show */
	
	.articleImge{
		width:450px;
	}
	.articleInner{
		width:170px;
	}
	.suggestions h4{
		width:151px;
	}
	.articleComments {
		width: 450px;
	}
	
	
	
	/* Banners */
	
	
	.led_banner {
		overflow:hidden;
		width:240px;
	}
	.led_banner iframe{
		zoom: 0.923;
	}
	
}
@media (max-width:1000px){
	/*body{
		zoom:71%;
	}*/
}
@media (max-width:710px){
	/*body{
		zoom:145%;
	}*/
	.banner1000{
		width: 320px;
		height: 30px;
	}
	.banner1000 img{
		height: 100%;
	}
	.header100{
		display:none;
	}
	.realHeader{
		width:320px;
	}
	.menu,.searchBoxLarge{
		display:none;
	}	
	.mobiHeader{
		display:block;
		float:right;
		height:40px;
		margin:5px 0;
		width:100px;
	}
	.mobiMenu{
		width:40px;
		height:40px;
		float:left;
		margin-right:10px;
	}
	.mobiMenuBut{
		width:40px;
		height:40px;
		background-image:url(../img/mm.png);
		cursor:pointer;
	}
	.mobiSearchBut{
		width:40px;
		height:40px;
		background-image:url(../img/ms.png);
		cursor:pointer;
	}
	.mobiDrop{
		position:absolute;
		top:50px;
		width:320px;
		margin-left:-160px;
		left:50%;
		background-color:#060632;
		z-index:99999;
		padding-bottom:10px;
	}
	.mobiDropMenu{
		display:none;
	}
	.mobiDrop span{
		display:block;
		padding:10px;
		color:white;
		font-weight:bold;
	}
	.mobiDrop a{
		display:block;
		padding:0 20px;
		color:white;
		line-height:30px;
		font-size:17px;
		text-decoration:none;
	}
	.mobiDropSearch{
		display:none;
	}
	.mobiDrop .searchBox{
		border:none;
		padding:10px;
		height:30px;
		width:300px;
	}
	.mobiDrop .searchBox .search{
		width:240px;
		height:40px;
	}
	.mobiDrop .searchBox .ssubmit{
		width:40px;
		height:40px;
	}
	.logo{
		width:200px;
		height:24px;
		padding:13px 0;
		margin-left:10px;
	}
.logo a,.logo img{
		width:200px;
		height:30px;
	}
	.santaHat{
		display:none;
	}
	.main{
		width:320px;
		overflow:hidden;
	}
	.mainLeft{
		padding-bottom:10px;
		width:320px;
		margin-left:0;
	}
	.mainSlider{
		width: 320px;
		height:156px;
	}
	.mainSlider #wrapper {
		width: 320px;
		height:156px;
	}
	.mainSlider #carousel-wrapper {
		height:156px;
		width:320px;
	}
	.mainSlider #carousel a b{
		font-size:14px;
		line-height:18px;
	}
	.mainSlider #carousel a{
		width:320px;
		height:156px;
	}
	.mainSlider #carousel a img{
		width:320px;
	}
	.mainSlider #carousel-wrapper .caroufredsel_wrapper{
		height:320px;
		width:156px;
	}	
	.mainSlider #thumbs-wrapper{
		display:none;
	}
	
	
	.escapeMobi{
		display:none;
	}
	
	.mainCenter{
		float:none;
		margin:0;
		width:320px;
	}
	.timeLine{
		width:320px;
	}
	.pressBlock a{
		width:320px;
		height:212px;
	}
	.pressBlock a img{
		width:320px;
		height:212px;
	}
	.timeLineRegion a,.timeLine a{
		width: 312px !important;
	}
	.timeLine a span{
		width:205px;
	}
	.videoBlock a img{
		width:320px;
		height:200px;
	}
	.playBut{
		top:75px;
	}
	
	
	.mainRight{
		width:320px;
		float:none;
	}
	.likeBox{
		display:none;
	}
	.selectRange{
		width:320px;
	}
	.timeLineRegion a span{
		width:240px;
	}
	
	
	
	.signatures{
		position:relative;
		width:280px;
		text-align:center;
		margin:0;
		padding:0;
		margin-top:20px;
	}
	.signatures a{
		text-align:center;
		width:320px;
	}
	footer{
		text-align:center;
		width:320px;
		margin:0 auto;
	}
	.linkBox{
		float:none;
		padding:0;
		margin:0;
	}
	.menuDubl{
		margin:0;
		float:none;
	}
	.footerLinks{
		float:none;
		min-height:20px;
		border:none;
		padding:0;
	}
	.linkBox span{
		margin-top:10px;
	}
	
	
	/* Article Show */
	
	.desckTopCenter{
		display:none;
	}
	.mobileCenterBox{
		display:block;
	}
	.articleImge{
		width:320px;
	}
	.articleImge img{
		width:320px;
	}
	.articleInner{
		display:none;
	}
	.articleComments {
		width: 320px;
	}
	.news p{
		font-size:18px;
	}
	
	
	/* Cat Page */
	
	
	.catPageUnitDesc span{
		display:none;
	}
	.catPageUnitDesc img{
		width:320px;
		height:200px;
	}
	.catPageUnitDesc {
		height: auto;
	}
}

@media (max-width:450px){
	/*body{
		zoom:90%;
	}*/
}







body{position:relative;z-index:0;margin:0;padding:0 0 1em 0;}
.b-page__content{min-height:0}

.b-head-decor{display:none}
.b-page_newyear .b-head-decor{
   position:absolute;
   top:0;
   left:0;
   display:block;
   height:115px;
   width:100%;
   overflow:hidden;
   background:url(../img/balls/b-head-decor_newyear.png) repeat-x 0 0
}
.b-page_newyear .b-head-decor__inner{position:absolute;top:0;left:0;height:115px;display:block;width:373px}
.b-page_newyear .b-head-decor::before{content:'';display:block;position:absolute;top:-115px;left:0;z-index:3;height:115px;display:block;width:100%;box-shadow:0 15px 30px rgba(0,0,0,0.75)}
.b-page_newyear .b-head-decor__inner_n2{left:373px}
.b-page_newyear .b-head-decor__inner_n3{left:746px}
.b-page_newyear .b-head-decor__inner_n4{left:1119px}
.b-page_newyear .b-head-decor__inner_n5{left:1492px}
.b-page_newyear .b-head-decor__inner_n6{left:1865px}
.b-page_newyear .b-head-decor__inner_n7{left:2238px}

.b-ball{position:absolute}
.b-ball_n1{top:0;left:3px;width:59px;height:83px}
.b-ball_n2{top:-19px;left:51px;width:55px;height:70px}
.b-ball_n3{top:9px;left:88px;width:49px;height:67px}
.b-ball_n4{top:0;left:133px;width:57px;height:102px}
.b-ball_n5{top:0;left:166px;width:49px;height:57px}
.b-ball_n6{top:6px;left:200px;width:54px;height:70px}
.b-ball_n7{top:0;left:240px;width:56px;height:67px}
.b-ball_n8{top:0;left:283px;width:54px;height:53px}
.b-ball_n9{top:10px;left:321px;width:49px;height:66px}
.b-ball_n1 .b-ball__i{background:url(../img/balls/b-ball_n1.png) no-repeat}
.b-ball_n2 .b-ball__i{background:url(../img/balls/b-ball_n2.png) no-repeat}
.b-ball_n3 .b-ball__i{background:url(../img/balls/b-ball_n3.png) no-repeat}
.b-ball_n4 .b-ball__i{background:url(../img/balls/b-ball_n4.png) no-repeat}
.b-ball_n5 .b-ball__i{background:url(../img/balls/b-ball_n5.png) no-repeat}
.b-ball_n6 .b-ball__i{background:url(../img/balls/b-ball_n6.png) no-repeat}
.b-ball_n7 .b-ball__i{background:url(../img/balls/b-ball_n7.png) no-repeat}
.b-ball_n8 .b-ball__i{background:url(../img/balls/b-ball_n8.png) no-repeat}
.b-ball_n9 .b-ball__i{background:url(../img/balls/b-ball_n9.png) no-repeat}
.b-ball_i1 .b-ball__i{background:url(../img/balls/b-ball_i1.png) no-repeat}
.b-ball_i2 .b-ball__i{background:url(../img/balls/b-ball_i2.png) no-repeat}
.b-ball_i3 .b-ball__i{background:url(../img/balls/b-ball_i3.png) no-repeat}
.b-ball_i4 .b-ball__i{background:url(../img/balls/b-ball_i4.png) no-repeat}
.b-ball_i5 .b-ball__i{background:url(../img/balls/b-ball_i5.png) no-repeat}
.b-ball_i6 .b-ball__i{background:url(../img/balls/b-ball_i6.png) no-repeat}
.b-ball_i1{top:0;left:0;width:25px;height:71px}
.b-ball_i2{top:0;left:25px;width:61px;height:27px}
.b-ball_i3{top:0;left:176px;width:29px;height:31px}
.b-ball_i4{top:0;left:205px;width:50px;height:51px}
.b-ball_i5{top:0;left:289px;width:78px;height:28px}
.b-ball_i6{top:0;left:367px;width:6px;height:69px}
.b-ball__i{
position:absolute;
width:100%;
height:100%;
-webkit-transform-origin:50% 0;
-moz-transform-origin:50% 0;
-o-transform-origin:50% 0;
transform-origin:50% 0;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
pointer-events:none
}
.b-ball_bounce .b-ball__right{position:absolute;top:0;right:0;left:50%;bottom:0;z-index:9}
.b-ball_bounce:hover .b-ball__right{display:none}
.b-ball_bounce .b-ball__right:hover{left:0;display:block!important}
.b-ball_bounce.bounce>.b-ball__i{-webkit-transform:rotate(-9deg);-moz-transform:rotate(-9deg);-o-transform:rotate(-9deg);transform:rotate(-9deg)}
.b-ball_bounce .b-ball__right.bounce+.b-ball__i{-webkit-transform:rotate(9deg);-moz-transform:rotate(9deg);-o-transform:rotate(9deg);transform:rotate(9deg)}
.b-ball_bounce.bounce1>.b-ball__i{-webkit-transform:rotate(6deg);-moz-transform:rotate(6deg);-o-transform:rotate(6deg);transform:rotate(6deg)}
.b-ball_bounce .b-ball__right.bounce1+.b-ball__i{-webkit-transform:rotate(-6deg);-moz-transform:rotate(-6deg);-o-transform:rotate(-6deg);transform:rotate(-6deg)}
.b-ball_bounce.bounce2>.b-ball__i{-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}
.b-ball_bounce .b-ball__right.bounce2+.b-ball__i{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}
.b-ball_bounce.bounce3>.b-ball__i{-webkit-transform:rotate(1.5deg);-moz-transform:rotate(1.5deg);-o-transform:rotate(1.5deg);transform:rotate(1.5deg)}
.b-ball_bounce .b-ball__right.bounce3+.b-ball__i{-webkit-transform:rotate(-1.5deg);-moz-transform:rotate(-1.5deg);-o-transform:rotate(-1.5deg);transform:rotate(-1.5deg)}





#popup_bnn{
	position: relative;
}
.popup_bnn_ads{
	width: 300px;
	height: 250px;
	background: transparent;
	position: fixed;
	bottom: 2px;
	left: 50%;
	margin-left: -150px;
	z-index:999;
}