/*
    Main SCSS file
*/

/*
    external libs
*/


@charset "utf-8";

/* CSS Document */


@font-face {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    src: url('fonts/robotoslab-bold-webfont.eot');
    src: url('fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/robotoslab-bold-webfont.woff') format('woff'),
        url('fonts/robotoslab-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Verdana, Geneva, sans-serif;
    src: url('fonts/robotoslab-regular-webfont.eot');
    src: url('fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/robotoslab-regular-webfont.woff') format('woff'),
        url('fonts/robotoslab-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}





/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */


.header_box,
.futter_cr {
    display: none !important;
}


/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */













body {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    font-family: "Roboto", sans-serif;
    color: #333333;
    font-size: 15px;
}

a {
    text-decoration: none;
    color: #4f4f4f;
}

img {
    border: 0px;
}



.site_box {
    width: 100%;
    text-align: center;
}

.wrapper {
    background: #fff;
    max-width: 960px;
    min-width: 300px;
    overflow: hidden;
    margin: 0 auto;
    display: inherit;
    /* display:inline-block */
    text-align: left;
    padding-bottom: 20px;
}

.site_box_content {
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 80px;
    /* font-size: 15<0;
    146;
    13M<0;
    146;
    13mpx; */
    padding: 5px 15px 5px 5px !important;
    /* padding: 5px 15px !important 5px 5px; */
}



.left_10px {
    margin-left: 10px;
}

.right_10px {
    margin-right: 10px;
}

.top_5px {
    margin-top: 5px;
}

.top_0px {
    margin-top: 0px !important;
}

.top_10px {
    margin-top: 10px;
}

.top_20px {
    margin-top: 20px !important;
}

.top_30px {
    margin-top: 30px;
}

.b_10px {
    margin-bottom: 10px !important;
}

.b_15px {
    margin-bottom: 15px !important;
}

.b_20px {
    margin-bottom: 20px;
}

.h_auto {
    height: auto;
}

.center {
    text-align: center;
}

.border_t {
    border-top: 1px #ccc dotted;
}

.border_b {
    border-bottom: 1px #ccc dotted;
}

.p_b_10px {
    padding-bottom: 10px;
}

.flr {
    float: right;
}

.fll {
    float: left;
}

.clb {
    clear: both;
}

.alc {
    text-align: center;
}

.all {
    text-align: left;
}

.alr {
    text-align: right;
}

.chktd {
    cursor: pointer;
}

.npchange {
    cursor: pointer;
}

.news_info {
    padding-bottom: 5px;
    margin: 10 0 10px 0;
    font-size: 10px;
    color: #868686;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    letter-spacing: -0.05em;
    display: inline-block;
}

.eye_icon {
    background: url(eye_icon.png) no-repeat left;
    height: 19px;
    padding: 2px 0 2px 25px;
}

.comment_icon {
    background: url(comment_icon.png) no-repeat left;
    height: 19px;
    padding: 2px 0 2px 25px;
}

.red_arrow {
    background: #ccc;
    height: 9px;
    width: 4px;
    background: url(red_arrow.png);
    display: inline-block;
    margin: 0 0 -1px 5px;
}

.title_box {
    height: 24px;
    border-top: 1px #ccc dotted;
    border-bottom: 1px #ccc dotted;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0 3px 0;
    color: #555;
    overflow: hidden;
    line-height: 23px;
}

.title_box a {
    color: #a91c28;
}

.title_box a:hover {
    color: #333333;
}

.error {
    color: #A91C28;
}

h1 {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
}


#mbaner1 {
    display: none;
}

#mbaner2 {
    display: none;
}

#mbanertop {
    display: none;
}

/* HEADER */
.header_box {
    z-index: 1000000;
    top: 0px;
    width: 100%;
    height: 79px;
    background: #fff;
    position: fixed;
    background: url(header_back1.gif) right top repeat-x #fff;
    border-bottom: 1px #FFF solid;
    box-shadow: 0 5px 10px -2px #777;
    -webkit-box-shadow: 0 4px 2px -2px #ececec;
}

.header_box_int {
    width: 100%;
    max-width: 960px;
    height: 79px;
    margin: 0 auto;
}

.logo {
    width: 356px;
    height: 79px;
    display: inline-block;
    float: left;
}

.logo a {
    width: 356px;
    height: 55px;
    display: block;
    margin-top: 24px;
    background: url(logo_red.png) right top no-repeat;
}

.logo a:hover {
    background-position: 0 -55px
}

.top_line_box {
    width: 600px;
    height: 31px;
    float: left;
    top: 0px;
    display: inline-block;
}

.top_line_box span {
    height: 25px;
    padding: 6px 5px 0 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    color: #afafaf;
    display: block;
    float: right;
}

.top_line_box a {
    text-transform: uppercase;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    color: #afafaf;
}

.top_line_box a:hover {
    color: #a91c28;
}


.social_top {
    width: 64px;
    height: 22px;
    float: right;
    margin-top: 4px;
    margin-left: 20px;
}

a.social_top_f {
    width: 22px;
    height: 22px;
    background: url(social_top.gif) left top no-repeat;
    display: block;
    float: left;
}

a.social_top_f:hover {
    background: url(social_top.gif) left -22px no-repeat;
}

a.social_top_t {
    width: 20px;
    height: 22px;
    background: url(social_top.gif) center top no-repeat;
    display: block;
    float: left;
}

a.social_top_t:hover {
    background: url(social_top.gif) center -22px no-repeat;
}

a.social_top_rss {
    width: 22px;
    height: 22px;
    background: url(social_top.gif) right top no-repeat;
    display: block;
    float: left;
}

a.social_top_rss:hover {
    background: url(social_top.gif) right -22px no-repeat;
}

.social_share{
    display:block;
    width:100%;
    height:30px;
    text-align:center;
    background:#eee;
    border-radius:5px;
    padding:5px 5px 20px;
    margin-bottom:10px;
    font-size:20px;
    color:white;
}
.social_share i {
    margin:10px 10px;
}

.social_share .youtube {
    color:black;
}

/* END HEADER */

.list_back a {
    line-height: 22px;
    color: #B7062B !important;
    min-width: 152px;
    background: url(red_arrow.png) right no-repeat;
    padding-right: 10px;
    margin-right: 5px;
}




/*Content*/
.content {
    float: left;
    width: 68%;
    clear: both;
}

.content_box {
    width: 100%;
}



/* BREAK NEWS */
.break_news_box {
    height: 30px;
    margin-bottom: 25px;
}

.break_news_left {
    float: left;
    width: 130px;
    height: 25px;
    background: #a91c28;

    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;


    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;


    padding: 5px 0 0 20px;
    color: #fff;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
}

.break_news_right {
    float: left;
    /*	width:789px; */
    height: 24px;
    background: #fff;


    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;

    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;

    border: 1px solid #ccc;
    border-left: none;
    padding: 4px 0 0 20px;
    color: #555;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    background: url(red_arrow.png) no-repeat left 9px;
}

.break_news_right a {
    color: #555;
}

.break_news_right a:hover {
    color: #a91c28;
}

/* BLINK ME */

.blink_me {
    padding-left: 5px;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blinker {

    /* Decimal not necessary, 0 and 1 is enough */
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1.0;
    }
}

/* END BLINK ME */
.break_news_list {
    display: none;
}

/* BREAK NEWS */

#userbox a img {
    margin-top: -5px;
    margin-right: -40px !important;
}

#user_menu {
    display: none;
    position: absolute;
    top: 50px;
    z-index: 9999 !important;
    background: #FFF;
    width: 100%;
    border-bottom: 3px solid #a91c28;
}

#user_menu>ul {
    float: right;
}

#user_menu>ul li {
    display: block;
    float: right;
    height: 40px;
    background: #fff;
    margin: 0 5px 0 5px
}

#user_menu>ul li a {
    display: block;
    width: 100%;
    float: left;
}

#user_menu>ul li a i {
    float: left;
    margin: 0px;
    padding: 0px;
}

#user_menu>ul li a span {
    float: right;
    margin: 10px 0 0 5px;
    font-size: 15px;
    font-weight: bold;
}


/*
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border:none; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fff; position: relative; top: 1px; border-color: #666; }
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fff; border:none; padding: 0px;  }
*/

ul {
    list-style-type: none;
}

/* TOP News */
.top_news_tabbox {
    width: 100%;
    height: 28px;
    margin: 0px;
    padding: 0px;
}

.tab {
    height: 28px;
    margin-right: 1px;
    background: url(tabs_red.gif) right top;
    display: inline_block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    border-left: 2px #a91c28 solid;
}

.tab:hover {
    height: 28px;
    margin-right: 1px;
    background: #fff;
    display: inline_block;
    color: #a91c28;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px #e5e5e5 solid;
    border-bottom: none;
    cursor: pointer;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #a91c28;
}

.tab a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 7px 9px 2px 9px;
    width: 100%;
    heght: 100%;
}

.tab a:hover,
.top_news_redtab:hover a {
    text-decoration: none;
    color: #a91c28;
}

.tab.active {
    height: 28px;
    margin-right: 1px;
    background: #fff;
    display: table;

    color: #a91c28;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px #e5e5e5 solid;
    border-bottom: none;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
}

.tab a.active {
    color: #a91c28;
}

.tab-container {
    margin-bottom: 20px;
}



.shadow_box {
    width: 640px;
    height: 490px;
    border-top: 1px #e5e5e5 solid;
}


.top_news_left {
    width: 100%;
    background: url(top_news_back.gif);

    display: block;
    float: left;
    text-align: left;
    margin-bottom: 20px;
}

.red_box {
    height: 280px;
    width: 50%;
    float: left;
}

.red_box:hover a {
    color: #a91c28;
}

.red_box img {
    width: 310px;
    padding: 10px;
}

/*
.red_box:hover img {border:0px #ececec solid; margin:0; padding:10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-box-shadow: inset 0 0 10px #dbdbdb;
	-webkit-box-shadow: inset 0 0 10px #dbdbdb;
	box-shadow: inset 0 0 10px #dbdbdb;
}
*/




.top_news_title {
    display: block;
    width: 310px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
    line-height: 22px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.top_news_title a {
    color: #333333;
    text-decoration: none;
}

.top_news_title a:hover {
    color: #a91c28;
    text-decoration: none;
    text-decoration: underline;
}

.top_news_text {
    font-size: 12px;
    color: #333333;
    margin-left: 10px;
    line-height: 22px;
    margin-top: -20px;
    margin-bottom: 0px;
    font-weight: normal;
}

.top_news_text a {
    color: #333333;
    text-decoration: none;
}

.top_news_text a:hover {
    color: #a91c28;
    text-decoration: none;
    text-decoration: none;
}



.top_news_right {
    width: 309px;
    height: 600px;
    float: left;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}

.top_news_right_news_box {
    width: 320px;
    height: 99px;
    padding: 10px 0 10px 0;
    float: left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 17px;
    border-bottom: 1px #ccc dotted;
}

.top_news_right_news_box:hover {
    background: url(top_news_back.gif);
    -moz-box-shadow: inset 0 0 10px #dbdbdb;
    -webkit-box-shadow: inset 0 0 10px #dbdbdb;
    box-shadow: inset 0 0 10px #dbdbdb;
}

.top_news_right_news_box img {
    width: 80px;
    height: 90px;
    float: left;
    margin-left: 20px;
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: #fff;
}

.top_news_right_news_box:hover img {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0px 0px 5px #dbdbdb;
    -webkit-box-shadow: 0px 0px 5px #dbdbdb;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.top_news_right_news_box:hover a {
    background-color: #fff;
    background: none;
}

.top_news_right_news_title {
    float: left;
    padding-left: 10px;
    width: 180px;
    padding-right: 10px;
}

.top_news_right_news_title h2 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 0px;
}

