body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 600;
}

h1 {
	font-size: 36px;
	line-height: 38px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #4999d1;
	text-decoration: underline;
}

p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h4.lead {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 00px;
	margin-left: 0px;
}
.smscode {
	width: 150px;
	text-align: center;
	border: 1px solid #000;
	font-family: Helvetica, Arial, sans-serif;
}

.smsnumber {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 2px;
}

.smscost {
	font-size: 11px;
	line-height: 12px;
}

.tcenter {
	text-align: center;
		width: 220px;
	height: 220px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
}

.center {

	display: inline-block;
	text-align: center;

}

img.games_img {
	width: 220px;
}

.pricekader {
	border: 0px solid #ccc;
	height: 90px;
	overflow: hidden
}

.small {
	font-size: 95%;
	line-height: 120%
}

.small2 {
	font-size: 90%;
	line-height:14px;
	
}

.imgkader {
	border: 0px solid grey;
	padding: 5px;
	margin-right: 10px;
}

.pricekader p a:link,.pricekader p a:visited {
	color: red;
	text-decoration: underline;
}

.pricekader p a:hover {
	color: #005580;
	text-decoration: underline;
}

.margbottom {
	margin-bottom: 10px;
}

a.mymodal img {
	height: 80px;
	padding: 5px;
	margin-left: 10px;
}
.img134 {
	height:134px;
		overflow: hidden
	
}

#sbox-window {
	top:00px;
}
.sbox-content-image{
	top:00px;
	display: block;
}



input[type="button"]
 {
  width: 60px;
}
.keyboardtablet{margin-top:10px;height:200px;}

.tab-pane {overflow:hidden;}

.height450 {
	height:440px;
}
.height382 {
	height:382px;
}
	
.height404 {
	height:404px;
}
.nomargintop {
	margin:0 0 20px 0;
	line-height:24px;
}




.wisklik {
	height:60px;
	text-align:right;
	font-size:80%;
	display:inline-block;
	margin-left:80px;
	padding-top:12px;

}

.azertykeyboard {
    width:690px;margin: 10px auto ;

}

.azertykeyboard ul {
	margin:0px;
	padding:0px;	
	text-align:center;
	list-style: none;
}
.azertykeyboard ul li.key {
   cursor: pointer; 
    width: 60px;
	height: 58px;
	background: url('../ipad_keyboard.png') no-repeat top left;
	border: 0;
	font-size: 20px;
	line-height:60px;
	text-shadow: 1px 1px 2px #fff;
	float: left;
	margin: 0 2px 0px 0;
}

.azertykeyboard ul li.key.greyk {

	/*background: url('../ipad_keyboard_grey.png') no-repeat top left;
	*/
	text-shadow: 1px 1px 2px #C7D4EC;
color:#577EC5;
font-weight:600;
}
.azertykeyboard ul li.key.key_bckspc {
	background: url('../ipad_keyboard_bckspc.png');
}

.azertykeyboard ul li.key.key_save {
	background: url('../ipad_keyboard_save.png');
}	



 .azertykeyboard ul li.key:active {
	background-position: 0 -60px;
	color:white;
		text-shadow: 1px 1px 2px #898992;
}


.azertykeyboard ul li.key.pl30 {

	 margin: 0 2px 0px 30px;

}

.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
#scontainer {
bottom: 0px ;
display: none ;
right: 20px ;
position: fixed ;
width: 50% ;


}
 
#sinner {
background-color:white;
border: 1px solid black;
border-bottom-width: 0px ;
padding: 00px 00px 00px 00px ;
}

/*
 * photoswipe.css
 * Copyright (c) %%year%% by Code Computerlove (http://www.codecomputerlove.com)
 * Licensed under the MIT license
 *
 * Default styles for PhotoSwipe
 * Avoid any position or dimension based styles
 * where possible, unless specified already here.
 * The gallery automatically works out gallery item
 * positions etc.
 */

 
body.ps-active, body.ps-building, div.ps-active, div.ps-building
{
	background: #000;
	overflow: hidden;
}
body.ps-active *, div.ps-active *
{ 
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
	display: none;
}
body.ps-active *:focus, div.ps-active *:focus 
{ 
	outline: 0; 
}


/* Document overlay */
div.ps-document-overlay 
{
	background: #000;
}


/* UILayer */
div.ps-uilayer { 
	
	background: #000;
	cursor: pointer;
	
}


/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{
	background: #000;
}
div.ps-zoom-pan-rotate *  { display: block; }


/* Carousel */
div.ps-carousel-item-loading 
{ 
	background: url(loader.gif) no-repeat center center; 
}

div.ps-carousel-item-error 
{ 
	background: url(error.gif) no-repeat center center; 
}


/* Caption */
div.ps-caption
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-bottom: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
}
div.ps-caption *  { display: inline; }

div.ps-caption-bottom
{ 
	border-top: 1px solid #42403f;
	border-bottom: none;
	min-height: 44px;
}

div.ps-caption-content
{
	padding: 13px;
	display: block;
}


/* Toolbar */
div.ps-toolbar
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-top: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
}
div.ps-toolbar * { 
	display: block;
}

div.ps-toolbar-top 
{
	border-bottom: 1px solid #42403f;
	border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play
{
	cursor: pointer;
	display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content
{
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	background-image: url(icons.png);
	background-repeat: no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content
{
	background-position: 0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content
{
	background-position: -44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content
{
	background-position: -44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content
{
	background-position: -132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content
{
	background-position: -132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content
{
	background-position: -88px 0;
}

/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
	div.ps-toolbar div div.ps-toolbar-content
	{
		-moz-background-size: 176px 88px;
		-o-background-size: 176px 88px;
		-webkit-background-size: 176px 88px;
		background-size: 176px 88px;
		background-image: url(icons@2x.png);
	}
}
