/*reset*/
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, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0;}

/* HTML5 display-role reset for older browsers */
/* endzeit_____ */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: none;}
a:hover{cursor: pointer;}
/* michael-k90 */
*::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
*:-moz-placeholder {color: #a9a9a9; opacity: 1;}
*::-moz-placeholder {color: #a9a9a9; opacity: 1;}
*:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input,a{outline: none;}
/* endzeit_____ */
.forma input.field:focus::-webkit-input-placeholder {opacity:0;}
.forma input.field:focus::-moz-placeholder          {opacity:0;}
.forma input.field:focus:-moz-placeholder           {opacity:0;}
.forma input.field:focus:-ms-input-placeholder      {opacity:0;}
.forma input.field::-webkit-input-placeholder {color: #222; opacity: 1;}
.forma input.field:-moz-placeholder {color: #222; opacity: 1;}
.forma input.field::-moz-placeholder {color: #222; opacity: 1;}
.forma input.field:-ms-input-placeholder {color: #222; opacity: 1;}
.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.clearfix:after{content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}

html{
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
h1,h2,h3,h4,h5,h6{font-family: 'Play', sans-serif; font-weight: 700; text-transform: uppercase;text-align: center;line-height: 1em;}
b,strong{font-weight: 700;}
body{
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Play', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7em;
    color: #333333;
    background: #8e8e8e;
}
.wrap {
    width: 480px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}
section, footer {
	width: 100%;
    position: relative;
}
.wrap:after {
    clear: both;
    content: "";
    display: table;
}
section:after, footer:after {
    clear: both;
    content: "";
    display: table;
}
section img {
	display: block;
}
.forma input.field{
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    height: 61px;
    line-height: 68px;
    margin: 0 auto 19px;
    padding: 0 20px;
    background:#fff;
    text-align: left;
    font-size: 18px;
    font-family: 'Play', sans-serif;
    font-weight: 400;
    color: #000000;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
}
.button-m {
    position: relative;
	z-index: 3;
    display: block;
    width: 337px;
    height: 62px;
    line-height: 61px;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    font-family: 'Play', sans-serif;
    font-size: 22px;
    font-weight: 700;
	letter-spacing: 1.1px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #252c3c;
	background: #ededed;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	text-shadow: 0 1px 0 #252c3c;
}
.button-m:hover{
	background: #30302E;
    color: #fff;
}
.button-m:active{
	background: #30302E;
    top:-1px;
}
.forma .button-m{
    width: 100%;
}
.forma {
	width: 338px;
	margin: 0 auto;
}
.price {
	width: 100%;
	text-transform: uppercase;
	height: 41px;
	margin: 40px 0 24px;
	position: relative;
}
.price:before {
	content: '';
	display: block;
	height: 42px;
	width: 2px;
	background: #fff;
	position: absolute;
	top:-5px;
	left: 50%;
	-moz-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
}
.price .old-cost {
	width: 50%;
	float: left;
	text-align: right;
	color:#fff;
	font-size: 35px;
	padding-right: 20px;
    text-transform: lowercase;
}
.price .old-cost span {
	text-decoration: line-through;
}
.price .new-cost {
	width: 50%;
	float: left;
	text-align: left;
	color:#fff;
	font-weight: 700;
	font-size: 36px;
	padding-left: 20px;
}
.price .new-cost span {
	font-size: 36px;
    text-transform: lowercase;
}
.video-container{
     position: relative;
     width: 100%px;
     height: 280px;
     overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed{
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.youtube {
    height: 100% !important;
}