body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #231f20;
    font-size: 14px;
    /* line-height: 20px; */
    width: 100%;
}

* {
    -ms-overflow-style: scrollbar;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

.text-regular {
    font-weight: 400;
}

.text-small {
    font-size: 12px;
}

.row-nospace:before, .row-nospace:after {
    content: '';
    height: 0!important;
    display: block;
}

a {
    color: #000000;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

.row img {
    max-width: 100%;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 14px;
    font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 16px;
    background-color: #fff;
    border: 0;
    /* box-shadow: none; */
    border-radius: 5px;
    outline: none!important;
}

textarea.form-control[disabled], input.form-control[disabled], input.form-control[readonly=readonly] {
    background-color: #dedede;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 16px;
    outline: none!important;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

* {
    outline: none!important;
}

.full-width {
    width: 100%;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
}

div.required .control-label:before {
    content: '*';
    color: #F00;
    font-weight: bold;
    margin-right: 2px;
}

div.required input[type=radio] + .control-label:before {
    content: '';
}

/* wysiwygMode */
.wysiwygMode {
    width: 100%!important;
}

/* forms */
.form-group:before, .form-group:after {
    display: table;
    content: " ";
}

.form-group:after {
    clear: both;
}

form .form-group label {
    font-size: 14px;
    font-weight: 600;
}

form .form-group label.text-regular {
    font-size: 14px;
    font-weight: 400;
}

form .agreejs .form-group {
    margin-bottom: 5px;
}

form#form-competition label.error, form .form-group label.error {
    color: #f00;
    margin: 0;
    font-weight: 400;
    display: block;
}

input.styled-checkbox {
    display: none;
}

input.styled-checkbox + label {
    display: inline-block;
    position: relative;
}

input.styled-checkbox + label:before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #fff;
    margin-right: 5px;
    border-radius: 5px;
}

input.styled-checkbox:checked + label:after {
    display: inline-block;
    content: '';
    width: 11px;
    height: 11px;
    background-color: #ea138b;
    margin-top: 2px;
    margin-left: 2px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 7px;
}

@media(max-width: 767px) {
    input.styled-checkbox:checked + label:after {
        top: 0;
    }
}

div.required input.styled-checkbox+.control-label:before {
    content: '*';
    color: #F00;
    font-weight: bold;
    margin-right: 20px;
    text-indent: 25px;
}

input.styled-radio {
    display: none;
}

input.styled-radio + label {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

input.styled-radio + label:before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #fff;
    margin-right: 10px!important;
    border-radius: 50%;
}

input.styled-radio:checked + label:after {
    display: inline-block;
    content: '';
    width: 11px;
    height: 11px;
    background-color: #ea138b;
    margin-top: 2px;
    margin-left: 2px;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

@media(min-width: 767px) {
    form .birthday .birthday-month {
        padding: 0;
    }
}

@media(max-width: 767px) {
    form .birthday .birthday-day, form .birthday .birthday-month, form .birthday .birthday-year {
        margin-bottom: 5px;
    }
}

ul li ul input.styled-checkbox:checked + label:after {
    margin-top: 2px;
}

form .form-group input[type=text], form .form-group input[type=email], form .form-group input[type=tel], form .form-group input[type=password], form .form-group textarea, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border: 0;
    padding: 5px 20px;
    /* font-style: italic; */
    border-radius: 5px;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    padding: 0;
    border: 0 !important;
}

form .form-group select {
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
}

form .form-group .wysiwygMode {
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
    resize: none;
}

form.form-thin {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

form div.fieldset {
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #e0eced;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
    display: block;
}

form.form-thin .fieldset {
    margin-bottom: 30px;
}

form fieldset legend {
    margin-bottom: 0;
    border: 0;
    line-height: normal;
    position: relative;
    font-size: 2.4rem;
    text-transform: uppercase;
    padding-top: 0;
}

/* content */
#content {
    min-height: 200px;
}

@media(max-width: 767px) {
    #content {
        margin-top: 10px;
    }
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
    margin-bottom: 10px;
    border: 0;
}

/* breadcrumb */
.breadcrumb {
    background-color: transparent;
    margin: 10px 0;
}

@media(max-width: 767px) {
    .breadcrumb {
        margin: 0;
        display: none;
    }

    .alert {
        margin-top: 10px;
    }
}

.pagination {
    margin: 10px;
    border-radius: 0;
}

.pagination li {
}

.pagination li a {
    background: transparent;
    border: 0;
    color: #252525;
}

.pagination li a, .pagination li span {
    margin: 0 3px;
    padding: 5px 10px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: transparent;
    border: 0;
    background-color: #f9de60;
    color: #635513;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
}

.paginator-info {
    display: block;
    margin: 15px 10px 10px 10px;
    font-weight: 600;
}

@media(max-width: 767px) {
    .paginator-info {
        font-size: 14px;
        margin: 5px;
    }
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

ul.profil-menu {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
}

ul.profil-menu li {
    list-style: none;
    display: inline-block;
    position: relative;
}

ul.profil-menu:after {
    clear: both;
}

.owl-item .col-md-3 {
    width: 100%;
}

.news .new .title {
    font-size: 16px;
    font-weight: bold;
}

.profil-menu li {
    text-align: center;
}

.profil-menu li + li:before {
    content: '|';
    display: inline-block;
    margin: 0 10px;
}

.profil-menu li.active a, .profil-menu li:hover a {
    color: #ea138b;
}

.add-contribution {
    margin: 10px 0 20px 0;
}

@media(max-width: 767px) {
    ul.profil-menu {
        margin-bottom: 10px;
    }
}

/* m4m */
/* common */
* {
    outline: none;
    word-wrap: break-word;
}

label {
    word-wrap: normal;
}

label.error {
    color: #f00;
}

.text-danger {
    font-size: 13px;
}

.image-responsive {
    max-width: 100%;
}

/* button */
.btn {
    background-color: #f9de60;
    color: #635513;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
}

.btn:hover {
    opacity: 0.75;
}

.btn-block {
    display: block;
    width: auto;
}

.btn-text {
    padding: 0 10px;
    font-size: 14px;
    white-space: nowrap;
    line-height: 1em;
}

.btn-facebook {
    background-color: #3b5998;
    color: #fff;
}

.btn-facebook:hover {
    opacity: 0.9;
    color: #fff;
}

.btn-grey {
    background-color: grey;
    color: white;
    opacity: 0.65;
}

.btn-grey:hover {
    background-color: grey;
    color: white;
    opacity: 0.65;
}

.btn-pink, .btn-danger {
    background-color: #ea148c;
    color: #fff;
}

.btn-pink:focus {
    color: #fff;
}

.btn-report-content {
    color: #fff!important;
    padding: 2px 5px!important;
    font-size: 12px!important;
}

.btn-success {
    background-color: #CDDC39;
}

.btn-info {
    background-color: #92d0f6;
    border: 0;
    color: #fff;
}

.btn-default {
    background-color: #9E9E9E;
}

.btn-pink:hover, .btn-danger:hover {
    color: #fff;
}

.btn-xs {
    padding: 5px 10px;
    font-size: 14px;
}

.btn-xxs {
    padding: 2px 5px;
    font-size: 12px;
}

@media(max-width: 992px) {
    .btn {
        padding: 5px 10px;
    }

    .btn-xs {
        padding: 2px 5px;
        font-size: 12px;
        font-weight: 400;
    }

    .btn-xxs {
        padding: 1px 3px;
        font-size: 12px;
    }
}

.spinner-show:before, .btn.loading:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../image/loader.gif');
    background-size: cover;
    margin-right: 10px;
}

button.spinner-show:before {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

button.spinner-show {
    background-color: #dedede;
    pointer-events: none;
}

/* popover */
.with-confirmation-offer-delete + .popover {
    width: 320px;
    max-width: 100%;
    max-width: none;
}

.with-confirmation-offer-delete + .popover .btn, .with-confirmation-event-delete + .popover .btn {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}

/* sprite */
*[class*=sprite-] {
    display: inline-block;
    background: url('../image/sprite_v1.png') no-repeat;
    background-size: 210px auto;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.sprite-service-forum {
    background-position: -2px -0px;
    width: 100px;
    height: 80px;
}

.sprite-service-items {
    background-position: -2px -83px;
    width: 99px;
    height: 80px;
}

.sprite-service-cook {
    background-position: 0px -165px;
    width: 81px;
    height: 81px;
}

.sprite-service-events {
    background-position: -18px -497px;
    width: 71px;
    height: 81px;
}

.sprite-service-inform {
    background-position: -2px -247px;
    width: 75px;
    height: 80px;
}

.sprite-service-watch {
    background-position: -18px -499px;
    width: 70px;
    height: 80px;
}

.sprite-pacifier-empty {
    background-position: -55px -357px;
    width: 24px;
    height: 25px;
    filter: grayscale(1);
    opacity: 0.5;
}

.sprite-pacifier {
    background-position: -55px -357px;
    width: 24px;
    height: 25px;
}

/* to be deleted START */
.sprite-cat-8, .sprite-cat-9, .sprite-cat-10, .sprite-cat-11, .sprite-cat-12, .sprite-cat-13, .sprite-cat-14, .sprite-cat-15, .sprite-cat-17, .sprite-cat-18, .sprite-cat-20, .sprite-cat-21, .sprite-cat-22, .sprite-cat-23, .sprite-cat-24, .sprite-cat-25, .sprite-cat-28, .sprite-cat-30, .sprite-cat-31, .sprite-cat-33,.sprite-cat-34,.sprite-cat-35,.sprite-cat-36,.sprite-cat-37,.sprite-cat-38,.sprite-cat-39 {
    height: 20px;
    background-size: 50px auto;
    background-position: 0px -179px;
    width: 25px;
}

.sprite-cat-15 {
    /*kocarky*/ 
    background-position: -25px -179px;
}

.sprite-cat-17, .sprite-cat-20, .sprite-cat-38 {
    /*ostatni*/ 
    background-position: 0px -158px;
    width: 19px;
}

.sprite-cat-18 {
    /*hracky*/ 
    background-position: -1px -19px;
    width: 25px;
}

.sprite-cat-23 {
    /*obleceni*/ 
    background-position: -1px -221px;
    width: 25px;
}

.sprite-cat-10 {
    /*pohlidam*/ 
    background-position: -4px -119px;
    width: 20px;
}

.sprite-cat-11, .sprite-cat-12, .sprite-cat-13 {
    /*uvarim*/ 
    background-position: 0px -39px;
    width: 20px;
}

.sprite-cat-25, .sprite-cat-24 {
    /*podnikneme*/ 
    background-position: 0px -99px;
    width: 24px;
}

.sprite-cat-28,.sprite-cat-39 {
    /*Krouzky*/ 
    background-position: -25px -198px;
    width: 24px;
}

.sprite-cat-30 {
    /*tip na vylet*/ 
    background-position: 0px -263px;
    width: 24px;
}

.sprite-cat-31 {
    /*stan*/ 
    background-position: 0px -282px;
    width: 24px;
}

.sprite-cat-33 {
    /*Kurzy*/ 
    background-position: -26px -160px;
    width: 24px;
}

.sprite-cat-34 {
    /*predstaveni*/ 
    background-position: -26px -143px;
    width: 24px;
}

.sprite-cat-35 {
    /*body*/ 
    background-position: -26px -257px;
    width: 24px;
}

.sprite-cat-36 {
    /*kalhoty*/ 
    background-position: -26px -220px;
    width: 24px;
}

.sprite-cat-37 {
    /*triko*/ 
    background-position: -26px -239px;
    width: 24px;
}

/* to be deleted END */
/* well */
.well {
    border: 0;
    box-shadow: none;
    background-color: #e0eced;
    border-radius: 5px;
}

.well h2 {
    margin-top: 0;
}

/* profile-image */
.profile-small {
    width: 50px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0;
}

/* header */
header {
    position: fixed;
    background-color: #fff;
    z-index: 10;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
}

header #logo h1 {
    margin: 0;
    padding: 0;
    max-width: 220px;
}

header #logo span {
    color: transparent;
    height: 0;
    display: block;
    pointer-events: none;
    opacity: 0;
    width: 0;
}

header #logo img {
    max-width: 230px;
    display: block;
    padding-left: 20px;
}

header nav {
    display: table;
    width: 100%;
}

header nav > * {
    display: table-cell;
    vertical-align: middle;
}

header nav ul {
    list-style: none;
    text-align: center;
    margin: 0;
}

header nav ul li {
    display: inline-block;
}

header nav .categories li + li:before {
    content: '|';
    color: #d6d6d6;
    padding: 0 8px 0 5px;
}

header nav .user-menu {
    text-align: right;
}

header nav .user-menu li {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

header nav .user-menu li span {
    font-size: 30px;
}

header nav .user-menu li a {
    display: block;
    padding: 0 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

header nav .user-menu .search a {
    color: #848484;
}

header nav .user-menu ul {
    height: 110px;
    display: table;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

header nav .user-menu a {
    color: #fff;
}

header nav .user-menu li.login a {
    line-height: 0;
}

header nav .user-menu li.login a i {
    margin-right: 10px;
}

header nav .user-menu li.pins {
    background-color: #f9de60;
}

header nav .user-menu li.mama-board, header nav .user-menu li.clinic {
    background-color: #d11484;
}

header nav .user-menu li.my-board {
    background-color: #c8107d;
}

header nav .user-menu li.babyboard {
    background-color: #92d0f6;
}

header nav .user-menu li.babyboard a {
    color: #0b373a;
}

header nav .user-menu li.my-gang {
    background-color: #c30a78;
}

header nav .user-menu li.notification {
    background-color: #bd0271;
}

header nav .user-menu li.notification .icon-message:before {
    margin-left: 3px;
}

header nav .user-menu li.notification .icon-message_new {
    position: relative;
}

header nav .user-menu li.notification .messages {
    display: none!important;
}

header nav .user-menu li.login, header nav .user-menu li.user {
    background-color: #b5006b;
    min-width: 50px;
}

header nav .user-menu li a:hover {
    color: #f9de60;
}

header nav .user-menu li.pins a:hover, header nav .user-menu li.babyboard a:hover {
    color: #ec008c;
}

header nav .user-menu li.my-gang a, header nav .user-menu li.notification .icon-mail {
    position: relative;
}

header nav .user-menu li .icon-message .count-messages-unread {
    display: none;
}

header nav .user-menu li.my-gang .count-users-wait-for-approve, header nav .user-menu li .count-messages-unread {
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    width: 17px;
    height: 17px;
    text-align: center;
    top: 0px;
    left: 18px;
    color: #ec008c;
    line-height: 17px;
    letter-spacing: -1px;
    font-family: "Open Sans", sans-serif;
}

header nav .user-menu li.my-gang .count-users-wait-for-approve {
    background-color: #fff;
    border-radius: 50%;
    left: auto;
    right: 0;
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 11px;
}

@media(max-width: 992px) {
    header nav .user-menu li.my-gang .count-users-wait-for-approve {
        top: -10px;
    }
}

@media(min-width: 1450px) {
    header nav .user-menu li.my-gang .count-users-wait-for-approve {
        right: 8px;
    }
}

header #categories-menu.menu-opened {
    display: block!important;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
}

header #categories-menu.menu-opened ul {
    padding: 0;
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

header #categories-menu.menu-opened ul li {
    float: none;
    display: block;
}

header #categories-menu.menu-opened ul li a {
    text-align: center;
    font-size: 15px;
    padding: 5px;
    line-height: normal;
    display: block;
}

header #categories-menu.menu-opened ul li + li:before {
    display: none;
}

header #categories-menu.menu-opened ul li.babyboard {
    background-color: #92d0f6;
}

/* language */
header nav .user-menu li.language {
    background-color: #f9de60;
    min-width: 60px;
    cursor: pointer;
}

header nav .user-menu li.language img {
    width: 30px;
}

header nav .user-menu li.language button {
    background: transparent;
    border: 0;
    width: 100%;
}

header nav .user-menu li.language ul {
    min-width: 60px;
}

header nav .user-menu li.language ul li {
}

/* menu lvl-2 */
header nav .user-menu li ul {
    display: none;
    margin-top: 43px;
    z-index: 20000;
    background: #0c3739;
    padding: 10px 0;
    position: absolute;
    right: 0;
    height: auto;
}

@media(min-width: 768px) {
    header nav .user-menu li:hover ul {
        display: block;
    }
}

header nav .user-menu li ul li {
    display: block;
    text-align: left;
    padding: 2px 0;
    background: #0c3739;
    font-size: 14px;
}

header nav .user-menu li ul li:hover {
    background: #041819;
}

@media(max-width: 767px) {
    header nav #customer-menu.menu-opened {
        display: block;
        margin-top: 15px;
        padding: 0;
        width: 100%;
        max-width: 200px;
    }

    header nav #customer-menu li {
    }

    header nav #customer-menu li a {
        padding: 5px;
        text-align: center;
        font-size: 14px;
        display: block;
    }
}

/*header scrolled */
body.scrolled header nav .user-menu > ul {
    height: 60px;
}

body.scrolled header nav .user-menu li ul {
    margin-top: 19px;
}

@media(max-width: 1450px) {
    header nav .user-menu li a {
        padding: 0 10px;
    }

    header nav .categories li + li:before {
        padding: 0 4px 0 0px;
    }

    header #logo img {
        max-width: 180px;
    }
}

@media(max-width: 992px) {
    header nav a, header nav .categories li + li:before {
        font-size: 12px;
        line-height: 12px;
    }

    header nav .user-menu li a {
        padding: 0 5px;
    }

    header nav .user-menu li ul {
        margin-top: 23px;
    }
}

