/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.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 {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * 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 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;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

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

















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

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    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: " "; /* 1 */
    display: table; /* 2 */
}

.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:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100% !important;
    }

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

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



/* Suro Start Coding */


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


::-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: #0073A0; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
}
::-webkit-scrollbar-thumb:window-inactive {
    background-color: #0073A0; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
}


/* Latest Scroll*/
.latest::-webkit-scrollbar {
    width: 4px;
	height:4px;
	background-color:#ffffff;
}
 
/* Track */
.latest::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0); 
}
 
/* Handle */
.latest::-webkit-scrollbar-thumb {
    background-color: #FF6600; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
}
.latest::-webkit-scrollbar-thumb:window-inactive {
    background-color: #FF6600; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
}

header{
	width:1220px;
	height:90px;
	margin:0 auto;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
}
.mobiHeader{
	display:none;
}
.logo{
    width: 147px;
    height: 40px;	
	float:left;
	margin-left:20px;
	margin-top:45px;
	position:relative;
}
.logo a,.logo img{
	display:block;
    width: 147px;
    height: 40px;
}
.headerRight{
	height:90px;
	width:1050px;
	float:right;
}
.menu{
    background-color: #FF6600;
    height: 30px;
    width: 1200px;
    margin: 0 auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: inset 1px 8px 16px -6px white;
	padding:0 10px;
}
.menu a{
	display: block;
    float: left;
    height: 30px;
    line-height: 32px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 0 10px;
}
.mobiMenu{
	display:none;
}


.usefull{
    float: left;
    height: 70px;
    margin: 10px;
    padding-left: 14px;
    border-left: 1px solid white;
}

.timeDate{
    font-size: 13px;
    color: #fff;
    line-height: 13px;
    font-weight: bold;
	margin-top:30px;
	
}
.timeDate span{
	display:block;
}
.disableWord{
	display: inline !important;
}
 .rates{
    font-weight: bold;
	margin-top:10px;
 }
