/*******************************
GENERAL ELEMENTS STYLE
********************************/
/* ukrycie kulek nawigacji, górnych przycisków i przejścia między 1 i 2 slajdem w smartfonach */
@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	#fp-nav, #spoiler {
		display: none;
	}
}
.add_to_cart {
	display: none;
}
html,body{
	font-family: 'Roboto', sans-serif;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	font-size: 19px;
	font-weight: 300;
}
	
@media only screen and (min-device-width : 900px) and (max-device-width : 1440px) {
	html,body{
	 font-size: 15px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1160px) {
	html,body{
	 font-size: 12px;
	 font-weight: 400;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	html,body{
	 font-size: 10px;
	 font-weight: 300;
	}
}

a, a:visited {
	color: #00deff;
}
a:hover {
	color: #02c9e7;
}

ul {
	list-style: disc;
}

#logo {
	position: fixed;
	margin-left: 40px;
	top: 0;
	width: 20%;
	height: auto;
	z-index:9;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	#logo {
		position: fixed;
		margin-left: 2px;
		top: -10px;
		width: 30%;
		height: auto;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1160px) {
	#logo {
		position: fixed;
		margin-left: 2px;
		top: 0;
		width: 20%;
		height: auto;
	}
}

#logo img {
	max-width: 265px;
	width: 100%;
	height: auto;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	color: transparent;
}

.custom-button a {
	display: block;
	width: 100%;
	height: 100%;
	color: transparent;
}

/* PRZYCISKI LOGOWANIA I REJESTRACJI */
#buttons {
	position: fixed;
	display: block;
	float: right;
	right: 10px;
	top: 28px;
	z-index:9;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	#buttons {
		display: none;
	}
}
.button-1 {
	font-size: 1em;
	display: block;
	background-color: rgba(51, 51, 51, 0.5);
	vertical-align: middle;
	text-align: center;
	float: right;
	width: 121px;
	margin-right: 18px;
	height: 40px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	z-index: 9;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	#button {
		display: none;
	}
}
.button-1 a{
	display: block;
	color: white;
	height: 100%;
	width: 100%;
	text-decoration: none;
	line-height: 40px;
}

.button-1:hover, .login_button:hover {
	background-color: rgba(51, 51, 51, 0.7);
	z-index: 1;
}
#menu {
	display: none;
}


/* FORMULARZ LOGOWANIA */

.login_button, .login_textfield {
	vertical-align: middle;
	text-align: center;
	float: right;
	margin-right: 18px;
	margin-top: 18px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	z-index: 9;
	border: none;
	font-weight: 300;
}

.login_textfield {
	font-size: 15px;
	background-color: rgba(255, 255, 255, 0.2);
	height: 26px;
	opacity: 0.6;
	width: 152px;
	transition: background-color 0.5s ease;
	color: black;
	-webkit-box-shadow: inset 5px 9px 15px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 5px 9px 15px -9px rgba(0,0,0,0.75);
	box-shadow: inset 5px 9px 15px -9px rgba(0,0,0,0.75);
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1160px) {
	.login_textfield {
		width: 154px;
	}
}

@media only screen and (min-width : 1700px) and (max-width : 1920px) {
	.login_textfield {
		width: 154px;
	}
}

.login_button {
	font-size: 1.2em;
	height: 28px;
	width: 55px;
	color: white;
	cursor: pointer;
	background-color: rgba(51, 51, 51, 0.5);
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
}
	
::-webkit-input-placeholder  {
	color:  rgba(51, 51, 51, 0.7);
}

::-moz-input-placeholder  {
	color:  rgba(51, 51, 51, 0.7);
}

:-ms-input-placeholder  {
	color:  rgba(51, 51, 51, 0.7);
}

input:-moz-placeholder  {
	color:  rgba(51, 51, 51, 0.7);
}

#login_info {
	color: white !important;
	font-size: 13px;
	margin-top: 16px;
	margin-right: 10px;
	margin-right: 25px;
	float: right;
	width: 95%;
	text-align: center;
}