@media(max-width: 767px) {
    header nav .user-menu {
        width: 1px;
    }

    header #logo img {
        padding-left: 5px;
        max-width: 130px;
    }
}

@media(max-width: 370px) {
    header #logo {
        width: 1px!important;
        min-width: 0;
    }

    header #logo img {
        padding-left: 5px;
        max-width: 100px;
    }
}

/* hm menu */
.hm-menu {
    width: 40px;
    height: 27px;
    position: relative;
    margin: 16px 16px 16px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hm-menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #ea148c;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hm-menu span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hm-menu span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hm-menu span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hm-menu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.hm-menu.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.hm-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    left: 8px;
}

/* banner */
.common-home #banner0:before, .common-home #banner0:after {
    content: '';
    position: absolute;
    background-image: url(../image/tooltips/tooltip-what-you-need.png);
    background-repeat: no-repeat;
    pointer-events: none;
}

/*.common-home #banner0:after {
    width: 190px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.common-home #banner0:before {
    background-image: url(../image/tooltips/tooltip-registration.png);
    top: 130px;
    right: 40px;
    bottom: auto;
    z-index: 2;
    width: 210px;
    height: 90px;
}*/
.slick-slider .slick-slide {
    position: relative;
    padding: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-slider .text-wrap {
    position: absolute;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

.slick-slider .text-wrap h2 {
    margin-top: 100px;
    text-transform: uppercase;
    color: #ec008c;
    font-size: 6rem;
    position: relative;
}

.slick-slider .text-wrap h2 small {
    color: #2c7f78;
    font-size: 2rem;
    font-weight: 400;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 156px;
}

.slick-slider .text-wrap form {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 400px;
    pointer-events: all;
}

.slick-slider .text-wrap form input[type=text] {
    border: 0;
    padding: 10px 40px 10px 20px;
    font-style: italic;
    border-radius: 5px;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.slick-slider .text-wrap form input[type=submit] {
    background-color: #f9de60;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
}

.slick-slider .text-wrap form input[type=submit]:hover {
    opacity: 0.75;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
    width: 35px;
    height: 100px;
    z-index: 2;
}

.slick-slider .slick-prev {
    left: -50px;
}

.slick-slider .slick-next {
    right: -50px;
}

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    opacity: 1;
    content: '\e93b';
    font-family: 'icomoon';
    font-size: 100px;
    color: #0e637a;
}

.slick-slider .slick-prev:before {
    content: '\e93a';
}

.slick-slider .slick-prev:hover:before, .slick-slider .slick-next:hover:before {
    color: #ea138b;
}

.slick-slider .slick-dots {
    position: absolute;
    bottom: 5px;
    text-align: right;
    padding-right: 20px;
    width: auto;
    right: 0;
}
.slick-slider .slick-slide[onclick] {
    cursor: pointer;
}
.slick-slider .slick-dots li {
    width: 10px;
}

.slick-slider .slick-dots button {
    padding: 0;
    width: 10px;
    height: 10px;
}

.slick-slider .slick-dots button:before {
    content: '';
    background-color: #ea148c;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.slick-slider .slick-slide img {
    width: 100%;
}

@media(max-width: 600px) {
    .module-banner.slick-slider .slick-slide img {
        width: auto;
        max-width: 100%;
        /*height: 240px;    */
    }

    .slick-slider .text-wrap h2 {
        display: none;
    }

    .slick-slider .text-wrap {
        top: 10px;
    }

    .slick-slider .text-wrap .search-box {
        top: 50%;
        position: relative;
    }
}

/* slick slider - parallax */
.slick-slider .parallax {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.slick-slider .parallax img {
    width: 100%;
}

.slick-slider .parallax .layer-1, .slick-slider .parallax .layer-3 {
    position: absolute;
    top: 0px;
    z-index: 1;
}

.slick-slider .parallax .layer-2 {
    z-index: 2;
    position: relative;
}

.slick-slider .parallax .layer-3 {
    z-index: 3;
}

@media(max-width: 1350px) {
    .slick-slider .slick-prev {
        left: 0px;
    }

    .slick-slider .slick-next {
        right: 0px;
    }

    .action-slider .slick-list, .chatting-slider .slick-list, .latest-slider .slick-list {
        margin: 0 45px;
    }
}

@media(max-width: 992px) {
    .slick-slider .text-wrap h2 {
        font-size: 80px;
        margin-top: 40px;
    }

    .slick-slider .text-wrap h2 small {
        font-size: 30px;
        left: 120px;
        bottom: 10px;
    }

    .slick-slider .text-wrap form {
        max-width: 320px;
    }
}

@media(max-width: 500px) {
    .action-slider .slick-list, .chatting-slider .slick-list, .latest-slider .slick-list {
        margin: 0 20px;
    }

    .slick-slider .slick-prev, .slick-slider .slick-next {
        -webkit-transform: translate(0, -50%) scale(0.5);
        -ms-transform: translate(0, -50%) scale(0.5);
        transform: translate(0, -50%) scale(0.5);
        transform-origin: right;
    }

    .slick-slider .slick-prev {
        transform-origin: left;
    }
}

/* services module */
.what-do-you-need {
    text-align: center;
    margin: 50px 0;
}

.what-do-you-need > * {
    margin-bottom: 20px;
}

.what-do-you-need .text {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: initial;
    color: #0c3739;
    margin: 5px 0;
}

.what-do-you-need .item .icon {
    transform: scale(1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.what-do-you-need .item:hover .icon {
    transform: scale(1.1);
}

.what-do-you-need .item:hover .text a {
    color: #0c3739!important;
}

@media(max-width: 991px) {
    .what-do-you-need {
        display: none;
    }
}

/* modules */
.module {
    background-color: #f1f7f7;
    padding: 25px 0;
}

.module.module-dark {
    background-color: #e0eced;
}

.module .container {
    position: relative;
}

.module h3 {
    text-transform: uppercase;
    font-size: 3rem;
    color: #0c3739;
    margin: 4rem 0;
}

.module h3 + a {
    position: absolute;
    top: 25px;
    right: 0px;
}

.html-module .container {
    position: relative;
}

.html-module .account-setting-btn, .module h3 + .account-setting-btn, .module h3 + a + .account-setting-btn {
    position: absolute;
    right: -20px;
    top: 40px;
}

.module .items {
    margin-top: 30px;
}

@media(max-width: 768px) {
    .html-module .account-setting-btn, .module h3 + .account-setting-btn, .module h3 + a + .account-setting-btn {
        right: 10px;
    }

    .module h3 {
        font-size: 25px;
        margin: 0;
    }

    .module h3 + a {
        position: relative;
        top: 0;
    }

    .module .items {
        margin-top: 10px;
    }
}

/* .image-tooltip */
.image-tooltip {
    pointer-events: none;
}

/* module-actions */
.module-actions {
    position: relative;
}

.module-actions img.image-tooltip {
    position: absolute;
    width: 230px;
    height: 140px;
    right: 100px;
    top: 0;
}

/* module-latest */
.module-latest {
    position: relative;
}

.module-latest img.image-tooltip {
    position: absolute;
    width: 320px;
    height: 180px;
    left: 0px;
}

/* module chat */
.module-chatting {
    padding-bottom: 40px;
}

.module-chatting .message {
    font-size: 16px;
    font-weight: 100;
    font-style: italic;
    line-height: initial;
    color: #204749;
    border-left: 1px solid #9aaaab;
    padding-left: 20px;
    padding-right: 15px;
}

.module-chatting .message h4 {
    font-size: 20px;
    font-family: 600;
    font-style: normal;
}

.module-chatting .message a {
    color: #ea138b;
    font-size: 16px;
    font-weight: 600;
    text-transform: lowercase;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
    float: left;
}

.module-chatting .message .information > * {
    display: inline-block;
}

.module-chatting .message .information > * + * {
    margin-left: 5px;
}

.module-chatting .message a.photo {
    float: right;
    text-decoration: none;
}

@media(max-width: 600px) {
    .module-chatting .message {
        border: 0;
    }
}

/* module partnres */
.module-partners {
    background-color: #fff;
}

.module-partners .slick-slide {
    padding: 0 20px;
}

.module-partners .slick-slide img {
    transform: scale(0.8);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.module-partners .slick-slide:hover img {
    transform: scale(1);
}

/* product-thumb */
.product-layout.product-list {
    padding: 0;
}

.product-layout.product-list.product-next {
    text-align: center;
    margin: 100px 0;
}

.product-layout.product-list.product-next span {
    margin-left: 10px;
    color: #a59236;
}

.product-thumb {
    position: relative;
    text-align: left;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
    margin: 10px;
    cursor: pointer;
    background-color: #fff;
}

.product-thumb small, .product-thumb small a {
    color: #ea138b;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    display: block;
}

.product-thumb .cat_icon {
    vertical-align: initial;
    width: auto!important;
    display: inline-block;
}

.product-thumb h4 {
    font-weight: 600;
    display: inline;
    margin-right: 5px;
}

.product-thumb h4 a, .product-thumb .price {
    font-size: 17px;
    color: #204749;
}

.article .image {
    position: relative;
}

.product-tags {
    position: absolute;
    top: 10px;
    left: 0;
    list-style: none;
    padding: 0;
    pointer-events: none;
}

.product-tags li span {
    padding: 0px 10px;
    margin-bottom: 2px;
    margin-left: 10px;
    color: #635513;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    background-color: rgb(249, 223, 96);
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #f9de60;
}

@media(max-width: 500px) {
    .product-tags {
        top: 0;
        left: 0;
    }

    .product-tags li {
        display: block;
        line-height: 1em;
    }

    .product-tags li span {
        font-size: 8px;
        font-weight: 100;
        padding: 0 2px;
        margin-left: 0;
        margin-bottom: 0;
    }
}

.product-thumb .price {
    white-space: nowrap;
}

.product-thumb .image img {
    width: 100%;
}

.product-thumb .date {
    display: block;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.product-thumb .description {
    color: #204749;
    font-size: 14px;
    margin-top: 5px;
}

.product-thumb .product-thumb-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
}

.product-thumb .product-thumb-content .caption {
    background-color: rgba(255, 255, 255, 0.85);
    margin: 10px;
    border-radius: 5px;
    padding: 10px 15px 10px 10px;
    max-height: 100%;
    border: 2px solid transparent;
}

.product-thumb .bottom {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 34px;
    left: 0;
}

@media(min-width: 768px) {
    .product-thumb .description, .product-thumb .bottom {
        display: block;
    }

    .product-thumb .description {
        display: none;
    }

    .product-thumb:hover .description, .product-thumb:hover .bottom {
        display: block;
    }
}

.product-thumb .btn-product-detail {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: lowercase;
}

.product-thumb .btn-product-edit {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: lowercase;
}

.product-thumb .btn-product-detail {
    color: #635513;
    right: 0;
    position: absolute;
    z-index: 2;
    display: block;
    text-align: right;
    padding: 0 10px 15px 0;
    width: 80px;
}

.product-thumb .btn-product-edit {
    color: #fff;
    right: 0;
    position: absolute;
    z-index: 2;
    display: block;
    text-align: left;
    padding: 0 22px 15px 0;
    width: 80px;
    font-size: 11px;
    text-align: center;
}

.product-thumb .btn-product-detail:hover, .product-thumb .btn-product-edit:hover {
    opacity: 0.9;
}

.product-thumb .btn-product-detail:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 80px;
    border-color: transparent transparent #f9de60 transparent;
    z-index: -1;
}

.product-thumb .btn-product-edit:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 0;
    border-color: transparent transparent #d11484 transparent;
    z-index: -1;
}

.product-layout.advert .caption {
    border: 2px solid #f9de60;
}

.product-layout.advert .product-thumb .btn-product-detail {
    color: #fff;
}

.product-layout.advert .product-thumb .btn-product-detail:after {
    border-color: transparent transparent #d11484 transparent;
}

@media(max-width: 767px) {
    .product-thumb .product-thumb-content .caption {
        padding: 3px 6px;
    }
}

@media(max-width: 500px) {
    .product-thumb {
        margin: 3px;
    }

    .product-thumb .bottom {
        display: none;
    }

    .product-thumb .product-thumb-content .caption {
        margin: 2px;
    }

    .product-thumb .product-thumb-content .caption .description {
        display: none;
    }

    .product-thumb h4 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-thumb .date, .product-thumb small, .product-thumb small a {
        font-size: 11px;
    }

    .product-thumb small.type i {
        transform: scale(0.65);
        margin: -5px -5px -5px -4px;
    }

    .product-thumb h4 a, .product-thumb .price {
        font-size: 13px;
    }
}

/* other */
/* content */
#content > h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
    color: #0c3739;
    margin-top: 10px;
    font-weight: 600;
}

#content > h2 img {
    height: .75em;
    vertical-align: baseline;
}

@media(max-width: 992px) {
    #content > h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    #content > h2 a {
        margin-top: 0;
    }
}

@media(max-width: 767px) {
    #content > h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    #content > h2 a {
        float: none;
    }
}

/* section */
header + section {
    padding: 110px 0 20px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

header + .slick-slider {
    padding-top: 110px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media(max-width: 992px) {
    header nav .user-menu ul {
        height: 60px;
    }

    header + section, header + .slick-slider {
        padding-top: 60px;
    }
}

@media(max-width: 767px) {
    header + section {
        padding-top: 60px;
    }
}

body.scrolled header + section, body.scrolled header + .slick-slider {
    /* padding-top: 60px; */
}

section {
    background-color: #f1f7f7;
}

section.white {
    background-color: #fff;
}

/* category */
section.category h2:after {
    content: '';
    display: block;
    clear: both;
}

section.category img.image-tooltip {
    position: absolute;
    width: 180px;
    height: 154px;
    left: -50px;
    top: -20px;
}

@media(max-width: 767px) {
    section.category img.image-tooltip {
        display: none;
    }
}

.filter {
    margin-bottom: 10px;
}

.filter > * {
    padding: 5px;
}

.filter .item {
    background-color: #f9de60;
    padding: 15px;
    border-radius: 5px;
    min-height: 105px;
}

.filter .item label {
    display: block;
    color: #635513;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.filter .item input[type=text], .filter .item select {
    width: 100%;
    border: 0;
    font-style: italic;
    font-size: 15px;
    padding: 7px 6px;
    border-radius: 5px;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
}

.filter .input-search input {
    height: 34px;
}

.filter .item .input + .input {
    margin-top: 10px;
}

.filter .input-search button {
    padding: 5px 12px;
}

.filter .item select {
    -webkit-appearance: none;
}

.filter .item .select {
    position: relative;
}

.filter .item .select:after {
    content: '\e900';
    font-family: "icomoon";
    color: #ea138b;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 6px;
    pointer-events: none;
}

.filter .item select::-ms-expand {
    display: none;
}

.filter .price .item {
    padding-bottom: 10px;
}

.filter .fulltext .input {
    position: relative;
}

.filter .fulltext span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 6px;
    color: #ea138b;
    font-size: 20px;
    cursor: pointer;
}

.filter #slider-range {
    border: 0;
    height: 6px;
    background: #fff;
    margin: 15px 5px;
}

.filter #slider-range .ui-slider-range {
    background-color: #fff1b1;
}

.filter #slider-range .ui-slider-handle {
    border: 0;
    border-radius: 50%;
    background-color: #ea138b;
    height: 1.5em;
    width: 1.5em;
    margin-left: -.75em;
    top: -.6em;
}

.filter .min-max-price {
    display: table;
    width: 100%;
    color: #635513;
    font-size: 16px;
    font-weight: 600;
}

.filter .min-max-price > * {
    display: table-cell;
    font-size: 14px;
}

.filter .min-max-price div + div {
    text-align: right;
}

.filter .categories ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.filter .categories ul li label {
    margin: 0;
}

.filter .categories ul li label input {
    margin-right: 5px;
}

.filter .categories ul ul {
    padding-left: 10px;
}

.filter .categories ul ul li label {
    font-weight: 400;
    font-size: 14px;
}

.filter .categories ul ul ul li label {
    font-size: 12px;
}

.filter .categories .selected-categories {
    margin: 5px 0 -5px 0;
}

.filter .categories .selected-categories li {
    font-size: 12px;
    display: inline-block;
    background-color: #ea138b;
    color: #fff;
    margin-right: 4px;
    border-radius: 5px;
    padding: 0 2px;
}

.filter .categories .selected-categories li.more {
    background-color: transparent;
    color: #000;
}

.filter .categories .selected-categories i {
    font-size: 10px;
    top: -1px;
    left: 1px;
    position: relative;
    color: #fff;
}

.filter .categories .filter-categories-list, .filter .categories .filter-filters-list {
    margin-top: 15px;
}

.account-logout #content {
    text-align: left;
}

.category #content {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    float: none;
}

.category .btn-add-product, .category .btn-recommend-action, .category .btn-recommend-workoffer {
    float: right;
    font-family: "Open Sans";
    margin-top: 15px;
}

.category .category-buttons {
    padding: 5px 0 ;
}

.category .category-buttons .btn {
    margin-top: 0;
}

@media(max-width: 767px) {
    .filter-btn {
        display: block;
        background-color: #f9de60;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        padding: 10px;
    }

    #filter.menu-opened {
        display: block!important;
    }

    .filter > * {
        padding: 2px 5px;
    }

    .filter .item {
        padding: 5px 5px 10px 5px;
        min-height: auto;
    }

    .filter .categories .selected-categories {
        margin: 0;
        padding-top: 5px;
    }

    .filter .item label {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .filter-button span {
        color: #ea138b;
    }

    .filter-button.open span:before {
        content: '\e901'
    }
}

