.demo-1 {
   display: none;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    
}
.demo-1 .elastislide-horizontal {
    border: 1px solid #756130;
    background: #002d66;
    background: -moz-linear-gradient(top, #002d66 0%, #0e0e0e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002d66), color-stop(100%,#0e0e0e));
    background: -webkit-linear-gradient(top, #002d66 0%,#0e0e0e 100%);
    background: -o-linear-gradient(top, #002d66 0%,#0e0e0e 100%);
    background: -ms-linear-gradient(top, #002d66 0%,#0e0e0e 100%);
    background: linear-gradient(to bottom, #002d66 0%,#0e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d66', endColorstr='#0e0e0e',GradientType=0 );
    padding-top: 10px;
    -webkit-box-shadow: inset 0 0 20px 2px #000000;
    box-shadow: inset 0 0 20px 2px #000000;
}
.demo-1 .elastislide-wrapper:before, .demo-1 .elastislide-wrapper:after {
    content: '';
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 20px;
    width: 50%;
    height: 20%;
    border-radius: 10px/90px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.demo-1 .elastislide-wrapper:after {
    right: 20px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}
.demo-2 .elastislide-vertical {
    max-width: 170px;
    padding: 37px 10px;
    border-radius: 90px/10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset -2px 0 3px 2px rgba(255, 255, 255, 0.6), inset 2px 0 3px 2px rgba(255, 255, 255, 0.6), inset 0 -10px 10px 1px rgba(155, 155, 155, 0.1), inset 0 10px 10px 1px rgba(155, 155, 155, 0.1);
}
.demo-2 .elastislide-vertical:before {
    top: 30px;
    bottom: 30px;
    left: 0;
    right: 0;
    content: " ";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    border-radius: 20px/160px;
}
.demo-2 .elastislide-vertical:after {
    content: " ";
    position: absolute;
    z-index: -2;
}
.demo-3 .elastislide-horizontal {
    background-color: #000;
    padding: 30px 60px;
}
.no-touch .demo-3 .elastislide-horizontal {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.no-touch .demo-3 .elastislide-horizontal:hover {
    opacity: 1;
}
.demo-3 .elastislide-wrapper nav span {
    background-color: #000;
}
.demo-3 .elastislide-carousel ul li a {
    padding: 0 10px;
}
.demo-3 .elastislide-carousel ul li a img {
    border-radius: 10px;
    border: none;
}
.demo-4 .elastislide-horizontal {
    background-color: transparent;
    border-radius: 20px 20px 0 0;
}
.demo-3 .elastislide-horizontal.elastislide-loading, .demo-4 .elastislide-horizontal.elastislide-loading {
    background-image: url(../images/loading_dark.gif);
}
.demo-4 .elastislide-carousel ul li a {
    padding: 2px;
}
.demo-4 .elastislide-carousel ul li a img {
    border-radius: 10px;
    border: none;
    box-shadow: 0 1px 2px #000;
}
.demo-4 .elastislide-wrapper nav span {
    background-color: #666;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
.demo-4 .image-preview img {
    border-radius: 0 0 20px 20px;
    max-width: 100%;
    display: block;
}
.demo-4 .elastislide-carousel ul li.current-img a img {
    box-shadow: 0 0 3px 2px rgba(62, 235, 255, 0.8);
}

#carousel  {
    
	margin:  0 !important;
    
}
@media (max-width: 1024px)  {
    .demo-1 {
    display: block;
}
}
@media (max-width: 700px)  {
    .demo-1 {
    
    margin-top: 15px;
    margin-bottom: 10px;
  
}
}
@media screen and (max-width: 450px)  {
    .demo-1 .elastislide-horizontal {
    padding: 7px 37px 7px 37px;
}
}


@media (min-width: 735px) and (max-width: 737px) {
	
	.elastislide-horizontal {
		padding: 10px 30px;
	}
	
}

@media (min-width: 479px) and (max-width: 481px) {
	
	.elastislide-horizontal {
		padding: 10px 54px 10px 51px;
		max-width: 390px;
	}
	
	.elastislide-horizontal ul li {
		margin: 0 12px;
	}
	
}

@media (min-width: 413px) and (max-width: 415px) {
	
	.demo-1 .elastislide-horizontal {
		padding: 7px 27px 7px 29px;
		max-width: 340px;
	}
	
	.elastislide-horizontal ul li {
		margin: 0 10px;
	}
	
}

@media (min-width: 374px) and (max-width: 376px) {
	
	.demo-1 .elastislide-horizontal {
		padding: 7px 52px 7px 51px;
	}
	
}

@media (max-width: 320px) {
	
	.demo-1 .elastislide-horizontal {
		padding: 7px 30px 7px 30px;
		max-width: 239px;
	}
	
	.elastislide-horizontal ul li {
		margin: 0 8px;
	}
	
}


@media (max-width: 319px)  {
    .demo-1 {
		margin-left: 0;
		margin-right: 0;
	}
	
	.demo-1 .elastislide-horizontal {
		padding: 7px 30px 7px 35px;
	}
	
	.elastislide-horizontal ul li {
		margin: 0 3px;
	}
}

.not-found-content{
	text-align: center;
	margin-top: 80px;
}
.not-found-content p{
	font-size: 16px;
	line-height: 1.4;
}
.not-found-content a{
	color: #9ae6f9;
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
}
.img-code {
    position: absolute;
    top: 34%;
    left: 62%;
    transform: translateX(-50%);
    z-index: -1;
    width: 80%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/404-bg.png);
}
.img-not {
    text-align: center;
    position: relative;
    top: 5px;
    z-index: -1;
}
#content .slots-app__controls{
	list-style: none;
	padding-left: 0;
}
#content .slots-app__controls li{
	list-style: none;
    background-size: 14px 23px;
    right: 0px;
    color: #000;
    box-shadow: 0px 3px 10px 4px rgb(0, 0, 0), inset 0 0 4px 2px #27bae5, inset 0px 0 3px 2px #004c98, 0px 0 10px 1px #03337f;
    background-color: #000000;
    text-align: center;
    margin-bottom: 15px;
    width: 46px;
    height: 46px;
    
}
#content .slots-app__controls li:hover{
	box-shadow:0px 9px 10px 0px rgb(0, 0, 0), inset 0 0 6px 3px #0095ff, inset 0px 0 10px 7px #004c98;
	background: #032c51;
}
#content .slots-app__controls li a{
	display: block;
    justify-content: center;
    align-content: center;
	   width: 46px;
	   height: 46px;
	padding-top: 13px;
}
#content .slots-app__controls li a img{

}
#actions{
	margin-top: 20px;
    margin-bottom: 0px;
    height: 510px;
    line-height: 2.5em;
    margin-right: 10px
}

