/*! HTML5 Boilerplate v6.0.1 | 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
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

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

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   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:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * 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;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * 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 {
        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 {
        white-space: pre-wrap !important;
    }
    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;
    }

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

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





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


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

.bar{
	position:fixed;
	height:4px;
	background-color:#A61115 !important;
}

header{
	background: whitesmoke;
}
.ads img{
	max-width:100%;
}
.realHeader{
	width:1200px;
	margin:20px auto;
}
.logo{
	width:325px;
	height:83px;
	float:left;
}
.mobiMenuBut{
	display:none;
}
.logo a, .logo img{
	display:block;
	width:325px;
	height:83px;
}
.headerRight{
	float:right;
	height:72px;
}
.searchBox{
	height:30px;
	width:330px;
	border:1px solid #A61115;
	border-radius:3px;
	background:white;
}
.search{
	display:block;
	border:none;
	outline:none;
	float:left;
	height:24px;
	padding:0 10px;
	color:#434242;
	font-weight:bold;
	font-size:13px;
	margin:3px 0;
	border-right:1px solid #434242;
	width:299px;
	background-color:transparent;
}
.ssubmit{
	display:block;
	border:none;
	outline:none;
	float:right;
	height:30px;
	width:30px;
	padding:0;
	background-color:transparent;
	margin:0;
	background:url(../img/search.png) no-repeat center;
	cursor:pointer;
}
.headerLinks{
	height:30px;
	margin-top:10px;
}
.headerLinks a{
	display:block;
	float:right;
	height:30px;
	margin-left:10px;
	position:relative;
}
.headerLinks a img{
	display:block;
	height:30px;
}
.headerLinks a span{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    font-weight: bold;
    color: #A61115;
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
}
.menuWrapper{
	height:45px;
	background-color:#A61115;
}
.menu{
	width:1200px;
	margin:0 auto;
}
.menu a{
	display:block;
	width:170px;
	border-left:1px solid white;
	float:left;
	text-align:center;
	text-decoration:none;
	color:white;
	height:45px;
}
.menu a:first-child{
	border-left:none;
	width:172px;
}
.menu a:last-child{
	width:172px;
}
.menu a:hover, .currentCat{
	background: rgb(230,230,230);
	background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 10%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(230,230,230,1) 10%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(230,230,230,1) 0%,rgba(230,230,230,1) 10%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 );
	color:#434242 !important;
}
.menu a b{
    display: block;
    font-size: 14px;
    line-height: 45px;
}
.main{
	width:1200px;
	min-height:500px;
	margin:20px auto;
}
.mainNewsWrapper{
	background-color:#000;
	height:420px;
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
}
.mainNews{
	width:600px;
	height:420px;
	position:absolute;
	top:0;
	left:0;
}
.mainNews a{
	display:block;
	text-decoration:none;
	width:600px;
	height:420px;
	position:relative;
}
.mainNews a img{
	display:block;
	width:600px;
	height:420px;
}
.mainNews a span{
	display:block;
	width:570px;
	min-height:50px;
	position:absolute;
	bottom:0;
	left:0;
	color:white;
	font-size:20px;
	line-height:30px;
	padding:10px 15px;
	font-weight:bold;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.mainNews a time{
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	color:white;
	font-size:12px;
	height:24px;
	line-height:24px;
	padding:0 8px;
	background-color:#A61115;
	border-radius:3px;
}
.mainSmall{
    width: 600px !important;
    height: 420px !important;
	position:absolute;
	top:0;
	right:0;
}
.caroufredsel_wrapper{
	width:600px !important;
	height:420px !important;
}
.mainSmall a{
	display:block;
	text-decoration:none;
	width:200px;
	height:140px;
	position:relative;
	float:left;
}
.mainSmall a:hover{
	opacity:0.3;
}
.mainSmall a img{
	display:block;
	width:200px;
	height:140px;
}
.mainSmall a  span{
	display:block;
	width:190px;
	min-height:36px;
	position:absolute;
	bottom:0;
	left:0;
	color:white;
	font-size:12px;
	line-height:16px;
	padding:5px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.selected{
	opacity:0.3;
}
.chrome-fix {
    position:absolute;
    width:100%;
    height:100%;
}

.titler a, .titler span{
    display: block;
    height: 30px;
    background-color: white;
    text-decoration: none;
    color: #000;
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
}
.titler a:hover{
	color:#A61115;
}
.mainLeft{
	width:780px;
	min-height:500px;
	float:left;
	background-color:white;
}
.editorBlock a{
	display:block;
	float:left;
	width:calc(50% - 5px);
	margin-left:10px;
	margin-bottom:10px;
	height:100px;
	text-decoration:none;
	position:relative;
	background:white;
}
.editorBlock a:hover{
	background:whitesmoke;
}
.editorBlock a:nth-child(2n-3){
	margin-left:0;
}
.editorBlock a img{
	display:block;
	width:150px;
	height:100px;
	float:left;
	margin-right:5px
}
.editorBlock a span{
	display: block;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0;
    height: 90px;
    overflow: hidden;
}
.editorBlock a time{
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    color: white;
    font-size: 10px;
    height: 18px;
    line-height: 17px;
    padding: 0 6px;
    background-color: #A61115;
    border-radius: 3px;
}
.videoBlock{
	margin-bottom:7px;
}
.videoBlock a{
	display:block;
	text-decoration:none;
	width:258px;
	float:left;
	margin-right:3px;
	margin-bottom:3px;
	height:277px;
	position:relative;
}
.videoBlock a:hover{
	background:whitesmoke;
}
.videoBlock a:nth-child(3n+3){
	margin-right:0;
}
.videoBlock a img{
    display: block;
    width: 258px;
    height: 172px;
}
.videoBlock a span{
    display: block;
    font-size: 15px;
    line-height: 19px;
    height: 95px;
    margin: 5px;
    color: #000;
	overflow:hidden;
}
.videoBlock a time{
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    color: white;
    font-size: 10px;
    height: 18px;
    line-height: 17px;
    padding: 0 6px;
    background-color: #A61115;
    border-radius: 3px;
}
.play{
	position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    background: url(../img/play.png);
    width: 66px;
    height: 66px;
    opacity: 0.5;
    margin: auto;
}
.videoBlock a:hover .play{
	opacity:1;
}
.editorBlockSilver{
	background-color:whitesmoke;
	padding:10px;
	padding-bottom:0;
	margin-bottom:10px;
}
.doubleBlock{
	margin-bottom:10px;
}
.dbUnit{
	width:calc(50% - 10px);
	margin-left:10px;
	float:left;
}
.doubleBlock .dbUnit:first-child{
	margin-left:0;
}
.dbUnitBox{}
.dbUnitBox a{
	display:block;
	text-decoration:none;
	width:calc(50% - 1.5px);
	float:left;
	position:relative;
	margin-top:3px;
	margin-left:3px;
}
.dbUnitBox a:first-child{
	width:100%;
	margin-left:0;
}
.dbUnitBox a:nth-child(2n+2){
	margin-left:0;
}
.dbUnitBox a img{
	display:block;
	width:100%;
}
.dbUnitBox a marquee{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: white;
    background: rgba(0,0,0,0.3);
    border: 5px solid transparent;
	font-weight:bold;
}
.play2{
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.gall{
    background: url(../img/gall.png?v=1);
}
.dbUnitBox a:hover .play2{
	opacity:1;
}

.mainRight{
	width:400px;
	min-height:500px;
	float:right;
	background-color:white;
}
.mainRight .titler a, .mainRight .titler span{
    background: #A61115;
    color: white;
    padding-left: 5px;
}
.timeline{
	height:757px;
	overflow:auto;
}
.timeline a{
	display:block;
	text-decoration:none;
	padding:15px;
	position:relative;
	background:white;
	text-shadow:1px 1px 0 white;
}
.timeline a:hover{
	background:whitesmoke;
}
.timeline a img{
	display:block;
	border-radius:999px;
	float:left;
	width:60px;
	height:60px;
	margin-right:10px;
}
.timeline a span{
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-top: 3px;
    padding-right: 27px;
    max-height: 72px;
    overflow: hidden;
	margin-bottom:10px;
}
.timeline a time{
    display: block;
    position:absolute;
	bottom:10px;
	right:10px;
	color:#808080;
	font-size:12px;
}
.allTimeline{
	border:2px solid #A61115;
	margin-bottom:10px;
}
.allTimeline a{
	display:block;
	text-decoration:none;
	color:white;
	background:#A61115;
	height:30px;
	line-height:30px;
	font-size:14px;
	margin:10px;
	text-align:center;
	font-weight:bold;
}
.mostPopular{
	margin-bottom:10px;
}
.mostPopular a{
	display:block;
	text-decoration:none;
	padding:5px;
	background-color:whitesmoke;
	margin-top:5px;
	position:relative;
}
.mostPopular a img{
	display:block;
	width:150px;
	float:left;
	margin-right:5px;
}
.mostPopular a span{
    display: block;
    font-size: 15px;
    line-height: 19px;
    color: #000;
    height: 95px;
    overflow: hidden;
}
.mostPopular a b{
    display: block;
    font-size: 60px;
    line-height: 50px;
    height: 50px;
    color: whitesmoke;
    position: absolute;
    bottom: 0;
    left: -4px;
    text-shadow: 3px -5px 5px black;
}
.commingSoon{
	overflow:auto;
	height:500px;
}
.commingSoon span{
	display: block;
    margin-top: 5px;
    background: #E6E6E6;
    padding: 8px;
    font-size: 14px;
    text-shadow: 1px 1px 0 white;
}



footer{
	background:#E6E6E6;
	padding:20px;
	border-top:2px solid #A61115;
	position:relative;
}
.counter{
	text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: gray;
    margin-top: 10px;
    margin-bottom: -10px;
}
.pn{
	height: 11px;
    width: 57px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    opacity: 0.5;
    pointer-events: none;
    margin-top: 0px;
}
.pn img{
	position: absolute;
    left: -13px;
    top: -1px;
}
.realFooter{
	width:1200px;
	margin:0 auto;
	position:relative;
}
.realFooter small{
	width:600px;
	float:left;
    text-shadow: 1px 1px 0 #ffffffb0;
}
.realFooter small span{
	display:block;
	margin-bottom:10px;
	color:#A61115;
}
.footerRight{
	position:absolute;
	text-align:right;
	bottom:0;
	right:0;
}
.footerRight a{
    display: block;
    font-size: 12px;
    color: gray;
    text-shadow: 1px 1px 0 #ffffffb0;
	margin-bottom:4px;
}



/* Cat Page */