.categories .filter-button {
    background-color: #ea138b;
    color: #fff;
    display: block;
    position: relative;
    margin: 0;
}

.categories .filter-button + .filter-button {
    margin-top: 10px;
}

.categories .filter-button span {
    top: 10px;
    right: 10px;
    position: absolute;
    font-size: 12px;
}

.categories .filter-button.active .icon-select-arrow-down:before {
    content: "\e901";
}

.filter-categories-list .filter-categories-list-content, .filter-filters-list .filter-filters-list-content {
    background-color: #f9df60;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.filter-categories-list .filter-categories-list-content:before, .filter-filters-list .filter-filters-list-content:before {
    content: '';
    position: absolute;
    top : -10px;
    left: 20px;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #f9df60 transparent;
}

.filter-categories-list ul, .filter-filters-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filter-filters-list input.styled-checkbox:checked + label:after,
.filter-categories-list input.styled-checkbox:checked + label:after{
    top: 0;
}

.filter-categories-list ul ul {
    padding-left: 20px;
}

.filter-categories-list label, .filter-filters-list label {
    font-weight: 600;
}

/* seciton product */
section.product .main-image {
    position: relative;
}

section.product .main-image img {
    width: 100%;
}

section.product .other-images img {
    width: 100%;
}

section.product .other-images:not(.slick-active) {
    margin-top: 5px;
}

section.product .other-images:not(.slick-active) a {
    display: inline-block;
    width: 33%;
    margin: 0;
    float: left;
}

section.product .other-images:not(.slick-active) a {
    padding: 5px;
}

section.product .other-images button:before {
    font-size: 40px;
}

section.product .other-images.slick-slider .slick-prev, section.product .other-images.slick-slider .slick-next {
    width: 15px;
    height: 40px;
}

section.product .other-images.slick-slider .slick-prev {
    left: 0;
}

section.product .other-images.slick-slider .slick-next {
    right: 0;
}

section.product .other-images.slick-slider {
    padding: 0 15px;
}

section.product .other-images.slick-slider .slick-slide {
    padding: 5px;
}

section.product #content {
    margin: 10px 0;
}

section.product .product-information h2 {
    text-transform: uppercase;
    font-size: 3rem;
    margin-top: 0;
    padding-right: 80px;
}

section.product .product-information .address {
    /* margin-left: 10px; */
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    color: #d11e84;
}

section.product .product-information .btn, section.product .product-information .price {
    margin-left: 0!important;
}

section.product .product-information .category_icon {
    position: absolute;
    top: 0;
    right: 15px;
}

section.product .product-information .pin {
    position: absolute;
    top: -60px;
    right: 15px;
}

section.product .product-information .pin li {
    display: inline-block;
}

section.product .product-information .pin span {
    color: #d11484;
    margin-left: 0px;
    margin-right: 5px;
}

section.product .product-information .pin .btn-delete-pin {
    opacity: 0.5;
}

section.product .product-information .pin .btn-delete-pin:hover {
    opacity: 1;
}

section.product .product-information .customer-info:not(.event-info) {
    margin-bottom: 15px;
    background-color: #f9de60;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
    color: #252525;
    margin: 5px;
}

section.product .product-information .customer-info .new-message {
    margin-left: 5px;
}

section.product .product-information .customer-info .new-message i {
    color: #ea138b;
    font-size: 18px;
}

section.product .product-information .customer-info a, section.product .product-information .customer-info span {
    font-weight: 600;
}

section.product .product-information .customer-info:after {
    content: '';
    display: block;
    clear: both;
}

section.product .product-information .customer-info li {
    width: 50%;
    float: left;
}

section.product .product-information .customer-info li.full {
    width: 100%;
}

section.product .product-information .long > *, section.product .product-information .description {
    /* margin: 0 10px; */
    text-align: justify;
}

section.product .product-information .buyable .price-date .price, section.product .product-information .buyable .price-date .buy-link {
    display: inline-block;
    vertical-align: middle;
}

section.product .product-information .buyable .price-date .buy-link .btn {
    font-size: 20px;
}

section.product .product-information .price-date {
    display: table;
    /* width: 100%; */
    text-align: left;
}

section.product .product-information .price-date > * {
    display: table-cell;
    vertical-align: top;
}

section.product .product-information .price {
    margin: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #d11484;
    /* display: inline-block; */
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

section.product .product-information .price span {
    font-size: 24px;
    font-weight: 600;
}

section.product .product-information .date {
    margin: 5px;
    color: #000;
    /* display: inline-block; */
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
    background-color: #f9de60;
    font-weight: 600;
}

section.product .contact-info {
    margin-top: 20px;
}

section.product .more-info-wrapper {
    margin: 20px 0;
    max-height: 100px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

section.product .more-info-wrapper.more-info-show {
    max-height: none;
}

section.product .more-info-wrapper.has-btn-more:not(.more-info-show):after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f7f7+0,f1f7f7+100&0+0,0.8+50,1+100 */
    background: -moz-linear-gradient(top, rgba(241,247,247,0) 0%, rgba(241,247,247,0.8) 50%, rgba(241,247,247,1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(241,247,247,0) 0%,rgba(241,247,247,0.8) 50%,rgba(241,247,247,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(241,247,247,0) 0%,rgba(241,247,247,0.8) 50%,rgba(241,247,247,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f7f7', endColorstr='#f1f7f7',GradientType=0 );
    /* IE6-9 */
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}

section.product .more-info-wrapper.has-btn-more > a {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 5;
}

section.product .more-info-wrapper > a, section.product .more-info-wrapper.more-info-show > a {
    display: none;
}

section.more-products {
    padding: 20px 0;
}

section.more-products h3 {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}

@media(max-width: 992px) {
    section.product .product-information h2 {
        font-size: 24px;
    }

    section.more-products h3 {
        font-size: 20px;
    }

    section.product .product-information .category_icon {
        display: none;
    }
}

@media(max-width: 767px) {
    section.more-products h3 {
        font-size: 18px;
    }

    section.product .contact-info {
        margin-top: 10px;
    }

    section.product .product-information .pin span {
        margin-left: -5px;
    }

    section.product .product-information .customer-info li {
        width: 100%;
    }

    section.product .product-information .pin {
        top: 0;
        right: 0;
        position: relative;
        text-align: center;
    }

    section.product .main-image {
        margin: 10px 0;
    }
}

/*product_lp*/
section.product_lp {
    padding-bottom: 0;
}

section.product_lp #content {
    padding-bottom: 4rem;
}

section.product_lp h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: 100;
    text-transform: uppercase;
    margin: 5rem 0;
}

@media(max-width: 767px) {
    section.product_lp h2 {
        font-size: 3rem;
        margin: 3rem 0;
    }
}

section.product_lp .banner {
    background-size: auto 100%;
    background-position: top center;
    padding: 10rem 0;
    background-repeat: no-repeat;
    background-color: #171f23;
}

section.product_lp .banner h1 {
    color: #ec008c;
    font-size: 6rem;
    font-weight: 100;
    width: 100%;
    max-width: 60rem;
}

section.product_lp .banner small {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.4rem;
    letter-spacing: .25em;
}

section.product_lp .banner p {
    width: 100%;
    max-width: 60rem;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.5em;
    margin: 3rem 0;
}

section.product_lp .banner .bottom {
    width: 100%;
    max-width: 60rem;
}

section.product_lp .banner .bottom .button a {
    text-transform: uppercase;
    font-size: 1.7rem;
}

section.product_lp .banner .bottom .date, section.product_lp .banner .bottom .price {
    color: #f9de5f;
    font-size: 2.4rem;
    font-weight: 100;
}
section.product_lp .banner .bottom .date .address{
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.25em !important;
    display: block;
}

section.product_lp .banner .bottom .price {
    font-weight: 600;
}
section.product_lp .banner .bottom.product-lp-thing .price{
    margin-left: 60px;
}
section.product_lp .banner .bottom.product-lp-thing{
    justify-content: normal;
}
@media(max-width: 991px) {
    section.product_lp .banner h1 {
        max-width: 40rem;
    }

    section.product_lp .banner p {
        max-width: 40rem;
    }

    section.product_lp .banner .bottom {
        max-width: 50rem;
    }
}

@media(max-width: 767px) {
    section.product_lp .banner {
        background-size: 100% auto;
        padding: 5rem 0;
    }

    section.product_lp .banner h1 {
        font-size: 3rem;
    }

    section.product_lp .banner small {
        font-size: 1.8rem;
    }

    section.product_lp .banner .bottom {
        max-width: none;
    }
}

@media(max-width: 549px) {
    section.product_lp .banner {
        padding-top: 42vw;
    }
}

@media(min-width: 550px) {
    section.product_lp .banner .bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 60rem;
    }
}

section.product_lp .banner.light {
}

section.product_lp .learn .text {
    margin: 5rem 0;
}

section.product_lp .learn .button {
    margin: 5rem 0;
    text-transform: uppercase;
}

section.product_lp .learn ul {
    margin: 0;
    padding: 0;
}
/*
@media(min-width: 600px) {
    section.product_lp .learn ul {
        display: flex;
        flex-wrap: wrap;
    }

    section.product_lp .learn ul li {
        width: 50%;
    }
}*/

section.product_lp .learn ul li {
    list-style: none;
    margin-bottom: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

section.product_lp .learn ul li:before {
    content: '\2022';
    color: #ea138b;
    font-size: 26px;
    line-height: 20px;
    position: relative;
    top: 4px;
    left: -5px;
}

section.product_lp .learn .blocks .block {
    background-color: #ec008c;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 100;
    padding: 2rem;
    border-radius: 5px;
    margin: 1rem;
    position: relative;
}

section.product_lp .learn .blocks .block strong {
    display: block;
}

@media(min-width: 768px) {
    section.product_lp .learn .blocks {
        display: flex;
        margin: 0 -1rem;
        flex-grow: 1;
        transform: translateY(50%);
        margin-top: -10rem;
        flex-wrap: wrap;
    }

    section.product_lp .learn .blocks .block {
        width: 50%;
        width: 0;
        flex-grow: 1;
    }

    section.product_lp .learn .blocks .block span {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media(max-width: 768px) {
    section.product_lp .learn .blocks .block {
        height: auto !important;
    }
}

section.product_lp .lecturer {
    background-color: #f9de60;
    padding: 5rem 0;
}

section.product_lp .lecturer small {
    color: #674d27;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: .125em;
}

section.product_lp .lecturer h2 {
    text-align: left;
    font-size: 2em;
    font-weight: 600;
    color: #ec008c;
    margin: 2rem 0;
}

section.product_lp .lecturer p {
    font-size: 1.7rem;
    line-height: 1.5em;
}

section.product_lp .lecturer figure {
    float: right;
    max-width: 40%;
    margin-left: 2rem;
}

section.product_lp .lecturer figure img {
    width: 100%;
}

@media(min-width: 768px) {
    section.product_lp .lecturer {
        padding: 14rem 0 5rem 0;
    }

    section.product_lp .lecturer small {
        font-size: 2.4rem;
        letter-spacing: .25em;
    }

    section.product_lp .lecturer h2 {
        font-size: 4rem;
    }
}

section.product_lp .reviews {
    background-color: #f9de60;
    padding: 0rem 0 5rem 0;
}

section.product_lp .reviews h3 {
    text-transform: uppercase;
    color: #674d27;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 2rem 0;
}

section.product_lp .reviews .review-items .review {
    margin-bottom: 2rem;
}

section.product_lp .reviews .review-items .review p {
    background-color: #fff;
    padding: 2rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
    font-size: 1.6rem;
    color: #674d27;
    font-weight: 100;
    line-height: 1.5em;
    position: relative;
}

section.product_lp .reviews .review-items .review p:after {
    content: '';
    position: absolute;
    bottom: -2.5rem;
    left: 2rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3rem 3rem 0 0;
    border-color: #fff transparent transparent transparent;
}

section.product_lp .reviews .review-items .review strong {
    display: block;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #674d27;
    font-weight: 800;
    margin-left: 2rem;
}

section.product_lp .reviews .review-items .review small {
    font-style: italic;
    font-size: 1.7rem;
    text-transform: uppercase;
    color: #674d27;
    font-weight: 100;
    margin-left: 2rem;
}

@media(min-width: 768px) {
    section.product_lp .reviews h3 {
        font-size: 2.4rem;
    }

    section.product_lp .reviews .review-items {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        flex-grow: 1;
        margin: 0 -2rem;
    }

    section.product_lp .reviews .review-items .review {
        width: 50%;
        padding: 2rem;
    }

    section.product_lp .reviews .review-items .review p {
        background-color: #fff;
        padding: 2rem 4rem;
        font-size: 1.8rem;
    }

    section.product_lp .reviews .review-items .review strong {
        font-size: 2.2rem;
    }

    section.product_lp .reviews .review-items .review small {
        font-size: 2.2rem;
    }
}

section.product_lp .you-start {
    padding: 5rem 0;
    background-color: #ffffff;
    text-align: center;
}

section.product_lp .you-start h3 {
    color: #ec008c;
    font-weight: 100;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin: 0;
}

section.product_lp .you-start a {
    text-transform: uppercase;
    padding: 1rem 2rem;
    margin: 2rem auto 0;
    font-size: 2rem;
}

@media(min-width: 768px) {
    section.product_lp .you-start {
        text-align: left;
    }

    section.product_lp .you-start h3 {
        float: left;
        font-size: 4.5rem
    }

    section.product_lp .you-start a {
        float: right;
        margin: 0 4rem 0 0;
    }
}

section.product_lp .refund {
    background-color: #fff;
}

section.product_lp .refund .container {
    background-color: #ea138b;
    color: #fff;
}

section.product_lp .refund .container > * {
    padding: 2rem;
}

section.product_lp .refund h3 {
    color: #fff;
    padding: 2rem !important;
    font-size: 3.6rem;
    margin: 0;
    font-weight: 100;
}

section.product_lp .refund h3 strong {
    display: block;
}

section.product_lp .refund p {
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.5em;
}

@media(max-width: 767px) {
    section.product_lp .refund p {
        clear: both;
        border-top: .1rem solid #f9de60;
    }

    section.product_lp .refund figure {
        float: left;
        width: 12rem;
    }

    section.product_lp .refund {
        text-align: center;
    }
}

@media(max-width: 500px) {
    section.product_lp .refund figure {
        float: none;
        width: auto;
        padding-bottom: 0!important;
    }

    section.product_lp .refund figure img {
        margin: 0 auto;
    }
}

@media(min-width: 768px) {
    section.product_lp .refund {
        padding-bottom: 5rem;
    }

    section.product_lp .refund .container > * {
        padding: 2rem;
        max-width: 50%;
    }

    section.product_lp .refund .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.product_lp .refund h3 {
        padding: 2rem 4rem 2rem 2rem !important;
        border-right: .1rem solid #f9de60;
        padding: 2rem 4rem 2rem 2rem !important;
    }

    section.product_lp .refund p {
        padding-left: 4rem !important;
    }
}

section.product_lp .discount-remaining {
    background-color: #fff;
    padding-bottom: 5rem;
}

section.product_lp .discount-today {
    font-size: 3.4rem;
    text-transform: uppercase;
    font-weight: 100;
}

section.product_lp .discount-today a {
    margin: 2rem 0;
}

@media(max-width: 991px) {
    section.product_lp .discount-today {
        text-align: center;
        margin-top: 4rem;
    }

    section.product_lp .discount-today strong {
        display: block;
    }
}

@media(max-width: 500px) {
    section.product_lp .discount-today {
        font-size: 2rem;
    }
}

section.product_lp .discount-remaining .clock {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.product_lp .discount-remaining .clock > * {
    font-weight: 600;
    font-size: 10rem;
    line-height: 1em;
    margin: 0 .25rem;
    padding: .5rem 1rem 1rem 1rem;
}

section.product_lp .discount-remaining .clock .number {
    background-color: #ea138b;
    color: #fff;
    border-radius: 1rem;
}

section.product_lp .discount-remaining .clock .separator {
    color: #ea138b;
    font-size: 10rem;
    padding-left: 0;
    padding-right: 0;
}

section.product_lp .discount-remaining .clock.smaller > * {
    font-size: 5rem;
    padding: 0 .5rem .25rem .5rem;
    margin-bottom: 1rem;
}

section.product_lp .discount-remaining .clock.smaller .separator {
    padding: 0 0 .25rem 0;
}

section.product_lp .discount-remaining .text small {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 3.4rem;
    color: #231f20;
    font-weight: 100;
}

section.product_lp .discount-remaining .text strong {
    color: #ea138b;
    font-weight: 600;
    font-size: 7rem;
    line-height: 1em;
    margin: 0 .25rem;
    padding: .5rem 1rem 1rem 1rem;
}

@media(max-width: 1200px) {
    section.product_lp .discount-remaining .clock.smaller > * {
        font-size: 4rem;
    }
}

@media(max-width: 991px) {
    section.product_lp .discount-remaining .clock {
        margin: 3rem auto 0;
    }

    section.product_lp .discount-remaining .text small {
        margin-top: 2rem;
    }
}

@media(max-width: 600px) {
    section.product_lp .discount-remaining .clock > * , section.product_lp .discount-remaining .clock .separator {
        font-size: 4rem;
        padding: .5rem;
    }

    section.product_lp .discount-remaining .clock .separator {
        padding-left: 0;
        padding-right: 0;
    }

    section.product_lp .discount-remaining .clock.smaller {
        flex-wrap: wrap;
        margin-top: 2rem;
        max-width: 30rem;
        margin: 2rem auto 0;
        justify-content: center;
    }

    section.product_lp .discount-remaining .clock.smaller > * {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
}

section.product_lp .discount-price {
    text-align: center;
    margin: 1rem;
    font-size: 3.4rem;
    color: #231f20;
    font-weight: 100;
}

section.product_lp .discount-remaining a {
    text-transform: uppercase;
    font-size: 1.7rem;
}

section.product_lp .terms {
    padding: 0 0 10rem 0;
}

section.product_lp .terms h2 {
    text-transform: inherit;
}

section.product_lp .terms .term-items {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    flex-wrap: wrap;
}

section.product_lp .terms .term-items .term {
    background-color: #fff;
    padding: 2rem 0rem;
    text-align: center;
    margin: 1rem;
    border-radius: 1rem;
    border: 1px solid #fff;
}

section.product_lp .terms .term-items .term.active {
    border-color: #e94891;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
}
section.product_lp .terms .term-items .term h4 {
    margin: 1rem 2rem;
    font-size: 2rem;
}

section.product_lp .terms .term-items .term h4 strong {
    display: block;
    font-size: 2.6rem;
}

section.product_lp .terms .term-items .term a {
    font-size: 1.7rem;
    text-transform: uppercase;
    border-radius: .5rem;
}


section.product_lp .terms .term-items .term .special{

}
section.product_lp .terms .term-items .term .special strong{

}
section.product_lp .terms .term-items .term .special small{
    display: block;
    color: #aaa;

}

@media(min-width: 768px) {
    section.product_lp .terms .term-items .term {
        padding: 2rem 1rem;
    }
}

/* calendar */
.add-calendar-block {
    color: #fff;
    background-color: #585858;
    padding: 6px 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.add-calendar-block span {
    color: #fff;
    white-space: nowrap;
}

.add-calendar-block span i {
    top: 2px;
    position: relative;
}

.add-calendar-block .add-calendar-items {
    display: none;
    position: absolute;
    left: 0px;
    background-color: #ececec;
    padding: 5px 0px;
    margin-top: 5px;
}

.add-calendar-block:hover .add-calendar-items, .add-calendar-block:focus .add-calendar-items, .add-calendar-block:active .add-calendar-items {
    display: block;
    z-index: 10;
}

.add-calendar-block .add-calendar-items a {
    display: block;
    color: #888888;
    text-align: left;
    white-space: nowrap;
    padding: 3px 10px;
    margin-top: 0;
}

.add-calendar-block .add-calendar-items a:hover {
    background-color: #ccc;
}

.add-calendar-block .add-calendar-items a i {
    margin-right: 5px;
}

/* product - event */
section.product.product_type_2 .more-info a, section.product.product_type_2 .more-info strong, section.product.product_type_2 .description a, section.product.product_type_2 .description strong {
    color: #ea138b;
}

/* blog */
section.blog {
    padding-bottom: 50px;
}

section.blog .category-description {
    margin: 15px 15px 0 15px;
}

@media(max-width: 767px) {
    section.blog .category-description {
        margin: 0;
    }

    section.blog article p, section.blog article ul, section.blog article ul li {
        font-size: 1.4rem;
    }

    section.blog article .preview {
        font-size: 1.6rem;
    }
}

/* product  action-buy */
#action-buy {
    background-color: #e0eced;
    padding: 20px 20px;
    margin: 20px auto;
    max-width: 600px;
    border-radius: 5px;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
}

#action-buy h3 {
    text-align: center;
    margin: 1rem 0;
    font-size: 3rem;
    font-weight: 600;
}

#action-buy h4 {
    text-align: center;
    margin: 25px 0 5px;
    font-size: 18px;
    font-weight: 600;
}

#action-buy .info-wrapper {
    text-align: center;
    margin: 1rem 0 2rem 0;
    font-weight: 600;
    color: #ea238b;
}
#action-buy .info-wrapper small {
    font-size: 1.8rem;
}
#action-buy .info-wrapper span {
    color: #444;
    font-size: 1.8rem;
}
#action-buy > strong {
    text-align: center;
    display: block;
    color: #444;
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: .125em;
    font-weight: 100;
    margin: 0rem 0;
}

#action-buy input[type=submit] {
    width: 100%;
    display: block;
}

