/* Code tidied up by ScrapBook */

body {
    font-family: "Open Sans", sans-serif;
    color: rgb(68, 68, 68);
    line-height: 1.5625;
}

.iframe {
    width: 100%;
    height: auto;
    background: white none repeat scroll 0% 0%;
    border: 5px double rgb(0, 0, 0);
    box-sizing: border-box;
    padding: 10px;
}

.form-font {
    font-size: 32px;
    text-shadow: 0px 0px 1px rgb(103, 134, 77);
    line-height: 42px;
}

.order_form {
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0px;
    font-family: Arial, Helvetica;
}

.block_form {
    margin: 0px 0px 12px;
}

.block_form_label {
    font-size: 14px;
    color: rgb(51, 51, 51);
    display: block;
    float: left;
    width: 98%;
    margin: 0px auto;
    text-align: left;
}

.block_form input {
    display: block;
    width: 98.8%;
    padding: 8px 10px;
    border: 1px solid rgb(136, 136, 136);
    font-size: 15px;
    border-radius: 5px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

input {
    outline: 0px none;
}

.order_form .clear {
    clear: both;
}

.ifr_button {
    display: block;
    font-family: calibri, roboto, arial;
    font-size: 20px;
    font-weight: 600 ! important;
    letter-spacing: 1.4px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    height: auto;
    min-height: 51px;
    margin: 20px auto;
    padding: 0px 34px;
    color: rgb(255, 255, 255);
    background: rgb(211, 30, 0) none repeat scroll 0% 0%;
    transition: all 0.2s linear 0s;
}

.ifr_button:hover {
    box-shadow: 0px 0px 0px 2px rgb(180, 45, 23) inset, 0px 0px 0px 4px rgb(255, 255, 255) inset;
}

.rightsidebar {
    float: left;
    margin-left: 55px;
    margin-top: 10px;
    width: 100%;
}

.part {
    width: 250px;
    background-color: rgb(255, 255, 255);
}

.shadow {
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
}

.certification {
    width: 100%;
    height: 40px;
    font-size: 17px;
    line-height: 2.5;
    font-weight: 600;
    color: rgb(255, 255, 255);
    background-color: rgb(55, 33, 54);
    text-align: center;
}

.shadow a {
    display: block;
    width: 100%;
    text-align: center;
}

.shadow a img {
    display: inline-block;
    width: 150px;
}

.formAdd {
    text-align: center;
}

.order_form {
    font-family: Arial, Helvetica;
    margin: 0px;
    padding: 0px 20px;
    border-radius: 5px;
}

.block_form {
    margin: 0px 0px 12px;
}

.block_form_label {
    display: block;
    float: left;
    width: 98%;
    margin: 0px auto;
    font-size: 14px;
    color: rgb(51, 51, 51);
    text-align: left;
}

.block_form input {
    display: block;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid rgb(136, 136, 136);
    font-size: 15px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

input {
    outline: 0px none;
}

.order_form .clear {
    clear: both;
}

.statistics {
    font-size: 14px;
    margin-top: 14px;
    text-align: center;
}

.ordered {
    display: inline-flex;
    padding-bottom: 10px;
}

.aside-button {
    font-size: 15px;
    margin-top: 8px;
    border: 2px solid rgb(61, 61, 61);
    padding: 5px 20px;
    text-decoration: none;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.aside-button:hover {
    background: rgb(61, 61, 61) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
}

.formAdd button,
.formAdd:visited {
    color: rgb(61, 61, 61);
}

.formAdd button:hover {
    color: rgb(255, 255, 255);
}

.btnflip {
    position: absolute;
    transform: translate(-100%, -40%);
    width: 600px;
    height: 60px;
    text-align: center;
    transform-style: preserve-3d;
    perspective: 1000px;
    transform-origin: center center 0px;
}

.btnflip-item {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.05);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    border-radius: 30px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    transition: all 1s ease 0s;
}

.btnflip-item.btnflip__front {
    transform: rotateX(0deg) translateZ(20px);
}

.btnflip:hover .btnflip-item.btnflip__front {
    transform: rotateX(-180deg) translateZ(20px);
}

.btnflip-item.btnflip__back {
    transform: rotateX(180deg) translateZ(20px);
}

.btnflip:hover .btnflip-item.btnflip__back {
    transform: rotateX(0deg) translateZ(20px);
}

.btnflip-item.btnflip__center {
    background: transparent linear-gradient(to left, rgb(195, 26, 91), rgb(113, 41, 189)) repeat scroll 0% 0%;
}

.btnflip-item.btnflip__center::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(to left, rgb(253, 90, 38), rgb(255, 168, 42)) repeat scroll 0% 0%;
    border-radius: 30px;
    transform: translateZ(-1px);
}

.btnflip:hover .btnflip-item.btnflip__center {
    transform: rotateX(-180deg);
}

@media (min-width: 759px) and (max-width: 1024px) {
    .c-feed-sm.t-feed-grid .c-post-title {
        font-size: 9px;
    }
    .c-main .u-content-read {
        font-size: 20px;
    }
    .com-txt {
        font-size: 19px;
    }
    .btnflip {
        transform: translate(-112%, -40%);
    }
    .c-entry-lg .c-post-title {
        font-size: 21px;
    }
    .c-post-footer {
        max-width: 112%;
        margin-left: -40px;
    }
    .o-jumbotron {
        font-size: 11px;
        padding: 0px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .c-feed-sm.t-feed-grid .c-post-title {
        height: 68px;
        font-size: 12px;
    }
    .c-entry-lg .c-post-title {
        font-size: 19px;
        line-height: 24px;
    }
    .c-post-footer {
        max-width: 136%;
        margin-left: -167px;
    }
    .btnflip {
        transform: translate(-83%, -40%);
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .c-post-footer {
        max-width: 106%;
        margin-left: -44px;
    }
}

@media (max-width: 759px) {
    html,
    body {
        width: 100%;
        padding: 0px 10px;
    }
    #main-content.container.o-wrap.c-si-main.t-lady.js-si-main {
        width: 100%;
    }
    .c-post-img-sleaze {
        width: 100%;
    }
    .c-feed.t-feed-brand .c-entry,
    .c-feed.t-feed-grid .c-entry {
        width: 100%;
    }
    .container {
        margin: 0px;
        padding: 0px;
    }
    .container.c-banner.o-wrap.has-nav-sub {
        width: 100%;
    }
    .c-post-img-sleaze {
        width: 172px;
        height: 118px;
    }
    .c-sidebar-wrap~.c-main,
    .s-main {
        width: 100%;
    }
    .c-main .u-content-read {
        margin-left: 0px;
        font-size: 20px;
        line-height: 1.5;
    }
    .product {
        width: 100%;
    }
    .im15 {
        width: 100%;
    }
    .btnflip {
        width: 100%;
    }
    .c-feed-sm.t-feed-grid .c-entry {
        width: 100%;
    }
    .com-txt {
        padding-left: 85px;
        font-size: 17px;
    }
    .o-jumbotron {
        font-size: 11px;
        padding: 0px;
    }
    .h1,
    h1 {
        font-size: 20px;
    }
    .c-post-title {
        font-size: 17px;
    }
    .c-feed-sm.t-feed-grid .c-entry-embed {
        padding: 0px 0px 60px;
    }
    .p-name.c-post-title.js-ellipsis {
        height: 100%;
        max-height: 100%;
    }
    .c-feed-sm.t-feed-grid .c-post-meta {
        padding: 0px;
    }
    a.c-post-img-wrap::before {
        display: none;
    }
    .btnflip-item {
        font-size: 21px;
    }
    .product {
        width: 100%;
    }
    .im15 {
        width: 100%;
    }
    .c-post-img-wrap {
        width: 800px;
    }
    .u-url.u-uid.c-post-img-wrap {
        display: none;
    }
    .c-post-footer {
        width: 100vw;
        margin-left: -20px;
        overflow-y: scroll;
        overflow-x: hidden ! important;
    }
    .o-jumbotron.c-entry-lg .c-post-meta {
        padding-left: 20px;
    }
    .p-name.c-post-title.u-uppercase.js-si-title {
        max-width: 106%;
        margin-bottom: -7px;
    }
    .c-bar-right {
        display: none;
    }
    .c-entry-lg .c-post-title {
        font-size: 21px;
    }
    .c-main .o-jumbotron {
        max-width: 114%;
        margin-left: -20px;
    }
    .u-lady.s-active.c-nav-sub.show {
        display: none;
    }
    .show {
        display: none ! important;
    }
    .u-video,
    .u-glamor,
    .u-special,
    .c-nav-unit.u-show-on-compression,
    .c-nav-unit.c-search-nav {
        display: none;
    }
    .main-text {
        font-size: 11px;
    }
}

@media (max-width: 650px) {
    .c-post-img.u-blur {
        min-height: 340px;
        transform: translate(-30%, 0%);
    }
    body {
        font-family: "Open Sans", sans-serif;
        color: rgb(68, 68, 68);
        line-height: 1.5625;
    }
    .iframe {
        width: 100%;
        height: auto;
        background: white none repeat scroll 0% 0%;
        border: 5px dashed rgb(0, 0, 0);
        box-sizing: border-box;
        padding: 10px;
    }
    .form-font {
        font-size: 32px;
        text-shadow: 0px 0px 1px rgb(103, 134, 77);
        line-height: 42px;
    }
    .order_form {
        padding: 10px 20px;
        border-radius: 5px;
        margin: 0px;
        font-family: Arial, Helvetica;
    }
    .block_form {
        margin: 0px 0px 12px;
    }
    .block_form_label {
        font-size: 14px;
        color: rgb(51, 51, 51);
        display: block;
        float: left;
        width: 98%;
        margin: 0px auto;
        text-align: left;
    }
    .block_form input {
        display: block;
        width: 98.8%;
        padding: 6px 10px;
        border: 1px solid rgb(136, 136, 136);
        font-size: 15px;
        border-radius: 5px;
        background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    }
    input {
        outline: 0px none;
    }
    .order_form .clear {
        clear: both;
    }
    .ifr_button {
        display: block;
        font-family: calibri, roboto, arial;
        font-size: 20px;
        font-weight: 600 ! important;
        letter-spacing: 1.4px;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        height: auto;
        min-height: 51px;
        margin: 20px auto;
        padding: 0px 34px;
        color: rgb(255, 255, 255);
        background: rgb(191, 34, 25) none repeat scroll 0% 0%;
        border: medium none;
        transition: all 0.2s linear 0s;
    }
    .ifr_button:hover {
        box-shadow: 0px 0px 0px 2px rgb(210, 151, 61) inset, 0px 0px 0px 4px white inset;
    }
    .btnflip {
        position: absolute;
        transform: translate(-100%, -40%);
        width: 600px;
        height: 60px;
        text-align: center;
        transform-style: preserve-3d;
        perspective: 1000px;
        transform-origin: center center 0px;
    }
    .btnflip-item {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 60px;
        font-size: 24px;
        background-color: rgba(255, 255, 255, 0.05);
        transform-style: preserve-3d;
        backface-visibility: hidden;
        border-radius: 30px;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
        transition: all 1s ease 0s;
    }
    .btnflip-item.btnflip__front {
        transform: rotateX(0deg) translateZ(20px);
    }
    .btnflip:hover .btnflip-item.btnflip__front {
        transform: rotateX(-180deg) translateZ(20px);
    }
    .btnflip-item.btnflip__back {
        transform: rotateX(180deg) translateZ(20px);
    }
    .btnflip:hover .btnflip-item.btnflip__back {
        transform: rotateX(0deg) translateZ(20px);
    }
    .btnflip-item.btnflip__center {
        background: transparent linear-gradient(to left, rgb(195, 26, 91), rgb(113, 41, 189)) repeat scroll 0% 0%;
    }
    .btnflip-item.btnflip__center::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: transparent linear-gradient(to left, rgb(253, 90, 38), rgb(255, 168, 42)) repeat scroll 0% 0%;
        border-radius: 30px;
        transform: translateZ(-1px);
    }
    .btnflip:hover .btnflip-item.btnflip__center {
        transform: rotateX(-180deg);
    }
    @media (min-width: 759px) and (max-width: 1024px) {
        .c-feed-sm.t-feed-grid .c-post-title {
            font-size: 9px;
        }
        .c-main .u-content-read {
            font-size: 20px;
        }
        .com-txt {
            font-size: 19px;
        }
        .btnflip {
            transform: translate(-112%, -40%);
        }
        .c-entry-lg .c-post-title {
            font-size: 21px;
        }
        .c-post-footer {
            max-width: 112%;
            margin-left: -40px;
        }
        .o-jumbotron {
            font-size: 11px;
            padding: 0px;
        }
    }
    @media (min-width: 1024px) and (max-width: 1279px) {
        .c-feed-sm.t-feed-grid .c-post-title {
            height: 68px;
            font-size: 12px;
        }
        .c-entry-lg .c-post-title {
            font-size: 19px;
            line-height: 24px;
        }
        .c-post-footer {
            max-width: 136%;
            margin-left: -167px;
        }
        .btnflip {
            transform: translate(-83%, -40%);
        }
    }
    @media (min-width: 1280px) and (max-width: 1366px) {
        .c-post-footer {
            max-width: 106%;
            margin-left: -44px;
        }
    }
    @media (max-width: 600px) {
        .c-entry-lg .c-post-title {
            line-height: 19px;
        }
    }
    @media (max-width: 759px) {
        html,
        body {
            width: 100%;
            padding: 0px;
        }
        #main-content.container.o-wrap.c-si-main.t-lady.js-si-main {
            width: 100%;
        }
        .c-post-img-sleaze {
            width: 100%;
        }
        .c-feed.t-feed-brand .c-entry,
        .c-feed.t-feed-grid .c-entry {
            width: 100%;
        }
        .container {
            margin: 0px;
            padding: 0px;
        }
        .container.c-banner.o-wrap.has-nav-sub {
            width: 100%;
        }
        .c-post-img-sleaze {
            width: 172px;
            height: 118px;
        }
        .c-sidebar-wrap~.c-main,
        .s-main {
            width: 100%;
        }
        .c-main .u-content-read {
            margin-left: 0px;
            font-size: 20px;
            line-height: 1.5;
        }
        .product {
            width: 100%;
        }
        .im15 {
            width: 100%;
        }
        .btnflip {
            width: 100%;
        }
        .c-feed-sm.t-feed-grid .c-entry {
            width: 100%;
        }
        .com-txt {
            padding-left: 85px;
            font-size: 17px;
        }
        .o-jumbotron {
            font-size: 11px;
            padding: 0px;
        }
        .h1,
        h1 {
            font-size: 20px;
        }
        .c-post-title {
            font-size: 17px;
        }
        .c-feed-sm.t-feed-grid .c-entry-embed {
            padding: 0px 0px 60px;
        }
        .p-name.c-post-title.js-ellipsis {
            height: 100%;
            max-height: 100%;
        }
        .c-feed-sm.t-feed-grid .c-post-meta {
            padding: 0px;
        }
        a.c-post-img-wrap::before {
            display: none;
        }
        .btnflip-item {
            font-size: 21px;
        }
        .product {
            width: 100%;
        }
        .im15 {
            width: 100%;
        }
        .u-url.u-uid.c-post-img-wrap {
            display: none;
        }
        .c-post-footer {
            width: 100vw;
            margin-left: -20px;
            overflow-y: scroll;
            overflow-x: hidden ! important;
        }
        .o-jumbotron.c-entry-lg .c-post-meta {
            padding-left: 20px;
        }
        .p-name.c-post-title.u-uppercase.js-si-title {
            max-width: 106%;
            margin-bottom: -7px;
        }
        .c-bar-right {
            display: none;
        }
        .c-entry-lg .c-post-title {
            font-size: 19px;
        }
        .c-main .o-jumbotron {
            max-width: 114%;
            margin-left: 0px;
        }
        .u-lady.s-active.c-nav-sub.show {
            display: none;
        }
        .show {
            display: none ! important;
        }
        .u-video,
        .u-glamor,
        .u-special,
        .c-nav-unit.u-show-on-compression,
        .c-nav-unit.c-search-nav {
            display: none;
        }
    }
}
@media (max-width: 420px) {
	h3, .h3 {
		font-size: 19px;
	}
	.form-font {
		font-size: 24px;
	}
	.ifr_button {
		font-size: 15px;
		padding: 0 25px;
	}
}
.content {
    display: none;
    text-align: center;
}

