html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Verdana, 'Trebuchet MS', Arial, Verdana, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    /* background: url('../img/body-bg.jpg') fixed; */
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* My works */

a, li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #bb0000;
}

.clear {
    clear: both;
}

#header {
    width: 1020px;
    height: 175px;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 100;
    position: relative;
}


.vkladki {
    position: absolute;
    width: 100%;
    background: -moz-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    background: -o-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    background: -ms-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    background: -webkit-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    border-top: 3px solid #E20040;
    padding: 2px 0;
}



.vkladka_button {
    display: block;
    float: left;
    text-align: center;
    font-size: 12px;
    padding: 7px 16px;
    cursor: pointer;
    color: #A6A6A6;
    text-shadow: 0 0 0.1em #000,0 0 0.1em #000,0 0 0.1em #000;
    list-style: none;
    border-right: 1px solid #494949;
}

.vkladka_button:hover, .vkladki .active {
    color: #FF0406;
}

#header_inner {
    width: 100%;

    /*background: url(../img/header-bg.png);*/
    height: 186px;;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    position: relative;
    background-position: 2px 0;

    -webkit-box-shadow: 0px 5px 9px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 9px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 9px 2px rgba(0,0,0,0.75);
}

.bayern-top {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 197px;
}

.bayern-munich {
    float: left;
    margin: 63px 30px 0;
    font-size: 30px;
    font-family: "Verdana", sans-serif;
    font-weight: bold;

    -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.5) 50%, rgba(0,0,0,1));
    -webkit-mask-image: linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.5) 50%, rgba(0,0,0,1));
}

.bayern-munich span {
    font-size: 22px;
    color: #FF0406;
}


.entrance {
    float: right;
    position: absolute;
    right: 0;
    top: 7px;
}

.entrance a {
    color: #A6A6A6;
    text-decoration: none;
    padding: 8px 10px;
    font-size: 11px;
    text-shadow: 0 0 0.1em #000,0 0 0.1em #000,0 0 0.1em #000;
}

.entrance a:hover {
    color: #ffffff;
}

nav {
    height: 50px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    margin-top: -15px;

    background: #3f3f3f;
    background: -moz-linear-gradient(top, #3f3f3f 0%, #676767 30%, #727272 38%, #0c0c0c 99%);
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#676767 30%,#727272 38%,#0c0c0c 99%);

    border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    border-bottom: 3px solid #C90103;

    -webkit-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);

}

#menu {
    list-style: none;
    height: 30px;
    padding: 16px 0;
}

#menu > li {
    float: left;
    position: relative;
    padding-bottom: 3px;
    cursor: pointer;
    color: #A6A6A6;
}

#menu > li > a {
    color: #BBBBBB;
    text-decoration: none;
    font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
    white-space: nowrap;
    padding: 0 22px;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 0 0.1em #000,0 0 0.1em #000,0 0 0.1em #000;
    border-right: 1px solid #494949;

    line-height: 34px;
    display: block;
}

#menu li a:hover, #menu li.active a {
    color: rgba(204,0,0,1);
}

#menu ul {
    margin: 20px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    top: 37px;
    left: 0;
    z-index: 1;
    transition: all .2s ease-in-out;
    padding: 5px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.60);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.60);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.60);
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(224,224,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(224,224,224,1) 100%);
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    border-bottom: 1px solid #DADADA;
    box-shadow: none;
}

#menu ul li a {
    font-size: 0.9em;
    color: #A6A6A6;
    min-width: 150px;
    padding: 7px 10px;
    display: block;
    text-decoration: none;
}

#menu ul li:hover a {
    color: #fff;
    background: rgba(204,0,0,1);
    background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,0,0,1)), color-stop(22%, rgba(194,0,0,1)), color-stop(45%, rgba(166,0,0,1)), color-stop(100%, rgba(153,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

h2 {
    font-size: 54px;
    padding: 20px;
}

#wrapper {
    width: 1020px;
    margin: 0 auto;
    height: 0;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    padding: 0 10px 0 10px;
    box-shadow: 0px 10px 10px black;
    height: 100%;
}

#center {
    float: left;
    margin: 1px auto;
    height: auto;
    min-width: 1020px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.left-news {
    margin-top: 20px;
}

.left-news1 {
    margin-top: -15px;
}

#footer {
    margin: 20px 0;
    background: url('../img/bg/footer_ny.jpg');
    background-size: cover;
    width: 1020px;
    height: 120px;
    background-position-y: -30px;
    float: left;
    position: relative;
    border-radius: 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;

    -webkit-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
}

.rights_reserved {
    color: #d0b5b5;
    font-size: 11px;
    position: absolute;
    left: 20px;
    top: 10px;
}

.footer_text {
    color: #ffffff;
    position: absolute;
    font-size: 13px;
    font-style: italic;
    line-height: 1.3;
    width: 260px;
    left: 20px;
    top: 15px;
}

.footer_text1 {position:absolute; left:330px; top:15px;}

.left {
    width: 660px;
    float: left;
    position: relative;
}

/*********************************************************************/
/****************************** Right *******************************/

.right {
    width: 350px;
    float: left;
    margin-left: 10px;
    box-sizing: border-box;
    margin-top: 1px;
}

