@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:600);

@font-face {
    font-family: 'BebasNeuewebfont';
    src: url('BebasNeuewebfont.eot');
    src: local('BebasNeuewebfont'), url('BebasNeuewebfont.woff') format('woff'), url('BebasNeuewebfont.ttf') format('truetype');
}

@font-face {
    font-family: 'SansationRegular';
    src: url('SansationRegular.eot');
    src: local('SansationRegular'), url('SansationRegular.woff') format('woff'), url('SansationRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'Conv_RockwellExtraBold';
    src: url('RockwellExtraBold.eot');
    src: local('☺'), url('RockwellExtraBold.woff') format('woff'), url('RockwellExtraBold.ttf') format('truetype'), url('RockwellExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.coupg_site_link {
    position: absolute;
    bottom: 7px;
    left: 10px;
    font-size: 10px;
    color: #040404
}

.coupg_subscribe_form_body {
    display: block;
    margin-bottom: 30px;
}

.coupg_link_container {
    display: inline-block;
}

.coupg_link_container a {
    cursor: pointer;
    color: #3389b8;
    border-bottom: none;
}

.coupg_email {
    width: 100%;
    height: 48px;
    color: #a6a6a6;
    margin: 0 0 7px 0;
    border: 1px solid #c9d7de;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.coupg_error_message {
    margin: 5px 0px;
    display: inline-block;
    font-weight: 700;
    color: #7f0404;
}

.coupg_hidden {
    display: none;
}

body.open_pop {
    overflow: hidden;
}

.spr-sprite, .coupg_popup_close, .coupg_popup_content_theme1 .coupg_right .coupg_subscribe_form_box .coupg_pr:after, .coupg_popup_bottom_theme1 span:before, .coupg_popup_theme3 .coupg_popup_close, .coupg_popup_content_theme4 .coupg_subscribe_form_box article .coupg_submit_wrap button, .coupg_popup_content_theme4 .coupg_subscribe_form_box article .coupg_submit_wrap button:hover, .coupg_popup_content_theme5 .coupg_subscribe_form_box .coupg_submit_button_theme5, .coupg_popup_content_theme5 .coupg_subscribe_form_box .coupg_submit_button_theme5:hover {
    background-image: url('imagespr.png');
    background-repeat: no-repeat;
}

.coupg_popup_close {
    background-position: 0 0;
}

.coupg_popup_content_theme1 .coupg_right .coupg_subscribe_form_box .coupg_pr:after {
    background-position: 0 -42px;
}

.coupg_popup_bottom_theme1 span:before {
    background-position: 0 -28px;
}

.coupg_popup_theme3 .coupg_popup_close {
    background-position: 0 -14px;
}

.coupg_popup_content_theme4 .coupg_subscribe_form_box article .coupg_submit_wrap button {
    background-position: 0 -65px;
}

.coupg_popup_content_theme4 .coupg_subscribe_form_box article .coupg_submit_wrap button:hover {
    background-position: 0 -117px;
}

.coupg_popup_content_theme5 .coupg_subscribe_form_box .coupg_submit_button_theme5 {
    background-position: 0 -169px;
}

.coupg_popup_content_theme5 .coupg_subscribe_form_box .coupg_submit_button_theme5:hover {
    background-position: 0 -211px;
}

.coupg_popup input, .coupg_descr, .coupg_popup button {
    font-family: 'Open Sans', sans-serif;
}

.coupg_popup *:focus {
    outline: none !important
}

.coupg_popup {
    display: none;
    overflow-y: scroll;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    vertical-align: middle;
}

.coupg_popup .coupg_popup_wrapper {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0px;
}

.coupg_popup .coupg_popup_wrapper .coupg_artcl {
    display: table-cell;
    vertical-align: middle;
}

.coupg_popup .coupg_popup_content {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    text-align: left;
}

.coupg_popup_pwdb {
    position: absolute;
    left: 0px;
    bottom: -20px;
    color: #FFF;
    font-size: 12px;
}

.coupg_popup_pwdb a {

    color: #FFF;
    font-size: 12px;
}

.coupg_popup_close {
    width: 14px;
    height: 14px;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
    border: none;
    background-color: none;
}

.coupg_popup_close:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
}

.coupg_popup [type="button"].coupg_act {
    position: relative;
    color: transparent !important;
    text-shadow: none !important;
    text-indent: -9999;
}

.coupg_popup [type="button"].coupg_act:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background: url(loader.gif);
}