.popup {   
    position: relative;
	padding: 0px 0px 0;
	width: 100%;
	height: 100vh;	
	background: #020002;
	z-index: 99999;
    opacity: 1;	
    box-sizing: border-box;
}
.popup .iframe_holder_mobile{
	display: none;
}
.popup-body .iframe{
	text-align: center;
	margin-bottom: 0;
}
.popup-body .iframe_holder iframe{
	float: none;	
    width: 100% !important;
    height: calc(100vh - 150px) !important;
	border: 0;
	margin-top: 0;
}
.popup-fade:before {
	content: '';
	background: #525252;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}

.popup-close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 14px 23px;
    right: 20px;
    top: 20px;
    color: #000;
    box-shadow: 0px 9px 6px 0px rgb(0, 0, 0), inset 0 0 4px 2px #27bae5, inset 0px 0 3px 2px #004c98, 0px 0 10px 1px #03337f;
    background-color: #000000;
    text-align: center;
    margin-bottom: 15px;
    width: 48px;
    height: 48px;
    z-index: 10000;
}
.popup-head .slots-app__controls{
	position: absolute; 
	right: 20px;
	top: 83px;
	z-index: 10000;
}
.popup-head .slots-app__controls .slots-app__action{
	 display: flex;
    justify-content: center;
    align-items: center;
    background-size: 14px 23px;
    right: 20px;
    top: 20px;
    color: #000;
    box-shadow: 0px 9px 6px 0px rgb(0, 0, 0), inset 0 0 4px 2px #27bae5, inset 0px 0 3px 2px #004c98, 0px 0 10px 1px #03337f;
    background-color: #000000;
    text-align: center;
    margin-bottom: 15px;
    width: 48px;
    height: 48px;
    z-index: 10000;
}
.popup-head .slots-app__controls .slots-app__action.popup-close{
	position: relative;
	top: auto;
	right: auto;
}
.popup-head{
    text-align: right;
}
.popup-body .logo{
    max-width: 150px;
}
.popup-body .title-modal{
    font-weight: 500;
    font-size: 1.5625vw;
    font-family: "Roboto",sans-serif;
    color: #0b0b0b;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 45px;
    margin-bottom: 45px;
}
.popup-body .list-info{
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
}
.popup-body .list-info__item{
    width: 50%;
    list-style: none;
}
.popup-body .list-info__item .title{
    font-weight: 500;
    font-size: 1.5625vw;
    font-family: "Roboto",sans-serif;
    color: #525252;
    margin-bottom: 15px;
    margin-top: 0;
}
.popup-body .list-info__item .value{
    font-weight: 400;
    font-size: 1.5625vw;
    font-family: "Roboto",sans-serif;
    color: #525252;
    margin-top: 0;
}
.popup-fade {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10000001;
}
.no-scroll{
	height: 100%;
	overflow: hidden;
}

