@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(pt-sans.woff) format('woff');
}


html, body{
		font-family: 'Roboto', sans-serif;
		margin: 0;
		padding: 0;
		min-width: 320px;
	 	background: url(images/fos.jpg) center;
		overflow-x: hidden;
}

*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {outline: none; color: #06a1ea; text-decoration: none; }


h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
			margin: 0;
			padding: 0px 2px 0px 2px;
			line-height: 1.35em;
			color: #555;
			font-weight: bold;
			font-family: 'PT Sans',Arial,sans-serif;
			text-rendering: optimizeLegibility;
}
h1, .h1 { font-size: 30px; }
h2, .h2 { font-size: 28px; }
h3, .h3 { font-size: 26px; }
h4, .h4 { font-size: 26px; }
h5, .h5 { font-size: 26px; }



ul { padding-left: 25px; list-style: disc outside; }
ol { padding-left: 0px; list-style: none; }
li { padding-left: 0px; padding-bottom: 5px; }
ul li img {display: inline-block;
           vertical-align: middle;
           padding: 10px 0px 10px 0px; }


.container{
			max-width: 1000px;
			margin:0px auto;
			padding:5px;

}
.container-content{
			float: left;
			margin-top: 20px;
			margin-bottom: 20px;
			width: 100%;
			border-radius: 8px;
			background: #fff;
}

header {

}

footer{
			overflow: hidden;
			background: #FFF;
			border-radius: 0px 0px 7px 7px;
			-moz-border-radius: 0px 0px 7px 7px;
			-webkit-border-radius: 0px 0px 7px 7px;
}





.names {
			float: left;
			width: 100%;
			text-align: left;
			padding: 15px 0px 0px 8px;
}

.names_second {


				padding: 15px 0px 0px 0px;
				margin:0px;
				font-size: 26px;
				font-family: 'PT Sans',Arial,sans-serif;
				color: #555;
			  }


.paneltext {
				font-size: 16px;
				float: left;
				margin: 0px 0px 0px 0px;
				padding: 10px 10px 10px 10px;
				line-height:24px;
				font-family: Arial, "Trebuchet MS", sans-serif;
				text-align: justify;
				}
.paneltext .img { float:right ; margin: 5px 0px 5px 10px; width: 32%; display: inline-block; padding:2px;  border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;-khtml-border-radius:5px;  }




.paneltext span {font-weight:bold;}

