/* reset -------------------------- */
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
}
ul,
ol {
    list-style: none;
}
fieldset,
img {
    border: none;
}
caption,
th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
input,
button,
textarea {
    line-height: normal;
    font-family: 'Lato', sans-serif;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="hidden"],
[hidden],
.hidden {
    display: none;
}
textarea {
    overflow: auto;
    resize: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
a > img {
    vertical-align: bottom;
}
strong,
.strong,
b {
    font-weight: bold;
}
em,
.italic,
i {
    font-style: italic;
}
del,
.del {
    text-decoration: line-through;
}
:focus {
    outline: none;
}
img {
    max-width: 100%;
}
/* tools -------------------------- */
.clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.clearfix:after,
.wrap:after,
.spanning:after,
.content:after,
.main:after,
aside:after,
section:after,
article:after,
.text:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.align-left {
    float: left !important;
}
.align-right {
    float: right !important;
}
.overflow-hidden {
    overflow: hidden;
    display: block;
}
input {
    -webkit-appearance: none;
    border-radius: 0;
}
/* common -------------------------- */
@font-face {
    font-family: 'Ar Decode';
    src: url('../fonts/ardecode-webfont.eot');
    src: url('../fonts/ardecode-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/ardecode-webfont.woff') format('woff'), url('../fonts/ardecode-webfont.ttf') format('truetype'), url('../fonts/ardecode-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    height: 100%;
    background: #ffffff;
}
body {
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #5a5a5a;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.main {
    min-height: 100%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap {
    margin: 0 auto;
    max-width: 1168px;
    padding: 0 20px;
}
a {
    color: #00A0F7;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
}
.error {
    color: #ff0000 !important;
    border-color: #ff0000 !important;
}
.success {
    color: #00cc00 !important;
    border-color: #00cc00 !important;
}
.disabled {
    color: #999999 !important;
    border-color: #999999 !important;
    cursor: default !important;
}
.input-text,
.textarea {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.textarea {
    font-family: 'Lato', sans-serif;
}
.button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* header -------------------------- */
header#header-home {
    background: url(../images/header.jpg) no-repeat center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 828px;
    min-height: 550px;
}
header#header-home .logo {
    background: url(../images/sprite.png) no-repeat;
    width: 189px;
    height: 45px;
    margin: 46px 0 0;
    position: relative;
    z-index: 2;
    float: left;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
header#header-home .logo:hover {
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
header#header-home .logo:active {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
header#header-home .preorder2 {
    background: #ffffff;
    font-size: 18px;
    line-height: 61px;
    color: #00a0f7;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    width: 130px;
    height: 61px;
    margin: 37px 0 0 40px;
    position: relative;
    z-index: 2;
    float: right;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

header#header-home .preorder3 {
    background: #00a0f7;
    font-size: 18px;
    line-height: 61px;
    color: #ffffff;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #00a0f7;
    width: 130px;
    height: 61px;
    margin: 37px 0 0 40px;
    position: relative;
    z-index: 2;
    float: right;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}


header#header-home .preorder {
    font-size: 21px;
    line-height: 61px;
    color: #ffffff;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 61px;
    margin: 37px 0 0 40px;
    position: relative;
    z-index: 2;
    float: right;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-color: #f879c1;
    width: 200px;


}
header#header-home .preorder:hover {
    background-color: #00A0F7;
}
header#header-home .preorder:active {
    background-color: #00A0F7;
}
header#header-home .social {
    position: relative;
    z-index: 2;
    margin: 55px 0 0;
    float: right;
}
header#header-home .social a {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    float: left;
}
header#header-home .wrap {
    position: relative;
    height: 828px;
    min-height: 550px;
}
header#header-home .about {
    display: table;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    right: 20px;
    width: 100%;
    height: 100%;
}
header#header-home .about .about-item {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
header#header-home .about .about-item h1 {
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 300;
    color: #433C3C;
    margin: 0 0 20px;
    max-width: 600px;
    font-family: Lato, sans-serif;
}
header#header-home .about .about-item p {
    font-size: 18px;
    line-height: 26px;
    color: #5A5A5A;
    margin: 0 0 50px;
    max-width: 600px;
}
.face {
    background-position: -191px 0;
    width: 12px;
    height: 24px;
    margin: 0 35px 0 0;
}
.face:hover {
    background-position: -295px 0;
}

.tw {
    background-position: -205px 0;
    width: 25px;
    height: 20px;
    margin: 3px 30px 0 0;
}
.tw:hover {
    background-position: -309px 0;
}
.gp {
    background-position: -231px 0;
    width: 31px;
    height: 27px;
    margin: 0 25px 0 0;
}
.gp:hover {
    background-position: -335px 0;
}
.pint {
    background-position: -263px 0;
    width: 28px;
    height: 26px;
    margin: 0 25px 0 0;
}
.pint:hover {
    background-position: -367px 0;
}

header#header-home .social a.pinterest {
  background-image: url(../images/pinterest-white.png);
  width: 32px;
  height: 32px;
  margin: -3px 25px 0 0;
}
header#header-home .social a:hover.pinterest {
  background-image: url(../images/pinterest-pink.png);
}


header#header-home .social a.instagram {
  background-image: url(../images/instagram-white.png);
  width: 32px;
  height: 32px;
  margin: -3px 0 0 0;
}
header#header-home .social a:hover.instagram {
  background-image: url(../images/instagram-pink.png);
}