.popup-body .error_iframe{
	display: none;
}

.main-not-found{
	min-height: 390px;
}

.popup-body .open_iframe_btn{
	display: none;
}
.popup-body aside#text-3{
	margin-top: 0px;
}
.popup-body .fone{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.wr_owl-desk .owl-carousel .owl-nav .owl-prev:hover{
		box-shadow:0px 9px 10px 0px rgb(0, 0, 0), inset 0 0 6px 3px #0095ff, inset 0px 0 10px 7px #004c98;
	background: url(../img/arrows_left.svg) no-repeat center center #032c51;
	background-size: 14px 23px;
}
.wr_owl-desk .owl-carousel .owl-nav .owl-next:hover{
	box-shadow:0px 9px 10px 0px rgb(0, 0, 0), inset 0 0 6px 3px #0095ff, inset 0px 0 10px 7px #004c98;
	background: url(../img/arrows_right.svg) no-repeat center center #032c51;
	background-size: 14px 23px;
}

.wr_container-not-found {
	height: 100%;
	display: flex;
  	flex-direction: column;
}
.wr_container-not-found .main-not-found#main{
	padding-top: 0;
	flex: 1 0 auto;	
}
.wr_container-not-found  #footer{
	 flex-shrink: 0;
}
.wrapper_sitemenu_non,
.container_site_not{
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
.not-found-content{
	margin-top: 53%;
}

.game-items-1 .thumb .pl-wrp{
	height: auto;
	width: auto;
	z-index: 10;
	bottom: 1px !important;
    left: 0px;
    right: 1px;
    top: 0px;
}
.game-items-1 .thumb .pl-wrp video{
	position: absolute;
	z-index: 10;
	left: 2px;
    right: 2px;
    width: 98%;
    bottom: 2px;
    top: 2px;
}
.game-items-1 .thumb .play-online{
	position: absolute;
	z-index: 100;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}


@media (max-width: 1600px){
	.img-code{
		left: 55%;
	}
}

@media (max-width: 1368px){
	.main-not-found{
		min-height: 200px;
	}
	.img-code{
		left: 50%; 
	}
}
@media (max-width: 1200px){
	.wr_container-not-found #footer{
		min-height: inherit;
		height: auto;
	}
	.wr_container-not-found .main-not-found#main{
		padding-left: 0;
		padding-right: 0;
	}
	.wr_container-not-found .main-not-found#main .content{
		display: block;
	}
	.not-found-content{
		margin-top:60%;
	}
	.img-code{
		left: 0;
		transform: translateX(0);
	}
}
@media (max-width: 1024px){
    .popup{
        width: 90%;
        padding: 15px 20px 20px;
    }
    .popup-body .list-info__item .title,
    .popup-body .list-info__item .value,
    .popup-body .title-modal{
        font-size: 16px;
    }
   .not-found-content{
		margin-top:52%;
	}
	::-webkit-scrollbar-track{
		    background-color: #96a418;
	    border-radius: 0px;
	    border: 1px solid #768117;
	}
	::-webkit-scrollbar-thumb{
		    border-radius: 0px;
    	background-color: #9ca822;
	}
	::-webkit-scrollbar {
	    width: 0px;
	    color: #a3a499;
	}
}

