/**
    * 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.8;
}
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;
}
/* END RESET */



@font-face {
    font-family: 'bpreplayregular';
    src: url('../fonts/BPreplay-webfont.eot');
    src: url('../fonts/BPreplay-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BPreplay-webfont.woff2') format('woff2'),
         url('../fonts/BPreplay-webfont.woff') format('woff'),
         url('../fonts/BPreplay-webfont.ttf') format('truetype'),
         url('../fonts/BPreplay-webfont.svg#bpreplayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bpreplaybold';
    src: url('../fonts/BPreplayBold-webfont.eot');
    src: url('../fonts/BPreplayBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BPreplayBold-webfont.woff2') format('woff2'),
         url('../fonts/BPreplayBold-webfont.woff') format('woff'),
         url('../fonts/BPreplayBold-webfont.ttf') format('truetype'),
         url('../fonts/BPreplayBold-webfont.svg#bpreplaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bpreplaybold_italic';
    src: url('../fonts/BPreplayBoldItalics-webfont.eot');
    src: url('../fonts/BPreplayBoldItalics-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BPreplayBoldItalics-webfont.woff2') format('woff2'),
         url('../fonts/BPreplayBoldItalics-webfont.woff') format('woff'),
         url('../fonts/BPreplayBoldItalics-webfont.ttf') format('truetype'),
         url('../fonts/BPreplayBoldItalics-webfont.svg#bpreplaybold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bpreplayitalic';
    src: url('../fonts/BPreplayItalics-webfont.eot');
    src: url('../fonts/BPreplayItalics-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BPreplayItalics-webfont.woff2') format('woff2'),
         url('../fonts/BPreplayItalics-webfont.woff') format('woff'),
         url('../fonts/BPreplayItalics-webfont.ttf') format('truetype'),
         url('../fonts/BPreplayItalics-webfont.svg#bpreplayitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;
	width: 1200px;
	box-shadow: 0 0 200px rgba(0, 0, 0, 0.3);
}

header {
	border-top: 8px solid #E41E3D;
	background-color: #000000;
}

header figure {
	display: inline-block;
	margin: 10px 40px;
}

header nav {
	position: relative;
	float: right;
}

header nav a {
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration:none;
	display:block;
	font-family: 'bpreplaybold', Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}

header nav a:hover, header nav a:active {
	text-shadow: 0px 0px 10px #FFFFFF;
}
header nav em {
	font-weight: 100;
	font-size: 42px;
	color: #FFFFFF;
	clear: right;
	display: none;
}

header nav li {
	display: inline-block;
	border-left: 1px  solid #E41E3D;
	padding: 20px 20px 0px 20px;
}

#content {
	background-color: #FFFFFF;
	border-bottom: 32px solid #E41E3D;
	padding: 0 0 20px 0;
}

#contact {
	background-color: #FFFFFF;
	padding: 0 0 20px 0;
}

#disclaimerbox {
	background-color: #DDDDDD;
	padding: 0 0 20px 0;
	display: none;
}
.text {
	margin: 40px;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #E41E3D;
	margin: 0px auto 0 auto;
}

footer
{
	background-color: #000000;
	color: #FFFFFF;
	overflow:hidden;
}
footer ul
{
	width: 70%;
	float:left;
	margin: 48px 40px;
}
footer ul li
{
	display: inline-block;
	width: 30%;
	font-size: 12px;
	padding: 0;
}
footer ul li.companyname
{
	font-size: 18px;
}

footer img
{
	float:right;
	margin: 40px 40px;
	width: 200px;
	height: auto;
}

footer a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 900;
}

footer a:hover, footer a:active
{
	text-shadow: 0px 0px 10px #000000;
}

.clear {
  clear: both;
  height: 0px;
}

/* TYPOGRAFIE */

h1, h2, h3, h4, h5, h6 {
	font-family: 'bpreplaybold', Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
	line-height: inherit;
	margin: 20px 0px;
	font-size: 150%;
}
.text h1 {
	font-size: 2.4em;
}
.text h2 {
	font-size: 2em;
}
.text h3 {
	font-size: 1.6em;
}
.text h4 {
	font-size: 1.2em;
}
.text h5 {
	font-size: 0.8em;
}
.text h6 {
	font-size: 0.4em;
}
.text strong {
	font-weight: 900;
}
.text em {
	font-style:italic;    
}
.text u {
	text-decoration: underline;
}
.text a {
	text-decoration: underline;
	color: #e41e3c;
	font-weight: 900;
}
.text ul {
	list-style-type:square;
	list-style-position:inside;
}
.text ol {
	list-style-type: decimal;
	list-style-position:inside;
}
.text blockquote {
	background-color: #EEEEEE;
	padding: 20px;
}
.text table {
	background-color: #FFFFFF;
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #000000;
}
.text table tr th {
	border: 1px solid #000000;
	background-color: #EEEEEE;
	padding: 10px;
	font-weight:900;
}
.text table tr td {
	border: 1px solid #000000;
	padding: 10px;
}
.text table caption {
	padding: 10px;
	font-style:italic;
}
.text hr {
  border-top: 1px solid #000000;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width:100%;
}
.text sup { 
	vertical-align: super;
	font-size: 50%;
}
.text sub { 
	vertical-align: sub;
	font-size: 50%;
}

