
* {
    outline:none!important
}

.bg-text-block{
    margin-top: 10px;
    background: white;
}

.container-fluid-max {
    max-width:1400px;
}


.form-group-lg .inline-checkbox{
    margin-top: 10px;
    font-size: 18px;
}
.inline-checkbox td {
    padding-left: 10px;
    float: left;
}
.inline-checkbox td label {
    display: inline;
    padding-left: 5px;
    font-weight: normal;
    background: #eee; 
}


.btn-primary {
    background: #2b9cf5;
    border: 1px solid #2b9cf5;
}

.navbar{margin-bottom: 0}

.red{color: #d9534f;}
.green{color: #5cb85c;}

body{
    background: #ebebeb url("/javax.faces.resource/images/bg-30.png.xhtml");
}

.bg-text{
    background: #eee;
}

.bg-white{
    background: #fff;  
}

.sub-ldi span{
    background: white; color:red;
}

.btn-xxl {
    font-size: 3.5em;
    margin-bottom: 10px;
    position: relative;
}
@media only screen 
and (max-width: 460px) {
    .btn-xxl {
        font-size: 2.5em;
    }
}

body > nav.navbar-default a.navbar-brand{
    padding-top: 13px;
    font-size: 30px;
    color:#333;
    height: 48px;
}

body > nav.navbar-default a.navbar-brand.premium{
    padding-top: 18px;
    position: relative;
}

body > nav.navbar-default a.navbar-brand.premium .label{
    position:absolute;
    top: 2px;
    right: 13px;
    font-size: 8px;
}@media (max-width: 767px) {
    body > nav.navbar-default a.navbar-brand.premium .label{
        top: 5px;
        right: 13px;
        font-size: 8px;
    } 
}

.navbar-nav > li > a {
    padding-bottom: 14px;
    padding-top: 14px;
}

.navbar-nav .profile-link a{
    max-width:150px;
    overflow:hidden;
    display:block; 
    text-overflow: ellipsis; 
    white-space: nowrap;
    padding-left: 0px;
}
.navbar-nav .profile-avatar a{
    padding: 0px;
}
.navbar-nav .profile-avatar a img{
    width: 48px;
    padding-left: 5px;
    height: 48px;
    display: inline-block;
}

body > nav.navbar-default .navbar-brand small{
    font-size: 0.8em;
    color:#777;
}
@media (max-width: 767px) {
    body > nav.navbar-default a.navbar-brand{
        font-size: 18px;
    }  
    body > nav.navbar-default .navbar-brand small{
        font-size: 0.8em;
    }
}
@media (max-width: 400px) {
    body > nav.navbar-default a.navbar-brand{
        font-size: 18px;
    }
    body > nav.navbar-default a.navbar-brand{
        padding-top: 15px;
        color:#333;
    }
}

.btn-list{
    margin-bottom: 10px;
}

.homepage h1{
    background: url("/javax.faces.resource/images/logo-sm.png.xhtml") no-repeat;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 6em;
    text-align: center;
    /*margin: 0.5em 0 0.3em;*/
}
@media (max-width: 991px) {
    .homepage h1 {
        background:none;
        padding-left: 0px;
    }
}

.homepage {
    margin-top: 20px;
}
@media (max-width: 1400px) {
    .homepage {
        margin-top: 10px;
    } 
}

.homepage .social-btn{
    margin-top: 0px;
    width: 100%;
    height: 25px;
}

.homepage .game-tab{
    border: 2px solid #ddd;
    border-radius: 10px;
    background: white;
    padding: 0px 15px 10px;
}@media (min-width: 768px) {
    .homepage .game-tab{
        min-height: 350px;
    }

}

.homepage .game-tab .android{
    max-width: 70%;
    display: block;
    margin: 1.75em auto;

}

.homepage blockquote{
    margin-top: 2em;

}
.contact h1{
    font-size: 6em;
    text-align: center;
    margin: 0.5em 0 0.3em;
}

@media (max-width: 767px) {
    .homepage {
        margin-top: 20px;
    }

    .homepage h1 {
        font-size: 4.0em;
        /*margin: 0.8em 0 0.8em;*/
    } 
    .homepage h1 .ldi{
        position: relative;
    } 
    .homepage h1 .sub-ldi{
        position: absolute;
        left: 0px;
        top:-1em;
        font-size: 0.7em;
        display: block;
    }
    .contact h1{
        font-size: 2em;
        margin: 0.8em 0 0.5em;
    }
}
.pulsate{
    color:#555;
    text-align: center;
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 20px;
}


@media (min-width: 768px) {
    html {
        position: relative;
        min-height: 100%;
    }
    body > footer.fixed-bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 40px;
    }

    body main.container-fluid, body main.container, main .container-fluid{
        margin-bottom: 50px;
    }
}

.social-btn{
    display: inline-block;
    min-width: 270px;
}
@media (max-width: 767px) {
    .social-btn{
        padding-bottom: 10px;
        margin: 20px auto 0px;
    }    
}

.fb-like-wrap, .donate-wrap{
    display: block;
    float: right;
    margin-right: 10px;
    margin-bottom: -10px;
}
.instagram-wrap .btn-xs{
    margin-top: -2px;
}
.donate-wrap .btn{
    font-size: 11px;
    margin-top: -2px;
}

.big-loading{
    width: 100%;
    font-size: 10em;
    text-align: center;
    padding-top: 15%;
    padding-bottom: 15%;
}
.profile-loading{
    width: 100%;
    font-size: 5em;
    text-align: center;
}

.modal-body .alert{
    margin-bottom: 0;
}

#modal-login p{
    text-align: center;
    margin: 30px 0 20px;

}

