@charset "utf-8";
/*
1. HTML Elements
2. IDs
3. Classes
4. Animations
5. Media Queries
6. Less Elements (in .less file only)
*/
/* Fonts */
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri/Calibri.eot');
    src: url('../fonts/Calibri/Calibri.eot') format('embedded-opentype'), url('../fonts/Calibri/Calibri.woff') format('woff'), url('../fonts/Calibri/Calibri.ttf') format('truetype'), url('../fonts/Calibri/Calibri.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri/Calibri-Bold.eot');
    src: url('../fonts/Calibri/Calibri-Bold.eot') format('embedded-opentype'), url('../fonts/Calibri/Calibri-Bold.woff') format('woff'), url('../fonts/Calibri/Calibri-Bold.ttf') format('truetype'), url('../fonts/Calibri/Calibri-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri/Calibri-Italic.eot');
    src: url('../fonts/Calibri/Calibri-Italic.eot') format('embedded-opentype'), url('../fonts/Calibri/Calibri-Italic.woff') format('woff'), url('../fonts/Calibri/Calibri-Italic.ttf') format('truetype'), url('../fonts/Calibri/Calibri-Italic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lobster';
    src: url('../fonts/Lobster/Lobster-Regular.eot');
    src: url('../fonts/Lobster/Lobster-Regular.eot') format('embedded-opentype'), url('../fonts/Lobster/Lobster-Regular.woff') format('woff'), url('../fonts/Lobster/Lobster-Regular.ttf') format('truetype'), url('../fonts/Lobster/Lobster-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*== 1 HTML Elements ==*/
a {
    color: #f806ab;
}

a:focus {
    outline: none;
}

a:focus,
a:hover {
    color: #f806ab;
}

body,
html {
    height: 100%;
    /*overflow-x: hidden;*/
}

body {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 1.2;
}

body.layout-vertical .visible-horizontal {
    display: none;
}

body.layout-vertical .visible-vertical {
    display: block;
}

h1,
h2,
h3 {
    font-family: Lobster;
    color: #fd00ad;
    margin: 25px 0;
    text-align: center;
}

h1 {
    font-size: 45px;

}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 32px;
}

input {
    font-size: 16px;
    color: #000;
    line-height: 1;
}

/*== 2 IDs ==*/
#all {
    position: relative;
    overflow-x: hidden;
    background-image: url('../images/bg.jpg');
    min-height: 100%;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-template-page-bracelets {
    background-image: url('../images/bg.jpg');
}

.page-template-page-bracelets #all {
    background-image: url('../images/krajka.png');
    background-position: top right;
    -webkit-background-size: initial;
    -moz-background-size: initial;
    -o-background-size: initial;
    background-size: initial;
}


#all.front-page {
    height: 100%;
}

#bubble-brili-club {
    position: absolute;
    top: -90px;
    left: 20%;
    right: 0;
}

#bubble-brili-club .bubble-huge {
    margin: 0 auto;
}

#page-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#page-bg .page-bg-middle,
#page-bg .page-bg-middle-black {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/page_bg.png');
    background-size: 100% auto;
    background-repeat: repeat-y;
}

#page-bg .page-bg-middle-black {
    background-image: url('../images/page_bg_black.png');
}

#page-bg .page-bg-top {
    margin-top: 6.25%;
}

#page-content {
    position: relative;
    margin-top: 20%;
    padding-bottom: 55px;
}

#page-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
}

#page-header .logo {
    position: absolute;
    left: 26%;
    top: 0;
    width: 21%;
}

.page-template-page-bracelets #page-header .logo {
    left: 30%;
    width: 16%;
}

#page-header .menu-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 17.5%;
}

#page-header .page-icon {
    position: absolute;
    top: 0;
    width: 21%;
    right: 5%;
    margin-top: 1.2%;
}

#page-header .page-icon h1 {
    color: #fd00ad;
    margin: 0;
    font-size: 33px;
    line-height: 1.3;
}

#page-header .page-icon .page-icon-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#page-header .page-icon .page-icon-inner {
    width: 100%;
    height: 100%;
    display: table;
}

#page-header .page-icon .page-icon-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px;
}

/*== 3 Classes ==*/
.archive-serie-link {
    width: 10%;
    padding: 5%;
    background: url('../images/bubble_medium_alt.png') no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 10px;
    font-family: 'Lobster';
    font-size: 25px;
    text-decoration: none;
}

.text-center.archive-links {
    display: block;
    margin: 0 auto;
    overflow: auto;
    text-align: center;

}


.text-center.archive-links a {
    opacity: 0.5;
}

.text-center.archive-links a.active {
    opacity: 1;
    box-shadow: none;
    -moz-box-shadow: none;
}


.page-template-page-wow_earrings-php #page-bg .page-bg-top {
    margin-top: 0;
}

.page-template-page-wow_earrings-php #page-content {
    margin-top: 27%;
}

.page-template-page-wow_earrings-php .logo {
    display: none;
}


.ngg-album, .ngg-album-compact {
    height: 100%;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 5px;
    width: 33%;
    float: left;
    border: none !important;
}

.ngg-album-compactbox, .ngg-album-compactbox::after, .ngg-album-compactbox::before {
    border: none!important;
}

.ngg-gallery-thumbnail img:hover, .ngg-thumbnail img:hover {
    background-color: #f0049f!important;
}
.ngg-album:nth-child(3n+1){
    clear:left
}


.ngg-breadcrumbs {
    display: none;
}

.news-header h2, .news-content h3 {
    text-align: left;
}

.news-header h2 {
    margin-left: 240px ;
}

.layout-vertical .news-header h2, .layout-vertical .news-content h3 {
    text-align: center;
}

.layout-vertical .news-header h2 {
    margin-left: inherit;
}

.tax-prodejnimista h3 {
    text-align: left;
}

.post-type-archive-product .single-product:nth-child(3n+1) {
    clear:left
}

.entry-summary {
    margin-top: 50px;
}

.entry-summary h2 {
    display: none;
}

.entry-summary p {
    font-size: 20px;
}