.top_news_right_news_title a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.top_news_right_news_title a:hover {
    color: #a91c28;
    text-decoration: none;
}


.dot_container {
    height: 19px;
    display: block;
    position: absolute;
    width: 330px;
    top: 495px;
}

.dot_container #fprev {
    width: 30px;
    height: 34px;
    float: left;
    margin: 20px 0px 0 5px;

}

.dot_container #fnext {
    width: 30px;
    margin: 20px 5px 0 0;
    height: 34px;
    float: right;

}

.dot_container .dot_number {
    height: 34px !important;
    width: 250px;
    float: left;
}

.dot_container .dot_number div {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.dot_container .dot_number a img {
    width: 60px !important;
    height: 68px !important;
    float: left;
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: #fff;
    margin-right: 8px;
}

.dot_container .dot_number_active {
    background: url(dot_number_red.png) no-repeat center top !important;
}


/* END TOP News */


.newsdet iframe.video {
    width: 100% !important;
    height: auto;
    min-height: 250px;
    max-width: 550px;
}

/* AKCENTI */

.accent_box {
    width: 152px;
    height: 220px;
    background: #2f2f2f;
    float: left;
    margin-right: 10px;
    border-bottom: 5px #2f2f2f solid;
    background: url(back_black.gif);
}

.accent_box:last-child {
    margin-right: 0px;
}

.accent_box:hover {
    background: url("top_news_back.gif");
    box-shadow: 0px 0px 5px #dbdbdb;
    -webkit-box-shadow: 0px 0px 5px #dbdbdb;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accent_box:hover a {
    color: #333333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accent_box_img {
    width: 152px;
    height: 108px;
    background: #2f2f2f;
}

.accent_box_img img {
    border: 0;
}

.accent_box_title {
    width: 100%;
    height: 32px;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    background: #333333;
    letter-spacing: -0.5px;
}

.accent_box_title a {
    height: 25px;
    padding: 7px 0 0 10px;
    display: block;
    color: #FFF !important;
}

.accent_box_title a:hover {
    color: #fff !important;
    background: #a91c28;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accent_box_text {
    height: 76px;
    color: #fff;
    font-size: 11px;
    overflow: hidden;
}

.accent_box_text a {
    color: #fff;
    font-size: 14px;
    height: 76px;
    padding: 5px 10px 0 10px;
    display: block;
}



/* END AKCENTI */




/* NASHITE AVTORI */

.avtori_max_box {
    background: url(top_news_back.gif);
    height: 253px;
    overflow: hidden;
}

.avtori_box_back {
    width: 23.5%;
    min-width: 152px;
    background: none;
    height: 240px;
    float: left;
    padding-right: 0px;
    margin-right: 11px;
    padding-top: 10px;
}

.avtori_box_back:hover {
    background: url(red_back.gif) top left repeat-x;
}


.avtori_box {
    width: 100%;
    min-width: 152px;
    height: 240px;
    float: left;
    padding-right: 0px;
    margin-right: 10px;
}

.avtori_box:hover img {
    border: 10px !important;
    padding-top: 0px;
}

.avtori_box_img {
    height: 108px;
}

.avtori_box_img img {
    border: 0;
}

.avtori_box_title {
    height: 20px;
    font-family: Verdana, Geneva, sans-serif;
    padding: 7px 0 0 10px;
    font-size: 14px;
    color: #a91c28;
    line-height: 12px;
    letter-spacing: -0.5px;
}

.avtori_box_title a {
    font-size: 14px;
    color: #a91c28;
}

.avtori_box_title a:hover {
    font-size: 14px;
    color: #a91c28;
    text-decoration: underline;
}

.avtori_box_text {
    height: 60px;
    color: #333;
    font-size: 11px;
    padding: 5px 10px 0 10px;
}

.avtori_box_text a {
    height: 60px;
    color: #333;
    font-size: 14px;
}

.avtori_dots {
    display: none;
    height: 43px;
    margin: 0px auto;
    cursor: pointer;
}

.avtori_dots span {
    background: url(small_dots_grey.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-top: 15px;
}

.active_red {
    background: url(small_dots_red.png) !important;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-top: 15px;
}

/* END NASHITE AVTORI */



/* MNENIA */

.mnenia_left_box {
    width: 65%;
    height: 210px;
    float: left;
    overflow: hidden
}

.mnenia_left_box:hover img {
    box-shadow: 0px 0px 5px #dbdbdb;
    -webkit-box-shadow: 0px 0px 5px #dbdbdb;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mnenia_left_box img {
    float: left;
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: #fff;
    margin-top: 17px;
}

.mnenia_left {
    float: left;
    margin-top: 17px;
    width: 50%;
    height: 174px;
    padding-left: 10px;
}

.mnenia_left_title {
    height: 45px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 16px;
    float: left;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
}

.mnenia_left_title a {
    color: #333333;
}

.mnenia_left_title a:hover {
    color: #a91c28;
}

.mnenia_left_text {
    height: 80px;
    font-size: 14px;
    padding-top: 10px;
    float: left;
}

.mnenia_left_2_title {
    height: 17px;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px #ccc dotted;
    width: 260px;
    float: left;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
}

.mnenia_left_2_title a {
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    color: #333333;
}

.mnenia_left_2_title a:hover {
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    color: #a91c28;
}


.mnenia_right_box {
    background: url(top_news_back.gif);
    width: 30%;
    padding-left: 10px;
    padding-top: 17px;
    height: 193px;
    overflow: hidden;
    float: right;
    border-left: 1px #ccc dotted;
    border-right: 1px #ccc dotted;
}

.mnenia_right_box:hover {
    -moz-box-shadow: inset 0 0 10px #dbdbdb;
    -webkit-box-shadow: inset 0 0 10px #dbdbdb;
    box-shadow: inset 0 0 10px #dbdbdb;
}

.mnenia_right_title {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 16px;
    float: left;
    color: #333333;
    line-height: 20px;
}

.mnenia_right_title a {
    color: #333333;
}

.mnenia_right_title a:hover {
    color: #a91c28;
}

.mnenia_right_text {
    height: 40px;
    font-size: 14px;
    padding-top: 10px;
    float: left;
    display: inline-block;
}


.mnenia_more_box {
    height: 135px;
    width: 100%;
    min-width: 640px;
    display: inline-block;
    background: url(top_news_back.gif);
    border-top: 1px #ccc dotted;
}

.mnenia_more_box img {
    float: left;
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: #fff;
    margin: 0px 20px 0 20px;
}

.mnenia_more_box_int {
    width: 50%;
    min-width: 320px;
    height: 115px;
    padding-top: 20px;
    float: left;
}

.mnenia_more_box_int:hover {
    -moz-box-shadow: inset 0 0 10px #dbdbdb;
    -webkit-box-shadow: inset 0 0 10px #dbdbdb;
    box-shadow: inset 0 0 10px #dbdbdb;
}

.mnenia_more_box_int:hover img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    box-shadow: 0px 0px 5px #dbdbdb;
    -webkit-box-shadow: 0px 0px 5px #dbdbdb;
}

.mnenia_more_box_title {
    float: left;
    width: 65%;
    font-family: Verdana, Geneva, sans-serif;
    float: left;
    color: #333333;
    line-height: 17px;
    margin-bottom: 10px;
}

.mnenia_more_box_title a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #333333;
}

.mnenia_more_box_title a:hover {
    font-family: Verdana, Geneva, sans-serif;
    color: #a91c28;
}

.mnenia_more_box1 {
    display: inline-block;
    background: url(top_news_back.gif);
}

.mnenia_more_box_int1 {
    height: 95px;
    padding: 10px;
    border-top: 1px dotted #CCC;
    cursor: pointer;
}

.mnenia_more_box_int1 .news_info {
    float: left;
}

.mnenia_more_box_int1:hover {
    -moz-box-shadow: inset 0 0 10px #dbdbdb;
    -webkit-box-shadow: inset 0 0 10px #dbdbdb;
    box-shadow: inset 0 0 10px #dbdbdb
}

.mnenia_more_box1 img {
    float: right;
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: #fff;
    margin: 0px 10px 0 10px
}

.mnenia_more_box1_title a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #333333;
}

.mnenia_more_box1_title a:hover {
    font-family: Verdana, Geneva, sans-serif;
    color: #a91c28;
}

#recomend_box {
    width: auto;
    border-left: 10px solid #a91c28;
    color: #333333;
    border-bottom: 1px #ccc dotted;
    font-size: 12px;
    font-family: 'roboto_R'
}

#recomend {
    width: auto;
    color: #333333;
    border-bottom: 1px #ccc dotted;
    font-size: 12px;
    font-family: 'roboto_R';
    padding: 6px 0 0 0px
}

#recomend:hover {
    background: url(red_arrow.png) no-repeat 0px 10px
}

#recomend a {
    color: #333333
}

#recomend a:hover {
    color: #a91c28
}

/* END MNENIA */




/* VIDEO MULTIMEDIA */

.multimedia_big_box {
    width: 100%;
    background: url(back_black.gif);
    display: inline-block;
}

.multimedia_box {
    width: 30%;
    min-width: 155px;
    height: 270px;
    float: left;
}

.multimedia_tittle {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    padding-top: 20px;
    display: inline-block;
}