#login_info a {
	text-decoration: none;
	color: white !important;
}

#login_info a:hover {
	text-decoration: underline;
}

/* PRZYCISKI LOGOWANIA I REJESTRACJI W SMARTFONACH - WYSUWANE MENU */
@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	
	#menu {
		display: block;
	    position: fixed;
	    right: -175px;
	    top: 30px !important;
	    z-index: 99999;
	    transition: right 0.1s ease-out 0s;
	    font-size: 1.2em;
	    -webkit-box-shadow: -2px 4px 5px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    -2px 4px 5px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         -2px 4px 5px 0px rgba(50, 50, 50, 0.75);
	}
	 
	/*#menu:hover {
	    right: 0px;
	}*/
	
	#menu #menu-content {
	    width: 150px;
	    height: 110px;
	    color: #ffffff;
	    padding: 10px;
	    border: 0;
	    z-index: 20;
	    background: rgba(255,255,255,1);
	    position: relative;
	}
	 
	#menu #menu-title {
	    width: 30px;
	    height: 40px;
	    border: 0;
	    background: url(images/slides/mobile-menu-before.png) no-repeat;
	    color: #FFFFFF;
	    font-weight: bold;
	    padding: 5px 5px 5px 5px;
	    text-align: center;
	    position: fixed;
	    display: inline;
	    float: right;
	    right: -10px;
	    top:0;
	    z-index: 19;
	    margin-top: -10px;
	    
	}
	
		#menu #menu-title2 {
	    width: 30px;
	    height: 40px;
	    border: 0;
	    background: url(images/slides/mobile-menu.png) no-repeat;
	    color: #FFFFFF;
	    font-weight: bold;
	    padding: 5px 5px 5px 5px;
	    text-align: center;
	    position: relative;
	    display: inline;
	    float: right;
	    right: -10px;
	    top:-30px;
	    z-index: 19;
	    margin-top: -10px;
	    
	}
	.menu-button {
		width: 100%;
		height: 30px;
		background: transparent;
	}
	.menu-button a{
		color: black;
		display: table-cell;
		width: 100%;
		height: 100%;
		line-height: 100%;
		vertical-align: middle;
		text-decoration: none;
		background: transparent;
	}
	
	.menu-button a:hover {
		/*background: rgba(83,83,83,0.5);*/
	}
}


/* PRZYCISKI POPRZEDNI/NASTÄPNY */
.button{
	display:block;
	width:82px;
	height:34px;
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left: -41px;
	background-image:url(images/slides/arrow-down.png);
	z-index: 1;
}

.button:hover{
	background-image:url(images/slides/arrow-down-hover.png);
	cursor:pointer;
}

.button-up{
	display:block;
	width:82px;
	height:34px;
	position:absolute;
	top:10px;
	left:50%;
	margin-left: -41px;
	background-image:url(images/slides/arrow-up.png);
	z-index:1;
}
.button-up:hover{
	background-image:url(images/slides/arrow-up-hover.png);
	cursor:pointer;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	.button {
		display: none;
	}
	.button-up {
		display: none;
	}
}
/* ROZMYTE TĹO */