.rateTablo-container span {
    font-size: 13px;
    color: #fff;
    line-height: 13px;
}
.rateTablo-container .rateTablo-elem{
    font-size: 11px;
    color: #fff;
    line-height: 13px;
}
.rateTablo-container {
}
.rateTablo-elem {
	height: 13px;
	float: left;
	font-size: 13px;
	margin-right:10px;
}
.tablo-span {
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 33px;
	margin: 0 0px;
}
.tablo-span-2 {
	
	font-size: 13px;
	color: #333333;
	line-height: 33px;
}
.searchAndShare{
	float: right;
    width: 320px;
}
.socials{
    height: 30px;
    float: right;
    margin: 10px;
}
.socials a{
	display:block;
	text-decoration:none;
	margin-left:10px;
	float:right;
}
.searchBox{
	width: 300px;
    height: 30px;
    overflow: hidden;
    margin: 10px;
    margin-top: 0;
    float: left;
}
.search{
    display: block;
    float: left;
    width: 240px;
    height: 30px;
    border: none;
    outline: none;
    padding: 0 10px;
    margin: 0;
    background-color: white;
	border-radius:3px;
}
.ssubmit{
	display:block;
	float:right;
	width:30px;
	height:30px;
	border:none;
	outline:none;
	padding:0;
	margin:0;
	background-image:url(../img/sbut.png);
	background-color:transparent;
}
.langBar{
    float: right;
    height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    background: whitesmoke;
    border-radius: 3px;
}
.langBar a{
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 30px;
    color: #000;
}
.langBar a img{
    margin-top: -3px;
}
.main{
	width:1220px;
	margin:15px auto;
}
.titler a,.titler span{
    display: block;
    font-size: 15px;
    padding: 0 10px;
    min-height: 30px;
    background: white;
    border-bottom: 4px solid #FF6600;
    line-height: 30px;
    color: #0073A0;
    margin-bottom: 7px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.mainLeft{
	width:253px;
	float:left;
}
.topNewsBox{
	margin-bottom:10px;
}
.topNewsBox a{
    display: block;
    text-decoration: none;
    background-color: #0073A0;
	background-image: url(../img/header.jpg);
	background-repeat:no-repeat;
    padding: 5px;
}
.topNewsBox a img{
    display: block;
    width: 90px;
	height: 65px;
    float: left;
    margin-right: 8px;
}
.topNewsBox a span{
    display: block;
    color: white;
    font-size: 13px;
    line-height: 17px;
}
.topNewsBox a time{
    display: inline-block;
	color: white;
    font-size: 10px;
    background-color: #FF6600;
    padding: 0 7px;
    height: 16px;
    line-height: 16px;
    margin-right: 6px;
}
.mobiLeft{
	display:none;
}
.latest{
	height:1100px;
	overflow:auto;
	background-color:white;
}
.latest a{
	display: block;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 19px;
    padding: 10px;
    border-top: 1px dotted silver;
	transition: all 0.5s ease;
}
.latest a:hover{
	background-color:whitesmoke;
	transition: all 0.5s ease;
}
.latest a:first-child{
    border-top: none;
}
.latest a img{
    display: block;
    float: left;
    width: 100px;
    height: 70px;
    margin-right: 5px;
    margin-bottom: 2px;
	margin-top: 2px;
}
.latest a time{
    display: inline-block;
    font-size: 10px;
    padding: 0 5px;
    background: #FF6600;
    color: white;
}
.allLatest a{
	display: block;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    color: white;
    background: #FF6600;
    height: 30px;
    line-height: 30px;
	margin-bottom:10px;
}
.leftBlockSliderSQ a{
	height:353px !important;
}
.leftBlockSlider a img{
	display:block;
	width:100%;
}
.leftBlockSliderSQ a img{ 
	width:227px !important;
	height:227px !important;
}
.leftBlockSliderSQ a time{
	margin-top:0 !important;
}
.mostPop a{
	display:block;
	position:relative;
	text-decoration:none;
	background-color:#0073A0;
    background-image: url(../img/header.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
.mostPop a time{    
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    color: white;
    background-color: #FF6600;
    padding: 0 6px;
	margin-right:5px;
}
.mostPop a span{
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: white;
    font-weight: bold;
    margin: 6px;
    width: 170px;
    height: 126px;
    overflow: hidden;
}
.mostPop a b{
    display: block;
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 9999;
    color: rgba(139, 191, 212, 0.56);
    font-size: 90px;
    height: 90px;
    line-height: 90px;
    text-shadow: 0 -10px 10px rgba(0, 0, 0, 0.35);
}
.topPhoto a{
	display:block;
	position:relative;
	text-decoration:none;
}
.topPhoto a img{
	display:block;
	width:100%;
}
.topPhoto a time{    
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    color: white;
    background-color: #FF6600;
    padding: 0 6px;
	margin-right:5px;
}
.topPhoto a span{
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: white;
    font-weight: bold;
    padding: 6px;
	background-color:#0073A0;
    background-image: url(../img/header.jpg);
	background-repeat:no-repeat;
}
.mainCenter{
	width: 700px;
    min-height: 500px;
    float: left;
    margin: 0 20px;
}
.mainNews{
	margin-bottom:20px;
	float:left;
	position:relative;
	width:700px;
	height:400px;
	overflow:hidden;
}
.mainRama{
	width:700px;
	height:400px;
}
.mainNewsUnit{
	float:left;
	position:relative;
	text-decoration:none;
	width:700px;
	height:400px;
}
.mainNewsUnit a{
	display:block;
	text-decoration:none;
}
.mainNewsUnit img{
	display:block;
	width:700px;
	height:400px
}
.mainNewsUnit span{
    display: block;
    padding: 15px;
    font-size: 25px;
    line-height: 30px;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    font-weight: bold;
    margin: 20px;
}
.mainNewsUnit time{
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #FF6600;
    margin-bottom: 10px;
}
.mainControllers{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 90px;
    height: 40px;
    z-index: 999;
}
#mprev{
	width:40px;
	height:40px;
	background:url(../img/arrs.png) top left;
	float:left;
	cursor:pointer;
	opacity:0.6;
}
#mnext{
	width:40px;
	height:40px;
	background:url(../img/arrs.png) top right;
	float:right;
	cursor:pointer;
	opacity:0.6;
}
#mprev:hover, #mnext:hover{
	opacity:1.0;
}
.catOnMain a{    
	display: block;
    text-decoration: none;
    margin-bottom: 10px;
    width: 226.3px;
    float: left;
	margin-left:10px;
}
.catOnMain a:first-child{    
	margin-left:0;
}
.catOnMain a img{
	display:block;
	width:100%;
	margin-bottom:10px;
}
.catOnMain a span{
	display:block;
	float:left;
	color:#333;
	font-size:14px;
	line-height:18px;
}
.mainVideoSlider a{
	height:260px !important;
}
.mainVideoSlider a span{
	height:90px;
}
.catOnMain a span time{
    font-size: 10px;
    background-color: #FF6600;
    color: white;
    height: 18px;
    display: inline-block;
    padding: 0 6px;
}
.selectedNewsSliderBox{
}
.selectedNews a{
	height: 250px;
    background: #FF6600;
	overflow:hidden;
}
.selectedNews a:nth-child(4){
	margin-left:0;
}
.selectedNews a span{
	color:white;
	margin:0 8px;
    height: 72px;
    overflow: hidden;
}
.selectedNews a span time{
	background-color:#0073A0;
}
.mediaOnMain{
	background-color:#333333;
	margin-bottom:10px;
	
}
.mediaOnMain .titler a{
	border:none !important;
	background-color:transparent !important;
	color:white;
	margin-bottom:0;
}
.mediaOnMain .catOnMain a{
	width:219.3px;
}
.mediaOnMain .catOnMain a span{
	color:white !important;
}
.mediaOnMain .catOnMain a:first-child{
	margin-left:10px !important;
}
.mainRight{
	width:227px;
	min-height:500px;
	float:left;
}
.rightSlider{
	
}
.topNewsMainNav {
    height: 15px;
    width: 125px;
    margin: 0 auto;
	margin-bottom:10px;
}
.topNewsMainNav .selected{
	background-color:#FF6600;
}
.topNewsMainNavBut{
	width: 15px;
    height: 15px;
    background-color: #0073A0;
    float: left;
    margin: 0 5px;
    box-shadow: inset -4px 5px 5px -3px rgba(255, 255, 255, 0.55);
    border-radius: 13px;
	cursor:pointer;
}
.rightSlider a{
	display: block;
    text-decoration: none;
    width: 227px;
    height: 225px;
    position: relative;
	background-color:white;
}
.rightSlider a img{
    display: block;
    width: 227px;
    height: 151px;
}
.rightSlider a span{
    display: block;
    font-size: 15px;
    line-height: 19px;
    margin: 5px;
    color: #000;
    height: 57px;
    overflow: hidden;
}
.rightSlider a time{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FF6600;
    padding: 0 5px;
    color: white;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
}
footer{
	width:1220px;
	background-color:#0073A0;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	margin:10px auto;
	border-radius:3px;
	overflow:hidden;
}
.footerLinks{
	height:34px;
	background-color:#FF6600;
	text-align:center;
	padding:10px 0;
}
.footerLinks a{
	display:inline-block;
	height:34px;
	line-height:34px;
	font-size:14px;
	color:white;
	padding:0 15px;
}
footer small{
	display:block;
	color:white;
	text-align:center;
	margin:20px 0;
}