.multimedia_tittle a {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.multimedia_tittle a:hover {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #ccc;
    font-size: 16px;
    line-height: 20px;
}

.multimedia_text {
    color: #fff;
    font-size: 14px;
    margin: 10px 0 0 10px;
    display: inline-block;
}

.multimedia_big_img {
    width: 70%;
    max-width: 485px;
    height: 270px;
    float: right;
}

.play_big {
    background: url(play_big_01.png) no-repeat center 80px;
    width: 100%;
    height: 270px;
    display: block;
    margin: 0 auto;
}

.play_big:hover {
    background: url(play_big_02.png) no-repeat center 80px;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.play_small {
    background: url(play_small_01.png) no-repeat center;
    width: 152px;
    height: 108px;
    display: block;
    margin: 0 auto;
}

.play_small:hover {
    background: url(play_small_02.png) no-repeat center;
    -moz-box-shadow: inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow: inset 0 0 5px #000000;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.photo_big {
    background: none;
    width: 100%;
    height: 270px;
    display: block;
    margin: 0 auto;
}

.photo_big:hover {
    background: url(photo_big.png) no-repeat center 80px;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.photo_small {
    background: none;
    width: 152px;
    height: 108px;
    display: block;
    margin: 0 auto;
}

.photo_small:hover {
    background: url(photo_small.png) no-repeat center;
    -moz-box-shadow: inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow: inset 0 0 5px #000000;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}





.media_box {
    width: 152px;
    float: left;
    margin-right: 10px;
    margin-top: 30px;
}

.media_box:last-child {
    margin-right: 0px;
}

.media_box:hover {
    background: url(media_arrow.png) no-repeat center top;
    margin-top: 0px;
    padding-top: 30px;
}

.media_box_img {
    width: 152px;
    height: 108px;
}

.media_box_img img {
    border: 0;
}

.media_box_text {
    width: 132px;
    height: 82px;
    background: #2f2f2f;
    color: #fff;
    font-size: 11px;
    padding: 5px 10px 0 10px;
    background: url(back_black.gif);
}


/* END VIDEO MULTIMEDIA */



/* BULGARIA */

.top_news_titletab {
    height: 22px;
    margin-right: 1px;
    background: #fff;
    display: table;
    padding: 5px 9px 0 0;
    color: #a91c28;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #555;
}

.top_news_titletab a {
    color: #a91c28;
}

.top_news_titletab a:hover {
    color: #333333;
}

/* END BULGARIA */




.list_news {
    display: inline-block;
}

/* SVIAT OFFTOPIC */
.four_news {
    width: 48%;
    display: inline-block;
    float: left;
}

.four_news_int {
    padding-top: 10px;
    width: 100%;
    height: 106px;
    display: inline-block;
    float: left;
}

.four_news_int:hover {
    background: url(top_news_back.gif);
}

.four_news_int:hover img {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0px 0px 5px #dbdbdb;
    -webkit-box-shadow: 0px 0px 5px #dbdbdb;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.four_news_int img {
    float: left;
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: #fff;
}

.four_news_int_img {
    background: #FFF;
    float: left;
    width: 96px;
    margin-right: 10px;
    height: 106px;
    margin-top: -10px;
    padding-top: 10px;
}


.four_news_title {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 17px;
}

.four_news_title a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 17px;
}

.four_news_title a:hover {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #a91c28;
    line-height: 17px;
}

/* END SVIAT OFFTOPIC */



/* AKCENTI 2 */
.accent_2_title {
    width: 152px;
    float: left !important;
    padding-right: 11px;
}

.accent_2_title:last-child {
    width: 150px;
    ;
    padding-right: 0px;
}

.h_240 {
    height: 240px;
}

/* END AKCENTI 2 */


/* PARTNER */

.partner {
    border: 0px;
    height: 14px;
    color: #333333;
}

.partner_link a:hover {
    color: #a91c28;
}

/* END PARTNER */

.h_line_back {
    background: url(h_line_back.gif);
    background-position: -5px;
}

.h_auto {
    height: auto;
}


/****************/
/* RIGHT Content*/
/****************/

.content_right {
    float: right;
    width: 300px;
    position: fixed;
    left: 50%;
    margin-left: 180px;
    top: 75px;
}

.right_cont_box {
    width: 300px;
}

.border_0px {
    border: 0px;
}


.more_info {
    height: 25px;
    padding: 7px 0 0 0px;
    font-size: 10px;
    color: #a91c28;
    text-transform: uppercase;
}

.more_info a {
    font-size: 10px;
    color: #a91c28;
}

.more_info a:hover {
    color: #a91c28;
    text-decoration: underline;
}



/* SEARCH */
#search input[type="text"] {
    background: url(search-dark.gif) no-repeat 10px 1px #444;
    border: 0 none;
    font: bold 12px Arial, Helvetica, Sans-serif;
    color: #777;
    width: 245px;
    padding: 7px 15px 7px 40px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;

    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

#search input[type="text"]:focus {
    width: 245px;
    color: #fff;

    -webkit-box-shadow: 0 0 5px #dbdbdb, 0 1px 3px dbdbdb;
    -moz-box-shadow: 0 0 5px #dbdbdb, 0 1px 3px #dbdbdb;
    box-shadow: 0 0 5px #dbdbdb, 0 1px 3px #dbdbdb;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/* END SEARCH */


/* ARCHIVE */

.archive {
    height: 24px;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    color: #a91c28;
}

.archive a {
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #868686;
}

.archive a:hover {
    color: #a91c28;
}

.calendar {
    margin: 40px 0 0 10%;
    width: 400px;
}

/* END ARCHIVE */


/* TEMI NA DENQ */
.tema_box {
    width: 290px;
    border-left: 10px solid #a91c28;
    color: #333333;
    border-top: 1px #ccc dotted;
    border-bottom: 1px #ccc dotted;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
}

.tema {
    overflow: hidden;
    height: 24px;
    width: 280px;
    color: #333333;
    border-bottom: 1px #ccc dotted;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    padding: 6px 0 0 10px;
}

.tema:last-child {
    border-bottom: none;
}

.tema:hover {
    background: url(red_arrow.png) no-repeat 0px 10px;
}

.tema a {
    color: #333333;
}

.tema a:hover {
    color: #a91c28;
}

/* END TEMI NA DENQ */




/* RIGHT LAST COMMENT */

.r_l_c_box {
    width: 300px;
    color: #333333;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
}

.r_l_c {
    overflow: hidden;
    height: 24px;
    width: 290px;
    color: #333333;
    border-bottom: 1px #ccc dotted;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    padding: 6px 0 0 10px;
    background: url(red_arrow.png) no-repeat 0px 10px;
}

.r_l_c:first-child {
    border-top: none;
}

.r_l_c:hover {
    background: url(grey_arrow.png) no-repeat 0px 10px;
}

.r_l_c a {
    color: #333333;
}

.r_l_c a:hover {
    color: #a91c28;
}

.r_l_c span {
    color: #a91c28;
    margin-right: 5px;
}

/* END RIGHT LAST COMMENT */


/* IMEN DEN */
.imen_den {
    color: #333333;
    border-bottom: 1px #ccc dotted;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    padding: 6px 0 10px 0px;
}

/* IMEN DEN */


/* CHELI LI STE TOVA */
.read_this {
    font-size: 11px;
    margin-top: 10px;
    display: inline-block;
    width: 300px;
    color: #333333;
}

.read_this a {
    color: #333333;
}

.read_this_box {
    width: 300px;
    height: 99px;
    padding: 10px 0 10px 0;
    float: left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 17px;
    background: url(top_news_back.gif);
}

.read_this_box:hover {
    background: url(top_news_back.gif);
    -moz-box-shadow: inset 0 0 10px #dbdbdb;
    -webkit-box-shadow: inset 0 0 10px #dbdbdb;
    box-shadow: inset 0 0 10px #dbdbdb;
}

.read_this_box img {
    float: left;
    margin-left: 10px;
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: #fff;
}

.read_this_box:hover img {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0px 0px 5px #dbdbdb;
    -webkit-box-shadow: 0px 0px 5px #dbdbdb;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.read_this_box:hover a {
    background-color: #fff;
    background: none;
}

.read_this_title {
    float: right;
    width: 195px;
}

.read_this_title a {
    color: #333333;
    text-decoration: none;
}

.read_this_title a:hover {
    color: #a91c28;
    text-decoration: none;
}

/* END CHELI LI STE TOVA */


/* ANKETA */
.anketa_tittle {
    background-color: #fafafa;
    margin-bottom: 10px;
    padding: 10px 10px 15px 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.anketa_reply {
    background-color: #fafafa;
    font-size: 12px;
    padding: 5px 0 10px 0;
}

.anketa_reply td {
    vertical-align: top;
}

.button_box {
    padding: 20px 0 10px 35px;
}

.anketa_button {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a91c28), color-stop(1, #a91c28));
    background: -moz-linear-gradient(center top, #a91c28 5%, #a91c28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a91c28', endColorstr='#a91c28');
    background-color: #a91c28;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 0px solid #a91c28;
    display: inline-block;
    color: #ffffff;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;

    height: 25px;
    line-height: 22px;
    width: 100px;
    text-decoration: none;
    text-align: center;
}

.anketa_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #333), color-stop(1, #333));
    background: -moz-linear-gradient(center top, #333 5%, #333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#333');
    background-color: #333;
}

.anketa_button:active {
    position: relative;
    top: 1px;
}

a.result_button {
    color: #a91c28;
    margin-left: 10px;
}

a.result_button:hover {
    color: #333;
}

/* END ANKETA */

/* button */
.button {
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a91c28), color-stop(1, #a91c28));
    background: -moz-linear-gradient(center top, #a91c28 5%, #a91c28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a91c28', endColorstr='#a91c28');
    background-color: #a91c28;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 0px solid #a91c28;
    display: inline-block;
    color: #ffffff;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    padding: 0px 20px 0px 20px;
    height: 35px;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
}

.button:hover {
    cursor: pointer;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #333), color-stop(1, #333));
    background: -moz-linear-gradient(center top, #333 5%, #333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#333');
    background-color: #333;
}

.button:active {
    cursor: pointer;
    position: relative;
    top: 1px;
}




/* PREPORYCHANO OT OFFNEWS */

.recommend_box {
    width: 300px;
    height: 99px;
    padding: 10px 0 10px 0;
    float: left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 17px;
    background: url(top_news_back.gif);
}

.recommend_box:hover {
    background: url(top_news_back.gif);
    -moz-box-shadow: inset 0 0 10px #dbdbdb;
    -webkit-box-shadow: inset 0 0 10px #dbdbdb;
    box-shadow: inset 0 0 10px #dbdbdb;
}

.recommend_box img {
    float: left;
    margin-left: 10px;
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: #fff;
}

.recommend_box:hover img {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0px 0px 5px #dbdbdb;
    -webkit-box-shadow: 0px 0px 5px #dbdbdb;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.recommend_box:hover a {
    background-color: #fff;
    background: none;
}

.recommend_title {
    float: right;
    width: 195px;
}

.recommend_title a {
    color: #333333;
    text-decoration: none;
}

.recommend_title a:hover {
    color: #a91c28;
    text-decoration: none;
}




.recommend_s {
    height: 24px;
    width: 290px;
    color: #333333;
    border-bottom: 1px #ccc dotted;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    padding: 6px 0 0 10px;
    background: url(red_arrow.png) no-repeat 0px 10px;
    display: inline-block;
}

.recommend_s:hover {
    background: url(grey_arrow.png) no-repeat 0px 10px;
    color: #a91c28;
}

.recommend_s a {
    color: #333333;
}

.recommend_s a:hover {
    color: #a91c28;
}



.accordion {
    width: 300px;
}

.accord-header {
    cursor: pointer;
    height: 25px !important;
    overflow: hidden !important;
}

.accord-header:hover {
    cursor: pointer;
    height: 25px !important;
    overflow: hidden !important;
}

.accord-content {
    display: none;
}

/* END PREPORYCHANO OT OFFNEWS */

/* FUTTER */
.futter_box {
    float: left;
    width: 100%;
    background: #eeeeee;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 55px;
}

.futter_box_int {
    width: 98%;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 20px;
}

.futter_box_int_m_l {
    width: 66%;
    float: left;
}

.futter_box_int_m_l span {
    display: block;
    float: left;
    width: 45%;
    margin-bottom: 10px;
    margin-left: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}




.futter_box_int_m_r {
    width: 32%;
    border-left: 1px solid #999;
    float: right;
    text-align: center !important;
}

.futter_box_int_m_r a {
    float: left;
    display: block;
    width: 50%;
}


.fullversion {
    background: url(full_version.png) no-repeat center;
    width: 83px;
    height: 83px;
}

.futter_go_top {
    background: url(go_top.png) no-repeat center;
    width: 83px;
    height: 83px;
}








.futter_left {
    width: 60%;
    height: 185px;
    padding-top: 40px;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
}

.futter_left div {
    margin-bottom: 10px;
    width: 600px;
    display: inline-block;
}

.futter_left span {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-right: 20px;
    margin-top: -1px;
    display: block;
}

.futter_left a {
    color: #555555;
    display: block;
    margin-right: 10px;
    float: left;
}

.futter_left a:hover {
    color: #a91c28;
}





.futter_right {
    float: right;
    width: 350px;
    height: 225px;
}

.futter_soc_box {
    height: 70px;
    width: 338px;
}

a.futter_f {
    width: 135px;
    height: 70px;
    background: url(social_futter_f.png) no-repeat 0px 0px;
    display: block;
    float: left;
}

a.futter_f:hover {
    background: url(social_futter_f_.png) no-repeat 0px 0px;
}

a.futter_t {
    width: 123px;
    height: 70px;
    background: url(social_futter_t.png) no-repeat 0px 0px;
    display: block;
    float: left;
}

a.futter_t:hover {
    background: url(social_futter_t_.png) no-repeat 0px 0px;
}

a.futter_rss {
    width: 80px;
    height: 70px;
    background: url(social_futter_rss.png) no-repeat 0px 0px;
    display: block;
    float: left;
}

a.futter_rss:hover {
    background: url(social_futter_rss_.png) no-repeat 0px 0px;
}

.futter_logo {
    margin-top: 30px;
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
}

.futter_logo span {
    display: block;
    float: left;
}

.futter_logo span img {
    margin-left: -10px;
    margin-right: 10px;
}

.f_date {
    padding-top: 9px;
}


.for_us {
    width: 350px;
    float: left;
    margin-top: 30px;
}

.for_us a {
    color: #555555;
    display: block;
    margin-right: 10px;
    float: left;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-right: 20px;
    text-transform: uppercase;
}

.for_us a:hover {
    color: #a91c28;
}



.futter_cr {
    width: 100%;
    height: 50px;
    padding-top: 15px;
    background: #555;
    float: left;
    text-align: center;
    font-size: 11px;
    color: #a6a6a6;
}

.futter_cr_int {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
}

.futter_cr span {
    font-size: 10px;
    display: block;
    float: left;
}

.f_cr_left {
    line-height: 11px;
    padding-right: 15px;
}

.f_cr_right {
    width: 141px;
    height: 41px;
    line-height: 11px;
    float: right;
}

.f_cr_right a {
    display: block;
    width: 141px;
    height: 41px;
    background: url(pimdesign.gif) no-repeat 0px 0px;
}

.f_cr_right a:hover {
    background-position: 0 -41px
}

/* END FUTTER */






/* IMAGES LINK */
/***************/
/* SEND NEWS */
a.send_news {
    width: 300px;
    height: 81px;
    background: url(send_news.gif) no-repeat 0px 0px;
    display: block;
}

a.send_news:hover {
    background: url(send_news_.gif) no-repeat 0px 0px;
}

/* VIC */
a.vicyt {
    width: 300px;
    height: 51px;
    background: url(vic.gif) no-repeat 0px 0px;
    display: block;
}

a.vicyt:hover {
    background-position: 0 -51px
}

/* TWITTER */
a.twitter_r {
    width: 300px;
    height: 89px;
    background: url(twitter.gif) no-repeat 0px 0px;
    display: block;
}

a.twitter_r:hover {
    background-position: 0 -89px
}

/* NEWSLETTER */
a.newsletter {
    width: 300px;
    height: 71px;
    background: url(newsletter.gif) no-repeat 0px 0px;
    display: block;
}

a.newsletter:hover {
    background-position: 0 -71px
}

/***************/
/* END IMAGES LINK */





/* FRIENDS */
.friends {
    width: 960px;
    float: left;
    margin-top: 30px;
    border-top: 1px #ccc dotted;
    padding: 6px 0 0 0;
    color: #333333;
    font-size: 10px;
    text-transform: uppercase;
    display: none;
}

.friends span {
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
    margin-right: 5px;
    display: block;
    float: left;
}

.friends a {
    color: #333333;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    float: left;
    padding-top: 1px;
    margin-right: 10px;
}

.friends a:hover {
    color: #a91c28;
}

/* END FRIENDS */




/****** PAGES *******/
/********************/

/* CATEGORY LIST */

.cat_list_box {
    width: 100%;
    height: 210px;
    float: left;
}

.cat_list_box:hover img {
    box-shadow: 0px 0px 5px #dbdbdb;
    -webkit-box-shadow: 0px 0px 5px #dbdbdb;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cat_list_box img {
    float: left;
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: #fff;
    margin-top: 17px;
    width: 80px;
    height: 90px;
}

.cat_list {
    float: right;
    margin-top: 17px;
    width: 100%;
    height: 106px;
}

.cat_list h1.cat_list_title {
    width: 100%;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    float: left;
    font-weight: normal !important;
    color: #333333;
    line-height: 20px;
    display: block;
    margin: 0 0 10px 0;

}

.cat_list h1.cat_list_title a {
    color: #333333;
}

.cat_list h1.cat_list_title a:hover {
    color: #a91c28;
}

.cat_list h1.cat_list_text {
    display: block;
    width: 460px;
    height: 80px;
    font-size: 16px;
    font-size: 11px;
    padding-top: 10px;
    float: left;
}

.cat_list_text {
    display: none;
}


.cat_list_s {
    width: 100%;
    display: inline-block;
}

.cat_list_s_int {
    padding-top: 10px;
    width: 100%;
    height: 106px;
    display: inline-block;
    float: left;
    border-bottom: 1px #ccc dotted;
    overflow: hidden;
    cursor: pointer;
}

.cat_list_s_int:hover {
    background: url(top_news_back.gif);
}

.cat_list_s_int:hover img {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0px 0px 5px #dbdbdb;
    -webkit-box-shadow: 0px 0px 5px #dbdbdb;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cat_list_s_int img {
    float: left;
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: #fff;
}

.cat_list_s_int_img {
    background: #FFF;
    float: left;
    width: 96px;
    margin-right: 10px;
    height: 106px;
    margin-top: -10px;
    padding-top: 10px;
}


h2.cat_list_s_title {
    color: #333333;
    line-height: 17px;
    font-weight: normal !important;
    margin: 0 0 10px 0
}

h2.cat_list_s_title a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 17px;
}

h2.cat_list_s_title a:hover {
    color: #a91c28;
}

.cat_list_s_text {
    width: 460px;
    height: 35px;
    font-size: 16px;
    font-size: 11px;
    padding-top: 0px;
    float: left;
    display: block;
    overflow: hidden;
    line-height: 16px;
    margin: 0;
}

/* END CATEGORY LIST */


/* PAGING */
.paging {
    width: 100%;
    margin-top: 30px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
}

.paging a,
.paging a:link {
    padding: 4px 8px 4px 8px;
    margin: 2px;
    text-decoration: none;

    color: #ececec;
    background-color: #555;

    -moz-border-radius: 5px;
    border-radius: 5px;
}

.paging a:visited {
    padding: 4px 8px 4px 8px;
    margin: 2px;
    text-decoration: none;
    color: #ececec;
    background-color: #555;

    -moz-border-radius: 5px;
    border-radius: 5px;
}

.paging a:hover {
    color: #fff;
    background-color: #2a2a2a;
}

.paging a:active {
    padding: 4px 8px 4px 8px;
    margin: 2px;
    text-decoration: none;
    color: #777;
    background-color: #2a2a2a;
}

.paging span.pages {
    padding: 4px 8px 4px 8px;
    margin: 2px;
    color: #666;
    font-weight: bold;
}

.paging span.current {
    padding: 4px 8px 4px 8px;
    margin: 2px;
    font-weight: bold;
    color: #fff;
    background-color: #a91c28;

    -moz-border-radius: 5px;
    border-radius: 5px;
}

.paging span.extend {
    padding: 4px 8px 4px 8px;
    color: #555;
    background-color: #ececec;

    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* END PAGING */

/* NEWS PAGE */
/*************/
.news_box {
    border-bottom: 1px dotted #ccc;
    padding: 15px 0 10px 0;
}

.news_box_title {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #333333;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 15px 0;
}

.news_box_subtitle {
    font-weight: bold;
    font-style: italic;
    color: #555;
    margin: 0 0 15px 0;
    font-size: 15px;
}

.news_box_social {
    height: 40px;
    overflow: hidden;
    width: 100%;
    margin: 0px 0 0px 0px;
    background: #fff;
    position: relative;
}

.soc_min_box {
    float: left;
    margin: 0 11px 0 11px;
    ;
    max-width: 110px;
    width: auto;
}

/* fix for google+ button */
iframe[id^="oauth2relay"] {
    left: auto !important;
    right: 0px !important;
}

/* fix for twitter */
.news_box_social a {
    color: #fff;
}

/* fix for svejo */
.svejo {
    padding-top: 2px;
}




.face_m,
.twitter_m,
.google_m,
.linkedin_m {
    background: #000;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.face_m {
    background: url(ico_facebook.gif) center;
}

.twitter_m {
    background: url(ico_twitter.gif) center;
}

.google_m {
    background: url(ico_google.gif) center;
}

.linkedin_m {
    background: url(ico_linkedin.gif) center;
}






.news_photo {
    background: url(sitebg.gif) center;
    margin-top: 5px;
    text-align: center;
    overflow: hidden;
}

.news_photo img {
    height: auto;
    width: 100%
}

.news_photo_info {
    margin: 10px 0 10px 0;
    background: white;
    font-size: 11px;
    color: #555;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    border-bottom: 1px dotted #ccc;
    width: 100%;
    padding-bottom: 10px;
}

#gallery1 {}

#gallery1 .ad-gallery {
    height: 80%;
    width: 100% !important;
}

#gallery1 .ad-thumbs img {
    width: 50px;
}

.ad-gallery {
    width: 100% !important;
}

.ad-image-wrapper {
    width: 100% !important;
}

.ad-gallery .ad-nav {
    width: 100% !important;
}

.news_text {
    width: 100%;
    font-size: 16px;
    font-family: Verdana, Geneva, sans-serif;
    margin-top: 10px;
    line-height: 1.6;
    display: inline-block;
    color: #000;
}

.news_text a {
    color: #a91c28;
}

.news_text a:hover {
    color: #a91c28;
    text-decoration: underline;
}

.news_from {
    font-size: 12px;
    color: #555;
    display: block;
    margin-top: 20px;
}

.news_tags {
    font-size: 12px;
    color: #555;
    display: inline-block;
    margin-top: 20px;
}

.news_tags span {
    display: block;
    float: left;
    margin-right: 10px;
    padding-top: 2px;
}

.news_tags a {
    font-size: 12px;
    background: #ececec;
    color: #555;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 2px 5px 3px 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.news_tags a:hover {
    font-size: 12px;
    background: #a91c28;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}






/* SIMILAR NEWS */
.similar_news_box {
    width: 100%;
    margin: -9px 0px 20px 0px;
    top: 100px;
    cursor: pointer;
}

.similar_news_box span {
    width: 100%;
    height: 24px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 0 0 0;
    color: #555;
    border-bottom: 1px #ccc dotted;
    display: block;
}

.similar_news {
    padding: 10px 0 10px 10px;
    width: 100%;
    height: 57px;
    border-bottom: 1px #ccc dotted;
    background: url(similar_news_back.gif) center;
    float: left;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 16px;
}

.similar_news img {
    width: 43px;
    height: 48px;
    float: left;
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: #fff;
    margin-right: 8px;
}

.similar_news:hover img {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0px 0px 5px #dbdbdb;
    -webkit-box-shadow: 0px 0px 5px #dbdbdb;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.similar_news_t {
    height: 48px;
    overflow: hidden;
}

.similar_news_t a {
    color: #555;
}

.similar_news_t a:hover {
    color: #a91c28;
    text-decoration: none;
}

/* END SIMILAR NEWS */


/* MORE NEWS PHOTO */
.more_news_photo {
    height: 130px;
    background: #F9F9F9 url(sitebg.gif);
    border-bottom: 1px #ccc dotted;
    text-align: center;
}

.more_news_photo img {
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: #fff;
    margin-right: 1px;
    margin-top: 17px;
}

.more_news_photo img:hover {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0px 0px 5px #dbdbdb;
    -webkit-box-shadow: 0px 0px 5px #dbdbdb;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.more_photo_l {
    width: 30px;
    height: 130px;
    background: url(go_left.png) no-repeat center 45px;
    display: block;
    float: left;
    padding-left: 10px;
}

.more_photo_l:hover {
    background: url(go_left_.png) no-repeat center 45px;
}

.more_photo_r {
    width: 30px;
    height: 130px;
    background: url(go_right.png) no-repeat center 45px;
    display: block;
    float: right;
    padding-right: 10px;
}

.more_photo_r:hover {
    background: url(go_right_.png) no-repeat center 45px;
}

/* END MORE NEWS PHOTO */

/* NEWS VIDEO */
.news_video_box {
    background: url(back_black.gif);
    display: inline-block;
}

.news_video_box_img {
    height: auto;
    text-align: center;
}

.news_play_big {
    z-index: 10000;
    background: url(play_big_01.png) no-repeat center 80px;
    width: 485px;
    height: 270px;
    display: block;
    margin: 0 auto;
}

.news_play_big:hover {
    background: url(play_big_02.png) no-repeat center 80px;
    z-index: 10000;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* END NEWS VIDEO */

/* MORE FROM THIS NEWS */
.more_from_news {
    height: 24px;
    width: 630px;
    color: #333333;
    border-bottom: 1px #ccc dotted;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    padding: 6px 0 0 10px;
    background: url(red_arrow.png) no-repeat 0px 10px;
    display: inline-block;
}

.more_from_news:hover {
    background: url(grey_arrow.png) no-repeat 0px 10px;
    color: #a91c28;
}

.more_from_news a {
    color: #333333;
}

.more_from_news a:hover {
    color: #a91c28;
}

/* END MORE FROM THIS NEWS */


/* NEXT PREV NEWS */
.next_prev_news {
    height: 108px;
    width: 640px;
    background: url(sitebg.gif);
    border-bottom: 1px #ccc dotted;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    display: inline-block;
}

.next_prev_news a {
    color: #333333;
    display: block;
    height: 45px;
    overflow: hidden;
}

.next_prev_news a:hover {
    color: #a91c28;
}

.next_prev_news_l {
    width: 270px;
    height: 100px;
    background: url(go_left.png) no-repeat 5px 35px;
    display: block;
    float: left;
    padding-left: 50px;
    padding-top: 8px
}

.next_prev_news_l:hover {
    background: url(go_left_.png) no-repeat 5px 35px;
    -moz-box-shadow: inset 0 0 10px #dbdbdb;
    -webkit-box-shadow: inset 0 0 10px #dbdbdb;
    box-shadow: inset 0 0 10px #dbdbdb;
}

.next_prev_news_r {
    width: 270px;
    height: 100px;
    background: url(go_right.png) no-repeat 285px 35px;
    display: block;
    float: right;
    padding-right: 50px;
    text-align: right;
    padding-top: 8px
}

.next_prev_news_r:hover {
    background: url(go_right_.png) no-repeat 285px 35px;
    -moz-box-shadow: inset 0 0 10px #dbdbdb;
    -webkit-box-shadow: inset 0 0 10px #dbdbdb;
    box-shadow: inset 0 0 10px #dbdbdb;
}

/* END NEXT PREV NEWS */



/* COMMENT */
#send_comment_link {
    width: 100%;
}

.comment_number {
    float: left;
    margin-right: 26px;
}

a.comment_top_but {
    display: block;
    height: 24px;
    padding: 6px 5px 0 5px;
    background: #a91c28;
    float: left;
    margin-top: -6px;
    text-align: center;
    color: #fff;
}

a.comment_top_but:hover {
    background: #ececec;
    color: #555;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.comment_top_left {
    display: none;
    float: right;
    height: 24px;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: none;
}

.comment_top_left a {
    color: #a91c28;
}

.comment_box_int {
    float: left;
    width: 100%;
    border-bottom: 1px #ccc dotted;
}

/* 
.comment_box_int:hover { background: url(sitebg.gif);}
*/

.comment_info {
    float: left;
    padding: 10px 0 10px 0;
    width: 130px;
    display: inline-block;
}

.comment_name {
    display: block;
    float: left;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #a91c28;
    background: url("red_arrow.png") no-repeat 0px 4px;
    padding-left: 10px;
}

.comment_date {
    display: block;
    float: left;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    color: #555;
    padding-left: 10px;
}

.comment_count {
    display: block;
    float: left;
    font-size: 23px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #dddddd;
    padding-left: 10px;
}

a.comment_alert {
    display: block;
    float: right;
    width: 18px;
    height: 16px;
    background: url(comment_alert.png) no-repeat;
    margin: 9px 10px 0 0;
}

a.comment_alert:hover {
    background: url(comment_alert_.png) no-repeat;
}

.comment_text_box {
    float: left;
    width: 75%;
    padding: 10px 0px 15px 10px;
    background: #FFF;
    min-height: 65px;
    border-left: 5px #FFF solid;
}

.vote_positive {
    border-color: #d8f0a9;
}

.vote_negative {
    border-color: #f2b3b9;
}

.comment_text {
    font-size: 14px;
    padding: 0px 10px 0px 0px;
}

.comment_vote {
    width: 140px;
    float: right;
    margin: 5px 0 0 10px;
    display: inline-block;
}

.comment_vote a {
    color: #555;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
}

.vote_up {
    cursor: pointer;
    display: block;
    height: 31px;
    background: url(vote_up.png) no-repeat;
    float: left;
    width: 40px;
    padding-left: 25px;
    padding-top: 6px;
    margin-right: 10px;
}

.vote_up:hover {
    cursor: pointer;
    background: url(vote_up_.png) no-repeat;
}

.vote_down {
    cursor: pointer;
    display: block;
    height: 31px;
    background: url(vote_down.png) no-repeat;
    float: left;
    width: 40px;
    padding-left: 25px;
    padding-top: 6px;
}

.vote_down:hover {
    cursor: pointer;
    background: url(vote_down_.png) no-repeat;
}


.border_t_b {
    border-bottom: 1px #ccc dotted;
    padding: 10px 0 10px 0;
    display: inline-block;
}

.send_comment_box {
    width: 100%;
    background: url(sitebg.gif);
    display: inline-block;
}

.send_comment_int {
    width: 100%;
    background: #fff;
    margin-left: 0px;
    padding: 0px;
    font-size: 12px;
}

.name_input {
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    width: 330px;
}

.name_input:hover {
    border: 1px solid #ccc;
    background: #f9f9f9;
}

.text_input {
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    width: 95%;
    height: 170px;
    cols: 49;
    rows: 10;
}

.text_input:hover {
    border: 1px solid #ccc;
    background: #f9f9f9;
}

label {
    display: block;
    width: 95%;
    float: left;
    margin: 2px 4px 6px 4px;
}

.comment_send {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a91c28), color-stop(1, #a91c28));
    background: -moz-linear-gradient(center top, #a91c28 5%, #a91c28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a91c28', endColorstr='#a91c28');
    background-color: #a91c28;

    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;

    text-indent: 0;
    border: 0px;
    display: inline-block;
    color: #ffffff;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;


    padding: 4px;
    width: 150px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.comment_send:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #333), color-stop(1, #333));
    background: -moz-linear-gradient(center top, #333 5%, #333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#333');
    background-color: #333;
}

.comment_send:active {
    position: relative;
    top: 1px;
}

/* END COMMENT */

/* END NEWS PAGE */




/* LIST MULTIMEDIA */

.list_m_max_box {
    overflow: hidden;
    width: 640px;
}

.list_m_box_back {
    background: none;
    width: 152px;
    height: 240px;
    float: left;
    padding-right: 5px;
    border-right: 1px solid #A8A8A8;
    margin-right: 5px;
    padding-top: 10px;
}

.list_m_box_back:hover {
    background: url(red_back.gif) top left repeat-x;
}

.list_m_box_back_last {
    border: none;
    width: 151px !important;
    overflow: hidden;
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.list_m_box {
    width: 152px;
    height: 240px;
    float: left;
    padding-right: 0px;
    margin-right: 10px;
}

.list_m_box:hover img {
    border: 10px !important;
    padding-top: 0px;
}

.list_m_box_img {
    width: 152px;
    height: 108px;
    margin: 0 0 15px 0
}

.list_m_box_img img {
    border: 0;
}

.list_m_box_title {
    width: 142px;
    height: 25px;
    font-family: Verdana, Geneva, sans-serif;
    padding: 7px 0 0 10px;
    font-size: 12px;
    color: #a91c28;
    line-height: 12px;
}

.list_m_box_title a {
    font-size: 12px;
    color: #a91c28;
}

.list_m_box_title a:hover {
    font-size: 12px;
    color: #a91c28;
    text-decoration: underline;
}

.list_m_box_text {
    width: 132px;
    height: 60px;
    color: #333;
    font-size: 11px;
    padding: 5px 10px 0 10px;
}

.list_m_box_text a {
    width: 132px;
    height: 60px;
    color: #333;
    font-size: 11px;
}

.list_m_dots {
    height: 43px;
    display: table;
    margin: 0px auto;
}

.list_m_dots span {
    background: url(small_dots_grey.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-top: 15px;
}

.list_m_red {
    background: url(small_dots_red.png) !important;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-top: 15px;
}

/* END LIST MULTIMEDIA */


/* PHOTO AND VIDEO PAGE - MULTIMEDIA */
.photo_news_box {
    width: 100%;
    padding: 15px 0 0px 0;
    float: left;
    margin-bottom: 20px;
}

.photo_news_box_title {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
}

/* END PHOTO AND VIDEO PAGE - MULTIMEDIA */





/* ************************* */
/* NEXT BACK OVER POST IMAGE */
/* ************************* */

f {
    position: relative;
    cursor: auto;
    color: #000;
    display: inline-block;
    width: 640px;
    height: 345px;
    margin-top: 10px;
}


f>ll {
    background: url("go_left.png") no-repeat scroll 5px 140px transparent;

    position: absolute;
    width: 80px;
    height: 345px;
    left: 0px;
    margin-left: 0px;
    padding: 0px 0;
    top: 0px;

    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

f>ll:before,
a>i:after {
    position: absolute;
}

f:hover>ll {
    visibility: visible;
    opacity: 1;
}

f>ll:hover {
    background: url("go_left_.png") no-repeat scroll 5px 140px transparent;
}







f>rr {
    background: url("go_right.png") no-repeat scroll 525px 140px transparent;

    position: absolute;
    width: 560px;
    height: 345px;
    right: 0px;
    margin-right: 0px;
    top: 0px;

    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

f>rr:before,
a>c:after {
    position: absolute;
}

f:hover>rr {
    visibility: visible;
    opacity: 1;

}

f>rr:hover {
    background: url("go_right_.png") no-repeat scroll 525px 140px transparent;
}


.ll_link {
    width: 80px;
    height: 345px;
    display: block;
    padding: 0px;
}

.rr_link {
    width: 560px;
    height: 345px;
    display: block;
    padding: 0px;
    float: right;
}


/* ***************************** */
/* END NEXT BACK OVER POST IMAGE */
/* ***************************** */

/* NASHITE AVTORI LIST */
.a_l_box {
    width: 410px;
    float: left;
}

.a_r_box {
    width: 210px;
    float: left;
    padding-left: 10px;
}

.our_authors {
    width: 410px;
    display: inline-block;
    padding-right: 10px;
    float: left;
}

.our_authors_int {
    padding-top: 10px;
    width: 410px;
    height: 206px;
    display: inline-block;
    float: left;
    border-bottom: 1px #ccc dotted;
    overflow: hidden;
}

.our_authors_int:hover {
    background: url(top_news_back.gif);
}

.our_authors_int:hover img {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0px 0px 5px #dbdbdb;
    -webkit-box-shadow: 0px 0px 5px #dbdbdb;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.our_authors_int img {
    float: left;
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: #fff;
}

.our_authors_int_img {
    background: none;
    float: left;
    width: 86px;
    height: 206px;
    margin-top: -10px;
    padding-top: 10px;
}

.our_authors_int_right {
    width: 304px;
    height: 206px;
    background: #FFF;
    float: left;
    margin-top: -10px;
    padding-top: 10px;
    padding-left: 20px;
}

.our_authors_title {
    color: #333333;
    line-height: 17px;
}

.our_authors_title a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    color: #333333;
    line-height: 17px;
}

.our_authors_title a:hover {
    color: #a91c28;
}

.our_authors_text {
    width: 250px;
    height: 100px;
    font-size: 16px;
    font-size: 11px;
    padding-top: 0px;
    float: left;
    display: block;
    overflow: hidden;
    line-height: 16px;
}

.our_authors_name {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    background: url(red_arrow.png) no-repeat left 3px;
    padding-left: 8px;
}

.our_authors_name:hover {
    background: url(grey_arrow.png) no-repeat left 3px;
}

.our_authors_name a {
    color: #a91c28;
}

.our_authors_name a:hover {
    color: #555;
}


.all_authors_box {
    width: 220px;
    display: inline-block;
    float: left;
}

.all_authors_box div {
    width: 220px;
    height: 24px;
    border-bottom: 1px #ccc dotted;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: none;
    padding: 6px 0 0 0;
    color: #555;
    padding-left: 10px;
    background: url(grey_arrow.png) no-repeat left 10px;
}

.all_authors_box div:hover {
    color: #333333;
    background: url(red_arrow.png) no-repeat left 10px;
}

.all_authors_box div a {
    color: #a91c28;
}

.all_authors_box div a:hover {
    color: #333333;
}

/* NASHITE AVTORI LIST */


/* weather */
#weather {
    padding: 0px;
}

#weather ul {
    /*background: url('weather_bg.gif') repeat-x left top #fff;*/
    height: 150px;
    list-style-type: none !important;
    padding: 0px;
}

#weather ul li {
    float: left;
    width: 90px !important;
    margin: 0px 5px 0 5px !important;
    text-align: center !important;
    font-size: 10px !important;
}


#weather ul li h3 {
    background-color: #EDEDED;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #444444;
}

#weather ul li img {
    height: 57px;


}

#weather ul li p {
    margin-top: 10px;
    text-align: center;
    font-size: 8px !important;
    font-weight: bold;
    color: #444;
    padding: 0 0px;
    text-transform: uppercase;
}

/* arch date months */
a.archdate {
    text-transform: capitalize;
    font-size: 12px;
    margin: 0 10px 0 0;
    float: left;
}


a.print {
    display: none;
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    background: url('print.jpg') 0 0;

}

a.print:hover {
    background-position: 0 -20px;
}

/*
 * end fansybox styles
 */


.branding_1000 {
    position: fixed;
    width: 100%;
    height: 1000px;
    float: left;

}


.banner {
    position: relative;
    overflow: auto;
    left: -30px;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;
    width: 300px;
}

.banmid {
    border: 1px dotted
}


@media (min-width: 768px) and (max-width: 979px) {}

@media (max-width: 767px) {}

@media (min-width: 980px) {}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .wrapper {
        width: 98%;
    }

    .content_right {
        display: none;
    }

    .content {
        width: 100%;
    }

    .shadow_box {
        width: 100%;
    }

    .top_news_left {
        width: 50%;
    }

    .top_news_img {
        width: 100%;
        overflow: hidden;
    }

    .top_news_img img {
        width: 100%;
        height: auto;
    }

    #h1,
    #h2,
    #h3,
    #h4,
    #h5,
    #h6,
    #h7 {
        width: 98%;
        height: auto;
    }

    .top_news_right {
        width: 50%;
    }


    .accent_box {
        width: 23.5%;
        min-width: 152px;
    }

    .accent_box_img {
        width: 100%;
        overflow: hidden;
    }

    .accent_box_img img {
        width: 100%;
        height: auto;
        margin-top: -20px;
    }

    .avtori_box_back {
        width: 23.5%
    }

    .avtori_box_img {
        width: 100%;
        overflow: hidden;
    }

    .avtori_box_img img {
        width: 100%;
        height: auto;
        margin-top: -20px;
    }

    .a_l_box {
        width: 70%;
    }

    .a_r_box {
        width: 20%;
    }

    .our_authors {
        width: 100%;
    }

    .our_authors_int {
        width: 100%;
    }

    .our_authors_int_right {
        width: 70%;
    }

    .our_authors_text {
        width: 100%;
    }



    .list_m_box {
        float: none;
        margin: 0 auto;
    }

    .list_m_max_box {
        overflow: hidden;
        width: 100%;
    }

    .list_m_box_back {
        background: none;
        width: 23.5%;
        height: 240px;
        float: left;
        padding-right: 5px;
        border-right: 1px solid #A8A8A8;
    }

    .list_m_box_back_last {
        border-right: 1px solid #fff;
        width: 23.5% !important;
        overflow: hidden;
        margin-right: 5px !important;
        padding-right: 5px !important;
    }

    .list_m_box_back:hover {
        background: none;
    }
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .wrapper {
        width: 98%;
    }

    .content_right {
        display: none;
    }

    .content {
        width: 100%;
    }

    .shadow_box {
        width: 100%;
    }

    .top_news_left {
        width: 100%;
    }

    .top_news_img {
        width: 100%;
        overflow: hidden;
    }

    .top_news_img img {
        width: 100%;
        height: auto;
    }

    #h1,
    #h2,
    #h3,
    #h4,
    #h5,
    #h6,
    #h7 {
        width: 98%;
        height: auto;
    }


    .top_news_right {
        width: 100%;
    }

    .top_news_right_news_box {
        width: 100%;
    }

    .top_news_right_news_title {
        width: 60%;
        padding-top: 10px;
    }



    .a_l_box {
        width: 97%;
    }

    .our_authors {
        width: 100%;
    }

    .our_authors_int {
        width: 100%;
    }

    .our_authors_int_right {
        width: 60%;
    }

    .our_authors_text {
        width: 100%;
    }



    .accent_box {
        width: 31%;
        min-width: 152px;
    }

    .accent_box_img {
        width: 100%;
        overflow: hidden;
    }

    .accent_box_img img {
        width: 100%;
        height: auto;
        margin-top: -10px;
    }



    .avtori_box_back {
        width: 31%
    }

    .avtori_box_img {
        width: 100%;
        overflow: hidden;
    }

    .avtori_box_img img {
        width: 100%;
        height: auto;
        margin-top: -20px;
    }


    .dot_container {
        width: 95%;
    }

    .a_r_box {
        display: none;
    }


    .list_m_box {
        float: none;
        margin: 0 auto;
    }

    .list_m_max_box {
        overflow: hidden;
        width: 100%;
    }

    .list_m_box_back {
        background: none;
        width: 23%;
        height: 240px;
        float: left;
        padding-right: 5px;
        border-right: 1px solid #A8A8A8;
    }

    .list_m_box_back_last {
        border-right: 1px solid #fff;
        width: 23% !important;
        overflow: hidden;
        margin-right: 5px !important;
        padding-right: 5px !important;
    }

    .list_m_box_back:hover {
        background: none;
    }



}


/* Landscape phones and down 480px */
@media (max-width: 680px) {
    .top_news_right_news_box img {
        margin-left: 10px;
    }

    .mnenia_right_box {
        display: none;
    }

    .mnenia_left_box {
        width: 100%;
    }

    .mnenia_more_box {
        display: none;
    }

    /*	.news_box_social { display:none;} */
    .multimedia_big_img {
        width: 50%;
        overflow: hidden;
    }

    /*	.accent_box:nth-last-child(2) { display:none;}*/
    /*	.accent_box:nth-last-child(3) { float:right;}*/
    .accent_box {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .avtori_max_box {
        height: auto !important;
    }

    /*	.avtori_box_back { margin-right:0px;}*/
    /*	.avtori_box_back:nth-last-child(2) { display:none;}
/*	.avtori_box_back:nth-last-child(3) { float:right;}*/
    .avtori_box_back {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .comment_text_box {
        width: 70%;
    }

    .news_photo img {
        width: 100%;
        height: auto;
    }





    .list_m_box {
        float: none;
        margin: 0 auto;
    }

    .list_m_max_box {
        overflow: hidden;
        width: 100%;
    }

    .list_m_box_back {
        background: none;
        width: 45%;
        height: 240px;
        float: left;
        padding-right: 5px;
        border-right: 1px solid #A8A8A8;
    }

    .list_m_box_back_last {
        border-right: none !important;
        width: 45% !important;
        overflow: hidden;
        margin-right: 5px !important;
        padding-right: 5px !important;
    }

    .list_m_box_back:hover {
        background: none;
    }

    .list_m_box_back_second {
        border-right: none;
    }


}

@media (max-width: 520px) {
    .comment_text_box {
        width: 95%;
    }

    .comment_vote {
        margin-top: -70px;
    }

    .similar_news_box {
        width: 100%;
    }

    .similar_news {
        width: 100%
    }

    .accent_box {
        min-width: none !important;
    }


}

@media (max-width: 410px) {
    .mnenia_left_text {
        display: none;
    }

    .mnenia_left {
        width: 50%;
    }

    .mnenia_left_title {
        width: 100%;
    }

    .mnenia_left_box img {
        width: 30%;
        margin-left: 10px;
    }

    .mnenia_left_box {
        height: 120px;
    }

    .name_input {
        width: 80%;
    }


    .accent_box {
        width: 47%;
        margin-right: 1%;
        margin-bottom: 1%;
    }

    .avtori_box_back {
        width: 47%;
        margin-right: 1%;
        margin-bottom: 1%;
    }

}



























/* ***************** */
/* MOBILE NAVIGATION */
/* ***************** */

.hide {
    display: none;
}

.visible-tablet {
    display: none !important;
}

.v_desktop {
    display: block !important;
}

.black {
    color: #000;
}

@media (max-width: 979px) {
    .v_desktop {
        display: none !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .v_phone {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .v_desktop {
        display: none !important;
    }

    .h_phone {
        display: none !important;
    }

    .v_phone {
        display: block !important;
    }
}






/* . {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-top: -7px !important;
} */


#m_logo a {
    width: 356px;
    height: 55px;
    display: block;
    margin-top: -1px;
    left: -40px;
    background: url("logo_red.png") no-repeat scroll right top transparent;
    position: absolute;
    display: block;
}


#mobile-header {
    position: fixed;
    z-index: 100;
    padding-bottom: 1px;
    border-bottom: solid 3px #fff;
    background: url('header_back.gif') 0 -25px;
    top: 0px;
    width: 100%;
    box-shadow: 0 5px 10px -2px #777;
    -webkit-box-shadow: 0 4px 2px -2px #ececec;
}

#mobile-footer {
    position: fixed;
    z-index: 100;
    min-height: 30px;
    padding-bottom: 1px;
    padding-top: 6px;
    border-bottom: solid 3px #fff;
    background: white;
    text-align: center;
    bottom: 0px;
    width: 100%;
    box-shadow: 0 5px 15px -2px #777;
    -webkit-box-shadow: 0 4px 2px -2px #ececec;
}

#mobile-footer div.mobile {
    min-width: 300px;
    margin: auto;

}

#mobile-footer div.mobile a {
    width: 39%;
    max-width: 200px;
    text-align: auto;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    background: #B7062B;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border-radius: 5px;
    color: white;
}

#mobile-footer div.mobile a:hover {
    width: 39%;
    max-width: 200px;
    background: #D64F6A;
    text-align: auto;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
}