/* pop_1 */
.coupg_popup_theme1 .coupg_popup_close {
    right: 10px;
    top: 10px;
}

.coupg_popup_theme1 .coupg_popup_content {
    padding: 35px 35px 35px 35px;
    background: #FFF;
    width: 760px;
}

.coupg_popup_top_theme1 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #d6f0fd;
    border-top: 1px solid #b8ced9;
    overflow: hidden;
    color: #636363;
    font-size: 12px;
    text-align: center;
    padding: 5px 0px 6px 0px;
    position: relative;
    margin-bottom: 34px;
    font-family: 'Open Sans', sans-serif;
}

.coupg_popup_top_theme1 i {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: #6dc4ed;
    z-index: 1;
}

.coupg_popup_top_theme1 span {
    position: relative;
    z-index: 2;
}

.coupg_popup_content_theme1 .coupg_figure {
    width: 50%;
    padding-top: 3px;
}

.coupg_popup_content_theme1 .coupg_figure img {
    display: inline-block;
    margin-left: 36px;
}

.coupg_popup_content_theme1 .coupg_right {
    width: 50%;
}

.coupg_popup_content_theme1 .coupg_right .coupg_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 24px;
    letter-spacing: -0.2px;
    margin-bottom: 11px;
    font-family: arial;
}

.coupg_popup_content_theme1 .coupg_right .coupg_descr {
    text-align: center;
    font-size: 18px;
    color: #a1a1a1;
    line-height: 20px;
    margin-bottom: 18px;
    font-family: arial;
}

.coupg_popup_content_theme1 .coupg_right .coupg_subscribe_form_box {
    margin-bottom: 15px;
}

.coupg_popup_content_theme1 .coupg_right .coupg_subscribe_form_box .coupg_pr {
    height: 48px;
    background: #ebebeb;
    border: 1px solid #acacac;
    margin-bottom: 17px;
}

.coupg_popup_content_theme1 .coupg_right .coupg_subscribe_form_box .coupg_pr:after {
    content: '';
    display: block;
    width: 32px;
    height: 23px;
    position: absolute;
    right: 13px;
    top: 12px;
}

.coupg_popup_content_theme1 .coupg_right .coupg_subscribe_form_box .coupg_pr input {
    padding: 11px 15px 12px 15px;
    font-size: 18px;
    color: #acacac;
    font-style: italic;
    font-weight: 300;
    width: 280px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    font-family: 'Open Sans', sans-serif;
}

.coupg_popup_content_theme1 .coupg_right .coupg_subscribe_form_box .coupg_pr input::-webkit-input-placeholder {
    color: #acacac;
    font-style: italic;
    font-weight: 300;
}

.coupg_popup_content_theme1 .coupg_right .coupg_subscribe_form_box .coupg_pr input:-moz-placeholder {
    color: #acacac;
    font-style: italic;
    font-weight: 300;
}

.coupg_popup_content_theme1 .coupg_right .coupg_subscribe_form_box .coupg_pr input::-moz-placeholder {
    color: #acacac;
    font-style: italic;
    font-weight: 300;
}

.coupg_popup_content_theme1 .coupg_right .coupg_subscribe_form_box .coupg_pr input:-ms-input-placeholder {
    color: #acacac;
    font-style: italic;
    font-weight: 300;
}

.coupg_popup_content_theme1 .coupg_right .coupg_subscribe_form_box .coupg_submit_button_theme1 {
    border: none;
    width: 100%;
    font-size: 24px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 12px 0px 10px 0px;
    background: #ffcd00;
    border-bottom: 3px solid #e6b800;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: 'Open Sans', sans-serif;
}

