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

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations 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 and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    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.
   Theses 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;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #555555; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background-color: #555555; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
}

/* Let's get this party started */
.centerNews::-webkit-scrollbar {
    width: 5px;
	height:5px;
	background-color: #eeeeee;
}
 
/* Track */
.centerNews::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0); 
}
 
/* Handle */
.centerNews::-webkit-scrollbar-thumb {
    background-color: #B10000; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0); 
	border-radius:5px;
}
.centerNews::-webkit-scrollbar-thumb:window-inactive {
    background-color: #B10000; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
}

/* Let's get this party started */
.mostViewedBox::-webkit-scrollbar,.mainBlog::-webkit-scrollbar {
    width: 5px;
	height:5px;
	background-color: #FCFCFC;
}
 
/* Track */
.mostViewedBox::-webkit-scrollbar-track,.mainBlog::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0); 
}
 
/* Handle */
.mostViewedBox::-webkit-scrollbar-thumb,.mainBlog::-webkit-scrollbar-thumb {
    background-color: #3426F1; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0); 
	border-radius:5px;
}
.mostViewedBox::-webkit-scrollbar-thumb:window-inactive,.mainBlog::-webkit-scrollbar-thumb:window-inactive {
    background-color: #3426F1; 
	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:arial, 'arnamu';
}

