/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ================================
   Global
   ================================ */
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: 'Raleway regular';
}
a {
    text-decoration: none;
    color: inherit;
}
b {
    font-family: 'Raleway bold';
    font-weight: normal;
}
.container {
    max-width: 964px;
    margin: 0 auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content--main {
    padding-top: 80px;
    
    min-height: 783px;
    min-height: calc(100vh - 117px - 85px);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list--unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
/* ================================
   Titles
   ================================ */
.title {
    font-family: 'Beautiful Every Time Regular';
}
.title--primary {

}
.title--secondary {

}
.big-18 {
    font-size: 18px;
}
/* ================================
   Inputs
   ================================ */
.input__holder{
    margin: 0 0 10px 0;
}
.input[type="text"],
textarea.input {
    display: inline-block;
    width: 100%;
    
    padding: 2.5px 5px;
    border: 0;

    line-height: 18px;
    font-size: 12px;

    background: #f0f0f0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea.input {
    height: 135px;
}
.input[type="submit"] {
    display: inline-block;

    padding: 3.5px 1.5em;
    border: 0;

    line-height: 18px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;

    background: #6bd2d1;
}
.input--hidden {
    /*visibility: hidden;*/
    opacity: 0;
}
/* ================================
   Buttons
   ================================ */
.button {
    display: inline-block;
    
    padding: 5px 10px;

    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;

    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.button--pink {
    background-color: #eb689f;

    -webkit-box-shadow: 6px 4px 0 0 #a9a9b8;
    box-shadow: 6px 4px 0 0 #a9a9b8;
}
.button--pink:hover {
    cursor: pointer;
    background-color: #a9a9b8;

    -webkit-box-shadow: 6px 4px 0 0 #eb689f;
    box-shadow: 6px 4px 0 0 #eb689f;
}
/* ================================
   Header
   ================================ */
.header {
    position: relative;
    padding: 20px 0 0 0;
    margin: 0 0 23px 0;

    background-color: #fff;
}
.header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 23px;
    background: url(../img/bg-header.png) repeat-x center bottom;
}
.header .container {
    position: relative;
    text-align: right;
    padding-left: 230px;
}
.logo {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}
/* Header - top menu */
.top-menu {
    display: inline-block;
}
.top-menu__item {
    display: inline-block;
    padding: 0 9px;
}
.top-menu__item a {
    font-size: 13px;
    font-family: 'Beautiful Every Time Regular';
    text-decoration: none;
    color: #6c1e3e;

    -webkit-transition: color 0.3s ease;§
    -o-transition: color 0.3s ease;§
    transition: color 0.3s ease;§
}
.top-menu__item--active a,
.top-menu__item:hover a {
    color: #ed69a0;
}
/* Header - main menu */
.main-menu {
    display: inline-block;
    margin: 14px 0;
}
.main-menu__item {
    display: inline-block;
    padding: 0 13px;
}
.main-menu__item:last-child {
    padding-right: 0;
}
.main-menu__item a {
    font-size: 16px;
    font-family: 'Beautiful Every Time Regular';
    text-decoration: none;
    text-transform: uppercase;
    color: #ed69a0;

    -webkit-transition: color 0.3s ease;§
    -o-transition: color 0.3s ease;§
    transition: color 0.3s ease;§
}
.main-menu__item--active a,
.main-menu__item:hover a {
    color: #6c1e3e;
}
/* Header - social */
.social {
    display: inline-block;
    margin-left: 7px;
}
.social a:first-child {
    padding-left: 5px;
}
.social a img {
    padding: 0 4px 0 0;
    border-right: 1px solid #b2b2b2;
}
.social a:last-child img {
    border: 0;
}
/* Header - search */
.search {
    display: inline-block;
    margin-left: 50px;
    background: #efbdd2;
}
.search__input {
    max-width: 110px;
    background: none;
    border: 0;
    outline: 0;
    padding: 2px 5px;
    font-size: 12px;
}
.search__button {
    background-color: transparent;
    border: 0;
    font-size: 12px;
}
.search__button img {
    /*display: block;*/
}
/* ================================
   Home
   ================================ */
.index {
    background: url(../img/bg-home.jpg) center center;
    /*background-size: auto 100%;*/
    background-position: 50% 0;
    /*background-attachment: fixed;*/
}
/* Slider */
.slider--home {
    padding: 30px 0;
    margin: 0 -10px 70px -10px;
    background: url(../img/bg-home-slider.png) no-repeat top center;
}
.slider--home .slider__inner {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 890px;
    margin: 8px auto 0 52px;
}
.slider--home .slider__holder {
    display: inline-block;
    width: 500%;
}
.slider--home .slider__holder li {
    float: left;
    width: 20%;    
}
.slider--home .slider__holder li img {
    -webkit-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
}
.slider--home .slider__nav {
    text-align: center;
    margin-top: 30px;
}
.slider--home .slider__nav li {
    display: inline-block;
    width: 39px;
    height: 39px;
    background: url(../img/ico-home-slider-nav.png) no-repeat center center;
}
.slider--home .slider__nav li.active {
    background: url(../img/ico-home-slider-nav-active.png) no-repeat center center;
}
/* Boxes */
.box {
    margin-bottom: 20px;
}
.box {
    position: relative;
}
.box--town {
    background: url(../img/bg-home-box-town.png) no-repeat center top;

    padding: 58px 17px 20px 32px;
    margin-left: -16px;
}
.box--products {
    background: url(../img/bg-home-box-products.png) no-repeat center top;

    padding: 68px 17px 20px 19px;
    margin: -10px 0 0 0;
}
.box--news {
    background: url(../img/bg-home-box-news.png) no-repeat center top;

    padding: 101px 17px 20px 28px;
    margin: -40px -40px 0 0;
    min-height: 274px;
}
.box .title {
    position: absolute;
    top: -22px;
    left: 33px;

    color: #fff;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    
    padding: 23px 20px;
    margin: 0;
    min-width: 172px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box--town .title {
    background: url(../img/bg-title-doll-town.png) no-repeat left center;   
}
.box--products .title {
    left: 18px;
    background: url(../img/bg-title-products.png) no-repeat left center;   
}
.box--news .title {
    left: 18px;
    top: 16px;
    background: url(../img/bg-title-news.png) no-repeat left center;   
}
.box--town .box__image {
    display: block;
    margin: 0 5px;
}
.box--products .box__image {
    margin-left: 8px;
}
.box__title {
    height: 46px;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 10px 0 5px 0;
}
.box--town .box__title {
    color: #f18e39;
}
.box--products .box__title {
    color: #03b3c8;
}
.box--news .box__title {
    margin-top: 15px;
    color: #e257b4;
}
.box--news .box__title span {
    color: #cc6c7a;
    vertical-align: top;
    text-transform: none;
}
.box__desc {
    color: #313131;
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
}
/* ================================
   About
   ================================ */
.about--vision {
    background: url(../img/bg-about-vision.jpg) center center;
    background-color: #cdc9cb;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    background-position: 50% 25%;
}
.about-vision .header:after {
    background-color: #cdc9cb;
}
.about-faq .header:after {
    background-color: #fbe8f0;
}
.about-disclaimer .header:after {
    background-color: #cdc9cb;
}
.about--faq {
    background: url(../img/bg-about-faq.jpg) center center;
    background-color: #fbe8f0;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    background-position: 50% 25%;
}
.about-nav {
    margin-bottom: 60px;
}
.about-nav__item {
    display: inline-block;
    color: #fff;
    font-size: 35px;
    line-height: 90px;
    text-transform: uppercase;
    height: 79px;
    padding: 0 0.5em;

    background: url(../img/bg-about-nav.png) no-repeat top center;
    background-size: 100% 79px;
}
.about-nav__item--active,
.about-nav__item:hover {
    background: url(../img/bg-about-nav-hover.png) no-repeat top center;
}
.about-content {
    font-size: 14px;
    color: #2d2d2d;
}
.about-content .title {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    height: 54px;
    display: inline-block;
    padding: 0 0.5em;
    line-height: 65px;
    margin: 0 0 0.5em 0;

    background: url(../img/bg-about-title.png) no-repeat top center;
    background-size: 100% 54px;
}
.about-content > div {
    margin-bottom: 100px;
}
.slider--about,
.slider--faq {
    float: right;
    text-align: center;
    
    padding: 8px 0 0 14px;
    /*background: url(../img/bg-about-slider-2.png) no-repeat top center;*/
}
.slider--faq {
    padding: 0;
    margin-top: -60px;    

    width: 321px;
    height: 334px;

    background: url(../img/bg-about-faq-slider.png) no-repeat;
    background-size: 100% 100%;
}
.about-slider__background {
    position: absolute;
    left: 3px;
    top: 6px;
    width: 100%;
    height: 341px;
    background: url(../img/bg-about-slider-2.png) no-repeat top center;
}
.slider--about {
    position: relative;
}
.slider--about .slider__inner {
    position: relative;
    overflow: hidden;
    width: 334px;
    height: 341px;
    margin-bottom: 10px;
    border-radius: 50%;
    /*border: 1px solid #000;*/
}
.slider--faq .slider__inner {
    margin: 8px 0 0 14px;
}
.slider--about .slider__holder {
    height: 100%;
    width: 300%;
    /*z-index: 2;*/
}
.slider--about .slider__holder li {
    float: left;
    width: 33%;
}
.slider--about .slider__holder li img {
    /*-webkit-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);*/
}
.slider--about .slider__button {
    cursor: pointer;
    display: inline-block;
    width: 33px;
    height: 43px;

    background: url(../img/slider-about-buttons.png) no-repeat left center;
}
.slider--about .slider__button--next {
    background-position: right center;
}
/* ================================
   Birthdays
   ================================ */
.birthdays {
    background: url(../img/bg-birthday.jpg) no-repeat center center;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    background-position: 50% 0%;
}
.birthdays .content--main {
    padding-bottom: 100px;
}
.birthdays h1 {
    display: inline-block;
    padding: 0 10px;
    font-size: 23px;
    color: #8f4299;
    text-transform: uppercase;
    margin: 20px 0 50px 113px;
    font-weight: normal;

    background: url(../img/bg-birthdays-title.png) no-repeat center bottom;
}
.birthdays h1 span {
    color: #ef7130;
    font-size: 35px;
    font-weight: normal;
}
.birthdays__sidebar p{
    color: #2d2d2d;
    font-size: 16px;
    font-family: 'Raleway bold';
    padding-right: 40px;
}
.birthdays__box {
    background: url(../img/bg-birthdays-sidebar.png) no-repeat left top;
    padding: 0 40px 0 20px;
    min-height: 270px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.birthdays__box h2 {
    font-size: 18px;
    color: #df156b;
    font-family: 'Raleway bold';
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px dotted #df156b;
}
.birthdays__box ul {
    list-style-image: url('../img/list-style-birthdays.png');
    padding-left: 20px;
    font-size: 15px;
    color: #8f4299;
    font-family: 'Raleway medium';
}
.birthdays__box ul li {
    margin-bottom: 0.7em;
}
.slider--birthdays {
    padding: 16px 15px 20px 22px;
    background: url(../img/bg-birthdays-slider.png) no-repeat top center;
    background-size: 642px;
}
.slider--birthdays .slider__inner {
    overflow: hidden;
    margin-bottom: 20px;
}
.slider--birthdays .slider__holder {
    display: inline-block;
    width: 300%;
}
.slider--birthdays .slider__holder li {
    width: 33.3333%;
    float: left;
}
.slider--birthdays .slider__holder li img {
    -webkit-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
}
.slider--birthdays .slider__nav {
    text-align: center;
}
.slider--birthdays .slider__nav li {
    display: inline-block;
    width: 39px;
    height: 39px;

    background: url(../img/ico-birthdays-slider-nav.png) no-repeat center center;
}
.slider--birthdays .slider__nav li.active {
    background: url(../img/ico-birthdays-slider-nav-active.png) no-repeat center center;
}
/* ================================
   Contact Us
   ================================ */
.contact {
    background: url(../img/bg-contact.jpg) no-repeat top center;
    background-color: #f597bf;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    background-position: 50% 10px;
}
.contact h1 {
    display: inline-block;
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
    height: 61px;
    line-height: 70px;
    padding: 0 13px;
    margin: 0;
    background: url(../img/bg-contact-title.png) no-repeat center center;
}
.contact__box {
    padding: 20px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact__box p {
    color: #313131;
    font-size: 13px;
}
.contact__box--first {
    background: url(../img/bg-contact-box-1.png) no-repeat top center;
    background-size: 100% 100%;
    min-height: 370px;
}
.contact__box--second {
    background: url(../img/bg-contact-box-2.png) no-repeat top center;
    background-size: 100% 100%;
    min-height: 358px;
}
.contact__box--second h3 {
    color: #6bd2d1;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Raleway bold';
}
.separator--contact {
    width: 100%;
    border-bottom: 1px dotted #6bd2d1;
    margin: 82px 0;
}
/* ================================
   CSR
   ================================ */
.csr {
    background-color: #c9daf3;
}
.csr .slider--home {
    margin-bottom: 1em;

    background-image: url(../img/bg-csr-slider.png);
    background-repeat: no-repeat;
}
.csr p {
    font-size: 14px;
    color: #2d2d2d;
}
/* ================================
   DollVille
   ================================ */
.dollville {
    background: url(../img/bg-dollville.jpg) no-repeat top center;
    background-color: #f6deec;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    background-position: 50% 10px;
}
.dollville .content--main {
    padding-bottom: 100px;
}
.dollville h1 {
    display: inline-block;
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
    height: 61px;
    line-height: 70px;
    padding: 0 13px;
    margin: 0 0 1em 0;
    background: url(../img/bg-dollville-title.png) no-repeat center center;
}
.dollville .slider--home {
    margin-bottom: 1em;

    background-image: url(../img/bg-dollville-slider.png);
    background-repeat: no-repeat;
}
.dollville p {
    color: #3e3a3c;
    font-size: 15px;
}
/* ================================
   Franchise
   ================================ */
.franchise {
    background: url(../img/bg-franchise.jpg) no-repeat top center;
    background-color: #f6deec;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    background-position: 50% 10px;
}
.franchise .content--main {
    padding-bottom: 100px;
}
.franchise .container {
    position: relative;
    padding-bottom: 1em;
}
.franchise h1 {
    display: inline-block;
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
    height: 61px;
    min-width: 270px;
    text-align: center;
    line-height: 70px;
    padding: 0 10px;
    margin: 0 0 1em 0;
    background: url(../img/bg-franchise-title.png) no-repeat center center;
}
.franchise p {
    font-size: 15px;
}
.franchise .highlighted {
    color: #eb689f;
}
.franchise-image {
    /*position: relative;*/
}
.franchise-image img {
    position: absolute;
    right: 0;
    bottom: -1%;
}
/* ================================
   Bistro
   ================================ */
.bistro {
    background: url(../img/bg-bistro.jpg) no-repeat top center;
    background-color: #f1f6f9;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*background-position: 50% 10px;*/
}
.bistro .content--main .container {
    position: relative;
    min-height: 1000px;
}
.bistro__holder--top {
    position: absolute;
    top: 0;
    right: -7px;
    max-width: 465px;
}
.bistro__holder--bottom {
    position: absolute;
    left: 0;
    bottom: 230px;
    max-width: 465px;
}
.bistro__item {
    padding: 10px 16px 0 16px;
    background: url(../img/bg-bistro-item.png) no-repeat top center;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bistro__holder--bottom .bistro__item {
    /*background-size: 170px 170px;*/
}
.bistro__item img {
    width: 100%;
}
.bistro__item h3 {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.2;
    color: #96226e;
    text-transform: uppercase;
}
.popup--bistro {
    display: none;
    z-index: 9;
    position: fixed;
    left: 50%;
    top: 50%;
    
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0, .3);

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup--bistro .popup__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1100px;
    height: 90%;
    overflow: scroll; 
    margin: 0 auto;
    background-color: #fff;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup--bistro__image {
    background: url(../img/bg-bistro-popup.jpg) no-repeat center center;
    background-size: 80% 100%;
    padding: 60px 150px 80px 160px;
    margin: 50px 0;
}
.popup--bistro__image img {
    width: 100%;
    max-height: 80%;

    -webkit-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
}
.slider--bistro {
    position: relative;
    max-width: 386px;
    margin: 0 auto;
}
.slider--bistro .slider__inner{
    max-width: 386px;
    margin: 0 auto;
    overflow: hidden;
}
.slider--bistro .slider__holder {
    display: inline-block;
    width: 300%;
}
.slider--bistro .slider__holder li {
    float: left;
    width: 33.3333%;
}
.slider--bistro .slider__holder li a {
    float: left;
    width: 50%;
    padding: 0 11px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slider--bistro .slider__holder li a img {
    max-width: 100%;

    -webkit-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
}
.slider--bistro .slider__button {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 33px;
    height: 43px;
    background: url(../img/slider-about-buttons.png) no-repeat left center;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider--bistro .slider__button--prev {
    left: -50px;
}
.slider--bistro .slider__button--next {
    right: -50px;
    background: url(../img/slider-about-buttons.png) no-repeat right center;
}
.popup__close {
    position: absolute;
    right: 1em;
    top: 1em;

    cursor: pointer;
}
/* ================================
   Careers
   ================================ */
.career {
    background: url(../img/bg-career.jpg) no-repeat top center;
    background-color: #402f7d;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*background-position: 50% 10px;*/
}
.career h1.title {
    display: inline-block;
    padding: 5px 13px;
    margin: 0;
    color: #402f7d;
    text-transform: uppercase;
    font-size: 35px;
    background: url(../img/bg-career-title.png) no-repeat center center;
}
.career h2.title {
    display: inline-block;
    color: #df156b;
    font-size: 24px;
    padding: 10px 1em;
    text-transform: uppercase;
    background: url(../img/bg-career-subtitle.png) no-repeat center center;
}
.career__list {
    display: inline-block;
    width: 106%;
    margin: 0 -3%;
}
.career__list li {
    color: #402f7d;
    font-size: 14px;
    float: left;
    width: 44%;
    margin: 0 3%;
    padding: 12px 0;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Raleway bold';
    background: #b5acc9;

    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.career__list li.active, 
.career__list li:hover {
    cursor: pointer;
    background: #f7c740;
}
.career__list li span {
    position: relative;
    display: block;
}
.career__list li.left {
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.career__list li.right {
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
}
.career__list li.left span {
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
}
.career__list li.right span {
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.career__content {
    position: relative;
}
.career__content__bg {
    position: absolute;
    left: 123px;
    top: 48px;
}
.career__form {
    display: none;
    position: relative;
    z-index: 2;
    padding: 20px;
    max-width: 606px;
    min-height: 387px;
    margin-left: 50px;
    
    background: url(../img/bg-career-form.png) no-repeat top center;
    background-size: 100%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.career__form h2 {
    color: #402f7d;
    font-size: 18px;
    font-family: 'Raleway bold';
    font-weight: normal;
    margin: 0 0 30px 5px;
}
.career__form form > div {
    padding: 0 5px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.career__form .input {
    color: #8f4299;
}
.career__form textarea {
    display: block;
    height: 126px;
    margin-top: 1px;
    margin-bottom: 0px;
}
.input--false {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    
    padding: 2.5px 5px;
    border: 0;

    line-height: 18px;
    font-size: 12px;

    background: #f0f0f0;
    color: #8f4299;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.career__form .input--hidden {
    position: absolute;
    left: 0;
    top: 0;
}
.career__form .input[type="submit"] {
    color: #402f80;
    background-color: #ecb826;
}
/* ================================
   News
   ================================ */
.news {
    background: url(../img/bg-news.jpg) no-repeat top center;
    background-color: #f5a8bc;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*background-position: 50% 10px;*/
}
.news__navigation {
    color: #ece1ef;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.news h1.title {
    display: inline-block;
    min-width: 127px;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    color: #e37988;
    text-transform: uppercase;
    padding: 15px 0 5px 0;
    margin: 0 1.5em 0 0;
    background: url(../img/bg-news-title.png) no-repeat center center;
}
.news__nav-item {
    position: relative;
    color: #ece1ef;
    font-size: 30px;
    text-transform: uppercase;
}
.news__nav-item--active,
.news__nav-item:hover {
    color: #fff;
}
.news__nav-item--active:after,
.news__nav-item:hover:after {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
    width: 128px;
    height: 59px;
    background: url(../img/bg-news-nav.png) no-repeat center center;
}
.news__item {
    margin-bottom: 1em;
    padding: 10px 15px 0 15px;
    background: url(../img/bg-news-item.png) no-repeat top center;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news__item-img {
    position: relative;
}
.news__item-img img {
    display: block;
    margin: 0 auto;
}
.news__item-date {
    position: absolute;
    right: -20px;
    bottom: -15px;
    width: 74px;
    height: 70px;
    padding-top: 22px;
    color: #eb3a54;
    font-size: 14px;
    text-align: center;
    background: url(../img/bg-news-date.png) no-repeat center center;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news__item h3{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    height: 48px;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
.popup--news {
    display: none;
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.popup--news .popup__content h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #f60b6d;
    font-family: 'Raleway bold';
    font-weight: normal;
}
.popup--news .popup__content p {
    font-size: 15px;
    color: #3e3a3c;
}
.popup--news .popup__content p:last-child {
    margin-bottom: 0;
}
.popup--news .popup__inner {
    overflow: scroll;
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 90%;
    max-width: 90%;
    padding: 60px 105px;
    background: #fff;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ================================
   Experiences
   ================================ */
.experiences {
    background: url(../img/bg-experiences.jpg) no-repeat top center;
    background-color: #e3c8e5;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*background-position: 50% 10px;*/
}
.experiences__top {
    margin-bottom: 150px;
}
.experiences__top h2.title,
.experiences__bottom h2.title {
    display: inline-block;
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px 15px 15px 15px;
    text-align: center;
    margin-top: 0;
}
.experiences__top h2.title{
    min-width: 332px;
    background: url(../img/bg-experiences-title-top.png) no-repeat center center;
    background-size: 100% 100%;
}
.experiences__bottom h2.title{
    min-width: 271px;
    background: url(../img/bg-experiences-title-bottom.png) no-repeat center center;
}
.slider--experiences {
    text-align: center;
    width: 433px;
}
.slider--experiences .slider__inner {
    overflow: hidden;
    width: 433px;
    border: 6px solid #ec558e;
    margin: 0 auto 10px auto;
}
.slider--experiences--bottom {
    margin-bottom: 50px;
}
.slider--experiences--bottom .slider__inner {
    border: 6px solid #69416e;
}
.slider--experiences .slider__holder {
    float: left;
}
.slider--experiences .slider__holder li {
    float: left;
}
.slider--experiences .slider__button {
    display: inline-block;
    width: 25px;
    height: 43px;
    cursor: pointer;
    margin: 0 5px;
}
.slider--experiences--top .slider__button {
    background: url(../img/slider-about-buttons.png) no-repeat left center;
}
.slider--experiences--top .slider__button--next {
    background: url(../img/slider-about-buttons.png) no-repeat right center;   
}
.slider--experiences--bottom .slider__button {
    background: url(../img/slider-experiences-button.png) no-repeat left center;
}
.slider--experiences--bottom .slider__button--next {
    background: url(../img/slider-experiences-button.png) no-repeat right center;   
}
/* ================================
   Media room
   ================================ */
.media-room {
    background: url(../img/bg-media-1.jpg) no-repeat top center;
    background-color: #f5a8bc;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*background-position: 50% 10px;*/   
}
.media-room .content--main .container {
    padding: 410px 0 90px 0;
}
.media-room__box {
    padding: 0 20px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.media-room__box a {
    display: block;
    padding: 43px 34px 0 34px;
}
.media-room__box--left a {
    background: url(../img/bg-in-the-media.png) no-repeat top center;
}
.media-room__box--right a {
    background: url(../img/bg-press-release.png) no-repeat top center;
}
.media-room__box h3 {
    padding: 33px 0;
    margin: 0;
    font-size: 27px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}
.magazines,
.tv-features,
.press-releases {
    background: url(../img/bg-media-2.jpg) no-repeat top center;
    background-color: #e6eaec;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*background-position: 50% 10px;*/   
}
.magazines h1.title {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 35px;
    min-width: 285px;
    text-align: center;
    padding-top: 15px;
    background: url(../img/bg-magazines-title.png) no-repeat center center;
}
.magazines__nav {
    display: block;
    color: #8e779c;
    font-size: 25px;
    text-transform: uppercase;
    padding: 20px 0 10px 0;
    max-width: 185px;
    text-align: center;
    background: url(../img/bg-magazines-nav.png) no-repeat left center;
    clear: both;
}
.magazines__nav--active,
.magazines__nav:hover {
    color: #fff;
    background: url(../img/bg-magazines-nav-hover.png) no-repeat left center;
}
.magazines__item {
    float: left;
    width: 50%;
    padding: 10px 0 0 17px;
    margin-bottom: 35px;

    background: url(../img/bg-magazines-item.png) no-repeat center top;
    background-size: 100% 100%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tv-features .magazines__item {
    width: 100%;   
}
.magazines__item h3 {
    color: #fff;
    font-size: 27px;
    margin: 10px 5px;
    font-weight: normal;
}
.tv-features .magazines__item h3 {
    font-size: 25px;
    margin: 25px 5px;
}
.media__back {
    margin-top: 3em;
    display: block;
    color: #ee6aa1;
    font-size: 24px;
    text-transform: uppercase;
}
.media__back img {
    margin: -7px 10px 0 0;
}
.press-releases h1.title {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    background: url(../img/bg-press-releases-title.png) no-repeat center center;
    font-weight: normal;
    min-width: 285px;
    text-align: center;
    padding: 8px 0;
    margin-top: 0;
}
.press-releases__nav {
    background: url(../img/bg-press-releases-nav.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 10px 10px 20px 17px;
}
.press-releases__nav li a {
    display: block;
    font-family: 'Raleway medium';
    color: #313131;
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: 1px dotted #ea354f;
    line-height: 2;

    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.press-releases__nav li a.active,
.press-releases__nav li a:hover {
    color: #df156b;
}
.press-releases__content {
    padding-left: 40px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ================================
   Shop
   ================================ */
.shop {
    background: url(../img/bg-shop.jpg) no-repeat top center;
    background-color: #a0dd7c;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*background-position: 50% 10px;*/   
}
.shop h1.title {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 35px;
    min-width: 153px;
    text-align: center;
    padding-top: 15px;
    margin-top: 12px;
    background: url(../img/bg-shop-title.png) no-repeat center center;
}
.shop__sidebar {
    padding-right: 30px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shop__list-item {
    margin-bottom: 2px;
}
.shop__list-item > a {
    display: block;
    padding: 15px 30px 10px 10px;
    font-size: 18px;
    color: #fff;
    font-family: 'Beautiful Every Time Regular';
    text-transform: uppercase;
    line-height: 1;
}
.shop__list-item:nth-child(2) > a {
    background: #781d44;
}
.shop__list-item:nth-child(3) > a {
    background: #a31452;
}
.shop__list-item:nth-child(4) > a {
    background: #c43472;
}
.shop__list-item:nth-child(5) > a {
    background: #f162a0;
}
.shop__list-item:nth-child(6) > a {
    background: #f791bd;
}
.shop__list-item ul {
    display: none;
    background: #fff;
    padding: 5px 10px 15px 10px;
}
.shop__list-item--active ul {
    display: block;
}
.shop__list-item ul li a {
    display: block;
    font-size: 17px;
    line-height: 36px;
    font-family: 'Raleway medium';
    text-transform: uppercase;
    border-bottom: 1px dotted #ea354f;
}
.shop__list-item ul li a.active,
.shop__list-item ul li a:hover {
    color: #df156b;
}
.shop__list-item ul li:last-child a {
    border: 0;
}
.shop__content {
    padding-left: 20px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shop__content h2.title {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    margin-top: 0;
    line-height: 1.2;
}
.product {
    position: relative;
    float: left;
    width: 50%;
    max-width: 251px;
    padding: 7px 30px;
    background: url(../img/bg-shop-item.png) no-repeat top center;

    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
}
.product:hover {
    cursor: pointer;
}
.product__img {
    position: relative;
}
.product__img img {
    margin: 0 auto
}
.product__title {
    /*opacity: 1;*/
    position: absolute;
    left: -5px;
    bottom: -7px;
    width: 100%;
    /*max-width: 244px;*/
    padding: 5px 6px;
    text-transform: uppercase;
    font-family: 'Beautiful Every Time Regular';
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: rgba(181, 67, 117, 0.8);

    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/

    /*-webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;*/
}
.product:hover .product__title {
    opacity: 0;
}
.product__short-desc {
    /*display: none;*/
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    width: 100%;

    background: rgba(255, 255, 255, .9);

    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.product:hover .product__short-desc {
    opacity: 1;
}
.product__short-desc h3 {
    font-size: 18px;
    color: #df156b;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 15px;
}
.product__short-desc p {
    color: #6b0136;
    font-size: 15px;
}
.product__buy {
    margin: 20px 0 50px 0;
    text-align: center;
}
.product__buy a{
    color: #df156b;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
}
.product__buy a img {
    vertical-align: sub;
}
.product-info {
    width: 960px;
}
.product-info img {
    width: 100%;
}
.product-info h2 {
    color: #ee6aa1;
    font-size: 35px;
    font-weight: normal;
    font-family: 'Beautiful Every Time Regular';
}
.product-info h3 {
    color: #6b0136;
    font-size: 30px;
    font-weight: normal;
    font-family: 'Beautiful Every Time Regular';
}
.product-info p {
    font-size: 15px;
    color: #6b0136;
}
/* ================================
   Stores
   ================================ */
.stores {
    background: url(../img/bg-stores.jpg) no-repeat top center;
    background-color: #35a7b8;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*background-position: 50% 10px;*/
}
.stores h1.title {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 35px;
    min-width: 150px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: 12px;
    background: url(../img/bg-stores-title.png) no-repeat center center;
    background-size: 100% 100%;
}
.stores h2 {
    display: inline-block;
    background-color: #e7e5e7;
    color: #df156b;
    font-family: 'Raleway medium';
    font-size: 17px;
    text-transform: uppercase;
    padding: 5px 10px;
}
.stores h3.title {
    color: #204b56;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 28px;
    min-width: 150px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 12px;
    margin-bottom: 0.5em;
    background: url(../img/bg-stores-country.png) no-repeat center center;
    background-size: 100% 100%;
}
.stores__country-list {
    color: #fff;
    font-family: 'Raleway medium';
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1;

    padding-right: 100px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.stores__country-list li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted #fff;

    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.stores__country-list li:hover {
    cursor: pointer;
    color: #6c1e3e;
}
.stores__country-list li.active{
	color: #6c1e3e;
}
.map__bubble{
    font-family: 'Raleway regular';
    color: #69416e;
    font-size: 17px !important;
    padding: 40px 0 0 35px;
    margin-bottom: 10px;
}
.map__more-info {
    margin-top: 1em;
    display: inline-block;
    color: #df156b;
    text-transform: uppercase;
}
.stores__map {
    position: relative;
    padding: 25px 30px 24px 25px;
    margin: 110px 0;
    background: url(../img/bg-stores-map.png) no-repeat center center;
    background-size: 100% 100%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup--stores {
    display: none;

    z-index: 999999;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    padding: 20px 30px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slider--stores {
    position: relative;
    padding-top: 6px;
    background: url(../img/bg-stores-slider.png) no-repeat center center;
    background-size: 481px 100%;
}
.slider--stores .slider__inner {
    max-width: 459px;
    margin: 0 auto;
    overflow: hidden;
}
.slider--stores .slider__holder{
    display: inline-block;
}
.slider--stores .slider__holder li {
    float: left;
}
.slider--stores .slider__button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 43px;

    background: url(../img/slider-experiences-button.png) no-repeat left top;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider--stores .slider__button--prev {
    left: 0px;
}
.slider--stores .slider__button--next {
    background: url(../img/slider-experiences-button.png) no-repeat right top;
    right: 0px;
}
.popup--stores__content {
    max-width: 459px;
    margin: 0 auto;
}
.popup--stores__content .title {
    color: #d61367;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 35px;
    padding: 0;
    background: none;
    margin-bottom: 0;
    font-family: 'Beautiful Every Time Regular';
}
.popup--stores__content p {
    font-family: 'Raleway light';
    font-size: 15px;
    color: #69416e;
}
/* ================================
   Models
   ================================ */
.models {
    background: url(../img/bg-models.jpg) no-repeat top center;
    background-color: #35a7b8;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*background-position: 50% 10px;*/
}
.models h1.title {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 35px;
    min-width: 217px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    margin: 0 0 1em 0;
    background: url(../img/bg-models-title.png) no-repeat center center;
    background-size: 100% 100%;
}
.models__form {
    background: url(../img/bg-models-form.png) no-repeat center center;
    background-size: 100% 100%;
    max-width: 609px;

    padding: 30px 34px 50px 42px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.models__form p {
    color: #8f4299;
    font-size: 18px;
}
.models__form .input {
    color: #8f4299;
}
.models__form .input[type="submit"] {
    float: right;
    color: #fff;
    background-color: #8f4299;
}
.models .input--false {
    float: left;
    width: auto;
    padding: 3.5px 5px;
}
.models .input--hidden {
    position: absolute;
    left: 0;
    top: 0;
    width: 165px;
}
.models__right {
    padding-top: 108px;
}
.models__img-holder {
    padding: 20px;
    background: url(../img/bg-models-img.png) no-repeat center center;
    background-size: 100% 100%;
}
.models__img-holder img {
    width: 100%;
}
/* ================================
   Footer
   ================================ */
.footer {
    padding: 13px 0;
    background-color: #eb689f;
}
.footer__link {
    font-family: 'Raleway bold';
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.footer__text {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
}
.footer__developer {
    font-size: 11px;
    color: #fff;
}











/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}