.catName h1{
	display: block;
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 34px;
    height: 34px;
    margin-bottom: 10px;
    color: #A61115;
    border-bottom: 1px solid silver;
}
.catShowUnits{
	
}
.catShowUnits a{
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    background: whitesmoke;
    padding: 5px;
	position:relative;
}
.catShowUnits a img{
    display: block;
    float: left;
    margin-right: 10px;
    width: 150px;
    height: 100px;
}
.catShowUnits a span{
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 21px;
}
.catShowUnits a time{
	display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    color: white;
    font-size: 10px;
    height: 18px;
    line-height: 17px;
    padding: 0 6px;
    background-color: #A61115;
    border-radius: 3px;
}

/* pageination */
.pagination {
	height: 40px;
	text-align:center;
    margin-top: 4px;
}
.pagination a {
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 10px;
    line-height: 40px;
    background-color: whitesmoke;
    text-decoration: none;
    margin-left: 4px;
    color: #000;
    font-weight: bold;
}
.pagination a:first-child {
    margin-left: 0;
}
.pagination a:hover {
	background-color:#A61115;
	color:white !important;
}
.activePage {
	background-color: #A61115 !important;
	color:white !important;
}


/* Forms */


.sendformDesc{
	display:block;
	font-size:14px;
	color:gray;
}
.infocomForms input{
	display: block;
    margin: 0;
    border: 1px solid #A61115;
    height: 34px;
    width: 50%;
    margin-top: 15px;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 14px;
}
.infocomForms textarea{
	display: block;
    margin: 0;
    border: 1px solid #A61115;
    height: 150px;
    width: calc(100% - 22px);
    margin-top: 15px;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
}
.infocomForms button{
	display: block;
    margin: 0;
    border: 1px solid #A61115;
    height: 34px;
    width: 100%;
    margin-top: 15px;
    border-radius: 3px;
    background: #A61115;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	cursor:pointer;
}
.infocomForms span{
	display:block;
	margin-top:15px;
	font-size:12px;
	margin-bottom:5px;
}