#modal-login .btn-social{
    margin-top: 10px;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}@media (max-width: 767px){
    .modal-dialog {
        width: calc( 100vw - 60px ); 
    }
}





.box-content-bg.box-stats-filter .btn {
    margin-right: 3px;
}

.box-content-bg {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.box-content-bg h2 {
    margin-top: 5px;
    color: #3d464d;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}
.box-content-bg .box-stats-table{
    text-align: left;
}

.box-content-bg .box-stats-table .flag-xs{
    margin-right: 5px;
}
.box-content-bg .box-stats-table .avatar{
    width: 20px;
}

/*Profile only*/

.box-profile{
    background: white;
    padding: 10px;
    opacity: 0.9;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.box-profile .btn-social-icon{
    margin-right: 5px;
    margin-bottom: 5px;
}
.btn-profile-play{
    font-size: 3.0em;
    margin-bottom: 10px;
    line-height: 2em;
}
@media (max-width: 768px) {
    .box-profile .dl-horizontal dd{
        padding-left: 60px;
    }
    .btn-profile-play{
        margin-top: 20px;
        font-size: 1.5em;
        line-height: 1.5em;
    }

}

/*@media (max-width: 767px) {
    .container-fluid-max{max-width: 500px;}
}*/
.nav-tabs a{
    background: #ddd;
}
.nav-tabs li.active a, .nav-tabs > li.active > a:hover{
    border-bottom: 3px solid #fff;
    margin-bottom: -3px;
}
.alert-default{
    border: 1px solid #ddd;
    background: #fff;
}

.drawing {
    text-align: center;
    position:relative;
    background: white;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.drawing a{
    text-decoration: none;
}
.drawing .drawing-title{
    width: 100%;
    height: 1.25em; 
    overflow: visible; 
    padding-top: 5px
}
.drawing .drawing-footer{
    text-align: right;
    position: absolute; 
    bottom: 5px; right: 5px;
}
.drawing .drawing-footer .fa-share-alt{
    color:#2b9cf5;
    background: white;
}
.drawing .drawing-footer .fa-play-circle{
    color:#b31217;
    background: white;
}
.drawing:hover .drawing-play, .drawing:hover .drawing-zoom{
    display:block
}
.drawing-play, .drawing-zoom {
    position : absolute;
    display:none;
    width:100%;
    height:100%;
    margin:0 auto; 
    left:0px;
    right:0px;
    z-index:10;
    background-color: rgba(0,0,0,0.1);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
}
.drawing-play {
    background-image: url("/javax.faces.resource/images/play.svg.xhtml");
}
.drawing-zoom {
    background-image: url("/javax.faces.resource/images/zoom.svg.xhtml");
}
/*na mobilu nedas hover*/
@media (max-width: 768px) {

    .drawing .drawing-play{display:none}

    .drawing .drawing-zoom{display:none}
}


.svgPlayer {
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #ddd;
    display: none;
}

.svgPlayerOverlay .svgPlayer {
    margin: 30px;
    height: calc( 100vh - 60px );
    width: calc( 100vw - 60px );
}

.svgPlayerOverlay .svgPlayer svg {
    max-height: calc( 100vh - 110px );
    max-width: calc( 100vw - 60px );
}


.svgPlayer .timeLine {
    border: 1px solid #286090;
    height:10px; 
    left: 0px; 
    position: absolute; 
    bottom: 0px;
    width: calc( 100% ); 
}


.svgPlayer .timeLineFill {
    background-color: #286090;
    height:100%; 
    width: 0px; 
    left: 0px; 
    position: absolute; 
}
.svgPlayer .labelSection{
    padding: 5px;
    padding-bottom: 0px;
    font-size: 20px;
    position: absolute; left: 32px; top: 32px;
    width: calc(100% - 64px);
}
.svgPlayerOverlay svg{
    margin-top: 30px;
}
@media (max-width: 768px) {
    .svgPlayerOverlay .labelSection{
        top:60px;
    }
    .svgPlayerOverlay svg{
        margin-top: 110px;
    }
}
.svgPlayer .closeSection{
    position: absolute; right: 32px; top: 32px;
}
.svgPlayer .shareBtnSection{
    cursor: pointer;
    font-size: 25px;
    padding-right: 20px;
    position: absolute; right: 70px; top: 32px;
}
.svgPlayer .sharePanelSection{
    padding: 5px;
    border: 1px solid #ddd;
    background: #eee;
    width: 300px;
    position: absolute; right: 70px; top: 70px;
}
.svgPlayer .sharePanelSection svg{
    margin-top: 0px;
}
/*.svgPlayer .sharePanelSection .input-group-sm{
    margin-top: 5px;
}*/



@keyframes pathPaint {
    //0% {stroke-dashoffset: 100%}
    100% {stroke-dashoffset: 0}
}


.htd-social-box{
    text-align: right;
    padding-top: 30px;
}
@media (max-width: 768px) {
    .htd-social-box{
        padding-top: 0px;
        padding-bottom: 10px;
    }
}

.htd-headline h1{
    font-size: 3.0rem;
}@media (max-width: 768px) {
    .htd-headline h1{
        font-size: 2.0rem;
    }
}

.htd-list h2{
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 1.6em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.htd-list h2 a{
    display: inline-block;
    padding-bottom: 5px;
}
.htd-view h2{
    font-size: 3rem;
    padding: 20px 20px 10px;
}@media (max-width: 768px) {
    .htd-view h2{
        padding: 0 0 0px;
        margin-top: 0px;
    }
}@media (max-width: 1200px) {
    .htd-view h2{
        padding: 0 0 0px;
        margin-top: 0px;
    }
}

.htd-view .fa-3x:hover{
    text-decoration: none;
}

.htd-view .htd-view-details{
    background: red;
}

.htd-view .htd-view-body{
    text-align: center;
}
.htd-view .htd-view-body .btn{
    margin: 10px 0px;
}
@media (min-width: 992px){
    .htd-view .htd-view-body .btn#goToDetail{
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 6px;
    }
}

.htd-bottom-ad{
    margin-top: 80px;
}@media (max-width: 767px){
    .htd-bottom-ad{
        margin-top: 40px;
    }    
}

.htd-detail .svg-player-tools{
    padding-bottom: 20px;
}

.htd-detail canvas{
    width: 100%;
    height: 100%;
    background: white;
    border: 3px solid #ddd;
}

.htd-list-view a{
    display: block;
    cursor: pointer;
}

.canvas-tools{
    text-align: center;
    margin: 10px 0px 60px;
    position: relative;
}@media (max-width: 767px){
    .canvas-tools{
        margin: 10px 0px 20px;
        width: calc( 100vw - 60px - 5px); 
    }
}@media (min-width: 1600px){
    .canvas-tools{
        margin: 15px 0px 80px;
    }
}@media (min-width: 1900px){
    .canvas-tools{
        margin: 15px 0px 140px;
    }
}

.canvas-tools .brushs{
    position: absolute;
    bottom:40px;
    width:230px;
    left:50%;
    margin-left:-115px;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    display: inline-block;
    margin-bottom: 10px;
}
.canvas-tools a.item-share,
.canvas-tools a.item-brush-size,
.canvas-tools a.item-remove-path{
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
    line-height: 1.4;
    border-radius: 20px;
}
.canvas-tools a.item-share,
.canvas-tools a.item-remove-path,
.canvas-tools a.item-brush-size{
    border: none;
    background: #ccc;
    color:black;
    border: solid 1px #f0c49B;
}
.canvas-tools a.item-share{
    margin-right: 30px;
}@media (max-width: 767px) {
    .canvas-tools a.item-share{
        display: none;
    }    
}
.canvas-tools a.item-brush-size{
    margin: 0px 30px;
}


.canvas-tools .sp-replacer .sp-dd{
    display: none;
}

.canvas-tools .sp-replacer .sp-preview,
.canvas-tools .sp-replacer .sp-preview-inner{
    margin: 0px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: none;
}


.canvas-tools .sp-replacer{
    background: transparent url("/javax.faces.resource/images/pallete.png.xhtml"); 
    border: 0px;
    height: 40px;
    width: 40px;
    padding: 10px;
}


.canvas-tools .brushs a{
    color:black;
    display: inline-block;
    /*border: 1px solid red;*/
}
.canvas-tools .brushs a.brush-size-3{
    font-size:10px;
    padding: 9px 15px;
}
.canvas-tools  .brushs a.brush-size-6{
    font-size:16px;
    padding: 6px 12px;
}
.canvas-tools  .brushs a.brush-size-12{
    font-size:22px;
    padding: 3px 9px;
}
.canvas-tools .brushs a.brush-size-20{
    font-size:28px;
    padding: 0 6px;
}
.canvas-tools .brushs a.brush-size-28{
    font-size:35px;
    padding: 0 6px;
}



#cloud a{
    color:#333;
    text-decoration: none;
}
#cloud a:hover{
    color:#000;
    text-decoration: underline;
}
#cloud span.tag0 { font-size: 1.2em; font-weight: 100; } 
#cloud span.tag1 { font-size: 1.3em; font-weight: 200; } 
#cloud span.tag2 { font-size: 1.4em; font-weight: 200; } 
#cloud span.tag3 { font-size: 1.5em; font-weight: 300; } 
#cloud span.tag4 { font-size: 1.6em; font-weight: 300; } 
#cloud span.tag5 { font-size: 1.8em; font-weight: 400; } 
#cloud span.tag6 { font-size: 2.0em; font-weight: 400; } 
#cloud span.tag7 { font-size: 2.2em; font-weight: 500; } 
#cloud span.tag8 { font-size: 2.4em; font-weight: 500; } 



#cloud { padding: 2px 2px 2px 2px ; line-height: 2em; text-align: center; } 
#cloud span { padding: 0px; }




nav.nav{
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    overflow-y: hidden;
    height: 50px;
}
nav.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav.nav li {
    float: left;
}

nav.nav li a {
    display: block;
    text-align: center;
    text-decoration: none;
}

nav.nav li a.small {
    font-size: 0.8em;
    color: #333;
}


nav.nav li.logo a{
    position:relative;
    padding-top: 8px;
    padding-left: 10px;
    font-size: 27px;
    color: #333;
    height: 48px;
}@media (max-width: 767px){
    nav.nav li.logo a {
        font-size: 18px;
        padding-top: 14px;
    }
}

nav.nav li.logo a small{
    font-size: 0.8em;
    color: #777;
}

nav.nav li.logo a span{
    padding: 0px 5px;
    color: white;
    font-weight: bold;
    position:absolute;
    top:2px;
    right: 0px;
    font-size: 9px;
    background:#d9534f;
    border-radius: 3px;
}@media (max-width: 767px){
    nav.nav li.logo a span {
        font-size: 10px;
    }
}

nav.nav li.right{
    float: right;
}
nav.nav li.right a.link{
    padding: 14px;
    color:#777;
}
nav.nav li.right a.link:hover{
    background: #eee;
}

nav.nav li.right a.profile{
    padding: 0px 14px 0px 14px;
    color: black;
    background: #e7e7e7;
}
nav.nav li.right a.profile img{
    margin-left: -9px;
    width: 48px;
    height: 48px;
    display: inline-block;
}
nav.nav li.right a.profile div{
    vertical-align: top;
    padding: 14px 0px;
    display: inline-block;
}@media (max-width: 767px){
    nav.nav li.right a.profile div {
        text-overflow: ellipsis;
        overflow: hidden; 
        max-width: 100px; 
        white-space: nowrap;
    }
}
nav.nav li.right .loginBtn{
    margin: 8px
}


.big-loading{
    width: 100%;
    font-size: 8em;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
}

.modal-body .alert{
    margin-bottom: 0;
}

.modal-login .login-line{
    width: 100%; 
    text-align: center; 
    border-bottom: 1px solid #e5e5e5; 
    line-height: 0.1em;
    margin: 40px 0 30px; 
}

.modal-login .login-line span{
    background:#fff; 
    padding:0 10px; 
}

.modal-login label{
    font-weight: normal;
    padding: 5px 0px 0px 10px;
}
.modal-login .has-error input.form-control{
    background: #f2dede;
}

.modal-login .btn-social{
    margin-top: 10px;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}@media (max-width: 767px){
    .modal-dialog {
        width: calc( 100vw - 60px ); 
    }
}