.play-video, .new-buy-now {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 61px;
    color: #00a0f7;
    text-align: center;
    width: 220px;
    height: 61px;
    vertical-align: middle;
    margin: 0 15px 0 0;
    float: left;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    
    text-transform: uppercase;
}
/*
.play-video span {
    background: url(../images/sprite.png) no-repeat -194px -30px;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 15px -11px 0;
}
*/
.play-video:hover, .new-buy-now:hover {
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.play-video:active, .new-buy-now:active {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.kick-starter {
    background: url(../images/sprite.png) no-repeat 0 -47px;
    width: 192px;
    height: 61px;
    vertical-align: middle;
    float: left;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.kick-starter:hover {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.kick-starter:active {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.scroll {
    background: url(../images/sprite.png) no-repeat -232px -30px;
    position: absolute;
    bottom: 29px;
    left: 50%;
    margin-left: -12px;
    width: 25px;
    height: 16px;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scroll:hover {
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
/* footer -------------------------- */
footer {
    background: #f6f3f6;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 57px 0 20px;
}
.footer__row__wrapper {
    text-align: center;
    overflow: hidden;
}

.footer__row__wrapper .footer__row {
  clear: both;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-right: -60px;
  margin-bottom: 50px;
}
.footer__row .footer__column {
    display: inline-block;
    vertical-align: top;
    max-width: 220px;
    margin-right: 60px;
    /*margin-bottom: 25px;*/
    text-align: left;
}
.footer__row .footer__column a {
    display: block;
    color: #3f3f3f;
    text-transform: uppercase; 
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.footer__row .footer__column a:hover {
    color: #f648ab;
}
.footer__row .footer__column--social {
    text-align: center;
    margin-bottom: -15px;
    margin-top: 25px;  
    max-width: inherit;  
}
.footer__row .footer__column--social div {
    width: 45px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 10px;    
}
.footer__row .footer__column--social a {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    margin: 0;
}
.footer__row .footer__column--social a.instagram {
    background-image: url(../images/instagram_2.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin-top: -4px;
}
.footer__row .footer__column--social a:hover.instagram {
    background-image: url(../images/instagram-pink.png);
}
.footer__row .footer__column--social a.pinterest {
    background-image: url(../images/pinterest.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin-top: -4px;
}
.footer__row .footer__column--social a:hover.pinterest {
    background-image: url(../images/pinterest-pink.png);
}            
.footer__row .footer__column--social a.face {
    background-position: 0 -184px;
}
.footer__row .footer__column--social a.face:hover {
    background-position: -295px 0;
}

.footer__row .footer__column--social a.tw {
    background-position: -13px -184px;
}
.footer__row .footer__column--social a.tw:hover {
    background-position: -308px 0;
}

.footer__row .footer__column--social a.gp {
    background-position: -40px -184px;
    margin-left: 13px;
}
.footer__row .footer__column--social a.gp:hover {
    background-position: -335px 0;
}

.footer__row .footer__column--social a.pint {
    background-position: -72px -184px;
}
.footer__row .footer__column--social a.pint:hover {
    background-position: -367px 0;
}

.footer__row .footer__column--social a.footer-kickstarter {
    width: 135px;
    height: 61px;
    line-height: 61px;
    background: none;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    text-align: center;
}
.footer__row .footer__column--social a.footer-kickstarter:hover {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.footer__row .footer__column--social a.footer-kickstarter:active {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.price_block_home {
    text-align: center;
    font-size: 50px;
    width: 57%;
    position: absolute;
    font-weight: 700;
    bottom: 60px;
}
@media screen and (max-width: 1024px) {
    .footer__row {
        margin-right: -2%;
    }
    .footer__row .footer__column {
        margin-right: 2%;
        width: 22%;
    }
    .footer__row .footer__column.footer__column--social {
        width: 100%;
    }    
}
@media screen and (max-width: 640px) {
    .footer__row {
        margin-right: -2%;
    }
    .footer__row .footer__column {
        margin-right: 2%;
        width: 30.3333333%;
    }
    .footer__row .footer__column.footer__column--social {
        width: 100%;
    }    
}
@media screen and (max-width: 480px) {
    .footer__row {
        margin-right: -4%;
    }
    .footer__row .footer__column {
        margin-right: 4%;
        width: 45%;
    }
    .footer__row .footer__column.footer__column--social {
        width: 100%;
        text-align: center;
    }    
}
footer p {
    font-size: 14px;
    line-height: 18px;
    color: #676767;
}
footer p a {
    color: #00a3ff;
    text-decoration: underline;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
footer p a:hover {
    text-decoration: none;
    color: #f648ab;
}
/* home -------------------------- */
/* content -------------------------- */
.spanning {
    clear: both;
}
.what-is {
    background: #f5f5f5;
    text-align: center;
    padding: 62px 0;
    position: relative;
    height: auto;
    display: block;
    clear: both;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.what-is h2 {
    font-size: 30px;
    line-height: 24px;
    color: #363636;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 12px;
}
.what-is h3 {
    font-size: 30px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
    margin: 0 0 85px;
}
.what-is .and-box {
    font: 80px/80px 'Ar Decode';
    color: #333333;
    display: inline-block;
    position: relative;
    top: -40px;
    margin: 0 2%;
}
.wi-box {
    max-width: 380px;
    display: inline-block;
    vertical-align: middle;
}
.wi-box img {
    margin: 0 0 31px;
}
.wi-box h4 {
    font-size: 18px;
    line-height: 18px;
    color: #363636;
    font-weight: bold;
    margin: 0 0 14px;
}
.wi-box p {
    font-size: 16px;
    line-height: 24px;
    color: #5a5a5a;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    float: left;
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}
.mobile-title {
    background: #4dacdc;
    text-align: center;
    display: block;
    clear: both;
    padding: 25px 0;
    display: none;
}
.mobile-title h2 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 4px;
}
.mobile-title h3 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
}
.slider {
    overflow: hidden;
    height: 892px;
    position: relative;
}
.slider .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    height: 892px !important;
    float: left;
}
.slider .swiper-slide h2 {
    font-size: 30px;
    line-height: 24px;
    color: #363636;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 68px 0 0;
}
.slider .swiper-slide h3 {
    font-size: 30px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
    margin: 0 0 46px;
}
.slider .swiper-slide .steps {
    font-size: 24px;
    line-height: 34px;
    color: #f648ab;
    font-weight: bold;
    margin: 0 0 2px;
}
.slider .swiper-slide p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #3a3a3a;
}
.slider .sl1 {
    background-image: url(../upload/slide1.jpg);
}
.slider .sl2 {
    background-image: url(../upload/slide2_1.jpg);
}
.slider .sl3 {
    background-image: url(../upload/slide3_1.jpg);
}
.slider .pagination {
    text-align: center;
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0;
    z-index: 500;
}
.slider .swiper-pagination-switch {
    font-size: 20px;
    line-height: 36px;
    color: #322826;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #312725;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    margin: 0 12px;
}
.slider .swiper-active-switch {
    border-color: #f648ab;
    color: #f648ab;
}
.slider .sl-box {
    text-align: left;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    padding: 15px 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    margin: 131px 1.4542344% 0 0;
    float: left;
}
.slider .sl-box h4 {
    font-size: 16px;
    /*line-height: px;*/
    color: #00a0f7;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.slider .sl-box h4 .cb-icon {
    background: url(../images/sprite.png) no-repeat;
    display: inline-block;
}
.slider .sl-box h4 .cbi1 {
    background-position: -259px -30px;
    width: 22px;
    height: 22px;
    margin: 0 8px -3px 0;
}
.slider .sl-box h4 .cbi2 {
    background-position: -283px -30px;
    width: 22px;
    height: 22px;
    margin: 0 8px -3px 0;
}
.slider .sl-box ul {
    font-size: 16px;
    color: #5a5a5a;
    margin: 0 0 0 6px;
    position: relative;
}
.slider .sl-box ul:before {
    position: absolute;
    top: -5px;
    left: 5px;
    bottom: 11px;
    border-left: 1px dashed #69cbef;
    content: '';
}
.slider .sl-box ul li {
    position: relative;
    margin: 0 0 7px;
    padding: 0 0 0 40px;
}
.slider .sl-box ul li:before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 25px;
    border-bottom: 1px dashed #69cbef;
    content: '';
}
.slider .slb-margin {
    margin-right: 0 !important;
}
.slider-mobile {
    display: none;
}
.features {
    background: url(../upload/blue.jpg) no-repeat center #4dacdc;
    text-align: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    clear: both;
    padding: 14px 0 100px;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box!important ;
    min-height: 980px;
}
.features h3 {
    font-size: 30px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 68px 0 0;
}
.features h4 {
    font-size: 30px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 300;
    margin: 0 0 33px;
}
.features .features-buttons {
    display: block;
    clear: both;
    height: 37px;
    margin: 0 0 64px;
}
.features .features-buttons a {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #00a1f7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 152px;
    height: 37px;
    display: inline-block;
    margin: 0 4px;
}
.features .features-buttons .active {
    background: #15a5ee;
    color: #ffffff;
}
.features .features-box {
    display: block;
    clear: both;
    position: relative;
    height: 590px;
}
.features .features-box .nb {
    background: url(../images/nb.png) no-repeat;
    position: absolute;
    top: 58px;
    left: 50%;
    width: 303px;
    height: 261px;
    margin-left: -150px;
}
.features .features-box video {
    max-width: 100%;
    position: relative;
    top: -3px;
}
.phone {
    position: absolute;
    top: 6px;
    left: 50%;
    width: 303px;
    height: 534px;
    margin-left: -150px;
    overflow: hidden;
}
.features .fb-list {
    display: block;
    clear: both;
    position: absolute;
}
.features .fb-list:hover .fb-text {
    background: #ffffff;
}
.features .fb-list:hover .fb-text h2 {
    color: #00a1f7;
}
.features .fb-list:hover .fb-text p {
    display: block;
}
.features .fb-list .fb-icon {
    background-image: url(../images/sprite.png);
    display: block;
    margin: 0 auto 10px;
    height: 72px;
}
.features .fb-list .fbi1 {
    background-position: -2px -109px;
    width: 54px;
}
.features .fb-list .fbi2 {
    background-position: -247px -109px;
    width: 81px;
}
.features .fb-list .fbi3 {
    background-position: -124px -109px;
    width: 51px;
}
.features .fb-list .fbi4 {
    background-position: -180px -109px;
    width: 61px;
}
.features .fb-list .fbi5 {
    background-position: -60px -109px;
    width: 62px;
}
.features .fb-list .fb-icon2 {
    background-image: url(../images/stripe2.png);
    display: block;
    margin: 0 auto 10px;
    height: 72px;
}
.features .fb-list .fbi6 {
    background-position: -2px -144px;
    width: 54px;
}
.features .fb-list .fbi7 {
    background-position: -191px -140px;
    width: 75px;
}
.features .fb-list .fbi8 {
   background-position: -126px -136px;
width: 65px;
}
.features .fb-list .fbi9 {
  background-position: -60px -141px;
width: 61px;
}
.features .fb-list .fbi10 {
    background-position: -261px -140px;
    width: 71px;
}
.features .fb-list .fbi11 {
  background-position: -334px -141px;
width: 75px;
}
.features .fb-list .fb-text {
    width: 287px;
    display: block;
    margin: 0 auto 30px;
    padding: 0 0 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.features .fb-list h2 {
    font-size: 18px;
    line-height: 38px;
    color: #ffffff;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: default;
}
.features .fb-list p {
    font-size: 16px;
    line-height: 24px;
    color: #5a5a5a;
    margin: 0 25px;
    display: none;
}
.features .fl1 {
    top: 10px;
    left: 130px;
}
.features .fl2 {
    top: 241px;
    left: 130px;
}
.features .fl3 {
    top: 241px;
    right: 130px;
}
.features .fl4 {
    top: 375px;
    left: 50%;
    margin-left: -121px;
}
.features .fl5 {
    top: 10px;
    right: 130px;
}
.features .fl7 {
    top: 10px;
    left: 90px;
}
.features .fl8 {
top: 212px;
left: 90px;
}
.features .fl9 {
top: 414px;
left: 90px;
}
.features .fl10 {
top: 10px;
    right: 90px;}
.features .fl11 {
    top: 212px;
    right: 90px;
}
.features .fl12 {
    top: 414px;
    right: 90px;
}

.slider-text {
    display: block;
    clear: both;
    height: 876px;
    position: relative;
}
.slider-text .sc-st {
    height: 876px !important;
}
.slider-text .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 876px !important;
    display: table;
}
.slider-text .swiper-slide .wrap {
    text-align: center;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: auto;
}
.slider-text .swiper-slide .wrap h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 20% 35px;
}
.slider-text .swiper-slide .wrap p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: black 0.1em 0.1em 0.3em;
    margin: 0 30% 20px;
}
.slider-text .st1 {

}
.slider-text .st2 {

}
.slider-text .st3 {

}
.slider-text .pagination-st {
    text-align: center;
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    z-index: 5;
}
/*.slider-text .pagination-st span {*/
    /*background: #ffffff;*/
    /*display: inline-block;*/
    /*width: 14px;*/
    /*height: 14px;*/
    /*-moz-border-radius: 50%;*/
    /*-webkit-border-radius: 50%;*/
    /*border-radius: 50%;*/
    /*margin: 0 6px;*/
    /*cursor: pointer;*/
/*}*/
/*.slider-text .pagination-st .swiper-active-switch {*/
    /*background: #ff2f96;*/
/*}*/
.why-box {
    background: url(../upload/why-bg.jpg) no-repeat center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    display: block;
    clear: both;
    height: 876px;
}

@media screen and (max-width: 768px) {
    .why-box {
    display: none; }
}

.why-box h3 {
    font-size: 30px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 14px;
    padding: 100px 0 0;
}
.why-box h4 {
    font-size: 30px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 300;
    margin: 0 0 64px;
}
.why-box .why-img {
    margin: 0 0 84px;
}
.swiper-slide-x-inside {
    background: none repeat scroll 0 0 #ffffff;
    margin: 0 auto;
    width: 504px;
    height: 504px;
}
.slider-centered {
    display: block;
    clear: both;
    height: 467px;
    position: relative;
}
.slider-centered .swiper-container {
    height: 500px;
}
.slider-centered .swiper-container .swiper-slide {
    text-align: left;
    height: 313px;
}
.slider-centered .swiper-container .swiper-slide .img-box {
    text-align: center;
    line-height: 500px;
    height: 500px;
    float: none;
}
.slider-centered .swiper-container .swiper-slide .img-box img {
    vertical-align: middle;
    height: 90%;
    /*height: 313px;*/
    margin-top: 6px;
}
.slider-centered .swiper-container .swiper-slide h2 {
    color: #372c2a;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 115px 63px;
}
.slider-centered .swiper-container .swiper-slide p {
    font-size: 16px;
    line-height: 26px;
    color: #5a5a5a;
    margin: 0 50px 25px 0;
}
.slider-centered .pagination-centered {
    text-align: center;
    position: absolute;
    bottom: -130px;
    left: 0;
    right: 0;
    z-index: 5;
}
.slider-centered .pagination-centered span {
    background: #ffffff;
    display: inline-block;
    width: 14px;
    height: 14px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
}
.slider-centered .pagination-centered .swiper-active-switch {
    background: #ff2f96;
}
.slider-centered-mobile {
    display: none;
    position: relative;
    padding: 0 0 80px;
}
.slider-centered-mobile .swiper-container {
    height: auto;
}
.slider-centered-mobile .swiper-slide {
    /*background: #ffffff;*/
    display: table;
}
.slider-centered-mobile .swiper-slide .wrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.slider-centered-mobile .pagination-centered-mobile {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 5;
}
.slider-centered-mobile .pagination-centered-mobile span {
    background: #ffffff;
    display: inline-block;
    width: 14px;
    height: 14px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
}
.slider-centered-mobile .pagination-centered-mobile .swiper-active-switch {
    background: #ff2f96;
}
.preorder-box {
    background: #ffffff;
    text-align: center;
    display: block;
    clear: both;
    height: 740px;
    padding: 82px 0 0;
    position: relative;
}
.preorder-box .wrap {
    position: relative;
}
.preorder-box h2 {
    font-size: 30px;
    line-height: 24px;
    color: #363636;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 112px;
}
.preorder-box h3 {
    font-size: 30px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
    margin: 0 0 102px;
}
.preorder-box .preorder-left {
    text-align: left;
    width: 260px;
    position: absolute;
    left: 170px;
    top: 176px;
}
.preorder-box .preorder-left .pl {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 58px;
    height: 58px;
    display: block;
    clear: both;
    margin: 0 0 25px;
}
.preorder-box .preorder-left .pl span {
    background: url(../images/sprite.png) no-repeat -307px -30px;
    width: 58px;
    height: 58px;
    margin: 0 18px 0 0;
    float: left;
}
.preorder-box .preorder-left .pl2 span {
    background-position: -336px -90px;
}
.preorder-box .preorder-left .pl3 span {
    background-position: -336px -150px;
}
.preorder-box .preorder-center {
    text-align: center;
    width: 328px;
    display: inline-block;
}
.preorder-box .preorder-center span {
    font-size: 16px;
    line-height: 16px;
    color: #aeaeae;
    display: block;
    clear: both;
    margin: 0 0 10px;
    padding: 19px 0 0;
}
.preorder-box .preorder-center p {
    font-size: 14px;
    line-height: 18px;
    color: #b1b1b1;
    margin: 0 0 80px;
}
.preorder-box .preorder-center .price {
    font-size: 36px;
    line-height: 36px;
    color: #323232;
    font-weight: 300;
    display: block;
    clear: both;
    margin: 0 0 24px;
}
.preorder-box .preorder-center .price del {
    color: #cbcbcb;
    font-weight: 300;
    margin: 0 5px;
}
.preorder-box .preorder-center .preorder-now {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f648ab;
    font-size: 21px;
    line-height: 61px;
    color: #ffffff;
    text-align: center;
    width: 251px;
    height: 61px;
    display: block;
    margin: 0 auto 24px;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.preorder-box .preorder-center .preorder-now:hover {
    background-color: #f879c1;
}
.preorder-box .preorder-center .preorder-now:active {
    background-color: #f41795;
}
.preorder-box .preorder-right {
    text-align: left;
    width: 300px;
    position: absolute;
    top: 176px;
    right: 120px;
}
.preorder-box .preorder-right li {
    font-size: 16px;
    line-height: 24px;
    color: #5a5a5a;
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 0 23px;
}
.preorder-box .preorder-right li:before {
    background: #ebebeb;
    width: 14px;
    height: 14px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
}
.preorder-box .tab {
    display: block;
    clear: both;
    margin: 0 0 38px;
}
.preorder-box .tab .box {
    display: none;
}
.preorder-box .tab .box.visible {
    display: block;
}
.preorder-box .tab .tabs li {
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    width: 28px;
    height: 28px;
    margin: 0 4px;
    position: relative;
}
.preorder-box .tab .tabs .active:before {
    background: #fefefe;
    -moz-box-shadow: inset 2px 1px 5px rgba(0,0,0,.24);
    -webkit-box-shadow: inset 2px 1px 5px rgba(0,0,0,.24);
    box-shadow: inset 2px 1px 5px rgba(0,0,0,.24);
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    content: '';
}
.preorder-box .tab .tabs .blue {
    background: #15a5ee;
}
.preorder-box .tab .tabs .pink {
    background: #f648ab;
}
.fixed-box {
    background: #f6f3f6;
    text-align: center;
    display: block;
    clear: both;
    height: 111px;
    display: none;
}
.fixed-box .sign-in {
    display: inline-block;
}
.fixed-box .sign-in .input-text {
    background: #ffffff;
    font-size: 18px;
    color: #b9b9b9;
    width: 535px;
    height: 61px;
    margin: 25px 13px 0 0;
    padding: 0 23px;
    border: 2px solid #15a5ed;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
}
.fixed-box .sign-in .si-submit {
    background: #15a5ee;
    font-size: 21px;
    color: #ffffff;
    width: 156px;
    height: 61px;
    border: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 25px 55px 0 0;
    float: left;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.fixed-box .sign-in .si-submit:hover {
    background-color: #45b7f1;
}
.fixed-box .sign-in .si-submit:active {
    background-color: #0e85c2;
}
.fixed-box .social {
    display: inline-block;
    margin: 0 0 13px;
}
.fixed-box .social a {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    float: left;
}
.fixed-box .social .face {
    background-position: -195px -68px;
    margin: 0 60px 0 0;
}
.fixed-box .social .face:hover {
    background-position: -295px 0;
}
.fixed-box .social .tw {
    background-position: -208px -68px;
    margin: 3px 50px 0 0;
}
.fixed-box .social .tw:hover {
    background-position: -308px 0;
}
.fixed-box .social .gp {
    background-position: -235px -68px;
    margin: 0 50px 0 0;
}
.fixed-box .social .gp:hover {
    background-position: -335px 0;
}
.fixed-box .social .pint {
    background-position: -267px -68px;
    margin: 0 0 0 0;
}
.fixed-box .social .pint:hover {
    background-position: -367px 0;
}
.fixed-display {
    background: #f6f3f6;
    background: rgba(246, 243, 246, 0.95);
    display: block;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../images/fancybox_sprite-2x.png');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('../images/fancybox_loading-2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}
.default-arrow-next,
.default-arrow-prev {
    background: url(../images/slider-arrows.png) 100% 0 no-repeat;
    height: 76px;
    width: 48px;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -38px;
    z-index: 100;
}
.default-arrow-prev {
    right: auto;
    left: 40px;
    background-position: 0 0;
}
.why-box .default-arrow-next,
.why-box .default-arrow-prev {
    margin-top: -115px;
}
/* sidebar -------------------------- */
/* media -------------------------- */
@media screen and (max-width: 1160px) {
    .preorder-left {
        left: 7% !important;
    }
    .preorder-right {
        right: 2% !important;
    }
    .fixed-box .social a {
        margin-right: 20px !important;
    }
    .fixed-box .pint {
        margin-right: 0 !important;
    }
    header#header-home .about {
        left: 20px;
        right: 20px;
    }
    .features .fl1 {
        left: 30px;
    }
    .features .fl2 {
        left: 30px;
    }
    .features .fl3 {
        right: 30px;
    }
    .features .fl5 {
        right: 30px;
    }
}
@media screen and (max-width: 960px) {
    .default-arrow-next,
    .default-arrow-prev {
        display: none;
    }
    header#header-home {
        background-image: url(../images/header-mobile.jpg);
        height: auto !important;
        padding: 0 0 50px;
    }
    header#header-home .social {
        display: none;
    }
    header#header-home .about {
        text-align: center;
        position: inherit;
        display: block;
        clear: both;
        padding: 240px 0 0;
        left: auto;
        right: auto;
    }
    /*#button_monitor{*/
         /*height: 2270px !important;*/
    /*}*/
    /*#fb-list2{*/
     /*top: 574px !important;*/
    /*}*/

    .phone {
        position: relative;
        height: 534px;
    }

    header#header-home .about .about-item {
        display: block;
    }
    header#header-home .about .about-item h1,
    header#header-home .about .about-item p {
        margin-left: auto;
        margin-right: auto;
    }
    header#header-home .header-links {
        vertical-align: top;
        text-align: center;
        display: inline-block;
    }
    header#header-home .header-links a {
        display: inline-block;
        margin: 0 5px 10px;
        float: none;
    }
    header#header-home .scroll {
        display: none;
    }
    .wrap {
        height: auto !important;
    }
    .fixed-box {
        position: inherit !important;
        display: block !important;
    }
    .fixed-box .social {
        display: none;
    }
    .what-is,
    .slider,
    .features,
    .why-box,
    .features .features-box,
    .slider-centered,
    .preorder-box {
        height: auto !important;
    }
    .features .fb-list {
        display: block;
        margin: 46px auto 40px;
        position: inherit;
        top: auto;
        left: auto;
        right: auto;
    }
    .features .fb-list .fb-text {
        background: #ffffff;
        width: 380px;
    }
    .features .fb-list .fb-text h2 {
        font-size: 18px;
        color: #00a0f7 !important;
        line-height: 43px;
    }
    .features .fb-list .fb-text p {
        font-size: 18px;
        line-height: 24px;
        display: block;
    }
    .features .features-box .nb {
        display: block;
        margin: 0 auto 40px;
        position: inherit;
        top: auto;
        left: auto;
        right: auto;
    }
    .what-is .wi-box {
        margin: 0 auto 30px;
        display: block;
        clear: both;
    }
    .what-is .wi-box p {
        font-size: 18px;
        line-height: 24px;
    }
    .what-is .and-box {
        display: block;
        clear: both;
        position: inherit;
        top: auto;
        left: auto;
        margin: 0 auto 40px;
        padding: 10px 0 0;
    }
    .preorder-right,
    .preorder-left {
        display: none !important;
    }
    .slider-text,
    .slider-text .sc-st,
    .slider-text .swiper-slide {
        min-height: 600px !important;
    }
    .slider-text .swiper-slide .wrap h2,
    .slider-text .swiper-slide .wrap p {
        margin-left: 0px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .slider-centered {
        display: none;
    }
    .slider-centered-mobile {
        display: block;
    }
    .slider-centered-mobile .swiper-container {
        height: 500px;
    }
    .slider-centered-mobile .swiper-container .swiper-slide {
        text-align: center;
        width: 100%;
    }
    .slider-centered-mobile .swiper-container .swiper-slide .img-box {
        /*display: none;*/
    }
    .slider-centered-mobile .swiper-container .swiper-slide h2,
    .slider-centered-mobile .swiper-container .swiper-slide p {
        margin-left: 0;
        margin-right: 0;
    }
    .si-submit {
        margin-right: 0 !important;
    }
    .fixed-box .sign-in .input-text {
        width: 400px;
    }
    .slider {
        display: none;
    }
    .slider-mobile {
        display: block;
    }
    .slider-mobile .swiper-slide {
        background-position: center;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        height: 436px !important;
        display: block;
        margin: 0 0 3px;
        padding: 30px 0 0;
        float: none;
    }
    .slider-mobile .swiper-slide h3,
    .slider-mobile .swiper-slide h2 {
        display: none;
    }
    .mobile-title {
        display: block;
    }
    .slider-mobile .sl-box {
        margin-top: 90px;
    }
}
@media screen and (max-width: 600px) {
    header#header-home .preorder {
        width: 175px;
    }
    header#header-home .preorder span {
        display: none;
    }
    header#header-home .about h1 {
        font-size: 36px;
        line-height: 36px;
    }
    header#header-home .about p {
        font-size: 18px;
        line-height: 24px;
    }
    header#header-home .header-links {
        text-align: center;
        display: block;
        width: 280px;
        margin: 0 auto;
    }
    .what-is .wi-box {
        padding: 0 20px;
        display: block;
        clear: both;
        width: inherit;
    }
    .what-is .wi-box p {
        font-size: 18px;
        line-height: 24px;
    }
    .what-is h3,
    .slider .swiper-slide h3,
    .preorder-box h2,
    .preorder-box h3 {
        line-height: 30px;
    }
    .fixed-box .sign-in .input-text {
        width: 290px;
    }
    .preorder-box .preorder-center {
        width: inherit;
        margin: 0 10px;
        display: block;
        float: none;
    }
    .slider-mobile .sl-box {
        margin-top: 15px;
    }
}
@media screen and (max-width: 768px) {
    header#header-home .about .about-item p {
        font-size: 24px;
        line-height: 30px;
    }
    .what-is h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .what-is h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .wi-box h4 {
        font-size: 28px;
        line-height: 36px;
    }
    .wi-box p {
        font-size: 24px;
        line-height: 30px;
    }
    .mobile-title h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .mobile-title h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .slider .swiper-slide h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .slider .swiper-slide h3 {
        font-size: 40px;
        line-height: 44px;
    }
    .slider .swiper-slide .steps {
        font-size: 30px;
        line-height: 34px;
    }
    .slider .swiper-slide p {
        font-size: 22px;
        line-height: 34px;
    }
    .slider .sl-box {
        padding-top: 10px;
        padding-bottom: 10px;
        float: none;
        margin-top: 10px;
    }
    .slider .sl-box h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .slider .sl-box ul {
        font-size: 18px;
    }
    .slider .slb-margin {
        margin-right: 0 !important;
    }
    .features h3 {
        font-size: 40px;
        line-height: 44px;
    }
    .features h4 {
        font-size: 40px;
        line-height: 44px;
    }
    .features .features-buttons a {
        font-size: 28px;
        line-height: 36px;
    }
    .features .fb-list h2 {
        font-size: 24px !important;
        line-height: 38px !important;
    }
    .slider-text .swiper-slide .wrap p {
        font-size: 24px;
        line-height: 36px;
    }
    .slider-centered .swiper-container .swiper-slide h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .slider-centered .swiper-container .swiper-slide p {
        font-size: 24px;
        line-height: 36px;
    }
    .preorder-box h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .preorder-box h3 {
        font-size: 40px;
        line-height: 44px;
    }
    .preorder-box .preorder-center {
        text-align: center;
        width: 328px;
        display: inline-block;
    }
    .preorder-box .preorder-center span {
        font-size: 24px;
        line-height: 24px;
    }
    .preorder-box .preorder-center p {
        font-size: 18px;
        line-height: 24px;
    }
    .preorder-box .preorder-center .price {
        font-size: 46px;
        line-height: 46px;
    }
    footer .footer-links {
        font-size: 20px;
    }
    footer p {
        font-size: 20px;
        line-height: 28px;
    }

}
@media screen and (max-width: 480px) {
    header#header-home {
        padding-top: 46px;
    }
    header#header-home .logo {
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
    header#header-home .preorder {
        display: block;
        margin: 0 auto;
        float: none;
    }
    .features .fb-list {

        display: block;
        margin: 46px auto 40px;
        position: inherit;
        top: auto;
        left: auto;
        right: auto;
    }
    /*#fb-list2{*/
     /*top: 700px !important;*/
    /*}*/
    .features .fb-list .fb-text {
        background: #ffffff;
        margin: 0 20px;
        width: inherit;
    }
    .fixed-box .sign-in .input-text {
        width: 195px;
    }
    .fixed-box .sign-in .si-submit {
        width: 100px;
    }
    .slider-text .swiper-slide .wrap h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .slider-text .swiper-slide .wrap p {
        font-size: 16px;
        line-height: 24px;
    }
}
.lp-button-blue {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #15a5ee !important;
    font-size: 21px;
    line-height: 61px;
    color: #ffffff !important;
    text-align: center;
    width: 200px;
    height: 61px;
    display: inline-block;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.lp-button-blue:hover
{
    background-color: #f879c1 !important;
    color: white;
}
.lp-button-blue:visited
{
    color: #ffffff;
}
.lp-button-white {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff !important;
    font-size: 18px;
    line-height: 61px;
    color: #00a0f7 !important;
    text-align: center;
    width: 200px;
    height: 61px;
    display: inline-block;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.lp-button-red {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f879c1 !important;
    font-size: 18px;
    line-height: 61px;
    color: #ffffff !important;
    text-align: center;
    width: 200px;
    height: 61px;
    display: inline-block;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    
    text-transform: uppercase;
}
.lp-button-red:hover
{
    background-color: #15a5ee !important;
    color: white;
    text-decoration: none;
}
.lp-button-red:active, .lp-button-red:focus {
    text-decoration: none;
}

.lp-button-red:visited
{
    color: #ffffff;
}
.w250 {
    width: 250px;
}

.iw-modalBox{
    padding:0px;
    border:0px solid #CCC;
    background: #fff;
    width: auto;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden !important;
}
.iw-modalOverlay{
    background: #000;
    opacity:.6;
}
.jsMailChimpForm {
    overflow: hidden !important;
    height: 100%;
}
.contentMailChimp {
    height: 100%;
    background: url('../images/sign-up-baby.jpg') no-repeat right bottom;
    padding: 31px 51px 0px 51px;
}
.jsMailChimpForm h3{
    font-size: 24px;
}
.mailchimp-form-text {
    clear: both;
}
.mailchimp-form-text p, .mailchimp-form-text li{
    font-size: 16px;
    color: #9b9b9b;
}
.mailchimp-form-text ul li {
    padding-left: 0px;
    list-style-type: disc;
}
.mailchimp-form-text ul {
    padding-left: 40px;
}
.mailchimp-form-input {
    padding: 30px 0 30px 0;
}
.sign-in-mailchimp-form {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.sign-in-mailchimp-form .email{
    background: #ffffff;
    font-size: 18px;
    color: #b9b9b9;
    width: 350px;
    height: 61px;
    margin: 25px 13px 0 0;
    padding: 0 23px;
    border: 2px solid #15a5ed;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.sign-in-mailchimp-form .sign-up-button{
    background: #15a5ee;
    font-size: 21px;
    color: #ffffff;
    width: 156px;
    height: 61px;
    border: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 25px 55px 0 0;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.jsMailChimpFormClose {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px;
}

.epm-message p {
    margin-bottom: 0px;
}

.epm-message epm-error message error {
    color: red !important;
}

.jsMailchimpSuccessBox {
    text-align: center;
}
.jsMailchimpSuccessBoxContent {
    padding: 56px 56px 0px 56px !important;
    text-align: center;
}
.jsMailchimpSuccessBoxContent h3 {
    font-size: 16px;
}

.jsMailchimpSuccessBox .social {
    text-align: center;
    padding-top: 40px;
}
.jsMailchimpSuccessBox .social {
    display: inline-block;
    margin: 0 0 13px;
}
.jsMailchimpSuccessBox .social a {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    float: left;
}
.jsMailchimpSuccessBox .social .face {
    background-position: -195px -68px;
    margin: 0 60px 0 0;
}
.jsMailchimpSuccessBox .social .face:hover {
    background-position: -295px 0;
}
.jsMailchimpSuccessBox .social .tw {
    background-position: -208px -68px;
    margin: 3px 50px 0 0;
}
.jsMailchimpSuccessBox .social .tw:hover {
    background-position: -308px 0;
}
.jsMailchimpSuccessBox .social .gp {
    background-position: -235px -68px;
    margin: 0 50px 0 0;
}
.jsMailchimpSuccessBox .social .gp:hover {
    background-position: -335px 0;
}
.jsMailchimpSuccessBox .social .pint {
    background-position: -267px -68px;
    margin: 0 0 0 0;
}
.jsMailchimpSuccessBox .social .pint:hover {
    background-position: -367px 0;
}
.vjs-control-bar{
    display:none;
}
#video-5_html5_api_html5_api{
    min-height:534px;
}
#button-lpb{
    background-color: #15a5ee !important;
}
.jsMailchimpSuccessBox2 {
  background-image: url(../img/background.png);
  background-repeat: no-repeat;
}
.jsMailchimpSuccessBoxContent2{
padding: 100px 59px 0px 250px !important;
}
#Stage_jbeeb_3{
    left: -8px !important;
}

.press_like {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    background-color: #F6F3F6;
    padding-bottom: 40px;
    padding-top: 25px;
}

.press_like_header {
    margin-bottom: 30px;
}

.press_like_img {
    box-sizing: border-box;
    display: inline-block;
    line-height: 1;
    max-height: 100px;
    max-width: 20%;
    padding-right: 2%;
    padding-left: 2%;
    vertical-align: middle;
}


@media only screen and (max-width: 767px) {
    #chatContainer {
      display: none !important;
    }
}
/*
@media only screen and (max-width: 960px) {
    #subscribe-button {
        display: none;
    }

    .lang_switcher {
        margin: 55px 25px 0 !important;
    }
}
*/

