/* 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;
}

.clearfix:after,
.topplus li:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    clear: both;
    height: 0px;
}

.ulfix {
    font-size: 0;
}

.ulfix li {
    font-size: 16px;
}

p.par {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 10px 20px;
}

.img {
    display: block;
    margin: 0 auto 20px;
}

/* END my_presets */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Proxima Nova', 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: 'Proxima Nova', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    color: #222;
    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;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 100%;
    height: 82px;
    line-height: 82px;
    margin: 0 auto 12px;
    padding: 0 20px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    font-family: 'Proxima Nova', 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: 400px;
    height: 88px;
    line-height: 88px;
    margin: 0 auto;
    border: none;
    border-top: 1px solid #ffb20d;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align: center;
    font-family: 'Proxima Nova', Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: 2.4px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: rgb(255, 174, 0);
    background: -moz-linear-gradient(top, rgba(255, 174, 0, 1) 0%, rgba(255, 141, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 174, 0, 1) 0%, rgba(255, 141, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 174, 0, 1) 0%, rgba(255, 141, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8d00', GradientType=0);
    -webkit-box-shadow: 0 6px 0 0 #ed8811, 0 1px 0 0 #ff920d;
    box-shadow: 0 6px 0 0 #ed8811, 0 1px 0 0 #ff920d;
    -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 {
    padding-top: 10px;
    width: 400px;
    margin: 0 auto;
}

.m1-form .button-m {
    width: 100%;
}

h2.title {
    margin: 0 0 5px 0;
    font-size: 30px;
    text-align: center;
    letter-spacing: .3px;
    line-height: 1.2em;
}

h2.title>span {
    color: #91b005;
    display: block;
}

h2.title b {
    display: block;
    font-size: 35px;
    line-height: 1.1em;
}

.blue h2.title {
    color: #b8d24d;
}

.blue h2.title b {
    color: #fff;
}

.video-container {
    position: relative;
    width: 100%;
    height: 270px;
    margin: 0 auto 20px;
    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;
}

/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 150px;
    display: block;
    width: 40px;
    height: 60px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #202525 url("../img/arrow.png") no-repeat center center;
    z-index: 3;
    opacity: .7;
}

.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);
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

.time_circles>div {
    position: absolute;
    text-align: center;
}

.time_circles>div>h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 16px !important;
    text-transform: lowercase !important;
    color: #fff;
    font-weight: 400;
}

.time_circles>div>span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 36px !important;
    font-weight: 700;
    line-height: 42px !important;
    color: #c7e954;
}