#action-buy .shipping-price{
    margin-bottom: 2rem;
}
/* article */
article {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}

article .preview {
    padding-bottom: 1rem;
    font-size: 18px;
    color: #ea158c;
    font-weight: 400;
    font-style: italic;
    /* background-color: #fbc6e33d; */
    /* padding: 10px; */
    /* border-radius: 10px; */
    font-weight: 600;
}

article .preview > a {
    float: right;
    display: block;
    margin: 0 0 0 20px;
}

article .text-revision {
    margin-bottom: 10px;
    font-style: italic;
}

.article-image {
    margin: 10px 0;
}

.account-order article, .checkout-success article {
    text-align: center;
}

article h2 {
    margin-top: 10px;
}

article h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

article img {
    max-width: 100%;
    height: auto;
}

article p {
    line-height: 1.5em;
    margin-bottom: 15px;
    font-size: 16px;
}

article table {
    width: 100% !important;
    height: auto!important;
}

article table th {
    background-color: #fff;
    padding: 5px 10px;
    border-bottom: 2px solid #ea138b;
    height: auto!important;
}

article table tr td {
    padding: 5px 10px;
    border: 1px solid #ea138b;
    height: auto!important;
}

article table tr:nth-child(odd) td {
    background-color: rgba(255,255,255,0.8);
}

article table tr:nth-child(even) td {
    background-color: rgba(255,255,255,0.2);
}

article table tr td p {
    margin: 0!important;
    font-size: 14px;
}

article ul li {
    list-style: none;
}

article ul li:before {
    content: '\2022';
    color: #ea138b;
    font-size: 26px;
    line-height: 20px;
    position: relative;
    top: 4px;
    left: -5px;
}

article ul li, article ol li, article table td article table th {
    font-size: 16px;
}

article ul ul li:before {
    content: '\25E6';
}

article ul li > p {
    display: inline;
}

article h3 {
    display: inline-block;
}

article a {
    color: #ea138b;
}

article b , article strong {
    color: #0b3739;
}

@media(max-width: 767px) {
    article {
        margin-top: 10px;
        padding: 10px;
    }

    article h2 {
        margin-top: 10px;
        font-size: 24px;
    }

    article table tr td, article table tr td p, section.blog article table tr td, section.blog article table tr td p {
        font-size: 12px;
    }
    article ol,
    article ul{
        padding-left: 2rem;
    }
    article ul ol,
    article ol ul{
        padding-left: 1rem;
    }
}

@media(max-width: 500px) {
    article .responsive-table {
        overflow-x: scroll;
    }

    article .responsive-table table {
        min-width: 500px;
    }
}

/* section forum */
.input-search {
    position: relative;
}

.input-search input {
    border-radius: 5px;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
    height: 42px;
}

.input-search button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 12px;
    color: #ea138b;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
    background-color: transparent;
    border: 0;
}

.forum-table {
    display: table;
    border-collapse: separate;
    border-spacing: 5px 10px;
    margin-top: 20px;
    width: 100%;
}

.forum-table .forum-header, .forum-table .forum-row {
    display: table-row;
}

.forum-table .forum-header > * {
    padding: 0 10px;
}

.forum-table .forum-header > *, .forum-table .forum-row > * {
    display: table-cell;
    vertical-align: middle;
}

.forum-table .forum-row > *:nth-child(odd) {
    background-color: #fff;
}

.forum-table .forum-row > *:nth-child(even) {
    background-color: #f8fbfb;
}

.forum-table .forum-header {
    color: #231f20;
    font-style: italic;
    font-weight: 600;
}

.forum-table .forum-header > div+div {
    text-align: center;
}

.forum-table .forum-row .forum-name {
    width: auto;
    color: #231f20;
    padding: 20px 30px;
}

.forum-table-search .forum-row .forum-name {
    width: auto;
}

.forum-table .forum-row .forum-last, .forum-table-search .forum-row .forum-last {
    width: 330px;
}

.forum-table .forum-row .forum-name a {
    text-transform: uppercase;
    font-size: 2.4rem;
    line-height: 40px;
    display: block;
    color: #0c3739;
    text-decoration: none!important;
}

.forum-table .forum-row .forum-thread, .forum-table .forum-row .forum-messages {
    width: 10%;
    font-size: 27px;
    font-weight: 600;
    color: #231f20;
}

.forum-table .forum-row .forum-thread, .forum-table .forum-row .forum-messages, .forum-table .forum-row .forum-last {
    text-align: center;
    padding: 0 30px;
}

.forum-table .forum-row .forum-last {
    padding: 0 20px;
}

.forum-table .forum-row .forum-last .table {
    display: table;
    width: 100%;
    margin-bottom: 0;
}

.forum-table .forum-row .forum-last .table > * {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.forum-table .forum-row .forum-last .time, .forum-table .forum-row .forum-last .name {
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    display: block;
    color: #231f20;
}

.forum-table-message .forum-row .forum-customer {
    width: 20%;
    text-align: center;
    padding: 20px 10px;
    vertical-align: top;
}

.forum-table-message .forum-row.ajax-add .forum-customer {
    vertical-align: middle;
}

.forum-table-message .forum-row .forum-customer span, .forum-table-message .forum-row .forum-customer a {
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    display: block;
    color: #231f20;
}

.forum-table-message .forum-row.first-message .forum-customer {
    background-color: #ea138b;
}

.forum-table-message .forum-row.first-message .forum-customer a:not(.btn), .forum-table-message .forum-row.first-message .forum-customer span {
    color: #fff;
}

.forum-table-message .forum-row.first-message .forum-messages {
    color: #ea138b;
    border-bottom: 2px solid #ea138b;
}

.forum-table-message .forum-row a.message-delete, .forum-table-message .forum-row a.message-edit {
    display: inline-block;
    padding: 2px 10px;
    line-height: inherit;
    font-size: 12px;
}

.forum-table-message .forum-row a.message-delete {
    color: #ffffff;
}

.forum-table-message .forum-row .forum-customer span {
    font-size: 13px;
}

.forum-table-message .forum-row .forum-customer span.date_modified {
    font-size: 10px;
    color: #a0a0a0;
}

.forum-table-message .forum-row .forum-messages {
    width: 80%;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.forum-table-message .forum-row .forum-messages img {
    max-width: 100%;
}

.forum-table-message .forum-row .forum-messages .forum-image {
    margin-top: 10px ;
}

.forum-table-message .super-like .forum-messages {
    background-color: rgba(0, 188, 212, 0.4);
}

.forum img.image-tooltip {
    position: absolute;
    width: 300px;
    height: 100px;
    left: 0px;
    top: 20px;
}

@media(max-width: 1200px) {
    .forum img.image-tooltip {
        width: 250px;
        height: 80px;
    }
}

@media(max-width: 991px) {
    .forum img.image-tooltip {
        width: 200px;
        height: 66px;
    }
}

@media(max-width: 767px) {
    .forum img.image-tooltip {
        display: none;
    }
}

.forum h2 .btn {
    float: right;
    font-family: "Open Sans";
    margin-top: 15px;
}

.forum-table-message .super-like .usefull-answer {
    padding: 10px 0;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #ea148c;
    color: #ffffff;
    padding: 1px 10px;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
}

.comment-footer {
    padding-top: 10px;
}

.comment-footer:after, .comment-footer:before {
    content: '';
    height: 0!important;
    display: block;
}

@media(max-width: 992px) {
    .forum-table .forum-header {
        font-size: 12px;
    }

    .forum-table .forum-row .forum-name {
        padding: 10px;
        vertical-align: top;
    }

    .forum-table .forum-row .forum-name a {
        font-size: 32px;
    }

    .forum-table .forum-row .forum-name span {
        font-size: 14px;
    }

    .forum-table .forum-row .forum-last .table {
        padding: 5px 0;
    }

    .forum-table .forum-row .forum-last .table, .forum-table .forum-row .forum-last .table > * {
        display: block;
    }

    .forum-table .forum-row .forum-last, .forum-table-search .forum-row .forum-last {
        width: 120px;
        padding: 0;
    }

    .forum-table .forum-row .forum-last .time, .forum-table .forum-row .forum-last .name {
        font-size: 12px;
    }

    .forum-table .forum-row .forum-thread, .forum-table .forum-row .forum-messages {
        font-size: 20px;
        padding: 0;
    }

    .forum-table-message .forum-row .forum-messages {
        font-size: 16px;
        padding: 10px;
    }

    .forum-table-message .forum-row .forum-customer span, .forum-table-message .forum-row .forum-customer a {
        font-size: 14px;
        line-height: 18px;
    }

    .forum-table-message .forum-row .forum-customer span {
        font-size: 12px;
    }
}

@media(max-width: 767px) {
    .forum #content > h2 .btn {
        margin-top: 10px;
    }

    .forum-table .forum-row .forum-name a {
        font-size: 20px;
    }

    .forum-table .forum-row .forum-name small a {
        font-size: 14px;
        font-family: "Open Sans";
        font-weight: 600;
        line-height: 20px;
    }
}

@media(max-width: 500px) {
    .forum-table .forum-row > * {
        display: block;
    }

    .forum-table .forum-header > * {
        display: none;
    }

    .forum-table .forum-row .forum-last {
        width: 100%;
        background-color: #f8fbfb;
    }

    .forum-table .forum-row .forum-last .table {
        display: table;
    }

    .forum-table .forum-row .forum-last .table > * {
        display: table-cell;
    }

    .forum-table-message .forum-row .forum-customer, .forum-table-message .forum-row .forum-messages {
        width: 100%;
        padding: 10px;
        text-align: left;
    }

    .forum-table .forum-row .forum-customer > * {
        display: inline-block!important;
        margin: 0;
        text-align: left;
        vertical-align: middle;
    }

    .forum-table .forum-row .forum-last .table .customer_image, .forum-table .forum-row .forum-customer .customer_image {
        max-width: 25px;
    }
}

/* review */
.review-table {
    display: table;
    border-collapse: separate;
    border-spacing: 5px 10px;
    margin-top: 20px;
    width: 100%;
}

.review-table .header, .review-table .item {
    display: table-row;
}

.review-table .header > * {
    padding: 0 10px;
}

.review-table .header > *, .review-table .item > * {
    display: table-cell;
    vertical-align: top;
}

.review-table .item > *:nth-child(odd) {
    background-color: #fff;
}

.review-table .item > *:nth-child(even) {
    background-color: #f8fbfb;
}

.review-table .header {
    color: #231f20;
    font-style: italic;
    font-weight: 600;
}

.review-table .header > div+div {
    text-align: center;
}

.review-table .item .author {
    width: 20%;
    text-align: center;
    padding: 20px 10px;
    vertical-align: top;
}

.review-table .item .author span, .review-table .item .author a {
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    display: block;
    color: #231f20;
}

.customer_image {
    position: relative;
    display: block;
    max-width: 50px;
    margin: 0 auto;
}

.customer_image img {
    display: block;
}

.customer_image .customer-status {
    right: 0;
}

.review-table .item .author span {
    font-size: 13px;
}

.review-table .item .author img {
    width: 50px;
    margin-bottom: 10px;
    border-radius: 50%;
}

.review-table .review-rating {
    padding: 20px;
    position: relative;
}

.review-table .review-rating .rating {
    padding-bottom: 5px;
}

.review-table .review-rating small {
    font-size: 16px;
    float: right;
}

.review-table .review-rating small.remove {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.review-table .review-rating small.report-content {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.review-table .review-rating .review-info:before, .review-table .review-rating .review-info:after {
    display: none;
}

.review-table .review-rating .review-info .like-count {
    font-size: 12px;
}

#tab-review {
    padding-top: 20px;
}

#tab-review h3 {
    font-weight: 600;
}

#tab-review .rating-select {
    display: inline-block;
}

#tab-review .rating-select span {
    cursor: pointer;
}

#form-review {
    background-color: #e0eced;
    padding: 20px 20px;
    border-radius: 5px;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
}

@media( max-width: 500px) {
    .review-table {
        display: block;
    }

    .review-table .header {
        display: none;
    }

    .review-table .item {
        display: block;
        margin-bottom: 10px;
    }

    .review-table .header > * {
        padding: 0 10px;
    }

    .review-table .header > *, .review-table .item > * {
        display: block;
        width: 100%;
    }

    .review-table .item .author {
        width: 100%;
        text-align: left;
        padding: 5px 10px;
    }

    .review-table .item .author .customer_image {
        display: inline-block;
    }

    .review-table .item .author span, .review-table .item .author a {
        display: inline-block;
        vertical-align: middle;
    }

    .review-table .item .author > a {
        margin-left: 10px;
    }

    .review-table .item .author img {
        margin-right: 10px;
        margin-bottom: 0;
        position: relative;
    }

    .review-table .review-rating {
        padding: 5px 10px;
    }

    .review-table .review-rating .review-info:before, .review-table .review-rating .review-info:after {
        display: block;
    }
}

/* styled-table */
.styled-table {
    display: table;
    border-collapse: separate;
    border-spacing: 5px 10px;
    margin-top: 20px;
    width: 100%;
}

.styled-table .header, .styled-table .item {
    display: table-row;
    /* position: relative; */
}

.styled-table .header > * {
    padding: 0 10px;
}

.styled-table .header > *, .styled-table .item > * {
    display: table-cell;
    vertical-align: top;
    padding: 15px;
}

.styled-table .item .image {
    width: 200px;
    padding: 2px;
}

@media(max-width: 767px) {
    .styled-table .item .image img {
        max-width: none;
    }
}

.styled-table .item .image img {
    width: 100%;
}

.styled-table .item h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
}

.styled-table .item > *:nth-child(odd) {
    background-color: #fff;
    border: 2px solid transparent;
}