.paneltext ul { padding-left: 25px; list-style: disc outside none; display: block;}
.paneltext ul li { padding-bottom: 10px; list-style: none; display: block; position: relative;}
.paneltext li:before { content: ' '; display: block; width: 10px; height: 10px; background-color: #2980B9; border-radius: 50%; position: absolute; top: 5px; left: -18px; }

.paneltext ol {
counter-reset:myCounter;
margin-left:0;
padding-left:5px;
color: rgb(0,0,0);
}

.paneltext ol li {
position: relative;
padding-left: 3em;
margin: 0.45em 0;
list-style: none;
line-height: 1.8em;

-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.paneltext ol li:hover {
color: rgb(100,100,100);
}

.paneltext ol li:before {
content:counter(myCounter);
counter-increment:myCounter;
position:absolute;
top:0;
left:0;
width: 1.8em;
height: 1.8em;
line-height: 1.8em;
padding:0px;
color:#fff;
background:#2980b9;
font-weight:bold;
text-align:center;
border-radius: 0.9em;
box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
z-index: 1;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.paneltext ol li:hover:before {
background-color: #2ecc71;
}

.paneltext ol li li:before{
background-color: #3498db;
}

.paneltext ol li:after {
position: absolute;
top: 2.1em;
left: 0.9em;
width: 2px;
height: calc(100% - 2em);
content: '';
background-color: rgb(203, 203, 203);
z-index: 0;
}

.paneltext ol li:hover:after {
background-color: #2ecc71;
}

.paneltext ol li li {
font-size: 0.8em;
}




.paneltoptext { font-size: 16px;
				margin-bottom: 20px;
				line-height:24px;
				font-family: Arial, "Trebuchet MS", sans-serif;
				text-align: justify;
				}

.paneltoptext img { border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;-khtml-border-radius:5px;  }

.paneltoptext .img { float:right ; margin: 5px 0px 5px 10px; width: 32%; display: inline-block; padding:2px;  border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;-khtml-border-radius:5px;  }





.note {
    background-color: #E9EEE5;
    border-color: #f0ad4e;
    border-left: 2px solid #757D70;
    margin: 20px 0px 20px 10px;
    padding: 14px 14px 14px 10px;
	border-radius: 4px;
}

.paneltoptext span {font-weight:bold;}


.paneltoptext ul { padding-left: 25px; list-style: disc outside none; display: block;}
.paneltoptext ul li { padding-bottom: 10px; list-style: none; display: block; position: relative;}
.paneltoptext li:before {

	content: ' ';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #2980B9;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: -18px;
}


.paneltoptext ol {
        counter-reset:myCounter;
        margin-left:0;
        padding-left:5px;
        color: rgb(0,0,0);
      }

      .paneltoptext ol li {
        position: relative;
        padding-left: 3em;
        margin: 0.45em 0;
        list-style: none;
        line-height: 1.8em;

        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
      }

      .paneltoptext ol li:hover {
        color: rgb(100,100,100);
      }

      .paneltoptext ol li:before {
        content:counter(myCounter);
        counter-increment:myCounter;
        position:absolute;
        top:0;
        left:0;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8em;
        padding:0px;
        color:#fff;
        background:#2980b9;
        font-weight:bold;
        text-align:center;
        border-radius: .9em;
        box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }

      .paneltoptext ol li:hover:before {
        background-color: #2ecc71;
      }

      .paneltoptext ol li li:before{
        background-color: #3498db;
      }

      .paneltoptext ol li:after {
        position: absolute;
        top: 2.1em;
        left: 0.9em;
        width: 2px;
        height: calc(100% - 2em);
        content: '';
        background-color: rgb(203, 203, 203);
        z-index: 0;
      }

      .paneltoptext ol li:hover:after {
        background-color: #2ecc71;
      }

      .paneltoptext ol li li {
        font-size: 0.8em;
      }




.copypast {
			font-family: Arial, "Trebuchet MS", sans-serif;
			overflow: hidden;
			font-size: 14px;
			line-height: 20px;
			background: #d9e2c6;
			padding: 0px 0px 0px 0px;
			color: #000;
			font-weight: 400;
			border-radius: 0px 0px 7px 7px;
			-moz-border-radius: 0px 0px 7px 7px;
			-webkit-border-radius: 0px 0px 7px 7px;
}

.beck  {color: #3e5586; text-align:center; text-decoration:none;}
.beck:hover {text-decoration:underline;}


.bottomfooter {
				border-top: 1px solid #d1d3d5;
				padding: 10px 10px 30px 10px;
				color: rgba(0, 0, 0, 0.6);
				width: 100%;
			  }

.footer_line {
				border-top: 1px solid #d1d3d5;
				padding-top: 15px;
				color: rgba(0, 0, 0, 0.6);
				max-width:1000px;
			  }


.logotype {
float: left;
max-width: 300px;
margin: 10px 0px 5px 35%;
}
.logotype img {width: 100%;}
.topnews-block {
float: left;
width: 100%;
height: 245px;
background:#222 url(images/fon3.jpg) center top no-repeat; background-size:cover;
overflow: hidden;
margin: 0px 0px 0px 0px;
position: relative;
}
.topnews-block h1 {float: left;font-size: 1.42em;color: #fff;margin: 60px 0px 0px 20px;font-weight: 400;width: 100%;text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.76); font-family: 'PT Sans',Arial,sans-serif;}
.topnews-block h2 {float: left;font-size: 0.95em;color: #fff;margin: 10px 0px 0px 20px;font-weight: 400;width: 35%;text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.76); font-family: 'PT Sans',Arial,sans-serif;}
.minehover {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(104, 180, 67, 0.1);
}
.minehover-dock{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(1, 1, 1, 0.3);
}


.text_bottom {
				overflow: hidden;
				margin: 20px 20px 0px 20px;
			 }

.text_bottom h2{
				padding:0px;
				margin: 0px;
			 }


.search-bigblock{
float: left;
width: 100%;
}
.titlesearch{
float: left;
width: 100%;
text-align: center;
font-size: 1.35em;
font-weight: 400;
color: #333;
color: #111;
padding: 10px 0px;
}
.allbans{float: right;}




.block-shorts{
float: left;
width: 243px;
margin: 20px 0px 0px 60px;
height: auto;
border-radius: 2px;
border-top: 2px solid #F0F0F0;
padding: 1px;
background: #fff;
transition: 0.3s;
-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.14);
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.14);
border-radius:8px;
}
.block-shorts:hover {transition: 0.3s; -webkit-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.18);
box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.18);
}

.image-shorts{
float: none;
width: 100%;
height: 150px;
overflow: hidden;

text-align:center;

}

.title-short{
float: left;
width: 100%;
padding: 10px 0px 10px 0px;
color: #555;font-size: 18px;text-align: center;font-weight: 400;}

.title-short a {color: #0C77AD; text-decoration: none;}
.title-short:hover {color: #0C77AD; text-decoration: underline;}





.Nalb { width: 240px; margin-left: 0px; position: relative; overflow: hidden; }
.Nalb img { width: 240px; transition: all 0.4s ease 0s; border-radius:8px;}
.Nalb:hover img { filter: opacity(50%); } /*blur(0.5px)*/
.playgameID {  opacity: 0; width: 90px; height: 35px; font: 26px/30px "PT Sans Narrow"; top: 40px; left: 80px; position: absolute; text-align: center; color: rgb(255, 255, 255); border-radius: 3px; background-color: rgba(38, 43, 46, 0.8); margin: 20px 0px; }
.Nalb:hover i.playgameID { opacity: 1; z-index: 300; }
.Nalb:hover i.playgameID:hover { background-color: rgb(38, 43, 46); }


.block-top {
		padding:10px 20px 0px 20px;
}

.block_cat {
		margin:auto 1%;
}


.meganame{
		display: block;
		text-align: center;
		font-size: 30px;
		padding: 0px 0px 20px 0px;
		margin-top:20px;
		color: #555;
		font-family: 'PT Sans',Arial,sans-serif;
}


.meganame_id {
		display: block;
		text-align: center;
		padding-top:10px;
}




.clear {clear:both;}

.sidebar {
			height: 300px;
			overflow: hidden;
			float: left;
			margin: 0px 10px 10px 0px;
			list-style-type:none;
			border-radius: 8px;
			border:3px solid #cf722a;
			padding: 0px ;
			background: #fff;
			color:#555;
			border-radius:8px;
			-moz-border-radius:8px;
			-webkit-border-radius:8px;
			-o-border-radius:8px;
			-khtml-border-radius:8px;
		}
.sidebar a {
			font-weight: bold;
			font-family: Tahoma,sans-serif;
			font-size: 14px;
			color: #3470AA;
			float:left;
			text-decoration: none;
			text-align: center;
			}
.sidebar a:hover {text-decoration: none; color: #3470AA;}

.sidebar img {border-radius: 8px;}
.pst { position: relative; display: block; font-size: 0px; width:230px; font-size: 1rem;}
.rside-d {
		   position: absolute;
		   left: 0px;
		   right: 0px;
		   color: rgb(255, 255, 255);
		   text-align: center;
		   bottom: 0px;
		   background: rgba(0, 0, 0, 0.75) ;
		   z-index: 3;
		   padding: 15px;
		   line-height: 1.3em;
		   border-bottom-left-radius: 5px;
		   border-bottom-right-radius: 5px;
		   max-height: 100%;
		   letter-spacing:0.8px;
		   }

.rside-t { font-weight: 500; font-size: 18px; padding-bottom:5px;}
.rside-t:hover { text-decoration:underline;}










.block-games-cat {
   overflow: hidden;
   position:inherit;
   display:block;
   background: #f5f5f5;
   padding: 0px 0px 30px 0px;
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   margin-top:20px;
}


.block-games-meganame {
		text-align: center;
		font-family: 'PT Sans',Arial,sans-serif;
		font-size: 30px;
		padding: 20px 0px 20px 0px;
		color: #555;
}


.right-cont-dux{
float: right;
margin-top: 28px;
width: 100%;
margin-right: -39.65%;
}















header{
	background: #97b261;
	text-align:center;
	padding: 18px 0px;
	border-radius: 8px 8px 0px 0px;
}
.nav-block-up {}


.menutop {

 		font-size: 0.91em;
 		color: #fff;
	    text-decoration:none;
	  	padding:11px;
	  	font-weight: 500;
	  	-webkit-transition: all 0.2s ease-in-out 0s;
	  	-moz-transition: all 0.2s ease-in-out 0s;
	  	-o-transition: all 0.2s ease-in-out 0s;
	  	-ms-transition: all 0.2s ease-in-out 0s;
	  	transition: all 0.2s ease-in-out 0s;

}

.menutop:hover {
  		color:#555;
  		border-radius: 2px;
  		background:#eee;
  		border: none;
}


.ative {

  		color:#555;
  		border-radius: 2px;
  		background:#eee;
  		border: none;

}




.content-boots1-right {
					float: left;
					width: 1000px;
					padding-top: 10px;
					padding-bottom: 10px;
					padding-left: 25px;
					padding-right: 10px;
					font-size: 0.79em;
					line-height: 22px;
}

.content-boots1-right h1 {margin: 0px 0px 10px 0px; padding:0px; width: 100%;float: center;font-weight: 400; color: #333;}





/* topblock */
.search-wrap {}
.line-search {

				padding: 18px 0px 5px 0px;
				background: #eee;
			 }
#topblock {
    text-align: center;

}

#topblock-bottom #topblock {
    border-bottom: 0px;
}

#topblock .topblock-item {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 10px;
    text-decoration: none;
    text-align: center;
    width: 66px;
}
#topblock .topblock-item:hover {
	opacity: 1.8;
   text-decoration: underline;
   color: #3e5586;
}

#topblock .topblock-item img {
    border-radius: 50%;
    width: 52px;
}

#topblock .topblock-item:hover img {
    margin-top: -5px;
}

#topblock .topblock-item div {
    font-family:  Arial,sans-serif;
    font-size: 12px;
    color: #055D89;
    display: block;
    height: 13px;
    font-style: normal;


}