.brand-wow {
    position: relative;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

body.layout-vertical .brand-selection {
    margin-top: 140px;
}

.bubble-huge {
    position: relative;
    font-family: Lobster;
    font-size: 23px;
    color: #f0049f;
    width: 350px;
    height: 350px;
    display: table;
    background-image: url('../images/bubble_huge.png');
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.bubble-huge p {
    padding: 0 10px;
    margin-top: 17px;
    line-height: 1;
}

.bubble-huge .bubble-huge-bottom {
    position: absolute;
    bottom: 15px;
    left: 50px;
    right: 50px;
    font-family: Calibri;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    line-height: 1;
    text-shadow: 1px 1px 2px #FFF, 0 0 1px #FFF, 0 0 5px #FFF;
}

.bubble-huge .bubble-huge-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 40px;
}

.bubble-huge .link-bubble-container,
.bubble-huge .link-bubble-container-alt {
    margin-top: 0;
    margin-bottom: 0;
}

.bubble-excelent,
.bubble-uno {
    position: absolute;
    top: -125px;
    left: 0;
    width: 100%;
    text-align: center;
    padding-left: 29%;
}

.bubble-excelent img,
.bubble-uno img {
    width: 150px;
    height: auto;
}

.category-name {
    position: relative;
    left: -20px;
    font-family: Lobster;
    width: 120px;
    height: 120px;
    display: table;
    font-size: 29px;
    background-image: url('../images/bubble_blue.png');
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 15px 0;
}

.category-name .category-name-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.concept {
    margin: 20px 10px 70px 10px;
    background-color: #f2f2f2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 10px #ffffff;
    -moz-box-shadow: 0 0 10px 10px #ffffff;
    box-shadow: 0 0 10px 10px #ffffff;
}

.concept img {
    display: block;
    width: 100%;
}

.concept .concept-design {
    width: 50%;
    float: left;
}

.page-template-page-brili_face_vote .concept .concept-design {
    width: 70%;
    margin: 0 auto;
    float: none;
}

.page-template-page-brili_face_vote .concept .concept-images {
    background: white;
}

.page-template-page-brili_face_vote .concept .concept-detail .concept-votes {
    right: -60px;
}


.page-template-page-brili_face_vote .concept-vote {
    min-height: 70px;
}
.post-ratings:hover {
    cursor: pointer;
}

.concept .concept-detail {
    position: relative;
    background-color: #808080;
    font-size: 18px;
    color: #FFF;
    padding: 10px 13px;
    margin-right: 20px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.concept .concept-detail .concept-votes {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    font-size: 16px;
    line-height: 1;
    right: -30px;
    margin-top: -35px;
    font-weight: bold;
    font-style: italic;
    color: #000;
}

.concept .concept-detail .concept-votes:after {
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    background-color: #FFF;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.concept .concept-detail .concept-votes-content {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: url('../images/bubble_medium.png');
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.concept .concept-detail .concept-votes-count {
    font-size: 22px;
}

.concept .concept-detail .concept-votes-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.concept .concept-images {
    overflow: hidden;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.concept .concept-product {
    width: 50%;
    float: left;
}

.concept .concept-vote {
    font-family: Lobster;
    font-size: 30px;
    color: #f0049f;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.page-template-page-brili_face_vote .concept-vote {
    font-size: 22px;
}

.concept .concept-vote a {
    padding: 8px;
    display: block;
}

.container-full {
    width: 100%;
    padding: 0 40px;
}

.content-switch {
    display: none;

}

.content-switch.active {
    display: block;
}


.designs .item {
    width: 150px;
    height: auto;
}

.event {
    position: relative;
    display: table;
    width: 100px;
    height: 100px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 0.9;
    color: #000;
    margin: 15px 0;
}

.event:hover {
    color: #000;
}

.event .event-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 11px;
}

.event .size-1 {
    font-size: 29px;
}

.event .size-2 {
    font-size: 21px;
}

.event .size-3 {
    font-size: 19px;
}

.event:after {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    height: 100%;
    background-image: url('../images/bubble_medium.png');
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    content: '';
}

.event-item {
    display: table;
    width: 100%;
    height: 100%;
    margin: 10px 0;
    font-size: 26px;
}

.event-item .event-bubble {
    position: relative;
    width: 80px;
    height: 140px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

.event-item .event-bubble:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-image: url('../images/bubble_medium.png');
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    content: '';
}

.event-item .event-date {
    font-size: 16px;
    line-height: 1;
}

.event-item .event-detail {
    font-family: Lobster;
    padding-left: 44px;
    display: table-cell;
    vertical-align: middle;
}

.event-item .event-detail span {
    font-size: 22px;
    font-weight: normal;
}

.event-item .event-time {
    font-size: 18px;
    line-height: 1;
}

.events-container {
    float: right;
    width: 90px;
}

.events-side {
    overflow: hidden;
}

.flag-en {
    position: absolute;
    width: 3.6%;
    left: 1%;
    top: 1%;
    z-index: 50;
}

.flag-en img {
    width: 100%;
}

.form-brili-club {
    margin: 17px 0;
}

.front-page .bubble {
    position: absolute;
    z-index: 50;
}

.front-page .bubble a {
    display: block;
}

.front-page .bubble img {
    display: block;
    width: 100%;
}

.front-page .bubble .img-desktop {
    display: block;
}

.front-page .bubble .img-mobile {
    display: none;
}

.front-page .bubble1 {
    bottom: 81%;
    left: 66.6%;
    width: 6.7%;
    -webkit-animation: bubble1 ease-in-out infinite 2s;
    animation: bubble1 ease-in-out infinite 2s;
}

.front-page .bubble2 {
    top: 2.8%;
    right: 51.8%;
    width: 23%;
    -webkit-animation: bubble2 ease-in-out infinite 2s;
    animation: bubble2 ease-in-out infinite 2s;
}

.front-page .bubble3 {
    bottom: 12.5%;
    left: 58.6%;
    width: 9.8%;
    -webkit-animation: bubble3 ease-in-out infinite 2s;
    animation: bubble3 ease-in-out infinite 2s;
    z-index: 70;
}

.front-page .bubble4 {
    bottom: 4.8%;
    left: 78.4%;
    width: 10%;
    -webkit-animation: bubble4 ease-in-out infinite 2s;
    animation: bubble4 ease-in-out infinite 2s;
    z-index: 70;
}

.front-page .bubble5 {
    top: 43%;
    left: 41.7%;
    width: 12.5%;
    -webkit-animation: bubble5 ease-in-out infinite 2s;
    animation: bubble5 ease-in-out infinite 2s;
}

.front-page .bubble6 {
    bottom: 27.6%;
    left: 22.4%;
    width: 12.2%;
    -webkit-animation: bubble6 ease-in-out infinite 2s;
    animation: bubble6 ease-in-out infinite 2s;
}

.front-page .bubble7 {
    bottom: 5.3%;
    left: 34.6%;
    width: 15.2%;
    -webkit-animation: bubble7 ease-in-out infinite 2s;
    animation: bubble7 ease-in-out infinite 2s;
}

.front-page .bubble8 {
    top: 28.9%;
    left: 58.6%;
    width: 19.5%;
    -webkit-animation: bubble8 ease-in-out infinite 2s;
    animation: bubble8 ease-in-out infinite 2s;
}

.front-page .bubble9 {
    top: 0;
    right: 0;
    width: 21.8%;
    -webkit-animation: bubble9 ease-in-out infinite 2s;
    animation: bubble9 ease-in-out infinite 2s;
}

.front-page .bubble10 {
    top: 45.8%;
    right: 1.95%;
    width: 14.5%;
    -webkit-animation: bubble10 ease-in-out infinite 2s;
    animation: bubble10 ease-in-out infinite 2s;
}

.front-page .bubble11 {
    bottom: 71.3%;
    left: 51.5%;
    width: 12.2%;
    -webkit-animation: bubble11 ease-in-out infinite 2s;
    animation: bubble11 ease-in-out infinite 2s;
}

.front-page .my-account {
    bottom: 12.5%;
    left: 80.6%;
    width: 9.8%;
    -webkit-animation: bubble3 ease-in-out infinite 2s;
    animation: bubble3 ease-in-out infinite 2s;
    z-index: 70;
}


.gallery {
    padding: 0 35px;
}

.gallery img {
    border: 1px solid #A9A9A9;
    margin: 4px 0 4px 4px;
    padding: 4px;
    position: relative;
    background-color: #FFF;

    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.girl-front {
    position: absolute;
    top: 0;
    bottom: 4%;
    left: 0;
    width: 100%;
    background-image: url('../images/girl.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.img-excelent {
    position: relative;
}

.img-excelent img {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
}

.img-girl-container {
    position: absolute;
    right: 2%;
    top: 0;
    height: 100%;
    width: 12.7%;
    overflow: hidden;
}

.img-girl-container img {
    margin-top: 190%;
}

.input-container {
    font-family: Calibri;
    font-size: 16px;
    width: 267px;
    height: 56px;
    padding: 8px 8px 8px 0;
    overflow: hidden;
    margin: 0 auto;
    background-image: url('../images/input_container.png');
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.input-container input {
    height: 32px;
    background-color: transparent;
    background-image: url('../images/input.png');
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center right;
    padding-right: 15px;
    padding-left: 8px;
    border: none;
    width: 100%;
}

.input-container .input-name {
    width: 75px;
    float: left;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    margin-right: 5px;
    padding-left: 5px;
    line-height: 28px;
}

.input-container .input-wrapper {
    overflow: hidden;
}

.letter ul {
    padding-left: 0;
}

.letter li {
    list-style-type: none;
}

.letter li a {
    font-family: 'Lobster';
    font-size: 20px;
}



.designs-heading {
    text-align: justify;
    /* IE special */
    width: 100%;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.designs-heading:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size:0;
    line-height:0;
}

.designs-heading p {
    display: inline-block;
    margin-top: 0.321em;

    /* ie 7*/
    *display: inline;
    *zoom: 1;
    *text-align: left;
}


.designs-heading #designs_filter_wrap {
    display: none;
    vertical-align: baseline;

    /* ie 7*/
    *display: inline;
    *zoom:1;
    *text-align: right;
}

.designs-heading select {
    margin-top: 36px;
    width: 100%;
}

.link-bubble-container,
.link-bubble-container-alt {
    position: relative;
    font-family: Lobster;
    font-size: 20px;
    display: inline-block;
    margin: 20px 21px;
    line-height: 0.8;
    z-index: 100;
    background-image: url('../images/bubble_medium.png');
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.link-bubble-container a,
.link-bubble-container-alt a {
    color: #da0897;
    text-shadow: 0 0 5px #ffffff;
}

.link-bubble-container .link-bubble,
.link-bubble-container-alt .link-bubble {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.link-bubble-container .link-bubble-wrapper,
.link-bubble-container-alt .link-bubble-wrapper {
    width: 90px;
    height: 90px;
    display: table;
}

.link-bubble-container-alt {
    background-image: url('../images/bubble_medium_alt.png');
}

.list-checked {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    font-weight: bold;
}

.list-checked li {
    position: relative;
    padding: 9px 0 9px 45px;
    margin: 7px 0;
}

.list-checked li:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    width: 35px;
    background-image: url('../images/bubble_checked.png');
    content: '';
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.menu {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2000;
    padding-right: 44px;
    min-height: 301px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.menu.active {
    left: 0;
}

.menu a {
    display: block;
}

.menu ul {
    padding: 26px 17px;
    margin: 0;
    overflow: hidden;
}

.menu ul li {
    width: 105px;
    height: 105px;
    margin: 14px 7px;
    display: inline-block;
}

.menu ul li img {
    width: 100%;
    height: auto;
}

.menu .menu-close {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 75px;
    top: 10px;
    background-image: url('../images/icon_close.png');
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.menu .menu-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 100%;
    background-color: #f384e2;
}

.menu .menu-sidebar a:last-of-type img {
    margin-bottom: 25px;
}

.menu .logout {
    position: absolute;
    right: 70px;
    top: 270px;
}

.menu .menu-sidebar img {
    margin: 25px 5px 42px 5px;
    display: block;
    width: 34px;
}

.news-article {
    font-size: 25px;
    margin-bottom: 55px;
}

.news-article p {
    margin: 15px 0;
}

.news-article .news-content {
    padding-left: 240px;
    padding-right: 100px;
}

.news-article .news-header {
    overflow: hidden;
}

.news-article .news-header h3 {
    margin-top: 45px;
    padding: 0 30px;
    line-height: 1.4;
    overflow: hidden;
}

.news-article .news-header .news-date {
    position: relative;
    width: 121px;
    height: 145px;
    display: table;
    float: left;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    line-height: 0.8;
    padding-bottom: 5px;
    margin-left: 10px;
}

.news-article .news-header .news-date:after {
    position: absolute;
    left: -12px;
    right: -12px;
    top: 0;
    height: 100%;
    background-image: url('../images/bubble_medium.png');
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    content: '';
}

.news-article .news-header .news-date .news-date-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.news-article .news-header .news-date .news-date-day {
    font-size: 67px;
}

.brili-antispam {
    font-family: 'Sacramento', cursive;
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    /*background: url('../images/brili-antispam.png') no-repeat top center;*/
    background: rgba(24, 24, 24, 0.9);

    background-size: cover;

}

.brili-antispam .math {
    font-size: 70px;
    color: #EF017C;
    position: absolute;
    top: 35%;
    left: 40%;

}

.banner-pink {
    font-family: "Lobster", Calibri;
    background: lightgrey;
    color: #f0049f;
    padding: 25px 25px 17px 25px;
    display: inline-block;
    font-size: 35px;
    margin-bottom: 30px;
    border-radius: 30px;

}


.math > input {
    background: none repeat scroll 0 0 #eaeaea;
    border: 2px solid #ef017c;
    border-radius: 9px;
    box-shadow: 0 0 10px #ef017c;
    color: grey;
    font-family: "Sacramento",cursive;
    font-size: 41px;
    height: 60px;
    left: 240px;
    outline: medium none;
    padding: 10px;
    position: absolute;
    top: 20px;
    width: 72px;
    z-index: 99999;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.math > input.highlight {
    box-shadow: 0 0 20px #ef017c;

}

.antispam-description {
    font-size: 40px;
    left: -35px;
    line-height: 1.1;
    position: absolute;
    text-align: center;
    top: 280px;
    width: 400px;
}
.antispam-description > span {
    color: grey;
    font-size: 20px;
    display: block;
}

.page-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bottom_line.png');
    background-position: center bottom;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 20;
}

.page-bottom .bottom-camera,
.page-bottom .bottom-fb,
.page-bottom .bottom-youtube,
.bottom-ok, .bottom-vk,
.bottom-google-plus, .bottom-contact, .bottom-app {
    position: absolute;
    bottom: 2.55%;
    width: 4%;
}



.page-bottom .bottom-camera img,
.page-bottom .bottom-fb img,
.page-bottom .bottom-youtube img,
.bottom-ok img, .bottom-vk img,
.bottom-google-plus img, .bottom-contact img, .bottom-app img {
    width: 100%;
}

.page-bottom .bottom-camera  {
    left: 61.45%;
}

.page-bottom .bottom-fb, .bottom-vk  {
    width: 3.9%;
    left: 50.8%;
}

.page-bottom .bottom-google-plus{
    width: 3.9%;
    left: 65.8%;
}

.bottom-ok {
    left: 58.45%;
}

.bottom-contact {
    left: 56.45%;
}

.page-bottom .bottom-logo {
    position: absolute;
    width: 22.1%;
    left: 0;
    bottom: 0;
}

.page-bottom .bottom-logo img {
    width: 100%;
}

.page-bottom .bottom-youtube {
    left: 72.1%;
}

.product {
    font-size: 14px;
    overflow: auto;
    margin-bottom: 40px;
}

.product h2 {
    font-size: 34px;
    margin: 0 0 15px 0;
    text-align: left;
}

.product .product-info {
    width: 35%;
    float: left;
    padding-right: 15px;
    font-size: 18px;
}

.product .product-images {
    width: 65%;
    float: left;
    display: table;
}

.product-images.vertical, body.layout-vertical .product .product-images.horizontal {
    display: none;
}

body.layout-vertical .product .product-images.vertical {
    display: table;
}

.product .product-images .product-image,
.product .product-images .product-image-big {
    display: table-cell;
    vertical-align: middle;
}

.product .product-images .product-image img,
.product .product-images .product-image-big img {
    width: 100%;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
}

.product .product-images .product-image {
    width: 20%;
    padding-left: 20px;
}

.product .product-images .product-image-big {
    width: 30%;
}

.product-preview {
    position: relative;
    margin: 10px 0 20px 0;
}

.product-preview > img {
    position: relative;
    left: -10%;
    max-width: inherit;
    top: -10%;
    width: 120%;
    z-index: 10;
}

.product-preview .product-preview-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 15%;
    width: 100%;
}

.product-preview .product-preview-content .product-preview-inner {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.product-preview .product-preview-content .product-preview-preview {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.product-preview .product-preview-content img {
    max-width: 90%;
    max-height: 90%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.product-preview .product-preview-name {
    font-family: Lobster;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 35px;
    text-align: center;
    z-index: 20;
}

.product-preview .product-preview-name h3 {
    font-size: 27px;
    margin: 50px 0;
}

.prolog {
    font-family: Lobster;
    font-size: 23px;
    color: #f0049f;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.rings-archive-link {
    width: 30%;
    padding: 8%;
    display: inline-block;
    background: url('../images/bubble_huge.png') no-repeat center center;
    background-size: contain;
    font-family: 'Lobster';
    font-size: 25px;
}

.row.row-big {
    margin-left: -40px;
    margin-right: -40px;
}

.row.row-big .col-lg-1,
.row.row-big .col-lg-10,
.row.row-big .col-lg-11,
.row.row-big .col-lg-12,
.row.row-big .col-lg-2,
.row.row-big .col-lg-3,
.row.row-big .col-lg-4,
.row.row-big .col-lg-5,
.row.row-big .col-lg-6,
.row.row-big .col-lg-7,
.row.row-big .col-lg-8,
.row.row-big .col-lg-9,
.row.row-big .col-md-1,
.row.row-big .col-md-10,
.row.row-big .col-md-11,
.row.row-big .col-md-12,
.row.row-big .col-md-2,
.row.row-big .col-md-3,
.row.row-big .col-md-4,
.row.row-big .col-md-5,
.row.row-big .col-md-6,
.row.row-big .col-md-7,
.row.row-big .col-md-8,
.row.row-big .col-md-9,
.row.row-big .col-sm-1,
.row.row-big .col-sm-10,
.row.row-big .col-sm-11,
.row.row-big .col-sm-12,
.row.row-big .col-sm-2,
.row.row-big .col-sm-3,
.row.row-big .col-sm-4,
.row.row-big .col-sm-5,
.row.row-big .col-sm-6,
.row.row-big .col-sm-7,
.row.row-big .col-sm-8,
.row.row-big .col-sm-9,
.row.row-big .col-xs-1,
.row.row-big .col-xs-10,
.row.row-big .col-xs-11,
.row.row-big .col-xs-12,
.row.row-big .col-xs-2,
.row.row-big .col-xs-3,
.row.row-big .col-xs-4,
.row.row-big .col-xs-5,
.row.row-big .col-xs-6,
.row.row-big .col-xs-7,
.row.row-big .col-xs-8,
.row.row-big .col-xs-9,
.row.row-big .col-lg-12-5,
.row.row-big .col-md-12-5,
.row.row-big .col-sm-12-5,
.row.row-big .col-xs-12-5 {
    padding-left: 40px;
    padding-right: 40px;
}

.row.row-small {
    margin-left: -8px;
    margin-right: -8px;
}

.row.row-small .col-lg-1,
.row.row-small .col-lg-10,
.row.row-small .col-lg-11,
.row.row-small .col-lg-12,
.row.row-small .col-lg-2,
.row.row-small .col-lg-3,
.row.row-small .col-lg-4,
.row.row-small .col-lg-5,
.row.row-small .col-lg-6,
.row.row-small .col-lg-7,
.row.row-small .col-lg-8,
.row.row-small .col-lg-9,
.row.row-small .col-md-1,
.row.row-small .col-md-10,
.row.row-small .col-md-11,
.row.row-small .col-md-12,
.row.row-small .col-md-2,
.row.row-small .col-md-3,
.row.row-small .col-md-4,
.row.row-small .col-md-5,
.row.row-small .col-md-6,
.row.row-small .col-md-7,
.row.row-small .col-md-8,
.row.row-small .col-md-9,
.row.row-small .col-sm-1,
.row.row-small .col-sm-10,
.row.row-small .col-sm-11,
.row.row-small .col-sm-12,
.row.row-small .col-sm-2,
.row.row-small .col-sm-3,
.row.row-small .col-sm-4,
.row.row-small .col-sm-5,
.row.row-small .col-sm-6,
.row.row-small .col-sm-7,
.row.row-small .col-sm-8,
.row.row-small .col-sm-9,
.row.row-small .col-xs-1,
.row.row-small .col-xs-10,
.row.row-small .col-xs-11,
.row.row-small .col-xs-12,
.row.row-small .col-xs-2,
.row.row-small .col-xs-3,
.row.row-small .col-xs-4,
.row.row-small .col-xs-5,
.row.row-small .col-xs-6,
.row.row-small .col-xs-7,
.row.row-small .col-xs-8,
.row.row-small .col-xs-9,
.row.row-small .col-lg-12-5,
.row.row-small .col-md-12-5,
.row.row-small .col-sm-12-5,
.row.row-small .col-xs-12-5 {
    padding-left: 8px;
    padding-right: 8px;
}

.stores-index .letter {
    text-align: center;
}

.stores-index h3 {
    background: url('../images/bubble_medium.png') no-repeat center center;
    background-size: contain;
    padding: 33%;
    font-size: 30px;

}

.text-big {
    font-size: 25px;
}

.text-white {
    color: #FFF;
}

.visible-vertical {
    display: none;
}

/*== 4 Animations ==*/
@-webkit-keyframes bubble1 {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.84);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble1 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.84);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble1-mobile {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble1-mobile {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble2 {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble2-mobile {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble2-mobile {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble3 {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.87);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.87);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble3-mobile {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble3-mobile {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


@-webkit-keyframes my-account {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.87);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes my-account {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.87);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes my-account-mobile {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes my-account-mobile {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble4 {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.09);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble4 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.09);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble4-mobile {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.14);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble4-mobile {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.14);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble5 {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.86);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble5 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.86);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble5-mobile {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.87);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble5-mobile {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.87);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble6 {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.88);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble6 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.88);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble6-mobile {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.92);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble6-mobile {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.92);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble7 {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.17);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble7 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.17);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble7-mobile {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.11);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble7-mobile {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.11);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble8 {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.07);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble8 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.07);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble8-mobile {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.03);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble8-mobile {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble9 {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.06);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble9 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble9-mobile {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.03);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble9-mobile {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble10 {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble10 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble10-mobile {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble10-mobile {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble11 {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.19);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble11 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.19);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble11-mobile {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bubble11-mobile {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/*
Added
*/

.post-type-archive-product #page-content {
    margin-top: 23%;
}
.post-type-archive-product .ilightbox-overlay {
    background: white !important;
}

.product .product-preview > img {
    left: 0;
    top: -15px;
}

.product .tabs {
    display: none;
}

.product .panel {
    background: none;
}

.woocommerce div.product div.images .product-preview-preview img {
    width: auto!important;
    height: auto;
    margin: 0 auto;
}

.product-detail-thumbnail {
    margin: 0 auto;
    width: 50%;
    padding-top: 15%;
}

.product-detail-thumbnail img {
    border-radius: 50%;
}

.product-detail-description {
    margin-top: 50px;
    text-align: center;
    width: 100%;
}

.product-detail-bubble {
    top: 0;
    left: 0;
    z-index: 100;
}

.product-detail-content {
    position: absolute;
    top: 0;
    width: 100%;
}

.product-detail-description {
    font-size: 2vh;
    padding: 0 15%;
    line-height: 1;
}

.home .tooltip > .tooltip-inner {
    background: white;
    border-radius: 20px;
    text-shadow: 4px 3px 2px rgba(150, 150, 150, 1);
    color: #f806ab;
    font-size: 20px;
    font-family: Lobster;
}
.home .tooltip {
    z-index: 10000!important;
}

.back-to-top {
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    display: inline;
    background: url('../images/icon_back_to_top.png') no-repeat;
    background-size: contain;
    margin: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    z-index: 100;
    color: #ffffff;
    position: fixed;
}

.back-to-top.show {
    opacity: 1;
}

.ngg-gallery-thumbnail img {
    border-radius: 50%;
}

.ilightbox-holder.light {
    background: none !important;
    box-shadow: none !important;
}

.ilightbox-holder.lighter {
    background: white !important;
}

.fb_iframe_widget {
    z-index: 1000;
    width: 50% !important;
}

.fb_iframe_widget iframe {
    width: 300px !important;
}

.app-bubble-1, .app-bubble-2 {
    width: 100%;
    padding: 300px;
}

.btn:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.flexslider, .flexslider li {
    max-height: 500px;
}

.page-template-page-rings-php .product {
    overflow: hidden;
}

.preloader {
    background: rgb(240, 4, 159) none repeat scroll 0 0;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1500;
    text-align: center;
}

.preloader img {
    width: 30%;
    height: auto;
}

.pace-running .preloader {
    /*display: block;*/
}

.container-full.disco {
    overflow: hidden;
    margin-top: -150px;
    padding: 150px;
}

.disco {
    background: url("../images/disco.png") no-repeat;
    background-position: top left;
    background-size: 47% auto;
}

.container-full .right-col {
    /*margin-top: 170px;*/
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: -20%;
    height: 5px;
    width: 200px;
    background: #fff;
    border: 1px solid #29d;

    overflow: hidden;
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    max-width: 200px;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #29d;
}

.pace.pace-inactive {
    display: none;
}

.where-to-buy {
    position: absolute;
    right: 32%;
    top: 20px;
    margin-top: 10%;
    width: 130px;
}

.where-to-buy.col-sm-2 {
    width: 12%;
}

.where-to-buy .content {
    bottom: 21%;
    color: #f806ab;
    display: inline;
    font-family: "Lobster";
    font-size: 15px;
    left: 30%;
    position: absolute;
}

#country-selection, .cc-dates {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 3000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

#country-selection.active, .cc-dates.active {
    display: block;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

#country-selection div {
    position: relative;
    height: 100%;
}

#country-selection a {
    float: left;
    width: 25%;
}

#country-selection .close, .cc-dates .close {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
    background-image: url('../images/icon_close.png');
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8;
}

#country-selection img {
    height: auto;
    width: 100%;
}

.page-template-default .container {
    width: 65%;
}

.cc-dates {
    padding: 2%;
}

.cc-dates .row {
    text-align: center;

    padding-bottom: 2%;
}

.cc-dates .date {
    background: url('../images/bubble_blue_big.png') no-repeat;
    background-size: contain;
    background-position: center;
}

.cc-dates .date h3 {
    height: 51px;
    margin-top: 51px;
}

.send-design-button, .designs-gallery-link {
    display: block;
    margin: 0 auto;
    width: 80%;
    background: url('../images/bubble_huge.png') no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 80%;
}

.send-design-button span, .designs-gallery-link span {
    font-family: 'Lobster';
    display: block;
    margin: -66% auto 0;
    width: 75%;
}

.cc-sign-in, .cc-register, .additional-details-wrapper {
    margin: 0 auto;
    width: 40vw;
    height: 40vw;
    background: url('../images/bubble_huge.png') no-repeat;
    background-size: contain;
    background-position: center;
    display: none;
    position: relative;

}

body.layout-vertical .cc-sign-in, body.layout-vertical .cc-register, body.layout-vertical .additional-details-wrapper {
    height: 600px;
    margin: 0 -10%;
    width: 125%;
}

body.layout-vertical form#additional-details {
    padding-top: 20%;
    width: 68%;
}

.additional-details-wrapper {
    display: block;
}

.cc-sign-in .content, .cc-register .content {
    padding-top: 30%;
    width: 70%;
    margin: 0 auto;
}

.facebook-login-button {
    background-color: #2b4170;
    background: -moz-linear-gradient(top, #3b5998, #466fba);
    background: -ms-linear-gradient(top, #3b5998, #4770bb);
    background: -webkit-linear-gradient(top, #3b5998, #4975c6);
    border: 1px solid #2b4170;
    text-shadow: 0 -1px -1px #1f2f52;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

    overflow: hidden;
    padding: 10px;
    position: relative;
}

.facebook-description {
    color: #ffffff;
    font-family: Lobster;
    font-size: 20px;
    margin-left: 37px;
    display: block;
}

.wp-social-login-provider-list a {
    display: block;
    text-decoration: none;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    padding: 15px 0;
}

.cc .wp-social-login-provider-list a {
    padding: 8px 0;
}

.wp-social-login-widget {
    position: absolute;
    top: 0;
    width: 100%;

}

.wp-social-login-provider-list a img {
    float: left;
}

.cc-sign-in label, .cc-register label {
    font-size: 20px;
}

.cc-sign-in .create-account {
    color: #F0049F;
    font-size: 20px;
    cursor: pointer;
}

.wpcf7-form input[type=submit] {
    color: white;
    background: #F0049F;
    padding: 20px 30px;
    border: none;
    font-size: 20px;
    font-family: Lobster;
}

div.wpcf7-response-output {
    position: fixed;
    top: 40%;
    left: 0;
    background: #F0049F;
    color: white;
    font-size: 30px;
    font-family: Lobster;
    padding: 120px;
    width: 100%;
    border: none;
    margin: 0;
}
.cc-sign-in button, .cc-register button, form#additional-details button {
    position: absolute;
    bottom: -20%;
    left: 33%;
    background: url("../images/bubble_huge.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    height: 12vw;
    width: 12vw;
    border: none;
    font-family: 'Lobster';
    color: #F0049F;
    font-size: 30px;
}

body.layout-vertical .cc-sign-in button, body.layout-vertical .cc-register button, body.layout-vertical form#additional-details button {
    bottom: 5%;
    height: 150px;
    left: 30%;
    position: absolute;
    width: 150px;
}

.cc-sign-in button:hover, .cc-register button:hover {
    background-color: transparent;
}

.cc-sign-in .form-control, .cc-register .form-control {
    height: 50px;
    font-size: 30px;
}

form#additional-details {
    margin: 0 auto;
    padding-top: 30%;
    width: 78%;
}

.dropzone {
    background: #F0049F !important;
    color: #ffffff;
    font-family: 'Lobster';
    font-size: 30px;
    padding: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    padding: 15px 0;
    padding-top: 150px !important;
}

.page-template-page-creative_competition-php .strike, .page-template-page-brili_face .strike {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.page-template-page-creative_competition-php .facebook-login-button {
    margin: 25px 0;
}


.strike > span {
    position: relative;
    display: inline-block;
    color: #ffc7ee;
    font-size: 50px;
    font-family: "Lobster";
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 10px;
    background: #ffc7ee;
    opacity: 80;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

.club-intro h3 {
    font-size: 20px;
}

.club-intro p, .club-intro li {
    font-family: Lobster;
    color: #F0049F;
    font-size: 20px;
}

.page-template-page-creative_competition_send_design-php #page-content {
    padding-bottom: 10%;
}


.wp-social-login-connect-with {
    display: none;
}

.wp-social-login-provider-list {
    padding: 30px;
}

#app-store-buttons {
    margin-top: 40px;
}

.hesperiden.tparrows.tp-leftarrow {
    background: rgba(0, 0, 0, 0) url("../images/arrow-left.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 20%;
    position: relative;
    left: 50px!important;
    width: 20%;
    z-index: 100;
    background-size: contain;
}

.hesperiden.tparrows.tp-rightarrow {
    position: relative;
    background: rgba(0, 0, 0, 0) url("../images/arrow-right.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 20%;
    right: 100px !important;
    left: 80%!important;
    top: 30%!important;
    width: 20%;
    z-index: 1000;
    background-size: contain;
}

.rev_slider_wrapper {
    padding: 15px;
    border: 15px solid transparent;
    border-top: 10px solid transparent;
    border-image: linear-gradient(to bottom, transparent, #FBCDEA) 3 100%;
    box-shadow: 0 15px 0 0 #FBCDEA, 0 -5px 0 0 #F7FCFF, inset 0px 15px 0 0 #FBCDEA;
    background-image: linear-gradient(#FBCDEA, transparent), linear-gradient(#FBCDEA, transparent);
    background-size: 15px 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    border-radius: 7px;
}

#contact-girl {
    position: absolute;
    right: 0;
    top: -30px;
    height: 1800px;
    background: url('../images/brili_figure_huge.png') no-repeat;
    width: 50%;

}

.menu-sidebar .lang-switcher {
    text-align: center;
}

.lang-switcher a {
    color: black;
    font-size: 20px;
}

#contact-bubbles {
    position: absolute;
    left: 0;
    height: 875px;
    width: 50%;
}

#contact-bubbles #bubble1 {
    background: rgba(0, 0, 0, 0) url("../images/brili_bubble2.png") no-repeat scroll right top / contain;
    height: 600px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -200px;
    width: 550px;
}

#contact-bubbles #bubble1 .fields, #contact-bubbles #bubble1 h2 {
    height: 30%;
    margin: 289px 0 0 100px;
    width: 49%;

}

.error404 #contact-bubbles #bubble1 .fields, #contact-bubbles #bubble1 h2 {
    font-size: 35px;
}

#contact-bubbles #bubble1 .fields textarea {
    background: #f4e4f0;
}

#contact-bubbles #bubble2 {
    background: rgba(0, 0, 0, 0) url("../images/brili_bubble1.png") no-repeat scroll right top / contain;
    height: 500px;
    position: absolute;
    right: 0;
    top: 300px;
    width: 500px;
}

#contact-bubbles label {
    color: #F0049F;
    font-family: Lobster;
    font-size: 20px;
}

#contact-bubbles #bubble2 .fields {
    margin: 140px 0 0 93px;
    width: 60%;
}

#contact-bubbles #bubble2 input {
    margin-top: 10px;
    background: #f4e4f0;
}

input[name="captcha"] {
    margin-top: 0 !important;
}

form#contact .status, form#contact .success {
    bottom: -105px;
    left: 20%;
    position: absolute;
}

#contact-bubbles #bubble2 .submit-form {
    background: transparent url("../images/bubble_medium_less_opacity.png") no-repeat scroll 0% 0% / contain;
    position: absolute;
    bottom: -60px;
    height: 180px;
    width: 183px;
    left: 140px;
    border: medium none;
    font-family: Lobster;
    color: #F0049F;
    font-size: 50px;
}

.page-template-page-contact-php #page-bg, .page-template-page-club_under_construction-php #page-bg, .error404 #page-bg {
    overflow: visible;
}

.girl-story {
    position: absolute;
    background: url('../images/bubble_brili_girl.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 15%;
    top: 22%;
    width: 40%;
    display: none;
    z-index: 1000;
}

body.layout-vertical .girl-story {
    bottom: 7%;
    height: 50%;
    left: 30%;
    top: auto;
    width: 70%;
}

.girl-story .story {
    padding: 30% 25%;
    font-size: 20px;
    font-family: Lobster;
    color: #F0049F;
}

.girl-story-helper {
    display: block;
    height: 80%;
    width: 20%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2000;
    margin-top: 8%;
}

body.layout-vertical .girl-story-helper {
    height: 100%;
    width: 30%;
    margin-top: 45%;
}

.ngg-gallery-thumbnail-box {
    margin-right: 0px !important;
    padding: 5px;
}

#registration label, #login label, .modal-body label {
    color: #F0049F;
    font-size: 20px;
    font-family: "Calibri";
    font-style: italic;
}

.input-group.input-group-unstyled input.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.input-group-unstyled .input-group-addon {
    border-radius: 4px;
    border: 0px;
    background-color: transparent;
}

.tooltip-inner {
    white-space: pre-wrap;;
}

#registration input:not([type=checkbox]), #login input:not([type=checkbox]), #complete-registration input:not([type=checkbox]), #brili-face-complete-registration input:not([type=checkbox]), .modal input, .modal textarea {
    color: white;
    height: 55px;
    padding: 15px;
    font-size: 20px;
    border: 1px solid #DDDDDD;
    width: 100%;
    /*Applying CSS3 gradient*/
    background-image: linear-gradient(top, rgba(255, 92, 171, 0.47), rgba(196, 70, 133, 0.47));
    background-image: -ms-linear-gradient(top, rgba(255, 92, 171, 0.47), rgba(196, 70, 133, 0.47));
    background-image: -webkit-linear-gradient(top, rgba(255, 92, 171, 0.47), rgba(196, 70, 133, 0.47));
    background-image: -moz-linear-gradient(top, rgba(255, 92, 171, 0.47), rgba(196, 70, 133, 0.47));

    /*Applying CSS 3radius*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;
}

#registration select, #complete-registration select, #brili-face-complete-registration select {
    background-image: linear-gradient(top, rgba(255, 92, 171, 0.47), rgba(196, 70, 133, 0.47));
    background-image: -ms-linear-gradient(top, rgba(255, 92, 171, 0.47), rgba(196, 70, 133, 0.47));
    background-image: -webkit-linear-gradient(top, rgba(255, 92, 171, 0.47), rgba(196, 70, 133, 0.47));
    background-image: -moz-linear-gradient(top, rgba(255, 92, 171, 0.47), rgba(196, 70, 133, 0.47));
    height: 55px;
    padding: 15px;
    font-size: 12px;
    color: #7d7d7d;
    border: none;
    margin-right: 10px;
    width: 27%;
}

select#country {
    width: 100%;
    font-size: 20px;
}

#registration select option, #complete-registration select option, #brili-face-complete-registration select option {
    color: darkgrey;
}

#registration .explanation, #complete-registration .explanation, #brili-face-complete-registration .explanation {
    font-size: 27px;
    font-family: "Lobster", Calibri;
    color: #ff3aa9;
}

.btn.bubble {
    height: 250px;
    width: 250px;
    font-size: 30px;
    color: #ff3aa9;
    font-family: "Lobster";
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    margin: 30px 0;
}

#briliface-register .form-content {
    position: absolute;
    top: 250px;
}

form .error {
    color: red;
}

#briliface-register .help-block {
    font-size: 14px;
}

#briliface-register label {
    color: black;
}

.btn.bubble.pink {
    background: url("../images/bubble_huge.png") no-repeat top center;
    background-size: contain;
}

.btn.bubble.blue {
    background: url("../images/bubble_huge_blue.png") no-repeat top center;
    background-size: contain;
}

.btn.bubble.smaller {
    height: 150px;
    width: 150px;
    font-size: 23px;
}

.btn.bubble.larger {
    height: 300px;
    width: 300px;
}

.btn.bubble.huge {
    height: 450px;
    width: 450px;
}

.btn.bubble > span {
    position: absolute;
    left: 41px;
    top: 70px;
    width: 175px;
    height: 84px;
    display: table;
}

.btn.bubble.larger > span {
    left: 50px;
    top: 62px;
    width: 200px;
    height: 150px;
}

.btn.bubble.larger > span > p {
    font-size: 30px;
}

.btn.bubble.smaller > span {
    left: 23px;
    top: 35px;
    width: 110px;
    height: 84px;
}

.btn.bubble > span p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
}

.btn.bubble .img-responsive {
    width: 100%;
    height: auto;
    text-align: center;
    margin-left: 45%;
}


.page-template-page-creative_competition-php #login-wrapper, .page-template-page-club-php #login-wrapper, .page-template-page-creative_competition_send_design #login-wrapper, .page-template-page-brili_face #login-wrapper {
    display: none;
}

.be-inspired {
    margin-top: 90px;
}


.brili-club-main {
    height: 100%;
    margin-top: 10% !important;
}

#club-bubbles .bubble {
    position: absolute;
}

#club-bubbles #club-brili {
    left: 40%;
    top: 30%;
    background: url("../images/bubble_with_brili.png") no-repeat top center;
    background-size: contain;
}

#club-bubbles #club-photos {
    left: 45%;
    top: 0;
}

#club-bubbles #club-videos {
    right: 10%;
    top: 20%;
}

#club-bubbles #club-bonus {
    right: 13%;
    top: 70%;
}

#club-bubbles #club-fashion-blog {
    left: 11%;
    top: 40%;
}

#club-bubbles #club-games {
    right: 15%;
    top: 50%;
}

#club-bubbles #club-coloring {
    left: 16%;
    top: 75%;
    font-size: 18px;
}

.page-template-page-club-php .all {
    overflow: hidden;
}


.page-template-page-club-php #page-bg {
    overflow: visible;
}

#club-bubbles #club-wallpapers {
    left: 30%;
    top: 75%;
}

#club-bubbles #club-my-account {
    left: 50%;
    top: 75%;
}

#club-bubbles #club-logout {
    right: 0;
    top: 15%;
}


#club-bubbles #club-interviews {
    left: 23%;
    top: 20%;
}

.layout-vertical #club-bubbles #club-brili {
    left: 40%;
    top: 22%;
}

.layout-vertical #club-bubbles #club-photos {
    left: 18%;
    top: 5%;
}

.layout-vertical #club-bubbles #club-videos {
    right: 0;
    top: 15%;
}

.layout-vertical #club-bubbles #club-bonus {
    right: 0;
    top: 39%;
}

.layout-vertical #club-bubbles #club-fashion-blog {
    left: 5%;
    top: 30%;
}

.layout-vertical #club-bubbles #club-games {
    right: 5%;
    top: 65%;
}

.layout-vertical #club-bubbles #club-coloring {
    left: 20%;
    top: 55%;
    font-size: 18px;
}

.layout-vertical #club-bubbles #club-wallpapers {
    left: 40%;
    top: 60%;
}

.layout-vertical #club-bubbles #club-my-account {
    left: 50%;
    top: 60%;
}

.layout-vertical #club-bubbles #club-interviews {
    left: 45%;
    top: 7%;
}

.page-template-page-creative_competition_designs_gallery-php .fb_iframe_widget iframe {
    position: relative !important;
    width: 100% !important;
    text-align: center;
}

.bubble-left-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 350px;
    width: 320px;
    background: url('../images/bubble-bottom-left.png') no-repeat;
    background-size: contain;
    display: none;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    text-align: center;
    z-index: 10000;
}

.bubble-left-bottom.show {
    opacity: 1;
}

.bubble-left-bottom img {
    max-width: 70%;
    height: auto;
    margin-top: 16%;
    margin-left: 5%;
}

.bubble-left-bottom span {
    font-size: 30px;
    font-family: Lobster;
    width: 80%;
    text-align: center;
    display: block;
}

.page-template-page-party-php #page-content, .page-template-page-birthday-php #page-content {
    background: url("../images/stuhy.png") no-repeat top center;
    background-size: contain;
    padding-top: 300px;
    margin-top: 50px;
    /*color: #ff3aa9;*/
    font-size: 20px;
}

.layout-vertical .menu-sidebar .lang-switcher {
    display: inline;
}

.lang-switcher p {
    margin-bottom: 5px;
}
.post-type-archive-product .ilightbox-wrapper {
    overflow: hidden!important;
}
.product-detail {
    overflow: hidden;
    text-align: center;
}
.product-detail-bubble {
    width: 70%;
    max-width: 70%!important;
    height: auto!important;
}
.product-detail .buy-now {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 0;
}



.product-detail .buy-now .btn {
    margin: 0;

}

#kupon-ajax {
    background: url("img/brili-kupon-small.jpg");
    height: 800px;
    width: 600px;
}

#kod {
    padding: 0 0 0 50px;
}

.print {
    height: 30px;
    text-align: center;
    padding-top: 20px;
    width: 150px;
    color: white;
    font-size: 25px;
    padding: 10px;
    margin-bottom: 15px;
    display: block;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ff5db1; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff5db1 0%, #ef017c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5db1), color-stop(100%,#ef017c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff5db1 0%,#ef017c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff5db1 0%,#ef017c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff5db1 0%,#ef017c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff5db1 0%,#ef017c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 ); /* IE6-9 */

}

.popmake {
    text-align: center;
}

.kod-image {
    position: absolute;
    bottom: 288px;
    left: 483px;
    font-size: 20px;
}

.about-us-footer a {
    display: inline-block;
}

.cc-buttons-right a {
    right: 0;
}


.cc-dates-trigger, .cc-buttons-right .bubble1 {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 30%;
}

.stage-3 .cc-dates-trigger, .stage-4 .cc-dates-trigger {
    top: 3%;
}
.cc-buttons-right .bubble1 {
    top: 30%;
}

.cc-buttons-right .designs-gallery, .cc-buttons-right .archive, .cc-buttons-right .my-account {
    position: absolute!important;
    width: 150px;
    height: 150px;
    z-index: 1000;
    top: 45%;
}

.cc-buttons-right .my-account  {
    top: 65%;
}

.cc-buttons-right .archive {
    top: 82%;
}

.cc-buttons-right.stage-3 .designs-gallery, .cc-buttons-right.stage-4 .designs-gallery {
    top: 17%;
}

.cc-buttons-right.stage-3 .archive, .cc-buttons-right.stage-4 .archive {
    top: 34%;
}

.cc-gallery-description {
    padding: 0 10%;
}


.theChampFacebookLogin {
    width: 100%;
    padding: 30px !important;
    text-align: center;
}

ul.the_champ_login_ul li {
    width: 100%!important;
}

.theChampLoginSvg {
    width: 100%;
    height: 40px;
    text-align: center;
    background-position: center !important;
    margin-top: -18px;
}

.bracelets-heading {
    margin-top: 50px;
    /* Safari */
    -webkit-transform: rotate(10deg);

    /* Firefox */
    -moz-transform: rotate(10deg);

    /* IE */
    -ms-transform: rotate(10deg);

    /* Opera */
    -o-transform: rotate(10deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}


#bracelets .top-row {
    margin-top: -200px;
}

#bracelets .top-row .heading {
    margin-top: 300px;
}

