body{
	font-family: 'Alegreya Sans SC', sans-serif;
	background-image: url(../images/back-2.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center;
	font-size: 15px;
}
.main{
	margin: auto;
	background-color: white;
	width: 800px;
	height: 480px;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 3px #2B2B2B;
	transition: all 0.3s;
}
.mains{
	margin: auto;
	background-color: white;
	width: 100%;
	padding-bottom: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 3px #2B2B2B;
	transition: all 0.3s;
}
.start{
	margin-top: 80px;
	transition: margin-top 0.4s;
}
.logo{
	margin: auto;
	text-align: center;
}
.logo-img{
	width: 660px;
	margin-top: 20px;
	margin-bottom:-20px;
}
.sklep-strona{
	margin: auto;
	margin-top: 0px;
	width: 600px;
	
}
.sklep-strona a{
	color: #383838;
}
.sklep-strona-element{
	float: left;
	margin: 40px;
	margin-bottom: 20px;
	width: 220px;
	height: 220px;
	text-align: center;
	background-color: #d4d4d4;
	cursor: pointer;
	padding-top: 15px;
	
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 2px #b5b5b5;
	transition: all 0.4s;
}
.sklep-strona-element h1{
	font-size: 100px;
	margin-bottom: -10px;
}
.sklep-strona-element h2{
	font-size: 20px;
	margin-bottom: 20px;
}
.footer{
	text-align: center;
	color: #b5b5b5;
	font-size: 10px;
	font-family: sans-serif;
	margin-bottom: 20px;
}
.orange{transition: all 0.25s}
.orange:hover{
	box-shadow: 0px 0px 20px #cf8630;
}
.blue{transition: all 0.25s}
.blue:hover{
	box-shadow: 0px 0px 20px #3ea9e1;
}
.green{transition: all 0.25s}
.green:hover{
	box-shadow: 0px 0px 20px #74a73e;
}
.red{transition: all 0.25s}
.red:hover{
	box-shadow: 0px 0px 20px #c33038;
}
.menu{
	margin-top: 46px;
	text-align: center;
	margin-left: 50px;
	color: white;
	font-size: 18px;
	background-color: white;
}
.menu-button{
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	margin-left: 5px;
	border: solid 1px #1e1e1e;
	border-bottom: none;
	background-color: rgba(00, 00,00, 0.6);
	transition: all 0.3s;
}
.menu a{
	color: white;
	text-shadow: 0px 0px 8px #474747;
}
.menu-button-green:hover{
	background-color: #74a73e;
}
.menu-button-red:hover{
	background-color: #c33038;
}
.menu-button-blue:hover{
	background-color: #3ea9e1;
}
.menu-button-orange:hover{
	background-color: #cf8630;
}
.green-back{
	background-color: #74a73e;
}
.red-back{
	background-color: #c33038;
}
.orange-back{
	background-color: #cf8630;
}
.blue-back{
	background-color: #3ea9e1;
}
.home-gallery{
	padding: 00px 00px 00px 75px;
}
.home-thumb{
	padding: 0px 60px 10px 00px;
	margin-bottom: 60px;
}
.home-thumb img{
	border: solid 2px black;
	float: left;
	z-index: 10;
}
.dol{
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.home-thumb-text{
	z-index: 1;
	width: 100%;
	height: 50px;
	margin-top: -50px;
	color: white;
	background-color: rgba(0,0,0, 0.75);
	padding: 02px 0px 0px 40px;
	float: left;
	font-size: 24px;
}
.home-gallery-text{
	z-index: 1;
	width: 100%;
	height: 60px;
	margin-top:-60px;
	color: white;
	background-color: rgba(0,0,0, 0.75);
	padding: 10px 0px 0px 30px;
	float: left;
	font-size: 18px;
	
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.home-gallery-img{
	z-index: 9999;
	float: left;
	border: solid 2px black;
	
	width: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.home-text{
	text-align: center;
	height: 314px;
	border: solid 2px black;
	margin-right: 60px;
	margin-bottom: 5px;
	color: white;
	text-shadow: 0px 0px 8px #474747;
	padding-top: 55px;
	background-image: url("http://designbeep.designbeep.netdna-cdn.com/wp-content/uploads/2011/06/2.free-dark-patterns.png");
	
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.home-text h1{
	color: white;
	font-size:42px;
}
.home-text p{
	margin-bottom: -15px;
	font-size: 32px;
}
.info-text{
	border: solid 2px black;
	padding: 20px;
	color: white;
	text-shadow: 0px 0px 8px black;
	background-image: url("http://designbeep.designbeep.netdna-cdn.com/wp-content/uploads/2011/06/2.free-dark-patterns.png");
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.info-text h1, h2, h3, h4{
	color: white;
	text-shadow: 0px 0px 8px black;
	text-align: center;
	margin-top: 11px;
}
.info-img{
	border: solid 2px black;
	margin-bottom: 20px;
	display: block;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 10px;
	
	width: 100%;
	opacity: 0.8;
	transition: all 0.3s;
}
.info-img:hover{
	opacity: 1;
}
.info-img-div{
	background-color: black;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.games-element{
	float: left;
	margin: 10px;
	margin-top: 0px;
	width: 188px;
	height: 180px;
	
	padding-top: 10px;
	
	text-align: center;
	border: solid 2px black;
	color: white;
	background-image: url("http://designbeep.designbeep.netdna-cdn.com/wp-content/uploads/2011/06/2.free-dark-patterns.png");
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	


	transition: all 0.2s;
}
.games-element:hover {
	box-shadow: 0px 0px 5px black;
}
.games-element h1{
	font-size: 80px;
	margin-bottom: -10px;
	color: white;
	text-shadow: 0px 0px 8px black;
	transition: all 0.3s;
}
.games-element h2{
	margin-top: 15px;
	font-size: 18px;
	text-shadow: 0px 0px 8px black;
}
.bilard-icon{
	margin-top: -102px;
	font-size: 50px;
	color: black;
	text-align: center;
}

.games-text{
	border: solid 2px black;
	padding: 30px;
	color: white;
	text-shadow: 0px 0px 8px black;
	background-image: url("http://designbeep.designbeep.netdna-cdn.com/wp-content/uploads/2011/06/2.free-dark-patterns.png");
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.games-text a:hover{
	text-decoration: none;
}
.games-tab{
	margin: 10px;
	margin-bottom: 0px;
}
.games-game-img{
	width: 200px;
	height: 233px;
	border: solid 2px rgba(200,200,200,0.8);
	z-index: 1;
	float: left;

}
.games-game-text{
	margin: 3px;
	margin-left: 2px;
	margin-top: -230px;

	padding: 15px;
	font-family: sans-serif;
	font-size: 12px;
	color: white;
	
	width: 100%;
	float: left;
	z-index: 9999;
	
	opacity: 0;
	transition: all 0.2s;
}
.games-game{
	float: left;
	margin: 10px;
	width: 200px;
	height: 233px;
	padding: 2px;
	z-index: 1;
	
}
.games-game:hover .games-game-text{
	opacity: 1;
	background-color: rgba(0,0,0,0.8);
}
input{
	color: rgba(255,255,255,0.6);
	background-color: rgba(0,0,0,0.6);
	padding: 5px;
	padding-left: 10px;
	border: solid 2px rgba(200,200,200,0.5);
}
input:focus{
	box-shadow: 0px 0px 5px black;
	outline: none
}
.lista-gier{
	min-height: 800px;
	text-align: center;
}
.games-search{
	text-align: left;
}
.games-text h5{
	color: white;
}
.games-text-reg ul{
	margin-bottom: 30px;
}
.games-bilard-img{
	width: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 2px black;
	float: left;
	margin-bottom: 20px;
}
.games-bilard-text{
	padding: 30px;
}
.games-bilard-last-row{
	margin-bottom: 60px;
}
.kontakt-tel{
	text-align: center;
	font-size: 40px;
	margin-bottom: 30px;
}
.mapa{
	margin-top: 00px;
	margin-bottom: -10px;
}
.kontakt-text{
	text-align: center;
	font-size: 40px;
	
}
 input[type=text]{
	color: white;
}
.cont{
	padding: 60px;
	padding-top: 0px;
}
.mobile{
	margin-top: 70px;
}
.home-text-mobile{
	text-align: center;
	border: solid 2px black;
	width: 100%;
	margin-bottom: 5px;
	color: white;
	text-shadow: 0px 0px 8px #474747;
	padding-top: 55px;
	background-image: url("http://designbeep.designbeep.netdna-cdn.com/wp-content/uploads/2011/06/2.free-dark-patterns.png");
	
}
.row-mobile{
	margin: auto;
}
.radius0{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.radius0-up{
	-webkit-border-radius: 20px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius: 20px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-radius: 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.home-gallery-text-mobile{
	margin-bottom: 10px;
}
#liga i{
    margin-left: 60px;
    margin-right: 60px;
}
#liga .games-text{
    cursor: pointer;
}
#liga{
    text-align: center;
}
#liga img{
    border: solid 2px #242424;
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 600px){
	.cont{
		padding: 10px;
	}
}
@media (max-width: 768px){
	.logo-img{
		width: 100%;
	}
	.logo{
		margin: 10px;
	}
	body{
	
	}
	.mains{
		padding-bottom: 15px;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	.menu-button{
		float: left;
		padding-right: 20px;
		padding-left: 20px;
		margin-left: 5px;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	.menu{
		margin-left: 15px;
	}
	.menu-button{
		float: left;
		padding-right: 9px;
		padding-left: 9px;
		margin-left: 2px;
	}
}