.bg-img {
	background-size: 100% auto;
	position: fixed;
    background-position: center;
    -webkit-background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;	
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.normal {
	background:url('images/slides/slide2/bg2.jpg') no-repeat;
	z-index: -2;
	background-size: cover;
}

.blurred { 
	background:url('images/slides/slide2/bg2-blur.jpg') no-repeat;
	opacity: 0;
    z-index: -1;
    background-size: cover;    
}

/* ZAWARTOĹšÄ† */
.table-1 {
	position: relative;
	color:white;
	display: block;
	width: 70%;
	height: auto;
	left: 15%; 
	right: 15%;
	z-index: 1;
	letter-spacing: 1px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	.table-1 {
		width: 95%;
		height: auto;
		top: 0;
		left: 0; 
		right: 1%;
		z-index: 1;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1160px) {
	.table-1 {
		width: 94%;
		height: auto;
		top: 0;
		left: 4%; 
		right: 2%;
		z-index: 1;
	}
}

.left-col-1 {
	position: relative;
	display: inline;
	float: left;
	width: 70%;
	padding: 10px;

}

/* wÄ…ska kolumna po prawej */
.right-col-1 {
	position: relative;
	display: block;
	float: left;
	width: 20%;
	padding: 20px;
	text-align: center;
}

.right-col-2 {
	position: relative;
	display: inline;
	float: left;
	width: 70%;
	padding: 10px;
	
}

/*wÄ…ska kolumna po lewej*/
.left-col-2 {
	position: relative;
	display: inline;
	float: left;
	width: 20%;
	padding: 20px;
	text-align: center;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	.right-col-1, .left-col-2 {
		width: 0%;
		display: none;
	}
	
	.right-col-2, .left-col-1 {
		width: 100%
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1160px) {
	.right-col-1, .left-col-2 {
		width: 10%;
	}
	
	.right-col-2, .left-col-1 {
		width: 80%
	}
}

.icon {
	margin-top: 16px;
	max-width: 420px;
	width: 100%;
	height: auto;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	.table-1.icon, #cnt-top {
		display: none;
	}
}

.h1 {
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 400;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1160px) {
	.h1 {
		font-size: 18px;
		line-height: normal;
	}
}

@media only screen and (min-device-width : 900px) and (max-device-width : 1440px) {
	.h1 {
		font-size: 26px;
		line-height: 1.3em;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	.h1 {
		font-size: 15px;
		line-height: 1em;
	}
}

h1 {
	font-weight: 400;
}

.h2 {
	font-size: 1.5em;
	font-weight: bold;
}
.shadow {
	/*text-shadow:0 0 10px black;*/
text-shadow: 1px 1px 30px rgba(0, 0, 0, 0.6);
}

div.table-1 p, ul {
	font-size: 24px;
	line-height: 1.3em;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1160px) {
	div.table-1 p, ul {
		font-size: 12px;
		line-height: 1.3em;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1440px) {
	div.table-1 p, ul {
		font-size: 14px;
		line-height: 1.3em;
	}
}

@media only screen and (min-device-width : 1440px) and (max-device-width :1600px) {
	div.table-1 p, ul {
		font-size: 21px;
		line-height: 1.3em;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	div.table-1 p, ul {
		font-size: 12px;
		line-height: normal;
	}
}

.dark-bkg {
	background: rgba(0,0,0, 0.5);
}

/* wysuwany panel boczny */
/*
@media only screen and (min-device-width : 320px) and (max-device-width : 1160px) {
	
	#panel {
	    position: fixed;
	    left: 0;
	    bottom: -275px !important;
	    z-index: 99999;
	    transition: bottom 0.5s ease-out 0s;
	}
	 
	#panel:hover {
	    bottom: 0 !important;
	}
	 
	#panel #content {
	    width: 320px;
	    height: 250px;
	    color: #ffffff;
	    padding: 10px;
	    border-top: 2px solid #e36500;
	    border-left: none;
	    border-bottom: none;
	    border-right: 2px solid #e36500;
	    z-index: 20;
	    background: rgba(0,0,0,0.5);
	    position: relative;
	    border-top-right-radius: 10px;
	}
	 
	#panel #title {
	    width: 50px;
	    height: 50px;
	    border: 2px solid #e36500;
	    background: #ff7200;
	    color: #FFFFFF;
	    font-weight: bold;
		border-top-right-radius: 10px;
	    padding: 5px 5px 5px 5px;
	    text-align: center;
	    position: relative;
	    left: 0;
	    bottom:0;
	    z-index: 19;
	}
	
	.countdown-icon {
		width: 50px;
		height: auto;
	}
}
@media only screen and (min-width : 1161px) {
	#panel {
	    position: fixed;
	    top: 20%;
	    left: -375px;
	    z-index: 99999;
	    transition: left 0.5s ease-out 0s;
	}
	 
	#panel:hover {
	    left: 0;
	}
	 
	#panel #content {
	    width: 350px;
	    height: 300px;
	    color: #ffffff;
	    padding: 10px;
	    border-top: 2px solid #e36500;
	    border-left: none;
	    border-bottom: 2px solid #e36500;
	    border-right: 2px solid #e36500;
	    z-index: 20;
	    background: rgba(0,0,0,0.5);
	    position: relative;
	    border-radius: 0 10px 10px 0;
	}
	 
	#panel #title {
	    width: 100px;
	    height: 84px;
	    border: 2px solid #e36500;
	    background: #ff7200;
	    color: #FFFFFF;
	    font-weight: bold;
	    border-radius: 0 10px 10px 0;
	    padding: 5px 5px 5px 5px;
	    text-align: center;
	    position: relative;
	    top: 200px;
	    left:370px;
	    z-index: 19;
	}
}
*/
/*******************************
SLIDES AND ITS ELEMENTS STYLE
********************************/

/* SLIDE 1 */
#section0 {
  background: url('images/slides/slide1/bg1.jpg') no-repeat center center;
  background-size: cover;
}
#slogan {
 	position: relative;
 	background: url('images/slides/slide1/slogan.png') no-repeat;
	width: 518px;
	height: 140px;
 	left: 50%;
 	margin-left: -259px;
 	z-index: 1;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	#slogan {
		background-size: 97% auto;
		width: 96%;
		height: 26%;
	 	left: 50%;
	 	margin-left: -48%;
	}
}
#how-it-works {
	position: relative;
 	background: url('images/slides/slide1/how-it-works.png') no-repeat;
 	width:247px;
 	height: 80px;
 	left: 50%;
 	top: 5%;
 	margin-left: -123px;
 	z-index:1;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	#how-it-works {
		background-size: cover;
	 	width:200px;
	 	height: 65px;
	 	left: 50%;
	 	top: 5%;
	 	margin-left: -100px;
	 	z-index:1;
	}
	#how-it-works:hover {
		background-position: 0 -65px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1160px) {
	#how-it-works {
		background-size: cover;
	 	width:200px;
	 	height: 65px;
	 	left: 50%;
	 	top: 5%;
	 	margin-left: -100px;
	 	z-index:1;
	}
	#how-it-works:hover {
		background-position: 0 -65px !important;
	}
}
#how-it-works:hover {
	background-position: 0 -80px;
}