/*== 5 Media Queries ==*/
@media (min-width: 480px) {
    body.layout-vertical #all {
        background-image: url('../images/bg_mobile.jpg');
    }

    body.layout-vertical .front-page .bubble .img-desktop {
        display: none;
    }

    body.layout-vertical .front-page .bubble .img-mobile {
        display: block;
    }

    body.layout-vertical .front-page .bubble1 {
        bottom: 64.1%;
        left: -2.4%;
        width: 9.5%;
        -webkit-animation-name: bubble1-mobile;
        animation-name: bubble1-mobile;
    }

    body.layout-vertical .front-page .bubble2 {
        top: 3%;
        right: auto;
        left: 0;
        width: 35.2%;
        -webkit-animation-name: bubble2-mobile;
        animation-name: bubble2-mobile;
    }

    body.layout-vertical .front-page .bubble3 {
        bottom: 2.2%;
        left: 81.9%;
        width: 11.6%;
        -webkit-animation-name: bubble3-mobile;
        animation-name: bubble3-mobile;
    }

    body.layout-vertical .front-page .my-account {
        bottom: 2.2%;
        left: 90.9%;
        width: 11.6%;
        -webkit-animation-name: bubble3-mobile;
        animation-name: bubble3-mobile;
    }


    body.layout-vertical .front-page .bubble4 {
        bottom: 12.3%;
        left: 70.6%;
        width: 16.5%;
        -webkit-animation-name: bubble4-mobile;
        animation-name: bubble4-mobile;
    }

    body.layout-vertical .front-page .bubble5 {
        top: 62.7%;
        left: 38.2%;
        width: 18.1%;
        -webkit-animation-name: bubble5-mobile;
        animation-name: bubble5-mobile;
    }

    body.layout-vertical .front-page .bubble6 {
        bottom: 44.5%;
        left: 44.9%;
        width: 17.3%;
        -webkit-animation-name: bubble6-mobile;
        animation-name: bubble6-mobile;
    }

    body.layout-vertical .front-page .bubble7 {
        bottom: 7.6%;
        left: 41.2%;
        width: 21.5%;
        -webkit-animation-name: bubble7-mobile;
        animation-name: bubble7-mobile;
    }

    body.layout-vertical .front-page .bubble8 {
        top: 50.2%;
        left: 62%;
        width: 31.9%;
        -webkit-animation-name: bubble8-mobile;
        animation-name: bubble8-mobile;
    }

    body.layout-vertical .front-page .bubble9 {
        top: 0;
        right: 0;
        width: 36.9%;
        -webkit-animation-name: bubble9-mobile;
        animation-name: bubble9-mobile;
    }

    body.layout-vertical .front-page .bubble10 {
        top: 30.8%;
        right: 3.6%;
        width: 23.1%;
        -webkit-animation-name: bubble10-mobile;
        animation-name: bubble10-mobile;
    }

    body.layout-vertical .front-page .bubble11 {
        bottom: 59.5%;
        left: 37.9%;
        width: 19.5%;
        -webkit-animation-name: bubble11-mobile;
        animation-name: bubble11-mobile;
    }

    body.layout-vertical .flag-en {
        width: 4.6%;
        left: 2.2%;
        top: 0.5%;
    }

    body.layout-vertical .girl-front {
        top: 0;
        bottom: 11.8%;
        left: 1.7%;
        width: 31.1%;
        background-image: url('../images/girl_mobile.png');
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
    }

    body.layout-vertical .page-bottom {
        background-image: url('../images/bottom_line_mobile.png');
    }

    body.layout-vertical .page-bottom .bottom-camera,
    body.layout-vertical .page-bottom .bottom-fb,
    body.layout-vertical .page-bottom .bottom-youtube {
        bottom: 1.65%;
        width: 4.8%;
    }

    body.layout-vertical .page-bottom .bottom-camera {
        left: 57.2%;
    }

    body.layout-vertical .page-bottom .bottom-fb {
        width: 4.7%;
        left: 43.2%;
    }

    body.layout-vertical .page-bottom .bottom-logo {
        width: 30%;
        left: 0.5%;
        bottom: 0;
    }

    body.layout-vertical .page-bottom .bottom-youtube {
        left: 71.3%;
    }
}

