/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration { -webkit-appearance:none; }
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}
/* reset form */
input[type="email"], input[type="search"],
input[type=text], input[type=checkbox],
input[type=password], input[type=file],
input[type=submit], input[type=tel],
input[type=email], textarea {
 -webkit-appearance: none;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

/* ------------------------------- */

@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'modern_pictogramsnormal';
    src: url('fonts/modernpics-webfont.eot');
    src: url('fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/modernpics-webfont.woff') format('woff'),
         url('fonts/modernpics-webfont.ttf') format('truetype'),
         url('fonts/modernpics-webfont.svg#modern_pictogramsnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	padding:0;
	margin:0;
	line-height: 1;
	font-family:'bebas_neueregular', Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #fff;
	background-color:#000000;
	/*background:url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
 }
 /* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#8AC53E; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(images/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/*-----------*/
a {
	text-decoration:none;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
}
a:hover {
	color:#96D443;
}
.btn {
	background-image:url(images/btn_prfitnessgear.png);
	background-size:contain;
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:24px;
	width:250px;
	height:115px;
	border-radius:10px;
	margin:20px;
	position:relative;
	margin:auto;
}

#fancy-container {
	width:90%;
	text-align:center;
	/*max-width:700px;*/
	position:relative;
	margin:auto;
}
#fancy-container h1 {
	display:block;
	font-size:7vw;
	padding:20px;
	text-align:center;
}

#fancy-container span {
	font-size:24px;
	text-align:center!important;
	display:inline-block;
	width:100%;
	max-width:325px;
	margin:auto;
	vertical-align:top;
	padding:0px 5px 0px 5px;
}
#fancy-container p {
	padding:10px 0px 10px 0px;
}
#fancy-container img {
	width:100%;
	max-width:325px;
}

#fancy-container img:hover {
	cursor:zoom-in;
	opacity:0.3;
	font:36px/36px 'modern_pictogramsnormal';
	
}
#fancy-container a:hover {
	background-color:#8AC53E;
}

.container {
	padding:0px 20px 20px 20px;
	background:url(images/bg.jpg) no-repeat -40px 0px fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.wrapper {
	width:100%;
	max-width: 900px;
	min-height:600px;
	margin:auto;
	position:relative;
	
}
.logo {
	width:100%;
	text-align:center;

}
.logo img {
	width:225px;
	margin:20px auto 20px auto;
}
.company {
	width:100%;
	text-align:center;
	margin:10px 0px;
	padding:0px;
	word-spacing:3px;
	border-bottom:2px #949494 dotted;
}
.company p {
	padding:5px 0 10px 0;
	font-size:21px;
}

.mobile {
	display:none;
}
#offer {
	display:block;
	font-size:7vw;
	padding:20px;
	text-align:center;
	text-shadow:#000000 0px 0px 5px;
}

#offer p {
	font-size:24px;
	padding-bottom:10px;
	width:70%;
	margin:auto;
	max-width:600px;

}

#offer span {
	color:#8AC53E;

}
.disclaimer {
	width:100%;
	text-align:left;
	margin:0px auto 20px auto!important;
	padding:0px;
	max-width:900px;
	border-radius:0px 0px 20px 20px;
}
.disclaimer p {
	padding:5px 0;
	font-size:14px;
	line-height:16px;
	letter-spacing:1px;
	color:#fff;
	width:90%;
	max-width:875px;
	margin:auto;
	padding-bottom:20px;
}
.disclaimer p span {
	font-size:24px;
	line-height:24px;
	color:#ECC56B;
}

.disclaimer li {
	font-size:18px;
	line-height:24px;
}

.disclaimer ul {
	list-style:circle;
	margin:20px 0px 20px -15px;
	display:inline-block;
}

.disclaimer h1 {
	font-size:36px;
	display:inline-block;
	vertical-align:top;
	word-spacing:5px;
	margin-top:95px;
	border-bottom:#FFFFFF solid 1px;
	padding-bottom:10px;
/* Safari */
-webkit-transform: rotate(-90deg);
/* Firefox */
-moz-transform: rotate(-90deg);
/* IE */
-ms-transform: rotate(-90deg);
/* Opera */
-o-transform: rotate(-90deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/*-------------------Form----------------*/

input    {
	width:300px;
	border: 1px solid #000;
	height: 50px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	font:24px/24px 'bebas_neueregular', Helvetica, Arial, sans-serif;
	font-weight:400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 15px;
	padding:2px 10px;
	margin:5px;
}

input:focus { 
	outline:none;
	background-color:#8CC63F;
	color:#000000;
}


input[type="submit"] {
	color:#00;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	width:325px;
	height:50px;
	padding:10px 5px 10px 5px;
	margin:10px auto;
	border-radius:none;
	border:none;
	box-shadow:none;
	background-color:#8AC53E;
}

textarea {
	width:300px;
	border: 1px solid #000;
	height: 100px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	font:24px/24px 'bebas_neueregular', Helvetica, Arial, sans-serif;
	font-weight:400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 15px;
	padding:5px 10px;
	margin:5px;
}
textarea:focus { 
	outline:none;
	background-color:#8CC63F;
	color:#000000;
}


/*--------------------*/
@media only screen and (min-width:900px) {
	#offer {
		font-size:72px;
	}
	
}

@media only screen and (max-width:768px) {
	#offer {
		font-size:72px;
	}
		#offer p {
		font-size:24px;
		width:75%;
		margin:auto;
	}
	#fancy-container span {
		width:45%;
	}
}

@media only screen and (max-width:592px) {
	#fancy-container span {
		width:100%;
		margin:auto;
		display:block;
	}

}

@media all and (max-width:320px) {
	
}