#spoiler {
	position: fixed;
	width: 100%;
	height: 200px;
	bottom: -200px;
	background: url('images/slides/slide1/spoiler.png') no-repeat;
	background-size: cover;
}
#spoiler.collapse {
	bottom: 0px;
	-webkit-animation: slideup .50s; /* Chrome, Safari, Opera */
    animation: slideup .50s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 0;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes slideup {
    0%   {left:0px; bottom: -200px;}
    100% {left:0px; bottom: 0 px;}
}

/* Standard syntax */
@keyframes slideup {
    0%   {left:0px; bottom: -200px;}
    100% {left:0px; bottom: 0px;}
}


/* SLIDE 2 */

#section1 {
  background: transparent;
}
#prices {
	position: absolute;
 	background: url('images/slides/slide2/custom-button.png') no-repeat;
 	width:269px;
 	height: 77px;
 	bottom: 7%;
 	left: 50%;
 	margin-left: -134px;
 	z-index:1;
}

#prices:hover {
	background-position: 0px -80px;
	cursor: pointer;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	#prices {
	 	background-size: cover;
	 	width: 184px;
	 	height: 54px;
	 	bottom: 0;
	 	left: 50%;
	 	margin-left: -92px;
	 	z-index:1;
	}

	#prices:hover {
		background-position: 0px -65px;
		cursor: pointer;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1160px) {
	#prices {
	 	background-size: cover;
	 	width: 184px;
	 	height: 54px;
	 	bottom: 9%;
	 	left: 50%;
	 	margin-left: -92px;
	 	z-index:1;
	}

	#prices:hover {
		background-position: 0px -61px !important;
		cursor: pointer;
	}
}
/* SLIDE 3 */