@media (min-width: 992px) {
    #page-header .page-icon h1 {
        font-size: 37px;
    }

    .bubble-huge {
        font-size: 25px;
        width: 400px;
        height: 400px;
    }

    .bubble-huge p {
        padding: 0 10px;
        margin-top: 25px;
        line-height: 1;
    }

    .bubble-huge .bubble-huge-bottom {
        bottom: 15px;
        left: 50px;
        right: 50px;
        font-size: 12px;
    }

    .bubble-huge .bubble-huge-content {
        padding: 0 50px;
    }

    .event-item {
        font-size: 28px;
    }

    .event-item .event-bubble {
        width: 85px;
        height: 150px;
    }

    .event-item .event-date {
        font-size: 20px;
    }

    .event-item .event-detail {
        padding-left: 50px;
    }

    .event-item .event-time {
        font-size: 17px;
    }

    .link-bubble-container,
    .link-bubble-container-alt {
        font-size: 24px;
        margin: 20px 25px;
    }

    .link-bubble-container .link-bubble,
    .link-bubble-container-alt .link-bubble {
        padding: 10px;
    }

    .link-bubble-container .link-bubble-wrapper,
    .link-bubble-container-alt .link-bubble-wrapper {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 1200px) {
    #page-header .page-icon h1 {
        font-size: 42px;
    }

    .bubble-huge {
        font-size: 28px;
        width: 450px;
        height: 450px;
    }

    .bubble-huge p {
        padding: 0 10px;
        margin-top: 25px;
        line-height: 1;
    }

    .bubble-huge .bubble-huge-bottom {
        bottom: 15px;
        left: 50px;
        right: 50px;
        font-size: 12px;
    }

    .bubble-huge .bubble-huge-content {
        padding: 0 65px;
    }

    .event-item {
        font-size: 30px;
    }

    .event-item .event-bubble {
        width: 90px;
        height: 160px;
    }

    .event-item .event-date {
        font-size: 23px;
    }

    .event-item .event-detail {
        padding-left: 55px;
    }

    .event-item .event-time {
        font-size: 18px;
    }

    .link-bubble-container,
    .link-bubble-container-alt {
        font-size: 26px;
        margin: 20px 30px;
    }

    .link-bubble-container .link-bubble,
    .link-bubble-container-alt .link-bubble {
        padding: 10px;
    }

    .link-bubble-container .link-bubble-wrapper,
    .link-bubble-container-alt .link-bubble-wrapper {
        width: 115px;
        height: 115px;
    }
}