#m_header {
    height: 50px;
    position: relative;
    z-index: 10 !important;
    max-width: 980px;
    margin: 0 auto;
}

/* #m_header.news {
    background: #none;
} */



#m_site-nav ul {
    position: absolute;
    right: 0px;
    top: 0px;
}

#m_site-nav ul li {
    float: left;
}

#m_site-nav ul li a {
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 16px 4px 17px 4px;
    float: left;
}

#m_site-nav ul li a span {
    margin-right: 10px;
    margin-top: 1px;
    display: block;
    float: left;
    height: 20px;
    overflow: hidden;
}


#m_site-nav ul li a .caret {
    color: #fff;
}

#m_site-nav ul li#close_button a,
#m_site-nav ul li#m_button a {
    padding: 20px 0px 18px 20px !important;
}

#m_site-nav ul li#close_button a {
    background: #fff;
}

#m_site-nav ul li#button_open a {
    background: #fff;
    padding-bottom: 13px;
    color: #000 !important;
}

#m_site-nav .selected.nav_select a {
    background: #39C1F0;
}

.m_button {
    background: #090;
}

#menu_onclick {
    display: none;
    position: absolute;
    top: 50px;
    z-index: 9999 !important;
    background: #ebebeb;
    width: 100%;
    border-bottom: 5px solid #a91c28;
}