#section2 {
  background: transparent;
}
#import {
	position: absolute;
 	background: url('images/slides/slide3/custom-button.png') no-repeat;
 	width:391px;
 	height: 77px;
 	bottom: 7%;
 	left: 50%;
 	margin-left: -135px;
 	z-index:1;
}
#import:hover {
	background-position: 0px -80px;
	cursor: pointer;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	#import {
	 	background-size: cover;
	 	width:267px;
	 	height: 54px;
	 	bottom: 0;
	 	left: 50%;
	 	margin-left: -133px;
	 	z-index:1;
	}
	#import:hover {
		background-position: 0px -65px;
		cursor: pointer;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1160px) {
	#import {
	 	background-size: cover;
	 	width: 190px;
	 	height: 54px;
	 	bottom: 9%;
	 	left: 50%;
	 	margin-left: -95px;
	 	z-index:1;
	}
	#import:hover {
		background-position: 0px -57px;
		cursor: pointer;
	}
}
/* SLIDE 4 */

#section3 {
  background: transparent;
}
#start {
	position: absolute;
 	background: url('images/slides/slide4/custom-button.png') no-repeat;
 	width:243px;
 	height: 77px;
 	bottom: 7%;
 	left: 50%;
 	margin-left: -121px;
 	z-index:1;
}

#start:hover {
	background-position: 0px -79px;
	cursor: pointer;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	#start {
	 	background-size: cover;
	 	width:200px;
	 	height: 65px;
	 	bottom: 0;
	 	left: 50%;
	 	margin-left: -100px;
	 	z-index:1;
	}

	#start:hover {
		background-position: 0px -65px;
		cursor: pointer;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1160px) {
	#start {
	 	background-size: cover;
	 	width:169px;
	 	height: 54px;
	 	bottom: 7%;
	 	left: 50%;
	 	margin-left: -84px;
	 	z-index:1;
	}

	#start:hover {
		background-position: 0px -55px;
		cursor: pointer;
	}
}
/* SLIDE 5 */
#slide5 {
  background: transparent;
  height: 100% !important;
}
#logo-big {
 	position: relative;
 	color: white;
 	background: url('images/slides/slide5/logo-big.png') no-repeat;
 	background-position: 50% 0;
	width: 900px;
	height: 500px;
 	top: 1%;
 	left: 50%;
 	padding-top: 200px;
 	margin-left: -450px;
 	z-index: 1;
 	font-size: 1.2em;
}	

#be-partner {
	position: absolute;
 	background: url('images/slides/slide5/custom-button.png') no-repeat;
 	width:372px;
 	height: 100px;
 	bottom: 18%;
 	left: 50%;
 	margin-left: -186px;
 	z-index:1;
}

#be-partner:hover {
	background-position: 0px -102px;
	cursor: pointer;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	#logo-big {
	 	background: url('images/slides/slide5/logo-small.png') no-repeat;
	 	background-position: top center;
		width: 300px;
		height: 250px;
	 	top: 0;
	 	left: 50%;
	 	padding-top: 100px;
	 	margin-left: -150px;
	 	z-index: 1;
	}	
	#be-partner {
	 	background-size: cover;
	 	width:200px;
	 	height: 55px;
	 	bottom: 0;
	 	left: 50%;
	 	margin-left: -100px;
	 	z-index:1;
	}

	#be-partner:hover {
		background-position: 0px -55px;
		cursor: pointer;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1160px) {
	#logo-big {
	 	background: url('images/slides/slide5/logo-small.png') no-repeat;
	 	background-position: top center;
		width: 80%;
		height: 400px;
	 	top: 20px;
	 	left: 50%;
	 	padding-top: 200px;
	 	z-index: 1;
	}
	#be-partner {
	 	background-size: cover;
	 	width:164px;
	 	height: 45px;
	 	bottom: 15%;
	 	left: 50%;
	 	margin-left: -82px;
	 	z-index:1;
	}

	#be-partner:hover {
		background-position: 0px -45px;
		cursor: pointer;
	}
}

