/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,700&subset=latin,latin-ext);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Roboto", arial, verdana, sans-serif;
font-weight:normal;
}

thead th,
tbody th{
font-family: "Roboto", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Roboto", arial, verdana, sans-serif;
text-indent: 0;
}

.menu{
font-family: "Roboto", arial, verdana, sans-serif;
}

blockquote{
font-family: "Roboto", arial, verdana, sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body {
margin:0;
padding:0 0 0 0;
background-color: #f7f7f7;
color:#000;
font:normal 0.9em/150% 'Roboto', arial, verdana, sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}


#footer{
text-align:center;
padding:20px;
margin:0;
border-top:1px solid #ddd;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
background:#fff;
}

	#link-top{
	display:none;
	}
	
.top {
	background: url("img/top.png") no-repeat scroll center top / cover;
	height: 626px;
}

.topsp {
	background: url("img/top_sp.png") no-repeat scroll center top / cover;
	height: 300px;
}
	
#logo {
	width: 264px;
	height: 51px;
}

ul.navigation  {
	list-style-type: none;
}

ul.navigation li {
	display:inline-block;
	*display:inline;
	padding-left: 25px;
}

ul.navigation li a {
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
}

ul.navigation li a:hover {
	border-top: 3px solid #fff829;
	text-decoration: none;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

#hrtop {
	width: 10%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 3px solid #fff829;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

#hrtopsp {
	width: 20%;
	margin-top: 40px;
	margin-bottom: 0px;
	border: 3px solid #fff829;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

.boks {
	background-color: #ffffff;
	border-top: 4px solid #95ca2f;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	margin-top: 30px;
}

.title {
	background-color: #ededed;
	height: 135px;
	top: 0;
	position: relative;
	-webkit-box-shadow: inset 0px -5px 20px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px -5px 20px -1px rgba(0,0,0,0.1);
	box-shadow: inset 0px -5px 20px -1px rgba(0,0,0,0.1);
	font-size: 20px;
	text-align: center;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
}

.title img {
	margin: 0 auto;
	float: none;
	margin-top: 34px;
}

.boks p { 
	padding: 15px;
	color: #5f5f5f;
	text-align: justify;
}

.shadow
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow:before, .shadow:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
    box-shadow:0 0 20px rgba(0,0,0,0.2);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

.boks.lewy {margin-right: 15%;}
.boks.srodek {margin-right: 6%; margin-left: 6%;}
.boks.prawy {margin-left: 15%;}

.statystyki {
	text-shadow: 0 1px 0 #ffffff; 
	color: #7a7a7a; 
	font-size: 1.2em; 
}

.statystyki span {
	color: #518455;
	font-weight: 600;
}

.stopka {
	width: 100%;
	background-color: #ffffff;
	min-height: 100px;
	clear: both;
}

.stopka a {
	color: #ffffff;
}

.envelope {
	bottom: -38px;
    left: -100px;
    position: absolute;
    width: 263px;
}

ul.navigation li a.register {
	color: #fff829;
}

/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}

	.navbar span{
	color:#86dc00;
	}


	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}

		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}

		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}

.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}

.panel {
	font-size: 22px;
}

.panel th {padding: 10px;}

.panel i {color: #95ca2f; text-shadow: 0 1px 0 rgba(0,0,0,0.5);}

.Modal {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	padding-top: 250px;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.5s;
	overflow: auto;
	transition: all 0.3s linear;
}

.Modal-content {
	background-color: #485536;
	background-size: 600px;
	color: white;
	margin: auto;
	padding: 20px;
	border-radius: 4px;
	max-width: 600px;
	max-height: 300px;
	overflow: scroll;
}

.ModalOpen { overflow: hidden; }

.is-hidden { display: none; }

.is-visuallyHidden { opacity: 0; }

.Close {
	color: #aaaaaa;
	float: right;
	font-size: 16px;
}

.Close:hover, .Close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.is-blurred {
	filter: blur(2px);
	-webkit-filter: blur(2px);
}