@charset "utf-8";
/* CSS Document */

/*  ⋮⋮⫸  RESET */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, i, ol, ul, li, form, label, input, button, blockquote, fieldset, legend, textarea, article, aside, footer, header, menu, nav, section, figure, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, footer, header, nav, section {
	display: block;
}
html {
	font-size: 16px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
    text-rendering:optimizeLegibility;
}
a:focus,
:focus {
	outline: 0;
}

body {
    font-family: 'cf_asty_stdbook', sans-serif;
    font-size: 1em;
}
strong { font-weight: bold;}
/*  ⋮⋮⫸ end  RESET */

.img-fluid {
    display: block;
    height: auto;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body {
    overflow-x: hidden
}
section {
    position: relative;
}
.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}
.wrap {
    min-height: 100vh;
    overflow-x: hidden
}
.container {
    position: relative;
    width: 95%;
    max-width: 620px;
    margin: auto;
    min-height: 100vh;
}
.bgImg {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
 a.btn {
    display: inline-block;
}


#home-pg {
    background-image: url(../images/Lenor_Stark_@2x.jpg);
}
#home-pg .container {
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
#home-pg h1 {
    margin-bottom: 30px;
}
#home-pg a.btn {
    display: inline-block;
    margin-bottom: 27px;
}
#home-pg img.logo {
    margin-bottom: 36px;
}


#level-1 {
    background-image: url(../images/bg--level-1.jpg);
}
#level-1 .container {
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
#level-1.v1 .container {
    padding-top: 8vh;
}
#level-1 h1 {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-bottom: 4vh;
}
#level-1.v1 a.btn {
    margin-bottom: 6vh;
}
#level-1 .wrapper {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    width: 100%;
    padding-bottom: 5vh;
}
#level-1.v2 .container {
    padding-top: 6vh;
}
#level-1.v2 a.btn {
    margin-bottom: 12px;
}
#level-1.v2 img.logo {
    padding-top: 12px;
}

#products .container {
    min-height: auto;
}
#products .title .container {
    min-height: 600px;
    max-width: 445px;
    padding-top: 80px;
}

.product {
    position: relative;
    max-width: 675px;
    margin: auto;
    padding-top: 26px;
}
.product .text {
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    min-height: 558px;
    padding-left: 362px;
    padding-right: 30px;
    color: #555555;
    font-size: 20px;
    line-height: 1.75em;
}
.product .img {
    position: absolute;
    left: 0;
    top: -132px;
    width: 430px;
    padding-left: 43px;
}
.product h1 {
    padding-bottom: 33px;
    font-size: 43px;
    line-height: 1.05em;
}
.product p {
    max-width: 275px;
}
.product .logo {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin: 30px 0;
}

#products .title .container .bonus-btn {
    position: absolute;
    bottom: 24px;
    right: 0;
    max-width: 28.148vw;
    min-width: 160px;
}

#products.v2 .product .text {
    min-height: 575px;
}
#products.v2 .product .img {
    top: -48px;
    padding-left: 24px;
}

#products.feat {
    background-image: url(../images/Lenor-feat-bg.jpg);
    background-position: center top;
}
#products.feat .product {
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 160vw;
    padding-top: 10vw;
}
#products.feat .product .cols {
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#products.feat .product .col_text {
    width: 50%;
    color: #555555;
    font-size: 20px;
    line-height: 1.75em;
    text-align: right;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1
}
#products.feat .product .col_text .wrapper {
    display: inline-block;
    max-width: 275px;
    text-align: left;
    padding-bottom: 12px;
}
#products.feat .product .col_img {
    width: 50%;
    max-width: 308px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2
}
#products.feat .product .logo {
    width: 100%;
    margin: 15px auto 30px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3
}

.img-start {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px;
}

.hidden-start{
	display: none;
}

ul {
  list-style-type: none;
}

li {
    font-size: 21px;
    padding: 10px;
    background: #ffffff;
    margin: 20px;
    border-radius: 30px;
    font-weight: bold;
    color: #00388B;
}