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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
    overflow: hidden;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
}
/* import google font 'Open Sans', sans-serif */

@font-face {
    font-family: 'league_gothicregular';
    src: url('../fonts/league_gothic/league_gothic-webfont.eot');
    src: url('../fonts/league_gothic/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/league_gothic/league_gothic-webfont.woff') format('woff'),
         url('../fonts/league_gothic/league_gothic-webfont.ttf') format('truetype'),
         url('../fonts/league_gothic/league_gothic-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url(http://fonts.googleapis.com/css?family=Permanent+Marker);

@import url(http://fonts.googleapis.com/css?family=Allerta);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,greek);

/* start page css */
.clearfix{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

body{
    background-color: #e5e5e5;
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility;
}
b{
    font-weight: bold;
}
i{
    font-style: italic;
}
u{
    text-decoration: underline;
}

strong{
    font-weight: bold;
}

p{
    font-size: 14px;
    line-height: 19px;
}
p.alert-text{
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    text-transform:uppercase;
    padding-top: 30px
}

h3{
    font-size: 50px;
    color: #383838;
        font-family: 'league_gothicregular', arial, serif;
    /*font-family: 'Permanent Marker', arial, serif;*/
    margin-bottom: 18px;
}
h4{
    font-size: 30px;
    color: #383838;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 19px;
}

h5{
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
}
.page-content h3{
    font-size: 50px;
    color: #000000;
        font-family: 'league_gothicregular', arial, serif;
    /*font-family: 'Permanent Marker', arial, serif;*/
    margin-bottom: 18px;
    line-height: 53px;
}

.page-content h4{
    font-size: 30px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 19px;
}

.expresspack p,.page-content p{
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    position: relative;
}
.expresspack p{
    margin-left: 10px;
    margin-right: 10px;
}

.page-content p strong{
    font-weight: bold;
}

/* --- DIVIDER --- */
.divider {
    background: url(../../img/divider/divider-top.jpg) top left no-repeat;
    margin: 2em auto;
    width: 860px;
    height: 62px;
    clear: both;
    overflow: hidden;
}

.divider.top {
    background: url(../../img/divider/divider-bottom.jpg) top left no-repeat;
}

.divider.faq{
       background: url(../../img/divider/divider-faq.png) top left no-repeat;
}

.divider.top-header{
    background: url(../../img/divider/top-header.png) top left no-repeat;
    position: relative;
    width: 972px;
    height: 1px;
    z-index: 1;
    padding-top: 17px;
}

#wrapper{
    margin: 0 auto;
    /*margin-top: 150px;*/
    width: 1138px;

}
#wrapper > .navbar {
    margin: 20px 59px;
}
#wrapper > .navbar > a.logo{
    display: block;
    float: left;
    width: 373px;
}
#wrapper > .navbar > .menu{
    display: block;
    float: right
}
footer > .menu {
    text-align: center;
}
#wrapper > .navbar > .menu ul,
footer > .menu ul {
    list-style: none;
}
#wrapper > .navbar > .menu ul li{
    display: inline-block;
    margin-left: 10px;
    font-size: 11px;
}
footer > .menu ul li {
    display: inline-block;
    margin: 5px;
    font-size: 10px;
}
#wrapper > .navbar > .menu ul li a,
footer > .menu ul li a{
    color: #666666;
    font-family: 'Open Sans', sans-serif;
}
#wrapper > .navbar > .menu ul li a:hover,
footer > .menu ul li a:hover{
    text-decoration: underline;
}
#wrapper > section{
    z-index: 15;
    /*position: relative;*/
}
header #top-block{
    background:  url('../../img/theme/shadow-top-block.png') -7px bottom no-repeat;
    /*min-height: 260px;*/
    width: 100%;
    padding-left: 59px;
    padding-right: 59px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