.social {
    height: 90px;
    position: relative;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;

    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);

    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-bottom: 3px solid #C90103;

    -webkit-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
    z-index: 40;
}

.social p {
    margin: 30px 15px 10px;
    color: #0c0c0c;
    float: left;
    font-size: 12px;
    width: 100%;
    font-weight: bold;
}

.social a {
    margin: 0 12px;
    float: left;
    font-size: 14px;
}

.social a i{
    font-size: 20px;
    padding-right: 5px;
    color: #0c0c0c;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social a:hover, .social a:hover i {
    color: #ff0406;
}

.video_paste {
    height: 314px;
    margin-top: -20px;
    z-index: 35;

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);

    -webkit-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
}

.video_paste p {
    padding: 31px 17px 11px;
    color: #ffffff;
    text-shadow: -1px -1px 0 rgba(0,0,0,.4);

    background: rgba(204,0,0,1);
    background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,0,0,1)), color-stop(22%, rgba(194,0,0,1)), color-stop(45%, rgba(166,0,0,1)), color-stop(100%, rgba(153,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
}

.video_paste iframe {border-radius: 5px;}

.right-module {
    position: relative;
    margin-top: 20px;
    background: rgba(207,207,207,1);
    background: -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(246,246,246,1) 39%, rgba(237,237,237,1) 92%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,207,1)), color-stop(39%, rgba(246,246,246,1)), color-stop(92%, rgba(237,237,237,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(246,246,246,1) 39%, rgba(237,237,237,1) 92%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(246,246,246,1) 39%, rgba(237,237,237,1) 92%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(246,246,246,1) 39%, rgba(237,237,237,1) 92%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(207,207,207,1) 0%, rgba(246,246,246,1) 39%, rgba(237,237,237,1) 92%, rgba(237,237,237,1) 100%);

    border-radius: 6px 6px 20px 20px;
    -moz-border-radius: 6px 6px 20px 20px;
    -webkit-border-radius: 6px 6px 20px 20px;
    border-bottom: 3px solid #bb0000;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    -webkit-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
}

.right-module a {
    cursor: pointer;
}

.right-module a:hover h6 {
    background: rgba(204,0,0,1);
    background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,0,0,1)), color-stop(22%, rgba(194,0,0,1)), color-stop(45%, rgba(166,0,0,1)), color-stop(100%, rgba(153,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
}

.matches {margin-top:24px;}
.ul-tabs {
    width: 100%;
    height: 22px;
    margin-bottom: 10px;
    background: #494949;
    background: -moz-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    background: -o-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    background: -ms-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    background: -webkit-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
}

.matches-tab {
    list-style: none;
    color: #808080;
    float: left;
    font-size: 12px;
    padding: 5px 9px;
    cursor: pointer;
    border-right: 1px solid #494949;
}

.matches-tab:last-child {border-right:none;}
.matches-tab:hover, .active-tab {
    color: #ffffff;
    background: rgba(204,0,0,1);
    background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,0,0,1)), color-stop(22%, rgba(194,0,0,1)), color-stop(45%, rgba(166,0,0,1)), color-stop(100%, rgba(153,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
}

.matches-inner {height:145px; overflow:hidden;}
.module-header {
    z-index: 10000;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    top: 3px;
    right: -7px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    text-shadow: -1px -1px 0 rgba(0,0,0,.4);
    border-radius: 10px 10px 0px 10px;
    -moz-border-radius: 10px 10px 0px 10px;
    -webkit-border-radius: 10px 10px 0px 10px;
    border: 0px solid #000000;

    background: rgba(204,0,0,1);
    background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,0,0,1)), color-stop(22%, rgba(194,0,0,1)), color-stop(45%, rgba(166,0,0,1)), color-stop(100%, rgba(153,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);

    -webkit-box-shadow: 0px 4px 7px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 7px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 7px -2px rgba(0,0,0,0.75);
}