.spoil {
    background: rgb(238, 238, 238) none repeat scroll 0% 0%;
    width: 100%;
    font-size: 16px;
    color: rgb(0, 0, 0);
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
}

/* Code tidied up by ScrapBook */
#form {
    background-color: rgb(46, 148, 186);
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 15px;
    line-height: 1.5;
}

.inner-form {
    border: 3px dashed rgb(255, 255, 255);
    padding: 3% 5%;
}

.my-input {
    width: 80%;
    height: 40px;
    box-shadow: 0px 0px 2px rgb(80, 80, 80);
    padding: 0px 0px 0px 7px;
    margin: 5px 0px 10px;
    border: 2px solid rgb(59, 159, 241);
    border-radius: 3px;
    color: rgb(0, 0, 0);
}

.my-input:focus {
    border: 2px solid rgb(128, 127, 127);
    border-radius: 3px;
}

.my-a-button {
    font-size: 15px;
    background: rgb(241, 78, 78) none repeat scroll 0% 0%;
    padding: 3% 15%;
    color: rgb(255, 255, 255);
    border-radius: 3px;
    width: 80%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-top: 5px ! important;
    max-width: 80%;
    text-align: center;
    display: block;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.my-a-button:hover {
    color: inherit ! important;
    text-decoration: inherit ! important;
    background: rgb(230, 40, 40) none repeat scroll 0% 0%;
    transition: all 0.2s ease 0s;
}

.my-a-button:focus {
    color: inherit ! important;
    text-decoration: inherit ! important;
}

.my-a-button:active {
    background: rgb(241, 78, 78) none repeat scroll 0% 0%;
}

.close {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 40px;
    cursor: pointer;
}

.oui {
    width: 781px;
    height: 460px;
    background: transparent linear-gradient(135deg, rgb(60, 114, 181) 0%, rgb(123, 159, 204) 100%) repeat scroll 0% 0%;
    font-family: Roboto ! important;
    position: relative;
    border: 5px solid rgb(221, 221, 221);
}

.actsss {
    display: none ! important;
}

.eeee {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: fixed;
    cursor: pointer;
}

.kmacb-form2 .modal-block {
    left: 50%;
    margin-left: -396px;
    position: fixed;
    top: 6%;
    z-index: 11000;
    width: 792px;
    height: 470px;
    border-radius: 5px;
    border: 0px none;
    box-shadow: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: rgb(34, 34, 34);
}

p.ouimainp {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: block;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1.2;
}

.ouitrg {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 3;
    position: absolute;
    bottom: 0px;
    margin: 0px 25%;
    width: 50%;
}

.ouimain-text-img {
    display: block;
    padding: 1% 3%;
    margin-top: 20px;
}

.ouimain-img {
    float: left;
    display: block;
    width: 35%;
    margin: 0px auto;
}

.ouimain-img img {
    display: block;
    width: 100%;
    margin: 0px auto;
}

.ouimain-text {
    display: block;
    width: 60%;
    float: right;
    margin-left: 5%;
    margin-top: 1px;
}

.ouimain-text p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 22px;
    padding-bottom: 3px;
}