.subscribe__form {
    display: none;
    background-color: #fff;
    position: relative;
    max-width: 989px;
    padding: 18px 17px 27px 49px;
    overflow: hidden;
    
}

    .subscribe__form:after {
        content: '';
        position: absolute;
        z-index: 1;
        bottom: -27px;
        right: -17px;
        display: inline-block;
        background-image: url(../images/bg_subscribe_form.jpg);
        width: 407px;
        height: 501px;
    }

    @media screen and (max-width:850px) {
        .subscribe__form:after {
            display: none;
        }
    }

    @media screen and (max-width:768px) {
        .subscribe__form {
            padding-left: 17px;
        }
    }

    .subscribe__form__title h3 {
        text-transform: uppercase;
        font-size: 1.4375em;
        line-height: 1;
        letter-spacing: 0.022rem;
        margin-bottom: 33px;
    }

    @media screen and (max-width:850px) {
        .subscribe__form__title h3{
            padding-right: 60px;
        }
    }

    .subscribe__form__close_button {
        width: 33px;
        height: 34px;
        top: 17px;
        right: 32px;
        background-image: url(../images/close-x.png);
        background-size: 100%;
    }

    @media screen and (max-width:768px) {
        .subscribe__form__close_button {
            right: 17px;
        }
    }

    .subscribe__form form {
        position: relative;
        z-index: 2;
    }

    .subscribe__form form fieldset {
        min-width: 0;
    }

    @media screen and (max-width:480px) {
        .subscribe__form form fieldset {
            margin-top: -27px;
        }
    }

    .subscribe__form form fieldset legend {
        width: 100%;
        max-width: 670px;
        letter-spacing: 0.01rem;
        line-height: 19px;
        margin-bottom: 10px;
    }

    @media screen and (max-width:480px) {
        .subscribe__form form fieldset legend {
            display: none;
        }
    }

    .subscribe__form form fieldset p {
        padding-top: 17px;
    }

        .subscribe__form form fieldset p + p {
            padding-top: 17px;
        }

    .subscribe__form form fieldset p [type=text],
    .subscribe__form form fieldset p [type=email],
    .subscribe__form form fieldset p [type=tel] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #ffffff;
        font-size: 18px;
        color: #b9b9b9;
        width: 100%;
        max-width: 560px;
        max-width: 35rem;
        height: 51px;
        padding: 0 23px;
        border: 2px solid #15a5ed;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: border-color 0.2s linear;
        transition: border-color 0.2s linear;
    }

    .subscribe__form form fieldset p [type=text]:focus,
    .subscribe__form form fieldset p [type=email]:focus,
    .subscribe__form form fieldset p [type=tel]:focus {
        border-color: #f879c1;
    }

    .subscribe__form form fieldset p [type="checkbox"]:not(:checked),
    .subscribe__form form fieldset p [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }

    .subscribe__form .subscribe__form__time_for_call {
        width: 510px;
        width: 31.9rem;
        margin-top: 0px;
        margin-bottom: -10px;
    }

    .subscribe__form form fieldset p [type="checkbox"]:not(:checked) + label,
    .subscribe__form form fieldset p [type="checkbox"]:checked + label,
    .subscribe__form form fieldset p [type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
    .subscribe__form form fieldset p [type="checkbox"]:checked + .wpcf7-list-item-label {
        position: relative;
        width: 40%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 19px;
        padding-left: 36px;
        font-size: 19px;
        cursor: pointer;
    }

    @media screen and (max-width:630px) {
        .subscribe__form form fieldset p [type="checkbox"]:not(:checked) + label,
        .subscribe__form form fieldset p [type="checkbox"]:checked + label,
        .subscribe__form form fieldset p [type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
        .subscribe__form form fieldset p [type="checkbox"]:checked + .wpcf7-list-item-label {
            width: 100%;
        }
    }

    .subscribe__form form fieldset p [type="checkbox"]:not(:checked) + label:before,
    .subscribe__form form fieldset p [type="checkbox"]:checked + label:before,
    .subscribe__form form fieldset p [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before,
    .subscribe__form form fieldset p [type="checkbox"]:checked + .wpcf7-list-item-label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 19px;
        height: 19px;
        border: 2px solid #15a5ed;
    }

    .subscribe__form form fieldset p [type="checkbox"]:not(:checked) + label:after,
    .subscribe__form form fieldset p [type="checkbox"]:checked + label:after,
    .subscribe__form form fieldset p [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after,
    .subscribe__form form fieldset p [type="checkbox"]:checked + .wpcf7-list-item-label:after {
        content: '\f00c';
        position: absolute;
        top: 6px;
        left: 5px;
        font-size: 14px;
        color: #15a5ed;
        transition: all .2s;
        font: normal normal normal 14px/1 FontAwesome;
    }
    .subscribe__form form fieldset p [type="checkbox"]:not(:checked) + label.checkbox--small:after,
    .subscribe__form form fieldset p #callback-subscribe [type="checkbox"]:checked + .wpcf7-list-item-label:after {
        top: 4px;
    }
    

    .subscribe__form form fieldset p [type="checkbox"]:not(:checked) + label:after,
    .subscribe__form form fieldset p [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after {
        opacity: 0;
        transform: scale(0);
    }
    
    .subscribe__form form fieldset p [type="checkbox"]:checked + label:after,
    .subscribe__form form fieldset p [type="checkbox"]:checked + .wpcf7-list-item-label:after {
        opacity: 1;
        transform: scale(1);
    }

    .subscribe__form form fieldset p [type="checkbox"]:disabled:not(:checked) + label:before,
    .subscribe__form form fieldset p [type="checkbox"]:disabled:checked + label:before,
    .subscribe__form form fieldset p [type="checkbox"]:disabled:not(:checked) + .wpcf7-list-item-label:before,
    .subscribe__form form fieldset p [type="checkbox"]:disabled:checked + .wpcf7-list-item-label:before {
        border-color: #bbb;
        background-color: #ddd;
    }

    .subscribe__form form fieldset p [type="checkbox"]:disabled:checked + label:after,
    .subscribe__form form fieldset p [type="checkbox"]:disabled:checked + .wpcf7-list-item-label:after {
        color: #999;
    }

    .subscribe__form form fieldset p [type="checkbox"]:disabled + label,
    .subscribe__form form fieldset p [type="checkbox"]:disabled + .wpcf7-list-item-label {
        color: #aaa;
    }

    .subscribe__form form fieldset p [type="checkbox"]:checked:focus + label:before,
    .subscribe__form form fieldset p [type="checkbox"]:not(:checked):focus + label:before,
    .subscribe__form form fieldset p [type="checkbox"]:checked:focus + .wpcf7-list-item-label:before,
    .subscribe__form form fieldset p [type="checkbox"]:not(:checked):focus + .wpcf7-list-item-label:before {
        border-color: #f879c1;
    }

    .subscribe__form form fieldset p [type="checkbox"]:not(:checked) + label.checkbox--small,
    .subscribe__form form fieldset p [type="checkbox"]:checked + label.checkbox--small,
    .subscribe__form form fieldset p #callback-subscribe [type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
    .subscribe__form form fieldset p #callback-subscribe [type="checkbox"]:checked + .wpcf7-list-item-label {
        font-size: 14px;
        line-height: 16px;
        width: 55%;
        top: 4px;
    }


    @media screen and (max-width:630px) {
        .subscribe__form form fieldset p  [type="checkbox"]:not(:checked) + label.checkbox--small,
        .subscribe__form form fieldset p  [type="checkbox"]:checked + label.checkbox--small,
        .subscribe__form form fieldset p  #callback-subscribe [type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
        .subscribe__form form fieldset p  #callback-subscribe [type="checkbox"]:checked + .wpcf7-list-item-label {

            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
    }


    .subscribe__form form fieldset p [type="checkbox"]:not(:checked) + label.checkbox--small:before,
    .subscribe__form form fieldset p [type="checkbox"]:checked + label.checkbox--small:before,
    .subscribe__form form fieldset p #callback-subscribe [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before,
    .subscribe__form form fieldset p #callback-subscribe [type="checkbox"]:checked + .wpcf7-list-item-label:before {

        border-color: #d9d9d9;
        top: 0;
    }

    .subscribe__form form fieldset p [type="checkbox"]:checked:focus + label.checkbox--small:before,
    .subscribe__form form fieldset p [type="checkbox"]:not(:checked):focus + label.checkbox--small:before,
    .subscribe__form form fieldset p #callback-subscribe [type="checkbox"]:checked:focus + .wpcf7-list-item-label:before,
    .subscribe__form form fieldset p #callback-subscribe [type="checkbox"]:not(:checked):focus + .wpcf7-list-item-label:before {
        border-color: #15a5ed;
    }

    .subscribe__form form fieldset p [type=submit] {
        background: #15a5ee;
        font-size: 21px;
        color: #ffffff;
        text-transform: uppercase;
        width: 156px;
        height: 61px;
        border: 0;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
    }

    .subscribe__form form fieldset p [type=submit]:hover,
    .subscribe__form form fieldset p [type=submit]:focus  {
        background: #f879c1;
    }

    @media screen and (max-width:1000px) {
        .fancybox-inner--hack {
            height: auto !important;
        }
    }
    .subscribe__form .screen-reader-response {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }

    .subscribe__form .wpcf7-not-valid-tip {
        display: block;
        color: red;
    }
    .subscribe__form .wpcf7-validation-errors {
        color: red;
    }
    .subscribe__form  .wpcf7-mail-sent-ok {
        display: block;
        color: green;
        font-size: 1.2em;
    }
    
    .fully-displayable {
      display: none;
    }
    

    .land_sub
    {
        float:right;
    }
    .lang_switcher
    {
        margin: 5px 6px 0;
        float: right;
        position: relative;
        z-index: 2;
    }

    .lang_switcher .qtranxs_language_chooser li
    {
        display: inline-block;
    }

    .lang_switcher .qtranxs_language_chooser li:first-child
    {
        margin-right:15px;
    }

    .lang_switcher .qtranxs_language_chooser a
    {
        cursor: pointer;
        font-size: 16px;

    }

    .lang_switcher .qtranxs_language_chooser .active a
    {
        color: white!important;
        cursor: default!important;
    }

    .land_sub .preorder2
    {
        margin: 10px 0 0 40px!important;
    }

    header#header-home .subscribe-mobile {
      display: none;
    }
    
    @media screen and (max-width: 768px) {
      header#header-home {
        padding-top: 10px;
        padding-bottom: 15px;
        min-height: 380px;
      }      
      header#header-home .wrap {
        min-height: initial;      
      }
    
      header#header-home .logo {
        display: none;
      }      
      header#header-home .logo-mobile {
          background: url(../images/logo.png) no-repeat;
          background-size: cover;
          width: 129px;
          height: 31px;
          float: none;      
          display: block;
          margin-top: 10px;
      }
      
      header#header-home .subscribe_button_wrap {
        display: none;
      }
      header#header-home .subscribe-mobile {
        display: block;
        width: 38px;
        height: 43px;
        background-image: url(../images/call.png);
        float: right;
      }
      header#header-home {
        background-image: url(../images/header-mobile-4.jpg);
      }
      header#header-home .about {
        padding-top: 10px; 
      }
      header#header-home .about .about-item p.header-about-desc {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
      }
      header#header-home .about .about-item h1 {
        font-size: 26px;
        line-height: 32px;
        text-align: center;
        font-weight: 400;
        margin-top: 140px;
      }
      
      .land_sub {
        float:none;
        width: 50%;
      }
      .land_sub .lang_switcher {      
        float:none;      
        margin-left: 0px;
      }
      
      header#header-home .header-links a {
		background-image:none;
        width: 110px;
        margin: 0 5px;
        font-size: 12px;
        white-space: nowrap;        
        line-height: 48px;
        height: 48px;        
      }
      header#header-home .header-links a.play-video span,
      header#header-home .header-links a.new-buy-now span
      {
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url(../images/video.png) no-repeat transparent;
        margin: 0px 5px -6px 0px;
      }
        .slider.slider-mobile .swiper-slide p {
            font-size: 20px;
            line-height: 25px;
        }

        .slider-mobile .swiper-slide.sl1 {
            height: 360px !important;
            background-image: url(../images/baby_04.jpg);
            background-position: center bottom;
            background-color: #ede9ea;
            background-size: cover;
        }

        .slider-mobile .swiper-slide.sl2 {
            height: 360px !important;
            background-image: url(../images/baby_06.jpg);
            background-position: center bottom;
            background-color: #f5f3f6;
            background-size: inherit;
        }

        .slider-mobile .swiper-slide.sl3 {
            height: 570px !important;
            background-image: url(../images/tel_2_1.png);
            background-position: center bottom;
            background-color: #efeaf0;
            background-size: inherit;
        }
        .slider-mobile .swiper-slide.sl3 .sl-box {
            margin: 10px auto;
        }
    }
    
    @media screen and (max-width: 468px) {
      header#header-home .header-about-desc {
        display: none;
      }
      header#header-home .about .about-item h1 {
        text-align: left;
      }
      .no-mobile {
        display: none;
      }
      header#header-home .header-links a {
        float: left;
      }
      header#header-home .header-links a.play-video,
      header#header-home .header-links a.new-buy-now {
        margin-left: 0px;
      }

      .features .wrap h4 {
        font-size: 34px;
      }

      .features .features-box .nb {
        background-size: cover;
        width: 240px;
        height: 206px;
      }

      .preorder-box h2 {
        font-size: 30px;
        margin: 0 0 50px;
      }

      .preorder-box .preorder-center {
        width: auto;
      }

      .footer__row__wrapper {
        text-align: left;
      }

      .slider-mobile .swiper-slide.sl1 {
        height: 300px !important;
      }



    }