.styled-table .item > *:nth-child(even) {
    background-color: #f8fbfb;
    border: 2px solid transparent;
}

.styled-table .item.advert > * {
    border: 2px solid #f9df60;
}

.styled-table .header {
    color: #231f20;
    font-style: italic;
    font-weight: 600;
}

.styled-table .header > div+div {
    text-align: center;
}

@media(max-width: 767px) {
    .styled-table {
        margin-top: 0;
    }

    .styled-table .item h3 {
        font-size: 24px;
    }

    .styled-table .header > *, .styled-table .item > * {
        font-size: 14px;
        padding: 10px;
    }

    .styled-table .item.advert > *:first-child {
        border-bottom: 0;
    }

    .styled-table .item.advert > *:last-child {
        border-top: 0;
    }
}

/* profile */
.information-about-user {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    margin-top: 120px;
}

.information-about-user > span {
    display: block;
}

.information-about-user .image {
    margin-top: -120px;
    position: relative;
}

.information-about-user .image .edit-profile {
    margin: 10px 0;
}

.information-about-user img {
    max-width: 100%;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #fff;
}

.information-about-user span.name {
    text-transform: uppercase;
    font-size: 2.4rem;
    margin: 1rem 0;
    color: #0c3739;
}

.information-about-user span.city-age {
    font-weight: 600;
    font-style: italic;
    color: #0c3739;
    padding-bottom: 10px;
}

.information-about-user .rating {
    padding-bottom: 10px;
}

.profile .custom-fields {
    padding-bottom: 50px;
}

.profile .custom-fields > div {
    background-color: #fff;
    padding: 20px;
    margin-top: 5px;
    color: #231f20;
}

.profile .custom-fields > div:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.5);
}

.profile .custom-fields div strong {
    font-style: italic;
    font-size: 20px;
}

.profile .custom-fields div p {
    margin: 10px 0 0 0;
}

.profile .custom-fields div a {
    margin: 0;
    padding: 3px 10px;
}

.profile .profile-right {
    padding-left: 40px;
}

.profile .customers .customer.not-approved {
    background-color: #D4CDCD;
}

.user-services {
    padding-bottom: 20px;
}

.user-services > span {
    background-size: 90px auto;
    width: 45px;
    height: 36px;
}

.user-services .sprite-service-forum {
    background-position: 0px 2px;
}

.user-services .sprite-service-items {
    background-position: 0px -35px;
}

.user-services .sprite-service-cook {
    background-position: 4px -70px;
}

.user-services .sprite-service-watch {
    background-position: -1px -213px;
}

.user-services .sprite-service-actions {
    background-position: -0px -177px;
}

.user-services .sprite-service-other {
    background-position: -0px -286px;
    width: 35px;
}

@media(max-width: 992px) {
    .information-about-user span.name {
        font-size: 32px;
    }
}

@media(max-width: 767px) {
    .profile .profile-right {
        padding-left: 15px;
        margin-top: 10px;
    }

    .profile .custom-fields {
        padding-bottom: 10px;
    }
}

/* accout settings */
.account #sortable {
    list-style: none;
}

.account #sortable li, .account #sortable li label {
    cursor: row-resize;
}

.account #sortable li input {
    cursor: pointer;
}

.account #sortable li:before {
    content: '';
}

.account #sortable + .hint {
    text-align: right;
    font-size: 12px;
}

/* account-profile-photos */
.account-profile-photos .photos {
    padding: 0 15px;
}

.account-profile-photos .photos > * {
    padding: 5px;
}

.account-profile-photos .photos .photo {
    padding: 0px;
    position: relative;
}

.account-profile-photos .photos .photo img {
    width: 100%;
}

.account-profile-photos .photos .photo .photo-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 10px 10px 10px;
    background-color: rgba(255, 255, 255, 0.85);
}

.account-profile-photos .photos .photo .photo-content strong {
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}

.account-profile-photos .photos .photo .photo-content .like a {
    margin: 0;
}

.account-profile-photos .photos .photo .photo-content .like > span {
    float: right;
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px;
}

/* account-profile-news */
.new-item {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 25px;
    position: relative;
}

.new-item .new-content .image {
    padding: 0 10px;
}

.new-item .new-content .image img {
    /*width: 100%*/
}

.new-item .images {
    padding: 2px 0px;
}

.new-item .images:after {
    content: '';
    display: block;
    clear: both;
}

.new-item .images .image {
    padding: 0;
}

.new-item .images .image img {
    border: 1px solid #fff;
    width: 100%;
}

.new-item .images.count_1 .image {
    max-width: 550px;
    /* margin: 0 auto; */
}

.new-item .images.count_2 .image {
    width: 50%;
    float: left;
}

.new-item .images.count_3 .image {
    width: 33.3%;
    float: left;
}

.new-item .images.count_4 .image {
    width: 33.3%;
    float: left;
}

.new-item .images.count_4 .image {
    width: 50%;
    float: left;
}

.new-item .images.count_5 .image:nth-child(1), .new-item .images.count_5 .image:nth-child(2) {
    width: 50%;
    float: left;
}

.new-item .images.count_5 .image {
    width: 33.3%;
    float: left;
}

.new-item .new-content .title {
    font-size: 18px;
    margin-bottom: 5px;
}

.new-item .new-content .info {
    font-size: 14px;
    font-style: italic;
}

.new-item .new-content .info span + span {
    margin-left: 10px;
}

.new-item .new-content .text {
    margin-top: 10px
}

@media(min-width: 768px) {
    .new-item .new-content .buttons {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media(max-width: 767px) {
    .new-item .new-content .buttons {
        text-align: right;
    }

    .new-item .images .image img {
        width: 100%;
    }
}

.new-item:hover .new-content .buttons {
    display: block;
}

.new-item:hover .new-content .buttons a {
    font-size: 12px;
    /* margin: 0; */
    /* padding: 0 4px; */
}

.new-item .news-bottom, .new-item .comments {
    background-color: #f8fbfb;
    margin: 5px -10px -15px -10px;
    padding: 20px;
}

.new-item .news-bottom {
    padding: 10px;
}

.new-item .news-bottom .btn-comment, .new-item .comments .btn-comment {
    font-size: 12px;
    display: block;
}

.new-item .comments .load-comments {
    margin-top: 15px;
    margin-bottom: 0px;
}

.new-item .news-bottom:after {
    content: '';
    display: block;
    clear: both;
}

.new-item .news-bottom + .comments {
    padding-top: 5px;
}

.new-item .news-bottom .like {
    float: left;
}

.new-item .news-bottom .like a {
    margin: 0;
}

.new-item .comments .list {
    margin: 15px -20px -10px;
}

.new-item .comments .comment-item {
    font-size: 14px;
    position: relative;
    padding: 5px 20px;
}

.new-item .comments .comment-item:hover {
    background-color: #f1f7f7;
}

.new-item .comments .comment-item + .comment-item {
    margin-top: 5px;
}

.new-item .comments .comment-item:after {
    content: '';
    display: block;
    clear: both;
}

.new-item .comments .comment-item .customer_image {
    float: left;
    margin-right: 15px;
    position: relative;
}

.new-item .comments .comment-item .customer_image img {
    border-radius: 50%;
    background-color: #fff;
}

.new-item .comments .comment-item .customer_image .customer-status {
    right: 0;
}

.new-item .comments .comment-item .customer_name {
    font-weight: 600;
}

.new-item .comments .comment-item .date {
    font-size: 12px;
    float: right;
}

.new-item .comments .comment-item .button {
    position: absolute;
    bottom: 10px;
    right: 15px;
    display: none;
}

.new-item .comments .comment-item:hover .button {
    display: block;
}

.new-item .comments .comment-item .button a {
    margin: 0;
    padding: 0 4px;
    font-size: 12px;
}

.new-item .comments .form {
    /* margin-bottom: 20px; */
}

.new-item .comments .form .form-group {
    margin: 0;
}

.new-item .comments .form .form-group > * {
    padding: 0;
}

.new-item .likes {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.new-item .customer_likes {
    display: none;
}

.new-item .likes:hover .customer_likes {
    display: block;
    position: absolute;
    background: #0c3739;
    right: -30px;
    width: 150px;
    font-size: 12px;
}

.new-item .customer_likes ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 5px 0;
}

.new-item .customer_likes li a {
    color: #FFFFFF;
    display: block;
    padding: 1px 10px;
}

.new-item .customer_likes li a:hover {
    color: #ea138b;
}

.new-item.item-child .news-header {
    margin: 0;
    padding: 5px;
    min-height: 34px;
    display: table;
    width: 100%;
    position: relative;
}

.new-item.item-child .news-header > * {
    display: table-cell;
    vertical-align: middle;
}

.new-item.item-child.gender-b .news-header {
    background-color: rgba(3, 169, 244, 0.5);
}

.new-item.item-child.gender-g .news-header {
    background-color: rgba(209, 19, 131, 0.5);
}

.new-item.item-child.gender-bg .news-header {
    background-color: rgba(85, 19, 209, 0.5);
}

.new-item.item-child .news-header .milestone {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 3px 0;
}

.new-item.item-child .news-header .childs-info {
    position: relative;
    height: 25px;
    min-width: 40px;
    padding-top: 3px;
}

.childs-info .child-thumb {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.new-item.item-child .news-header .shared-myboard {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
}

.new-item.item-child .news-header .shared-myboard i {
    color: #000000;
}

.childs-info .child-thumb img {
    display: block;
    height: 30px;
}

@media(max-width: 767px) {
    .new-item {
        padding: 5px;
    }

    .new-item .comments .comment-item {
        padding: 5px;
    }

    .new-item .news-bottom, .new-item .comments {
        margin: 5px -5px -5px -5px;
    }

    .new-item .comments .comment-item .date {
        float: none;
    }

    .new-item .comments .comment-item .customer_image {
        margin-right: 5px;
    }

    .new-item .news-bottom, .new-item .comments {
        padding: 5px;
    }

    .new-item .comments .list {
        margin: 5px -5px 0px;
    }
}

/* account-profile-me */
.account-profile-me .information {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

.account-profile-me .information:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.5);
}

.account-profile-me .information .name {
    font-weight: 600;
    font-size: 18px;
}

.account-profile-me .information .value {
}

/* information-information-10 */
.information-information-10 .prices > div > div, .information-information-12 .prices > div > div {
    background-color: #f1f7f7;
    text-align: center;
    margin-bottom: 20px;
}

.information-information-10 .prices .price-block > *, .information-information-12 .prices .price-block > * {
    display: block;
    margin: 0 auto;
    padding: 0 10px;
}

.information-information-10 .prices .price-block img, .information-information-12 .prices .price-block img {
    width: 100%;
    padding-top: 10px;
    transform: scale(0.8);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.information-information-10 .prices .price-block:hover img, .information-information-12 .prices .price-block:hover img {
    transform: scale(1);
}

.information-information-10 .prices .price-block strong, .information-information-12 .prices .price-block strong {
    text-transform: uppercase;
    font-size: 2.8rem;
    padding-top: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.information-information-10 .prices .price-block span, .information-information-12 .prices .price-block span {
    background-color: #ea148c;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.information-information-10 .prices .price-block span i, .information-information-12 .prices .price-block span i {
    float: right;
    font-size: 28px;
    margin-top: 3px;
}

@media(max-width: 767px) {
    .information-information-10 .prices, .information-information-12 .prices {
        margin: 0;
    }

    .information-information-10 .prices > div, .information-information-12 .prices > div {
        padding: 5px;
    }

    .information-information-10 .prices > div > div, .information-information-12 .prices > div > div {
        margin-bottom: 0;
    }

    .information-information-10 .prices .price-block span, .information-information-12 .prices .price-block span {
        font-size: 18px;
    }

    .information-information-10 .prices .price-block span i, .information-information-12 .prices .price-block span i {
        font-size: 20px;
    }

    .information-information-10 .prices .price-block strong, .information-information-12 .prices .price-block strong {
        font-size: 24px;
    }
}

.information #content {
    text-align: justify;
}

.information #content ol > li,.information #content b, .information #content strong {
    color: #ea148c;
}

.information #content ol > li {
    font-weight: 600;
}

.information #content a:not(.btn) {
    color: #ea148c;
    text-decoration: underline;
}

.information #content a:hover {
    text-decoration: none;
}

.information .team-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.information .team-item:hover {
    background-color: #ea148c0d;
}

/* landing page - babyboard */
.information.babyboard-landing {
    padding-bottom: 0;
}

.information.babyboard-landing .banner .container {
    position: relative;
}

.information.babyboard-landing .banner .text-content {
    position: absolute;
    left: 0;
    top: 100px;
}

.information.babyboard-landing .banner .text-content .buble a {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 4rem;
    color: #ec008c;
    text-align: center;
    position: relative;
    font-style: italic;
    font-weight: 600;
}

.information.babyboard-landing .banner .text-content .buble a:after {
    content: '';
    position: absolute;
    right: -55px;
    bottom: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 0 0 55px;
    border-color: transparent transparent transparent #ffffff;
}

.information.babyboard-landing .banner .text-content p {
    color: #fff;
    text-align: center;
    padding: 50px 10px;
}

.information.babyboard-landing .banner .text-content p a {
    margin-top: 30px;
}

.information.babyboard-landing img {
    width: 100%;
}

.information.babyboard-landing .inforow {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    transform: translateY(-50%);
}

.information.babyboard-landing .inforow:after {
    content: '';
    display: block;
    clear: both;
}

.information.babyboard-landing .inforow .card {
    border-radius: 5px;
    background-color: #ec008c;
    padding: 20px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    width: 24%;
    margin: 0 .5%;
    float: left;
}

.information.babyboard-landing .inforow-middle {
    position: relative;
    margin-bottom: -60px;
    top: -40px;
}

.information.babyboard-landing .inforow-middle h3 {
    font-style: italic;
    font-size: 36px;
    font-weight: 100;
    margin-top: 100px;
}

.information.babyboard-landing .inforow-middle h3 strong {
    display: block;
}

.information.babyboard-landing .inforow-middle .image-tooltip {
    position: absolute;
    top: 25px;
    right: 10%;
    width: 250px;
}

.information.babyboard-landing .inforow-middle img.img-responsive {
    z-index: 2;
    position: relative;
    width: 380px;
    max-width: 100%;
}