header #top-block > .main{
    background: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
}
header section{
    min-height: 162px;
}
article header{
    min-height: 73px;
}
header section, article header{
    -o-background-size: 100% 100%; -webkit-background-size: 100% 100%; -khtml-background-size: 100% 100%; background-size: 100% 100%;
    background: -moz-linear-gradient(top,#8f8f8f,#646464);
    background: -o-linear-gradient(top,#8f8f8f,#646464);
    background: linear-gradient(top,#8f8f8f,#646464);
    background: -webkit-gradient(linear, left top, left bottom, from(#8f8f8f), to(#646464));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#8f8f8f,endColorstr=#646464,GradientType=0); zoom: 1;
    background-clip: border-box; -moz-background-clip: border; -webkit-background-clip: border-box; -khtml-background-clip: border-box;
    background-origin: border-box; -moz-background-origin: border; -webkit-background-origin: border-box; -khtml-background-origin: border-box;
    width: 1075px;
    margin-left: 25px;
    padding-top: 15px;
}
header #bottom-block{
    height: 73px;
}
header #bottom-block, .page-conteiner{
    background-color: #ffffff;
    margin-left: 59px;
    width: 1020px;
    margin-top: -28px;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
}
header.title-sections{
    position: relative;
    margin-bottom: -26px;
    margin-top: 4px;
}

.bottom-line{
    background: url('../../img/theme/shadow-under-titte.png') no-repeat left top;
    height: 28px;
    width: 100%;
    position: relative;
    z-index: 10;
}
header section h1, header section h2, article header h2{
    color: #ffffff;
        font-family: 'league_gothicregular', arial, serif;
    /*font-family: 'Permanent Marker', arial, serif;*/
    text-shadow: 4px 3px 8px #000000;
    margin-left: 158px;
    text-transform: capitalize;
}
header section h2, article header h2{
    font-size: 60px;
}
header section h1{
    font-size: 85px;
}
.img-holder-1{
    width: 960px;

    /*margin-top: 86px;*/
    /*float: left;*/
    margin-left: 30px;
    margin-left: 30px;
    margin-bottom: 60px;
    padding-top: 24px;
            box-sizing: border-box;
       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.img-holder-1 > .top-shadow{
    background: url('../../img/theme/img-holder-1-top.png') no-repeat center;
    width:100%;
    height: 32px;
}
.img-holder-1 > .bottom-shadow{
    background: url('../../img/theme/img-holder-1-bottom.png') no-repeat center;
    width:100%;
    height: 32px;
}
.img-holder-1 > .main{
    background: #efefef;
    padding: 20px;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
}
.img-holder-1 > .main img{
    width: 100%!important;
    height: auto!important;
}
.img-holder-2{
    background: url('../../img/theme/img-holder-2.png') no-repeat center;
    width: 389px;
    height: 595px;
    float: right;
    /*margin-right: 30px;*/
    margin-left: 30px;
    padding: 20px 20px 20px 45px;
    box-sizing: border-box;
           -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: justify;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
}
.page-content{
    /*float: left;*/
    margin-left: 30px;
    margin-right: 30px;
}

.page-content .page-content-main{
    float: left;
    width: 540px;
}

header section .arrows, article header .arrows{
    width: 73px;
    /*position: absolute;*/
    float: left;
    margin-top: -15px;
    margin-left: 34px;
}
article header .arrows{
    min-height: 88px;
    background: url('../../img/theme/arrow1.png');
}
header section .arrows{
    background: url('../../img/theme/arrow2.png');
    min-height: 177px;
}
article.video {
    /*position: relative;*/
}
article.video .liner{
    background: url('../../img/theme/line-holder.png') no-repeat top center;
    height: 79px;
    width: 100%;
    /*position: absolute;*/
    z-index: 10;
}
article.video ul, article.footer-list{
    background-color: #FFFFFF;
    margin-left: 59px;
    padding-top: 51px;
    width: 1020px;
    /*float: left;*/
}
article.footer-list{
    padding-top: 37px;
}
article.video ul li{
    padding: 30px 30px 33px;
    /*float: left;*/
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    line-height: 20px;
    font-size: 14px;
}
article.video ul li.dark{
    color: #ffffff;
}
.thumb-holder{
    /*background: url('../../img/theme/shadow-smoll.png') no-repeat bottom center;*/
    width: 276px;
    height: 355px;
    float: left;
    margin-right: 27px;
}
article.video ul li h5{
    font-size: 50px;
    line-height: 50px;
        font-family: 'league_gothicregular', arial, serif;
    /*font-family: 'Permanent Marker', arial, serif;*/
    margin-bottom: 15px;
    text-align: left;
}

.page-conteiner{
    padding-bottom: 60px;
    position: relative;
}
footer{
    background: url("../../img/theme/shadow-footer.png") no-repeat scroll 8px top transparent;
    color: #858585;
    float: left;
    font-family: 'Arial';
    font-size: 16px;
    margin-top: -406px;
    padding-top: 450px;
    /*width: 1048px;*/
    /*width: 100%;*/
    padding-left: 59px;
    padding-right: 59px;
    margin-bottom: 40px;
    width: 1020px;
}
footer p{
    margin-bottom: 15px;
    text-align: center;
}

footer ul {
margin: 0px 0px 10px;
padding: 0px;
text-align: center;
}

footer li:first-child {
    border-left: 0px solid #c0c0c0;
    padding-left: 0px;
}

footer li {
    color: #888888;
    display: inline;
    font-size: 13px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

footer li:first-child a {
padding-left: 0px;
}

footer a, footer a:visited {
    text-decoration: none;
    color: #259bad;
}

footer a:hover{
    text-decoration: underline;
}

.dark{
    -o-background-size: 100% 100%; -webkit-background-size: 100% 100%; -khtml-background-size: 100% 100%; background-size: 100% 100%;
    background: linear-gradient(top,#8f8f8f,#646464);
    background: -moz-linear-gradient(top,#8f8f8f,#646464);
    background: -o-linear-gradient(top,#8f8f8f,#646464);
    background: -webkit-gradient(linear, left top, left bottom, from(#8f8f8f), to(#646464));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#8f8f8f,endColorstr=#646464,GradientType=0); zoom: 1;
    background-clip: border-box; -moz-background-clip: border; -webkit-background-clip: border-box; -khtml-background-clip: border-box;
    background-origin: border-box; -moz-background-origin: border; -webkit-background-origin: border-box; -khtml-background-origin: border-box;
}
.top-list-shadow{
    background: url('../../img/theme/shadow-items-top.png') no-repeat top center;
    width: 964px;
    height: 36px;
    /*float: left;*/
    margin-left: 27px;
}
article.footer-list ul{
    width: 964px;
    margin-top: -1px;
    margin-bottom: -1px;
    float: left;
    margin-left: 27px;
    background-color: #efefef;
    padding-top: 21px;
    padding-bottom: 8px;
}
/* OLD VERSION
article.footer-list ul li{
    width: 280px;
    height: 480px;
    background: url('../../img/theme/shadow-item.png') no-repeat bottom center;
    float: left;
    margin: 5px 10px 10px 24px;
}*/

article.footer-list ul li {
width: 452px;
height: 480px;
background: url('../../img/theme/shadow-item.png') no-repeat bottom center;
float: left;
margin-left: 15px;
margin-right: 15px;
}

article.footer-list div.row{
    width: 964px;
    margin-top: -1px;
    margin-bottom: -1px;
    /*float: left;*/
    margin-left: 27px;
    background-color: #efefef;
    padding-top: 21px;
    padding-bottom: 8px;
}
article.footer-list div.row > div.item{
    width: 280px;
    height: 374px;
    background: url('../../img/theme/shadow-item.png') no-repeat bottom center;
    float: left;
    margin: 5px 10px 10px 24px;
}

.item-container{
    height: 425px;
    background-color: #ffffff;
    padding: 20px;
}
.item-container h4{
    font-size: 36px;
        font-family: 'league_gothicregular', arial, serif;
    /*font-family: 'Permanent Marker', arial, serif;*/
}
.item-container h6{
    font-size: 30px;
    font-family: 'league_gothicregular', arial, serif;
    /*font-family: 'Permanent Marker', arial, serif;*/
    text-align: center;
    height: 50px;
    height: 62px;
    line-height: 31px;
}
.item-container p{
    font-size: 14px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px
}
.footer-list-shadow{
    background: url('../../img/theme/shadow-items-buttom.png') no-repeat top center;
    width: 964px;
    height: 36px;
    /*float: left;*/
    margin-left: 27px;
    /*margin-bottom: 55px;
    padding-bottom: 55px;*/
    padding-bottom: 0px;
}
footer .disclaimer-footer{
    margin: 30px 50px 10px 50px;
    font-size: 12px;
    line-height: 15px;
    color: #666666;
}
footer .disclaimer-footer p{
    text-align: justify;
}
footer .disclaimer-footer a{
    color: #2E6689;
    text-decoration: underline;

}
footer .disclaimer-footer a:hover{
    text-decoration: none;
}

article.old-content{
    background: #fff;
    margin-left: 59px;
    margin-right: 59px;
    padding-left: 30px;
    padding-right: 30px;

    font-size: 16px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}
article.old-content p{
    margin-bottom: 16px;
}
article.footer-list > header{
    margin-left: -33px;
}
article.footer-list > .bottom-line{
    margin-left: -59px;
    width: auto;
}

/*-----------
EXTRAS ADDED
-----------*/
/* Header */
div.main .karine{
    width: 400px;
    float: right;
    position: absolute;
    top: -103px;
    left: 673px;
}
div.main h2{
    font-size: 60px;
    color: #383838;
        font-family: 'league_gothicregular', arial, serif;
    /*font-family: 'Permanent Marker', arial, serif;*/
    margin-bottom: 18px;
    text-align: center;
}

/* Content */
.intro-text .page-content-main {
padding-top: 40px;
}

.img_right {
float: right;
margin-left: 10px;
}

.img_left {
float: left;
margin-right: 10px;
}

.img_center {
display: block;
margin-left: auto;
margin-right: auto;
}

/* BIO Box */
.page-content blockquote {
    padding-bottom: 0px;
    margin: 0px 0 0 20px;
    width: 360px;
    float: right;
    position: relative;
}

.page-content blockquote .bio {
    font-size: 13px;
    line-height: 1.35em;
    overflow: hidden;
    min-height: 600px;
    background: #7ec413;
}

.page-content blockquote .bio .video {
    background: url(../../img/bio-karine.jpg) top left no-repeat;
    display: block;
    width: 360px;
    height: 220px;
}

.page-content blockquote .bio h4 {
    color: #111;
    font-family: 'league_gothicregular', arial, serif;
    /*font-family: 'Permanent Marker', arial, serif;*/
    font-size: 46px;
    font-weight: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 20px 12px 18px 12px;
}

.page-content blockquote .bio h5 {
    color: #111;
    font-family: 'league_gothicregular', arial, serif;
    /*font-family: 'Permanent Marker', arial, serif;*/
    font-size: 32px;
    letter-spacing: 0px;
    margin: 6px 12px 20px 12px;
}

.page-content blockquote .bio p {
    line-height: 1.37em;
    margin: 12px !important;
}

/* FACEBOOK Box */
div.fb-box{
    margin: 30px auto 0px;
    width: 340px;
}

.logo {
    background: url(../../img/icon75.png) no-repeat 220px 0px;
    padding: 15px 0px;
}

/* --- BOXES Styles --- */

.box {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-border-radius: 15px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    Unknown property name.-moz-border-radius: 15px;
    Unknown property name.-moz-border-radius-topright: 4px;
    Unknown property name.-moz-border-radius-bottomleft: 4px;
    border-radius: 15px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 25px 20px;
    margin-bottom: 20px;
    Unknown property name.-moz-box-shadow: 0px 0px 11px rgba(000,000,000,0.2);
    -webkit-box-shadow: 0px 0px 11px rgba(000,000,000,0.2);
    box-shadow: 0px 0px 11px rgba(000,000,000,0.2);
}

.warning {
    background: RGBA(237, 213, 213, 1.00);
    border: 1px solid RGBA(129, 43, 25, 0.2);
    color: RGBA(129, 43, 25, 1.00);
    text-shadow: 0 1px 1px white;
    width: 240px;
    float: left;
    margin-right: 26px;
}
.last{
    margin-right: 0px;
}

.warning h3{
    color: RGBA(129, 43, 25, 1.00);
}

.success {
    background-color: #80c22b;
    border: 1px solid #C9D9BC;
    color: #111111;
    /*
    text-shadow: 0 1px 1px white;
    */
}

.attention{
    background-color: #e7ac20;
    border: 1px solid #cc6022;
    color: #fafcfb;
    text-shadow: 0 1px 1px #dea82a;
}
.attention strong{
    color: #383838;
    font-weight: bold;
}

.att-fit{
    background-color: #e8f4fb;
    border: 1px solid #00608c;
    color: #383838;
    text-shadow: 0 1px 1px #fafcfb;
    width: 75%;
    margin: 0px auto 30px;
    padding: 25px 25px 0px;
}

div.box-shadow{
    margin: 0px auto;
    width: 960px;

}

div.box-top{
    background: url(../../img/boxes/top-box.png) no-repeat;
    width: 960px;
    height: 60px;
    display: block;
}
div.box-middle{
    background: url(../../img/boxes/middle-box.png) repeat-y;
    width: 960px;
    width: 930px;
    padding: 20px 15px;
}


div.box-bottom{
    background: url(../../img/boxes/bottom-box.png) no-repeat;
    width: 960px;
    height: 60px;
    display: block;
}

div.testimonial-1box{
    position: relative;
    margin-bottom: 30px;
}

    div.video-box {
        background: url(../../img/boxes/gray-tp-box.png);
        display: block;
        width: 960px;
        height: 360px;
    }

        div.video-box div.box-photo{
            background: url(../../img/Tess.png);
            display: block;
            width: 339px;
            height: 376px;
            position: absolute;
            top: 62px;
            left: -30px;
        }
        div.video-box div.click-video{
            background: url(../../img/click-here.png);
            width: 165px;
            height: 81px;
            position: absolute;
            left: 805px;
            top: 219px;
            }
        div.video-box p {
            font-family: 'Open Sans', sans-serif;
            font-style: italic;
            text-align: center;
            padding: 18px 30px 0px 319px;
            margin-bottom: 0px;
        }
        div.video-box h3 {
            text-align: center;
            margin-bottom: 0px;
            font-size: 42px;
            padding-left: 0px;
        }
    div.video-box-bottom{
            background: url(../../img/boxes/gray-bt-box.png);
        display: block;
        width: 960px;
        height: 45px;
    }

div.testimonial-2box-colum1, div.testimonial-2box-colum2 {
    width: 460px;
    float: left;
    margin: 0px 10px;
    position: relative;
}

div.video-2box{
    width: 460px;
}
.gray .video-2box {
    background: url(../../img/boxes/gray-tp-2box.png) repeat-y;
    height: 628px;
}
.green .video-2box {
    background: url(../../img/boxes/green-tp-2box.png) repeat-y;
        height: 450px;
}

.gray .video-2box-bottom{
    background: url(../../img/boxes/gray-bt-2box.png) no-repeat;
    width: 460px;
    height: 52px;
    display: block;
}
.green .video-2box-bottom{
    background: url(../../img/boxes/green-bt-2box.png) no-repeat;
    width: 460px;
    height: 52px;
    display: block;
}


div.video-2box p{
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    width: 400px;
    text-align: center;
    padding: 18px 30px 0px;
    margin-bottom:0px;
}

div.video-2box h3 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 42px;
}

.box1_col4,.box2_col4,.box3_col4,.box4_col4{
    width: 23.3%;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.box1_col4,.box2_col4,.box3_col4,.box4_col4{
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;

}

.open{
    margin-left: 0px;
}

.end{
    margin-right: 0px;
}
.col p {
    text-align: center;
    font-size: 75px !important;
    color: #91C53E;
}
/* LIST Style */

.home .fa.fa-check-circle {
    font-size: 29px;
    vertical-align: middle;
    padding-right: 9px;
    color: #91C53E;
}

li {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

 ul li.cross, ul li.plus{
    padding-left: 40px;
    padding-top: 11px;

 }
 ul li.cross {
    background-image: url(../../img/icons/delete_32.png);
    background-repeat: no-repeat;
    background-position: 7px 17px;
    height: 337px;
 }

ul li.plus {
    /*
    background-image: url(../../img/icons/tick_32.png);
    background-repeat: no-repeat;
    background-position: 6px 3px;
    */
    width: 80%;
    margin: 0px auto;
    position: relative;
    padding-left: 50px;
 }

 ol.products-check li{
    background-image: url(../../img/icons/check.png);
    background-repeat: no-repeat;
    background-position: 6px 3px;
 }

 article.video ul {
    padding-top: 0px;
}

 article.video ul li{
    overflow: hidden;
 }
 article.video ol li{
    padding: 6px 36px 5px;
 }

article.video ol.split{
    margin-bottom: 10px;
    overflow: hidden;
}

article.video ol.split li {
    width: 231px;
    float: left;
}

.box-middle ul {
    margin: 0px 25px 0px 0px;
}

.box-middle ul li {
    background: url(../../img/icons/check_alt-v3-48.png) no-repeat 0px 3px;
    padding: 18px 0px 20px 50px;
}

.att-fit ul li {
    background-image: url(../../img/icons/Play1Pressed.png);
    background-repeat: no-repeat;
    padding-bottom: 17px;
    padding-left: 35px;
    padding-top: 2px;
}

.fit-list ul li {
    width: 28%;
    float: left;
    padding-bottom: 5px;
}

/* Products Style */
span.price{
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #ff1400;
    letter-spacing: -1px;
    text-shadow: 1px 1px 1px #111;
}

 article.video ul li p{
    padding-bottom: 10px;
 }

 .onbody{
    margin-top: 0px;
    padding-top: 30px;
 }

p.prices{
    text-align: center;
    line-height: 100px;
    margin-bottom: 0px;
}
span.prices{
    font-family: 'league_gothicregular', arial, serif;
    font-weight: 400;
    font-size: 101px;
    letter-spacing: -1px;
    text-align: center;
    text-shadow: 1px 1px 1px #111;
 }
 span.cross{
   color: #ff1400;
   background: url(../../img/cross-mark-v1.png) no-repeat 0px;
    height: 87px;
    width: 120px;
    padding-right: 40px;
 }
  span.real{
    color: #09a838;
 }

 span.mark{
    color: #4f81bd;
 }
  span.mark-special{
    font-style: italic;
    text-decoration: underline;
 }
span.small {
    font-size: 50px;
    position: relative;
    top: -34px;
}
 span.title-small{
    font-size: 36px;
 }

 span.new-badge {
    background: url(../../img/new-edition-badge.png) no-repeat;
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    left: 700px;
}

span.check{
    background: url(../../img/icons/check_alt-v3.png) no-repeat;
    width: 128px;
    height: 128px;
    display: block;
    position: absolute;
    left: -70px;
}

span.yellow {
    background: #ffeb00;
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
    border-right: solid 1px rgba(0, 0, 0, 0.07);
    padding: 2px 10px 2px 4px;
    color: inherit;
    text-transform: uppercase;
    font-weight: bold;
}
span.red{
    color: #fd0505;
}

span.green{
    color: #17c674;
}

 /* TYPO */
 a, a:visited{
    text-decoration: underline;
    color: #0000f2;
 }
a.btn-nothank{
    background: url(../../img/upsell/nothanks.png) no-repeat 1px 2px;
    text-indent: -9999px;
    display: block;
    width: 100px;
    height: 29px;
    float: left;
    position: relative;
    margin-top: -12px;
}

 p.small-fonts{
    font-size: 11px;
    font-style: italic;
}

p.small{
    font-size: 11px;
    margin-bottom: 0px;
    padding: 30px 0px;
}

p.saving {
    margin-bottom: 0px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

p.descrip{
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}
p.big {
    font-size: 28px;
    line-height: 29px;
    text-align: center;
}

p.big a{
    color: #0000f2;
    text-decoration: underline;
    font-weight: bold;
}

p.diff-font a{
    font-family: 'league_gothicregular', arial, serif;
    font-size: 50px;
    line-height: 50px;
}

.thank_you_page p.diff-font a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    letter-spacing: -1px;
    line-height: 40px;
}

p.clickbank-text{
    color: #383838;
    font-size: 11px;
}

h3.title_page{
    font-family: 'league_gothicregular', arial, serif;
    /*font-family: 'Permanent Marker', arial, serif;*/
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 32px;
    color: #4f81bd;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
}

h3.blackish{
    color: #383838;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 19px;
    font-size: 26px;
    text-align: left;
}

h2.title_page{
    font-family: 'league_gothicregular', arial, serif;
    /*font-family: 'Permanent Marker', arial, serif;*/
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 50px;
    color: #4f81bd;
    line-height: 50px;
    letter-spacing: -1px;
    text-align: center;
}
h2.variation{
    font-family: 'league_gothicregular', arial, serif;
    /*font-family: 'Permanent Marker', arial, serif;*/
    font-size: 60px;
    line-height: 60px;
    text-transform: capitalize;
}

a.biggest-button, a.biggest-button:visited{font-family:'Allerta', sans-serif;background-color: #7ABA14;display:block;width:582px;height:136px;font-size:46px;color:#FFF;text-shadow:1px 1px 5px #5a4a00;text-transform:uppercase;text-decoration:none;padding:5px 10px 5px 10px;text-align:center;-moz-border-radius:10px;border-radius:10px;line-height:90%;font-weight:bold;letter-spacing:-0.08em;margin:25px auto 25px auto;border:15px solid #282626;}
a.biggest-button:hover{background-color: #8fd819;}
.small-button-text{font-size:0.72727272727273em !important;}

.up-sell1 a.biggest-button, .up-sell1 a.biggest-button:visited, .express-pack a.biggest-button, .express-pack a.biggest-button:visited{
    font-size: 46px;
    line-height: 100%;
    padding: 0px 10px 13px 10px;
}

div.box-offer{
    background: #e8f4fb;
    width: 75%;
    border: 6px dashed #00608c;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0px auto 30px;
    padding: 25px 25px 0px;
}

    div.box-offer .offer-prices{
            font-size: 40px;
            color:red;
            font-weight:600;
            width:200px;
            min-height: 44px;
            padding-top: 25px;
           text-align:center;
            border: 1px solid #999;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            background: #f9f9f9;
            -webkit-box-shadow:  0px 2px 4px 1px #ccc;
            box-shadow:  0px 2px 4px 1px #ccc;
            float:right;
        }
    div.box-offer p {
        text-align: center;
    }

    div.box-offer p a{
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        text-decoration: underline;
    }

.topcountdown {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding-top: 10px;
    text-align: center;
    height: 30px;
    width: 100%;
    background-color: #ffdf25;
    -moz-box-shadow: 0px 2px 10px 2px #676767;
    -webkit-box-shadow: 0px 2px 10px 2px #676767;
    box-shadow: 0px 2px 10px 2px #676767;
}

#countdown1 {
    color: #fff;
    text-shadow: 1px 1px 5px #000000;
}

article.footer-list, .footer-list-shadow{
    overflow: hidden;
}

/********************
   OPT-IN FORM
********************/
.opt-main_dwld{
    padding-bottom: 30px
}

.opt-main_dwld h3{
    font-size: 18px;
    color:#383838;
    padding-bottom: 10px;
    text-align: center;
}

.opt-main_dwld .form-box{
    width: 332px;
    margin: 20px auto 0px;
}

.opt-main_dwld input[type="text"], .page-id-3 input[type="email"] {
    background-color: #f2f2f2;
    font-size: 20px;
    outline: none;
    border: none;
    color: #222222;
    display: block;
    margin: 0 0 16px 0;
    padding: 16px;
    width: 300px;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
}

.opt-main_dwld input[type="text"]:focus {
    background-color: #e2e2e2;
}

.opt-main_dwld input:focus {
    outline-offset: -2px;
}

.opt-main_dwld input[type="submit"] {
    height: 58px;
    width: 100%;
    min-width: 128px;
    padding: 8px 24px;
    border: none;
    /* RED
    border-bottom: 3px solid #c20027;
    background: #ff0033;
    */
    border-bottom: 3px solid #007564;
    background: #00B59B;
    color: white;
    font-family: "PFDinTextCompProBold", Impact, Arial;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.opt-main_dwld input[type="submit"]:hover {
/* RED
background: #eb002f;
*/
background: #00C2A6;
}

/*===================
        TOP NOTIFICATION BAR
===================*/
.topcountdown {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
    height: auto;
    width: 100%;
    /*
    background-color: #ffdf25;
    */
    background-color: rgba(255, 101, 0, 1);
    -moz-box-shadow: 0px 2px 10px 2px #676767;
    -webkit-box-shadow: 0px 2px 10px 2px #676767;
    box-shadow: 0px 2px 10px 2px #676767;
    padding-bottom: 10px;
    position: fixed;
    z-index: 999;
    top: 0;
}

#countdown1 {
    color: #fff;
    text-shadow: 1px 1px 5px #000000;
}

.cd-text {
    line-height: 18px;
    padding-bottom: 10px;
    color: #FFFFFF
}
a.btn-ordena{
    color: #fedf3f;
    padding: 10px 20px;
    background: -moz-linear-gradient(
        top,
        #ff2819 0%,
        #ab0000);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#ff2819),
        to(#ab0000));
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 1px solid #7d0000;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,0.7);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,0.7);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.4),
        0px 1px 0px rgba(255,255,255,0.3);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}

a.btn-ordena:hover{
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
    box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
}
