/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Ogólne */
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;

	background: #0e100e;
	color: #69aa53;

	line-height: 1.65;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 47px;
	font-weight: bold;

	text-transform: uppercase;
}

h2 {
	font-size: 24px;
	font-weight: 200;
	text-transform: uppercase;

	color: #b1cd9f;

}

/* Sekcje, Kontenery, Wyśrodkowanie */

header, section, footer {
	clear: both;
	overflow: auto;
}

.contentContainer {
	min-height:400px;
	max-width: 1240px;
	margin: 0 auto;

	clear: both;
	overflow: auto;
}
.container {
	max-width: 1240px;
	margin: 0 auto;

	clear: both;
	overflow: auto;
}

.center {
	text-align: center;
}

.background {
	position: fixed;
	z-index: -1;

#	background-image: url('images/xbackground.jpg');
	background-repeat: no-repeat;

	width: 100%;
	height: 100%;

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	margin: 0 auto;

}

/* Header */
header {
	width: 100%;
}

.logo {
	float: left;
	width: 20%;

	margin-top: 30px;
}

nav {
	text-align: right;
}

.menu {
	width: 70%;
	float: right;
	display: block;

	margin-top: 40px;
	margin-right: 40px;

	list-style: none;
}

.menu li {
	display: inline;
	padding: 0 25px;
}

.menu li a {
	font-size: 17px;
	font-weight: bold;

	text-shadow: 0 0 3px #000;
	text-decoration: none;

	color: #a0b791;
}

/* Main */
.main {
	margin-top: 15px;
}

.nick {
	padding: 30px;
}

.shop {
	
	text-align:center;
	background: #1f1e1a;

	width: 78%;
	float: left;
}

.categoriesMobile {
	display: none;
}

#categories {
	background: #1f1e1a;

	width: 20%;

	float: left;

	margin-left: 15px;

	text-align: center;
}

#categories>div{
	padding:10px;

	overflow:hidden;
}

#categories.scrolling {
	position: fixed;

    top: 20px;
    right: 30px;
}

#categories a {
	font-size: 25px;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;

	text-decoration: none;

	color: #69aa52;
}

.col-one-three {
	text-align:left;
	display: inline-block;

	min-width:250px;
	width: 25%;
	margin: 20px;
	padding: 10px;
	height:310px;

	background: #0e100e;
	border: 1px solid #69aa53;
	cursor:pointer;
}

.price {
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;

	color: #ffffff;
	background: #507546;
	text-align: center;

	width: 22%;

	padding: 5px 20px; 

	margin-bottom: 20px;
	margin-right: -10px;

	float: right;
}

.productImage {
	text-align: center;
	width:217px;
	height:192px;
}

.productImage img {
	max-width:217px;
	max-height:192px;
	width: 80%;
	height: 80%;
}

.buyNow {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: bold;

	text-align: center;

	margin-top: 30px;
}

.buyNow a {
	text-decoration: none;
	text-transform: uppercase;
	

	color: #69aa53;
}

/* Footer */
.footerMenu {
	background: #1b1d1a;

	width: 100%;
	margin: 50px 0;
}

.footerMenu .menu {
	float: left;
	margin: 20px 0;
}

footer {
	text-align: center;
}

/* Podzakładka zakupu */
.zakup {
	background: #1f1e1a;
	overflow-x: hidden;
	width: 100%;
}

.fontTop {
	font-size: 38px;
	text-align: center;
	margin-top: 100px;
}
.font49 {
	font-size: 38px;
	text-align: center;
}

.ryjek {
	width: 5%;
	float: left;

	padding: 30px;
}

.top {
	padding: 30px;
	width: 75%;
	float: left;
}

.back {
	
	padding: 30px;
	position:absolute;
}

.back a {
	text-decoration: none;
	color: #69aa53;
}

.top p {
	font-size: 49px;
	font-family: 'Raleway', sans-serif;
	color: #69aa53;
}

.name {
	color: #cad5c0;
}

.pname {
	height:42px;
}

.text {
	padding: 30px;
	font-size: 14px;
	color: #507546;

	text-align: center;
}

.zakup .item {
	margin: 20px;
	padding: 20px;
	display: block;
    margin: 0 auto;
	background: #0e100e;
	border: 1px solid #69aa53;
}

#headerPrzelew, #headerSMS, #headerPSC, #headerPSCPlus, #headerBLIKPlus, #headerDirectBilling {
		cursor:pointer;
	margin: 0 auto;
	width: 90%;
	padding: 15px;
	color: #507546;
	font-size: 23px;
	text-align: center;
	background: #0e100e;
}

#arrow-left {
	float: left;
	margin-top:5px;
}
#arrow-right {
	float: right;
	margin-top:5px;
}

#opisPrzelew, #opisSMS, #opisPSC, #opisPSCPlus, #opisBLIKPlus, #opisDirectBilling {
	display: none;
	margin: 0 auto;

	width: 90%;
	text-align:center;
}


/* Media Queries */
@media screen and (max-width: 650px) {
	.main {
		margin-top: 50px;
	}
	.container {
		max-width: 300px;
	}

	#categories, #categories.scrolling {
		display: none;
	}

	.shop {
		width: 100%;
	}

	.col-one-three {
		width: 70%;
	}

	.categoriesMobile {
		width: 100%;
	}

	.categoriesMobile  {
		width: 100%;
		margin: 20px 0;
		display: inline;

		color: #fff;
		background: #0e100e;
		padding: 10px;

		border: 1px solid #69aa53;
	}

	.ryjek {
		width: 100%;
	}

	.top {
		width: 100%;
		float: left;
	}

	.back {
		width: 100%;
		float: left;
	}

	.text img {
		height: 60%;
		width: 60%;
	}

	#headerPrzelew, #headerSMS, #headerPSC, #headerPSCPlus, #headerBLIKPlus, #headerPlus, #headerDirectBilling {
		margin: 0 auto;
		width: 80%;
		padding: 15px;
	}
}
.group 			  { 
	margin:0 auto;
	width:300px;
  position:relative; 
  margin-bottom:35px; 
}
input 				{
  font-size:18px;
  color:#cad5c0;
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
  background-color:rgba(0,0,0,0);
  border-bottom:1px solid #757575;
}
input:focus 		{ outline:none; }

/* LABEL ======================================= */
label 				 {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#5264AE;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:300px; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

.btn {
  border:0;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: inline-block;
  min-width:150px;
}
.btn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}
.green {
  background-color: #2ecc71;
  box-shadow: 0px 5px 0px 0px #15B358;
}

.green:hover {
  background-color: #48E68B;
}

input[type="checkbox"]
{
	display:inline-block;
	width:30px;
}


a:link {
    color: green;
}
a:visited {
    color: green;
}
a:hover {
    color: green;
}
a:active {
    color: green;
}

.danesms{
		color: #cad5c0;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
	bottom: 100%;
	left: 50%; 
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
	margin-left: -60px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.button {
    background-color: #0e100e; /* Green */
    border: none;
    color: #69aa53;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border:1px solid #69aa53;
}