.information.babyboard-landing .yellow-section {
    background-color: #f9de60;
    background-image: url('../image/baby.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 0 120px 0;
    position: relative;
}

.information.babyboard-landing .yellow-section .image-tooltip {
    position: absolute;
    bottom: 25px;
    right: 10%;
    width: 250px;
}

.information.babyboard-landing .yellow-section .text-center {
    max-width: 800px;
    margin: 0 auto;
}

.information.babyboard-landing .yellow-section h3 {
    color: #231f20;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 30px;
}

@media(min-width: 1600px) {
    .information.babyboard-landing .banner .text-content {
        top: 200px;
    }
}

@media(max-width: 1600px) {
    .information.babyboard-landing .yellow-section .text-center {
        transform: translateX(100px);
    }
}

@media(max-width: 1400px) AND (min-width: 1150px) {
    .information.babyboard-landing .yellow-section .text-center {
        transform: translateX(150px);
    }
}

@media(max-width: 1249px) {
    .information.babyboard-landing .inforow-middle h3 {
        font-size: 35px;
    }
}

@media(max-width: 1149px) {
    .information.babyboard-landing .banner .text-content .buble a {
        padding: 20px 20px;
    }

    .information.babyboard-landing .banner .text-content {
        top: 50px;
        left: 10px;
    }

    .information.babyboard-landing .yellow-section {
        background-image: none;
    }

    .information.babyboard-landing .yellow-section .text-center {
        transform: translateX(0);
    }
}

@media(max-width: 991px) {
    .information.babyboard-landing .yellow-section h3 {
        font-size: 40px;
    }

    .information.babyboard-landing .inforow {
        transform: none;
    }

    .information.babyboard-landing .inforow .card {
        width: 49%;
        margin: .5% .5%;
        float: left;
    }

    .information.babyboard-landing .inforow-middle .image-tooltip {
        display: none;
    }
}

@media(max-width: 650px) {
    .information.babyboard-landing .inforow .card {
        font-size: 15px;
    }

    .information.babyboard-landing .banner {
        min-height: 250px;
        overflow: hidden;
    }

    .information.babyboard-landing .banner img {
        max-width: none;
        max-height: 290px;
        position: relative;
        left: 100%;
        transform: translateX(-100%);
        z-index: 0;
        min-height: 250px;
        width: auto;
    }

    .information.babyboard-landing .banner .text-content {
        /* top: 20px; */
    }

    .information.babyboard-landing .banner .text-content {
        z-index: 2;
    }

    .information.babyboard-landing .banner .text-content .buble a {
        font-size: 20px;
        max-width: 260px;
        padding: 10px 20px;
        background-color: rgba(255,255,255,0.5);
    }

    .information.babyboard-landing .banner .text-content .buble a:after {
        right: -25px;
        bottom: 15px;
        border-width: 15px 0 0 25px;
        opacity: 0.5;
    }

    .information.babyboard-landing .inforow-middle h3 {
        font-size: 25px;
    }
}

@media(max-width: 768px) {
    .information.babyboard-landing .inforow-middle {
        max-width: 500px;
        margin: 0 auto -70px;
        text-align: center;
    }
}

@media(max-width: 520px) {
    .information.babyboard-landing .yellow-section h3 {
        font-size: 30px;
    }

    .information.babyboard-landing .inforow .card {
        width: 99%;
        padding: 10px;
    }
}

@media(max-width: 400px) {
    .information.babyboard-landing .banner .text-content .buble a {
        font-size: 18px;
        max-width: 200px;
        padding: 10px 20px;
    }

    .information.babyboard-landing .inforow .card {
        font-size: 15px;
    }
}

/* account-profile-messages */
.account-profile-messages .show-customer-list-button {
    background-color: #f9de60;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
}

.account-profile-messages .show-customer-list-button-floating {
    position: fixed;
    bottom: 0rem;
    right: 0;
    z-index: 100;
    background-color: #000000;
    display: block;
    padding: 5px;
    color: #ffffff;
    margin: 0;
    border-top-left-radius: 5px;
    font-weight: 600;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

.account-profile-messages .show-customer-list-button-floating span {
    margin-right: 5px;
}

.account-profile-messages .customers {
    background-color: #fff;
    padding: 10px 0;
}

.account-profile-messages .customers .customer {
    cursor: pointer;
    position: relative;
    padding: 10px;
    margin: 0;
}

.account-profile-messages .customers .customer.active {
    background-color: #f9de60;
}

.account-profile-messages .customers .customer.unreaded {
    border-right: 6px solid #ea138b;
}

.account-profile-messages .customers .customer + .customer {
    margin-top: 10px;
}

.account-profile-messages .customers .customer:after {
    content: '';
    display: block;
    clear: both;
}

.account-profile-messages .customers .customer .image {
    float: left;
}

.account-profile-messages .customers .customer .name {
    font-weight: 600;
}

.account-profile-messages .customers .customer .last-message {
    font-size: 14px;
}

.account-profile-messages .customers .customer .count {
    color: #fff;
    background-color: #ea138b;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.account-profile-messages .customers .customer .image {
    position: relative;
}

.account-profile-messages .customers .customer .image img {
    border-radius: 50%;
    margin-right: 10px;
    background-color: #fff;
}

.customer-status {
    position: absolute;
    right: 10px;
    bottom: 0px;
    cursor: pointer;
}

.customer-status span {
    display: block!important;
    color: transparent!important;
    width: 10px;
    height: 10px;
    background-color: #ff0000;
    border-radius: 50%;
    border: 1px solid white;
    overflow: hidden;
}

.customer-status.online span {
    background-color: #8BC34A;
}

.account-profile-messages .buttons {
    z-index: 9;
    position: relative;
}

.account-profile-messages .customer-info {
    min-height: 50px;
    position: relative;
}

.account-profile-messages .customer-info .customer_group_info {
}

.account-profile-messages .customer-info .customer_group_list {
    display: none;
}

.account-profile-messages .customer-info .customer_group.open .customer_group_list {
    display: block;
    position: absolute;
    background-color: #f9de60;
    padding: 0 10px;
    z-index: 10;
    border-radius: 25px;
}

.account-profile-messages .customers-all {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    margin-top: 10px;
}

.account-profile-messages .customers-all strong {
    display: block;
}

.account-profile-messages .customers-all select {
    margin: 10px 0;
}

.account-profile-messages .customers-all a {
    margin-top: 0;
}

.account-profile-messages .add-message {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.account-profile-messages .add-message .form-group, .account-profile-messages .add-message .form-group>* {
    margin: 0;
    padding: 0;
}

.account-profile-messages .add-message textarea {
    box-shadow: none;
}

.account-profile-messages .messages .message-content {
    margin-bottom: 5px;
    background-color: #f9de60;
    padding: 10px;
    max-width: 80%;
    border-radius: 35px;
    display: inline-block;
}

.account-profile-messages .messages .message:after, .account-profile-messages .messages .message-content:after {
    content: '';
    display: block;
    clear: both;
}

.account-profile-messages .messages .message-content .image {
    float: left;
    margin-right: 10px;
}

.account-profile-messages .messages .message-content .image img {
    border-radius: 50%;
    background-color: #fff;
}

.account-profile-messages .messages .message.my-message .message-content {
    background-color: #ea138b;
    margin-left: 20%;
    text-align: right;
    color: #fff;
    float: right;
}

.account-profile-messages .messages .message.my-message .message-content .image {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.account-profile-messages .message-content .date {
    font-size: 14px;
    margin-top: 5px;
}

.account-profile-messages .message-content .text, .account-profile-messages .message-content .date {
    margin-left: 60px;
    margin-right: 20px;
}

.account-profile-messages .message.my-message .message-content .text, .account-profile-messages .message.my-message .message-content .date {
    margin-right: 60px;
    margin-left: 20px;
}

.customer-small-info.customer-info {
    background-color: #f9de60;
    cursor: pointer;
}

.customer-small-info.customer-info > div, .account-profile-messages .customer-info .customer-small-info {
    display: table;
    margin: 10px 0;
}

.customer-small-info.customer-info > div > div, .account-profile-messages .customer-info .customer-small-info > div {
    display: table-cell;
    vertical-align: middle;
}

.customer-small-info.customer-info .image, .account-profile-messages .customer-info .image {
    width: 35px;
}

.customer-small-info.customer-info .name, .account-profile-messages .customer-info .name {
    padding-left: 10px;
}

.customer-small-info.customer-info .name a, .account-profile-messages .customer-info .name a {
    font-weight: 600;
}

.account-profile-messages .customer-info .name small {
    display: block;
}

@media(max-width: 992px) {
    .account-profile-messages .customers-all {
        padding: 5px;
    }

    .account-profile-messages .customers .customer {
        padding: 5px;
    }

    .account-profile-messages .customers .customer .image img {
        width: 35px;
    }

    .account-profile-messages .customers .customer + .customer {
        margin: 0;
    }

    .account-profile-messages .add-message {
        padding: 6px;
    }

    form .form-group input[type=text], form .form-group input[type=email], form .form-group input[type=tel], form .form-group input[type=password], form .form-group textarea, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
        padding: 5px;
    }
}

/* account-profile-my_gang */
.account-profile-my_gang h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 40px;
}

.customer {
    margin-bottom: 30px;
}

.customer .info-deleted, .customer .info-added {
    text-align: center;
    background-color: #ea138b;
    padding: 20px;
    font-weight: 600;
    color: #fff;
    height: 100%;
    border-radius: 5px;
}

.customer .info-deleted span, .customer .info-added span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.customer-item > h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 2rem;
}

.customer-item .btn-danger {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.customer-item .btn-danger.btn-not-approve-customer {
    left: 0;
    right: auto;
}

.customer-item:hover .btn-danger {
    display: block;
}

.customer-item .btn-my-gang-add {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.customer-item:hover .btn-my-gang-add {
    display: block;
}

@media(max-width: 767px) {
    .customer-item .btn-my-gang-add {
        display: block;
    }

    .customer-item:hover .btn-danger, .customer-item .btn-danger {
        display: inline-block;
        position: relative;
        top: auto;
    }
}

.customer-item .photo {
    position: relative;
}

.customer-item img {
    border-radius: 50%;
    background-color: #fff;
    width: 100%;
}

/* account-additional_information */
.account-additional_information form textarea {
    max-width: 100%;
    min-width: 100%;
}

/*account-membership*/
.account-membership .payment_information img {
    width: 150px;
}

.account-membership .payment_information .instruction {
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.account-membership .table-bordered>tbody>tr>td {
    vertical-align: middle;
}

/* account-profile-my-offer */
.account-profile-my-offer .product_add_buttons {
    margin-bottom: 10px;
}

.account-profile-my-offer .product_add_buttons .choice {
    margin-bottom: 60px;
    text-align: center;
    font-weight: 600;
    display: none;
}

.account-profile-my-offer .product_add_buttons.active .choice {
    display: block;
}

.account-profile-my-offer .product_add_buttons.active .button {
    display: none;
}

.account-profile-my-offer .product_add_buttons.active .choice > div:hover {
    opacity: 0.5;
}

.account-profile-my-offer .product_add_buttons .choice span {
    display: block;
    margin: 5px auto;
}

.account-profile-my-offer .product_add_buttons .choice h2 {
    text-transform: uppercase;
    font-size: 3rem;
    margin: 20px auto;
}

.offer-form, .form-white {
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
}

.offer-form h2, .form-white h2 {
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
}

.offer-form input[type=text], .offer-form input[type=email], .offer-form select, .offer-form textarea, .offer-form .select2-container--default .select2-selection--single, .offer-form .select2-container--default .select2-selection--multiple, .form-white input[type=text], .form-white input[type=email], .form-white select, .form-white textarea, .ui-datepicker-header select, .form-white .select2-container--default .select2-selection--single, .form-white .select2-container--default .select2-selection--multiple {
    background-color: #f1f7f7;
}

.offer-form .select2-container, .form-white .select2-container {
    width: 100%!important;
}

.offer-form .image-item, .offer-form .image, .form-white .image-item, .form-white .image {
    position: relative;
}

.offer-form .image-item img, .offer-form .image img, .form-white .image-item img, .form-white .image img {
    max-width: 100px;
    display: block;
}

.offer-form .image-item, .form-white .image-item {
    margin: 5px;
}

.btn-rotate.btn-rotate-left,.btn-rotate.btn-rotate-right, .image-item .btn.btn-info, .offer-form .image-item .btn.btn-danger, .offer-form .image .btn.btn-danger, .form-white .image-item .btn.btn-danger, .form-white .image .btn.btn-danger, .form-white .image-item .btn.btn-edit, .form-white .image .btn.btn-edit {
    padding: 2px 5px;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.btn-rotate.btn-rotate-right {
    left: 25px;
    right: auto;
}

.btn-rotate-left .glyphicon-repeat {
    -moz-transform: scaleX(-1);
    /* Gecko */
    -o-transform: scaleX(-1);
    /* Opera */
    -webkit-transform: scaleX(-1);
    /* Webkit */
    transform: scaleX(-1);
    /* Standard */
    filter: FlipH;
    /* IE 6/7/8 */
}

.image-item .btn.btn-info, .offer-form .image-item .btn.btn-danger + .btn, .offer-form .image .btn.btn-danger + .btn, .form-white .image-item .btn.btn-danger + .btn, .form-white .image .btn.btn-danger + .btn, .form-white .image-item .btn.btn-edit + .btn, .form-white .image .btn.btn-edit + .btn {
    left: 0;
    right: auto;
}

.image-item .btn.btn-info + .btn-info {
    left: 25px;
}

.form-white .image-item .btn.btn-edit, .form-white .image .btn.btn-edit {
    top: 25px;
}

.image-is-small img {
    border: 4px solid #F44336;
}

.ui-datepicker .ui-datepicker-title select {
    border-radius: 5px;
    border: 0;
    font-size: 14px;
    padding: 2px 5px;
    margin: 0 2px;
}

/* account-profile-ratings */
.account-profile-ratings #ratings {
}

.profile #rating .ratings {
    display: none;
}

.profile #rating .ratings h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 600;
}

.profile #rating:hover .ratings {
    display: block;
    background-color: #f8fbfb;
    margin: 0 -20px 20px -20px;
    padding: 10px 0;
}

.account-profile-ratings #ratings .review {
    padding: 20px 0;
    background-color: #fff;
    margin-bottom: 10px;
}

/* nav-tabs */
.nav-tabs {
    margin-bottom: 25px;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li>a {
    border: 0;
    border-radius: 5px;
    font-weight: 600;
}

.nav-tabs>li {
    display: inline-block;
    float: none;
}

.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    border-radius: 5px;
    border-bottom: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0;
    background-color: #f9de60;
}

.nav-tabs-search {
    text-align: center;
}

@media(max-width: 767px) {
    .nav-tabs {
        margin-bottom: 5px;
    }

    .nav-tabs>li>a {
        padding: 3px 5px ;
        font-size: 14px;
    }
}

/* FAQ - information-information-7 */
.faq .faq-item h3 {
    cursor: pointer;
    font-size: 18px;
    margin: 10px;
    margin-left: 30px;
    position: relative;
}

.faq .faq-item h3:before {
    position: absolute;
    display: inline-block;
    left: -25px;
    top: 5px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #ea138b transparent transparent transparent;
}

.faq .faq-item.active h3:before {
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #ea138b transparent;
}

.faq .faq-item div {
    display: none;
    margin-left: 60px;
}

.faq .faq-item.active div {
    display: block;
    text-align: justify;
}

.faq-content .medailons .medailon {
    margin: 20px auto;
}

.faq-content .medailons .medailon .logo img {
    max-width: none;
}

.faq-content .medailons .medailon > * {
    background-color: #fff;
    padding: 10px;
}

.faq-content .medailons .medailon .info > * {
    font-size: 17px;
}

.faq-content .medailons .medailon .info strong {
    color: #ea138b;
    font-size: 18px;
}

.faq-content .medailons .medailon .bio, .faq-content .medailons .medailon .logo {
    font-size: 16px;
    font-style: italic;
    margin: 0;
}

.faq-content .medailons .medailon .logo {
    background-color: transparent;
}

.faq-content .medailons .medailon .image img {
    border-radius: 50%;
    width: 180px;
}

.faq-question span.faq-time, .faq-answer span.faq-time {
    font-size: 11px;
}

#faq-form {
    margin-top: 50px;
}

#faq-form h3 {
    margin-bottom: 20px;
    line-height: 1.6em;
}

.faq-success {
    text-align: center;
    max-width: 90rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
}

.faq-success p {
    font-weight: 400;
    font-size: 16px;
}

.faq-success p strong {
    color: #ea138b;
}

.faq-success img {
    margin: 2rem auto;
    max-width: 100%;
    width: 25rem;
    border-radius: 50%;
}

.faq-content .medailons .medailon .bio p.faq_discount {
    background-color: #f9de60;
    padding: 5px 10px;
    border-radius: 10px;
}

@media(max-width: 768px) {
    .faq-success {
        padding-bottom: 2rem;
    }
}

@media(min-width: 768px) {
    .faq-success {
        background-color: #fff;
        border-radius: 60rem;
    }

    .faq-success p {
        margin-top: 3rem;
    }

    .faq-success > div:last-child {
        padding-right: 6rem;
        padding-left: 3rem;
    }
}

@media(min-width: 700px) {
    .faq-content .medailons .medailon {
        max-width: 800px;
        display: table;
    }

    .faq-content .medailons .medailon.has-logo {
        max-width: 100%;
    }

    .faq-content .medailons .medailon > * {
        border-radius: 0;
        display: table-cell;
        vertical-align: middle;
    }

    .faq-content .medailons .medailon .image {
        border-radius: 50% 0 0 50%;
        margin-top: 20px;
        max-width: 180px;
        width: 180px;
    }

    .faq-content .medailons .medailon .bio p {
        display: block;
        max-height: 130px;
        overflow: hidden;
    }
}

@media(max-width: 699px) {
    .faq-content .medailons .medailon {
        text-align: center;
    }

    .faq-content .medailons .medailon .image {
        padding-bottom: 0;
    }

    .faq-content .medailons .medailon .image img {
        border-radius: 50%;
        width: 125px;
    }

    .faq-content .medailons .medailon .info span {
        margin-bottom: 10px;
        display: block;
    }

    .faq-content .medailons .medailon .bio {
        font-size: 14px;
    }
}

@media(max-width: 550px) {
    .faq .faq-item.active div {
        margin-left: 0;
    }
}

/* footer */
footer {
    padding-top: 30px;
    background-color: #ea138b;
    color: #fff;
    overflow: hidden;
}

footer h3 {
    margin-top: 35px;
}

footer h3 a {
    text-transform: uppercase;
    font-size: 2rem;
    color: #fff!important;
}

footer h3 a span {
    color: #f9de60;
    margin-left: 10px;
}

footer .facebook-frame {
    overflow: hidden;
}

footer .footer-dog {
    text-align: center;
}

footer .footer-dog img {
    max-width: 100%;
    transform: scale(0.9);
}

footer .row > * {
    padding: 0 5px;
}

footer ul {
    list-style: none;
    margin-top: 30px;
    padding-left: 0;
}

footer ul li {
    margin: 5px 0
}

footer ul li a {
    color: #fff!important;
    text-decoration: underline;
}

footer .row {
    margin: 20px 0
}

footer .copyright {
    color: #000;
}

footer .social-icons a span {
    font-size: 60px;
    color: #fff;
}

@media(max-width: 500px) {
    footer .col-md-2.col-sm-3.col-xs-6 {
        width: 100%;
        float: none;
        text-align: center;
    }
}

/* popover-content */
.popover {
    min-width: 160px!important;
}

.popover-content .btn {
    margin: 0;
    border: 0;
}

.popover .btn-primary:hover {
    background-color: #ea148c!important;
}

.popover .popover-title {
}

.pay-methods span {
    background-image: url(../image/gopay.png);
    width: 35px;
    height: 25px;
    display: inline-block;
    background-size: 57.5px 200px;
    margin: 0 3px;
}

.pay-methods span.gopay {
    background-position: -3px -125px;
    width: 50px;
}

.pay-methods span.d-secure-visa {
    background-position: -11px -150px;
}

.pay-methods span.d-secure-mastercard {
    background-position: -11px -175px;
}

.pay-methods span.k-visa {
    background-position: -11px -25px;
}

.pay-methods span.k-visa-electron {
    background-position: -11px 0;
}

.pay-methods span.k-mastercard {
    background-position: -11px -75px;
}

.pay-methods span.k-mastercard-e {
    background-position: -11px -50px;
}

.pay-methods span.k-maestro {
    background-position: -11px -100px;
}

/* mamanews-article */
body.mamanews-article #content > h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 3rem;
    font-weight: 600;
}

.newsblog-article .arcitle-image, .mamanews-article .arcitle-image {
    float: left;
    margin-right: 2rem;
    margin-bottom: 1rem;
}