@media (max-width: 900px) {
	.img-not img{
		width: 100%;
	}
	.not-found-content{
		margin-top: 65%;
	}
	.img-code{
		
	}
}
@media (max-width: 750px) {
	.img-not {
	   top: 15px;
	}
	.wrapper_sitemenu_non,
	.container_site_not{
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.not-found-content {
	    margin-top: 72%;
	    margin-bottom: 50px;
	}
	.main-not-found #header{
		margin-bottom: 60px;
	}
}
@media (max-width: 650px) {
	.img-not {
	   top: 45px;
	}
	.img-code{
		width: 100%;
    	height: 80%;
    	top: 35%;
    	left: -35px;
    	background-size: cover;
	}
}
@media (max-width: 600px) {
	.not-found-content {
	    text-align: center;
	    margin-top: 20px;
	}
	.img-not{
		margin-top: 17%;
	}
}
@media (max-width: 480px) {
	.img-not {
	    margin-top: 29%;
	}
}
@media (max-width: 425px) {
	.img-not {
	    margin-top: 31%;
	}
}
@media (max-width: 375px) {
	.img-not {
	    margin-top: 41%;
	}
}
@media (max-width: 320px) {
	.img-not {
	    margin-top: 49%;
	}
}

@media (min-width: 1025px){
	.iframe_holder_mobile {
        width: calc(100% - 189px);
        margin-left: 117px;
        margin-top: 20px;
    }
    .iframe_holder iframe {
	    margin-top: 10px;
	    width: calc(100% - 89px)!important; 
		height:595px !important;
	}
	.lline{
		border-color: transparent;
	}
	
	.site-content.fixed .iframe_holder iframe,
	.site-content.fixed .iframe_holder_mobile{
		position: fixed;
		width: 70% !important;
		height: 100%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 10110;
	}
	.site-content.fixed .iframe_holder iframe{
		    margin-top: 20px;
		    margin-left: 14px;
		    border-color: transparent;
	}
	.site-content.fixed .iframe_holder_mobile{
		z-index: 10150;
	}
	.site-content.fixed .iframe_holder_mobile .error_iframe{
		border: 0;
	}
	.site-content.fixed #actions{
		position: fixed;
		top: 50%;
		right: 5%;
		transform: translateY(-50%); 
	}
	/*.site-content.fixed #text-3{
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		bottom: 2%
	}*/
	#header.fixed,
	#sideRight.fixed{
		z-index: 10;
	}
	.bg_black.show{
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: #000;
		z-index: 100;
	}
}



.brd_crmb ul li::marker {
	content:none;
	display:none;
	opacity:0;
}


.brd_crmb ul {
    margin: 0 !Important;
    padding: 0 !Important;
}


#content ul li, #content ol li {
   
    list-style-type: none;
}

nav.brd_crmb.brd_crmb2 {
    margin-top: 0;
}

li.endkroha {
    margin-left: 12px !important;
}