/* Article Show */

.news{
	
}
.news h1{
	margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}
.news time{
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #A61115;
}
.news p{
	color: #333;
    font-size: 16px;
    line-height: 21px;
}
.news p img{
	width: 100%;
	height: 100%;
}
.news p iframe{
	width: 100%;
}
.articleShaher{
    margin-bottom: 10px;
}
.fb-share-button{
	float: left;
    margin-right: 5px;
    margin-top: -2px;
}
.ya-share2{
	float:left;
}
.articleHits{
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: gray;
}
.articleHits span{
	font-weight:bold;
	color:#A61115;
}
.articleImge{
	margin-bottom: 20px;
}
.articleInner{
	float: right;
	width:300px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.suggestions{
    width: 280px;
    background: whitesmoke;
    padding: 10px;
}
.suggestions span{
    display: block;
    font-size: 14px;
    line-height: 14px;
    height: 20px;
    color: #A61115;
    font-weight: bold;
    border-bottom: 1px solid #A61115;	
}
.suggestions a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    background: white;
    padding: 5px;
    margin-top: 5px;
}
.suggestions a:hover{
	background:lemonchiffon;
}
.articleComments{
	
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


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


/* Mediast Strats Here */

@media (max-width:1200px){
	.realHeader, .menu{
		width:1000px;
	}
	.menu a {
		width: 130px;
	}
	.menu a b {
		font-size: 14px;
	}
	.menu a span {
		font-size: 10px
	}
	.main {
		width: 1000px;
	}
	.mainLeft {
		width: 680px;
	}
	.editorBlock a span {
		font-size: 12px;
	}
	.videoBlock a {
		width: 224.6px;
		height:261px
	}
	.videoBlock a img {
		display: block;
		width: 224.6px;
		height: 150px;
	}
	.mainRight {
		width: 300px;
	}
	.mostPopular a img {
		width: 120px;
	}
	.mostPopular a span {
		font-size: 13px;
		line-height: 16px;
		height: 80px;
	}
	.realFooter {
		width: 1000px;
	}
	
	.mainNewsWrapper{
		height:350px;
	}
	.mainNews{
		width:500px;
		height:350px;
	}
	.mainNews a{
		width:500px;
		height:350px;
	}
	.mainNews a img{
		width:500px;
		height:350px;
	}
	.mainNews a span{
		width:480px;
		min-height:50px;
		font-size:17px;
		line-height:23px;
		padding:5px 10px;
	}
	.mainSmall{
		width: 500px !important;
		height: 350px !important;
	}
	.caroufredsel_wrapper{
		width: 500px !important;
		height: 350px !important;
	}
	.mainSmall a{
		width:166.6px;
		height:116.6px;
	}
	.mainSmall a:hover{
		opacity:0.3;
	}
	.mainSmall a img{
		width:166.6px;
		height:116.6px;
	}
	.mainSmall a  span{
		width:156.6px;
	}
}
@media (max-width:720px){
	.realHeader{
		width:calc(100% - 30px);
		height:auto;
		position:relative;
		margin:10px auto;
	}
	.logo, .logo a, .logo img {
		width: 220px;
		height: 40px;
	    float: none;
	}
	.headerRight{
		height:auto;
		float: none;
	}
	.searchBox {
		width: 100%;
		margin-top: 10px;
	}
	.search{
		width:85%;
	}
	.ssubmit{
		width:15%;
	}
	.headerLinks {
		display:none;
	}
	.headerLinks a {
		height: 25px;
		display: inline-block;
		float: none;
		margin: 0;
	}
	.headerLinks a img {
		height: 25px;
	}
	.headerLinks a span {
		font-size: 11px;
		height: 25px;
		line-height: 25px;
	}
	.menuWrapper{
		position:relative;
		height:2px
	}
	.mobiMenuBut{
		display: block;
		width: 34px;
		height: 34px;
		cursor: pointer;
		background: url(../img/menu.png) center no-repeat;
		position: absolute;
		top: 3px;
		right: 0;
	}
	.menu{
		position: absolute;
		top: -50px;
		left: 0;
		width: 100%;
		z-index: 999999;
		background: #A61115;
		display:none
	}
	.menu a {
		float: none;
		padding: 5px 0;
		border-left:none;
		border-top: 1px solid white;
		width:100%;
	}
	.menu a:first-child, .menu a:last-child {
		width: 100%;
	}
	.menu a b {
		margin-top: 0;
	}
	
	.main {
		width: calc(100% - 30px);
	}
	.mainSmall {
		display: none;
	}
	
	.mainNewsWrapper{
		height:210px;
		background: rgb(149,149,149);
		background: -moz-linear-gradient(45deg, rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%);
		background: -webkit-linear-gradient(45deg, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%);
		background: linear-gradient(45deg, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=1 );
	}
	.mainNews{
		width: 300px !important;
		height: 210px !important;
		margin:0 auto;
	}
	.mainNews a{
		width: 300px !important;
		height: 210px !important;
		z-index:99999;
	}
	.mainNews a img{
		width: 300px !important;
		height: 210px !important;
	}
	.mainNews a span{
		width:280px;
		font-size:14px;
		line-height:18px;
	}
	.caroufredsel_wrapper{
		width: 300px !important;
		height: 210px !important;
		position:absolute !important;
		left:0 !important;
		right:0 !important;
		margin: auto !important;;
	}
	.mainLeft {
		width: 100%;
	}
	.editorBlock a {
		width: 100%;
		margin-left: 0;
	}
	.videoBlock a {
		width: 100%;
		height: 290px;
	}
	.videoBlock a img {
		display: block;
		width: 100%;
		height: auto;
	}
	.dbUnit {
		width: 100%;
		margin-left: 0;
		float: none;
		margin-bottom: 10px;
	}
	.mainRight {
		width: 100%;
	}
	.realFooter {
		width: calc(100% - 30px);
	}
	.realFooter small {
		width: 100%;
		text-align:center;
	}
	.footerRight {
		position: relative;
		text-align: center;
		margin-top: 10px;
		float: left;
		width: 100%;
	}
	.articleInner {
		width: 100%;
		margin-left: 0;
	}
	.suggestions {
		width: calc(100% - 20px);
		padding: 10px;
	}
	.news h1 {
		font-size: 18px;
		line-height: 22px;
	}
	.infocomForms input{
		width:calc(100% - 22px);
	}
}