/* my_presets *//* michael-k90 *//* 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: #222; opacity: 1;}
.m1-form input.field:-moz-placeholder {color: #222; opacity: 1;}
.m1-form input.field::-moz-placeholder {color: #222; opacity: 1;}
.m1-form input.field:-ms-input-placeholder {color: #222; opacity: 1;}
.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.just {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
p.par {
    text-align: justify;
    padding: 0 20px 20px;
}
.img {
    display: block;
    margin: 0 auto 20px;
}
.clearfix:after, .ship li:after {content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}
.ulfix {font-size: 0;}
.ulfix li {font-size: 16px;}
/* END my_presets */

h1,h2,h3,h4,h5,h6{font-family: 'Open Sans', Helvetica, sans-serif; font-weight: 700; text-transform: uppercase;line-height: 1.3em;}
b,strong{font-weight: 700;}
body{
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    background: #f1f1f1;
}
.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;
      width: 100%;
    height: 76px;
    line-height: 68px;
    margin: 0 auto 10px;
    padding: 0 20px;
    background:#fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans', Helvetica, 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;
}
.button-m{
    position: relative;
    z-index: 2;
    display: block;
    width: 380px;
    height: 76px;
    line-height: 76px;
    margin: 0 auto;
    border: none;
    text-align: center;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #271600;
    background: rgb(249,141,0);
background: -moz-linear-gradient(top, rgba(249,141,0,1) 0%, rgba(255,188,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(249,141,0,1) 0%,rgba(255,188,0,1) 100%);
background: linear-gradient(to bottom, rgba(249,141,0,1) 0%,rgba(255,188,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98d00', endColorstr='#ffbc00',GradientType=0 );
    -webkit-box-shadow: 0 6px 0 0 #f98d00;
    box-shadow: 0 6px 0 0 #f98d00;
    -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 #ffd200;
}
.button-m:hover{
    
}
.button-m:active{
   
    top:-1px;
}
.m1-form {
    width: 400px;
    margin: 0 auto;
}
.m1-form .button-m{
    width: 100%;
}
h2.title {
    margin: 0 20px 30px;
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    background: url(../img/t1.png) no-repeat 0 4px;
    padding-left: 26px;
}
h2.title.v2 {
    background: url(../img/t2.png) no-repeat 0 4px;
    color:#009fce;
}
h2.title.v3 {
    background: url(../img/t3.png) no-repeat 0 4px;
    color:#ffba00;
}
h2.title.v3 span {
    color:#fff;
}
h2.title > span{
    font-size: 24px;
    font-weight: 400;
    display: block;
    color:#333333;
}
.price {
    width: 100%;
    margin: 0 auto 30px;
    background: #ffffff;
    color:#333;
}
.old-cost {
    float: left;
    position: relative;
    width: 230px;
    text-align: right;
    padding-right: 40px;
}
.old-cost:after {
    content:'';
    display: block;
    width: 0;
	height: 0;
	border-top: 66px solid #fff;
	border-right: 20px solid transparent;
    position: absolute;
    top:0;
    right: -20px;
}
.old-cost p {
    font-size: 36px;
    line-height: 26px;
    
}
.old-cost p span {
    text-decoration: line-through;
}
.old-cost > span, .new-cost > span {
    font-size: 14px;
}
.new-cost {
    float: right;
    background: #007eaf;
    color:#fff;
    width: 250px;
    padding-left: 60px;
}
.new-cost p {
    font-size: 36px;
    line-height: 26px;
    font-weight: 800;
}
.new-cost, .old-cost  {
    height: 66px;
    padding-top: 3px;
}
.old-cost p small, .new-cost p small {
    font-size: .8em;
    text-transform: uppercase;
}

.video-container {
     position: relative;
     width: 100%;
     height: 277px;
     margin: 0 auto 30px;
     overflow:hidden;
     background:#000;	
     border: 8px solid #f1f1f1;
    -webkit-box-shadow: 0 10px 40px -10px rgba(0,0,0,.5);
    box-shadow: 0 10px 40px -10px rgba(0,0,0,.5);    
}
 .video-container iframe, .video-container object, .video-container video{
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.youtube {
    height: 100% !important;
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 212px;
    display: block;
    width: 57px;
    height: 57px;
    padding: 0;    
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background:rgba(0,159,206,.7) url(../img/arrow.png) no-repeat center center;
    z-index: 3;
}
.slick-prev{
    left: 0px;
}
.slick-next{
    right: 0;
    -moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.reviews .slick-prev,
.reviews .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 315px;
    display: block;
    width: 25px;
    height: 42px;
    padding: 0;    
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background:url(../img/arrow2.png) no-repeat center center;
    z-index: 3;
}
.reviews .slick-prev{
    left: 50px;
}
.reviews .slick-next{
    right: 50px;
    -moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}