/*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; font-size: 0;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
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;}
a {
   -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
}
/* endzeit_____ */
.m1-form input.field:focus::-webkit-input-placeholder {opacity:0;}
.m1-form input.field:focus::-moz-placeholder          {opacity:0;}
.m1-form input.field:focus:-moz-placeholder           {opacity:0;}
.m1-form input.field:focus:-ms-input-placeholder      {opacity:0;}
.m1-form input.field::-webkit-input-placeholder {color: #333333; opacity: 1;}
.m1-form input.field:-moz-placeholder {color: #333333; opacity: 1;}
.m1-form input.field::-moz-placeholder {color: #333333; opacity: 1;}
.m1-form input.field:-ms-input-placeholder {color: #333333; opacity: 1;}
.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.clearfix:after, .job li:after,.use li:after, .ship li: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: 'PT Sans', sans-serif; font-weight: 700; text-transform: uppercase;line-height: 1.2em;}
b,strong{font-weight: 700;}
body{
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625em;
    color: #333333;
    background: #e6e6e6;
}
.wrap {
    width: 480px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}
section {
    padding: 30px 0;
}
section, footer {
	width: 100%;
    position: relative;
}
.wrap:after {
    clear: both;
    content: "";
    display: table;
}
section:after, footer:after {
    clear: both;
    content: "";
    display: table;
}
.m1-form input.field{
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border:1px solid #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 18px;
    padding: 0 20px;
    background:#fff;
    text-align: center;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #222;
    -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-box-shadow:inset 0 2px 5px 0 rgba(0,0,0,.2);
    box-shadow:inset 0 2px 5px 0 rgba(0,0,0,.2);
}
.button-m{
    position: relative;
    z-index: 2;
    display: block;
    width: 400px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #2e241f;
    background: #fdd130;
    background: -moz-linear-gradient(top, #fdd130 0%, #fdad2b 100%);
    background: -webkit-linear-gradient(top, #fdd130 0%,#fdad2b 100%);
    background: linear-gradient(to bottom, #fdd130 0%,#fdad2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd130', endColorstr='#fdad2b',GradientType=0 );
    -webkit-box-shadow: 0 4px 0 0 #cc8b23;
    box-shadow: 0 4px 0 0 #cc8b23;
    -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;
}
.button-m:hover{
}
.button-m:active{ 
    top:-1px;
}
.m1-form {
    width: 400px;
    margin: 27px auto 0;
}
.m1-form .button-m{
    width: 100%;
}
h2.title {
    margin: 0 0 20px 0;
    font-size: 28px;
    color:#943e43;
    letter-spacing: .7px;
    text-align: center;
}
h2.title > span{
    color: #333333;
    font-size: 16px;
    display: block;
}
.price {
    width: 430px;
    margin: 20px auto 15px;
    text-align: center;
    font-weight: 400;
    font-size: 48px;
    color:#fff;
    position: relative;
}
.price:before {
    content: '';
    display: block;
    width: 4px;
    height: 44px;
    background: #fff;
    position: absolute;
    top:5px;
    left: 50%;
    -moz-transform: translateX(-50%) rotate(20deg);
    -webkit-transform: translateX(-50%) rotate(20deg);
    -o-transform: translateX(-50%) rotate(20deg);
    -ms-transform: translateX(-50%) rotate(20deg);
    transform: translateX(-50%) rotate(20deg);
}
.old-cost {
    float: left;
}
.old-cost p {
    font-weight: 400;
    line-height: 48px;
    text-decoration: line-through;
}
.new-cost {
    float: right;
    color:#fdd130;
    font-weight: 700;
}
.new-cost p {
    line-height: 48px;
}
.new-cost, .old-cost  {
    width: 50%;
    height: 60px;
}

.video-container{
     position: relative;
     width: 100%;
     height: 270px;
     overflow:hidden;
     background:#000;	
}
 .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;
}

.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 250px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;    
    border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background:#fdd130 url(../img/arrow.png) no-repeat center center;
    z-index: 3;
}
.slick-prev{
    left: 42px;
}
.slick-next{
    right: 42px;
    -moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}