#menu_onclick>ul {
    float: left;
}

#menu_onclick>ul li {
    display: block;
    float: left;
    height: 40px;
    background: #fff;
}

#menu_onclick>ul li a {
    display: block;
    width: 100%;
    float: left;
}

#menu_onclick>ul li a i {
    float: left;
    margin: 0px;
    padding: 0px;
}

#menu_onclick>ul li a span {
    float: left;
    margin: 10px 0 0 5px;
    font-size: 15px;
    font-weight: bold;
}

h1 {
    display: block;
    margin: 0;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu_l_dot {
    width: 10px;
    height: 100%;
    display: inline-block;
}







/* end 54ka */

.b_left {
    background: #0095da;
    color: #fff;
}



@media (min-width: 980px) {

    #m_site-nav ul li a span {
        margin-top: 0;
    }

    #m_btn {
        display: block;
    }

    #mobile_nav,
    .hide_m_nav {
        display: none;
    }

    #menu_onclick {
        padding-bottom: 10px;
        width: 33%;
        right: 0;
    }

    #menu_onclick>ul {
        width: 68%;
        margin-left: 1%;
        float: left;
        padding: 0px;
    }

    #menu_onclick>ul li {
        width: 50%;
        border-bottom: 2px solid #dedede;
    }

    #menu_onclick>ul li a {
        padding: 0px;
    }

    #menu_onclick>ul li a i {
        float: left;
        margin: 0px;
        padding: 0px;
    }

    #menu_onclick>ul li a span {
        float: left;
        margin: 10px 0 0 5px;
        font-size: 15px;
        font-weight: bold;
    }

    #close_button,
    #menu_onclick {
        display: none !important;
    }


    .break_news_box {
        margin-right: 330px;
    }

    .break_news_left {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
        -webkit-border-top-right-radius: 15px;
        -moz-border-radius-topright: 15px;
        border-top-right-radius: 15px;

        -webkit-border-bottom-right-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        border-bottom-right-radius: 15px;


    }

    .break_news_right {
        font-size: 12px !important;
        overflow: hidden;
        border: none;
    }

}