body{
	width:100%;
	min-width:1000px;
	background-color:whitesmoke;
}
header{
	width:100%;
	height:91px;
	background-color:#202020;
	background-image:url(../img/h2.png);
}
.headerTop{
	width:1035px;
	height:30px;
	margin:0 auto;
}
.appsLine{
	height:30px;
	float:left;
}
.appsLine a{
    display: block;
    height: 24px;
    float: left;
    text-decoration: none;
    color: white;
    margin-top: 3px;
    margin-right: 25px;
}
.appsLine a img{
    display: inline-block;
    height: 24px;
    margin-top: -3px;
}
.appsLine a span{
	display: inline-block;
    height: 24px;
    font-size: 12px;
    line-height: 28px;
}
.socialButs{
	float:left;
}
.headerLike{
	float:left;
	margin-left:10px;
	margin-top:5px;
}
.headerLikeTop{
	margin-top:3px;
}
.langBar{
	float:right;
}
.langBar a{
    display: block;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
	float:left;
	margin-left:20px;
}
.langBar a img{
    display: inline-block;
    height: 11px;
}
.langBar a span{
	display: inline-block;
    font-size: 11px;
    color: white;
}
.headerBot{
	width:1035px;
	height:60px;
	margin:0 auto;
	margin-top:1px;
}
.logo{
	width: 288px;
	height: 44px;
	padding: 8px 10px;
	float: left;
}
.logo a, .logo img{
	display:block;
	width: 288px;
	height: 44px;
}
.menu{
	float: right;
	height: 60px;
	width: 665px;
}
.menuTop{
	height:28px;
	padding-left:10px;
}
.menuTop span{
	display:block;
	float:left;
	margin:0 8px;
	color:white;
	line-height:28px;
	font-size:13px;
}
.menuTop a{
	display:block;
	float:left;
	line-height:28px;
	color:white;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
.menuTop a:hover{
	text-shadow:0 0 10px white;
	-webkit-transition: 200ms ease-out 100ms;
    -moz-transition: 200ms ease-out 100ms;
    -o-transition: 200ms ease-out 100ms;
    transition: 200ms ease-out 100ms;
}
.menuBot{
	height:31px;
	border-top:1px solid #545454;
	margin:0 10px;
}
.menuBotText{
	float:left;
}
.menuBotText span{
	display:block;
	float:left;
	margin:0 15px;
	color:white;
	line-height:32px;
	font-size:13px;
}
.menuBotText a{
	display:block;
	float:left;
	line-height:36px;
	color:white;
	text-decoration:none;
	font-size:14px;
}
.menuBotText a:hover{
	text-shadow:0 0 10px white;
	-webkit-transition: 200ms ease-out 100ms;
    -moz-transition: 200ms ease-out 100ms;
    -o-transition: 200ms ease-out 100ms;
    transition: 200ms ease-out 100ms;
}
.searchbox{
	width:220px;
	height:23px;
	float:right;
	background-color:white;
	margin-left:20px;
	border:1px solid #545454;
	border-radius:4px;
	margin-top:3px;
	overflow:hidden;
}
.search{
	margin:0;
	padding:0;
	outline:none;
	border:none;
	float:left;
	height:23px;
	width:175px;
	padding:0 10px;
	color:#545454;
	font-size:13px;
	font-family:arial, 'arnamu';
}
.ssubmit{
	float:left;
	margin:0;
	padding:0;
	outline:none;
	border:none;
	width:23px;
	height:23px;
	float:right;
	background-color:transparent;
	background-image:url(../img/sbut.png);
}
.main{
	width:1035px;
	min-height:500px;
	margin:10px auto;
}
.mainLeft{
	float:left;
	width:475px;
	min-height:500px;
	background-color:white;
	border-top:2px solid #9B9B9B;
	padding-top:10px;
}
.mainCenter{
	float:left;
	width:240px;
	min-height:500px;
	background-color:white;
	margin:0 10px;
	border-top:2px solid #B10000;
	padding-top:10px;
}
.mainRight{
	float:left;
	width:300px;
	background-color:white;
	border-top:2px solid #00008F;
	padding-top:10px;
}
.mediaSlider{
	width:300px;
	height:200px;
	position:relative;
}
.mediaSlider a{
	display:block;
	width:300px;
	height:200px;
	text-decoration:none;
}
.mediaSlider img{
	display:block;
	position:absolute;
	width:300px;
	height:200px;
	top:0;
	left:0;
}
.mediaSlider span{
	display:block;
	position:absolute;
	width:280px;
	height:40px;
	padding:10px;
	background-color:rgba(0,0,0,0.5);
	color:white;
	font-size:15px;
	line-height:20px;
	overflow:hidden;
	bottom:0;
	left:0;
}
.slidingIcons{
	position:absolute;
	z-index:999;
	width:20px;
	height:20px;
	top:10px;
	right:10px;
}
.mediaSliderController{
	width:76px;
	height:14px;
	position:absolute;
	top:-20px;
	right:0;
}
.mediaSliderController2{
	width:76px;
	height:14px;
	position:absolute;
	top:-20px;
	right:0;
}
.mediaSliderControllerUnit{
	width:14px;
	height:14px;
	margin-right:5px;
	background-color:white;
	float:left;
	cursor:pointer;
}
.mediaSliderControllerUnit2{
	width:14px;
	height:14px;
	margin-right:5px;
	background-color:white;
	float:left;
	cursor:pointer;
}
.mediaSliderControllerUnit.selected{
	background-color:#A5A5A5 !important;
}
.mediaSliderControllerUnit2.selected{
	background-color:#A5A5A5 !important;
}
.titler span,.titler a{
	display:block;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	padding:0 5px;
	border-bottom:1px solid silver;
	text-decoration:none;
}
.titler a:hover{
	text-shadow:0 0 5px gray;
}

.mainRight .titler span,.mainRight .titler a{
	background-color:#0F067C;
	color:white;
	font-weight: normal;
}
.mainBottomRight .titler span,.mainBottomRight .titler a{
	background-color:#0F067C;
	color:white;
	font-weight: normal;
}


.mainNewsBox{
	margin-top:5px;
	position:relative;
}

.chrome-fix {
    position:absolute;
    width:100%;
    height:100%;
	z-index:-99999;
}
.sliderR{
	width:475px;
	position:relative;
}
.sliderR .mainNewsBig-container {
	width:475px;
	height:405px;
	overflow: hidden;
}
.sliderR .mainNewsBig{
	width:475px;
	height:405px;
}
.sliderR .mainNewsBig span{
	display: block;
	padding: 5px;
	font-size: 19px;
	line-height: 27px;
	margin-bottom: 5px;
	font-weight: bold;
	height: 54px;
	overflow: hidden;
}
.sliderR .mainNewsBig img{
	width:475px;
	height:315px;
	margin-right:5px;
	float:left;
	position:absolute;
	top:70px;
}
.sliderR .mainNewsBig time {
	display: block;
	font-size: 11px;
	color: white;
	background-color: #00008F;
	padding: 0 5px;
	line-height: 15px;
	height: 15px;
	width: 30px;
	text-align:center;
}
.sliderR .mainNewsBig a{
	display: block;
	width: 475px;
	height:405px;
	text-decoration: none;
	color: #000000;
	padding-bottom: 5px;
	border-bottom: 1px solid whitesmoke;
	position:relative;
}
.sliderR .mainNewsBig a:hover{
	text-decoration:underline;
}
.sliderR .mainSmallDiv .mainNewsSmallBox:first-child{
	margin-left:0;
}
.mainSmallDiv{
	position:absolute;
	bottom:18.5px;
	left: 18.5px;
	z-index:999;
}
.sliderR  .mainNewsSmallBox:hover, .mainNewsSmallBox.selected {
	border:2px solid silver !important;
}
.sliderR .mainNewsSmallBox{
	width:60px;
	height:40px;
	background-color: white;
	background-repeat:repeat-x;
	padding-top:0;
	float:left;
	cursor: pointer;
	border:2px solid white;
	margin-left:10px;
	box-shadow: 0 0 15px white;
}
.sliderR .mainNewsSmall{
	width:60px;
	height:40px;
}
.sliderR .mainNewsSmall img{
	width:60px;
	height:40px;
}
.sliderR .mainNewsSmall a{
	display:block;
	width:105px;
	height:56px;
	margin:0 3px;
	line-height:14px;
	font-size:13px;
	text-decoration:none;
	overflow:hidden;
	color:#333;
	text-align:center;
	margin-top:2px;
}
.mainNewsSmallUnit a{
	display:block;
	text-decoration:none;
	color:gray;
	padding: 9.5px 10px;
	height:145x;
}
.mainLeftArticle .mainNewsSmallUnit a{
	padding:0 10px;
}
.mainLeftArticle .mainNewsSmallUnit b{
	height:auto;
}
.mainLeftArticle .mainNewsSmallUnit time{
	font-size:13px;
}
.mainNewsSmallUnit time{
	font-size:12px;
	height:12px;
	line-height:12px;
	color:gray;
}
.mainNewsSmallUnit b{
	display:block;
	font-weight:bold;
	color:#000000;
	font-size:17px;
	line-height:20px;
	height:40px;
	overflow:hidden;
	vertical-align:text-bottom;
}
.mainNewsSmallUnit a:hover{
	box-shadow:0 0 10px silver;
}
.mainNewsSmallUnitBox{
	margin-top:8px;
	padding-right:10px;
}
.mainNewsSmallUnitBox img{
	height:80px;
	width:120px;
	display:block;
	float:left;
	margin-right:10px;
}
.mainNewsSmallUnitBox span{
	display:block;
	color:gray;
	height:85px;
	overflow:hidden;
	font-size:14px;
	line-height:17px;
}
.mainNewsSmallUnitBox span time{
    display: inline-block;
	height: 17px;
    line-height: 18px;
    padding: 0 5px;
    margin-right: 5px;
    color: white;
    background: #0f067c;
    border-radius: 3px;
    font-size: 10px;
}

.centerNewsBox{
	position:relative;
	background-color:white;
}
.centerNewsBox10{
	margin-left:10px;
}
.centerNews{
}
.wave{
	margin:0;
	padding:0;
	height:1466px;
	position:relative;
	margin:5px;
	border-radius:5px;
	background-color: #eeeeee;
	list-style:none;
	overflow-x: hidden;
	overflow-y: scroll;
}
.latestShadow{
	position: absolute;
	width: calc(100% - 10px);
	height: 37px;
	bottom: 0px;
	right: 5px;
	box-shadow: inset 0 -18px 10px -4px #eeeeee;
	pointer-events: none;
}
.centerNews a{
	display:block;
	width:210px;
	margin-bottom:5px;
	margin-top:3px;
	text-decoration:none;
	border-bottom:1px solid silver;
	padding:5px;
	margin-left:3px;
	box-shadow: 0 1px 0 white;
}
.centerNews a:hover{
	border-radius:4px;
	box-shadow: 0 0 5px silver;
}
.centerNews time{
	display:block;
	font-size:10px;
	color:gray;
	line-height:10px;
	font-weight: bold;
}
.centerNews img{
	width:210px;
	margin:5px 0;
}
.centerNews span{
	display:block;
	font-size:12px;
	color:black;
	line-height:15px;
}
.fourButs{
	width:300px;
	height:50px;
	margin-top:5px;
	margin-bottom:5px;
}
.fourButs a{
	display:block;
	width:150px;
	height:50px;
	line-height:56px;
	float:left;
	text-align:center;
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #fcfcfc 13%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#fcfcfc), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #fcfcfc 13%,#eeeeee 100%);
	background: -o-linear-gradient(top, #fcfcfc 13%,#eeeeee 100%);
	background: -ms-linear-gradient(top, #fcfcfc 13%,#eeeeee 100%);
	background: linear-gradient(to bottom, #fcfcfc 13%,#eeeeee 100%);
	box-shadow:inset 0 0 1px silver;
	color:black;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.fourButs a:hover{
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 13%, #fcfcfc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#fcfcfc), color-stop(100%,#fcfcfc));
	background: -webkit-linear-gradient(top, #eeeeee 13%,#fcfcfc 100%);
	background: -o-linear-gradient(top, #eeeeee 13%,#fcfcfc 100%);
	background: -ms-linear-gradient(top, #eeeeee 13%,#fcfcfc 100%);
	background: linear-gradient(to bottom, #eeeeee 13%,#fcfcfc 100%);
	box-shadow:inset 0 0 0 1px silver;
}
.fourButs img{
	height:12px;
	margin-top:-3px;
	margin-left: 5px;
}
.mainBlog{
	width:290px;
	height:300px;
	margin-top:5px;
	margin-bottom:5px;
	overflow:auto;
	padding:5px;
}
.mainBlog a{
	display:block;
	font-size:13px;
	line-height:16px;
	color:#333333;
	text-decoration:none;
	padding:5px 8px;
	margin-bottom:5px;
	border-bottom:1px solid silver;
	font-weight:bold;
	position: relative;
	z-index: 9999;
}
.mainBlog a:hover{
	color:black;
	box-shadow:0 0 10px silver;
}
.mainBlog  img{
	width:15px;
	height:15px;
	margin-right:5px;
	margin-top:-3px;
}
.mostViewed{
	width:300px;
	min-height: 619px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
}
.bannerSpace2{
	width:300px;
	height:100px;
	margin:5px 0;
}
.bannerSpace2 img{
	width:300px;
	height:100px;
}
.popDays{
	width:300px;
	height:24px;
}
.popDays a{
	display:block;
	position:relative;
	z-index:999;
	float:left;
	height: 23px;
	line-height: 25px;
	border: 1px solid silver;
	border-bottom: none;
	text-align:center;
	padding:0 8px;
	text-decoration:none;
	text-shadow: 1px 1px 0 white;
	font-size:14px;
	margin-right:8px;
	border-radius:5px 5px 0 0;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 13%, #fcfcfc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#fcfcfc), color-stop(100%,#fcfcfc));
	background: -webkit-linear-gradient(top, #eeeeee 13%,#fcfcfc 100%);
	background: -o-linear-gradient(top, #eeeeee 13%,#fcfcfc 100%);
	background: -ms-linear-gradient(top, #eeeeee 13%,#fcfcfc 100%);
	background: linear-gradient(to bottom, #eeeeee 13%,#fcfcfc 100%);
	box-shadow: inset 0 -2px 6px silver
}
.activeTab{
	box-shadow:none !important;
	height: 24px !important;
}
.mostViewedBox{
	width:289px;
	height:598px;
	border: 1px solid silver;
	background-color:#fcfcfc;
	padding:5px;
	overflow:auto;
	position:absolute;
	left:0;
	top:24px;
	border-right:0;
}
.mostViewedBox a{
	display:block;
	font-size:13px;
	line-height:16px;
	color:#333333;
	text-decoration:none;
	padding:5px;
	margin-bottom:5px;
	border-bottom:1px solid silver;
	font-weight:bold;
}
.mostViewedBox a:hover{
	color:black;
	box-shadow:0 0 10px silver;
}
.videoMain{
	width:1035px;
	height:180px;
	background-color:white;
	margin-top:10px;
	position: relative;
}
.titlerVideo{
	background-color: white;
    margin-top: 10px;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-top: 2px;
    border-top: 2px solid #9B9B9B;
}
.videoMain a{
	display:block;
	float:left;
	width:193px;
	height:180px;
	background-color:#FCFCFC;
	margin:0 5px;
	color:#333333;
	text-decoration:none;
	position:relative;
}
.videoMain a:hover{
	box-shadow:0 0 10px silver
}
.videoMain img{
	width:193px;
	height:126px;
}
.play img{
	position:absolute;
	width:30px;
	height:30px;
	top:48px;
	left:81.5px;
	opacity:0.4;
}

.videoMain a:hover .play img{
	opacity:1;
}
.videoSlide{
	width: 1015px;
	height: 180px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 10px;
}
.videoSlide a {
	display: block;
	width: 193px;
	height: 180px;
	float: left;
}
.videoRight{
	width:10px;
	height:180px;
	background:url(../img/right.png) center no-repeat;
	cursor:pointer;
	opacity:0.5;
	position: absolute;
	top: 0;
	right: 0;
}
.videoLeft{
	width:10px;
	height:180px;
	background:url(../img/left.png) center no-repeat;
	cursor:pointer;
	float:left;
	opacity:0.5;
	position: absolute;
	left: 0;
	top: 0;	
}
.videoRight:hover,.videoLeft:hover{
	opacity:1.0;
}
.videoMain span{
	display:block;
	font-size:12px;
	line-height:15px;
	height:30px;
	overflow:hidden;
	font-weight:bold;
	padding:0 2px;
	margin:5px 0;
}
.mainBottom{
	width:1035px;
	min-height:500px;
	margin-top:10px;
}
.mainBottomLeft{
	width:715px;
	float:left;
	min-height:400px;
	background-color:white;
	border-top: 2px solid #9B9B9B;
	padding: 10px;
	padding-top:3px;
	padding-left:0;
}
.mainBottomRight{
	width:300px;
	float:right;
	min-height:400px;
	background-color:white;
	border-top: 2px solid #00008F;
	padding: 10px 0;
}
.mainCatShow{
	width:725px;
	position:relative;
}
.mainCatShowLarge a{
	display:block;
	float:left;
	width:168px;
	height:183px;
	text-decoration:none;
	border-bottom:1px solid #EEEEEE;
	margin-top:5px;
	margin-left:10px;
}
.mainCatShowLarge a:hover{
	box-shadow: 0 0 10px silver;
}
.mainCatShowLarge img{
	display:block;
	width:168px;
	height:108px;
	margin-right:10px;
}
.mainCatShowLarge span{
	display: block;
	width: 158px;
	padding: 5px;
	color: #333333;
	overflow: hidden;
	font-size: 13px;
	line-height: 16px;
	height: 60px;
	margin: 1px 0 6px 0;
}
.poll{
	width:280px;
	min-height:200px;
	padding: 0 10px;
}
.poll span{
	display:block;
	font-size:18px;
	line-height:21px;
	color:#333333;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px solid silver;
	font-weight:bold;
}
.poll label{
	display:block;
	font-size:16px;
	line-height:21px;
	color:#333333;
	margin-bottom:6px;
	margin-left:5px;
	background-color:whitesmoke;
	padding:5px;
}
.submitPoll,#reload,#submit{
	border:none;
	outline:none;
	float:right;
	color:#08006F;
	padding:5px 10px;
	border-radius:3px;
	border: #d3d3d3 1px solid;
	background-color: #fcfcfc;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #fcfcfc 13%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#fcfcfc), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #fcfcfc 13%,#eeeeee 100%);
	background: -o-linear-gradient(top, #fcfcfc 13%,#eeeeee 100%);
	background: -ms-linear-gradient(top, #fcfcfc 13%,#eeeeee 100%);
	background: linear-gradient(to bottom, #fcfcfc 13%,#eeeeee 100%);
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#reload,#submit{
	margin:10px;
	margin-left:0;
	float:left;
}
#reload{
	background: #FF0000;
	background: -moz-linear-gradient(top, #FF0000 13%, #800000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#FF0000), color-stop(100%,#800000));
	background: -webkit-linear-gradient(top, #FF0000 13%,#800000 100%);
	background: -o-linear-gradient(top, #FF0000 13%,#800000 100%);
	background: -ms-linear-gradient(top, #FF0000 13%,#800000 100%);
	background: linear-gradient(to bottom, #FF0000 13%,#800000 100%);
	color:white;
}
.submitPoll:hover,#submit:hover{
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 13%, #fcfcfc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#eeeeee), color-stop(100%,#fcfcfc));
	background: -webkit-linear-gradient(top, #eeeeee 13%,#fcfcfc 100%);
	background: -o-linear-gradient(top, #eeeeee 13%,#fcfcfc 100%);
	background: -ms-linear-gradient(top, #eeeeee 13%,#fcfcfc 100%);
	background: linear-gradient(to bottom, #eeeeee 13%,#fcfcfc 100%);
}
#reload:hover{
	background: #800000;
	background: -moz-linear-gradient(top, #800000 13%, #FF0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#800000), color-stop(100%,#FF0000));
	background: -webkit-linear-gradient(top, #800000 13%,#FF0000 100%);
	background: -o-linear-gradient(top, #800000 13%,#FF0000 100%);
	background: -ms-linear-gradient(top, #800000 13%,#FF0000 100%);
	background: linear-gradient(to bottom, #800000 13%,#FF0000 100%);
}
.galleryMain{
	padding:10px;
	min-height:400px;
	margin-top:10px;
}

footer{
	width:1015px;
	padding:10px;
	background-color:black;
	margin:0 auto;
}
.copyright{
	color:white;
	font-size:13px;
	width:550px;
	float:left;
}
.counters{
	float:left;
	margin:0 20px;
	min-height:100px;
}
.counters span{
	color:white;
	font-size:13px;
	font-weight:bold;
	line-height:13px;
	margin-bottom:10px;
}
.counterUnit{
	margin:1px 10px;
}




/* Social Widget */

.socialWidgetBox{
	width: 980px;
	min-height:30px;
	margin:10px auto;
}
.socialWidgetClosed{
	width: 960px;
	height:10px;
	background-color: rgb(221, 221, 221);
	border-radius: 4px;
	border: 1px solid rgb(202, 202, 202);
	box-shadow: inset 0 5px 9px -3px rgb(177, 177, 177);
	padding: 10px;
	position:relative;
	display:none;
}
.socialWidget{
	width: 960px;
	height: 105px;
	background-color: rgb(221, 221, 221);
	border-radius: 4px;
	border: 1px solid rgb(202, 202, 202);
	box-shadow: inset 0 5px 9px -3px rgb(177, 177, 177);
	padding: 10px;
	position:relative;
	display:block;
}
.socialWidgetOpen{
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: white;
	top: 5px;
	right: 5px;
	position: absolute;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
	color: rgb(224, 224, 224);
	cursor: pointer;
	font-weight: bold;
}
.socialWidgetOpen img{
	display:block;
	margin:2px;
	padding:0;
	width: 16px;
	height: 16px;
}
.socialWidgetTitle{
	width: 960px;
	height: 25px;
	float: left;
	padding-right: 10px;
	color: gray;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 1px 1px 0 white;
}
.socialWidgetTitleClosed{
	height: 10px;
	width: 900px;
	line-height: 11px;
}
.socialWidgetUnit{
	width: 219px;
	height: 80px;
	float:left;
	padding: 0 10px;
	border-left: 1px solid #B3B3B3;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 0 white;
	box-shadow: -2px 0 0 -1px whitesmoke;
	overflow:hidden;
}
.socialWidgetUnit a{
	text-decoration:none;
	color:#333333;
	width: 230px;
	height: 50px;
	display: block;
}
.noWidgetBorder{
	box-shadow: none !important;
	border-left: none !important;
}
.socialWidgetUnit img{
	display:block;
	float:left;
	margin-right:10px;
	height:50px;
	width:50px;
}
.socialWidgetUnit span{
	display:block;
	float:left;
	height:50px;
	line-height: 85px;
	font-size:12px;
}
.vk{
	width:229px;
	height:22px;
	margin-top:8px;
	float:left;
	overflow:hidden;
}


/* Article*/

.mainLeftArticle{
	width:725px;
	margin-right:10px;
}
.mainLeft article{
	padding:10px;
	padding-bottom:0;
	float:left;
}
.mainCenterArticle{
	float:right;
}
.mainLeft article time{
	font-size:12px;
	color:gray;
	font-family:times unicode;
}
.mainLeft article h1{
	margin:0;
	padding:0;
	font-size:32px;
	line-height:36px;
	color:#333333;
	font-family:times unicode;
	border-bottom:1px solid silver;
	padding-bottom:10px;
	padding-right:10px;
	margin-bottom:5px;
}
.video-container{
    float: left;
    margin-bottom: 20px;
}
.shareTop{
	float: left;
    width: 100%;
    height: 34px;
}
.shareTop .ya-share2{
	float:left !important;
}
.ya-share2{
	float:right;
}
.articleImage{
	float:left;
	margin-bottom:10px;
}
.articleImage img{
	width:455px;
	margin-bottom:10px;
}
.image-author{
	font-size:12px;
	padding-bottom:10px;
	border-bottom:1px solid whitesmoke;
	color:silver;
}
.telegramLink{
	padding: 10px;
    background: whitesmoke;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    height: 15px;
    line-height: 15px;
    font-size: 15px;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 3px;
}
.firstLetter:first-letter{ 
	font-size:50px;
	color:#0F067C;
	font-family:times unicode;
	line-height: 18px;
	font-weight:bold;
}
.firstLetter img{
	width:100% !important;
	height:100% !important;
}
.mainLeft article p{
	color:#333333;
	font-size:16px;
	margin-left:10px;
	margin-right:10px;
}
.article-body-text img{
	width:300px;
	float:left;
	margin-right:10px;
}
.suggestions{
	min-height:968px;
	background-color:red;
}
.article-share{
	padding:5px 10px;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	box-shadow: 0 12px 12px -3px silver;
	margin-bottom:10px;
	width: 705px;
	margin-left:-10px;
}
.article-share i{
	line-height:26px;
	font-size:13px;
	color:gray;
	float:left;
}
.yashare-auto-init{
	float:right;
}
.article-comment{
	padding:0 10px;
}
.articleSuggestions a{
	display:block;
	margin:5px 0;
	padding:5px;
	border-bottom:1px solid silver;
	min-height:53px;
	text-decoration:none;
}
.articleSuggestions a:hover{
	box-shadow:0 0 5px 1px silver;
}
.articleSuggestions img{
	display:block;
	width:80px;
	height:53px;
	margin-right:10px;
	float:left;
}
.articleSuggestions time{
	background-color: #0F067C;
	padding: 0 5px;
	line-height: 20px;
	font-size: 12px;
	color: white;
	margin-right: 5px;
}
.articleSuggestions span{
	display:block;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
}

.articleTree{
    margin-top: -10px;
}
.articleTree a{
	display: block;
    height: 21px;
    line-height: 21px;
    font-size: 13px;
    background: gray;
    float: left;
    padding: 0 7px;
    margin-right: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    border-bottom-right-radius: 13px;
    padding-right: 10px;   
	margin-bottom: 6px;
}


/* Cat Page */

.catNameOnCatPage{
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	color:#333333;
	margin-bottom:10px;
	padding:0 5px;
	padding-bottom:10px;
	border-bottom:1px solid silver;
}


/* Show photo gallery*/
.galleryCont {
	margin: 10px 0 0 0;	
	width: 100%;
}
.galleryCont img {
	width: calc(25% - 2px);
	margin: 1px;
}
.galleryCont img:hover {
	box-shadow: 0 0 4px 3px silver;
}

.gallMgRight {
	margin-right: 0 !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* Suro Prc */


/* pageination */
.pagination {
	width: 270px;
	height: 25px;
	margin-top: 20px;
	margin-left: 10px;
}
.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: 1px solid #D1D1D1;
	text-decoration: none;
	color: #0F067C;
	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: #3527F8 !important;
	background-color: #3527F8 !important;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#120485),to(#3527F8)) !important;
	background-image: -webkit-linear-gradient(top,#120485,#3527F8) !important;
	background-image: -moz-linear-gradient(top,#120485,#3527F8) !important;
	background-image: -ms-linear-gradient(top,#120485,#3527F8) !important;
	background-image: -o-linear-gradient(top,#120485,#3527F8) !important;
	background-image: linear-gradient(top,#120485,#3527F8) !important;
	color:white !important;
	text-shadow:none !important;
}

#scroll-news ul {
	position: relative;
	width:295px;
	height: 500px;
	margin: 10px 0 0 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	list-style: none;

	-webkit-perspective: 400px;
	   -moz-perspective: 400px;
	    -ms-perspective: 400px;
	     -o-perspective: 400px;
	        perspective: 400px;
}
#scroll-news ul li {
	position: relative;
	z-index: 2;

	-webkit-transform: translateZ(0px);
	   -moz-transform: translateZ(0px);
		-ms-transform: translateZ(0px);
		 -o-transform: translateZ(0px);
			transform: translateZ(0px);
}
#scroll-news ul li:nth-child(odd) { background: #fff; }
/* cards, grow, flip, fly, fly-simplified, fly-reverse, skew, helix, fan, tilt, curl, papercut, zipper, fade, twirl  */
#scroll-news .fly-simplified{-webkit-perspective:300px;-moz-perspective:300px;-ms-perspective:300px;-o-perspective:300px;perspective:300px;-webkit-perspective-origin:50% 50%;-moz-perspective-origin:50% 50%;-ms-perspective-origin:50% 50%;-o-perspective-origin:50% 50%;perspective-origin:50% 50%}
#scroll-news .fly-simplified li{-webkit-transition:all 600ms ease;-moz-transition:all 600ms ease;-ms-transition:all 600ms ease;-o-transition:all 600ms ease;transition:all 600ms ease;-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%}
#scroll-news .fly-simplified li.past{-webkit-transform:translate3d(0,-100px,-100px) rotateX(90deg);-moz-transform:translate3d(0,-100px,-100px) rotateX(90deg);-ms-transform:translate3d(0,-100px,-100px) rotateX(90deg);-o-transform:translate3d(0,-100px,-100px) rotateX(90deg);transform:translate3d(0,-100px,-100px) rotateX(90deg)}
#scroll-news .fly-simplified li.future{-webkit-transform:translate3d(0,100px,-100px) rotateX(-90deg);-moz-transform:translate3d(0,100px,-100px) rotateX(-90deg);-ms-transform:translate3d(0,100px,-100px) rotateX(-90deg);-o-transform:translate3d(0,100px,-100px) rotateX(-90deg);transform:translate3d(0,100px,-100px) rotateX(-90deg)}


#scroll-news2 ul {
	position: relative;
	width:295px;
	height: 660px;
	margin: 0 0 0 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	list-style: none;

	-webkit-perspective: 400px;
	   -moz-perspective: 400px;
	    -ms-perspective: 400px;
	     -o-perspective: 400px;
	        perspective: 400px;
}
.scroll-news3 ul {
	height: 851px !important;
}
#scroll-news2 ul li {
	position: relative;
	z-index: 2;

	-webkit-transform: translateZ(0px);
	   -moz-transform: translateZ(0px);
		-ms-transform: translateZ(0px);
		 -o-transform: translateZ(0px);
			transform: translateZ(0px);
}
#scroll-news2 ul li:nth-child(odd) { background: #fff; }
/* cards, grow, flip, fly, fly-simplified, fly-reverse, skew, helix, fan, tilt, curl, papercut, zipper, fade, twirl  */
#scroll-news2 .fly-simplified{-webkit-perspective:300px;-moz-perspective:300px;-ms-perspective:300px;-o-perspective:300px;perspective:300px;-webkit-perspective-origin:50% 50%;-moz-perspective-origin:50% 50%;-ms-perspective-origin:50% 50%;-o-perspective-origin:50% 50%;perspective-origin:50% 50%}
#scroll-news2 .fly-simplified li{-webkit-transition:all 600ms ease;-moz-transition:all 600ms ease;-ms-transition:all 600ms ease;-o-transition:all 600ms ease;transition:all 600ms ease;-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%}
#scroll-news2 .fly-simplified li.past{-webkit-transform:translate3d(0,-100px,-100px) rotateX(90deg);-moz-transform:translate3d(0,-100px,-100px) rotateX(90deg);-ms-transform:translate3d(0,-100px,-100px) rotateX(90deg);-o-transform:translate3d(0,-100px,-100px) rotateX(90deg);transform:translate3d(0,-100px,-100px) rotateX(90deg)}
#scroll-news2 .fly-simplified li.future{-webkit-transform:translate3d(0,100px,-100px) rotateX(-90deg);-moz-transform:translate3d(0,100px,-100px) rotateX(-90deg);-ms-transform:translate3d(0,100px,-100px) rotateX(-90deg);-o-transform:translate3d(0,100px,-100px) rotateX(-90deg);transform:translate3d(0,100px,-100px) rotateX(-90deg)}


/* poll */
.poll #poll-container{
	width:286px;
}

.poll .graph {
	width: 286px;
	display:block;
}

.poll .bar-title {
	color: #606062;
	width: 104px;
	line-height: 20px;
	margin-right: 17px;
	font-weight: bold;
	text-align: left;
	float:left;
}
.poll .bar-container {
	width: 110px;
	height: 20px;
	margin: 0px 0px 15px;
	float:left;
	padding-top:2px;
}

.poll .bar-container .bar{
	background: #0F067C;
	float:left;
	margin-right:8px;
}
.poll .bar-container strong {
	position:absolute;
	overflow: hidden;
}
.poll .divspan{
	margin:0;padding:0;display:block;
	margin-bottom:2px;
	position:relative;
}
.poll #poll-results p {
  text-align: center;
  margin-top: 20px;
}



/* cat clider */

.wideWrapperBody{
	width:715px;
	position:relative;
}
.wideWrapper{
	width:1650px;
}
.wideSliderButs{
	width: 70px;
	height: 15px;
	position: absolute;
	right: 0;
	top: -20px;
}
.wideSliderButsUnit{
	width:15px;
	height:15px;
	float:left;
	background-color:silver;
	margin-left:8px;
	cursor:pointer;
}
.wideSliderButsUnit.selected{
	background-color:#0F067C;
}
#more_sgg {
	width: 715px;
	margin: 5px auto;
	height: 30px;
	line-height: 30px;
	background-color: silver;
	text-align: center;
	color: white;
	cursor: pointer;
	box-shadow: -2px 0 0 -1px whitesmoke;
	border-left: 1px solid #B3B3B3;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fb_likeBox {
	width: 290px;
	height: 239px;
	margin: 5px auto;
	margin-top: -15px;
}




/* Twitter Widget */

.twitterWidget{
	width:298px;
	height:106px;
	border:1px solid whitesmoke;
	background:url(../img/tw_logo.png);
	background-repeat:no-repeat;
	background-position:left;
	position:relative;
}
.twitterWidget span{
	position:absolute;
	display:block;
	font-size:18px;
	line-height:18px;
	height:18px;
	color:#333333;
	left:105px;
	top:18px;
}
.followButPos{
	position:absolute;
	width:179px;
	height:27px;
	top:49px;
	left:105px;
	top:
}






.mobiMenu, .mobiSearch{
	display:none;
}
.timeLeft{
	float:left;
}
.timeRight{
	float:right;
}




.fb-slide-box{
    position: fixed;
    width: 300px;
    height: 130px;
    padding: 15px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
    bottom: 20px;
    right: -350px;
    box-shadow: -4px 0 5px 0 grey;
	z-index:9999;
	transition: all 0.5s ease;
}
.fb-slide-box-block{
	right:0 !important;
	transition: all 0.5s ease;
}
.fbsb-title{
    height: 50px;
    margin-bottom: 7px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 9px;
}
.fbsb-title img{
    display: block;
    float: left;
    margin-right: 6px;
    height: 50px;
    width: 50px;
}
.fbsb-title b{
    display: block;
    font-size: 15px;
    line-height: 16px;
	color:#222222;
}
.fbsb-title a{
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px;
}
.close-fbsb{
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../img/close_fbsb.png);
	width: 17px;
	height: 17px;
	cursor:pointer;
}


/* Medias Starts Here */

@media (max-width:1035px){
	
	.headerTop{
		width:980px;
	}
	.headerBot{
		width:980px;
	}
	.main{
		width:980px;
	}
	.mainCenter{
		width:185px;
	}
	.centerNews a{
		width:155px;
	}
	.centerNews img{
		width:155px;
	}
	.videoMain{
		width:980px;
		height:170px;
	}
	.videoSlide a {
		width: 182px;
		height: 170px;
	}
	.videoSlide{
		width: 960px;
		height: 170px;
	}
	.videoMain img{
		width:182px;
		height:120px;
	}
	.videoRight{
		height:110px;
	}
	.videoLeft{
		height:110px;
	}
	.play img{
		top:45px;
		left:75px;
		width:30px;
		height:30px;
	}
	.mainBottom{
		width:980px;
	}
	.mainBottomLeft{
		width:660px;
	}
	.wideWrapperBody{
		width:660px;
	}
	.mainCatShowLarge a{
		width:155px;
		height:174px;
	}

	.mainCatShowLarge img{
		width:155px;
		height:100px;
	}
	.mainCatShowLarge span{
		width: 145px;
	}
	footer{
		width:960px;
	}
	.mainLeftArticle{
		width:670px;
	}
	.mainLeft article{
		width:650px;
		overflow: hidden;
	}
	.article-share{
		width: 650px;
	}
	.mainCatShow{
		width:660px;
	}
	#more_sgg {
		width: 660px;
	}
	
}

@media (max-width:970px){
	body{
		width: auto;
		min-width: auto;
	}
	.headerTop {
		width: calc(100% - 30px);
		padding: 0 15px;
	}
	.headerBot {
		width: calc(100% - 30px);
		padding: 0 15px;
		position: relative;
	}
	.menu{
		display:none;
	}
	.logo{
		width: 240px;
		height: 37px;
		margin-left:30px;
	}
	.logo a, .logo img{
		width: 240px;
		height: 37px;
	}
	.mobiMenu{
		display:block;
	    position: absolute;
		width: 30px;
		height: 20px;
		top: 21px;
		left: 15px;
	}
	.mobiMenuBut{
		width: 30px;
		height: 20px;
		cursor: pointer;
		background: url(../img/mobimenu.png) no-repeat center;
	}
	.mobiMenuBox{
		position: absolute;
		top: 39px;
		z-index: 99999;
		left: -15px;
		width: 330px;
		display:none;
	}
	.mobiMenuT{}
	.mobiMenuT a{
		display: block;
		height: 15px;
		line-height: 15px;
		font-size: 15px;
		text-decoration: none;
		background: #333;
		padding: 7px 15px;
		color: white;
		border-bottom: 1px solid #222;
	}
	.mobiMenuB{}
	.mobiMenuB a{
		display: block;
		height: 13px;
		line-height: 13px;
		font-size: 13px;
		text-decoration: none;
		background: #111;
		padding: 7px 15px;
		color: white;
		border-bottom: 1px solid #222;
	}
	.mobiSearch{
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		top: 15px;
		right: 15px;
	}
	.mobiSearchBut{
		width: 30px;
		height: 30px;
		cursor: pointer;
		background: url(../img/mobisearch.png) no-repeat center;
	}
	.mobiSearchBox{
		position: absolute;
		top: 45px;
		background: white;
		right: -15px;
		border: 15px solid #333;
		z-index: 99999;
		width: 300px;
		display:none;
	}
	.mobiSearchBox .search{
		width: 255px;
	}
	.main, .mainBottom {
		width: 670px;
	}
	.mainCenter{
		margin-right:0;
	}
	.mainRight{
		margin-top:0;
		width:670px;
	}
	#scroll-news ul, #scroll-news2 ul, .scroll-news3 ul{
		width:100%;
		height:250px !important;
	}
	.videoMain{
		width:670px;
	}
	.mainBottomRight {
		width: 100%;
		margin-top: 10px;
	}
	.mostViewed {
		width: 100%;
		min-height: 271px;
	}
	.popDays {
		width: 100%;
	}
	.mostViewedBox {
		width: calc(100% - 10px);
		height: 250px;
	}
	
	footer {
		width: calc(100% - 30px);
		padding: 15px;
	}
	.copyright {
		width: calc(100% - 30px);
		padding: 0 15px;
		float:none;
	}
	.counters {
		margin: 0;
		min-height: 0;
		padding: 0 15px;
		float:none;
	}
	.disable{
		display:none;
	}
	.mainRight br{
		height:0 !important;
	}
	.videoLeft, .videoRight {
		height: 170px;
	}
	.videoSlide a{
		padding:0 12.5px;
	}
}

@media (max-width:670px){
	.main {
		width: 320px;
	}
	.mainLeft {
		float: none; 
		width: 320px;
	}
	.sliderR{
		width:320px;
		height:449px;
	    margin: 0 auto;
	}
	.sliderR .mainNewsBig-container {
		width:320px;
		height:297px;
	}
	.sliderR .caroufredsel_wrapper{
		width:320px;
		height:297px;
	}
	.sliderR .mainNewsBig{
		width:320px;
		height:297px;
	}
	.sliderR .mainNewsBig img{
		width:320px;
		height:212px;
	}
	.sliderR .mainNewsBig a{
		width:320px;
		height:297px;
	}
	.sliderR .mainNewsBig span {
		font-size: 17px;
		line-height: 20px;
		height: 60px;
	}
	.mainSmallDiv {
		left: 0;
		top: 297px;
		width: 320px;
		height: 152px;
	}
	.sliderR .mainNewsSmallBox {
		width: 100px;
		height: 66px;
		border: none;
		box-shadow: none;
		margin-left: 10px;
		margin-top: 10px;
	}
	.sliderR  .mainNewsSmallBox:hover, .mainNewsSmallBox.selected {
		border:none!important;
		outline:2px solid silver !important;
	}
	.sliderR .mainNewsSmall{
		width: 100px;
		height: 66px;
	}
	.sliderR .mainNewsSmall img {
		width: 100px;
		height: 66px;
	}
	.sliderR .mainSmallDiv .mainNewsSmallBox:nth-child(3n+1) {
		margin-left: 0;
	}
	.mainCenter {
		width: 300px;
		margin: 0;
		padding: 10px;
		margin-top: 10px;
	}
	.wave {
		margin: 0;
		padding: 0;
		width: 300px;
		height: 760px;
	}
	.centerNews a {
		width: 295px;
		clear:both;
	}
	.timeLeft, .timeRight{
		float:none;
	}
	.centerNews img {
		width: 75px;
		margin: 5px 0;
		display: block;
		float: left;
		margin-right: 5px;
	}
	.mainRight {
		padding: 10px;
		margin-top: 10px;
	}
	.videoMain{
		width:320px;
	}
	.videoMain a{
		width:140px;
		height:150px;
		padding:0;
	}
	.videoMain img{
		width:140px;
		height:93px;
	}
	.play img{
		width:30px;
		height:30px;
		left:55px;
		top:32px;
	}
	
	.mainLeft article{
		width:300px;
	}
	.mainBottom {
		width: 320px;
		margin-top: 10px;
	}
	.mainBottomLeft {
		width: 310px;
	}
	.mainCatShow {
		width: 320px;
	}
	.wideWrapperBody {
		width: 310px;
	}
	.mainCatShowLarge a {
		width: 145px;
	}
	.mainCatShowLarge img{
		width: 145px;
		height:94px;
	}
	.mainBottomRight {
		padding: 10px;
		margin-top: 10px;
		width:300px;
	}
	.mostViewed {
		min-height: 620px;
	}
	.galleryCont img {
		width: calc(33% - 2px);
		margin: 1px;
	}
	.mainLeft article{
		float:none;
	}
	.mainLeft article h1 {
		font-size: 22px;
		line-height: 26px;
	}
	.articleImage img {
		width: 100%;
		margin-bottom: 10px;
	}
	.mainCenterArticle{
		display:none;
	}
	.article-share{
		width:100%;
	}
	.articleSuggestions span {
		font-size: 14px;
		line-height: 16px;
	}
	#more_sgg {
		width: 100%;
	}
	.mainLeft article p{
		margin: 15px 0;
		text-align:left !important;
	}
	.disable{
		display:block !important;
	}
	.mainRight {
		width: 300px;
	}
	.mostViewed {
		min-height: 281px;
	}
	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px; height: 0;
		float:none !important;
	}
	.video-container .newParentOfEmbed{
		overflow:inherit !important;
		margin-top:25px;
	}
	 
	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}	
	.centerNews span{
		font-size:15px;
		line-height:19px;
	}	
	.appsLine{
		display:none;
	}
}