.mamanews-article h3, .mamanews-article h3 strong {
    color: #ec2a96;
}

.newsblog-article .arcitle-image + h3, .mamanews-article .arcitle-image + h3 {
    margin-top: 0;
}

.newsblog-articles .styled-table .image, .newsblog-category .styled-table .image, .mamanews-articles .styled-table .image, .mamanews-category .styled-table .image {
    max-width: 100%;
    width: 200px;
}

.newsblog-category .styled-table .image, .mamanews-category .styled-table .image, .mamanews .styled-table .image {
    padding: 0;
    vertical-align: middle;
}

.newsblog-category .styled-table .image img, .mamanews-category .styled-table .image img {
    margin: 0 auto;
}

.mamanews-article #content article img:not(.small) {
    max-width: 50%;
    max-height: 50rem;
    width: auto;
    display: block;
    margin: 0 auto;
}

.mamanews-article #content article .image-banner img {
    width: 100%;
}

@media(max-width: 768px) {
    body.mamanews-article #content > h2 {
        font-size: 2rem;
    }
}

/* survey-wrapper */
.survey-wrapper {
    max-width: 40rem;
    background-color: #f1f7f7;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
}

.survey-wrapper h3 {
    margin-top: 0;
}

.survey-wrapper label {
    margin-bottom: 0;
}

.survey-wrapper .survey-question {
    font-weight: 600;
    padding-bottom: 5px;
}

.survey-wrapper .survey-answers {
    margin: 10px 0;
}

.survey-wrapper .progress {
    box-shadow: none!important;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    margin-bottom: 5px;
}

.survey-wrapper .num-answers {
    text-align: right;
    font-style: italic;
}

.survey-wrapper .progress .progress-bar-color-0 {
    background-color: rgba(180, 24, 106, 1)
}

.survey-wrapper .progress .progress-bar-color-1 {
    background-color: rgba(180, 24, 106, 0.80)
}

.survey-wrapper .progress .progress-bar-color-2 {
    background-color: rgba(180, 24, 106, 0.65)
}

.survey-wrapper .progress .progress-bar-color-3 {
    background-color: rgba(180, 24, 106, 0.50)
}

.survey-wrapper .progress .progress-bar-color-4 {
    background-color: rgba(180, 24, 106, 0.35);
    color: #000;
}

.survey-wrapper .progress .progress-bar-color-5 {
    background-color: rgba(180, 24, 106, 0.20);
    color: #000;
}

.survey-wrapper .progress .progress-bar-color-6 {
    background-color: rgba(180, 24, 106, 0.10);
    color: #000;
}

.survey-wrapper .progress .text-black {
    color: #000;
    white-space: nowrap!important;
}

; /* ads-block */
.ads-block img {
    max-width: 100% !important;
}

/* article list */
@media(max-width: 768px) {
    .mamanews-article #content article img:not(.small) {
        /*width: 100%!important;*/ max-width: 100%!important;
    }

    .item.article > div {
        display: block;
    }

    .item.article > .image {
        text-align: center;
        width: 100%;
    }

    .item.article > .image img:not(.small) {
        margin: 0 auto;
    }

    .share-row > * {
        width: 100%;
        text-align: center;
        padding-top: 5px;
    }
}

/* benefits */
.information h3 img {
    margin-bottom: 2px;
}

.benefits .benefit {
    display: table;
    width: 100%;
    padding: 20px;
    background-color: #f1f7f7;
    margin-top: 10px;
    margin-bottom: 10px;
}

.benefits > div:nth-child(3n+1) {
    clear: both;
}

.benefits .benefit > * {
    display: table-cell;
    vertical-align: middle;
}

.benefits .benefit figure {
    width: 85px;
    max-width: 85px;
    padding-right: 10px;
}

.benefits .benefit img {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.benefits .benefit:hover img {
    transform: scale(1.5);
    opacity: 0.5;
}

.benefits .benefit span {
    font-size: 15px;
    position: relative;
    z-index: 2;
}

@media(max-width: 992px) {
    .benefits .benefit {
        display: block;
    }

    .benefits .benefit figure {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .benefits .benefit figure img {
        max-width: 100px;
    }
}

@media(max-width: 767px) {
    .benefits .benefit {
        height: auto!important;
    }
}

/* information module */
.html-module h2 {
    text-align: center;
    font-size: 3rem;
    text-transform: uppercase;
}

.html-module {
    padding-bottom: 40px;
    margin-top: 40px;
}

.common-home .html-module, .common-home .html-module > article {
    margin: 0;
    padding: 0;
}

@media(max-width: 767px) {
    .html-module {
        padding-bottom: 20px;
        margin-top: 20px;
    }
}

/* datetimepiker */
.picker-switch {
    text-align: center;
}

.timepicker .btn {
    background-color: transparent;
    box-shadow: none;
}

.bootstrap-datetimepicker-widget {
    background-color: #f9de60;
    padding: 20px;
    max-width: 300px;
}

.bootstrap-datetimepicker-widget .datepicker, .bootstrap-datetimepicker-widget .timepicker {
    width: 100%;
}

.bootstrap-datetimepicker-widget table td {
    height: auto;
    line-height: normal;
}

.bootstrap-datetimepicker-widget table td span {
    height: auto;
    line-height: 20px;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 5px 0;
    margin: 0;
}

.bootstrap-datetimepicker-widget table td span.active, .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #ea138b;
}

/* other */
.text-pink {
    color: #ea138b;
}

.alert-danger, .btn.pink {
    background-color: #d11484;
    color: #ffffff;
}

.delete-review {
    display: none;
}

.review:hover .delete-review {
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0 4px;
}

.forum-forum-editMessage textarea {
    height: 200px;
}

span.underline {
    text-decoration: underline;
}

span.italic {
    font-style: italic;
}

.wysibb .wysibb-toolbar .modeSwitch {
    display: none !important;
}

.information-information-10 h2 {
    margin-bottom: 20px;
    margin-top: 30px;
}

/* select2-selection */
.select2-container{
    z-index: 10001;
}
.select2-container--default .select2-selection--single {
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
    height: 34px;
    padding: 3px 10px;
}

.select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    margin-top: 0;
    margin-left: -10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: '\e900';
    font-family: "icomoon";
    color: #ea138b;
    font-size: 11px;
    top: -9px;
    position: relative;
    left: -3px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    content: '\e901';
}

.select2-dropdown {
    border-radius: 0px;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #e0eced;
    /* border-radius: 5px; */
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f9de60;
    color: #204749;
}

/*share-buttons */
.share-buttons {
    margin: 5px 0;
    text-align: right;
}

.share-buttons a {
    color: #fff;
    margin-right: 0;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
}

.share-buttons a i {
    margin-right: 10px;
    background-color: #111b33;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    margin: 3px;
    vertical-align: middle;
}

.share-buttons a:hover i {
    background-color: #ea138b;
}

@media(max-width: 768px) {
    .share-buttons {
        vertical-align: middle;
    }
    .share-buttons a {
        font-size: 16px;
        float: none !important;
        margin: 5px 0;
    }
    .share-buttons a i{
        width: 31px;
        height: 31px;
        line-height: 33px;
        font-size: 20px;
    }
}

/* modal */
.modal.thin .modal-dialog {
    max-width: 500px;
}

.modal.thin .modal-content {
    /* background-color: #e0eced; */
    border: 0px;
    padding-bottom: 0.1rem;
}

.modal.thin .modal-header h4 {
    font-size: 20px;
    font-weight: 600;
}

.modal.thin .modal-content img {
    max-width: 100%;
}

.modal.thin .modal-header, .modal.thin .modal-body, .modal.thin .modal-footer {
}

.modal-footer .btn+.btn {
    margin: 5px;
}

.modal-footer .btn[data-dismiss] {
    float: left;
    background-color: #ccc;
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 900px;
        width: 80%;
        margin: 30px auto;
    }
}

/* column-right*/
#column-right {
    top: 80px;
}

@media(max-width: 991px) {
    #column-right {
        top: auto;
    }
}

/* sidebox */
.sidebox > h2 {
    margin-bottom: 0;
}

.sidebox .sidebox-content {
    background-color: #fff;
    position: relative;
    text-align: left;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
    margin: 10px;
    padding: 10px;
}

#column-right .module-banner {
    background-color: #fff;
    position: relative;
    text-align: left;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
    margin: 5px -5px 30px -5px;
    padding: 1px;
}

#column-right .module-banner.slick-slider .slick-slide img {
    width: 100%;
}

/* sidebox forum-simple */
.sidebox.forum-simple .thread {
    padding: 10px;
    position: relative;
    display: table;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.sidebox.forum-simple .thread:hover {
    background-color: #f4f4f4;
}

.sidebox.forum-simple .thread + .thread {
    border-top: 1px solid #fbc6e3;
}

.sidebox.forum-simple .thread > div {
    display: table-cell;
    width: 73%;
    vertical-align: middle;
    padding-right: 10px;
}

.sidebox.forum-simple .thread > div + div {
    width: 28%;
    text-align: center;
    font-size: 18px;
    color: #fbc6e3;
    border-left: 1px solid #fbc6e3;
    padding-right: 0;
    padding-left: 5px;
}

.sidebox.forum-simple .thread > div + div i {
    margin-right: 5px;
}

.sidebox.forum-simple .thread h4 {
    margin: 0;
}

.sidebox.forum-simple .thread h4 a {
    color: #ea138b;
    font-weight: 600;
    font-size: 13px;
}

.sidebox.forum-simple .thread span {
    font-size: 13px;
    color: #204748;
}

@media(max-width: 767px) {
    .forum-simple {
        display: none;
    }

    .actions.sidebox .product-thumb .btn-product-detail {
        display: none;
    }
}

/* popups */
.popup {
    z-index: 10;
}

.popup .popup_overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.75);
    height: 100%;
}

.popup_wrap {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 10;
    pointer-events: none;
    max-height: 100%;
}

.popup_wrap .popup_container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    /* max-height: 500px; */
    background-image: url(../image/svg/popup-buble_v1.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    pointer-events: all;
}

.popup-modal .popup_wrap .popup_container {
    background-image: none;
    background-color: #fff;
    pointer-events: all;
}

.popup-modal .popup_wrap .popup_container .cropper-container img {
    max-width: 100%;
    max-height: 100%;
}

.popup_wrap .popup_container .popup_content {
    padding: 110px 80px 0 100px;
    color: #fff;
    font-size: 20px;
    text-align: justify;
}

.popup_wrap .popup_container .popup_close {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 75px;
    top: 70px;
}

.popup_wrap .popup_container .popup_close:after, .popup_wrap .popup_container .popup_close:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: 0;
    right: 10px;
    transform: rotate(-135deg);
}

.popup_wrap .popup_container .popup_close:after {
    transform: rotate(45deg);
    right: -10px;
}

.popup-pink .popup_wrap .popup_container {
    background-size: 100% 100%;
}

.popup-pink .popup_wrap .popup_container .popup_content {
    padding: 110px 80px 160px 100px;
}

@media(max-width: 600px) {
    .popup_wrap .popup_container .popup_close {
        top: -40px;
        right: 20px;
    }

    .popup_wrap .popup_container .popup_close:after, .popup_wrap .popup_container .popup_close:before {
        border-color: #ea148c
    }

    .popup_wrap .popup_container {
        background-image: none;
        background-color: #ea148c;
        height: auto;
    }

    .popup_wrap .popup_container .popup_content {
        padding: 20px;
        font-size: 16px;
    }

    .popup-pink .popup_wrap .popup_container .popup_content {
        padding: 20px;
    }
}

/* responsivita */
/* odstraneni dekoraci */
@media(max-width: 992px) {
    .common-home #banner0:before, .common-home #banner0:after {
        display: none;
    }

    .module-actions img.image-tooltip {
        display: none;
    }

    .module-latest img.image-tooltip {
        display: none;
    }
}

.filter .city_part {
    margin-top: 10px;
}

/* google maapa */
.category-map {
    height: 100px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 20px;
}

.category-map.active {
    height: 480px;
}

.category-map .map-hover {
    background-color: rgba(255,255,255,0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    display: table;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-map .map-hover span {
    font-size: 20px;
    font-weight: 800;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
    color: #d11484;
}

.category-map.active .map-hover {
    height: 30px;
}

#map_canvas {
    height: 500px;
}

.marker.content {
    max-width: 200px;
}

.marker.content img {
    width: 100%;
}

.marker.content h3 {
    font-size: 17px;
    color: #204749;
    margin-top: 0;
}

.marker.content a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #ea148c;
    color: #fff;
    margin: 0;
}

/* date picker */
.ui-datepicker {
    border: 0!important;
    background-color: #f1f8f7;
    /* font-style: italic; */
    border-radius: 5px;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
}

.ui-datepicker .ui-datepicker-header {
    background-color: #fff;
    border: 0;
}

.ui-datepicker .ui-datepicker-header a {
    background: none;
    border: 0;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-header a span {
    background: none!important;
}

.ui-datepicker .ui-datepicker-header a span:before {
    display: block;
    content: '\e900';
    font-family: "icomoon";
    color: #ea138b;
    font-size: 11px;
    position: relative;
    background: none;
    text-indent: 0;
    transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span:before {
    transform: rotate(270deg);
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #fff;
    border-color: #f8158b;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #f1158b;
    border-color: #f1158b;
}

.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active, .ui-datepicker a.ui-button:active, .ui-datepicker .ui-button:active, .ui-datepicker .ui-button.ui-state-active:hover {
    background-color: #f7f7f6;
    border-color: #c6c6c6;
    color: #000;
}

.selected-days {
    padding: 20px;
}

.selected-days .day-clock {
    margin-bottom: 7px;
}

.selected-days .slider-wrap {
    height: 40px;
}

.selected-days .control-label {
    padding-top: 15px;
    text-align: center;
}

.selected-days .text {
    font-size: 14px;
    font-weight: 600;
}

.selected-days .apply-all {
    padding-top: 13px;
}

.selected-days .ui-widget.ui-widget-content {
    border: 0;
    background-color: #f1f8f7;
    height: 10px;
    border-radius: 5px;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.2);
}

.selected-days .ui-widget.ui-widget-content .ui-slider-range {
    background-color: #bb0a6b;
}

.selected-days .ui-widget.ui-widget-content .ui-slider-handle {
    background-color: #ff148b;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

/* featured-articles */
.featured-articles h3 {
    text-transform: uppercase;
    font-size: 3rem;
}

.featured-articles .article-inline {
    margin: 2rem 0;
}

.featured-articles .article-inline:after {
    content: '';
    display: block;
    clear: both;
}

.featured-articles .article-inline .content h4 {
    font-size: 1.6rem;
    margin: 0 0 .5rem 0;
    font-weight: 600;
}

.featured-articles .article-inline .thumb {
    width: 33%;
    /* max-width: 20rem; */
    float: left;
}

.featured-articles .article-inline .thumb img {
    display: block;
    width: 100%;
}

.featured-articles .article-inline .content {
    margin-left: 33%;
    padding-left: 2rem;
}

.featured-articles .article-inline .content .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

@media(max-width: 992px) {
    .featured-articles h3 {
        font-size: 42px;
    }
}

@media(max-width: 768px) {
    .featured-articles h3 {
        font-size: 32px;
    }

    .featured-articles .article-inline {
        margin: 1rem 0;
    }

    .featured-articles .article-inline .content h4 {
        font-size: 1.25rem;
    }

    .featured-articles .article-inline .content .description {
        font-size: 1.2rem;
        max-height: 7em;
        display: -webkit-box;
        -webkit-line-clamp: 4;
    }
}

@media(max-width: 550px) {
    .featured-articles .article-inline .content .description {
        -webkit-line-clamp: 3;
    }
}

.featured-articles-hp {
    text-align: left;
}

.featured-articles .article-inline.advert .thumb, .featured-articles-hp .article-inline.advert .thumb {
    border: 2px solid #f9de60;
}

@media(max-width: 499px) {
    .featured-articles-hp .article-inline:first-child .thumb, .featured-articles-hp .article-inline:first-child .thumb img {
        width: 100%;
    }

    .featured-articles-hp .article-inline:first-child .thumb {
        margin-bottom: .25rem;
    }

    .featured-articles-hp .article-inline:first-child .content {
        margin-left: 0;
        padding-left: 0;
    }

    .featured-articles-hp .article-inline:first-child .content .description {
        -webkit-line-clamp: 4;
    }

    .featured-articles .article-inline .content {
        padding-left: 1rem;
    }

    .featured-articles .article-inline .content .description {
        -webkit-line-clamp: 2;
    }

    .common-home .featured-articles .article-inline:nth-child(n+6) {
        display: none;
    }
}

/* other */
.mamanews-article .date-time, .content-articles .date-time {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
}

.mamanews-article .date-time > *, .content-articles .date-time > * {
    margin-left: 10px;
}

.mamanews-article .date-time {
    margin-bottom: 20px;
}

@media(max-width: 768px) {
    .mamanews-article .date-time a, .mamanews-article .date-time span, .content-articles .date-time a, .content-articles .date-time span {
        display: none;
    }
}

.forum-table .forum-row .forum-name .mamanews-href a {
    font-size: 20px;
}

.text-small-14 {
    font-size: 14px;
}

.content-competitions .product-layout.disable .image {
    opacity : 0.3;
    filter: alpha(opacity=30);
}

.competition-detail #tab-rules-prices a {
    color: #FF99CC;
    text-decoration: underline;
}

.competition-detail #tab-play article {
    max-width: 800px;
    margin: 0 auto;
}

.competition-detail #tab-play article h3 {
    font-size: 19px;
}

.competition-detail #tab-play article .form-control{
    background-color: #f1f7f7;
}