/* Article Show */

.news{
	padding:10px;
}
.news h1{
	padding:0;
	margin:0;
	margin-bottom:10px;
}
.news time{
	font-size:12px;
	line-height:12px;
	margin-bottom:5px;
	color:gray;
}
.recomendBox{
	height:21px;
	margin-bottom:10px;
}
.recomendBoxUnit{
	float:left;
	overflow:hidden;
	margin-right:10px;
}
.news p{
	padding:10px 10px 10px 0;
	margin:0;
	text-align:justify;
}
.news p iframe{
}
.news p img{
	width:100%;
	height:100%;
}
.articleImge{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px solid whitesmoke;
}
.articleImge img{
	display:block;
}
.articleVideo{
	padding:10px 0;
	margin:10px 0;
	border-top:2px solid whitesmoke;
	border-bottom:2px solid whitesmoke;
	border-top:2px solid whitesmoke;
}
.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{
	float:right;
	width:241px;
}
.suggestions{
	min-height:50px;
	border: 1px solid #E4E4E4;
	background-color:whitesmoke;
	padding:10px 15px;
	margin:10px;
	margin-right:0;
}
.suggestions ul{
	margin:0;
	padding:0;
	list-style-image:url(../img/li.png);
	margin-left: 13px;
}
.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;
	transition: all 0.5s ease;
}
.suggestions a:hover{
	text-decoration:underline;
	transition: all 0.5s ease;
}
.articleAuthor{
	width:220px;
	padding-left:10px;
	border-left:1px solid whitesmoke;
	margin:10px;
	margin-right:0;
}
.articleAuthor b{
	display:block;
	color:silver;
	font-size:12px;
	height:12px;
	line-height:12px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid whitesmoke;
}
.articleAuthor span{
	display:block;
	font-size:12px;
	line-height:14px;
	color:gray;
	float:left;
	margin-top:10px;
}
.articleAuthor a{
	display:block;
	text-decoration:none;
}
.articleAuthor img{
	display:block;
	width:40px;
	height:40px;
	float:left;
	border-radius:40px;
	margin-right:10px;
}
.articleAuthor h3{
	margin:0;
	padding:0;
	color:#333333;
	font-size:15px;
	line-height:18px;
}
.followAuthor{
	width:220px;
	float:left;
}
.followAuthorUnit{
	width:220px;
	height:22px;
	margin-top:10px;
	float:left;
}
.articleShaher{
	padding:5px 10px;
	border-top:1px solid whitesmoke;
	border-bottom:1px solid whitesmoke;
}
.articleComments{
	padding:10px;
}
.yashare-auto-init{
	float:right;
}
 .telegram{
	height:30px;
	padding:5px;
	background:#33AFE2;
	margin-top:10px;
	clear:both;
}
.telegram span{ 
	display:block;
	float:left;
	font-weight:bold;
	font-size:15px;
	line-height:30px;
	height:30px;
	color:white;
	padding-left:5px;	
}
.telegram span a{ 
	color:white;
}
.telegram img{ 
	display:block;
	float:right;
}
.recomendBox .fb_iframe_widget span{
	margin-top:-2px !important;
}
.recomendBox .fb_iframe_widget {
    float: left !important;
    margin-right: 5px !important;
    margin-top: 0px !important;
    height: 24px !important;
    overflow: hidden !important;
    border-radius: 6px !important;
}