#topblock .topblock-item:hover div {
    margin-top: 5px;
}


.b-header_article a:hover{
						color:#fff; }
.b-header_article a{
					color:#2da300;
					display:block}

.b-header_article{	overflow: hidden;
					max-width:800px;
					border:1px solid #61ba12;
					border-radius:5px;
					behavior:url(border-radius.htc);
					font-size:15px;
					font-family:arial;
					margin:10px auto; line-height:28px;background-color:#fff;color:#000}
.b-header_article:hover{background-color:#61ba12;color:#fff}




.game-item {

			overflow: hidden;
			display:block;
			float:left;
			width:216px;
			height:215px;
			border:2px solid #cf722a;
			list-style-type:none;
			line-height:18px;
			padding:5px 6px 0px 6px;
			color:#555;
			text-align:center;
			margin:3px 0px 15px 20px;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			-o-border-radius:5px;
			-khtml-border-radius:5px;
		}
.game-item img{
			   display:block;
			   margin-bottom:10px;
			   border-radius:3px;
			   -moz-border-radius:3px;
			   -webkit-border-radius:3px;
			   -o-border-radius:3px;
			   -khtml-border-radius:3px;
			   }
.game-item a {
				font-weight: bold;
				font-family: Tahoma,sans-serif;
				font-size: 14px;
				color: #3e5586;
				float:left;
				text-decoration: none;
				text-align: center;
			  }
.game-item a:hover {
				text-decoration: underline;
				color: #3e5586;
			}

#game_div{
text-align:center;

}



.game_fon {
   background: #f5f5f5;
   padding: 30px 0px 30px 0px;
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;

}

.center {
    width:80%;
    margin:0 auto;
}


.game_fon_mobile {
   background: #f5f5f5;
   /* background-image: url('/images/fon-mobile.jpg'); */
   padding: 30px 0px 30px 0px;
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;

}

.center_mobile {
  padding: 0px 20px 0px 20px;
  margin: 0 auto; text-align: center;
}


#black_box{background:url("images/dt.gif") repeat scroll 0 0 transparent;height:100%;left:0px;position:fixed;top:0px;width:100%;z-index:4100;display:none;}
#fullscreen_close{background:url('images/full_close.png');width:35px;height:35px;position:absolute;top:0px;right:0px;display:none;cursor:pointer;z-index:7000;}
#game-wrap {position:relative;}

.right {
		 float:left;
		 margin: 20px 20px 20px 20px;
	   }

.name-page h1 {
	text-align:center;
	margin:20px 0px 0px 0px;
	font-size:24px;
	text-transform:uppercase;
}

.contact .title {
    color: #555;
    font-size: 16px;
    margin-bottom: 12px;
	font-weight:bolder;
}

.contact p {
	padding:0px 0px 10px 0px;
	font-size:14px;
	color:#000000;
	text-align:justify;
		line-height: 18px;
}

.buttomFull {background-color: #95a5a6;color: #fff;cursor: pointer;height: 35px;line-height: 35px;text-align: center;}
#closeFull:hover {background: #ff6e4e;}
.social-box{
	margin:15px 25% 0  ;
	width:55%;
}

.qr {border-bottom: 1px solid #ddd; background: #F4F8F1;}

.qr-block { display: block; height: 110px; padding: 5px; box-sizing: border-box;  text-align: center; margin: 0px auto 10px; width:800px;}
.qr-code { float: left; margin-left: 5px; }
.qr-info { display: inline-block; height: 100px; }
.qr-info span { display: block; font-size: 20px; line-height: 10px; margin-top: 40px; }
.qr-info p { font-family: Arial,sans-serif;  font-size: 14px;  }
.qr-block img { float: right; margin: 5px; }


/*
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(pt-sans.woff) format('woff');

*/



[class^="icon-"]::before, [class*=" icon-"]::before { font-family: "FontAwesome"; font-style: normal; font-weight: 400; display: inline-block; text-decoration: inherit; width: 1em; margin-right: 0.2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; margin-left: 0.2em; }


.icon-info-circled::before { content: "\f05a"; }


.btn-gray-class{
 display: inline-block;
 border:1px solid #7d7f7d;
 color: #fff;
 border-radius: 9px 9px 9px 9px;
 -webkit-border-radius: 9px 9px 9px 9px;
 -moz-border-radius: 9px 9px 9px 9px;
 font-family: Verdana;
 width: auto;
 height: auto;
 font-size: 20px;
 padding: 23px 40px;
 box-shadow: inset 0 0 0 0 #7d7f7d, inset 0 0 0 0px #7d7f7d,0 2px 4px 0 #7d7f7d;
 -moz-box-shadow: inset 0 1 0 0 #7d7f7d, inset 0 0 0 0px #7d7f7d,0 2px 4px 0 #7d7f7d;
 -webkit-box-shadow: inset 0 1 0 0 #7d7f7d, inset 0 0 0 0px #7d7f7d,0 2px 4px 0 #7d7f7d;
 background-color: #7d7f7d;
}

.btn-class{
 display: inline-block;
 border:1px solid #B0D28F;
 color: #fff;
 border-radius: 9px 9px 9px 9px;
 -webkit-border-radius: 9px 9px 9px 9px;
 -moz-border-radius: 9px 9px 9px 9px;
 font-family: Verdana;
 width: auto;
 height: auto;
 font-size: 20px;
 padding: 23px 40px;
 box-shadow: inset 0 0 0 0 #769D51, inset 0 0 0 0px #83AC24,0 2px 4px 0 #3C5307;
 -moz-box-shadow: inset 0 1 0 0 #769D51, inset 0 0 0 0px #83AC24,0 2px 4px 0 #3C5307;
 -webkit-box-shadow: inset 0 1 0 0 #769D51, inset 0 0 0 0px #83AC24,0 2px 4px 0 #3C5307;
 background-color: #97C26E;
}
.btn-class:hover, .btn-class:active{
 box-shadow:  inset 0 -1px 0 0 #83AC24, inset 0 0 0 1px #B0D28F;
 -moz-box-shadow: inset 0 -1px 0 0 #83AC24, inset 0 0 0 1px #B0D28F;
 -webkit-box-shadow: inset 0 -1px 0 0 #83AC24, inset 0 0 0 1px #B0D28F;

}





.second_position {   
	display: block;
    width:100%;
    margin:0 auto;
	
}
.box
{
   background: #f5f5f5;
   padding: 10px 0px 10px 10px;
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   width:100%;
   margin:10px 0px 10px 0px;
   text-align: center;
}




.action-button
{
  	outline: none;
	position: relative;
  	padding: 8px 15px;
  	margin: 10px 5px;
    margin: 15px 10px 10px 0px;
    display: inline-block;
	border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
  	letter-spacing: 1px;
	font-size: 14px;
	color: #2980B9;
	text-decoration: none;	
}

.blue
{
	/*background-color: #3498DB;*/
	border-bottom: 5px solid #2980B9;
	text-shadow: 0px 0px #2980B9;
	border: 1px solid #3498DB;
}

.blue:hover {
    color: #fff; 
    background-color: #2980B9; 
    border: 1px solid #2980B9; 
    }
     

.blue_active {
    color: #fff; 
    background-color: #2980B9; 
    border: 1px solid #2980B9; 
    }

.red
{
	/*background-color: #E74C3C;*/
	border-bottom: 5px solid #BD3E31;
	text-shadow: 0px 0px #BD3E31;
	border: 1px solid #E74C3C;
}

.red:hover {
    color: #fff; 
    background-color: #BD3E31; 
    border: 1px solid #BD3E31; 
    }

.red_active {
    color: #fff; 
    background-color: #BD3E31; 
    border: 1px solid #BD3E31; 
    }


.green
{
	/*background-color: #82BF56;*/
	border-bottom: 5px solid #669644;
	text-shadow: 0px 0px #669644;
	border: 1px solid #82BF56;
}

.green:hover {
    color: #fff; 
    background-color: #669644; 
    border: 1px solid #669644; 
    }

.green_active {
    color: #fff; 
    background-color: #669644; 
    border: 1px solid #669644; 
    }



.yellow
{
	/*background-color: #F2CF66;*/
	border-bottom: 5px solid #D1B358;
	text-shadow: 0px 0px #D1B358;
	border: 1px solid #F2CF66;
}

.yellow:hover {
    color: #fff; 
    background-color: #D1B358; 
    border: 1px solid #D1B358; 
    }

.yellow_active {
    color: #fff; 
    background-color: #D1B358; 
    border: 1px solid #D1B358; 
    }

/* responsive */

@media screen and (max-width: 1000px) {

	.qr {display:none;}
	#goog_mini_top {display:none;}
	iframe{max-width: 100%;}
	.game-item{
		display: inline-block;
		vertical-align: top;
		margin: 10px;
		float: none;
	}
	.block_cat{
		text-align: center;
	}
	.menutop{padding: 9px;}
	
	#googlMiniTop {display:none;}
}

@media (max-width: 768px) {

	.sidebar{
		margin-left: calc(50% - 130px);
	}
	
	.navbar-collapse{
		clear: both;
		background: #4c4c4c;
	}
	.social-box{
		margin:15px auto  ;
		width:auto;
		text-align: center;
	}
	.left-block{
		float: none;
		margin: auto;
		display: block;
	}
	.aligncenter_mini{margin: 0 auto 15px;}
	.main, aside{
		float: none;
		width: 100%;
		padding: 0;
		border: none;
	}
	nav{
		margin-left: -25px;
		margin-right: -25px;
	}
	#footer{padding-left: 0;}
	.border-block{margin-bottom: 20px;}
	.comment{width: 100%;}
	.comment-block{padding: 30px 15px;}
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.comment{width: 100%;}
	#goog_mini {display:none;}
	.wp-caption.center-block { max-width: 400px; margin: 0 auto 10px;}
	.line-search{
		display: none;
	}
	header{
		height: 57px;
	}
	.nav-block-up a{
		padding: 5px;
		display: block;
		margin: 0 0 10px;
	}
	.nav-block-up{
		display: none;
	}
	header{position: relative;}

	.toggle_mnu {
	  width: 40px;
	  height: 40px;
	  position: absolute;
	  z-index: 100;
	  border: none;
	  border: 2px solid ghostwhite;
	  border-radius: 4px 4px 4px 4px;
	  cursor: pointer;
	  left: 50%;
	  margin-left: -20px;
	  top: 10px;
	 }
	.toggle_mnu span {
	    display: block; }


	.sandwich {
	  width: 28px;
	  height: 28px;
	  position: absolute;
	  top: 8px;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  z-index: 200; }


	.sw-topper {
	  position: relative;
	  top: 0;
	  width: 28px;
	  height: 3px;
	  background: white;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
	          transition: transform 0.5s, top 0.2s;
	  display: block; }

	.sw-bottom {
	  position: relative;
	  width: 28px;
	  height: 3px;
	  top: 6.6px;
	  background: white;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
	          transition: transform 0.5s, top 0.2s;
	  -webkit-transition-delay: 0.2s, 0s;
	          transition-delay: 0.2s, 0s; }

	.sw-footer {
	  position: relative;
	  width: 28px;
	  height: 3px;
	  top: 13.5px;
	  background: white;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: all 0.5s;
	          transition: all 0.5s;
	  -webkit-transition-delay: 0.1s;
	          transition-delay: 0.1s; }


	.sandwich.active .sw-topper {
	  top: 9px;
	  -webkit-transform: rotate(-45deg);
	      -ms-transform: rotate(-45deg);
	          transform: rotate(-45deg); }
	.sandwich.active .sw-bottom {
	  top: 6px;
	  -webkit-transform: rotate(45deg);
	      -ms-transform: rotate(45deg);
	          transform: rotate(45deg); }
	.sandwich.active .sw-footer {
	  opacity: 0;
	  top: 0;
	  -webkit-transform: rotate(180deg);
	      -ms-transform: rotate(180deg);
	          transform: rotate(180deg); }
	header.showed{
		height: auto;
		padding-top: 75px;
	}
}


@media (max-width:570px){

.btn-class {width: auto;}
	.copyright, .wrap-counter{
		float: none;
		width: 100%;
		text-align: center;
	}
	h1, .h1{
		font-size: 24px;
	}
	.copyright{margin-bottom: 10px;}
	.form-left, .form-right{
		float: none;
		width: 100%;
	}
	.big-padding{padding-top: 25px;}
	.smiles{margin-top: 0;}
	.kcaptcha{margin-bottom: 10px;}
	.comment-block{
		padding-left: 15px;
		padding-right: 15px;
	}
	.id_rbox_int_keystring{margin-right: 10px;}

	.wp-caption.center-block { max-width: 250px; margin: 0 auto 10px;}
}






