
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&subset=latin,latin-ext);

html{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 100%; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%;
}

body{
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.background-none {
    background:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

a {
    color: #da1e25;
}

a:hover, a:active, a:focus{
    outline:0;
}

img{
    border:0;
}

button, input, select, textarea{
    margin: 0; 
    font-family: Arial; 
    font-size: 100%; 
    vertical-align: middle; 
    box-sizing: border-box; 
    -moz-box-sizing: border-box;  
    -webkit-border-radius: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{
    padding:10px 15px;
    border:none;
    background:#da1e25;
    color:#fff;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type="text"], input[type="password"], input[type="file"], textarea{
    overflow: hidden;
    border-radius: 5px;
    background: #f0f0f0;
    padding: 10px 20px;
    /*display: inline-block;*/
    width:100%;    
    border:1px solid;
    border-color:#f0f0f0;    
    outline:0;
    transition: border-color 250ms ease-in;
    -webkit-transition: border-color 250ms ease-in;
	  -ms-transition: border-color 250ms ease-in;
	  -moz-transition: border-color 250ms ease-in;
	  -o-transition: border-color 250ms ease-in;
  	-khtml-transition: border-color 250ms ease-in;
}

input[type="file"]{
    padding: 6px 20px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus{ 
   border-color:#da1e25 !important;
}

select {
    padding: 10px 20px;
    padding-right: 22%;
    border: none;
    width: 120%;
    background: #f0f0f0 url('../img/arrow-down.svg') no-repeat 80% center;
    cursor: pointer;
    outline:none;
}

.ui-datepicker-title select {
    padding: 0;
    background: none;
}

.select-box, .checkbox-box {
    width: 100%;
    margin: 10px 0 20px 0;
    overflow: hidden;
    border-radius: 5px;         
    border:1px solid;
    border-color:#f0f0f0;    
    outline:0;
    transition: border-color 250ms ease-in;
    -webkit-transition: border-color 250ms ease-in;
	  -ms-transition: border-color 250ms ease-in;
	  -moz-transition: border-color 250ms ease-in;
	  -o-transition: border-color 250ms ease-in;
  	-khtml-transition: border-color 250ms ease-in;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.checkbox-box {
    background: #f0f0f0 url('../img/arrow-down.svg') no-repeat 98% center;
    cursor: pointer;
    padding: 10px 20px;
}

.border-color{ 
   border-color:#da1e25 !important;
}

.checkbox-box-inner {
    display:none;
    background:#f0f0f0;
    border:1px solid #969696;
    position: absolute;
    left: 25%;
    width: 75%;
    padding: 11px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index:9999;
    top:100%;
}

.input-box {
    margin: 10px 0 20px 0;
}

ul, li, ol{
    margin:0;
    padding:0;
}

.clear{
    clear: both;
}

/***title***/

h1{
    text-transform: uppercase;
    font-weight:bold;
    margin:0px;
    transform:translateY(-50%);
    position:relative;
    top:50%;
    color:#000;
}

h1 span{
    font-weight:normal;
}

h2{
    text-transform: uppercase;
    border-bottom:1px solid;
    padding-bottom:7px;
    font-size:1.2em;
    color:#da1e25;
    border-color:#da1e25;
    font-weight:600;
}

h2 span{
    font-size:0.7em;
    text-transform:none;
    max-width:200px;
}

h2 img{
    float:right;
    padding:5px;
}

h3{
    font-weight:normal;
    font-size:1.5em;
    margin: 24px 0 10px 0;
    color:#000;
}

h4{
    font-weight:600;
    font-size:1.2em;
    margin: 16px 0 10px 0;
}

.title_sponzor {
    max-height: 100px;
}

/***content***/

.header{
    width:1040px;
    margin:auto;
    padding:0px 10px 0px 10px;
}

.container{
    width:1040px;
    margin:auto;
    padding:10px 10px 50px 10px;
    background:#fff;
}

.float-container{
    width:81%;
    float:left;
}

.left-column{
    width:28%;
    float:left;
}

.center-column{
    width:65%;
    min-height:1px;
    float:right;
    margin:0 3.5%;
}

.right-column{
    width:19%;
    float:right;
}

@media screen and (max-width: 1080px) {
    .header{
        width:100%;
        box-sizing: border-box; 
        -moz-box-sizing: border-box;  
    }
    
    .container{
        width:100%;
        box-sizing: border-box; 
        -moz-box-sizing: border-box;      
    }
   
    .footer-row{
        width:100%;
    }    
}

@media screen and (max-width: 800px) {    
    .header{ 
        padding:0;
    }
    
    .float-container{
        width:100%;
        float:none;
    }
 
    .center-column{
        width:100%;
        float:left;
        margin:0 0 20px 0;
    }
    
    
    .left-column{
        width:48%;
        float:left;
    }
    
    .right-column{
        width:48%;
        float:right;
    }    
}   

@media screen and (max-width: 480px) {    
    .left-column{
        width:100%;
    }
    
    .right-column{
        width:100%;
    }
}

/***header***/

.header, .header-top, header-top-img, .header-image{
    background:#fff;
    color:#000;
}

.header-top, .header-top-img{
    width:100%;
    padding:10px 0px;
    position:relative;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    min-height: 100px;
}

.header-menu{
    width:100%;
    height:35px;
    padding-top:5px;
    background:#000;
    color:#fff;
}

.header-menu.small{
    font-size:0.7em;
    height:auto;
    min-height:35px;
    overflow:visible;
}

.header-top .header-top-logo{
    width:13%;
    float:left;
}

.header-top .header-top-logo img{
    height:100%;
    max-width:120px;
    max-height:80px;
}

.header-top .header-top-name{
    width:63%;
    float:left;
    max-height:78px;
    font-size:30px;
    font-weight:bold;
    text-transform:uppercase;
    padding: 20px 0;
}

.header-top-name span{
    font-weight:300;
}

.header-top-login{
    position:absolute;
    right:0;
    top:7px;
}

.header-image{
    width:100%;    
}

.header-image img{
    width:100%;
    height:auto;
}

.header-top-img .header-top-logo{
    max-height:80px;
    text-align: center;
}

.header-top-img .header-top-logo img{
    max-height:80px;
}

.header-top-img .header-top-name{
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (max-width: 800px) {   
    .header-top, .header-top-img{
        padding:10px 0 0 0;
    }
    
    .header-top-logo{
        position: absolute;
        top: 0;
        margin: 7px 10px 7px 15px;
        text-align: left;
        width: 50px !important;
        height: 61px !important;
        z-index: 999999;  
    }
    
    .header-top .header-top-logo img, .header-top-img .header-top-logo img{
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-top-name{
        position:absolute;
        top:0;
        width: -webkit-calc(100% - 146px) !important;
        width: -moz-calc(100% - 146px) !important;
        width: calc(100% - 146px) !important;
        left:81px;
        color:#000;
        text-align:center !important;
        font-size:25px !important;
        padding:5px 0 !important;
        overflow:hidden;
        line-height:30px;
        max-height:60px !important;
    }
    
    .header-top-name span{
        display:block;
    }
    
    .header-top-login{
        position:absolute;
        z-index:9999999;
        top:0;
        left:0;
        width:75px;
        height:75px;
    } 
}

/***login button***/

.login-button{
    text-decoration: none;
    text-transform: uppercase;
    margin-top:20px;
    display:inline-block;
    position:relative;
    color:#fff;
    background:#da1e25;
    font-size:14px;
    text-indent: 0;
    padding: 14px 50px 14px 30px;
}

.login-button.small-padding{
    padding:14px 30px 14px 30px;
}

.login-button span{
    width:10px;
    height:5px;
    display: inline-block;
    position:absolute;
    right:10px;
    top:21px;
}

@media screen and (max-width: 800px) {
    .login-button{
        position:relative;
        margin:0;
        padding:0 !important;;
        width: 75px;
        height: 75px;     
    }
    .login-button div{
        height: 100%;
        background-size: 50% 50%;
    }
    .login-button span{
        width: 100%;
        text-align: center;
        padding-top: 52px;
        top: 0;
        left: 0;
        font-size: 12px;
        font-weight: 600;
    }
}

/***login box***/

.login-box{
    padding:15px 10px;
    width:265px;
    height:152px;
    position:absolute;
    right:0;
    display:none;
    z-index:99999;
    background:#da1e25;
    text-transform:uppercase;
}

.login-box table{
    width:100%;
}

.login-box input[type="text"], .login-box input[type="password"]{
    padding:7px 14px;
    border:1px solid;
    border-color:#da1e25;
    background:#fff;
    font-size:0.85em;
} 

.login-box input[type="submit"]{
    border:none;
    padding:10px 15px;
    background:#fff;
    color:#da1e25;
    float:right;
    font-size:14px;    
}

.login-box a, .login-box label{
    font-size:0.8em;
    color:#fff;
    line-height:2em;
}

@media screen and (max-width: 800px) {
    .login-box {
        position:unset;
        right:0;
        margin:auto;
    }
}

/***footer***/

.footer-box{
    width:100%;
    padding:15px 0;
    overflow: hidden;
    background:#3e3d3d;
    color:#fff;
}

.footer-box a{
    color:#bdbdbd;
}

.footer-box a:hover{
    color:#bdbdbd;
}
     
.footer-row{
    max-width:1040px;
    margin:auto;
    height:40px;
    padding:10px 0;
}

.row-height{
    height:69px;
}

.footer-row-left{
    width:50%;
    float:left;
    line-height: 23px;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.footer-row-right{
    width:50%;
    float:right;
    text-align:right;
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.row-left{
    text-align:left;
}

.row-right{
    text-align:right;
    color: #bdbdbd;
}

.footer-row2{
    max-width: 1040px;
    margin: auto;
    text-align: center;
    padding-top: 30px;
    color: #bdbdbd;
    font-size: 14px;
    line-height:30px;
}

.footer-row img{
    height:20px;
    margin:0 20px 0 3px;
    vertical-align:middle;
}

@media screen and (max-width: 800px) {
    .footer-row {
        width:100%;
        height:80px;
        padding:10px 0;
}
    
    .footer-row-left, .footer-row-right{
        width:100%;
        text-align:center;
        position:relative;
        padding-bottom:10px;
        top:0;
        transform:none;
    }
} 

/***menu***/

.header-menu ul.topnav{
    list-style: none;
}

.header-menu ul.topnav li{
    float:left;
    margin-left:33px;
    text-transform: uppercase;
    position: relative;
    padding-right:10px;
}

.header-menu.small ul.topnav li{
    float: left;
    margin-left: 6px;
    text-transform: uppercase;
    position: relative;
    padding-right: 8px;
}

.header-menu.small ul.topnav li a {
    padding: 5px 0 10px 0;
}

.header-menu ul li a{
    text-decoration: none;
    padding:5px 0;
    float:left;
    display: inline-block;
    width: 100%;
    color:#fff;
}

.header-menu ul li a:hover{
    color:#da1e25;
}
  
.header-menu ul.topnav li svg {  
    width: 7px;  
    height: 8px;  
    float: right;  
    position:absolute;
    right:-1px;
    top:13px;
}

.header-menu.small ul.topnav li svg {  
    top:10px;
}  

.header-menu ul.topnav li ul.subnav {  
    list-style: none;  
    position: absolute;
    z-index:999;
    left: 0; top: 29px;  
    margin: 0; padding: 0;  
    display: none;  
    float: left;  
    padding:3px 3px;
    min-width:50px;
    background:#000;
}  

.header-menu ul.topnav li ul.subnav li{  
    margin: 0; padding: 3px 0;  
    border-top: 1px solid;
    clear: both;  
    min-width:85px;
    border-color:#444;
}  

.header-menu ul.topnav li ul.subnav li:first-child{
    border:none;
}

@media screen and (max-width: 1050px) {
    .header-menu ul.topnav li{
        margin-left:28px;
    }    
}

@media screen and (max-width: 1000px) {
    .header-menu ul.topnav li{
        margin-left:23px;
    }    
}

@media screen and (max-width: 950px) {
    .header-menu ul.topnav li{
        margin-left:18px;
    }    
}

@media screen and (max-width: 900px) {
    .header-menu ul.topnav li{
        margin-left:13px;
    }    
}

@media screen and (max-width: 850px) {
    .header-menu ul.topnav li{
        margin-left:9px;
    }    
}

/***meanmenu***/

@media screen and (max-width: 800px) {
    h1{
    color:#fff !important;
    }
    .header, .header-top-login{
        background:#fff;
    } 
    .hide-with-menu{
        display:none;
    }
    ul.topnav li svg {
        display:none;    
    } 
}    

.mean-container-two .mean-bar-two{
    background:#e1e1e1;
}

.mean-container-two .mean-bar-two h4{
    color:#000;
}

.mean-container a.meanmenu-reveal span{
    background:#000;
}

.mean-container-two a.meanmenu-reveal-two span{
    background:#000;
}

.mean-container .mean-nav {
	background: #f5f5f5;
}

.mean-container-two .mean-nav-two {
	background: #f5f5f5;
}

.mean-container a.meanmenu-reveal{
  color: #000;
}

.mean-container-two a.meanmenu-reveal-two{
  color: #000;
}

/***left column***/

.left-column a{
    font-size:0.9em;    
    font-weight:600;
    color:#da1e25;
}

.left-column-box{
    width:92%;
    height:auto;
    border-bottom:1px solid;
    padding:2% 4%;
    font-size:0.9em;
    background:#e1e1e1;
    color:#000;
    border-color:#fff;    
}

.left-column-box-highlight{
    width:92%;
    height:auto;
    padding:2% 4%;
    font-size:0.9em;
    background:#e1e1e1;
    color:#000;
    border-left:1px solid #da1e25;
    border-bottom:1px solid #fff; 
}

.left-column-box-date{
    width:100%;
    font-size:0.8em;
    position:relative;
    color:#969696;
}

.left-column-box-highlight .left-column-box-date{
    color:#da1e25;
}

.left-column-partner{
    width:100%;
    text-align:center;
    margin-bottom:20px;
}

.left-column-partner img{
    max-width:75%;
    height:auto;
    max-height:90px;
}

.left-column-box-left{
    float:left;
    width:80%;
}

.left-column-right{
    color:#da1e25;
}

.left-column-right a{
    float:left;
    width:17%;
    font-size:1.7em;
    font-weight:bold;
}                                                                

/***right column***/

.right-column-text{
    font-size:0.85em; 
}

.birthday{
    margin:5px 0;
    font-size:0.9em;
}

.birthday span{
    font-weight:bold;
    color:#da1e25;
}

/***center column***/

.center-column-text{
    margin:0 0 20px 5px;
}

/***index***/

.p-top-30{
    padding-top:30px;
}

.p-bottom-30{
    padding-bottom:30px;
}

.no-padding{
    padding:0 !important;
}

.new-hp{
    max-width:1040px;
    margin:auto;
    padding-left: 10px;
    padding-right: 10px;
} 

.new-hp .strong{
    font-weight:bold;
}

.new-hp * {-moz-box-sizing: border-box; box-sizing: border-box;}

.new-hp h2{
    font-size:24px;
    font-weight:300;
    border:none;
    margin:0 0 20px 0;
}

.new-hp h3{
    margin:0 0 20px 0;
    color:#da1e25;
    font-size:18px;
    text-transform:uppercase;
    text-align:center;
}

.grey-box{
    width:100%;
    padding:30px 0;
    background:#f5f5f5;
}

.new-hp .news-box{
    border-top:1px solid #da1e25;
    overflow:hidden;
}

.new-hp .news-box-inner{
    margin:0 -10px;
}

.new-hp .news-box-item{
    width:33.33%;
    float:left;
    padding:0 10px;
}

.new-hp .news-box-item-link{
    display:inline-block;
    height:330px;
    background-position:center center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    font-size:18px;
    text-decoration:none;
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
}

.new-hp .news-box-item-content{
    display:table;
    width:100%;
    height:330px;
    table-layout:fixed;
    background:rgba(0,0,0,0.5);
}

.new-hp .news-box-item-content-inner{
    width:100%;
    vertical-align:middle;
    display:table-cell;
    text-align:center;
    padding: 0 7px;
}

.new-hp .news-box-item-link:hover > .news-box-item-content{
    background:rgba(0,0,0,0.7);
}

.new-hp .event-box{
    width:100%;
    background:#f5f5f5;
    padding:25px 25px 13px 25px;
}

.new-hp .box-high{
    min-height:451px !important;
}

.new-hp .event-box table{
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.new-hp .event-box table td{
    border-bottom:1px solid #b4b4b4;
}

.new-hp .event-box table tr td{
    padding:13px 0;
}

.new-hp .event-box table tr:last-child td{
    border:none;
}

.new-hp .event-box table tr td:first-child{
    width:60px;
    font-size:18px;
    color:#da1e25;
    font-weight:bold;
}

.new-hp .matches-box{
    width:100%;
    background:#f5f5f5;
    padding:25px;
}

.new-hp .matches-box table{
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.new-hp .matches-box table th{
    font-weight:normal;
    color:#a9a9a9;
    font-size:14px;
    padding:5px 0 6px 0;
    text-align:left;
}

.new-hp .matches-box table td{
    padding:1px 0 6px 0;
}

.new-hp .match-box{
    position:relative;
    display:block;
    color: rgb(0, 0, 0);
    width:100%;
    min-height:218px;
    margin:0 0 15px 0;
    background-color:#f5f5f5;
    background-position:center center;
    background-repeat:no-repeat;
    padding: 35px 1px 25px 1px;
    text-decoration:none;
}

.new-hp .match-box-background{
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:url('../images/logo.png') no-repeat 50% 50%;
    background-size:auto 90%;
}

.new-hp .match-box-background.opacity{
    filter: alpha(opacity=10);
		-moz-opacity: 0.10;
		-khtml-opacity: 0.10;
		opacity: 0.10;
}

.new-hp .match-box table{
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align:center;
    font-size:16px;
}

.new-hp .match-box table tr:nth-child(1){
    font-weight:bold;
    font-size:18px;
    text-transform:uppercase;
}

.new-hp .match-box table tr:nth-child(3){
    font-weight:bold;
    font-size:20px;
    color:#da1e25;
    text-transform:uppercase;
}

.new-hp .match-box table tr:nth-child(4){
    font-weight:bold;
    font-size:42px;
    color:#da1e25;
}

.new-hp .match-box table tr:nth-child(3) td:nth-child(1), .new-hp .match-box table tr:nth-child(3) td:nth-child(3){
    width:48%;
}

.stat-box{
    width:100%;
    padding:30px 0;
    background:url('../img/futsal.jpg') #454545;
}

.stat-box h2{
    color:#fff;
    border-bottom:1px solid;
    margin-right:10px;
    margin-left:10px;
}

.stat-box .news-box{
    border-top:1px solid #fff;
}

.new-hp .stat-item{
    z-index:0;
    position: relative;
    width:100%;
    padding:20px 0 15px 0;
    margin:10px 0 0 0;
    overflow:hidden;
    border-bottom:1px solid #fff;
    color:#fff;
}

.new-hp .stat-item svg{
    z-index: -1;
    position: absolute;
    left: 0px;
}

.new-hp .stat-item .dres{ 
    fill:transparent;
    stroke:#fff;
    stroke-width:1;
}

.new-hp .stat-item .dres_golman{ 
    fill:#fff;
    stroke:#000;
    stroke-width:1;
}

.new-hp .stat-item .dres_golman_limec{ 
    fill:transparent;
    stroke:#000;
    stroke-width:1;
}

.new-hp .stat-item-number{
    width:75px;
    height:72px;
    padding: 25px 0;
    font-size:16px;
    font-weight:bold;
    float:left;
    text-align: center;
}

.new-hp .golman{
    color:#000;
}

.new-hp .stat-item-name{
    width:100%;
    margin:0 -110px 0 -65px;
    padding:10px 100px 0 90px;
    float:left;
    font-size:18px;
    font-weight:bold;
}

.new-hp .stat-item-name span{
    display:block;
    font-size:16px;
    font-weight:normal;
}

.new-hp .stat-item-score{
    width:100px;
    min-height:1px;
    float:left;
    font-size:16px;
    text-align:center;
    padding:3px;
}

.new-hp .stat-item-score-number{
    font-size:42px;
    font-weight:bold;
    display:block;
}

.new-hp .width-50{
    width:50%;
    display:inline-block;
}

.new-hp .width-100{
    width:100%;
    display:inline-block;
}

.new-hp .partners-box{
    border-top:1px solid #da1e25;
    padding:20px 0;
    display:table;
    width:100%;
}

@media only screen and (max-width: 800px) { 

    .new-hp{
        padding-left:20px;
        padding-right:20px;
    }
    
    .width-helper .news-box-item{
        width:100%;
    }
    
    .new-hp .news-box-item{
        width:100%;
        margin-bottom:15px;
    }
    
    .stat-box .news-box-item{
        margin-bottom:0;
    }
    
    .new-hp .width-50{
        width:100%;
    }
    
    .new-hp .width-50:nth-child(2){
        margin-top:75px;
    }
   
}

/**** form ****/

.reg-form {
    padding: 20px 0;
}


.reg-form-row {
    margin: 0 0 10px;
    position: relative;
    display: flex;
    justify-content: center;
}

.reg-form-row .select-box {
    width: 75%;
    margin: 0;
}

.reg-form-row .select-box.time {
    width: 37.5%;
}

.reg-form-row .checkbox-box {
    width: 75%;
    margin: 0;
}

.reg-form-row .input-box {
    width: 75%;
    margin: 0;
}

.reg-form-row .input-desc{
    position:absolute;
    right:10px;
    cursor:pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.9em;
    font-style: italic;
}

.reg-form-row .checkbox-box span{
    color:#000;
}

.reg-form-row .label{
    color: #969696;
    padding: 0 30px 0 0;
    width: 25%;
    display: block;
    float: left;
    box-sizing: border-box;
    text-align: right;
    line-height: 17px;
    align-self: center;
    position:relative;
}

.reg-form-row.wide div{
    padding: 0;
    width: 100%;
}

.reg-form-row .label img{
    position: absolute;
    right: 10px;
    top: 50%;
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.reg-form-row label{
    padding-left:15px;  
}

.reg-form-row .checkbox-cat {
    padding: 10px 0 5px;
    font-weight: 600;
}

.reg-form-row .checkbox-cat img{
    float:right;
}

.reg-form-row.center{
    width:100%;
    text-align:center;
    padding: 20px 0;
}

.reg-form-row.photo span {
    width: 71%;
    background: #f0f0f0;
    padding: 11px 2%;
    display: inline-block;
    position: relative;
    text-align: center;
    min-height: 21px;
}

.reg-form-row.photo span img {
    opacity: 0.4;
    border-radius: 10px;
    max-height: 250px;
    max-width: 100%;
}

.reg-form-row.photo span a {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
    .reg-form-row {
        display:block;
    }
    .reg-form-row .label{
        width:100% !important;
        text-align:left;
    }
    .reg-form-row .select-box, .reg-form-row .checkbox-box, .reg-form-row .input-box {
        width:100% !important;
    }
    .reg-form-row .select-box.time {
        width:50%;
    }
    .reg-form-row .input-desc{
        top:calc(50% + 9px);
    }
    .checkbox-box-inner {
        left: 0;
        width: 100%;
    }
}

/*** widgets setup ***/

a.poradi{
    margin:0 5px;
    width:24px;
    display:inline-block;
}

a.poradi img{
    vertical-align:middle;
}

.poradi-popis{
    font-size:0.9em;
}

/***calendar***/

.calendar{
    width:100%;
}

.calendar table{
    width:100%;
    text-align:center;
    margin-bottom:10px;
}

.calendar table.calendar-header{
    margin-bottom:0;
}

.calendar table th{
    text-transform: uppercase;
    font-weight:normal;
    color:#000;
    background:#fff;
}

.calendar table th a{
    padding:5px;
    font-size:0.9em;
}

.calendar table td{
    font-size:0.9em;
    color:#000;
    background:#f0f0f0;
}

.calendar table td.week{
    color:#000;
    background:#fff;
}

.calendar table td.blank{
    background:#fff;
}

.calendar table td.highlight{
    color:#fff;
    background:#da1e25;
}

.calendar table td.highlight a{
    color:#fff;
}

.calendar table td.currentHighlight{
    color:#fff;
    background:#da1e25;
    border-color:#000 !important;
}

.calendar table td.currentHighlight a{
    color:#fff;
} 

.calendar table td.highlight2{
    color:#fff;
    background:#000;
}

.calendar table td.highlight2 a{
    color:#fff;
}

.calendar table td.currentHighlight2{
    color:#fff;
    background:#000;
    border-color:#fff;
}

.calendar table td.currentHighlight2 a{
    color:#fff;
}

.calendar-info{
    width:100%;
    font-size:0.9em;
    font-weight:600;
}

.calendar-info-date{
    width:100%;
    font-size:0.8em;
    font-weight:normal;
    color:#969696;
}

.calendar table td.currentHighlight{
    border:1px solid;
}

.calendar table td.currentDay{
    border:1px solid;
}

.calendar table td a{
    text-decoration:none;
    display: block;
}

/***survay***/

.survay{
    width:100%;
}

.survay table{
    width:100%;
    text-align:left;
    font-size:0.9em;
}

.survay table th{
    color:#000;
}

.survay table td.answer {
    font-size:0.9em;
}

.survay table td.answer a{
    color:#969696;
}

.survay table td.percent{
    font-size:1.1em;
    font-weight:bold;
    color:#da1e25;
}

.survay table td.percent span{
    font-size:0.9em;
    padding-left:3px;
}

.percent-line{
    height:1px;
    border-bottom:2px solid;
    color:#da1e25;
}

/***activity***/

.activity-column-box{
    width:92%;
    height:auto;
    border-bottom:1px solid;
    padding:2% 4%;
    font-size:0.9em;
    background:#e1e1e1;
    color:#000;
    border-color:#fff;
    display:flex;
    justify-content:flex-end;
    align-items:center;    
}

.activity-column-box-date{
    width:100%;
    font-size:0.8em;
    position:relative;
    color:#969696;
}

.activity-column-box-left{
    width:68%;
}

.activity-column-right{
    float:right;
    width:32%;
    font-size:1.1em;
    text-align:right;
    overflow:hidden;
}

.activity-column-right select{
    padding:0 20px 0 0;
    background:#e1e1e1;
    border:none;
    font-size:0.9em;
    width:140%;
    height:30px;
    background: url('../img/arrow-down.svg') no-repeat 67% center;
}

.activity-column-right select.highlight{
    color:#da1e25;
}

.activity-column-right select.highlight option{
    color:#000;
}

.activity-success {
    background-color:#da1e25;
    color:white;
    -webkit-transition: background-color .1s, color .1s;
    -moz-transition: background-color .1s, color .1s;
    transition: background-color .1s, color .1s;    
}

.activity-success div, .activity-success select{
    color:white;
    -webkit-transition: background-color .1s, color .1s;
    -moz-transition: background-color .1s, color .1s;
    transition: background-color .1s, color .1s;    
}

/***milestone***/

.milestone{
    width:100%;
}

.milestone table{
    width:100%;
    text-align:left;
    line-height:1.1em;
    font-size:0.9em;
    font-weight:normal;
    margin-bottom:10px;
}

.milestone table th{
    font-weight:normal;
    color:#969696;
}

/***article***/

.articles{
    width:100%;
}

.article{
    width:100%;
    font-size:1em;
    border-top:1px solid;
    padding-bottom:30px;
    position:relative;
    color:#000;
    border-color:#d7d7d7;
}

.article:first-child{
    border:none;
}

.article h3{
    margin:15px 0 7px 0;
    color:#000;
}

.article-date{
    width:100%;
    color:#969696;
}

.article img{
    margin:12px 15px 0 0;
    float: left;
    max-height:90px;
}

.article p{
    height:90px;
    margin:7px 0 0 0;
    padding:0;
    line-height:1.4em;
    font-size:0.9em;
    font-weight:600;
    text-align:justify;
}

.article a{
    text-decoration:none;
    color:#da1e25;
}

@media screen and (max-width: 480px) {
    .article img{
        display:none;
    }
}

/***table list***/

.table-list {
    width:100%;
    text-align:left;
    font-size:0.95em;
    border-collapse:collapse;
}

.table-list th{
    font-weight:normal;
    color:#969696;
}

.table-list td{
    padding:10px 2px;
    /*color:#000;*/
}

.table-list td a{
    color:#da1e25;
}

.table-list td:first-child{
    padding-left:5px;
}

.table-list tfoot td{
    font-weight:bold;
}

.table-list-line{
    width:100%;
    height:1px;
    border-bottom:1px solid;
    color:#d7d7d7;
}

.table-list .num{
    text-align:center;
    width:25px;
}

/*** table-statistics ***/

.t-statistics td{
    padding:7px 0 7px 0;
}

.t-statistics td span{
    color:#da1e25;
}

/*** table-stat ***/

.t-stat{
    font-size:0.85em;
}

.t-stat td{
    padding:7px 0 7px 0;
}

.t-stat .stat-tr{
    cursor:pointer;
    cursor:hand;
}

.t-stat .stat-tr:hover{
    color:#da1e25;
}

.t-stat tbody.hidden td:first-child, .t-stat tbody.hidden th:first-child{
    text-align:center;
}

.t-stat .highlight{
    background-color:#da1e25;
    color:#fff !important;
}

/***table presence ***/

.t-presence td span{
    font-weight:600;
}

/***table form***/

.t-form td img{
    padding:0 2px;
    vertical-align:middle;
}

.t-form label{
    padding-left:15px;  
}

.t-form .center{
    text-align:center;
}

.t-form input[type="text"].skore{
    width:40px;
    padding:5px 10px;
    text-align:center;
}

/***table screen-width***/

@media screen and (max-width: 480px) {
    .t-match tr th:nth-child(1), 
    .t-match tr td:nth-child(1),
    .t-match tr th:nth-child(2), 
    .t-match tr td:nth-child(2){
        display:none;
    }
    .t-opponent tr th:nth-child(1), 
    .t-opponent tr td:nth-child(1),
    .t-opponent tr th:nth-child(2), 
    .t-opponent tr td:nth-child(2){
        display:none;
    }    
    .t-event tr th:nth-child(3), 
    .t-event tr td:nth-child(3),
    .t-event tr th:nth-child(6), 
    .t-event tr td:nth-child(6){
        display:none;
    }
    .t-team tr th:nth-child(4), 
    .t-team tr td:nth-child(4),
    .t-team tr th:nth-child(5), 
    .t-team tr td:nth-child(5),
    .t-team tr th:nth-child(6), 
    .t-team tr td:nth-child(6){
        display:none;
    }
     #player-statistics th:nth-child(8),
     #player-statistics td:nth-child(8),
     #player-statistics th:nth-child(9),
     #player-statistics td:nth-child(9),
     #player-statistics th:nth-child(10),
     #player-statistics td:nth-child(10),
     #player-statistics th:nth-child(11),
     #player-statistics td:nth-child(11),
     #player-statistics th:nth-child(13),
     #player-statistics td:nth-child(13),
     #player-statistics th:nth-child(14),
     #player-statistics td:nth-child(14),
     
     #goalie-statistics th:nth-child(3),
     #goalie-statistics td:nth-child(3),
     #goalie-statistics th:nth-child(4),
     #goalie-statistics td:nth-child(4),
     #goalie-statistics th:nth-child(8),
     #goalie-statistics td:nth-child(8),
     #goalie-statistics th:nth-child(9),
     #goalie-statistics td:nth-child(9),
     #goalie-statistics th:nth-child(10),
     #goalie-statistics td:nth-child(10),
     #goalie-statistics th:nth-child(11),
     #goalie-statistics td:nth-child(11){
        display:none;
    }
    #presence-list tr th:nth-child(3), 
    #presence-list tr td:nth-child(3),
    #presence-list tr th:nth-child(4), 
    #presence-list tr td:nth-child(4),
    
    #add-vysledek tr th:nth-child(3), 
    #add-vysledek tr td:nth-child(3){
        display:none;
    }
}    
@media screen and (max-width: 580px) {    
    img.minus,
    img.plus{
        display:block;
        margin:0 auto;
    }
    .t-form label {
        padding-left:0;
    }
    .t-form input {
        display:block;
        margin:0 auto;
    }
    .t-form td:first-child {
        padding-left: 0;
        text-align:center;
    }    
}

/*** vysledek ***/

.result-box {
    margin: 10px 0 20px 0;
    border-radius: 5px;
    /*background: #f0f0f0;*/
    padding: 10px 20px;
}

.result-box td {
    text-align:center;
}

.result-box th {
    text-align:center;
    font-size:1.3em;
}

/***forum form***/

.forum .reg-form-row .label{
    width:16%;
}

.forum .reg-form-row .input-box{
    width:84%;
}

.forum .reg-form-row.right{
    width:100%;
    text-align:right;
    display:inherit;
    justify-content:inherit;
    margin:0 0 7px;
}

.forum .reg-form-row label {
    padding: 0 6px 6px 6px;
    display: inline-block;
    color:#969696;
}

.forum .smiles-show{
    padding:6px 6px 12px 6px;
    float:right;
    cursor:pointer;
    color:#da1e25;
}

.forum .smiles-show:hover{
    color:#ae181e;
}

.forum-items{
    width:100%;
    border-top:1px solid;
    border-color:#da1e25;
}

.forum-item{
    width:100%;
    margin-top:20px;
    padding-top:10px;
    border-top:1px solid;
    border-color:#d7d7d7;
}

.forum-item:first-child{
    border:none;
}

.forum-item-header{
    width:100%;
    position:relative;
}

.forum-item-header span{
    color:#969696;
}

.forum-item-header .internal{
    font-weight:bold;
    color:#da1e25 !important;
}

.forum-item-content{
    padding:5px 15px ;
}

.forum-item-content img.smile{
    height:19px;
    width:auto;
    vertical-align:sub;
}

/***players***/

.players{
    width:100%;
    text-align:center;
}

.players a{
    width:75px;
    display:inline-block;
    text-align:center;
    text-decoration:none;
    margin-left:3%;
    margin-right:3%;
    margin-bottom:15px;
    margin-top:15px;
    color:#000;
}

.players-link{
    position:absolute;
    margin-top:-72px;
    width:75px;
    height:50px;
    display:block;
    font-weight:bold;
    padding-top:25px;
    font-size:1.3em;   
}

.players-link-golman{
    position:absolute;
    margin-top:-72px;
    width:75px;
    height:50px;
    display:block;
    font-weight:bold;
    padding-top:25px;
    font-size:1.3em;
    color:#ffffff;
}

.player-link-name{
    margin-top:5px;
    text-decoration:underline;
    font-weight:600;
    color:#000;
}

.dres, .dres_golman_limec { 
    fill:#ffffff;
    stroke:#000000;
}

.dres_golman {
    fill:#000000;
    stroke:#000000;
}

.players a:hover .dres, .players a:hover .dres_golman_limec {
    fill:#ffffff;
    stroke:#da1e25;
}

.players a:hover .dres_golman {
    fill:#000000;
    stroke:#da1e25;
}

.players a:hover .players-link{
    color:#da1e25;
}

.players a:hover .players-link-golman{
    color:#da1e25;
}

.players a:hover .player-link-name{
    color:#da1e25;
}

.fans-link img{
    width:90px;
    display:block;
}

/***player***/

.player-detail{
    width:100%;
}

.player-detail-image{
    width:45.833%;
    float:left;
    margin-right:2%;
}

.player-detail-image img{
    max-width: 100%;
    height:auto;
}

.player-detail-content{
    width:52.166%;
    float:right;
}

.player-detail-content-item{
    width:100%;
    font-size:0.95em;
}

.player-detail-content-item span{
    color:#969696;
}

.player-detail-content-item a{
    color:#da1e25;
}

.player-detail-content-item a:hover{
    color:#ae181e;
}

.player-detail-statistics{
    width:100%;
    margin:30px 0 0 0;
}

.player-detail-statistics .interview{
    font-size:0.85em;
}

.player-detail-statistics .interview p.medailon{
    font-style:italic;
}

.player-detail-statistics .interview p.question{
    font-weight:bold;
}

@media screen and (max-width: 800px) {
    .player-detail-image{
        width:28%;
    }
    
    .player-detail-content{
        width:68%;
    }
}

@media screen and (max-width: 480px) {
    .player-detail-image{
        width:100%;
        margin-bottom:20px;
    }
    
    .player-detail-content{
        width:100%;
    }
    
     #player-stats th:nth-child(12),
     #player-stats td:nth-child(12),
     #player-stats th:nth-child(11),
     #player-stats td:nth-child(11),
     #player-stats th:nth-child(10),
     #player-stats td:nth-child(10),
     #player-stats th:nth-child(13),
     #player-stats td:nth-child(13),
     #player-stats th:nth-child(14),
     #player-stats td:nth-child(14),
     #player-stats th:nth-child(15),
     #player-stats td:nth-child(15),
     #player-stats th:nth-child(16),
     #player-stats td:nth-child(16),
     #best-stats th:nth-child(9),
     #best-stats td:nth-child(9),
     #best-stats th:nth-child(10),
     #best-stats td:nth-child(10),
     #best-stats th:nth-child(11),
     #best-stats td:nth-child(11),
     #best-stats th:nth-child(12),
     #best-stats td:nth-child(12),
     #best-stats th:nth-child(13),
     #best-stats td:nth-child(13),
     #best-stats th:nth-child(14),
     #best-stats td:nth-child(14),
     #best-stats th:nth-child(15),
     #best-stats td:nth-child(15){
        display:none;
    }
}

/***history***/

.history{
    width:100%;
}

.history p{
    text-align:justify;
}

.history strong{
  font-weight:bold;
}

/***galery***/

.galery-item{
    width:100%;
    text-align:center;
}

.galery-item-image img{
    max-width:100%;
    height:auto;
}

.galery-item-content{
    padding:15px 0 15px 0;
    line-height: 1.5em;
    color:#969696;
}

.galery-item-content a{
    font-weight: 600;
    color:#da1e25;
}

.galery-detail{
    padding:0 0 20px 0;
    text-align:center;
}

.galery-detail img{
    max-width:100%;
    height:auto;
}

/***contact***/

.contact{
    width:100%;
}

.contact-item{
    padding:10px 0 10px 0;
    border-bottom:1px solid;
    border-color:#ebebeb;
}

.contact-item-name{
    font-weight:600;
    color:#da1e25;
}

.contact-item a{
    color:#da1e25;
}

.contact-item a:hover{
    color:#ae181e;
}

/***sponzors***/

.sponsors{
    width:100%;
}

.sponsors-item{
    overflow:hidden;
    border-bottom:1px solid;
    padding:2%;
    background:#d7d7d7;
    color:#000;
    border-color:#969696;
}

.sponsors-item:hover{
    background:#969696;
}

.sponsors-item-left{
    width:48%;
    float:left;
    position: relative;
}

.sponsors-item-left img{
    max-width:100%;
    height:auto;
}

.sponsors-item-right{
    width:48%;
    float:right;
    position: relative;
}

.sponsors-item-right img{
    max-width:100%;
    height:auto;
}

.sponsors-item-value {
    position: absolute;
    top: 120px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 30%;
    margin: auto;
}

/*** Cotojatka ***/
.cotojatka_tooltip {
    font-weight: bold;
    font-size: 0.8em;
    z-index:9999999;
    padding:5px;
    border: 1px solid;
    background: #e1e1e1;
    color: #969696;
    border-color:#969696;
}

.cotojatka_tooltip2 {
    font-size: 0.8em;
    z-index:10;
    padding:5px;
    border: 1px solid;
    background: #e1e1e1;
    color: #969696;
    border-color:#969696;
}

#tooltip{
    position:absolute;
    font-size: 0.8em;
    z-index:9999999;
    padding:3px;
    border: 1px solid;
    display:none;
    background: #e1e1e1;
    color: #969696;
    border-color:#969696;
}


/***edit/delete img***/

.edit-box-right{
    float:right;
    font-size:11px;
    text-transform:lowercase;
    font-weight:normal;
    color:#969696;
}

h2 .edit-box-right, h3 .edit-box-right{
    line-height:25px;
}

.edit-box-right a{
    text-decoration:underline;
    color:#969696;
}

.edit-box-right form{
    display:inline;
}

/***tablesorter***/

th.tablesorter-headerDesc, th.tablesorter-headerAsc, th.tablesorter-headerUnSorted {
  cursor:pointer;
}

th.tablesorter-headerDesc, th.tablesorter-headerAsc {
  color: #da1e25;
}

/***rival***/

.rival{
    width:100%;
}

/*** clanek/vysledek ***/

.article-detail{
    width:100%;
}

.article-detail p{
    text-align:justify;
}

.article-detail .strong{
    font-weight:600;
}

.article-detail-date{
    color:#969696;
}

/***presence-calendar***/

.presence-calendar-day{
    font-size:0.9em;
    text-align:center;
    color:#da1e25;
    background:#fff;
    border-bottom:1px solid #da1e25;
}

.presence-calendar-event{
    font-size:0.85em;
    text-align:center;
    color:#000;
    background:#f0f0f0;
    border-bottom:1px solid #E1E1E1;
}

.presence-calendar-event span{
    font-weight:bold;
}

.presence-calendar-event table{
    width:100%;
    border-collapse:collapse;
}

.presence-calendar{
    text-align:center;
}

.presence-calendar input[type="submit"]{
    padding:10px 15px;
    border:none;
    background:#da1e25;
    color:#fff;
}

/***ToTop button***/

.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius:5px;
    right: 10px;
    bottom: 15px;
    position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.5) url(../img/arrow-top.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index:99999;
}
  
.cd-top.cd-is-visible {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

/***social-link***/

.facebook-link,.twitter-link,.youtube-link,.instagram-link,.email-link{
    width:40px;
    height:40px;
    margin:0 5px;
    display:inline-block;
}

.facebook-link{
    background:#fff url('../img/facebook.png') no-repeat 0 center;
    background-size:40px 40px;
}

.twitter-link{
    background:#fff url('../img/twitter.png') no-repeat 0 center;
    background-size:40px 40px;;
}

.youtube-link{
    background:#fff url('../img/youtube.png') no-repeat 0 center;
    background-size:40px 40px;
}

.instagram-link{
    background:#fff url('../img/instagram.png') no-repeat 0 center;
    background-size:40px 40px;
}

.email-link{
    background:#fff url('../img/email.png') no-repeat 0 center;
    background-size:40px 40px;
}

/***obecné***/

.odd{
    background:#ebebeb;
}

.description {
    font-style:italic;
    font-size:0.9em;
}

.description input[type="submit"]{
    padding:10px 15px;
    border:none;
    background:#da1e25;
    color:#fff;
}

.onclick {
    text-decoration:underline;
    cursor: pointer;
}

.hidden {
    display:none;
}

.vice {
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
}

.disabled {
    background-color:#e1e1e1;
}

.end-line {
    width:100%;
    border-top:1px solid;
    margin:30px 0;
    color:#da1e25;
}

.overflow {
    max-height:400px;
}

#arrow {
    fill:#da1e25;
}

#icon-club {
    fill:#da1e25;
}

.share{
    text-align: right;
    margin: 0 0 15px 0;
}

.share .share-img {
    line-height: 35px;
    display: inline-block !important;
    font-size: 0.8em;
    padding-right: 15px;
    margin: 15px 0 0 15px;
    background: #23417E;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.share .share-img.facebook{
    background: #23417E;
}

.share .share-img.twitter{
    background: #3894ED;
} 

.share .share-img img{
    width: 35px;
    float: left;
    margin-right: 15px;
    background: #fff;
}

.share .share-img:hover{
    text-decoration: underline;
}

.has-success {
    color:#8cc63f;
    font-size:1.3em !important;
}

.has-error {
    color:#ed1c24;
    font-size:1.0em !important;
}

/***pager***/

.stranky{
    text-align:center;
    margin:20px 0;
    color:#969696;
}

.stranky .icon{
    width:6px;
    height:10px;
    display:inline-block;
}

.stranky a, .stranky span{
    padding:0 3px;
}

.stranky span{
    color:#969696;
}

.stranky a{
    color:#da1e25;
    cursor:pointer;
}

.stranky .icon-left #arrow, .stranky .icon-right #arrow{
    fill:#da1e25;
}

.stranky .icon-left-unactive #arrow, .stranky .icon-right-unactive #arrow{
    fill:#969696;
}

.more {
    text-align:center;
    margin:20px 0;
    display:none;
}

@media screen and (max-width: 800px) {
    .none {
        display:none;
    }
    
    .more {
        display:block;
    }
}

/*** tabs ***/

div[id^='tabs'] .stat-item{
    margin:15px 0 15px 0;
}

div[id^='tabs'] ul{
    list-style: none;
    border-bottom:1px solid;
    overflow: hidden;
    border-color:#da1e25}

div[id^='tabs'] ul li{
    float:left;
    margin-right:3%;
    margin-bottom:10px;
    font-size:0.95em;
    font-weight:600;
}

div[id^='tabs'] ul li a{
    color:#da1e25;
}

div[id^='tabs'] ul li a:hover{
    color:#000;
}

div[id^='tabs'] ul li.ui-state-active a{
    text-decoration: none;
    color:#000;
}

/*** emoji area ***/

.emoji-wysiwyg-editor {
	overflow: auto;
  font-size:0.95em;
  height:70px;
  width: calc(84% - 42px);
  padding:10px 20px;
  line-height: 1.2em;
  font-family: Arial;
  outline:0;
  border-radius:4px;
  border:1px solid;
  transition: border-color 250ms ease-in;
  -webkit-transition: border-color 250ms ease-in;
  -ms-transition: border-color 250ms ease-in;
  -moz-transition: border-color 250ms ease-in;
	-o-transition: border-color 250ms ease-in;
  -khtml-transition: border-color 250ms ease-in;
  background:#f0f0f0;
  color:#000;
  border-color:#f0f0f0; 
}

@media screen and (max-width: 480px) {
    .emoji-wysiwyg-editor {
        width: calc(100% - 42px);
    }
}

.emoji-wysiwyg-editor:focus {
  border-color:#da1e25;
}                                 

.emoji-wysiwyg-editor img {
	height:19px;
  width:auto;
	vertical-align:middle;
	margin:-3px 0 0 0;
}

.emoji-menu {
	position: absolute;
	z-index: 999;
  height:44px;
	width: auto;
  max-width:374px;
	margin-left: 0px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.emoji-menu > div {
	max-height: 200px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  background: #fff;
}

.emoji-menu img {
	height: 23px;
  width:auto;
	vertical-align: middle;
	border: 0 none;
}

.emoji-menu a {
	margin: -1px 0 0 -1px;
	border: 1px solid;
	padding: 5px;
	display: block;
	float: left;
  border-color: #e1e1e1;
}

.emoji-menu a:hover {
	background-color: #e1e1e1;
}

.emoji-menu:after {
	content: ' ';
	display: block;
	clear: left;
}

.emoji-menu a .label {
	display: none;
}

/*** CKeditor ***/

.ckeditor-color {
    color: #da1e25;
}
 
/*** alert ***/

.alert-back {
    width:100%;
    height:100%;
    display:none;
    background-color:#000;
    position:absolute;
    z-index:9999998;
    opacity: 0.5;
}

.alert-back-box {
    display:none;
    width:500px;
    color:#fff;
    text-align:center;
    position:absolute;
    z-index:9999999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.alert {
    display:none;
    padding:20px;
    margin:7px;
    border-radius:5px;
}

.success {
    background-color:#1f7100;
}

.error {
    background-color:#a00;
}

.confirm {
    background-color:#245fa1;
}

.button {
    padding:5px 10px;
    border:1px solid #fff;
    display: inline-block;
    cursor: pointer;
    width: 41%;
    margin: 12px 2% 0;
}

.confirm .button:hover{
    background:#fff;
    color:#245fa1;
}

.error .button:hover{
    background:#fff;
    color:#a00;
}

@media screen and (max-width: 800px) {
    .alert-back-box {
        width:62.5%;
    }  
}

@media screen and (max-width: 480px) {
    .alert-back-box {
        width:85%;
    }  
}

/*** banner ***/

.banner-wide{
    background: #fff;
    overflow:hidden;
}

.banner-left, .banner-right{
    margin: 20px 0;
}

@media screen and (min-width: 800px) {
    .banner-wide, .banner-wide-inner{
        display:none !important;
    }
}

@media screen and (max-width: 480px) {
    .banner-left, .banner-left-inner{
        display:none !important;
    }
}