.image-inlineblock {
    display: inline-block;
}

#form-new textarea {
    min-height: 75px;
}

a.text-all-prices {
    color: #d11484;
}

/* children */
.filter .children > * {
    padding-left: 10px;
    padding-right: 10px;
}

.filter .child {
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
    opacity: 0.5;
    filter: grayscale(1);
    max-width: 180px;
    display: inline-block;
}

.filter .child.active {
    border: 2px solid transparent;
    opacity: 1;
    filter: grayscale(0);
}

.filter .child .name {
    text-align: center;
    font-size: 12px;
    padding: 0 0 2px 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.filter .child .image {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    padding: 2px;
}

.filter .child.gender-b .name, .filter .child.gender-b .image {
    background-color: rgba(3, 169, 244, 0.5);
}

.filter .child.gender-g .name, .filter .child.gender-g .image {
    background-color: rgba(209, 19, 131, 0.5);
}

.filter .child .image img {
    border-radius: 50%;
    max-width: 100%;
}

.filter .child .buttons {
    position: absolute;
    top : 0;
    right: 0;
    display: none;
}

.filter .child:hover .buttons {
    display: block;
}

.filter .categories ul.level-3 {
    display: none;
}

.filter .categories ul.level-2 li.active ul.level-3 {
    display: block;
}

@media(max-width: 768px) {
    .filter .children > * {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.baby_empty_info {
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    max-width: 650px;
    margin: 20px auto;
    background-color: white;
    line-height: 25px;
}

/* not-found */
#content .info-with-image {
    display: table;
    width: 100%;
}

#content .info-with-image > div {
    display: table-cell;
    vertical-align: middle;
}

.info-with-image .image {
    width: 45%;
}

.info-with-image .image img {
    width: 100%;
    max-width: 600px;
}

.info-with-image {
    position: relative;
}

.info-with-image .text-content {
    width: 45%;
    max-width: 500px;
    font-weight: 200;
    padding-left: 30px;
}

.info-with-image .text-content h1 {
    text-transform: uppercase;
    font-size: 3rem;
    color: #0c3739;
}

.info-with-image .text-content p {
    font-size: 24px;
    line-height: 30px;
}

.info-with-image .text-content .buttons {
    margin-top: 30px;
}

.info-with-image .text-content .buttons span {
    font-weight: 600;
    font-size: 16px;
}

.info-with-image .text-content .buttons a {
    font-size: 17px;
    margin-left: 10px;
    color: #bc0c24;
    text-decoration: none;
}

.info-with-image .text-content .buttons a + a:before {
    content: '/';
    margin-right: 10px;
    color: #0b373a;
}

@media(max-width: 800px) {
    .info-with-image img {
        position: absolute;
        max-width: 400px!important;
        z-index: -1;
        opacity: 0.1;
        right: 0;
    }

    #content .info-with-image > div {
        display: block;
        vertical-align: middle;
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .info-with-image .text-content {
        width: 80%;
        margin-bottom: 80px;
    }
}

.info-with-image .text-content {
    width: 45%;
    max-width: 500px;
    font-weight: 200;
    padding-left: 30px;
}

.cart_empty.info-page .info-with-image {
    margin-top: -25px;
}

.btn.disabled {
    background-color: grey;
    color: white;
}

/* vernostni program */
.form-order-price {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}

.mamanews-slider .date {
    font-weight: normal;
    font-style: italic;
}

.customer-point h3 a.btn {
    margin-left: 20px;
}

a.pink {
    color: #ea148c;
    text-decoration: underline;
}

.low-resolution-text {
    font-style: italic;
    text-align: center;
    color: red;
}

.what-do-you-need.row .item:hover {
    cursor: pointer;
}

.faq-wrapper-content .search form {
    background-color: #ea138b;
    padding: 2rem 4.0rem 2.0rem 3.0rem;
    color: #fff;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
}

.faq-wrapper-content .search form .form-group {
    display: table;
    width: 100%;
    max-width: 60rem;
    margin: 0 auto;
}

@media(min-width: 500px) {
    .faq-wrapper-content .search form .form-group > * {
        display: table-cell;
        vertical-align: middle;
    }

    .faq-wrapper-content .search form .label {
        width: 20%;
    }

    .faq-wrapper-content .search form .input {
        width: 60%;
        padding-left: 2.0rem;
    }
}

.faq-wrapper-content .search form .label label {
    font-weight: 100;
    font-size: 3.0rem;
}

.faq-wrapper-content .search form .input input {
    height: 4rem;
}

.faq-wrapper-content nav ul li a {
    background-color: #b5096b;
    padding: 1.0rem 2.5rem;
    display: block;
    font-size: 2rem;
    -webkit-border-top-left-radius: 0.4rem;
    -webkit-border-top-right-radius: 0.4rem;
    -moz-border-radius-topleft: 0.4rem;
    -moz-border-radius-topright: 0.4rem;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    color: #fff !important;
}

.faq-wrapper-content nav ul li a.active {
    background-color: #ea138b;
}

.faq-wrapper-content nav ul li {
    display: inline-block;
    margin: 0 0.2rem;
}

.faq-wrapper-content nav ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

.faq-wrapper-content .faq-item {
    margin-bottom: 3.0rem;
}

.faq-wrapper-content .faq-item > div {
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    font-size: 1.9rem;
    margin-top: 1.5rem;
    position: relative;
}

.faq-wrapper-content .faq-item .faq-question .faq-name {
    font-size: 1.7rem;
    font-weight: 600;
    color: #ea138b;
}

.faq-wrapper-content .faq-item .faq-question p {
    color: #222730;
    font-weight: 600;
    font-size: 1.4rem;
}

.faq-wrapper-content .faq-item > div p {
    margin: 0;
}

.faq-wrapper-content .faq-item > div p.faq_discount {
    margin-top: 1rem;
}

.faq-wrapper-content .faq-item > div p.faq_discount strong {
    color: #ea138b;
}

.faq-wrapper-content .faq-item > div p.faq_discount a {
    color: #ea138b;
    text-decoration: underline;
}

.faq-wrapper-content .faq-item > div p.faq_discount small {
    display: block;
}

.faq-wrapper-content .faq-item .faq-answer {
    background-color: #e0ebec;
    padding: 2.0rem 2.5rem 2.0rem 7rem;
    margin-left: 5.0rem;
    margin-bottom: 2.0rem;
    font-size: 1.7rem;
    color: #000;
}

.faq-wrapper-content .faq-item .faq-answer .image {
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    left: 1rem;
    overflow: hidden;
    width: 5rem;
}

.faq-wrapper-content .faq-item .faq-answer > div > em {
    font-size: 1.5rem;
}

.faq-wrapper-content .faq-item .faq-answer {
    font-size: 1.5rem;
}

.faq-wrapper-content .featured-faq {
    padding-bottom: 4rem;
}

.faq-wrapper-content .featured-faq .faq-item .hidden {
    display: block!important;
}

.faq-wrapper-content .faq-item .faq-question {
    background-color: #99ccf5;
    padding: 2.0rem 2.5rem 2.0rem 7.0rem;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-wrapper-content .faq-item .faq-question:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.0rem 3.0rem 0 0;
    border-color: #c3e4ff transparent transparent transparent;
    bottom: -2.0rem;
    left: 3.0rem;
}

.faq-wrapper-content .faq-item .faq-category-name {
    font-size: 12px;
    font-style: italic;
}

.faq-wrapper-content .faq-item .faq-question .image {
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    left: 1rem;
    overflow: hidden;
    width: 5rem;
}

.faq-wrapper-content .faq-item .faq-question .faq-name a {
    text-decoration: none;
    color: #ea128b;
}

.faq-wrapper-content .faq-item .faq-question .faq-name a:hover {
    text-decoration: underline;
}

.faq-wrapper-content .faq-item .faq-question .image a:hover {
    opacity: 0.75;
}

@media(max-width: 991px) {
    .faq-wrapper-content .faq-item .faq-answer, .faq-wrapper-content .faq-item .faq-question {
        font-size: 1.4rem;
    }

    .faq-wrapper-content .faq-item .faq-question .faq-name {
        font-size: 1.2rem;
    }

    .faq-wrapper-content .search form .label label {
        font-size: 2rem;
    }

    .faq-wrapper-content nav ul li a {
        font-size: 1.6rem;
        padding: 6px 8px;
    }
}

@media(min-width: 500px) {
    .faq-wrapper-content .faq-item .faq-category-name {
        font-size: 14px;
        font-style: italic;
        position: absolute;
        top: 0;
        right: 0;
        padding: 3px 8px;
        background-color: #b5096a;
        color: #fff;
        border-radius: 0 4px;
    }
}

@media(max-width: 699px) {
    .faq-wrapper-content nav ul li a {
        font-size: 14px;
        padding: 5px 10px;
    }

    .faq-wrapper-content .search form {
        padding: 10px;
    }

    .faq-wrapper-content nav ul li a {
        border-radius: 0.4rem;
        margin: 3px 0;
    }

    .faq-wrapper-content .search form .form-group {
        text-align: center;
    }

    .faq-wrapper-content .faq-item .faq-question {
        padding: 1.0rem 1.5rem 1.0rem 1.5rem;
        font-size: 1.4rem;
    }

    .faq-wrapper-content .faq-item .faq-answer {
        padding: 1.0rem 1.0rem 1.0rem 1.5rem;
        margin-left: 2rem;
        font-size: 1.3rem;
        margin-top: 3rem;
    }

    .faq-wrapper-content .faq-item .faq-question .image, .faq-wrapper-content .faq-item .faq-answer .image {
        width: 3rem;
        position: relative;
        float: left;
        left: 0rem;
        margin-right: 1rem;
    }

    .faq-wrapper-content .faq-item .faq-question p {
        font-size: 1.2rem;
    }
}

.form-control.file {
    height: 100%;
}

#registration_popup, #reglog_popup {
    display: none;
}

/* reglog_popup */
.reglog_popup, .reglog_popup_thin {
    text-align: center;
}

.reglog_popup .modal-header {
    padding: 0;
    border: 0;
}

.reglog_popup_thin .modal-content, .reglog_popup .modal-content, .modal-blue .modal-content {
    background-size: 100% auto;
    background-color: #e0eced;
}

.modal-blue .modal-content .modal-header {
    display: none;
}

.modal-blue .modal-content .wizard {
    padding: 20px 0 25px 0;
    text-align: center;
}

.modal-blue .modal-content .wizard .steps-step {
    color: #635513;
    margin: 5px 20px;
    font-weight: 600;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
}

.modal-blue .modal-content .wizard .steps-step i {
    display: none;
}

.modal-blue .modal-content .wizard li + li:before {
    content: '\f054';
    font-family: FontAwesome;
    color: #635513;
}

.modal-blue .modal-content .wizard .steps-step:hover {
    opacity: 0.75;
}

.modal-blue .modal-content .wizard .steps-step.active i {
    display: inline-block;
}

.modal-blue .modal-content .wizard .steps-step.active, .modal-blue .modal-content .wizard .steps-step.active i {
    color: #8BC34A;
}

.modal-blue .modal-content .step.step-2 {
    max-width: 600px;
    margin: 0 auto;
}

.modal-blue .modal-content .step.step-3 .childs-wrapper .child .fieldset {
    background-color: #fff;
    max-width: 700px;
    margin: 20px auto 40px;
}

.modal-blue .modal-content .step.step-3 .childs-wrapper .child .fieldset input, .modal-blue .modal-content .step.step-3 .childs-wrapper .child .fieldset select {
    background-color: rgba(224, 236, 237, 0.29);
}

.modal.full_registration .modal-content {
    background-image: url('../image/popup-full-reg.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: transparent!important;
    overflow: hidden;
}

.modal.full_registration .modal-header {
    background-color: rgba(255, 255, 255, 0.5);
}

.modal.full_registration .modal-content .modal-body {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 20px 10px 20px;
}

.modal.full_registration .modal-content h4 {
    color: #ea138b;
    font-weight: 600;
    font-size: 30px;
    text-shadow: 0 0 30px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1);
}

.modal.full_registration .modal-content p {
    font-size: 18px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1);
}

/*.reglog_popup .modal-body {
    background-image: url('https://www.mom4moms.cz/catalog/view/theme/m4m/image/bcg-login-popup.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: transparent!important;
}*/
.reglog_popup_thin .modal-body {
    background-color: #fff;
    margin: 2rem;
    border-radius: 5px;
    padding-bottom: 1px;
}

.reglog_popup .modal-header .close {
    color: #ea138b!important;
    text-shadow: none;
    opacity: .8;
    font-size: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 5;
    line-height: 20px;
}

@media(min-width: 1200px) {
    .reglog_popup .popup-header {
        padding-top: 4rem;
    }
}

.reglog_popup .popup-header img {
    width: 30rem;
    padding-bottom: 2rem;
    max-width: 100%;
}

.reglog_popup .popup-header h2, .reglog_popup .popup-header h3 {
    display: none;
}

.reglog_popup .popup-header.own-content h2, .reglog_popup .popup-header.own-content h3 {
    display: block;
}

.reglog_popup .popup-header.own-content p {
    color: #231f20;
    font-weight: 400;
    max-width: 600px;
    margin: 20px auto;
}

.reglog_popup .popup-header p {
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.5em;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #ea138b;
}

.reglog-block {
    background-color: #ffffff;
    margin: 1rem 2rem 2rem 2rem !important;
    padding: 1rem;
    border-radius: 2rem;
}

.reglog-block .password-wrapper .text-danger, .reglog-block .firstname-wrapper .text-danger, .reglog-block .lastname-wrapper .text-danger, .reglog-block .email-wrapper .text-danger {
    color: #fff!important;
    background-color: #b90100;
    padding: .5rem 1rem;
    border-radius: 0.4rem;
    margin: .5rem 0;
    font-size: 1.4rem;
    text-align: center;
}

.reglog-block > form {
    padding: 0 2rem;
    margin: 1rem 0;
}

.reglog-block form .forgotten {
    text-align: left;
    font-size: 1.1rem;
    margin-top: -.6rem;
}

.reglog-block form .forgotten a {
    color: #ea138b;
}

.reglog-block form h4 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    line-height: 1.3em;
}

.reglog-block form .btn-facebook {
    margin: 1rem 0;
}

.reglog-block form .btn-registration-module-submit, .reglog-block form input[type=submit] {
    width: 100%;
    border: 0;
}

.reglog-block form .btn-registration-module-submit {
    background-color: #ea148c;
    color: #fff;
}

.reglog-block form input[type=text], .reglog-block form input[type=password], .reglog-block form input[type=email] {
    background-color: #f5f6f7
}

.reglog-block form .checkboxes {
    margin-left: 1rem;
}

.reglog-block form .checkboxes .js_check a {
    color: #ea148c;
}

.reglog-block form .checkboxes .js_check a:hover {
    text-decoration: underline;
}

@media(min-width: 700px) {
    .reglog-block:after {
        content: '';
        display: block;
        clear: both;
    }

    .reglog-block > form {
        float: left;
        width: 50%;
        padding: 0 2rem;
        margin: 1rem 0;
    }

    .reglog-block > form:first-child {
        border-right: .1rem solid #f9de60;
    }
}

@media(max-width: 699px) {
    .reglog-block > form {
        padding: 0 1rem;
    }

    .reglog_popup .popup-header p {
        display: none;
        font-size: 1.5rem;
        font-weight: 500;
    }

    .reglog-block {
        margin: 0 !important;
    }

    .reglog_popup .popup-header img {
        width: 15rem;
    }

    .reglog-block form .checkboxes label {
        font-size: 1.2rem;
    }

    .registration-popup-checkbox .form-group {
        margin-bottom: 5px;
    }

    .registration-popup-checkbox input[type=checkbox] {
        vertical-align: top;
    }

    .registration-popup-checkbox input[type=checkbox] + label {
        width: 90%;
        font-size: 14px;
    }
}

#myModal {
    z-index: 10000;
}

/* product-search */
.product-search .styled-table {
    margin-top: 0;
}

.product-search .search-section:not(:last-child) {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ea128b;
    padding-bottom: 4rem;
}

.product-search .search-section h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
}

.product-search .search-section .customer {
    margin-bottom: 15px;
}

/* info-block */
.info-block {
    text-align: center;
    background-color: #fff;
    padding: 20px 20px 20px 100px;
    position: relative;
    border-radius: 20px;
}

.info-block i {
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 80px;
    transform: translateY(-50%);
}

.info-block p:last-child {
    margin-bottom: 0;
}

@media (max-width: 500px) {
    .info-block {
        padding: 20px;
        margin-top: 60px;
    }

    .info-block i {
        top: 20px;
        left: 50%;
        transform: translateX(-50%) translateY(-100%);
    }
}


.ajax-loader{
    display: none;
}
.ajax-loader.active{
    display: block;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1000;
}
.ajax-loader.active span{
    display: block;
    color: #ea138b;
    font-size: 2rem;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    top: 50%;
    left: 50%;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0) translateX(-50%) translateY(-50%);
    -ms-transform: translateZ(0) translateX(-50%) translateY(-50%);
    transform: translateZ(0) translateX(-50%) translateY(-50%);
}


@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
.mb-2{
    margin-bottom: 2rem;
}
.commercial-message{
    display: block;
    color: #6c6c6c;
}

/* seznam */
.adFull{
    margin: 10px auto;
    overflow: hidden;
}
#ssp-zone-245528{
    margin: 0 auto;
    transition: all 200ms ease-out;
}
@media(min-width: 768px){
    #ssp-zone-245528:not(:empty){
        height: 210px;
        min-width: 100px;
    }
}