@media (min-width: 1560px) {
    #page-header .page-icon h1 {
        font-size: 47px;
    }

    .bubble-huge {
        font-size: 30px;
        width: 500px;
        height: 500px;
    }

    .bubble-huge p {
        padding: 0 10px;
        margin-top: 35px;
        line-height: 1;
    }

    .bubble-huge .bubble-huge-bottom {
        bottom: 15px;
        left: 50px;
        right: 50px;
        font-size: 12px;
    }

    .bubble-huge .bubble-huge-content {
        padding: 0 80px;
    }

    .event-item {
        font-size: 32px;
    }

    .event-item .event-bubble {
        width: 140px;
        height: 180px;
    }

    .event-item .event-date {
        font-size: 25px;
    }

    .event-item .event-detail {
        padding: 0 40px;

    }

    .event-item .event-time {
        font-size: 18px;
    }

    .link-bubble-container,
    .link-bubble-container-alt {
        font-size: 28px;
        margin: 20px 35px;
    }

    .link-bubble-container .link-bubble,
    .link-bubble-container-alt .link-bubble {
        padding: 12px;
    }

    .link-bubble-container .link-bubble-wrapper,
    .link-bubble-container-alt .link-bubble-wrapper {
        width: 125px;
        height: 125px;
    }
}