/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

    #menu_onclick {
        width: 50%;
        right: 0;
        margin-right: 4px;
    }

    #menu_onclick>ul {
        width: 100%;
        margin-left: 1%;
        float: left;
        padding: 0px;
    }

    #menu_onclick>ul li {
        width: 100%;
        border-bottom: 2px solid #dedede;
    }

    #menu_onclick>ul li a {
        padding: 0px;
    }

    #menu_onclick>ul li a i {
        float: left;
        margin: 0px;
        padding: 0px;
    }

    #menu_onclick>ul li a span {
        float: left;
        margin: 10px 0 0 5px;
        font-size: 15px;
        font-weight: bold;
    }

    .newsdet {
        clear: both;
    }

    .newsdet p {
        padding: 9px !important;
    }

    .newsdet img {
        width: 100% !important;
        height: auto;
        max-width: 550px;
    }

    .newsdet iframe.video {
        width: 100% !important;
        height: auto;
        min-height: 250px;
        max-width: 550px;
    }

    .break_news_box {
        margin-right: 0px;
    }

    .break_news_left {
        width: 95%;

        margin-bottom: 5px;
        text-align: center;
        -webkit-border-top-right-radius: 15px;
        -moz-border-radius-topright: 15px;
        border-top-right-radius: 15px;

        -webkit-border-bottom-right-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        border-bottom-right-radius: 15px;
    }

    .break_news_right {
        font-size: 12px !important;
        overflow: hidden;
        border: none;

    }

}