#video-5_html5_api .vjs-big-play-button {
  width: 48px;
  height: 48px;
  background: url(../images/play_black.png) no-repeat center;
  position: absolute;
  top: 280px;
  left: 125px;
}

#video-5_html5_api {
  position: relative;

}

.vjs-playing .vjs-big-play-button {
  display: none;
}



.subscribe__form span.wpcf7-list-item {
  margin-left: 0px;
}

.subscribe__form .wpcf7-response-output {
  border: none;
  padding: 0px;
  margin: 0px;

}


#mailing-popup-wrapper span.wpcf7-not-valid-tip {
  top: 70px;
}

#mailing-popup-wrapper span.wpcf7-not-valid-tip {
  top: 70px;
}

#mailing-popup-wrapper div.wpcf7-response-output {
  margin: 10px 0px 30px 0px;
}


/*
//////////////////////////////////////////////////////////////////////////////
  Inner header

*/



#masthead .site-branding{
    max-width:280px;
    padding: 34px 0px 16px;
}

#masthead h1.site-title{
    margin: 0px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

#masthead h1.site-title a:link, #masthead h1.site-title a:visited{
    color: #fff;
}

/*.row {*/
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
/*}*/

/*.row:before, .row:after {*/
    /*display: table;*/
    /*content: " ";*/