.coupg_popup_content_theme1 .coupg_right .coupg_subscribe_form_box .coupg_submit_button_theme1:hover {
    background: #e6b800;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.coupg_popup_bottom_theme1 span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #a1a1a1;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
}

.coupg_popup_bottom_theme1 span:before {
    content: '';
    display: block;
    width: 12px;
    height: 14px;
    position: absolute;
    left: 0px;
    top: -1px;
}

@media screen and (max-width: 840px) {
    .coupg_popup .coupg_popup_content {
        width: 280px;
    }

    .coupg_popup_content_theme1 .coupg_figure {
        display: none;
    }

    .coupg_popup_content_theme1 .coupg_right {
        float: none;
        width: 100%;
    }

    .coupg_popup_content_theme1 .coupg_right .title {
        font-size: 19px;
    }

    .coupg_popup_content_theme1 .coupg_right .descr {
        font-size: 13px;
    }
}

/* pop_2 */
.coupg_popup_theme2 .coupg_popup_close {
    right: 5px;
    top: 5px;
}

.coupg_popup_theme2 .coupg_popup_content {
    width: 596px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 22px;
}

.coupg_popup_content_theme2 .coupg_left {
    padding-left: 25px;
}

.coupg_popup_content_theme2 .coupg_left .coupg_title {
    color: #3498db;
    font-size: 40px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: 'BebasNeuewebfont';
    margin-bottom: 12px;
}

