/*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 */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}
@font-face {
    font-family: 'Kelson Sans';
    src: url('Kelson_Sans_Light_RU64fae.otf');
    font-weight: normal;
    font-style: normal;
}
/* bizlife_inc */
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}
*::-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{outline: none;}
/* Default settings*/
.hidden{display: none;}
.clear{clear: both;height: 0px;}
.invis{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.clearfix:after{content: '';display: block;clear: both;}
/*Site settings*/
h1,h2,h3,h4,h5,h6{font-weight: 400;}
b, strong{font-weight: 700;}
i{font-style: italic;}
.black {color:#0d0d0d;}
.white {color:#fff;}
.opacity-75{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
.shadow-text{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.shadow-55{
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.55);
    box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.55);
}
/* owmen17 */
.border-5{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.animate {
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    -o-transition:      all 0.3s;
    -ms-transition:     all 0.3s;
    transition:         all 0.3s;
}
.col-1{color: #ffdc00;}
.col-2{color: #c41255;}
.col-3{color: #3a6662;}
.col-4{color: #111;}
.f-normal{font-weight: 400;}
.mob-vis{
    display: none;
}
/*structure*/
html{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body{
    position: relative;
    width: 100%;
    min-width: 960px;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #3a3a3a;
    font-weight: 400;
    overflow-x:hidden;
    background: #fff;
}
.section, .wrap, .container{
    position: relative;
}
.section{
    width: 100%;
}
.wrap{
    width: 940px;
    padding: 0px;
    margin: 0 auto;
}
.new-cost {
    font-size: 30px;
    color: #ff3366;
    font-weight: 700;
    line-height: 23px;
}
.old-cost{
    font-size: 20px;
    text-decoration: line-through;
}
form>div{
    position: relative;
    padding-bottom: 15px;
}
form input{
    position: relative;
    display: block;
    outline: 0;
    border: 0;
    width: 100%;
    height: 50px;
    line-height: 60px;
    margin: 0 auto;
    background: #fff;
    text-indent: 15px;
    font-size: 18px;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
}
form input:focus{
    border-color: #222;
}
form button, .button-1 {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    outline: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    background: #f74e72;
    background: -moz-linear-gradient(top, #f74e72 0%, #e7264a 49%, #d91f47 51%, #cc173e 100%);
    background: -webkit-linear-gradient(top, #f74e72 0%,#e7264a 49%,#d91f47 51%,#cc173e 100%);
    background: linear-gradient(to bottom, #f74e72 0%,#e7264a 49%,#d91f47 51%,#cc173e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74e72', endColorstr='#cc173e',GradientType=0 );
    border-bottom: 6px solid #ad0f3f;
    border-radius: 10px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 25px;
    text-transform: uppercase;
    line-height: 56px;
    font-weight: bold;
}
form button:hover, .button-1:hover {
    background: #f74e72;
    background: -moz-linear-gradient(top, #f74e72 0%, #d91f47 48%, #d91f47 52%, #cc173e 100%);
    background: -webkit-linear-gradient(top, #f74e72 0%,#d91f47 48%,#d91f47 52%,#cc173e 100%);
    background: linear-gradient(to bottom, #f74e72 0%,#d91f47 48%,#d91f47 52%,#cc173e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74e72', endColorstr='#cc173e',GradientType=0 );
    border-bottom: 6px solid #ea1757;
}
.button-1 {
    text-decoration: none;
    width: 391px;
    margin: 23px 0;
}
/* after_qbici */
h1 {
    position: relative;
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    font-family: 'Open Sans';
    color: #980299;
}
h2 {
    position: relative;
    font-size: 45px;
    line-height: 1.1em;
    font-weight: 300;
    color: #000;
    font-family: 'Kelson Sans';
    padding: 24px 0;
}
h3{
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 700;
}
h4{
    line-height: 1.5em;
}
.block-1 {
    height: 644px;
    background: url("bg-12f1d1.jpg") center top no-repeat;
}
.block-1 .head-top {
    width: 550px;
    padding-top: 18px;
    height: 66px;
}
.block-1 .top-content {
    width: 420px;
    min-height: auto;
}
.block-1 h2 {padding: 18px 0 20px;}
.block-1 .topPrice {
    position: absolute;
    top: 213px;
    left: 418px;
    width: 165px;
    text-align: center;
}
.block-1 .topPrice p {
    font-weight: bold;
}
.block-1 .topPrice span {
    display: block;
    margin: 0 0 5px;
}
.block-1 .top-content ul li {
    background: url("tail20a2d.png") no-repeat;
    margin-bottom: 14px;
    color: #fff;
    padding: 18px 0 10px 75px;
    height: 66px;
}
.block-1 .topFoot {
    width: 550px;
    font-weight: bold;
    margin-top: 30px;
}
.block-1 .topFoot .actiontop {
    width: 204px;
    text-align: center;
    padding: 13px 0;
}
.block-1 .topFoot .actiontop span {
    display: block;
    font-size: 50px;
    margin-top:10px;
}
.block-1 .topFoot .delivtop {
    width: 327px;
    font-size: 16px;
    margin-top: 11px;
}
.orderForm {
    width: 430px;
    padding: 0 30px;
}
/* endzeit_____ */
p.txtForm {
    text-align: center;
    text-transform: uppercase;
    padding: 26px 0;
    font-size: 19px;
    font-weight: bold;
}
p.txtForm span {color:#c8f3ff;}
.block-2{
    color:#333333;
    margin: 40px 0 30px;
}
.block-2 h2 {
    text-transform: uppercase;
    font-size: 36px;
}
.block-2 ul li {
    margin-bottom: 20px;
    padding-left: 75px;
    min-height: 55px;
}
.block-2 ul li:before {
    content: '';
    position: absolute;
    background: url("item-lib1fee.png") no-repeat;
    width: 50px;
    height: 50px;
    margin: 4px 0 0 -75px;
}
/* michael-k90 */
.block-2 .left {
    width: 400px;
}
.block-2 .right {
    width: 500px;
}
.block-3 {
    background: #990099;
    height: auto;
    padding-bottom: 40px;
}
.block-3 h2 {
    padding: 40px 0;
}
.plusBlock {
    text-align: center;
    margin: 30px 0;
}
.plusBlock .item {
    display: inline-block;
    width: 130px;
    vertical-align: top;
    margin: 0px 10px;
    color: #FFF;
    font-size: 14px;
    padding-top: 150px;
}
.plusBlock .item:nth-child(1) { background: url("plusbe2d6.png") no-repeat 0px 0px;}
.plusBlock .item:nth-child(2) { background: url("plusbe2d6.png") no-repeat -146px 0px;}
.plusBlock .item:nth-child(3) { background: url("plusbe2d6.png") no-repeat -294px 0px;}
.plusBlock .item:nth-child(4) { background: url("plusbe2d6.png") no-repeat -440px 0px;}
.plusBlock .item:nth-child(5) { background: url("plusbe2d6.png") no-repeat -588px 0px;}
.plusBlock .item:nth-child(6) { background: url("plusbe2d6.png") no-repeat -735px 0px;}
.block-4 {
    background: url("light_greyab549.png");
    height: auto;
    padding: 20px 0 40px;
    font-size: 14px;
}
.block-4 h2 {
    margin-bottom: 22px;
}
.block-4 .secret {
    width: 602px;
    padding-right: 280px;
    background: url("tights_1cb99f.png") no-repeat bottom right;
}
.block-4 .secret p:last-child {
    margin-top: 16px;
    width: 292px;
}
.block-4 .secret2 {
    width: 308px;
}
.block-4 .secret2 img {
    margin-bottom: 20px;
}
.block-5{
    color:#333333;
    padding: 20px 0;
    background: url("bg-5eac79.jpg") center bottom no-repeat;
}
.block-5 h2 {
    padding-bottom: 40px;
}
.block-5 .content {
    width: 391px;
    font-size: 14px;
    text-align: justify;
}
.block-6 {
    background:#b22fb1;
    padding: 20px 0 0;
    color: #fff;
}
.block-6 .content, .block-6 .bg-2 .content  {
    padding: 40px 0;
    font-style: italic;
}
.block-6 .wrap .content img {
    float: left;
    margin-right: 30px; 
}
.block-6 .bg-2 {
    background:#990099;
}
.block-6 .bg-2 .content {
    width: 940px;
    margin: 0 auto;
}
.block-6 .bg-2 .content img {
    float: right;
    margin-left: 30px; 
}
.block-7 .leftBlock {
    float: left;
    width: 260px;
    text-align: center;
    height: 420px;
    background: url("doctor02bf0.jpg") no-repeat bottom;
}
.block-7 .rightBlock {
    float: right;
    width: 640px;
    padding-top: 15px;
}
.block-7 .rightBlock p {
    font-size: 16px;
    font-style: italic;
}
.block-7 .rightBlock p:last-child {
    margin-top: 15px;
    font-weight: bold;
}
.block-8 {
    padding: 40px 0 40px;
    text-align: center;
    color:#333333;
    background: #990099;
}
.block-8 h2 {
    padding: 0px 0 45px;
}
.block-8 .content {
    text-align: center;
}
.block-8 .content .item{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 1%;
}
.giftxt {
    position: absolute;
    font-size: 26px;
    background: black;
    margin: 7px 0 0 3px;
    color: #fff;
}
.block-9 {
    padding: 20px 0;
}
.block-9 h2 {
    margin-bottom: 30px;
}
.block-9 .fotPrice {text-align: center; margin: 22px 0;}
.block-9 .fotPrice span {
    display: inline-block;
    width: 140px;
}
.block-9 .fotPrice span.new-cost { color: #fff; }
.block-9 .fotPrice span.old-cost { color: #ccc; }
.block-9 .orderForm p {
    margin: 15px 0;
}
.block-9 .size {
    width: 462px;
}
.block-9 .orderForm {
    background: #990099;
}
.block-9 .orderForm p {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.footer {
    padding: 20px 0;
    color: rgba(255,255,255,0.7);
    font-size: 18px;
}
.footer img {
    display: block;
    margin: 0 auto;
}