/*}*/

#masthead .site-branding {
    max-width: 280px;
    padding: 34px 0px 16px;
}

#masthead h1.site-title {
    margin: 0px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

/*.navbar-toggle {*/
    /*position: relative;*/
    /*float: right;*/
    /*padding: 9px 10px;*/
    /*margin-top: 59px;*/
    /*margin-right: 15px;*/
    /*margin-bottom: 8px;*/
    /*background-color: transparent;*/
    /*border: 1px solid transparent;*/
    /*border-radius: 4px;*/
/*}*/

/*@media (min-width: 768px) {*/
    /*.navbar-toggle {*/
        /*display: none;*/
    /*}*/
/*}*/

#masthead .nav-switch {
    border: 1px solid rgba(255,255,255,.3);
    position: absolute;
    right: 0px;
    top: 15px;
    background: #fff;
}


#masthead .nav-switch span {
    background: #ddd;
}

/*.sr-only {*/
    /*position: absolute;*/
    /*width: 1px;*/
    /*height: 1px;*/
    /*padding: 0;*/
    /*margin: -1px;*/
    /*overflow: hidden;*/
    /*clip: rect(0 0 0 0);*/
    /*border: 0;*/
/*}*/

/* bootstrap */
/*.navbar-toggle .icon-bar {*/
    /*display: block;*/
    /*width: 22px;*/
    /*height: 2px;*/
    /*border-radius: 1px;*/
/*}*/

#masthead button {
    color: #5A5A5A;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 26px;
    line-height: 1.6;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation:before, .main-navigation:after {
    display: table;
    line-height: 0;
    content: "";
}

.main-navigation:after {
    clear: both;
}

.nav__block {
    float: left;
}

.nav__block--main {
    width: auto;
}

.nav__block--main ul {
    width: 100%;
    font-size: 18px;
}