@media (min-width: 1720px) {
    #page-header .page-icon h1 {
        font-size: 52px;
    }

    .bubble-huge {
        font-size: 32px;
        width: 550px;
        height: 550px;
    }

    .bubble-huge p {
        padding: 0 10px;
        margin-top: 55px;
        line-height: 1;
    }

    .bubble-huge .bubble-huge-bottom {
        bottom: 15px;
        left: 50px;
        right: 50px;
        font-size: 12px;
    }

    .bubble-huge .bubble-huge-content {
        padding: 0 95px;
    }

    .event-item {
        font-size: 38px;
    }

    .event-item .event-bubble {
        width: 110px;
        height: 200px;
    }


    .event-item .event-detail {
        padding-left: 65px;
    }


    .link-bubble-container,
    .link-bubble-container-alt {
        font-size: 30px;
    }

    .link-bubble-container .link-bubble,
    .link-bubble-container-alt .link-bubble {
        padding: 15px;
    }

    .link-bubble-container .link-bubble-wrapper,
    .link-bubble-container-alt .link-bubble-wrapper {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 991px) {

    .where-to-buy {
        width: 135px;
    }

    .btn.bubble.smaller {
        height: 180px;
        width: 180px;

    }

    .btn.bubble.larger {
        height: 200px;
        width: 200px;
    }

    .btn.bubble.huge {
        height: 280px;
        width: 280px;
    }

    .btn.bubble.larger > span {
        width: 200px;
        height: 150px;
        left: 0;
        top: 23px;
    }

    .btn.bubble.larger > span > p {
        font-size: 30px;
    }

    .btn.bubble.smaller > span {
        left: 35px;
        top: 45px;
        width: 110px;
        height: 84px;
    }

    #bubble-brili-club {
        top: -60px;
    }

    .facebook-description {
        font-size: 20px;
    }

    #login label {
        display: none;
    }

    .cc-sign-in .content, .cc-register .content {
        padding-top: 20%;
    }

    #page-content.products {
        /*margin-top: 30%;*/
    }


    .where-to-buy .content {
        display: none;
    }

}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

    .post-type-archive-product #page-content {
        margin-top: 45%;
    }

    .where-to-buy {
        margin-top: 25%;
        width: 100px;
        right: 43%;
    }

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    #bubble-brili-club {
        position: relative;
        top: auto;
        left: auto;
    }

    .cc-dates .date h3 {
        height: auto;
        margin-top: 0;
        line-height: 1;
        margin-bottom: -15px;
    }

    .cc-dates .description {
        display: none;
    }
    .cc-dates h3 {
        text-align: center!important;
    }

    #country-selection a {
        width: 33%;
    }

    .cc-dates .date {
        background: none;
    }

    .archive-serie-link {
        width: 20%;
    }

    .text-big {
        font-size: 19px;
    }

    #page-header .page-icon h1 {
        font-size: 17px;
    }



    .dz-message span {
        font-size: 20px;
    }
    .btn.bubble.larger > span {
        width: 180px;
    }

    .bubble-left-bottom {
        height: 205px;
        width: 190px;
    }

    .bubble-left-bottom span {
        font-size: 15px;
    }
    .rings-rings-archive {
        text-align: right;
    }
    #contact-bubbles {
        width: 60%;
    }

    #contact-bubbles #bubble1, #contact-bubbles #bubble2 {
        width: 230px;
        height: 230px;
        top: -60px;
    }

    #contact-bubbles #bubble1 .fields, #contact-bubbles #bubble1 h2 {
        height: 30%;
        margin: 99px 0px 0px 30px;
        width: 49%;
    }

    #bubble1 {
        height: 250px;
    }

    #contact-girl {
        background: rgba(0, 0, 0, 0) url("../images/girl_alt_mobile.png") no-repeat scroll 0 0;
        height: 400px;
        top: 25px;
        width: 40%;
    }

    #contact-bubbles #bubble1 .fields {
        margin: 90px 0 0 49px;
        width: 52%;
        top: -60px;
    }

    #contact-bubbles #bubble1 h2 {
        font-size: 20px;
    }

    #contact-bubbles #bubble2 {
        top: 150px;

    }

    #contact-bubbles #bubble2 .fields {
        margin: 50px 0 0 40px;
        width: 52%;
    }

    #contact-bubbles #bubble2 .submit-form {
        bottom: -60px;
        font-size: 33px;
        height: 100px;
        left: 30%;
        position: absolute;
        width: 100px;
    }

    .disco {
        background: none;
    }

    .strike {
        padding-top: 0 !important;
    }

    .container-full.disco {
        overflow: hidden;
        margin-top: 0;
        padding: 30px;
    }

    .facebook-description {
        font-size: 25px;
    }

    .strike > span {
        font-size: 20px;
    }


    form#contact label {
        display: none;
    }

    .girl-story .story {
        font-size: 10px;
        padding: 25% 25%;
    }

    #page-bg .page-bg-middle {
        background-image: url('../images/page_bg_mobile.png');
    }

    #page-bg .page-bg-middle-black {
        background-image: url('../images/page_bg_black_mobile.png');
    }

    #page-bg .page-bg-top {
        margin-top: 22.2%;
    }

    #page-content {
        margin-top: 45%;
    }


    .page-template-page-rings-php #page-content {
        margin-top: 50%;
    }

    .concept .concept-detail .concept-votes {
        right: -50px;
    }

    #page-header .logo {
        top: 10px;
        width: 33%;
    }

    #page-header .menu-icon {
        width: 26.5%;
    }

    #page-header .page-icon {
        top: 0;
        width: 38%;
        right: 5.8%;
        margin-top: 6.3%;
    }

    .brand-bril {
        width: 95%;
        -webkit-transform: translateX(-15%);
        -moz-transform: translateX(-15%);
        -o-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
        transform: translateX(-15%);
    }

    .brand-wow {
        width: 85%;
        position: relative;
        -webkit-transform: translateY(0) translateX(35%);
        -moz-transform: translateY(0) translateX(35%);
        -o-transform: translateY(0) translateX(35%);
        -ms-transform: translateY(0) translateX(35%);
        transform: translateY(0) translateX(35%);
    }

    .bubble-excelent,
    .bubble-uno {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: -21.5%;
        text-align: center;
        padding-left: 12%;
        padding-right: 19%;
    }



    #club-bubbles .btn.bubble {
        height: 170px;
        width: 170px;
        font-size: 30px;
        color: #ff3aa9;
    }


    #club-bubbles .btn.bubble.smaller {
        height: 115px;
        width: 116px;

    }

    #club-bubbles .btn.bubble.larger {
        height: 150px;
        width: 150px;
    }

    #club-bubbles .btn.bubble.huge {
        height: 250px;
        width: 250px;
    }

    #club-bubbles .btn.bubble > span {
        left: 31px;
        top: 40px;
        width: 115px;
        height: 84px;
    }

    #club-bubbles .btn.bubble.larger > span {
        left: 17px;
        top: 15px;
        width: 120px;
        height: 110px;
    }

    #club-bubbles .btn.bubble.larger > span > p {
        font-size: 30px;
    }

    #club-bubbles .btn.bubble.smaller > span {
        left: 16px;
        top: 13px;
        width: 75px;
        height: 84px;
        font-size: 20px;
    }


    .layout-vertical #club-bubbles #club-brili {
        left: 29%;
        top: 28%;
    }

    .layout-vertical #club-bubbles #club-photos {
        left: 18%;
        top: 15%;
    }

    .layout-vertical #club-bubbles #club-videos {
        right: 0;
        top: 15%;
    }

    .layout-vertical #club-bubbles #club-bonus {
        right: 0;
        top: 39%;
    }

    .layout-vertical #club-bubbles #club-fashion-blog {
        left: 5%;
        top: 30%;
    }

    .layout-vertical #club-bubbles #club-games {
        right: 5%;
        top: 54%;
    }

    .layout-vertical #club-bubbles #club-coloring {
        left: 14%;
        top: 49%;
        font-size: 18px;
    }

    .layout-vertical #club-bubbles #club-wallpapers {
        left: 40%;
        top: 55%;
    }

    .layout-vertical #club-bubbles #club-interviews {
        left: 45%;
        top: 12%;
    }


    .bubble-excelent img,
    .bubble-uno img {
        width: 27%;
    }

    .bubble-huge .bubble-huge-bottom {
        font-size: 15px;
    }

    .category-name {
        left: -15px;
        width: 90px;
        height: 90px;
        font-size: 22px;
    }

    .concept .concept-vote {
        font-size: 25px;
    }

    .container {
        padding: 0 20px;
    }

    .event {
        width: 75px;
        height: 75px;
        font-size: 12px;
        margin: 15px 0;
    }

    .event .size-1 {
        font-size: 21px;
    }

    .event .size-2 {
        font-size: 16px;
    }

    .event .size-3 {
        font-size: 13px;
    }

    .events-container {
        width: 65px;
    }

    .gallery {
        margin-top: 35px;
    }

    .gallery img {
        margin-bottom: 8px;
    }

    .gallery .row.row-small {
        margin-left: -4px;
        margin-right: -4px;
    }

    .gallery .row.row-small .col-lg-1,
    .gallery .row.row-small .col-lg-10,
    .gallery .row.row-small .col-lg-11,
    .gallery .row.row-small .col-lg-12,
    .gallery .row.row-small .col-lg-2,
    .gallery .row.row-small .col-lg-3,
    .gallery .row.row-small .col-lg-4,
    .gallery .row.row-small .col-lg-5,
    .gallery .row.row-small .col-lg-6,
    .gallery .row.row-small .col-lg-7,
    .gallery .row.row-small .col-lg-8,
    .gallery .row.row-small .col-lg-9,
    .gallery .row.row-small .col-md-1,
    .gallery .row.row-small .col-md-10,
    .gallery .row.row-small .col-md-11,
    .gallery .row.row-small .col-md-12,
    .gallery .row.row-small .col-md-2,
    .gallery .row.row-small .col-md-3,
    .gallery .row.row-small .col-md-4,
    .gallery .row.row-small .col-md-5,
    .gallery .row.row-small .col-md-6,
    .gallery .row.row-small .col-md-7,
    .gallery .row.row-small .col-md-8,
    .gallery .row.row-small .col-md-9,
    .gallery .row.row-small .col-sm-1,
    .gallery .row.row-small .col-sm-10,
    .gallery .row.row-small .col-sm-11,
    .gallery .row.row-small .col-sm-12,
    .gallery .row.row-small .col-sm-2,
    .gallery .row.row-small .col-sm-3,
    .gallery .row.row-small .col-sm-4,
    .gallery .row.row-small .col-sm-5,
    .gallery .row.row-small .col-sm-6,
    .gallery .row.row-small .col-sm-7,
    .gallery .row.row-small .col-sm-8,
    .gallery .row.row-small .col-sm-9,
    .gallery .row.row-small .col-xs-1,
    .gallery .row.row-small .col-xs-10,
    .gallery .row.row-small .col-xs-11,
    .gallery .row.row-small .col-xs-12,
    .gallery .row.row-small .col-xs-2,
    .gallery .row.row-small .col-xs-3,
    .gallery .row.row-small .col-xs-4,
    .gallery .row.row-small .col-xs-5,
    .gallery .row.row-small .col-xs-6,
    .gallery .row.row-small .col-xs-7,
    .gallery .row.row-small .col-xs-8,
    .gallery .row.row-small .col-xs-9,
    .gallery .row.row-small .col-lg-12-5,
    .gallery .row.row-small .col-md-12-5,
    .gallery .row.row-small .col-sm-12-5,
    .gallery .row.row-small .col-xs-12-5 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .menu {
        padding-right: 0;
    }

    .menu .menu-close {
        left: auto;
        right: 10px;
    }

    .menu .menu-sidebar {
        position: static;
        right: auto;
        width: 100%;
        height: auto;
        overflow: auto;
    }

    .menu .menu-sidebar a {
        display: inline-block;
        width: 24%;
        text-align: center;
    }

    .menu .menu-sidebar a:last-of-type img {
        margin-bottom: 5px;
    }

    .menu .menu-sidebar img {
        margin: 10px 0;
        display: inline-block;
    }

    .news-article {
        font-size: 14px;
    }

    .news-article .news-content {
        padding-left: 20px;
        padding-right: 25px;
    }

    .news-article .news-header h3 {
        font-size: 20px;
        margin-top: 30px;
        padding: 0 30px 0 20px;
    }

    .news-article .news-header .news-date {
        width: 75px;
        height: 95px;
        font-size: 18px;
    }

    .news-article .news-header .news-date .news-date-day {
        font-size: 45px;
    }

    .product {
        margin: 30px 0 40px 0;
        font-size: 12px;
    }

    .product h2 {
        font-size: 23px;
    }

    .product .product-info {
        width: 100%;
    }

    .product .product-images {
        position: relative;
        width: 100%;
    }

    .product .product-images .product-image {
        width: 25%;
    }

    .product .product-images .product-image-big {
        width: 25%;
    }

    .product-preview {
        margin-top: 30px;
    }

    .product-preview .product-preview-content {
        bottom: 0;
    }

    .product-preview .product-preview-content img {
        max-width: 100%;
        max-height: 100%;
    }

    .product-preview .product-preview-name {
        bottom: auto;
        top: -30px;
        padding: 0;
    }

    .product-preview .product-preview-name h3 {
        font-size: 14px;
        margin: 0;
    }

    .prolog {
        max-width: 280px;
    }

    .row.row-big {
        margin-left: -14px;
        margin-right: -14px;
    }

    .row.row-big .col-lg-1,
    .row.row-big .col-lg-10,
    .row.row-big .col-lg-11,
    .row.row-big .col-lg-12,
    .row.row-big .col-lg-2,
    .row.row-big .col-lg-3,
    .row.row-big .col-lg-4,
    .row.row-big .col-lg-5,
    .row.row-big .col-lg-6,
    .row.row-big .col-lg-7,
    .row.row-big .col-lg-8,
    .row.row-big .col-lg-9,
    .row.row-big .col-md-1,
    .row.row-big .col-md-10,
    .row.row-big .col-md-11,
    .row.row-big .col-md-12,
    .row.row-big .col-md-2,
    .row.row-big .col-md-3,
    .row.row-big .col-md-4,
    .row.row-big .col-md-5,
    .row.row-big .col-md-6,
    .row.row-big .col-md-7,
    .row.row-big .col-md-8,
    .row.row-big .col-md-9,
    .row.row-big .col-sm-1,
    .row.row-big .col-sm-10,
    .row.row-big .col-sm-11,
    .row.row-big .col-sm-12,
    .row.row-big .col-sm-2,
    .row.row-big .col-sm-3,
    .row.row-big .col-sm-4,
    .row.row-big .col-sm-5,
    .row.row-big .col-sm-6,
    .row.row-big .col-sm-7,
    .row.row-big .col-sm-8,
    .row.row-big .col-sm-9,
    .row.row-big .col-xs-1,
    .row.row-big .col-xs-10,
    .row.row-big .col-xs-11,
    .row.row-big .col-xs-12,
    .row.row-big .col-xs-2,
    .row.row-big .col-xs-3,
    .row.row-big .col-xs-4,
    .row.row-big .col-xs-5,
    .row.row-big .col-xs-6,
    .row.row-big .col-xs-7,
    .row.row-big .col-xs-8,
    .row.row-big .col-xs-9,
    .row.row-big .col-lg-12-5,
    .row.row-big .col-md-12-5,
    .row.row-big .col-sm-12-5,
    .row.row-big .col-xs-12-5 {
        padding-left: 14px;
        padding-right: 14px;
    }

    .additional-details-wrapper label {
        display: none;
    }

    .hesperiden.tparrows.tp-rightarrow {
        right: -14% !important;
    }

    body.layout-vertical form#additional-details {
        padding-top: 20%;
        width: 55%;
    }

    .rings-archive-link {
        font-size: 15px;
    }

    .cc-dates-trigger {
        width: 100px;
        height: 100px;
    }

    .cc-buttons-right .btn.bubble.smaller.designs-gallery, .cc-buttons-right .btn.bubble.smaller.archive {
        width: 100px;
        height: 100px;
        top: 56%;
    }
    .cc-buttons-right .btn.bubble.smaller.designs-gallery > span, .cc-buttons-right .btn.bubble.smaller.archive > span {
        left: 0;
        top: 7px;
    }

    .cc-buttons-right .btn.bubble.smaller.designs-gallery > span > p, .cc-buttons-right .btn.bubble.smaller.archive > span > p {
        font-size: 20px;
    }


    .brili-antispam .math {
        font-size: 70px;
        color: #EF017C;
        position: absolute;
        top: 35%;
        left: 40%;

    }

    .banner-pink {
        font-family: "Lobster", Calibri;
        background: lightgrey;
        color: #f0049f;
        padding: 25px 25px 17px 25px;
        display: inline-block;
        font-size: 35px;
        margin-bottom: 30px;
        border-radius: 30px;

    }

    .brili-antispam .math {
        font-size: 30px;
        top: 35%;
        left: 20%;

    }


    .math > input
     {
        font-size: 25px;
        height: 60px;
        left: 100px;
        top: 0;
    }

    .math > input.highlight {
        box-shadow: 0 0 20px #ef017c;

    }

    .antispam-description {
        font-size: 20px;
        left: -85px;
        line-height: 1.1;
        position: absolute;
        text-align: center;
        top: 280px;
        width: 400px;
    }

}