/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    #menu_onclick>ul {
        padding: 0px;
        width: 100%;
    }

    #menu_onclick>ul li {
        width: 50%;
        border-bottom: 2px solid #dedede;
    }

    #menu_onclick>ul li a {
        padding: 0px;
    }

    #menu_onclick>ul li a i {
        float: left;
        margin: 0px;
        padding: 0px;
    }

    #menu_onclick>ul li a span {
        float: left;
        margin: 7px 0 0 5px;
        font-size: 15px;
        font-weight: bold;
    }

    .news_photo iframe {
        width: 100%;
    }

    .four_news {
        width: 100% !important;
    }

    .four_news .title_box {
        width: 100% !important;
    }

    .newsdet img {
        width: 100% !important;
        height: auto;
        max-width: 550px;
    }

    .newsdet iframe.video {
        width: 100% !important;
        height: auto;
        min-height: 250px;
        max-width: 550px;
    }

    .newsdet a {
        color: #B7062B !important;
    }

    .break_news_box {
        margin-right: 0px;

    }

    .break_news_left {
        width: 95%;

        margin-bottom: 5px;
        text-align: center;
        -webkit-border-top-right-radius: 15px;
        -moz-border-radius-topright: 15px;
        border-top-right-radius: 15px;

        -webkit-border-bottom-right-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        border-bottom-right-radius: 15px;

    }

    .break_news_right {
        font-size: 12px;
        overflow: hidden;
        border: none;
        margin-bottom: 10px;
    }

}