.right-module a:hover .module-header{
    background: rgba(204,0,0,1);
    background: -moz-linear-gradient(bottom, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -o-linear-gradient(bottom, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -ms-linear-gradient(bottom, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: linear-gradient(to top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
}

.module-header img {
    position: absolute;
    right: 0;
    top: 24px;
}
.col, .col1 {float:left; width:33.3333%; text-align:center;}
.col img {display:block; margin-left:20px;}
.col1 img {display:block; margin-right:20px;}
.col h3 {font-size:24px; font-weight:bold; margin:5px 0 0 0;}
.col h3 span {padding:0 10px;}
.col h5 {font-size:13px; font-weight:bold; font-style:italic;}
.col h6 {font-size:11px; font-style:italic; margin:5px 0 0 0;}
.black-button {
    display: block;
    height: 20px;
    width: 90%;
    margin: 10px 0 0 18px;
    border-radius: 15px;
    background: #494949;
    background: -moz-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    background: -o-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    background: -ms-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    background: -webkit-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
}

.black-button .left-arrow {float: left;}
.black-button .right-arrow {float: right;}
.black-button .left-arrow i{padding-right: 10px;}
.black-button .right-arrow i{padding-left: 10px;}

.black-button .arrows {
    padding: 3px;
    color: #A6A6A6;
    font-size: 14px;
    cursor: pointer;
    text-shadow: -1px -1px 0 rgba(0,0,0,.4);
}

.black-button .arrows:hover {color: #ffffff;}
.poll-img {padding: 5px 5px 19px 109px;}
.poll {height:220px;}

.poll p{
    float: left;
    margin: 10px 0 0 15px;
    font-size: 14px;
    font-weight: bold;
}

.poll form{
    float: left;
    width: 90%;
    padding: 5px 0 0 25px;
}

.poll form input {
    float: left;
    width: 20px;
    margin: 0 10px 0 0;
}

.poll form label {
    margin-bottom: 10px;
    font-size: 12px;
}

.poll-button {
    border-radius: 15px;
    width: 50%;
    margin-left: 88px;
    height: 17px;
    text-align: center;
    padding: 3px 0;
    color: #A6A6A6;
    text-shadow: -1px -1px 0 rgba(0,0,0,.4);
}

.poll-button:hover {
    color: #fff;
}

.module {
    width: 326px;
    height: 200px;
    border: 1px solid black;
    margin-top: 10px;
    margin-left: 5px;
    border-radius: 5px;
    float: left;
}

.table-inner, .match-table {width:100%; box-sizing:border-box;}
.table-inner.rightblock {width:350px;}

.table-inner .tg {border-collapse:collapse; border-spacing:0;}
.table-inner .tg td {font-family:Arial, sans-serif; font-size:12px; overflow:hidden; word-break:normal; text-align:center; padding:0;}
.table-inner .tg th {font-family:Arial, sans-serif; font-size:11px; overflow:hidden; word-break:normal; text-align:center; padding:3px 0; font-weight:bold; font-style:italic;}

.match-table .tg {border-collapse:collapse; border-spacing:0;}
.match-table .tg td {font-family:Arial,sans-serif; font-size:14px; overflow:hidden; word-break:normal; text-align:center; border-top:1px solid #e6e6e6;}
.match-table .tg th {vertical-align:middle; font-family:Arial,sans-serif; font-size:13px; overflow:hidden; word-break:normal; text-align:center; padding:8px 0; font-weight:bold; font-style:italic;}

.match-table .tg1 {border-collapse:collapse; border-spacing:0;}
.match-table .tg1 td {padding:3px 5px; font-family:Arial,sans-serif; font-size:14px; overflow:hidden; word-break:normal; text-align:center; border-top:1px solid #e6e6e6;}
.match-table .tg1 th {vertical-align:middle; font-family:Arial,sans-serif; font-size:13px; overflow:hidden; word-break:normal; text-align:center; padding:5px 0; font-weight:bold; font-style:italic;}

.match-table .tg2 {border-collapse:collapse; border-spacing:0;}
.match-table .tg2 td {font-family:Arial,sans-serif; font-size:14px; overflow:hidden; word-break:normal; text-align:center; border-top:1px solid #e6e6e6;}
.match-table .tg2 th {vertical-align:middle; font-family:Arial,sans-serif; font-size:13px; overflow:hidden; word-break:normal; text-align:center; padding:8px 0; font-weight:bold; font-style:italic;}
.match-table .tg2 th:first-child {border-radius:15px 0 0 0;}
.match-table .tg2 th:last-child {border-radius:0 15px 0 0;}

.table-inner tbody td {vertical-align: middle !important;}
.tr-head {
    background: rgba(204,0,0,1);
    background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,0,0,1)), color-stop(22%, rgba(194,0,0,1)), color-stop(45%, rgba(166,0,0,1)), color-stop(100%, rgba(153,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    color: #ffffff; font-size:13px; font-weight:bold; font-style:italic;}

.tour {
    text-align: center;
    color: #fff;
    line-height: 30px;
    background: -moz-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    background: -o-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    background: -ms-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    background: -webkit-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
}

.birthday-info {margin-top:5px; float:left;}
.birthday-info em {font-style:italic;}
.birthday-info b {font-weight:bold;}
.birthday-info strong {font-weight:bold; float:right;}
.birthday-info h5 {
    font-size: 12px;
    color: #0c0c0c;
    padding: 0 13px 11px;
    margin-bottom: 5px;
}
.birthday-info h5 span {
    padding: 3px 7px;
    background: #bb0000;
    border-radius: 15px;
    color: #ffffff;
    margin-right: 10px;
    font-weight: bold;
    font-style: italic;
}

.the-best {height: 160px;}
.the-best ul {
    float: right;
    text-align: right;
    margin: 15px 15px 0 0;
}
.the-best ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #bb0000;
    font-weight: bold;
}
.the-best ul li p{
    font-size: 12px;
    color: #0c0c0c;
    font-weight: normal;
}

.best_player {
    position: absolute;
    bottom: 5px;
    left: 15px;
    height: 150px;
    border-radius: 15px;
}

.right-module-inner-t {
    display: block;
    width: 100%;
    padding-top: 33px;
    margin-bottom: 15px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}

.right-module-inner-t .active {
    color: #ffffff;
}

.right-module-inner {
    display: block;
    width: 100%;
    padding-top: 33px;
    margin-bottom: 5px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}

.right-module-inner .active {
    color: #ffffff;
}

.right-module-inner1 {
    display: block;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}

.right-module-inner1 .active {color:#ffffff;}
.active-arrow {color:#ffffff !important;}
.social-right {height:275px;}
.social-right .fb{display:none;}
.social-right .vk{display:none; margin:15px 0 15px 65px;}

/* end Right*/

/******************************** center-bottom ***************************/
/**************************************************************************/

.center-bottom {
}

.center-module {
    width: 333px;
    box-sizing: border-box;
    float: left;
    margin-top: 20px;
    min-height: 308px;

    background: rgba(207,207,207,1);
    background: -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(246,246,246,1) 39%, rgba(237,237,237,1) 92%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,207,1)), color-stop(39%, rgba(246,246,246,1)), color-stop(92%, rgba(237,237,237,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(246,246,246,1) 39%, rgba(237,237,237,1) 92%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(246,246,246,1) 39%, rgba(237,237,237,1) 92%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(246,246,246,1) 39%, rgba(237,237,237,1) 92%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(207,207,207,1) 0%, rgba(246,246,246,1) 39%, rgba(237,237,237,1) 92%, rgba(237,237,237,1) 100%);

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-bottom: 3px solid #0c0c0c;
}

.center-module-header {
    background: -moz-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    background: -o-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    background: -ms-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    background: -webkit-linear-gradient(bottom, #0c0c0c 0%, #505050 100%);
    line-height: 32px;
    text-align: center;
    color: #dadada;
    text-shadow: -1px -1px 0 rgba(0,0,0,.4);
    font-size: 14px;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-top: 3px solid #c90103;
}

.center-module-inner {
    display: block;
    width: 100%;
    margin-top: 10px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}

.center-module-inner1 {
    display: block;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}

.gallery{height:248px;}
.forum{margin:20px 10px 0 10px;}
.forum ul li{font-size:13px;}
.forum ul li a {
    cursor: pointer;
    color: #808080;
    padding: 0 10px;
    max-width: 315px;
    float: left;
    margin-bottom: 10px;
}
.forum ul li a:hover {color:#bb0000;}
/*.forum ul li span {
    float: right;
    padding: 5px 9px;
    background: #dadada;
    border-radius: 5px;
    font-size: 10px;
    margin-right: 10px;
}*/
.forum ul li i{padding-right:10px; color:#bb0000;}

/* slider-bottom */
/* jssor slider bullet navigator skin 03 css */
/*
.jssorb03 div           (normal)
.jssorb03 div:hover     (normal mouseover)
.jssorb03 .av           (active)
.jssorb03 .av:hover     (active mouseover)
.jssorb03 .dn           (mousedown)
*/
.jssorb03 {
    position: absolute;
}
.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
    position: absolute;
    /* size of bullet elment */
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: white;
    font-size: 12px;
    background: url(../img/b03.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb03 div { background-position: -5px -4px; }
.jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
.jssorb03 .av { background-position: -65px -4px; }
.jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }

/* jssor slider thumbnail navigator skin 12 css */
/*
.jssort16 .p            (normal)
.jssort16 .p:hover      (normal mouseover)
.jssort16 .pav          (active)
.jssort16 .pav:hover    (active mouseover)
.jssort16 .pdn          (mousedown)
*/
.jssort16 {
    position: absolute;
    /* size of thumbnail navigator container */
    width: 333px;
    height: 62px;
}

.jssort16 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 111px;
    height: 62px;
}

.jssort16 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 111px;
    border: none;
}

.jssort16 .t img {
    width: 100%;
    height: 62px;
}

.jssort16 .t:first-child img {
    border-bottom-left-radius: 5px;
}
.jssort16 .t:last-child img {
    border-bottom-right-radius: 5px;
}

.jssort16 .p img {
    filter: alpha(opacity=55);
    opacity: .55;
    transition: opacity .6s;
    -moz-transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
}

.jssort16 .pav img, .jssort16 .pav:hover img, .jssort16 .p:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.jssort16 .pav:hover img, .jssort16 .p:hover img {
    filter: alpha(opacity=70);
    opacity: .7;
}

.jssort16 .title, .jssort16 .title_back {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 111px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    font-size: 14px;
}

.jssort16 .title_back {
    filter: alpha(opacity=50);
    opacity: .5;
}

.jssort16 .pav .title_back {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.jssort16 .pav .title {
    color: #fff;
}

.jssort16 .p.pav:hover .title_back, .jssort16 .p:hover .title_back {
    filter: alpha(opacity=40);
    opacity: .4;
}

.jssort16 .p.pdn img {
    filter: alpha(opacity=100);
    opacity: 1;
}




/******************************** left ***************************/
/*****************************************************************/

.csc-default {
    width: 660px;
}

#news {
    /*width: 661px;
    padding-bottom: 20px;
    border-bottom: 3px solid #bb0000;*/
    background: #ffffff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.newshead {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0,0,0,.4);
    background: rgba(204,0,0,1);
    background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,0,0,1)), color-stop(22%, rgba(194,0,0,1)), color-stop(45%, rgba(166,0,0,1)), color-stop(100%, rgba(153,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);

    /*width: 661px;*/
    padding: 10px 15px;
    box-sizing: border-box;

    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
}

#news a:hover {
    opacity: 0.6;

}

#news hr {
    background: #DADADA;
    height: 1px;
    width: 500px;
    margin: 0 auto;
    padding: 0;
    border: none;
    margin-bottom: 10px;
}

.newsitem {
    margin-top: 20px;
    padding-bottom: 20px;
    height: 81.2px;
    width: 660px;
    border-bottom: 1px solid #e6e6e6;

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
}

.newsitem:last-child {
    padding-bottom: 5px;
    background: #c90103;

    border-radius: 0px 0px 20px 20px !important;
    -moz-border-radius: 0px 0px 20px 20px !important;
    -webkit-border-radius: 0px 0px 20px 20px !important;
}

.newsimage {
    width: 150px;
    height: 90px;
    float: left;
    margin-left: 20px;
}

.newsimage img {
    width: 150px;
    height: 90px;
    border-radius: 15px;
    padding: 1px;
}

.newsinfo {
    float: left;
    margin-left: 10px;
    width: 480px;
}

.readmore {
    font-size: 13px;
    margin-bottom: 5px;
    float: right;
    margin-right: 10px;
}
.readmore i{
    padding-right: 5px;
}

.newsdate {
    font-size: 12px;
    font-style: italic;
    color: gray;
}

.newstitle {
    margin-top: 5px;
    float: left;
    width: 450px;
    font-size: 14px;
    color: #0c0c0c;
    color: rgb(150, 0, 0) !important;
    font-weight: bold;
}

.newstitle:hover {
    color: #494949;
    text-decoration: none;
}

.newsshort {
    line-height: 1.3;
    margin-top: 5px;
    width: 460px;
    font-size: 12px;
    float: left;
}

/* News inner */

#inner_news {
    width: 660px;
    background: #ffffff;
    margin-top: -19px;
    border-radius: 6px 6px 0px 0px;
    margin-left: 1px;
    border-radius: 10px 10px 20px 20px;
    -moz-border-radius: 10px 10px 20px 20px;
    -webkit-border-radius: 10px 10px 20px 20px;
}
#inner_news h1 {font-size:22px;}
#inner_news h2 {font-size:18px;}
#inner_news h3 {font-size:16px;}
#inner-news h4 {font-size:14px;}
#inner-news h5 {font-size:12px;}
#inner-news h6 {font-size:10px;}

.inner_newsitem {
    margin-top: 5px;
    padding: 10px;
    width: 640px;
    border-bottom: 1px solid #E6E6E6;
    min-height: 300px;
    line-height: 16px;
    font-size: 13px;
    padding-bottom: 80px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
}
.inner_blogsitem {
    margin-top: 5px;
    padding:0 10px 10px;
    border-bottom: 1px solid #E6E6E6;
    min-height: 300px;
    line-height: 16px;
    font-size: 13px;
    padding-bottom: 80px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
}
.inner_pagesitem {
    margin-top: 5px;
    padding: 10px;
    width: 640px;
    border-bottom: 1px solid #E6E6E6;
    min-height: 300px;
    line-height: 16px;
    font-size: 13px;
    padding-bottom: 10px;
    border-radius: 0px 0px 20px 20px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
}
.inner_newsitem img, .inner_blogsitem img {margin:0 10px 10px; border-radius:15px;}
.inner_pagesitem img {border-radius:15px;}
.inner_newsinfo {
    font-size: 12px;
    font-style: italic;
    float: left;
    margin: 20px 0 0 5px;
}
.news_social {float:right; margin:30px 20px 0 0;}
.news_source {margin-bottom:10px;}
.img_src {position:absolute; top:40px; right:70px; font-size:11px; color:#ccc; font-style:italic;}
.p_src {position:relative; margin:-20px 30px 0; float:right; color:#fff;}
.inner_newsdate {float:left; color:gray;}
.inner_newstitle {
    margin-top: 5px;
    float: left;
    width: 450px;
    font-size: 14px;
    color: #0c0c0c;
    font-weight: bold;
}

.inner_newstitle:hover {
    color: #494949;
    text-decoration: none;
}

.inner_newsshort {
    margin-top: 10px;
    width: 459px;
    font-size: 12px;
    float: left;
}

.inner_readmore {
    font-size: 13px;
    margin-bottom: 5px;
    float: right;
    margin-right: 10px;
}
.inner_readmore i{
    padding-right: 5px;
}

/* END NEWS inner */

.clear {
    clear: both;
}

/* Popup */


.popup {
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    font-size: 14px;
    z-index: 10;
    display: block;
    visibility: hidden;
    margin: 0 auto;
    width: 90%;
    min-width: 320px;
    max-width: 600px;
    min-height: 320px;
    position: fixed;
    padding: 15px;
    background-color: #FFFFFF;
    
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);

    opacity: 0;

    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.overlay:target+.popup {
    top: 20%;
    visibility: visible;
    opacity: 1;
    z-index: 10000;
}

.close {
    position: absolute;
    top: -10px;
    right: -10px;padding: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);

    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 12px;
}

.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
/* Popup 2 */


.popup2 {
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    font-size: 14px;
    z-index: 10;
    display: block;
    visibility: hidden;
    margin: 0 auto;
    width: 90%;
    min-width: 320px;
    max-width: 600px;

    min-height: 320px;

    position: fixed;
    padding: 15px;
    border: 1px solid #383838;

    background-color: #FFFFFF;
    
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);

    opacity: 0;

    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.overlay2:target+.popup2 {
    top: 20%;
    visibility: visible;
    opacity: 1;
    z-index: 10000;
}

.close {
    position: absolute;
    top: -10px;
    right: -10px;padding: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);

    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 12px;
}

.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}











/* Popup 3 */


.popup3 {
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    font-size: 14px;
    z-index: 10;
    display: block;
    visibility: hidden;
    margin: 0 auto;
    width: 90%;
    min-width: 200px;
    max-width: 1200px;
    text-align: center;

    min-height: 320px;

    position: fixed;
    padding: 15px;

    opacity: 0;
    
    -webkit-backface-visibility: hidden;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.overlay3:target+.popup3 {
    top: 2%;
    visibility: visible;
    opacity: 1;
    z-index: 10000;
}




/* footer */

.bayern-bottom {
    position: absolute;
    top: 0;
    right: 20px;
    width: 197px;
}



/* Popup 4 */




.popup4 {
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    font-size: 14px;
    z-index: 10;
    display: block;
    visibility: hidden;
    margin: 0 auto;
    width: 90%;
    min-width: 320px;
    max-width: 600px;
    min-height: 320px;

    position: fixed;
    padding: 15px;
    border: 1px solid #383838;

    background-color: #FFFFFF;
    
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);

    opacity: 0;

    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.overlay4:target+.popup4 {
    top: 20%;
    visibility: visible;
    opacity: 1;
    z-index: 10000;
}


/* Popup 5 */




.popup5 {
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    font-size: 14px;
    z-index: 10;
    display: block;
    visibility: hidden;
    margin: 0 auto;
    width: 90%;
    min-width: 320px;
    max-width: 600px;
    min-height: 320px;

    position: fixed;
    padding: 15px;
    border: 1px solid #383838;

    background-color: #FFFFFF;

    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);

    opacity: 0;

    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.overlay5:target+.popup5 {
    top: 20%;
    visibility: visible;
    opacity: 1;
    z-index: 10000;
}




/******************************** conference ***************************/
/*****************************************************************/
.fullsize {
    float: left;
    min-height: 550px;
    margin-top: -25px;
    background: url("../img/bg/gb_bg.jpg");

    /*background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(224,224,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(224,224,224,1) 100%);*/

    border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;

    position: relative;
    padding-bottom: 40px;
    min-width: 1020px;
}


.fullsize-header {
    height: 90px;
    position: relative;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);

    border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    border-bottom: 3px solid #C90103;

    -webkit-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.75);
    z-index: 40;
}

.fullsize-header h6 {
    font-size: 20px;
    margin: 46px 0 0;
    text-align: center;
    float: left;
    width: 100%;
}

.sil {
    color: #c90103 !important;
}

.conference_text {
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    border: 2px solid #c00;
    background-color: red;
    height: 215px;
}

.conf_img {
    float: left;
    width: 350px;
    border-radius: 10px;
    margin: 15px;
}

.conf_text {
    float: left;
    margin: 15px 0 0;
    width: 600px;
    font-weight: bold;
    font-size: 14px;
}

.conf_text_1 {
    float: left;
    margin: 15px;
    width: 600px;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
}

.conf_text p {
    /* text-align: center; */
}

.melkiy {
    font-size: 13px !important;
    text-align: left !important;
}

.vopros {
    border: none;
    text-decoration: none;
    cursor: pointer;
    border-radius: 6px;
    float: right;

    /*background: rgba(204,0,0,1);
    background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,0,0,1)), color-stop(22%, rgba(194,0,0,1)), color-stop(45%, rgba(166,0,0,1)), color-stop(100%, rgba(153,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);*/
}

.vopros:active, .vopros:hover {
    color: rgba(204,0,0,1);
}

.head-vopros {
    display: block;
    text-align: center;
    width: 20%;
    margin: 15px auto 0;
    border: none;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    padding: 7px 5px;
    cursor: pointer;
    border-radius: 15px;
    float: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,.4);

    background: rgba(204,0,0,1);
    background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,0,0,1)), color-stop(22%, rgba(194,0,0,1)), color-stop(45%, rgba(166,0,0,1)), color-stop(100%, rgba(153,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
}

.head-vopros:active, .head-vopros:hover {
    color: #ffffff;
    background: rgba(204,0,0,1);
    background: -moz-linear-gradient(bottom, rgb4,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(204,0,0,1)), color-stop(22%, rgba(194,0,0,1)), color-stop(45%, rgba(166,0,0,1)), color-stop(100%, rgba(153,0,0,1)));
    background: -webkit-linear-gradient(bottom, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -o-linear-gradient(bottom, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: -ms-linear-gradient(bottom, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
    background: linear-gradient(to top, rgba(204,0,0,1) 0%, rgba(194,0,0,1) 22%, rgba(166,0,0,1) 45%, rgba(153,0,0,1) 100%);
}

.conf_element {
width: 100%;
float: left;
font-size: 12px;
line-height: 16px;
/* border-top: 1px solid #960000; */
border-top: 1px solid #bb0000;

/*background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(245,245,245,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);*/
}

.conf_element:last-child, .guestbook_item:last-child{
border-radius: 0px 0px 20px 20px;
-moz-border-radius: 0px 0px 20px 20px;
-webkit-border-radius: 0px 0px 20px 20px;
border-bottom: 3px solid #C90103;
    padding-bottom: 15px;
}

.conf_element .titling {
padding: 5px 0;
}

.answered .titling {
    padding: 5px 0 0;
}

.sual {
width: 50%;
float: left;
height: auto;
padding: 15px;
box-sizing: border-box;
color: #000000;
}

.cavablar {
width: 50%;
float: left;
height: auto;
padding: 15px;
box-sizing: border-box;
}

.cavab:last-child {
border-bottom: none;
padding-bottom: 0;
}

.cavab {
min-height: 40px;
padding: 0 10px 23px;
border-bottom: 1px solid #dadada;
border-left: 1px solid #dadada;
color: #000000;
}


/********************** Guestbook **********************/

.guestbook_item {
    width: 100%;
    float: left;
    height: auto;
    box-sizing: border-box;
    /* border-top: 2px solid #960000; */
    border-top: 2px solid #bb0000;
    margin: 10px 0 0 0;

    /*background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);*/
}

.guestbook_item hr {
    padding: 0;
    margin: 3px 0;
}

.guestbook_item .titling {
    width: 100% !important;
    float: left;
    box-sizing: border-box;
    height: 30px;
}

.guestbook_item > .guest_text > .guest_button {
    padding-left: 30px;
    margin-top: 0;
    margin-left: -35px;
}

.guestbook_item > .guest_text > .guest_button li {
    float: right;
}

.guest_text {
    font-size: 12px;
    width: 100% !important;
    float: left;
    box-sizing: border-box;
    color: #000000;
    margin-left: 45px;
}

.guest_text .vopros {
    margin-right: 15px;
}

.guest_text p{
    padding: 0 0 10px 12px;
    width: 100%;
    float: left;
    margin-top: 10px;
    word-break: break-word;
}

.guest_text img {
    cursor: pointer;
}

.guest_text a {
    text-decoration: underline;
    font-style: italic;
}


.guest_text2 {
    font-size: 12px;
    width: 100% !important;
    float: left;
    box-sizing: border-box;
    color: #000000;
    margin-top: 5px;
    padding-left: 10px;
}


.guest_text2 img {
    cursor: pointer;
}

.guest_text2 a {
    text-decoration: underline;
    font-style: italic;
}

.guest_button {
    display: block;
    height: 15px;
    margin: 15px 0 0 0;
    /*background: #e0e0e0;*/
    background: #d0cfcf;
    width: 960px;
}

.guest_button li {
    list-style: none;
    margin: 2px 5px;
    float: left;
    font-size: 10px;
}

.guest_button li a {
    color: #1D1D1D;
}

.guest_button li a:hover {
    color: rgba(204,0,0,1);
}

.yazi {
    max-width: 915px;
    word-wrap: word-wrap;
    line-height: 16px;
    margin-top: 10px;
}

.yazi2 {
    margin-left: 45px;
    max-width: 850px;
    line-height: 16px;
    word-break: break-word;
}

.yazi p {margin: -2px 0;}
.yazi2 p {padding: 3px 0}
.yazi strong {font-weight: bold;}
.yazi em {font-style: italic;}
.yazi2 strong {font-weight: bold;}
.yazi2 em {font-style: italic;}

.gb-new {
    position: absolute;
    left: 10px;
    color: white;
    padding: 2px 4px;
    background: #bb0000;
    font-size: 11px;
    font-style: italic;
}

.gb-new1 {
    position: absolute;
    color: white;
    padding: 2px 4px;
    background: #bb0000;
    font-size: 11px;
    font-style: italic;
}

.gb-ign {
    margin-left: 10px;
    color: #bb0000;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
}

.gb-ign1 {
    color: #bb0000;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
}

.pagination {
    position: absolute;
    bottom: -10px;
    width: 60%;
    left: 38%;
    line-height: 15px;
    border-radius: 15px;
    background-color: #FDFDFD;
    border: 1px solid #d7d5d5;
}

.pagination li {
    margin-left: 5px;
    margin-right: 5px;
}

.pagination a {
    text-decoration: none;
    color: #bb0000;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
}

.pagination-gb {
    position: absolute;
    width: 44%;
    left: 28%;
    height: 20px;
    bottom: 5px;
    border-radius: 15px;
    border: 1px solid #d7d5d5;
    background-color: #FDFDFD;
}

.pagination-gb span {margin: 0 15px;}

.pagination-gb strong {
    position: absolute;
    left: 49%;
    margin-top: 3px;
    color: #bb0000;
    font-weight: bold;
    font-size: 14px;
}

.pagination-gb a {
    color: gray;
    font-weight: bold;
    font-style: italic;
    font-size: 11px;
}

.pagination-gb a:hover {
    color: #bb0000;
}

.guest_button2 {
    display: block;
    height: 15px;
    margin: 5px 0 0;
    background: #d7d5d5;
    width: 930px;
}

.guest_button2 li {
    list-style: none;
    margin: 2px 5px;
    font-size: 10px;
}

.guest_button2 li a {
    color: #1D1D1D;
}

.guest_button2 li a:hover {
    color: rgba(204,0,0,1);
}

.answered {
    width: 94%;
    float: right;
    margin: 5px 0 -5px;
    border-left: 1px solid #dadada;
}

.titling {
    width: 99%;
    height: 15px;
    padding: 5px 10px 0;
}

.t_author {
    /* color: #960000; */
    color: #bb0000;
    font-weight: bold;
    float: left;
    font-size: 13px;
    margin: 7px 0 0 0;
}

.t_author img {
    margin-right: 10px;
}

.t_author1 {
    color: #bb0000;
    font-weight: bold;
    float: left;
    font-size: 13px;
    margin: 7px 0 0 10px;
}

.t_author1 img {
    margin-right: 10px;
}

.t_author_conf {
    color: #bb0000;
    font-weight: bold;
    float: left;
    font-size: 13px;
}

.t_author_conf a {
    color: #bb0000;
}

.t_date {
    color: #808080;
    float: right;
    font-size: 11px;
    margin-right: 10px;
    text-align: right;
}

.t_date2 {
    color: #808080;
    float: right;
    margin-right: 30px;
    font-size: 11px;
    text-align: right;
}

.uprate:hover {opacity:0.7;}
.downrate:hover {opacity:0.7;}
.backward {cursor:pointer;}
.forward {cursor:pointer;}
.inner_newsitem strong, .inner_pagesitem strong, .inner_blogsitem strong {font-weight:bold !important;}
.inner_newsitem em, .inner_pagesitem em, .inner_blogsitem em {font-style:italic !important;}
.inner_newsitem p, .inner_pagesitem p, .inner_blogsitem p {padding:5px;}
.inner_newsitem a, .inner_pagesitem a, .inner_blogsitem a {color:#CE2424; text-decoration:underline;}

.match_gallery tr {cursor:pointer;}
.match_gallery thead tr{background:white !important; height:40px;}
.match_gallery tr:nth-child(odd) {background:#ccc;}
.match_gallery tr:hover{background:#a0595e;}

.match_gallery1 td {font-size:13px; padding:2px 0 3px 0;}
.match_gallery1 tr {cursor:pointer;}
.match_gallery1 tr:nth-child(odd) {background:#ccc;}
.match_gallery1 tr:hover{background:#a0595e;}

select.go_to_season {
    width: 11%;
    border-radius: 15px;
    float: left;
}

span.go_to_season {
    width: 45%;
    float: left;
    text-align: right;
    line-height: 25px;
    padding-right: 10px;
}

select.season_table {
    position: absolute;
    padding: 0;
    width: 17%;
    top: 10px;
    right: 210px;
    background: whitesmoke;
    border-radius: 15px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bb0000;
}

select.season_scorers {
    position: absolute;
    padding: 0;
    width: 17%;
    top: 10px;
    right: 310px;
    background: whitesmoke;
    border-radius: 15px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bb0000;
}

select.season_assistance {
    position: absolute;
    padding: 0;
    width: 17%;
    top: 10px;
    right: 315px;
    background: whitesmoke;
    border-radius: 15px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bb0000;
}

select.season_scorers_bl {
    position: absolute;
    padding: 0;
    width: 17%;
    top: 10px;
    right: 175px;
    background: whitesmoke;
    border-radius: 15px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bb0000;
}

select.season_team {
    position: absolute;
    padding: 0;
    width: 17%;
    top: 10px;
    right: 320px;
    background: whitesmoke;
    border-radius: 15px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bb0000;
}

select.season_rounds {
    position: absolute;
    padding: 0;
    width: 17%;
    top: 10px;
    right: 250px;
    background: whitesmoke;
    border-radius: 15px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bb0000;
}

select.season_bl {
    position: absolute;
    padding: 0;
    width: 17%;
    top: 10px;
    right: 135px;
    background: whitesmoke;
    border-radius: 15px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bb0000;
}

select.season_cl {
    position: absolute;
    padding: 0;
    width: 17%;
    top: 10px;
    right: 95px;
    background: whitesmoke;
    border-radius: 15px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bb0000;
}

select.season_dp {
    position: absolute;
    padding: 0;
    width: 17%;
    top: 10px;
    right: 95px;
    background: whitesmoke;
    border-radius: 15px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bb0000;
}

select.season_dfb {
    position: absolute;
    padding: 0;
    width: 17%;
    top: 10px;
    right: 80px;
    background: whitesmoke;
    border-radius: 15px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bb0000;
}

select.season_fr {
    position: absolute;
    padding: 0;
    width: 17%;
    top: 10px;
    right: 50px;
    background: whitesmoke;
    border-radius: 15px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #bb0000;
}

.gallery_image {
    float: left;
    width: 195px;
    height: 145px;
    border-radius: 15px;
    margin: 4px;
}

.gallery_image2 {
    float: left;
    width: 327px;
    height: 197px;
    padding: 1px;
    border-radius: 5px;
    margin: 2px;
}
.inner_newsitem table, .inner_pagesitem table, .inner_blogsitem table {width:100%;}
.inner_newsitem table td, .inner_pagesitem table td, .inner_blogsitem table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
}
.inner_newsitem table img, .inner_pagesitem table img, .inner_blogsitem table img {padding:0 !important; border:none !important;}
.inner_newsitem table td p, .inner_pagesitem table td p, .inner_blogsitem table td p {padding:1px;}

.team_info {
    width: 36%;
    margin: 15px auto 0;
    padding: 5px 15px;
    background: whitesmoke;
    border-radius: 30px;
    font-size: 14px;
}
.team_info p {padding:3px;}