@media (max-width: 479px) {
    #all {
        background-image: url('../images/bg_mobile.jpg');
    }

    .btn.bubble.smaller {
        height: 100px;
        width: 100px;
    }
    .btn.bubble.smaller > span {
        left: 5px;
        top: 10px;
        width: 90px;
        height: 84px;
    }
    .post-type-archive-product #page-content {
        margin-top: 55%;
    }
    .back-to-top {
        height: 60px;
        width: 60px;
    }

    #country-selection img {
        width: 100%;
        height: auto;
    }

    .front-page .bubble .img-desktop {
        display: none;
    }

    .front-page .bubble .img-mobile {
        display: block;
    }

    .front-page .bubble1 {
        bottom: 64.1%;
        left: -2.4%;
        width: 10.8%;
        -webkit-animation-name: bubble1-mobile;
        animation-name: bubble1-mobile;
    }

    .front-page .bubble2 {
        top: 3%;
        right: auto;
        left: 0;
        width: 40.4%;
        -webkit-animation-name: bubble2-mobile;
        animation-name: bubble2-mobile;
    }

    .front-page .bubble3 {
        bottom: 2.2%;
        left: 81.9%;
        width: 13.3%;
        -webkit-animation-name: bubble3-mobile;
        animation-name: bubble3-mobile;
    }

    .front-page .bubble4 {
        bottom: 12.3%;
        left: 70.6%;
        width: 18.8%;
        -webkit-animation-name: bubble4-mobile;
        animation-name: bubble4-mobile;
    }

    .front-page .bubble5 {
        top: 62.7%;
        left: 38.2%;
        width: 20.6%;
        -webkit-animation-name: bubble5-mobile;
        animation-name: bubble5-mobile;
    }

    .front-page .bubble6 {
        bottom: 44.5%;
        left: 44.9%;
        width: 19.8%;
        -webkit-animation-name: bubble6-mobile;
        animation-name: bubble6-mobile;
    }

    .front-page .bubble7 {
        bottom: 7.6%;
        left: 41.2%;
        width: 24.4%;
        -webkit-animation-name: bubble7-mobile;
        animation-name: bubble7-mobile;
    }

    .front-page .bubble8 {
        top: 50.2%;
        left: 62%;
        width: 36.4%;
        -webkit-animation-name: bubble8-mobile;
        animation-name: bubble8-mobile;
    }

    .front-page .bubble9 {
        top: 0;
        right: 0;
        width: 42.1%;
        -webkit-animation-name: bubble9-mobile;
        animation-name: bubble9-mobile;
    }

    .front-page .bubble10 {
        top: 30.8%;
        right: 3.6%;
        width: 26.3%;
        -webkit-animation-name: bubble10-mobile;
        animation-name: bubble10-mobile;
    }

    .front-page .bubble11 {
        bottom: 59.5%;
        left: 37.9%;
        width: 22.2%;
        -webkit-animation-name: bubble11-mobile;
        animation-name: bubble11-mobile;
    }

    .flag-en {
        width: 5.2%;
        left: 2.2%;
        top: 0.5%;
    }

    .gallery img {
        margin: 4px 0 !important;
    }

    .girl-front {
        top: 0;
        bottom: 11.8%;
        left: 1.7%;
        width: 35.4%;
        background-image: url('../images/girl_mobile.png');
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
    }

    .menu {
        height: 100vh;
    }

    .menu ul li {
        height: 80px;
        width: 80px;
        margin: 11px 7px;
    }

    .menu .menu-sidebar {
        bottom: 0;
        position: absolute;
        top: initial;
    }

    .news-header h2 {
        margin-left: 50px;
    }

    .page-bottom {
        background-image: url('../images/bottom_line_mobile.png');
    }

    .page-bottom .bottom-camera,
    .page-bottom .bottom-fb,
    .page-bottom .bottom-youtube {
        bottom: 1.65%;
        width: 7.3%;
    }

    .page-bottom .bottom-camera {
        left: 57.2%;
    }

    .page-bottom .bottom-fb {
        width: 7.3%;
        left: 43.2%;
    }

    .page-bottom .bottom-logo {
        width: 34.2%;
        left: 0.5%;
        bottom: 0;
    }

    .page-bottom .bottom-youtube {
        left: 71.3%;
    }

    .preloader img {
        width: 100%;
        height: auto;
    }

    .hesperiden.tparrows.tp-rightarrow {
        right: -20% !important;
    }

    body.layout-vertical .cc-sign-in, body.layout-vertical .cc-register, body.layout-vertical .additional-details-wrapper {
        margin: 0 -10%;
        width: 125%;
    }

    .cc-sign-in .content, .cc-register .content {
        padding-top: 33%;
    }

    body.layout-vertical form#additional-details {
        padding-top: 30%;
    }

    #club-bubbles .btn.bubble {
        height: 120px;
        width: 120px;
        font-size: 20px;
        color: #ff3aa9;
    }


    #club-bubbles .btn.bubble.smaller {
        height: 90px;
        width: 90px;

    }

    #club-bubbles .btn.bubble.larger {
        height: 140px;
        width: 140px;
    }

    #club-bubbles .btn.bubble.huge {
        height: 170px;
        width: 170px;
    }

    #club-bubbles .btn.bubble > span {
        left: 0;
        top: 20px;
        width: 115px;
        height: 84px;
    }

    #club-bubbles .btn.bubble.larger > span {
        left: 17px;
        top: 15px;
        width: 120px;
        height: 110px;
    }

    #club-bubbles .btn.bubble.larger > span > p {
        font-size: 30px;
    }

    #club-bubbles .btn.bubble.smaller > span {
        left: 7px;
        top: 3px;
        width: 75px;
        height: 84px;
        font-size: 20px;
    }


    .layout-vertical #club-bubbles #club-brili {
        left: 29%;
        top: 28%;
    }

    .layout-vertical #club-bubbles #club-photos {
        left: 3%;
        top: 15%;
    }

    .layout-vertical #club-bubbles #club-videos {
        right: 0;
        top: 15%;
    }

    .layout-vertical #club-bubbles #club-bonus {
        right: -5%;
        top: 34%;
    }

    .layout-vertical #club-bubbles #club-fashion-blog {
        left: -10%;
        top: 30%;
    }

    .layout-vertical #club-bubbles #club-games {
        right: 5%;
        top: 51%;
    }

    .layout-vertical #club-bubbles #club-coloring {
        left: 10%;
        top: 49%;
        font-size: 16px;
    }

    .layout-vertical #club-bubbles #club-wallpapers {
        left: 40%;
        top: 55%;
    }

    .layout-vertical #club-bubbles #club-interviews {
        left: 45%;
        top: 12%;
    }

    .where-to-buy {
        margin-top: 20%;
        width: 70px;
    }

}