/* Landscape phones and down */
@media (max-width: 480px) {

    #userbox a img {
        margin-top: -6px;
        margin-right: -20px !important;
    }

    #userbox a {
        margin-top: -6px;
        margin-right: -20px;
        color: black !important;
    }

    .newsdet p {
        padding: 9px !important;
    }


    #mbaner1 {
        display: block;
    }

    #mbaner2 {
        display: block;
    }

    /* HEADER */
    #mobile-header {
        position: fixed;
        z-index: 100;
        height: 40px;
        padding-bottom: 1px;
        border-bottom: solid 3px #fff;
        background: url('header_back1.gif') 0 -25px;

        top: 0px;
        width: 100%;
        box-shadow: 0 5px 10px -2px #777;
        -webkit-box-shadow: 0 4px 2px -2px #ececec;
    }

    #mbaner1 {
        display: block;
    }

    #m_site-nav {
        margin-top: 3px;
    }

    .site_box_content {
        width: 100%;
        margin: 0 auto;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    #m_logo a {
        width: 220px;
        height: 40px;
        display: block;
        margin-top: -1px;
        left: -30px;
        background: url("logo_red.png") no-repeat scroll left top transparent;
        background-size: 250px 80px;
        position: absolute;
        display: block;
    }

    #m_site-nav ul li a span {
        margin-right: 10px;
        margin-top: -5px;
        display: block;
        float: left;
        height: 20px;
        overflow: hidden;
    }


    #mbanertop {
        display: block;
    }

    #mbaner1 {
        display: block;
    }

    #menu_onclick ul {
        padding: 0px;
    }

    #menu_onclick ul li {
        width: 100%;
        border-bottom: 2px solid #dedede;
    }

    #menu_onclick ul li a {
        padding: 0px;
    }

    #menu_onclick ul li a i {
        float: left;
        margin: 0px;
        padding: 0px;
    }

    #menu_onclick ul li a span {
        float: left;
        margin: 10px 0 0 5px;
        font-size: 15px;
        font-weight: bold;
    }

    .top_news_left {
        height: auto;
    }

    .top_news_right {
        height: auto;
    }

    .top_news_title {
        height: auto;
        margin-bottom: 10px;
    }

    .media_box {
        width: 45%;
        float: left;
        margin-right: 5%;
        margin-top: 30px;
    }

    .media_box:last-child {
        margin-right: 0px;
    }

    .media_box:hover {
        background: url(media_arrow.png) no-repeat center top;
        margin-top: 0px;
        padding-top: 30px;
    }

    .media_box_img {
        width: 152px;
        height: 108px;
    }

    .media_box_img img {
        border: 0;
    }

    .media_box_text {
        width: 132px;
        height: 82px;
        background: #2f2f2f;
        color: #fff;
        font-size: 11px;
        padding: 5px 10px 0 10px;
        background: url(back_black.gif);
    }




    .futter_box_int_m_l span {
        width: 90%;
    }

    .futter_box_int_m_r a {
        float: left;
        display: block;
        width: 100%;
    }

    .list_m_box_img img {
        width: 90% !important;
    }



    .four_news {
        width: 100% !important;
    }

    .four_news .title_box {
        width: 100% !important;
    }

    .newsdet img {
        width: 100% !important;
    }

    .newsdet {
        clear: both;
    }

    .break_news_box {
        margin-right: 0px;
    }

    .break_news_left {
        width: 95%;
        margin-bottom: 5px;
        text-align: center;
        -webkit-border-top-right-radius: 15px;
        -moz-border-radius-topright: 15px;
        border-top-right-radius: 15px;

        -webkit-border-bottom-right-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        border-bottom-right-radius: 15px;
    }

    .break_news_right {
        display: none !important;
    }

    .break_news_list {
        display: block !important;
        margin-top: -15px;
        margin-bottom: 5px !important;
    }

    .mnenia_more_box_title {
        width: 60%;
        float: left;
        font-size: 13px !important;
    }

    span#userbox {
        color: black;
    }

    span#userbox a {
        color: black !important;
        margin-top: -7px;
    }

    span#userbox a:hover {
        color: black !important;
        margin-top: -7px;
    }

    span#userbox {
        margin-right: -25px;
        color: black;
        width: 30px;
        height: 30px;
    }
}

/* ********************* */
/* END MOBILE NAVIGATION */
/* ********************* */
span#userbox {
    float: right;
    display: block;
    width: 50px !important;
    margin-top: 1px;
    text-align: right;
}

span#userbox a img {
    width: 30px !important;
    margin-top: -6px !important;
    margin-right: -8px;
}

/*****VIVACOM*******/
/* Landscape phones and down */
@media (max-width: 480px) {

    .vivacom-mobile::after {
        content: url('../design/vivacom/vivacom-index.jpg');
        position: absolute;
        height: 33px;
        width: 100%;
        top: 44px;
        left: 0;
        right: 0;
        background: #f07d00;
        margin: 0 auto;
    }
}

/* Landscape phones and down */
@media (min-width: 481px) {
    .vivacom-mobile::after {
        content: url('../design/vivacom/vivacom-index.jpg');
        position: absolute;
        height: 33px;
        width: 50%;
        top: 54px;
        left: 0;
        right: 0;
        background: #f07d00;
        margin: 0 auto;
    }
}

/*****VIVACOM*******/
/* Landscape phones and down */
@media (max-width: 480px) {

    .vivacom-mobile::after {
        content: url('../design/vivacom/vivacom-index.jpg');
        position: absolute;
        height: 33px;
        width: 100%;
        top: 44px;
        left: 0;
        right: 0;
        background: #f07d00;
        margin: 0 auto;
    }
}

/* Landscape phones and down */
@media (min-width: 481px) {
    .vivacom-mobile::after {
        content: url('../design/vivacom/vivacom-index.jpg');
        position: absolute;
        height: 33px;
        width: 50%;
        top: 54px;
        left: 0;
        right: 0;
        background: #f07d00;
        margin: 0 auto;
    }
}







/* Obetovana zemia */
.obetovanazemia {
    background: url(other/obetovanata-zemq/post.jpg) right bottom no-repeat #fff;
    background-size: 150px auto;
    padding-right: 135px;
    min-height: 100px;
}


/*********************************************************************/

/* column-14 */


/* Recommended 1 */

.column-14 article {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-right: 1%;
    height: 200px;
    /*   background: url(other/obetovanata-zemq/bottom.jpg) no-repeat bottom left !important;*/
}

.column-14 article:last-child {
    margin-right: 0px;
}

.column-14 article time {
    display: none;
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
}

.column-14 article:hover time {
    background: #a91c28;
    opacity: 1;
}

.column-14 article img {
    width: 100%;
    height: auto;
}

.column-14 article h1 {
    font-size: 15px;
    margin: 7px 10px 10px 83px;
    line-height: normal;
    height: 42px;
    overflow: hidden;
}

.column-14 article h1::before {
    content: url(other/obetovanata-zemq/obetovanata-zemq.jpg);
    position: absolute;
    width: 59px;
    height: 59px;
    background: #000;
    left: 13px;
    bottom: 13px;
    border: 1px solid #fff;
}

.column-14 article span {
    display: block;
    width: 100%;
    height: 110px;
    overflow: hidden;
    margin-top: 33px;
}

.column-14 article h3 {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 28px;
    top: 0px;
    margin: 0px auto;
    padding: 1px 10px;
    font-size: 10px;
    text-transform: uppercase;
    background: url(other/obetovanata-zemq/top.jpg) no-repeat top left !important;
}

.column-14 article h3:hover,
.column-14 article:hover h3 {
    background: url(other/obetovanata-zemq/top.jpg) no-repeat top left !important;
}

.column-14 article h3::after {
    content: 'Виж Всички';
    position: absolute;
    right: 11px;
    top: 9px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 10px;
}

.column-14 article h3::before {
    font-family: FontAwesome;
    opacity: 0.5;
    right: 3px;
    position: absolute;
    top: 9px;
    color: #000;
}

.column-14 article h3 a {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.01em;
    position: absolute;
    left: 10px;
    right: 0px;
    z-index: 1;
}





/*********************************************************************/

/* column-15 */


/* Recommended 1 */

.column-15 article {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-right: 1%;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*   background: url(other/obetovanata-zemq/bottom.jpg) no-repeat bottom left !important;*/
}

.column-15 article:last-child {
    margin-right: 0px;
}

.column-15 article time {
    display: none;
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
}

.column-15 article:hover time {
    background: #a91c28;
    opacity: 1;
}

.column-15 article img {
    width: 100%;
    height: auto;
}

.column-15 article h1 {
    font-size: 15px;
    margin: 7px 10px 10px 83px;
    line-height: normal;
    height: 42px;
    overflow: hidden;
}

.column-15 article h1::before {
    /*    content: url(other/article-bg.jpg);*/
    position: absolute;
    width: 59px;
    height: 59px;
    background: #000;
    left: 13px;
    bottom: 13px;
    border: 1px solid #fff;
}

.column-15 article span {
    display: block;
    width: 100%;
    height: 110px;
    overflow: hidden;
    margin-top: 33px;
}

.column-15 article h3 {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 28px;
    top: 0px;
    margin: 0px auto;
    padding: 1px 10px;
    font-size: 10px;
    text-transform: uppercase;
    background: url(other/article-bg-column-15-top.jpg) no-repeat top left !important;
}

.column-15 article h3:hover,
.column-15 article:hover h3 {
    background: url(other/article-bg-column-15-top.jpg) no-repeat top left !important;
}

.column-15 article h3::after {
    content: 'Виж Всички';
    position: absolute;
    right: 11px;
    top: 9px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 10px;
}

.column-15 article h3::before {
    font-family: FontAwesome;
    opacity: 0.5;
    right: 3px;
    position: absolute;
    top: 9px;
    color: #000;
}

.column-15 article h3 a {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.01em;
    position: absolute;
    left: 10px;
    right: 0px;
    z-index: 1;
}





.newsdet iframe.video {
    width: 100% !important;
    height: auto;
    min-height: 250px;
    max-width: 550px;
}


/* ///////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////// */
/* RFB */
/* 
.column-15 {
    margin: 10px 0 10px 0;
    float: left;
}

.column-15 article {
    background: url(https://offnews.bg/design/other/rai_ffeisen_bank/rbank.jpg) no-repeat bottom center !important;
}

.column-15 article h3 {
    background: url(https://offnews.bg/design/other/rai_ffeisen_bank/article-bg-column-15-top.jpg) no-repeat top left #fff !important;
}

.column-15 article h1 {
    display: none;
}

.column-15 article h3 a {
    display: none;
}

.column-15 article h3:hover,
.column-15 article:hover h3 {
    background: url(https://offnews.bg/design/other/rai_ffeisen_bank/article-bg-column-15-top.jpg) no-repeat top left !important;
}

.column-15 article h3::after,
.column-15 article h3::before {
    display: none;
}

.column-15 article {
    background-color: #139a0d !important;
} */


/* ///////////////////////////////////////////////////// */
/* eMag */
/* 
.column-15 article {
    background: url(https://offnews.bg/design/other/eMag/emag.jpg) no-repeat center center !important;
    margin: 20px 0;
}

.column-15 article span a {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.column-15 article img,
.column-15 article h1,
.column-15 article h3 {
    display: none;
} */

/* ////////////////////////////////////////////////////////////// */
/* IEC */
/* .column-15 article h3 a {
    display: none;
}

.column-15 article h3 {
    background: url(https://offnews.bg/design/include/iec_01.jpg) no-repeat top left !important;
}

.column-15 article h3:hover,
.column-15 article:hover h3 {
    background: url(https://offnews.bg//design/include/iec_01.jpg) no-repeat top left !important;
}

.column-15 article h3::after,
.column-15 article h3::before {
    display: none;
} */