.nav__block--main ul > li {
    width: auto;
    float: left;
    font-size: 1em;
    padding: 2.82em 0.46em 0 !important;
    position: relative;    
}

.nav__block--main .b-small_menu ul > li {
  padding: 0 0.46em 0 !important;
  top: 2.82em;
}

.nav__block--addition {
    width: 130px;
    margin-left: 20px;
    margin-top: 10px;
}
.nav__block--addition .nav_block--addition__button {
    width: auto;
    height: 52px;
    font-size: 15px;
    line-height: 52px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f879c1;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;

    text-transform: uppercase;
}
.nav__block--addition.lang-es .nav_block--addition__button {
    font-size: 13px;
}

.nav__block--addition .nav_block--addition__button:hover {
    background-color: #00a0f7;
}

.nav__block--addition .nav__lang {
}

.nav__block--addition .nav__lang .nav__lang__link {
    width: 43.67788124%;
    display: inline-block;
    vertical-align: top;
    margin-top: -6px;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
}
.nav__block--addition .nav__lang span.nav__lang__link {
    color: grey;
}
.nav__block--addition .nav__lang a.nav__lang__link {
    color: #00a0f7;
}

/*        .nav__block--addition .nav__lang .nav__lang__link--left{
          padding-left: 1px;
        }*/

.nav__block--addition .nav__lang .nav__lang__link--right {
    text-align: right;
    /*padding-right: 2px;*/
    position: relative;
    left: 11px;

}


.nav__block--addition .nav__lang span.nav__lang__link {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

@media screen and (max-width:1280px) {
    .nav__block--main {
        width: 75.6294746%;
        margin-top: 1.3em;
    }

    .nav__block--main ul > li {
        font-size: 0.6em;
        padding: 2.82em 0.46em 0 !important;
    }

    .nav__block--main ul ul {
        top: 3.1em !important;
        margin-top: 0 !important;
    }
}

@media screen and (max-width:1024px) {
    .nav__block--main {
        width: 67.99999999999999999%;
        margin-top: 1.3em;
        margin-bottom: 1em;
    }

    .nav__block--main ul > li {
        font-size: 1.6em;
        padding: 0 0.46em!important;
    }

    .nav__block--main ul ul {
        top: 1.3em !important;
    }

    .main-navigation .nav__block--main ul {
        margin-top: 0.82em;
    }
}

@media screen and (max-width:867px) {
    .nav__block--main {
        width: 76%;
    }

    .nav__block--addition {
        position: relative;
        top: -14px;
    }
}

@media screen and (max-width:768px) {
    .nav__block--addition {
        display: none;
        position: absolute;
        top: -14px;
        left: -13px;
    }

    .main-navigation.toggled .nav__block--addition {
        display: block;
    }

    .main-navigation.toggled .nav__block--main {
        width: 100%;
        margin-top: 80px;
    }

    .main-navigation.toggled .nav__block--main ul ul {
        top: 0 !important;
    }

    .main-navigation.toggled .nav__block--main ul ul li {
        margin-left: 30px !important;
    }

    .main-navigation.toggled .nav__block--main ul ul li a {
        width: 100%;
        line-height: 1.3em;
    }

    .site-branding {
        margin-top: -12px;
    }
}

.menu-item-21 {
    background: none repeat scroll 0% 0% #F547AB;
    margin: 10px 0px 0px 0px;
    position: relative;
    font-size: 21px;
    line-height: 5px;
    color: #FFF;
    text-align: center;
    text-transform: none;
    border-radius: 3px;
    width: 251px;
    height: 61px;
    transition: background-color 0.2s linear 0s;
}

.menu-item-21 a {
    color: #FFF;

}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation ul > li{
    padding: 32px 8px;
}

.main-navigation ul > li a:link,.main-navigation ul > li a:visited {
    color: #3F3F3F;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.main-navigation ul > li.request_call a:link,.main-navigation ul > li.request_call a:visited {
    color: #00A0F7;
}


.main-navigation ul > li a.short-menu-item:link,.main-navigation ul > li a.short-menu-item:visited {
  font-weight: 400;
}

.main-navigation ul > li a.long-menu-item:link,.main-navigation ul > li a.long-menu-item:visited {
  font-weight: 400;
}


.main-navigation ul > li a.long-menu-item:hover, .main-navigation ul li ul > li a.long-menu-item:hover,
.main-navigation ul > li a.short-menu-item:hover, .main-navigation ul li ul > li a.short-menu-item:hover {
    color: #00a0f7;
}




.main-navigation a {
    display: block;
    color: #3F3F3F;
    /*    text-transform: uppercase;*/
    font-size: 16px;
    font-weight: 600;

}
.main-navigation ul ul {
    background: #32393e;
    display: none;
    float: left;
    position: absolute;
    top:80px;
    left: 0;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;

}
.main-navigation ul ul li {
    padding: 3px 10px !important;
    border-bottom: 1px solid #374550;
}

.main-navigation ul ul li a:link, .main-navigation ul ul li a:visited{
}

.main-navigation ul ul li a:hover{
    color: #fff;
}


.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}


/* Small menu */
.menu-toggle {
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .main-navigation{
        margin: 0px 0px;
        height: 0;
    }
    .navbar-toggle,
    .main-navigation.toggled .nav-menu {
        display: block!important;
    }

    .main-navigation.toggled{
        padding-bottom: 20px;
        height: auto;
    }

    .main-navigation.toggled li a:link,.main-navigation.toggled li a:visited {
    }
    .main-navigation.toggled li a:hover {
    }


    .navbar-toggle{
        border:1px solid #ffffff;
    }
    .icon-bar{

        background: #333;

    }
    .main-navigation ul {
        display: none;
    }

    .main-navigation.toggled ul.nav-menu li{
        list-style: none;
        display: block;
        float: none;
        line-height: 35px;
        padding: 0px 0px;
    }

    .main-navigation.toggled ul.nav-menu li,.main-navigation.toggled ul.nav-menu li ul li{
        border-bottom:1px solid #ffffff;

    }

    .main-navigation.toggled ul.nav-menu li ul li:last-child{
        border:none;
    }
    .main-navigation.toggled ul.nav-menu li ul li:first-child{
        border-top:1px solid #ffffff;
    }

    .main-navigation.toggled ul ul,.main-navigation.toggled ul ul ul{
        margin:0px 0px 0px 0px ;
        display: block;
        float: none;
        position: relative;
        box-shadow: none;
        top:0px;
        left: 0px;
        background: transparent;
    }


    /* 	Flexlider */

    .flex-caption{
        display: none;
    }
}

#cssmenu.nav__block {
    float: right;
}

#header-buy-button.nav__block {
    float: right;
}

#header-buy-button.nav__block.no-button .nav__lang {
    padding-top: 45px;
}

.nav__block--addition .nav__lang {
    line-height: 28px;
}

.main-navigation ul ul li {
    background: none repeat scroll 0 0 #eae9ea !important;
    border-bottom: none;
}

.main-navigation ul ul {
    top: 75px;
}

body div.main h1,
body div.main h2,
body div.main h3,
body div.main h4,
body div.main h5,
body div.main h6,
body div.main .h1,
body div.main .h2,
body div.main .h3,
body div.main .h4,
body div.main .h5,
body div.main .h6 {
    font-family: 'Lato', sans-serif;
}

div.main *, div.main *:before, div.main *:after {
    /* -webkit-box-sizing: content-box; */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

div.main *, div.main *:before, div.main *:after {
    /* -webkit-box-sizing: content-box; */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

div.main  header#masthead *, div.main  header#masthead *:before, div.main header#masthead *:after {
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    header#header-home .about .about-item h1 {
        margin-top: 50px;
    }
}

@media (max-width: 800px)
{
    .navbar-toggle
    {
        margin-top: 13px!important;
    }
}

/*
.from-landings.baby_shower__page .container {
    padding-right: 0px;
    padding-left: 0px;
}

.from-landings.baby_shower__page .row {
    margin-right: 0px;
    margin-left: 0px;
}
*/

#masthead .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



/* ----------------- BOOTSTRAP FOR HEADER  -------------------------  */
@media (min-width: 868px) {
    #masthead .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    #masthead .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    #masthead .container {
        max-width: 1208px;
    }
}

#masthead .clear:before,
#masthead .clear:after,
#masthead [class*="content"]:before,
#masthead [class*="content"]:after,
#masthead [class*="site"]:before,
#masthead [class*="site"]:after
{
    content: '';
    display: table;
}

#masthead .container:before, #masthead .container:after {
    display: table;
    content: " ";
}

#masthead .row {
    margin-right: -15px;
    margin-left: -15px;
}

#masthead .row:after {
    clear: both;
}

#masthead .row:before, #masthead .row:after {
    display: table;
    content: " ";
}

#masthead .col-xs-12 {
    width: 100%;
}

@media (min-width: 868px) {
    #masthead .col-sm-3 {
        width: 25%;
    }
}

@media (min-width: 868px) {
    #masthead .col-sm-3 {
        float: left;
    }
}

#masthead .col-xs-12, #masthead .col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#masthead .row:before, #masthead .row:after {
    display: table;
    content: " ";
}

@media (min-width: 868px) {
    #masthead .col-sm-9 {
        width: 75%;
        float: left;

    }
}

.nav-switch {
    border: 1px solid rgba(255,255,255,.3);
    position: absolute;
    right: 0px;
    top: 15px;
    background: #fff;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 59px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}


/*************************************************************/

.lp-button-red {
    background-color: #ff3096 !important;
}

.lp-button-red:hover {
    background-color: #15a5ee !important;
}

.from-landings.baby_shower__page .preorder-box button, 
.from-landings.baby_shower__page .preorder-box input {
    background-color: #ff3096 !important;
    text-transform: uppercase;
    font-size: 18px;
}


.from-landings.baby_shower__page .preorder-box button:hover,
.from-landings.baby_shower__page .preorder-box input:hover {
    background-color: #15a5ee !important;
}

#masthead {
    display: none;
}
body #masthead  {
    display: block;
}
.old-head-wrap {
    display: none;
}
/*
body .old-head-wrap {
    display: block;
}
*/
header#header-home .wrap{width:100%;max-width:1078px;}

@media screen and (max-width: 1050px) {
    body header#masthead {
        display: none !important;
    }
    #header-home {
        display: none;
    }
    /*
    // body .old-head-wrap {
    //     display: block;
    // }
    */
    header#header-home .wrap{width:auto;}
}

.nav__block--addition .nav_block--addition__button {
    background-color: #ff3096 !important;
}

.nav__block--addition .nav_block--addition__button:hover {
    background-color: #15a5ee !important;
}

.anchor{display:block;}
*body .main{padding-top:101px}
#masthead{position:absolute;top:0;left:0;width:100%;z-index:999;}
#masthead .anchor{display:none;margin-left:40%;}
#masthead .anchor li a.active{color:#00a0f7;}
#masthead .container .row{width:100%;}
#masthead.active-anchor{background: rgba(246,243,246,0.93);}

#masthead.active-anchor .site-branding{padding:5px 0px 8px 0;}
#masthead.active-anchor .main-navigation ul > li{padding:19px 8px;}
#masthead.active-anchor .nav__block--main ul > li{padding:19px 0.46em 0 !important}
#masthead.active-anchor .nav__block--main ul > li.buy-now{margin-left:25px;}
#masthead.active-anchor .nav__block--main ul > li.buy-now a.active{color:#fff;}
#masthead.active-anchor .anchor li.buy-now a{
  background:#ff3392;
  color:#fff;
  padding:7px 15px;
  border-radius:3px;
  margin-top:-9px;
  
  -moz-transition: background-color 0.2s linear !important;
  -ms-transition: background-color 0.2s linear !important;
  -o-transition: background-color 0.2s linear !important;
  -webkit-transition: background-color 0.2s linear !important;
  transition: background-color 0.2s linear !important;  
}
#masthead.active-anchor .anchor li.buy-now a:hover{
  background-color: #15a5ee;
}