@media (max-height: 479px) {
    .menu ul li {
        width: 75px;
        height: 75px;
    }
}

/* Retina backgrounds */
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .category-name {
        background-image: url('../images/bubble_blue@2x.png');
    }

    .concept .concept-detail .concept-votes-content,
    .event:after,
    .event-item .event-bubble:after,
    .link-bubble-container,
    .news-article .news-header .news-date:after {
        background-image: url('../images/bubble_medium@2x.png');
    }

    .input-container {
        background-image: url('../images/input_container@2x.png');
    }

    .input-container input {
        background-image: url('../images/input@2x.png');
    }

    .link-bubble-container-alt {
        background-image: url('../images/bubble_medium_alt@2x.png');
    }

    .list-checked li:after {
        background-image: url('../images/bubble_checked@2x.png');
    }

    .menu .menu-close {
        background-image: url('../images/icon_close@2x.png');
    }
}

@media only screen and (max-width: 767px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-devicepixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 1.5dppx) {
    #page-bg .page-bg-middle {
        background-image: url('../images/page_bg_mobile@2x.png');
    }

    #page-bg .page-bg-middle-black {
        background-image: url('../images/page_bg_black_mobile@2x.png');
    }
}

@media only screen and (min-width: 480px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 480px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 480px) and (min-devicepixel-ratio: 1.5), only screen and (min-width: 480px) and (min-resolution: 1.5dppx) {
    body.layout-vertical .page-bottom {
        background-image: url('../images/bottom_line_mobile@2x.png');
    }
}

@media only screen and (max-width: 479px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 479px) and (-o-min-device-pixel-ratio: 3/2), only screen and (max-width: 479px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 479px) and (min-devicepixel-ratio: 1.5), only screen and (max-width: 479px) and (min-resolution: 1.5dppx) {
    .page-bottom {
        background-image: url('../images/bottom_line_mobile@2x.png');
    }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*my other styles*/
.margin-10 {
    height: 10px;
}

.margin-20 {
    height: 20px;
}

.margin-30 {
    height: 30px;
}

.margin-40 {
    height: 40px;
}

.margin-50 {
    height: 50px;
}

.margin-60 {
    height: 60px;
}

.margin-70 {
    height: 70px;
}

.margin-80 {
    height: 80px;
}

.margin-90 {
    height: 90px;
}

.margin-100 {
    height: 100px;
}

.centered-columns {
    display: table;
    width: 100%;
    height: 100%;
}

.centered-columns .centered-column {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.centered-columns .centered-column.centered-column-bottom {
    vertical-align: bottom;
}

.centered-columns .centered-column.centered-column-top {
    vertical-align: top;
}

.flex {
    /*old syntax*/
    display: -webkit-box;
    display: -moz-box;
    /*IE 10*/
    display: -ms-flexbox;
    /*new syntax*/
    display: -webkit-flex;
    display: flex;
}

.background-cover {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.background-contain {
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.parallax-background {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    -webkit-background-size: auto !important;
    -moz-background-size: auto !important;
    -o-background-size: auto !important;
    background-size: auto !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

/*bootstrap one fifth column*/
.col-xs-12-5,
.col-sm-12-5,
.col-md-12-5,
.col-lg-12-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-12-5 {
    float: left;
    width: 20%;
}

@media (min-width: 340px) {
    body.layout-vertical .cc-sign-in button, body.layout-vertical .cc-register button,
    body.layout-vertical form#additional-details button {
        bottom: 3%;
    }

}

@media (min-width: 360px) {
    body.layout-vertical .cc-sign-in button, body.layout-vertical .cc-register button,
    body.layout-vertical form#additional-details button {
        bottom: 2%;
    }
}

@media (min-width: 400px) {
    body.layout-vertical .cc-sign-in button, body.layout-vertical .cc-register button,
    body.layout-vertical form#additional-details button {
        bottom: -2%;
    }
}

@media (min-width: 430px) {
    body.layout-vertical .cc-sign-in button, body.layout-vertical .cc-register button,
    body.layout-vertical form#additional-details button {
        bottom: -5%;
    }
}

@media (min-width: 460px) {
    body.layout-vertical .cc-sign-in button, body.layout-vertical .cc-register button,
    body.layout-vertical form#additional-details button {
        bottom: -8%;
    }
}

@media (min-width: 490px) {
    body.layout-vertical .cc-sign-in button, body.layout-vertical .cc-register button,
    body.layout-vertical form#additional-details button {
        bottom: -10%;
    }
}

@media (min-width: 520px) {
    body.layout-vertical .cc-sign-in button, body.layout-vertical .cc-register button,
    body.layout-vertical form#additional-details button {
        bottom: -12%;
    }
}

@media (min-width: 550px) {
    body.layout-vertical .cc-sign-in button, body.layout-vertical .cc-register button,
    body.layout-vertical form#additional-details button {
        bottom: -14%;
    }
}

@media (min-width: 768px) {
    .col-sm-12-5 {
        float: left;
        width: 20%;
    }

    body.layout-vertical .cc-sign-in button, body.layout-vertical .cc-register button, body.layout-vertical form#additional-details button {
        bottom: -15%;
        height: 150px;
        left: 40%;
        position: absolute;
        width: 150px;
    }

    .strike {
        padding: 0px 0px;
    }

    body.layout-vertical .strike {
        padding: 15px 0px;
    }

    .cc-sign-in, .cc-register, .additional-details-wrapper {
        width: 50vw;
        height: 50vw;
    }

}

@media (min-width: 992px) {
    .col-md-12-5 {
        float: left;
        width: 20%;
    }

    #bracelets .col-sm-2 {
        width: 13%;
    }
    #bracelets .col-sm-3 {
        width: 17%;
    }

    #bracelets .bottom .item.col-sm-3 {
        width: 19%;
    }
}

@media (min-width: 1028px) {
    body.layout-vertical .cc-sign-in button, body.layout-vertical .cc-register button,
    body.layout-vertical form#additional-details button,
    .cc-sign-in button, .cc-register button, form#additional-details button {
        bottom: -14%;
    }
}

@media (min-width: 1028px) {
    body.layout-vertical .cc-sign-in button, body.layout-vertical .cc-register button,
    body.layout-vertical form#additional-details button,
    .cc-sign-in button, .cc-register button, form#additional-details button {
        bottom: -14%;
    }
}

@media (min-width: 1200px) {
    .col-lg-12-5 {
        float: left;
        width: 20%;
    }
}

body.layout-vertical .wrap-competitions {
    width: 55vw;
    left: 25%;
    height: 55vw;
}

.wrap-competitions {
    position: absolute;
    width: 70%;
    left: 15%;
    top: 17%;
}

/*Sites*/
body.site-ro.page-template-page-where_to_buy .img-girl-container {
    display: none!important;
}