/* FORM */

form {
	margin: 0 auto;
}

.left {
	width: 50%;
	float: left;
}

label {
	border: none;
	padding: 18px 54px;
	color: #000000;
	font-size: 16px;
	display: none;
	width: 40%;
}

input {
	background-color: #EEEEEE;
	border: none;
	padding: 18px 54px;
	color: #000000;
	font-size: 16px;
	display: block;
	width: 70%;
	float: left;
	margin-left: 40px;
	margin-bottom: 20px;
	height: 18px;
}
input.empty {
    font-family: 'FontAwesome', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color: #E41E3D;
}

textarea {
	background-color: #EEEEEE;
	border: none;
	padding: 18px 54px;
	color: #000000;
	font-size: 16px;
	display: block;
	width: 70%;
	float: right;
	margin-right: 40px;
	margin-bottom: 20px;
	height: 165px;
	resize:vertical;
}
textarea.empty {
    font-family: 'FontAwesome', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color: #E41E3D;
	text-transform:uppercase;
}

button {
	background-color: #E41E3D;
	border: none;
	padding: 18px 54px;
	color: #FFFFFF;
	font-size: 24px;
	text-transform: uppercase;
	margin: 20px auto 0 auto;
	display: block;
	font-family: 'bpreplaybold', Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
button:hover {
	background-color: #E41E3D;
	box-shadow: 0px 0px 40px #CCCCCC;
}

.zeem {
	border: none !important; 
	background: none !important; 
	width: 0px !important; 
	box-shadow: none !important; 
	margin: 0px !important; 
	padding: 0px !important;
}
/* SLICK NAV */

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 1215px) {
	header {
	}
	#wrapper {
		width: 100%;
	}
	
	
	/* FORM */
	
	form {
		margin: 0 auto;
		padding: 40px;
	}
	
	.left {
		width: 50%;
		overflow: hidden;
	}
	
	input {
		padding: 20px 20px;
		color: #000000;
		font-size: 16px;
		display: block;
		width: 100%;
		margin: 0px 20px 0px 0px;
		float: none;
	}
	
	textarea {
		display: block;
		float: none;
		width: 85%;
		margin: 0px 0px 0px 20px;
		resize:vertical;
		padding: 20px 5%;
	}
	
	button {
		padding: 18px 54px;
		font-size: 24px;
		text-transform: uppercase;
		margin: 40px auto 0 auto;
		display: block;
	}
	button:hover {
		box-shadow: 0px 0px 50px #FFFFFF;
	}
	
	footer
	{
		text-align: center;
	}
	footer img
	{
		float: none;
	}
	footer ul
	{
		width: 50%;
		float:left;
		margin:0;
		padding: 40px;
	}
	footer ul li
	{
		display: inline-block;
		width: 100%;
		font-size: 12px;
		text-align: left;
		padding: 0;
	}
}

@media screen and (max-width: 720px) {
	header {
		display: none;
	}
	#wrapper {
		width: 100%;
	}
	
/* SLICK NAV */

	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	/* END SLICK NAV */
	
	/* FORM */
	
	form {
		margin: 0 auto;
		padding: 10px;
	}
	
	.left {
		width: 100%;
		float: none;
		overflow: hidden;
	}
	
	.text {
		margin: 10px;
		font-size: 80%;
	}

	.text h1 {
		font-size: 1.6em;
	}

	.text h2 {
		font-size: 1.4em;
	}

	.text h3 {
		font-size: 1.2em;
	}

	.text h4 {
		font-size: 1em;
	}

	.text h5 {
		font-size: 0.8em;
	}

	.text h6 {
		font-size: 0.8em;
	}	
	input {
		padding: 20px 5%;
		font-size: 0.8em;
		color: #000000;
		display: block;
		width: 90%;
		margin: 10px 0px;
		float: none;
	}
	
	form br {
		display: none;
	}
	
	textarea {
		display: block;
		font-size: 0.8em;
		float: none;
		width: 90%;
		margin: 5px 0px;
		resize:vertical;
		padding: 20px 5%;
	}
	
	button {
		padding: 18px 54px;
		color: #FFFFFF;
		font-size: 24px;
		text-transform: uppercase;
		margin: 0 auto 0 auto;
		display: block;
		width: 100%;
	}
	button:hover {
		box-shadow: 0px 0px 50px #FFFFFF;
	}
	
	footer
	{
		text-align: center;
	}
	footer img
	{
		float: none;
	}
	footer ul
	{
		width: 100%;
		float:left;
		margin:0;
		padding:20px 0px;
	}
	footer ul li
	{
		display: inline-block;
		width: 100%;
		font-size: 12px;
		padding: 0;
		text-align: center;
	}
}