.coupg_popup_content_theme2 .coupg_left .coupg_descr {
    color: #717171;
    font-size: 26px;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

.coupg_popup_content_theme2 .coupg_figure {
    padding-right: 23px;
}

.coupg_popup_content_theme2 .coupg_subscribe_form_box {
    padding: 24px 25px 24px 25px;
    background: #3498db;
}

.coupg_popup_content_theme2 .coupg_subscribe_form_box input.coupg_left {
    color: #b3b3b3;
    font-size: 16px;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 16px 10px 14px 10px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 308px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.coupg_popup_content_theme2 .coupg_subscribe_form_box .coupg_submit_button_theme2 {
    border: 2px solid transparent;
    width: 227px;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 14px 0px 14px 0px;
    background: #e74c3c;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.coupg_popup_content_theme2 .coupg_subscribe_form_box .coupg_submit_button_theme2:hover {
    background: #d03e2e;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.coupg_popup_bottom_theme2 {
    padding: 17px 0px 16px 0px;
    text-align: center;
    font-size: 13px;
    color: #a1a1a1;
    font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 680px) {
    .coupg_popup_theme2 .coupg_popup_content {
        width: 280px;
    }

    .coupg_popup_content_theme2 .coupg_figure {
        display: none;
    }

    .coupg_popup_content_theme2 .coupg_left {
        padding-left: 0px;
        float: none;
        width: 100%;
    }

    .coupg_popup_content_theme2 .coupg_left .coupg_title {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
    }

    .coupg_popup_content_theme2 .coupg_descr {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
    }

    .coupg_popup_content_theme2 .coupg_subscribe_form_box input, .coupg_popup_content_theme2 .coupg_subscribe_form_box button {
        width: 100% !important;
        float: none;
    }

    .coupg_popup_content_theme2 .coupg_subscribe_form_box input[type="text"] {
        margin-bottom: 20px;
    }
}

/* pop_3 */
.coupg_popup_theme3 .coupg_popup_close {
    right: 2px;
    top: 2px;
}

.coupg_popup_theme3 .coupg_popup_content {
    width: 596px;
    background: #34495e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 13px;
}

.coupg_popup_content_theme3 .coupg_left {
    padding-left: 20px;
}

.coupg_popup_content_theme3 .coupg_left .coupg_title {
    color: #FFF;
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.coupg_popup_content_theme3 .coupg_left .coupg_descr {
    color: #b6c8da;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

.coupg_popup_content_theme3 .coupg_figure {
    padding-top: 4px;
    padding-right: 30px;
}

.coupg_popup_content_theme3 .coupg_subscribe_form_box {
    border-top: 3px solid #e74c3c;
    padding: 20px 20px 0px 20px;
    background: #2c3e50;
}

.coupg_popup_content_theme3 .coupg_subscribe_form_box input.coupg_left {
    color: #b3b3b3;
    font-size: 16px;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 16px 10px 14px 10px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 308px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.coupg_popup_content_theme3 .coupg_subscribe_form_box .coupg_submit_button_theme3 {
    border: 2px solid transparent;
    width: 225px;
    font-size: 22px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 11px 0px 11px 0px;
    background: #e74c3c;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.coupg_popup_content_theme3 .coupg_subscribe_form_box .coupg_submit_button_theme3:hover {
    background: #d03e2e;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.coupg_popup_bottom_theme3 {
    padding: 10px 10px 8px 10px;
    text-align: center;
    font-size: 12px;
    color: #52616f;
    background: #2c3e50;
    font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 680px) {
    .coupg_popup_theme3 .coupg_popup_content {
        width: 280px;
    }

    .coupg_popup_content_theme3 .coupg_figure {
        display: none;
    }

    .coupg_popup_content_theme3 .coupg_left {
        padding-left: 0px;
        float: none;
        width: 100%;
    }

    .coupg_popup_content_theme3 .coupg_left .coupg_title {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
    }

    .coupg_popup_content_theme3 .coupg_left .coupg_descr {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
    }

    .coupg_popup_content_theme3 .coupg_subscribe_form_box {
        padding-bottom: 5px;
    }

    .coupg_popup_content_theme3 .coupg_subscribe_form_box input, .coupg_popup_content_theme3 .coupg_subscribe_form_box button {
        width: 100% !important;
        float: none;
    }

    .coupg_popup_content_theme3 .coupg_subscribe_form_box input[type="text"] {
        margin-bottom: 20px;
    }
}

/* pop_4 */
.coupg_popup_theme4 .coupg_popup_close {
    right: 10px;
    top: 10px;
}

.coupg_popup_theme4 .coupg_popup_content {
    width: 567px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.coupg_popup_theme4 .coupg_popup_content section {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 32px;
    background: #f2fbfc;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #def6f7), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #def6f7, #ffffff);
    background: -moz-linear-gradient(center bottom, #def6f7 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #def6f7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#def6f7', GradientType=0);
}

.coupg_popup_content_theme4 .coupg_block_left {
    margin-left: 34px;
    width: 300px;
    float: left;
}

.coupg_popup_content_theme4 .coupg_block_left .coupg_title {
    color: #e4477a;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
    font-family: 'SansationRegular';
    text-transform: uppercase;
}

.coupg_popup_content_theme4 .coupg_block_left .coupg_descr {
    color: #8d8d8d;
    font-size: 18px;
    line-height: 22px;
    font-family: arial;
    margin-bottom: 14px;
}

.coupg_popup_content_theme4 .coupg_figure {
    padding-top: 1px;
    padding-right: 35px;
}

.coupg_popup_content_theme4 .coupg_subscribe_form_box {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 34px 0px 34px;
    background: url(pop_4_form.png) no-repeat top center;
    height: 111px;
}

.coupg_popup_content_theme4 .coupg_subscribe_form_box article {
    display: block !important;
    width: 501px;
    margin: 0 auto;
}

.coupg_popup_content_theme4 .coupg_subscribe_form_box article .coupg_input_wrap {
    float: left;
    width: 313px;
    height: 52px;
    background: url(pop_4_input.png) no-repeat top center;
}

.coupg_popup_content_theme4 .coupg_subscribe_form_box article .coupg_input_wrap input {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    padding: 14px 10px 14px 10px;
    width: 310px;
    margin-left: 2px;
}

.coupg_popup_content_theme4 .coupg_subscribe_form_box article .coupg_submit_wrap {
    float: left;
    width: 188px;
    height: 52px;
}

.coupg_popup_content_theme4 .coupg_subscribe_form_box article .coupg_submit_wrap button {
    border: none;
    width: 100%;
    height: auto;
    background-color: transparent;
    cursor: pointer;
    height: 52px;
    text-align: center;
    font-size: 24px;
    color: #b25500;
    font-family: 'Conv_RockwellExtraBold';
    text-shadow: 0px 1px #ffd65d;
    padding: 0px;
}

.coupg_popup_content_theme4 .coupg_subscribe_form_box article .coupg_submit_wrap button:hover {
    color: #FFF;
    text-shadow: 0px 1px #ce8900;
}

.coupg_popup_content_theme4 .coupg_subscribe_form_box span {
    display: block;
    color: #a1a1a1;
    font-size: 14px;
    text-align: center;
    font-family: arial;
    padding-top: 13px;
}

@media screen and (max-width: 680px) {
    .coupg_popup_theme4 .coupg_popup_content {
        width: 280px;
    }

    .coupg_popup_content_theme4 .coupg_figure {
        display: none;
    }

    .coupg_popup_content_theme4 .coupg_block_left {
        margin-left: 0px;
        float: none;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .coupg_popup_content_theme4 .coupg_block_left .coupg_title {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }

    .coupg_popup_content_theme4 .coupg_block_left .coupg_descr {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
    }

    .coupg_popup_content_theme4 .coupg_subscribe_form_box {
        padding-bottom: 5px;
        padding: 17px 30px 17px 30px;
        background: #75838a;
        height: auto;
        -webkit-box-shadow: inset 0px -5px 10px 0px rgba(0, 0, 0, 0.32);
        -moz-box-shadow: inset 0px -5px 10px 0px rgba(0, 0, 0, 0.32);
        box-shadow: inset 0px -5px 10px 0px rgba(0, 0, 0, 0.32);
    }

    .coupg_popup_content_theme4 .coupg_subscribe_form_box article {
        width: auto;
    }

    .coupg_popup_content_theme4 .coupg_subscribe_form_box article .coupg_input_wrap {
        float: none;
        width: 100%;
        height: auto;
        background: none;
    }

    .coupg_popup_content_theme4 .coupg_subscribe_form_box article .coupg_input_wrap input {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #FFF;
        padding: 14px 10px 14px 10px;
        width: auto;
        margin-left: 0px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
        margin-bottom: 10px;
    }

    .coupg_popup_content_theme4 .coupg_subscribe_form_box article .coupg_submit_wrap {
        float: none;
        width: 100%;
        height: auto;
    }

    .coupg_popup_content_theme4 .coupg_subscribe_form_box article .coupg_submit_wrap button {
        width: 100%;
        height: auto;
        background: transparent;
        cursor: pointer;
        padding: 10px 0px 10px 0px;
        background: #f8c133;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7a300), color-stop(1, #ffdb72));
        background: -ms-linear-gradient(bottom, #f7a300, #ffdb72);
        background: -moz-linear-gradient(center bottom, #f7a300 0%, #ffdb72 100%);
        background: -o-linear-gradient(#ffdb72, #f7a300);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb72', endColorstr='#f7a300', GradientType=0);
        font-size: 24px;
        color: #b25500;
        font-family: 'Conv_RockwellExtraBold';
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-shadow: 0px 1px #ffd65d;
    }

    .coupg_popup_content_theme4 .coupg_subscribe_form_box article .coupg_submit_wrap button:hover {
        background: transparent;
        background: #fccc43;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fbbd2a), color-stop(1, #ffdb72));
        background: -ms-linear-gradient(bottom, #fbbd2a, #ffdb72);
        background: -moz-linear-gradient(center bottom, #fbbd2a 0%, #ffdb72 100%);
        background: -o-linear-gradient(#ffdb72, #fbbd2a);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb72', endColorstr='#fbbd2a', GradientType=0);
        color: #FFF;
        text-shadow: 0px 1px #ce8900;
    }
}

/* pop_5 */
.coupg_popup_theme5 .coupg_popup_close {
    right: 5px;
    top: 5px;
}

.coupg_popup_theme5 .coupg_popup_content {
    width: 350px;
    background: #FFF;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 13px;
}

.coupg_popup_top_theme5 {
    padding: 4px 15px 18px 15px;
}

.coupg_popup_content_theme5 .coupg_title {
    color: #000;
    font-size: 22px;
    line-height: 24px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
}

.coupg_popup_content_theme5 .coupg_descr {
    color: #555555;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.coupg_popup_content_theme5 .coupg_subscribe_form_box {
    padding: 1px 0px 0px 0px;
}

.coupg_popup_content_theme5 .coupg_subscribe_form_box hr {
    height: 1px;
    background: #e1e1e1;
    margin: 8px 0px 9px 0px;
    padding: 0px;
    border: none;
}

.coupg_popup_content_theme5 .coupg_subscribe_form_box .coupg_form_pad {
    padding: 0px 20px;
}

.coupg_popup_content_theme5 .coupg_subscribe_form_box .coupg_form_pad span {
    display: block;
    padding: 9px 0px 4px 0px;
    color: #b8bdcb;
    font-size: 10px;
    text-align: center;
}

.coupg_popup_content_theme5 .coupg_subscribe_form_box input[type="text"] {
    color: #b8bdcb;
    font-size: 16px;
    background: #FFF;
    padding: 12px 10px 14px 10px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #c0cfd5;
}

.coupg_popup_content_theme5 .coupg_subscribe_form_box .coupg_form_pad .coupg_submit_button_theme5 {
    border: none;
    width: 174px;
    height: 42px;
    cursor: pointer;
    margin: 0 auto;
    font-size: 18px;
    background-color: transparent;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    padding: 0px;
}

@media screen and (max-width: 500px) {
    .coupg_popup_theme5 .coupg_popup_content {
        width: 280px;
    }
}

/* pop_6 */
.coupg_popup_default .coupg_popup_close {
    right: 10px;
    top: 10px;
}

.coupg_popup_default .coupg_popup_content {
    width: 668px;
    background: #FFF;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
}

.coupg_popup_top_default {
    padding: 4px 15px 18px 15px;
}

.coupg_popup_content_default .coupg_title {
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    margin-bottom: 21px;
    letter-spacing: -0.2px;
}

.coupg_popup_content_default .coupg_descr {
    color: #999999;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.2px;
}

.coupg_popup_content_default .coupg_subscribe_form_box {
    width: 314px;
    margin: 0 auto;
    padding: 6px 0px 0px 0px;
}

.coupg_popup_content_default .coupg_subscribe_form_box input[type="text"] {
    color: #b8bdcb;
    font-size: 16px;
    background: #FFF;
    padding: 12px 10px 14px 10px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #c0cfd5;
    letter-spacing: -0.2px;
    margin-bottom: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.coupg_popup_content_default .coupg_subscribe_form_box .coupg_submit_button_default {
    border: none;
    width: 100%;
    cursor: pointer;
    margin: 0 auto;
    font-size: 0px;
    background: #ffcd00;
    display: block;
    color: #c45300;
    font-size: 22px;
    text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
    letter-spacing: -0.2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 2px solid #c88800;
    padding: 9px 0px 10px 0px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.coupg_popup_content_default .coupg_subscribe_form_box .coupg_submit_button_default:hover {
    background: #ffb400;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.coupg_popup_bottom_default {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #61676a;
    padding: 35px 0px 26px 0px;
    font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 750px) {
    .coupg_popup_default .coupg_popup_content {
        width: 280px;
    }

    .coupg_popup_top_default {
        padding-left: 10px;
        padding-right: 10px;
    }

    .coupg_popup_content_default .coupg_title {
        font-size: 22px;
        line-height: 24px;
    }

    .coupg_popup_content_default .coupg_descr {
        font-size: 16px;
    }

    .coupg_popup_default .coupg_subscribe_form_box {
        width: 240px;
    }
}

.coupg_pr {
    position: relative;
}

.coupg_act {
    text-align: center;
}

.coupg_left {
    float: left;
}

.coupg_right {
    float: right;
}

.coupg_clear {
    clear: both;
}

.coupg_clearfix:after {
    content: '';
    display: block;
    clear: both;
}