@media only screen and (max-width: 1366px) {
	#be-partner {
		bottom: 22%;
	}
	
	#logo-big {
		background-size: 50%;
		background-position: 50% 30px;
	}
}
/************************
ODLICZANIE 
*************************/
div.timer-counting { margin:0; width:300px; height:349px; }

div.si-box { background-color: #8bbb2b; position: absolute; bottom: 0; }
div.si-box p { font: 24px Arial; margin: 5px 18px; color: #fff; }
div.si-box-line { position: absolute; width: 100%; height: 3px; bottom: 0; background-color: #8bbb2b; }

div.si-tc-1 { width: 300px; height: 350px; } 
div.si-tc-2 { height: auto; width: 100%; }
p.si-tc-3 { padding: 0; color: #fff; font-size: 1.5em; }
div.si-tc-4 { margin-left: 5px; position: relative; }
div.si-tc-4-i { background-image: url(objects/images/licznik-skin2.png); left: -11px; top: -15px; width: 329px; height: 88px; position: absolute; z-index: 1; }
div.si-tc-5 { width: 140px; margin-left: -20px; padding-right:10px; float: left; text-align:right; }
p.si-tc-6 { font-weight:bold; }
div.si-tc-7 { width: 150px; padding-left:10px; float: left; }

/* ODLICZANIE NA 1 SLAJDZIE */
.countdown-top { background: url(objects/images/licznik-skin3.png) no-repeat; padding-left: 12px; left: 50%; margin-left: -164px; top: 0px; width: 329px; height: 118px; position: absolute; z-index: 1; }
.cnt { margin-top: 45px; }
@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
	.countdown-top {
		display: none;
	}
}

/* COUNTDOWN - SLIDE 4 */
#countdown {
	/*margin-top: -60%;*/
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(96, 96, 90, 1);
}
  
  
  
  
  
  

#slide-footer {
	position: fixed;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iIzFiMWIxYiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNzIlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MyUiIHN0b3AtY29sb3I9IiMwODA4MDgiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(153,153,153,0) 0%, rgba(27,27,27,0.5) 23%, rgba(0,0,0,0.5) 28%, rgba(0,0,0,0.5) 49%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 72%, rgba(8,8,8,0.5) 73%, rgba(229,229,229,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(153,153,153,0)), color-stop(23%,rgba(27,27,27,0.5)), color-stop(28%,rgba(0,0,0,0.5)), color-stop(49%,rgba(0,0,0,0.5)), color-stop(50%,rgba(0,0,0,0.5)), color-stop(72%,rgba(0,0,0,0.5)), color-stop(73%,rgba(8,8,8,0.5)), color-stop(100%,rgba(229,229,229,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(153,153,153,0) 0%,rgba(27,27,27,0.5) 23%,rgba(0,0,0,0.5) 28%,rgba(0,0,0,0.5) 49%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 72%,rgba(8,8,8,0.5) 73%,rgba(229,229,229,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(153,153,153,0) 0%,rgba(27,27,27,0.5) 23%,rgba(0,0,0,0.5) 28%,rgba(0,0,0,0.5) 49%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 72%,rgba(8,8,8,0.5) 73%,rgba(229,229,229,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(153,153,153,0) 0%,rgba(27,27,27,0.5) 23%,rgba(0,0,0,0.5) 28%,rgba(0,0,0,0.5) 49%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 72%,rgba(8,8,8,0.5) 73%,rgba(229,229,229,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(153,153,153,0) 0%,rgba(27,27,27,0.5) 23%,rgba(0,0,0,0.5) 28%,rgba(0,0,0,0.5) 49%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 72%,rgba(8,8,8,0.5) 73%,rgba(229,229,229,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#00e5e5e5',GradientType=1 ); /* IE6-8 */
	bottom: -50%;
	margin: 0;
	width: 100%;
	height: 12%;
	color: white;
	font-size: 1em;
	text-align: center;
	padding-top: 5px;
	z-index: 9;
}

#slide-footer a {
	color: white;
	font-decoration: underline;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1160px) {
	#slide-footer {
		display: none;
	}	
}