.anchor{padding-top:0}
#header-buy-button.nav__block.no-button .nav__lang{padding-top:0;}
.b-small_menu{margin-right:-185px;}
#masthead .container{width:100%;padding:0;max-width:1078px;}

.b-small_menu .request_call a{
    background: #fff;
    padding: 10px 14px;
    border-radius: 3px;
    margin-top: -10px;
}
#masthead{
    background: #F6F3F6;
}
#masthead{background:transparent;}

.home_blue-layer {
    z-index: 50;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 45px 0;
    font-size: 60px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    background: url(../images/layer_blue.jpg) no-repeat center;
    background-size: cover;
}
.home_blue-layer p {
    display: inline-block;
}
.home_blue-layer a {
    text-transform: none;
    font-size: 49px;
    display: inline-block;
    vertical-align: top;
}
.home_blue-layer p:after{
    content: ' | ';
    vertical-align: top;
}
.home_blue-layer p:last-of-type:after{
    display: none;
}
.home_blue-layer p:first-of-type:after{
    display: none;
}

.home_blue-layer a span {
    line-height: 55px;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    display: inline-block;
    white-space: nowrap;
}

@media screen and (max-width: 1930px) {
    .home_blue-layer {
        font-size: 45px;
        padding: 40px 0;
    }
    .home_blue-layer a {
        font-size: 38px;
    }
    .home_blue-layer a span {
        line-height: 40px;
    }
}
@media screen and (max-width: 1480px) {
    .home_blue-layer {
        font-size: 35px;
        padding: 35px 0;
    }
    .home_blue-layer a {
        font-size: 30px;
    }
    .home_blue-layer a span {
        line-height: 32px;
    }
}
@media screen and (max-width: 1280px) {
.nav__block--main{width:100%;margin:0;}
.b-small_menu{float:right;margin:-17px 0 0 0;}
.b-small_menu{margin-right:-13px;}
}
@media screen and (max-width: 1215px) {
    .anchor{padding-top:0!important;}
    #masthead .anchor {margin-left: 30% !important; }
    .invite_link {left: 21.5% !important;}
    .main-navigation .nav__block--main ul{margin-top:0;}
    .nav__block--main{margin:30px 0 0 0;}
    #masthead.active-anchor .nav__block--main{margin:0;}
    #masthead .container .row{width:100%;}
    #masthead.active-anchor .container .row{width:100%;}
}
@media screen and (max-width: 1150px) {
    .invite_link {left: 20% !important;}
}
@media screen and (max-width: 1025px) {
.home_blue-layer {
    font-size: 30px;
    padding: 30px 0;
}
.home_blue-layer a {
    font-size: 25px;
}
.home_blue-layer a span {
    line-height: 28px;
    border-bottom-width: 1px;
}

.col-sm-3.col-xs-12{width:20%!important;}
#cssmenu{width:initial;}
#header-buy-button{width:100%;}
.nav__lang{width:139px;float:right;}
.request_call{padding-right:0!important;}
.b-small_menu{margin:0;}
.b-small_menu{margin-right:-185px;}
}
@media screen and (max-width: 865px) {
#header-buy-button{margin-top:10px;top:0;}
}

@media screen and (max-width: 768px) {
    .home_blue-layer {
        font-size: 25px;
        padding: 25px 0;
    }
    .home_blue-layer a span {
        line-height: 22px;
    }
    .home_blue-layer a {
        font-size: 22px;
    }
	*body  #masthead{position:inherit;}
	#masthead .anchor{display:none;}
	.main{padding-top:0;}
	#header-buy-button{display:none!important;}
}
@media screen and (max-width: 560px) {
    .home_blue-layer {
        padding: 15px 0;
        font-size: 24px;
    }
    .home_blue-layer p {
        display: block;
        padding: 6px 0;
    }
    .home_blue-layer a {
        font-size: 20px;
    }
    .home_blue-layer--mobile {
        display: none;
    }
    .home_blue-layer p:after {
        display: none;
    }
    p
}
@media screen and (max-width: 480px) {
    .home_blue-layer {
        font-size: 22px;
        padding: 20px 0;
    }
    .home_blue-layer p {
        padding: 5px 0;
    }
    .home_blue-layer a {
        font-size: 16px;
        /*font-weight: 400;*/
    }
    .home_blue-layer a span {
        line-height: 18px;
    }

}
@media (min-width: 769px) and (max-width: 991px){
  .mylogo img{width:160px;}
  #cssmenu{width:  67.99999999999999999%;margin-top: 1.3em;margin-bottom: 1em;}
	.col-sm-3.col-xs-12{width:25%!important;float:left;}
	.col-sm-9.col-xs-12{width:75%!important;float:left;}
	#masthead .container{width:100%;max-width:100%;}
}
@media (min-width: 769px) and (max-width: 876px){
	.mylogo img{width:130px;}
	#masthead .anchor li a{font-size:13px;}
	#masthead .site-branding{padding:22px 0px 31px}
}
@media (min-width: 1025px) and (max-width: 1210px){
	.anchor{padding-top:27px}
	.nav__block--main ul > li {padding:0 0.46em 0 !important}
}


/*.wrap-anchor-menu {*/
    /*display: none !important;*/
/*}*/



.home_blue-layer a {
    color: #fff;
}

.from-landings.baby_shower__page.press-logos {
    background-color: #eeeced;
    padding-top: 42px;
}

@media screen and (max-width: 1050px) {
    .from-landings.baby_shower__page.press-logos {
        padding-top: 0px;
    }
}

.from-landings.baby_shower__page.press-logos .partners_slider__container {
    margin-bottom:0px;
}

.baby_shower__page.press-logos .partners_slider__container {
    margin-top: 0px;
}

.baby_shower__page.press-logos .press-link {
    padding-bottom: 25px;
}

/*@media screen and (min-width: 1050px) {*/
    /*.baby_shower__page.press-logos .press-link {*/
        /*margin-top: -25px;*/
    /*}*/
/*}*/


#new-logos, body.height-0 #new-logos{
    display: none;
}

body.height-1 #new-logos {
    display: block;
}