/* Cat Page */

.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:#000;
	font-size:22px;
	line-height:28px;
	margin-bottom:10px;
}
.catPageUnitDesc{
	line-height:19px;
	height:160px;
	overflow:hidden;
}
.catPageUnitDesc img{
	display:block;
	float:left;
	margin-right:10px;
	width:240px;
	height:160px;
}
.catPageUnitDesc span{
	color:gray;
	font-size:14px;
}
.catPageUnitDesc time{
	display: inline-block;
	font-size: 11px;
    background: #FF6600;
    padding: 0 5px;
    height: 18px;
    color: white;
    line-height: 18px;

}


/* pageination */
.pagination {
	width: 200px;
	height: 25px;
	margin:0 auto;
}
.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;
}
.bottomLeftSlider {
	width: 100%;
	height: 184px;
	overflow: hidden;
	position: relative;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    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;
}
#content {
    height: 2000px;
}

.mobiLatest{
	display:none;
}

.pcLatest{
	display:block;
}


/* Media Start */



@media (max-width:720px){
	header{
		height:100px;
		width:300px;
	}
	.logo{
		margin-top: 10px;
		margin-left: 10px;
	}
	.headerRight {
		height: 90px;
		width: auto;
		float: right;
	}
	.searchAndShare {
		float: right;
		width: 100px;
		position: relative;
		padding-left: 10px;
		border-left: 1px solid white;
		margin: 10px 0;
		height: 35px;
	}
	.socials {
		height: 30px;
		float: right;
		margin: 10px;
		margin-top: 0;
	}
	.searchBox{
		width: 280px;
		margin-top: 10px;
		margin-left: -190px;
	}
	.search{
		width:220px;
	}
	.menu, .usefull, .rates{
		display:none;
	}
	.mobiMenu{
		display:block;
		position:relative;
		width:300px;
		margin:0 auto;
	}
	.mobiMenuBut{
		height:30px;
		background-color:#FF6600;
		background-image:url(../img/mobi_menu.png);
		background-repeat:no-repeat;
		background-position:center;
		cursor:pointer;
	}
	.menuBox{
		width: 300px;
		z-index: 999;
		position: relative;
		margin-top:5px;
		display:none;
	}
	.menuBox a{
		display: block;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		background: #FF6600;
		color: white;
		text-decoration: none;
		text-align: center;
		margin-top: 5px;
	}
	.main {
		width: 300px;
		margin: 10px auto;
	}
	.mainLeft {
		width: 300px;
	}	
	.leftBlockSlider a{
		height:300px;
	}
	.mainCenter {
		width: 300px;
		margin: 0;
		float:left
	}
	.catOnMain a{
		width:300px;
		margin-left:0;
	}
	.mainRight{
		width:300px;
	}
	.rightSlider a {
		width: 300px;
		height: 284px;
	}
	.rightSlider a img {
		width: 300px;
		height: 200px;
	}
	.mediaOnMain .catOnMain a {
		width: 280px;
	}
	.mainVideoSlider a span {
		height: 57px;
		overflow: hidden;
	}
	.mainNews {
		width: 300px;
		height: 270px;
	}
	.mainRama {
		width: 300px;
		height:270px;
	}
	.mainNewsUnit {
		width: 300px;
		height:270px;
		background: black;
	}
	.mainNewsUnit img {
		display: block;
		width: 300px;
		height: 165px;
	}
	.mainNewsUnit span{
		width: 280px !important;
		margin: 0;
		padding: 10px;
		font-size: 18px;
		line-height: 24px;
	}
	.mainControllers {
		top: 0px;
		right: 0px;
	}
	.news h1 {
		font-size: 20px;
	}
	.catPageUnit a{
		border-bottom: 1px solid silver;
	}
	.catPageUnit b{
		font-size:16px;
		line-height:20px;
	}
	.catPageUnitDesc img {
		width: 280px;
		height: 187px;
		margin-right:0;
	}
	.catPageUnitDesc span {
		display:none;
	}
	.main{
        display:flex;
        flex-flow: column;
    }
    .mainLeft{
        order:2;
    }
    .mainCenter{
        order:1;
    }
    .mainRight{
        order:3;
    }
	footer {
		width: 300px;
	}
	.footerLinks {
		height: 14px;
	}
	.footerLinks a {
		height: 14px;
		line-height: 14px;
		font-size: 9px;
		padding: 0px 5px;
		margin-top: 5px;
	}
	footer small {
		margin: 20px 10px;
	}
	.static h1{
		font-size:20px;
	}
	.mobiLatest{
		display:block;
	}
	.pcLatest{
		display:none;
	}
}
.poll{
	min-height:300px;
	margin-top:5px;
}
.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;
	padding: 0;
	outline: none;
	border: none;
	background-color: darkred;
	font-family: 'arnamu';
	color: white;
	height: 30px;
	line-height: 32px;
	margin-top: 5px;
	float: right;
	padding: 0 10px;
	font-size: 12px;
	border-radius: 4px;
}