.ouimain-text-img::after {
    content: "";
    display: block;
    clear: both;
}

.kmacb-form form {
    margin: 30px 0px;
    text-align: center;
    width: 100%;
    height: auto;
    background: transparent none repeat scroll 0px center;
    position: static;
    padding: 0px;
    border: 0px none;
}

.kmacb-form2 form * {
    box-sizing: border-box;
}

.kmacb-form form input {
    float: none;
}

.kmacb-form form input[type="text"] {
    height: 56px;
    line-height: 56px;
    color: rgb(34, 34, 34);
    border: 2px solid rgb(189, 189, 189);
    padding: 0px 15px;
    width: 100%;
    display: inline-block;
    text-indent: 0px;
    border-radius: 3px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    font-size: 20px;
    font-style: normal;
    box-shadow: none;
    position: static;
    margin: 0px 0px 10px;
}

.kmacb-form input[type="button"] {
    position: absolute;
    cursor: pointer;
    border: 1px solid rgb(73, 155, 234);
    background: transparent linear-gradient(135deg, rgb(222, 69, 92) 0%, rgb(222, 69, 92) 13%, rgb(192, 31, 55) 76%, rgb(192, 31, 55) 100%) repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    padding: 0px 10px;
    text-transform: uppercase;
    line-height: 60px;
    vertical-align: top;
    display: block;
    text-indent: 0px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    width: 425px;
    height: 64px;
    opacity: 1;
    bottom: 15px;
    margin-left: 195px;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    border-radius: 10px;
    transition: all 0.6s ease 0s;
}

.kmacb-form form input[type="submit"]:hover {
    background: transparent linear-gradient(to bottom, rgb(222, 69, 92) 0%, rgb(222, 69, 92) 13%, rgb(192, 31, 55) 76%, rgb(192, 31, 55) 100%) repeat scroll 0% 0%;
}