.from-landings.baby_shower__page.press-logos .partners_slider__item .partners_logo__container--first .partners_logo__logo {
    background-image: url("../images/baby_shower/partners_logo1_4_5.png");
}
.from-landings.baby_shower__page.press-logos .partners_slider__item .partners_logo__container--second .partners_logo__logo {
    background-image: url("../images/baby_shower/partners_logo2_4.png");
}
.from-landings.baby_shower__page.press-logos .partners_slider__item .partners_logo__container--third .partners_logo__logo {
    background-image: url("../images/baby_shower/partners_logo3_02.png");
}
@media screen and (max-width: 1136px) {
  header#header-home .about .about-item p {
    display: none;
  }
  header#header-home .about .about-item {
    vertical-align: bottom;
    padding-bottom: 70px;
  }
}
.header-sm {
  position: relative;
  display: none;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sb-nav {
  position: fixed;
  z-index: 600;
  background: #0b9ff4;
}
.sb-nav--invisible {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.header-sm__right .mylogo {
  position: static !important;
}
.sb-nav__link {
  display: inline-block;
}
.header__sm-text-wrap {
  width: 100%;
  display: table;
}
.header-sm__img-col, .header-sm__text-col {
  display: table-cell;
  vertical-align: bottom;
}
.header-sm__img-col img {
  vertical-align: bottom;
}
.home_blue-layer--mobile {
  display: none;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  
  background: #62b5dd;
  background: radial-gradient(#b2daef, #62b5dd);
}
.home_blue-layer--mobile > a {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1050px) {
  .header-sm {
    display: block;
    height: 100vh;
  }
}
@media screen and (max-width: 1050px) and (orientation: landscape) {
  .header-sm {
    background-image: url('../images/landscape-head-sm.jpg');
  }
  .sb-nav {
    left: 0;
    top: 0;
    height: 100%;
    width: 125px;
    display: block;
  }
  .sb-nav__item {
    height: 25%;
    position: relative;
  }
  .sb-nav__link {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header-sm__right {
    position: absolute;
    left: 125px;
    right: 0;
    top: 0;
    height: 100%;
  }
  .header-sm__right .site-branding {
    padding: 40px;
  }
  .header-sm__right .site-branding .mylogo img{
    max-height: 70px !important;
    width: auto;
  }
  .header__sm-bt-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .header-sm__img-col img {
    min-width: 280px;
  }
  .header-sm__text-col {
    padding-bottom: 18%;
  }
  .header__sm-text {
    font-size: 35px;
    padding: 0 50px 0 40px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.2;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  .header-sm__img-col img {
    min-width: 170px;
  }
  .header-sm__right .site-branding {
    padding: 30px;
  }
  .header__sm-text {
    font-size: 19px;
    padding: 0 30px 0 30px;
  }
  .header-sm__right .site-branding .mylogo img{
    max-height: 60px !important;
  }
  .sb-nav {
    width: 85px;
  }
  .header-sm__right {
    left: 85px;
  }
 /*  a.sb-nav__link {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  } */
}
@media screen and (max-width: 640px) and (orientation: landscape) {
  .header-sm__img-col img {
    min-width: 150px;
  }
  /* .header__sm-text {
    font-size: 28px;
  } */
}
@media screen and (max-width: 580px) and (orientation: landscape) {
  .header-sm__img-col img {
    min-width: 130px;
  }
  .sb-nav {
    width: 75px;
  }
  .header-sm__right {
    left: 75px;
  }
  /* a.sb-nav__link {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  } */
  .header-sm {
    background-image: url('../images/landscape-head-xs.jpg');
    background-position: top right;
  }
  .header-sm__right .site-branding {
    padding: 20px;
  }
  .header__sm-text {
    /* font-size: 26px; */
    padding: 0 20px 0 20px;
  }
  .header-sm__right .site-branding .mylogo img{
    max-height: 50px !important;
  }
}
@media screen and (max-width: 480px) and (orientation: landscape) {
  /* .header-sm__img-col img {
    min-width: 150px;
  } */
  .sb-nav {
    width: 60px;
  }
  .header-sm__right {
    left: 60px;
  }
  /* a.sb-nav__link {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  } */
  .header__sm-text {  
    padding: 0 10px 0 10px;
  }
}
@media screen and (max-width: 1050px) and (orientation: portrait) {
  .header-sm {
    background-image: url('../images/portrait-head-sm.jpg');
  }
  .home_blue-layer {
    display: none;
  }
  .home_blue-layer--mobile {
    display: block;
    min-height: 125px;
  }
  .sb-nav {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 125px;
    display: block;
    text-align: center;
  }
  .sb-nav:before {
    content: '';
    display: block;
    clear: both;
  }
  .sb-nav__item {
    float: right;
    width: 25%;
    height: 100%;
    position: relative;
  }
  a.sb-nav__link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .header-sm__img-col img {
    min-width: 450px;
  }
  .header-sm__right {
    position: absolute;
    bottom: 125px;
    right: 0;
    top: 0;
    width: 100%;
  }
  .header__sm-bt-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .header-sm__text-col {
    padding-bottom: 12%;
  }
  .header__sm-text {
    font-size: 60px;
    padding: 0 50px 0 40px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.2;
  }
  .header-sm__right .site-branding .mylogo img{
    max-height: 160px !important;
    max-width: 540px !important;
    width: auto;
    display: inline-block;
  }
  .header-sm__right .site-branding {
    padding: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 992px) and (orientation: portrait) {
  .header-sm__img-col img {
    min-width: 400px;
  }
  .header-sm__text-col {
    padding-bottom: 18%;
  }
  .header__sm-text {
    font-size: 43px;
    padding: 0 40px 0 40px;
  }
  .header-sm__right .site-branding .mylogo img{
    max-height: 130px !important;
    max-width: 450px !important;
  }
}
@media screen and (max-width: 800px) and (orientation: portrait) {
  .header-sm__img-col img {
    min-width: 330px;
  }

  /* .header-sm__text-col {
    padding-bottom: 8%;
  } */
  .header__sm-text {
    font-size: 40px;
    padding: 0 40px 0 40px;
  }
  .header-sm__right .site-branding .mylogo img{
    max-height: 100px !important;
    max-width: 370px !important;
  }
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .header-sm__img-col img {
    min-width: 310px;
  }
  .header__sm-text {
    font-size: 35px;
    padding: 0 30px 0 30px;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .header-sm__img-col img {
    min-width: 225px;
  }

  .header-sm__text-col {
    padding-bottom: 22%;
  }
  .header-sm__right .site-branding .mylogo img{
    max-height: 80px !important;
    max-width: 300px !important;
  }
  .header-sm__right {
    bottom: 110px;
  }
  .home_blue-layer--mobile {
    min-height: 110px;
  }
  .sb-nav {
    height: 110px;
  }
}
@media screen and (max-width: 540px) and (orientation: portrait) {
  .header-sm__img-col img {
    min-width: 220px;
  }

  /* .header-sm__text-col {
    padding-bottom: 10%;
  } */
  .header__sm-text {
    font-size: 25px;
    padding: 0 15px 0 15px;
  }
  .header-sm__right {
    bottom: 80px;
  }
  .home_blue-layer--mobile {
    min-height: 80px;
    // font-size: 17px;
  }
  .sb-nav {
    height: 80px;
  }
  a.sb-nav__link {
    -webkit-transform: scale(0.8) translateX(-64%) translateY(-60%);
    -ms-transform: scale(0.8) translateX(-64%) translateY(-60%);
    -o-transform: scale(0.8) translateX(-64%) translateY(-60%);
    transform: scale(0.8) translateX(-64%) translateY(-60%);
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .header-sm__img-col img {
    min-width: 180px;
  }
  .header-sm__right .site-branding .mylogo img{
    max-height: 70px !important;
    max-width: 270px !important;
  }
  .header__sm-text {
    font-size: 20px;
    padding: 0 10px 0 10px;
  }
  .home_blue-layer--mobile {
    font-size: 21px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 360px) and (orientation: portrait) {
  .header-sm__img-col img {
    min-width: 140px;
  }
  .header-sm__right .site-branding .mylogo img{
    max-height: 55px !important;
    max-width: 215px !important;
  }
  /* .header__sm-text {
    font-size: 20px;
  } */
  .header-sm__right {
    bottom: 60px;
  }
  .sb-nav {
    height: 60px;
  }
  .home_blue-layer--mobile {
    min-height: 60px;
  }
  /* a.sb-nav__link {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  } */
}
@media screen and (max-width: 330px) and (orientation: portrait) {
  .header-sm__img-col img {
    min-width: 115px;
  }
  .header-sm__right .site-branding .mylogo img{
    max-height: 45px !important;
    max-width: 160px !important;
  }
  .header__sm-text {
    font-size: 17px;
  }
  .header-sm__right {
    bottom: 50px;
  }
  .home_blue-layer--mobile {
    min-height: 50px;
  }
  .sb-nav {
    height: 50px;
  }
  /* a.sb-nav__link {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  } */
}
.navigation-sm {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 700;
  background: #0b9ff4;
  transition: all;
}

.navigation-sm__ico-wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.navigation-sm__ico-link {
  display: inline-block;
}
.navigation-sm__logo {
  float: left;
}
.navigation-sm__language {
  float: right;
  white-space: nowrap;
}
.navigation-sm__lng-item {
  display: inline-block;
  color: #fff;
}
.navigation-sm__lng-item a {
  color: rgba(255,255,255,.5);

}
.navigation-sm__list {
  height: 100%;
  display: table-cell;
}
.navigation-sm__item {
  /* display: table-row;
  height: 100%;
  width: 100%; */
  position: relative;
  border-bottom: 1px solid #0b9ff4;
}
.navigation-sm__wrap-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.navigation-sm__link {
  color: #fff;
}
.navigation-sm__list a.navigation-sm__link.active:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../images/heart.png') no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.navigation-sm__link {
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
}

.toggle-nav-sm {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50vh;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 55px;
  padding: 14px 18px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background: #0b9ff4;
  border: none;
  outline: none;
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 80;
  transition: all .3s;
}
@media screen and (max-width: 1050px) and (orientation: landscape) {
  .navigation-sm {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .toggle-nav-sm--active {
    opacity: 1;
    visibility: visible;
  }

  .navigation-sm--static.navigation-sm--active, .navigation-sm--floating.navigation-sm--active2 {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    transition: .3s 0s;
  }
  .navigation-sm__link {
    font-size: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .navigation-sm__list:first-of-type a.navigation-sm__link {
    left: 40px;
  }
  .navigation-sm__list:last-of-type a.navigation-sm__link {
    right: 40px;
  }
  .navigation-sm__list:last-of-type a.navigation-sm__link.active:before {
    left: -40px;
  }
  .navigation-sm__list:first-of-type a.navigation-sm__link.active:before {
    right: -40px;
  }
  .navigation-sm__list:last-of-type li {
    text-align: right;
  }
  .navigation-sm__wrap {
    position: absolute;
    top: 100px;
    bottom: 120px;
    left: 0;
    right: 0;
    background: #52bbf7; /* Old browsers */
    background: -moz-linear-gradient(left, #52bbf7 0%, #0b9ff4 40%, #0b9ff4 60%, #52bbf7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #52bbf7 0%,#0b9ff4 40%,#0b9ff4 60%,#52bbf7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #52bbf7 0%,#0b9ff4 40%,#0b9ff4 60%,#52bbf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52bbf7', endColorstr='#52bbf7',GradientType=1 );
  }
  .navigation-sm__item {
    height: 25%;
    padding: 0 40px;
    border-bottom: 1px solid #0b9ff4;
  }
  .navigation-sm__list {
    width: 50%;
  }
  .navigation-sm__head {
    height: 100px;
    padding: 0 40px;
  }
  .navigation-sm__ico-wrap {
    height: 120px;
  }
  .navigation-sm__ico-link {
    padding: 40px;
    max-width: 50px
  }
  .navigation-sm__logo {
    max-width: 240px;
    padding: 23px 0;
  }
  .navigation-sm__language {
    padding: 26px 0;
  }
  .navigation-sm__lng-item {
    font-size: 25px;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  .navigation-sm__link {
    font-size: 27px;
  }
  .navigation-sm__wrap {
    top: 80px;
    bottom: 90px;
  }
  .navigation-sm__item {
    padding: 0 30px;
  }
  .navigation-sm__list:first-of-type a.navigation-sm__link {
    left: 30px;
  }
  .navigation-sm__list:last-of-type a.navigation-sm__link {
    right: 30px;
  }
  .navigation-sm__head {
    height: 80px;
    padding: 0 30px;
  }
  .navigation-sm__ico-wrap {
    height: 90px;
  }
  .navigation-sm__ico-link {
    padding: 30px;
    max-width: 40px
  }
  .navigation-sm__logo {
    max-width: 200px;
    padding: 18px 0;
  }
  .navigation-sm__language {
    padding: 20px 0;
  }
  .navigation-sm__lng-item {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) and (orientation: landscape) {
  .navigation-sm__link {
    font-size: 22px;
  }
  .navigation-sm__wrap {
    top: 40px;
    bottom: 40px;
  }
  .navigation-sm__item {
    padding: 0 20px;
  }
  .navigation-sm__list:first-of-type a.navigation-sm__link {
    left: 20px;
  }
  .navigation-sm__list:last-of-type a.navigation-sm__link {
    right: 20px;
  }
  a.navigation-sm__link {
    font-size: 20px;
  }
  .navigation-sm__head {
    height: 40px;
    padding: 0 20px;
  }
  .navigation-sm__ico-wrap {
    height: 40px;
  }
  .navigation-sm__ico-link {
    padding: 8px 20px;
    max-width: 27px
  }
  .navigation-sm__logo {
    max-width: 120px;
    padding: 6px 0;
  }
  .navigation-sm__language {
    padding: 6px 0;
  }
  .navigation-sm__lng-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1050px) and (orientation: portrait) {
  .navigation-sm--static {
    opacity: 0;
    visibility: hidden;
  }
  .toggle-nav-sm--active {
    opacity: 1;
    visibility: visible;
  }
  .navigation-sm--static.navigation-sm--active {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
  }
  .navigation-sm--floating {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .navigation-sm--floating.navigation-sm--active2 {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    transition: all .3s;
  }
  .navigation-sm__link {
    font-size: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .navigation-sm__list a.navigation-sm__link.active:before {
    right: -40px;
  }
  .navigation-sm__wrap {
    position: absolute;
    top: 100px;
    bottom: 120px;
    left: 0;
    right: 0;
    background: #52bbf7; /* Old browsers */
    background: -moz-linear-gradient(left, #52bbf7 0%, #0b9ff4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #52bbf7 0%,#0b9ff4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #52bbf7 0%,#0b9ff4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52bbf7', endColorstr='#0b9ff4',GradientType=1 ); /* IE6-9 */
  }
  .navigation-sm__item {
    height: 25%;
    padding: 0 40px;
    border-bottom: 1px solid #0b9ff4;
  }
  .navigation-sm__list {
    width: 100%;
    display: table;
    height: 50%;
  }
  .navigation-sm__head {
    height: 100px;
    padding: 0 40px;
  }
  .navigation-sm__ico-wrap {
    height: 120px;
  }
  .navigation-sm__ico-link {
    padding: 40px;
    max-width: 50px
  }
  .navigation-sm__logo {
    max-width: 240px;
    padding: 23px 0;
  }
  .navigation-sm__language {
    padding: 26px 0;
  }
  .navigation-sm__lng-item {
    font-size: 25px;
  }
}
@media screen and (max-width: 540px) and (orientation: portrait) {
  .navigation-sm__link {
    font-size: 22px;
  }
  .navigation-sm__list a.navigation-sm__link.active:before {
    right: -40px;
  }
  .navigation-sm__wrap {
    top: 40px;
    bottom: 45px;
  }
  .navigation-sm__item {
    padding: 0 20px;
  }
  .navigation-sm__head {
    height: 40px;
    padding: 0 20px;
  }
  .navigation-sm__ico-wrap {
    height: 45px;
  }
  .navigation-sm__ico-link {
    padding: 10px 20px;
    max-width: 25px
  }
  .navigation-sm__logo {
    max-width: 115px;
    padding: 7px 0;
  }
  .navigation-sm__language {
    padding: 8px 0;
  }
  .navigation-sm__lng-item {
    font-size: 16px;
  }
}

.height-sm .header-about-desc {
  display: none;
}

.from-landings.baby_shower__page .review__wrapper .container {
    margin-bottom: 0px;
}

.nav-sm-video {
    color: #f648ab;
}


.first-frame .subscribe_form__icon {
    display: none;
}

.first-frame .zopim {
    display: none !important;
}

.buy-monbaby-home {
    width: 195px;
}

.buy-monbridge-home {
    line-height: 21px;
    padding-top: 9px;
    height: 52px;
}

.js-subscribe-hidden {
    display: none;
}