@import url('bootstrap.css');
@import url('icons.css');

/*** COMMON STYLES ***/
body, html {
    height: 100%;
}
body {
    margin: 0px auto;
    background: #e5e5e5;
    color: #000;
    font: 14px "MuseoSans", 'Trebuchet MS', sans-serif;
    -webkit-text-size-adjust:100%;
}
body > div#floor {
    height: 100%;
    min-height: 100%;
    position: relative;
}
body .htmlBox {
    font-size: 17px;
    line-height: 27px;
    font-family: "MuseoSansLight",'Trebuchet MS',sans-serif;
}
body .htmlBox h1,
body .htmlBox h3,
body .htmlBox h2 {
    line-height: normal;
    font: 21px "MuseoSans",'Trebuchet MS',sans-serif;
}
body .htmlBox ol,
body .htmlBox ul {
    padding-left: 5px;
}
body .htmlBox ol > li,
body .htmlBox ul > li {
    list-style: inside;
}

input,select,option,p,form,ul,li,h1,h2,h3,h4,h5,h6,td,img,table {
    margin: 0;
    padding: 0;
    border: 0;
}
::selection {
    background: #707070;
    color: white;
}
::-moz-selection {
    background: #707070;
    color: white;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 400;
    margin-bottom: 10px;
}
body:not([class*="static-page"]) ul, body:not([class*="static-page"]) li {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border-padding: 0;
    width: 100%;
}
table.fixed {
    table-layout: fixed;
}
img {
    vertical-align: middle;
}
label {
    -moz-user-select: none;
    -webkit-user-select: none;
}
strong, b {
    font-weight: 400;
}

/* links */
a:link,
a:visited,
.link {
    color: -webkit-link;
    text-decoration: none;
    cursor: pointer;
    color: #000;
    transition: opacity 0.25s ease-out;
}
a:hover,
a:active,
.link:hover {
    opacity: 0.8;
}
/* links end */

/* fonts */
.font1, 
a.font1 {
    color: #000;
}
a.font1:hover,
a.active.font1,
.active .font1 {
    text-decoration: underline;
}
.font2,
a.font2 { 
    color: white;
}
a.font2:hover {
    text-decoration: underline;
}
.link-large {
    font-size: 15px!important;
    font-weight: 300!important;
}
span.text-notice,
div.text-notice {
    padding-bottom: 10px;
}
.text-notice + form {
    margin-top: 10px;
}
.close,
.red {
    color: #FC2532!important;
}
a.button.green_bg {
    background: #00ad52!important;
}
.hookAccountMenuBlock .ha-social-icons {
    margin-top: 10px;
    justify-content: start;
}
.hookAccountMenuBlock .ha-icons-container.in-navigation .ha-or {
    display: none!important;
}

.close:hover,
.red:hover {
    color: #ff5d5d!important;
}
.red.margin {
    padding-left: 10px!important;
    cursor: pointer;
}
.bold {
    font-weight: bold;
}
.date {
    font-size: 0.857em;
    color: #949494;
    font-weight: 300;
}
.notice,
.notice_message {
    color: #c95265;
}
.notice_message {
    padding-top: 5px;
}
/* fonts end */

/* h1 */
h1 {
    color: #2b2b2b;
    font-size: 1.875em;
    margin: 0 0 20px 0;
    font-weight: normal;
    padding: 0;
    font-weight: 100;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
h1.page_h1 {
    font: 21px "MuseoSans",'Trebuchet MS',sans-serif;
}
/*.mobileh1 {
    display: none;
}*/


body.terms-of-use-page h1.page_h1,
body.about-us-page h1.page_h1,
body.home-page h1.page_h1 {
    margin: -2px 0 20px;
    position: relative;
    overflow: initial;
    font-size: 38px;
    font-weight: 400;
}
body.terms-of-use-page h1.page_h1:before,
body.about-us-page h1.page_h1:before,
body.home-page h1.page_h1:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: -10px;
    background-color: #ff3f40;
}
body.terms-of-use-page .static-content,
body.about-us-page .about_us {
    color: #000;
    font-size: 17px;
    line-height: 27px;
    font-family: "MuseoSansLight",'Trebuchet MS',sans-serif;
}

body.terms-of-use-page .static-content > div {
    margin-bottom: 20px;
}
body.about-us-page h4 {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}
body.terms-of-use-page .static-content h2 {
    margin-bottom: 25px;
    font: 21px "MuseoSans",'Trebuchet MS',sans-serif;
}
#controller_area > h1 {
    margin-bottom: 22px;
}
.h1-nav h1 {
    overflow: hidden;
}
.h1-nav nav {
    float: right;
    vertical-align: top;
}
.h1-nav nav > a.icon {
    display: none!important;
}
/* h1 end */
.hide {
    display: none;
}
/* global style items */
.hlight {
    background: white;
    border-radius: 5px;
}
.hborder {
    border-color: white;
}
/* global style items end */

/* inputs */
input[type=text],
input[type=password],
textarea,
select {
    height: 32px;
    background: #fff;
    border: 2px #cccccc solid;
    /*box-shadow: inset 0 2px 0 rgba(0,0,0,.08);*/    
    border: 1px solid #D3D3DC;
    color: #333333;
    font-family: 'Museo Sans','Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    padding: 0 10px 0px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
}
input:hover {
    border-color: #bbbbbb;
}
input:focus {
    border-color: #FC2532;
    background-color: #fff;
}
textarea {
    line-height: normal;
    height: auto;
    padding: 8px 10px 8px;
    width: 100%;
}
select {
    background: #fff;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
}
input.phone-field {
    background: #fff;
    max-width: 213px;
}
@-moz-document url-prefix() {
    select {
        padding: 7px;
    }
}
select.disabled,
select[disabled=disabled],
input[disabled=disabled] {
    cursor: not-allowed;
    color: #bfbfbf;
    opacity: .8;
}
select:hover {
    border-color: #bbbbbb;
}
select:focus {
    border-color: #FC2532;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        background: url('../img/gallery.png') right -1391px no-repeat #fff;
        padding-right: 27px;
    }
}
@-moz-document url-prefix() {
    select {
        background: url('../img/gallery.png') right -1391px no-repeat #fff;
        padding-right: 27px;
    }
}
option {
    padding: 2px 0;
}
input[type=submit],
input[type=button],
.button,
a.button,
a.button-dark {
    background: #ff3f40;
    line-height: 42px;
    height: 42px;
    padding: 0 20px 3px;
    color: white;
    border: 1px solid #fff;
    border-radius: 3px;
    font-family: "MuseoSansBold",'Trebuchet MS',sans-serif;
    font-weight: 300;
    /*box-shadow: 0 2px 0 rgba(0,0,0,.08);*/
    cursor: pointer;

    transition: opacity 0.25s ease-out;
    -webkit-appearance: none;
}
input[type=submit]:hover,
input[type=button]:hover,
a.button-dark:hover,
a.button:hover {
    opacity: 0.8;
}
a.button {
    display: inline-block;
    height: 37px;
    line-height: 35px;
}
a.button-dark {
    display: inline-block;
    height: 34px;
    line-height: 32px;
    border: 1px solid #000000;
    background: #fff;
    color: #000000;
    text-transform: uppercase;    
    font-size: 10px;
}
a.button.wide {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
}
a.button.disabled,
input[type=submit][disabled=disabled],
input[type=button][disabled=disabled],
input[type=submit].disabled,
input[type=button].disabled {
    cursor: not-allowed;
    background: #b1b1b1 !important;
    color: #e6e6e6;
    box-shadow: none;
}
input[type=submit].low,
input[type=button].low,
a.button.low {
    height: 35px;
    line-height: 34px;
}
.button.warning:not(.disabled) {
    background: #c51c1c;
    border: none;
}
.button.warning:not(.disabled):hover {
    background: #d62c2c !important;
}
input[type=button].grey {
    background:  #989898;
}

input[type=checkbox]:not(.default),
input[type=radio]:not(.default) {
    opacity: 0;
    position: absolute;
    width: 26px;
    height: 26px;
}
input[type=checkbox]:not(.default) + label,
input[type=radio]:not(.default) + label {
    max-width: 100%;
    line-height: 26px;
    display: inline-block;
    cursor: pointer;
    color: #949494;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
input[type=checkbox]:not(.default) + label.lb-messengers_telegram {
    line-height: 32px;
}

input[type=checkbox]:not(.default) + label > span,
input[type=radio]:not(.default) + label > span {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url('../img/gallery.png') 0 -1046px no-repeat;
    vertical-align: top;
    margin: 0 5px 0 0;
}
input[type=radio]:not(.default) + label > span {
    background-position: 0 -1130px;
}
input[type=checkbox]:not(.default):hover + label > span {
    background-position: 0 -1074px;
}
input[type=radio]:not(.default):hover + label > span {
    background-position: 0 -1158px;
}
input[type=checkbox]:not(.default):checked + label > span,
input[type=radio]:not(.default):checked + label > span {
    background-position: 0 -1102px;
}
input[type=checkbox]:not(.default):checked + label,
input[type=radio]:not(.default):checked + label {
    color: #5c5c5c;
}
input[type=checkbox][disabled=disabled]:not(.default):checked + label,
input[type=radio][disabled=disabled]:not(.default):checked + label {
    color: #cacaca;
}
input[type=radio]:not(.default):checked + label > span {
    background-position: 0 -1186px;
}

input[type=radio].multiline + label,
input[type=checkbox].multiline + label {
    height: auto;
    text-align: center;
    font-weight: 300;
    font-size: 0.929em;
}
input[type=radio].multiline:checked + label,
input[type=checkbox].multiline:checked + label {
    color: black;
}
input[type=checkbox].multiline:not(.default) + label > span,
input[type=radio].multiline:not(.default) + label > span {
    display: block;
    margin: 0 auto;
}
input[type=radio][disabled=disabled] + label > span {
    opacity: 0.5;
}
input[type=radio][disabled=disabled] + label {
    color: #707070;
}

input[type=checkbox].inline + label {
    display: inline;
}
input[type=checkbox].inline + label > span {
    margin: 0;
}

input.search {
    height: 36px;
    background-image: url('../img/gallery.png');
    background-position: 12px -431px;
    background-repeat: no-repeat;
    width: 0;
}
input.search:hover {
    height: 37px;
    background: url('../img/gallery.png') 12px -431px no-repeat #fec04f;
}
input.pin_code {
    height: 42px;
}
input.make_payment_enot {
    font-size: 21px;
    text-transform: uppercase;
}
/* Switcher */
label.switcher input[type=checkbox] {
    display: none;
}
label.switcher > input[type=checkbox] + span:not(.status) {
    margin-top: -1px;
    display: inline-block;
    width: 34px;
    height: 18px;
    background: #969696;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: background-color 0.4s, opacity 0.4s;
    opacity: 0.7;
}
label.switcher > input[type=checkbox] + span:not(.status):after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background: #fff;
    transition: transform 0.4s;
    z-index: 2;
}
label.switcher > input[type=checkbox] + span:not(.status):before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 8px;
    height: 8px;
    background: url(../img/gallery.png) -8px -1213px no-repeat;
    transition: transform 0.4s;
    z-index: 3;
}
label.switcher:hover > input[type=checkbox] + span:not(.status) {
    opacity: 1;
}
label.switcher > input[type=checkbox]:checked + span:not(.status) {
    background: #52b600;
    transition: background-color 0.4s;
}
label.switcher > input[type=checkbox]:checked + span:not(.status):after {
    transform: translateX(-16px);
}
label.switcher > input[type=checkbox]:checked + span:not(.status):before {
    transform: translateX(-16px);
    background-position: 0 -1213px;
}
label.switcher > input[type=checkbox] ~ .status {
    margin-left: 10px
}
label.switcher > input[type=checkbox] ~ .status:before {
    content: attr(data-enabled);
}
label.switcher > input[type=checkbox]:checked ~ .status:before {
    content: attr(data-disabled);
}

::-webkit-input-placeholder {
    font-family: 'Museo Sans', 'Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    color: #58585C;
}
:-moz-placeholder {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: normal;
    color: #58585C;
}
::-moz-placeholder {
    font-family: 'Museo Sans', 'Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    color: #58585C;
}
:-ms-input-placeholder {
    font-family: 'Museo Sans', 'Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    color: #58585C;
}
*:focus {
    outline: none;
}

input[type=text].error,
input[type=password].error,
textarea.error {
    background: #fff2f4;
    color: #c92a44;
    border-color: #e38a8a;
}
div.field.error label {
    color: #c92a44;
}
select.error {
    background-color: #ffecef;
    border-color: #e38a8a;
    color: #c92a44
}
.image-field-preview {
    margin-bottom: 10px;
}
.image-field-preview > div.relative {
    width: 100%;
}
.file-input {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.file-input input.file {
    position: absolute;
    right: 0;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}
.file-input input.file-name {
    width: 200px;
    position: relative;
}
.file-input span {
    display: inline-block;
    background: #b3b3b3;
    line-height: 36px;
    height: 38px;
    padding: 0 20px 3px;
    color: white;
    font-size: 1.071em;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 5px;
    margin-left: 3px;
}
.file-input + em {
    margin: 0 10px;
}
/* inputs end */
/*** COMMON STYLES END ***/
.type_profile {
    display: inline-block;
    border-radius: 3px;
    background: #ff3f40;
    color: #fff;
    padding: 3px 10px;
    margin: 3px 0;
}
.view-details-page .details .type_profile {
    padding: 0px 10px;
}
.qtip{
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    color: #F4F8F7;
    direction: ltr;
    box-shadow: none;
    padding: 0;
}

.qtip-content{
        position: relative;
        padding: 5px 9px;
        overflow: hidden;

        text-align: left;
        word-wrap: break-word;
    }

    .qtip-titlebar{
        position: relative;
        padding: 5px 35px 5px 10px;
        overflow: hidden;

        border-width: 0 0 1px;
        font-weight: bold;
    }

    .qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

    /* Default close button class */
    .qtip-close{
        position: absolute;
        right: -9px; top: -9px;
        z-index: 11; /* Overlap .qtip-tip */

        cursor: pointer;
        outline: medium none;

        border: 1px solid transparent;
    }

        .qtip-titlebar .qtip-close{
            right: 4px; top: 50%;
            margin-top: -9px;
        }

        * html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

        .qtip-titlebar .ui-icon,
        .qtip-icon .ui-icon{
            display: block;
            text-indent: -1000em;
            direction: ltr;
        }

        .qtip-icon, .qtip-icon .ui-icon{
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            text-decoration: none;
        }

            .qtip-icon .ui-icon{
                width: 18px;
                height: 14px;

                line-height: 14px;
                text-align: center;
                text-indent: 0;
                font: normal bold 10px/13px Tahoma,sans-serif;

                color: inherit;
                background: transparent none no-repeat -100em -100em;
            }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
    background-color: #ff3f40;
    color: #fff;
    -webkit-box-shadow: 10px 7px 30px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 7px 30px -7px rgba(0,0,0,0.75);
    box-shadow: 10px 7px 30px -7px rgba(0,0,0,0.75);
}
.qtip-default.status_mode-active{
    background-color: #00b654;
}
.qtip-default.status_mode-active .qtip-tip{
    display: none!important;
}

.qtip-default .qtip-titlebar{
    background-color: #ff3f40;
}

.qtip-default .qtip-titlebar{
    background-color: #FFEF93;
}

.qtip-default .qtip-icon{
    border-color: #CCC;
    background: #F1F1F1;
    color: #777;
}

.qtip-default .qtip-titlebar .qtip-close{
    border-color: #AAA;
    color: #111;
}


/*! Light tooltip style */
.qtip-light{
    background-color: white;
    border-color: #E2E2E2;
    color: #454545;
}

    .qtip-light .qtip-titlebar{
        background-color: #f1f1f1;
    }


/*! Dark tooltip style */
.qtip-dark{
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3;
}

    .qtip-dark .qtip-titlebar{
        background-color: #404040;
    }

    .qtip-dark .qtip-icon{
        border-color: #444;
    }

    .qtip-dark .qtip-titlebar .ui-state-hover{
        border-color: #303030;
    }


/*! Cream tooltip style */
.qtip-cream{
    background-color: #FBF7AA;
    border-color: #F9E98E;
    color: #A27D35;
}

    .qtip-cream .qtip-titlebar{
        background-color: #F0DE7D;
    }

    .qtip-cream .qtip-close .qtip-icon{
        background-position: -82px 0;
    }


/*! Red tooltip style */
.qtip-red{
    background-color: #F78B83;
    border-color: #D95252;
    color: #912323;
}

    .qtip-red .qtip-titlebar{
        background-color: #F06D65;
    }

    .qtip-red .qtip-close .qtip-icon{
        background-position: -102px 0;
    }

    .qtip-red .qtip-icon{
        border-color: #D95252;
    }

    .qtip-red .qtip-titlebar .ui-state-hover{
        border-color: #D95252;
    }


/*! Green tooltip style */
.qtip-green{
    background-color: #CAED9E;
    border-color: #90D93F;
    color: #3F6219;
}

    .qtip-green .qtip-titlebar{
        background-color: #B0DE78;
    }

    .qtip-green .qtip-close .qtip-icon{
        background-position: -42px 0;
    }


/*! Blue tooltip style */
.qtip-blue{
    background-color: #E5F6FE;
    border-color: #ADD9ED;
    color: #5E99BD;
}

    .qtip-blue .qtip-titlebar{
        background-color: #D0E9F5;
    }

    .qtip-blue .qtip-close .qtip-icon{
        background-position: -2px 0;
    }


.qtip-shadow{
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;

    color: white;
    border: 0 solid transparent;

    background: #4A4A4A;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
    background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

    .qtip-youtube .qtip-titlebar{
        background-color: #4A4A4A;
        background-color: rgba(0,0,0,0);
    }

    .qtip-youtube .qtip-content{
        padding: .75em;
        font: 12px arial,sans-serif;

        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
    }

    .qtip-youtube .qtip-icon{
        border-color: #222;
    }

    .qtip-youtube .qtip-titlebar .ui-state-hover{
        border-color: #303030;
    }


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
    background: #232323;
    background: rgba(0, 0, 0, 0.7);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
    background-image: -moz-linear-gradient(top, #717171, #232323);
    background-image: -webkit-linear-gradient(top, #717171, #232323);
    background-image: -ms-linear-gradient(top, #717171, #232323);
    background-image: -o-linear-gradient(top, #717171, #232323);

    border: 2px solid #ddd;
    border: 2px solid rgba(241,241,241,1);

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333;
}

    /* IE Specific */
    .qtip-jtools .qtip-titlebar{
        background-color: transparent;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
    }
    .qtip-jtools .qtip-content{
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
    }

    .qtip-jtools .qtip-titlebar,
    .qtip-jtools .qtip-content{
        background: transparent;
        color: white;
        border: 0 dashed transparent;
    }

    .qtip-jtools .qtip-icon{
        border-color: #555;
    }

    .qtip-jtools .qtip-titlebar .ui-state-hover{
        border-color: #333;
    }


/* Cluetip style */
.qtip-cluetip{
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

    background-color: #D9D9C2;
    color: #111;
    border: 0 dashed transparent;
}

    .qtip-cluetip .qtip-titlebar{
        background-color: #87876A;
        color: white;
        border: 0 dashed transparent;
    }

    .qtip-cluetip .qtip-icon{
        border-color: #808064;
    }

    .qtip-cluetip .qtip-titlebar .ui-state-hover{
        border-color: #696952;
        color: #696952;
    }


/* Tipsy style */
.qtip-tipsy{
    background: black;
    background: rgba(0, 0, 0, .87);

    color: white;
    border: 0 solid transparent;

    font-size: 11px;
    font-family: 'Lucida Grande', sans-serif;
    font-weight: bold;
    line-height: 16px;
    text-shadow: 0 1px black;
}

    .qtip-tipsy .qtip-titlebar{
        padding: 6px 35px 0 10px;
        background-color: transparent;
    }

    .qtip-tipsy .qtip-content{
        padding: 6px 10px;
    }

    .qtip-tipsy .qtip-icon{
        border-color: #222;
        text-shadow: none;
    }

    .qtip-tipsy .qtip-titlebar .ui-state-hover{
        border-color: #303030;
    }


/* Tipped style */
.qtip-tipped{
    border: 3px solid #959FA9;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    background-color: #F9F9F9;
    color: #454545;

    font-weight: normal;
    font-family: serif;
}

.qtip-tipped .qtip-titlebar{
    border-bottom-width: 0;

    color: white;
    background: #3A79B8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
    background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

.qtip-tipped .qtip-icon{
    border: 2px solid #285589;
    background: #285589;
}

.qtip-tipped .qtip-icon .ui-icon{
    background-color: #FBFBFB;
    color: #555;
}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
    /** Taken from Bootstrap body */
    font-size: 14px;
    line-height: 20px;
    color: #333333;

    /** Taken from Bootstrap .popover */
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.qtip-bootstrap .qtip-titlebar{
    /** Taken from Bootstrap .popover-title */
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.qtip-bootstrap .qtip-titlebar .qtip-close{
    /**
     * Overrides qTip2:
     * .qtip-titlebar .qtip-close{
     *   [...]
     *   right: 4px;
     *   top: 50%;
     *   [...]
     *   border-style: solid;
     * }
     */
    right: 11px;
    top: 45%;
    border-style: none;
}

.qtip-bootstrap .qtip-content{
    /** Taken from Bootstrap .popover-content */
    padding: 9px 14px;
}

.qtip-bootstrap .qtip-icon{
    /**
     * Overrides qTip2:
     * .qtip-default .qtip-icon {
     *   border-color: #CCC;
     *   background: #F1F1F1;
     *   color: #777;
     * }
     */
    background: transparent;
}

.qtip-bootstrap .qtip-icon .ui-icon{
    /**
     * Overrides qTip2:
     * .qtip-icon .ui-icon{
     *   width: 18px;
     *   height: 14px;
     * }
     */
    width: auto;
    height: auto;

    /* Taken from Bootstrap .close */
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.qtip-bootstrap .qtip-icon .ui-icon:hover{
    /* Taken from Bootstrap .close:hover */
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
    filter: none;
    -ms-filter: none;
}


.qtip .qtip-tip{
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;

}

/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip{
    visibility: hidden;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas{
    position: absolute;

    color: #123456;
    background: transparent;
    border: 0 dashed transparent;
}

.qtip .qtip-tip canvas{ top: 0; left: 0; }

.qtip .qtip-tip .qtip-vml{
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible;
}


#qtip-overlay{
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
}

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs{ cursor: pointer; }

/* Change opacity of overlay here */
#qtip-overlay div{
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;

    background-color: black;

    opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


.qtipmodal-ie6fix{
    position: absolute !important;
}

.toolTipIcon {
    display: none;
    border-radius: 50%;
    background: #ff3f40;
    color: #fff;
    margin-left: 5px;
}
.toolTipIcon.active {
    display: inline-flex;
}
.toolTipIcon:after {
    content: "?";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.telegram-box a {
    display: flex;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #fff;
    color: #fff;
    padding: 4px;
    max-width: max-content;
}
.telegram-box a svg {
    fill: #fff;
}
.telegram-box.footer {
    margin-right: 15px;
}
.telegram-box-footer-text {
    padding: 0 15px;
}
a.telegram_login-btn svg {
    margin: 5px;
    fill: #fff;
}
a.telegram_login-btn {
    display: inline-flex;
    align-items: center;
    border-radius: 20px;
    padding: 5px;
    background: #54a9eb;
    color: #fff;
}
a.telegram_login-btn .telegram-box-footer-text {
    font-size: 16px;
    padding: 0 15px;
}

.telegram-animate  {
    text-align: center;
}
.telegram-animate img {
    width: auto;
    max-width: 100%;
}

body > div#floor > footer > div:first-child > div.telegram-box-static {
    z-index: 20;
    position: fixed;
    bottom: 30px;
    right: 20px;
    min-height: auto;
}

.telegram-box-static > div {
    position: relative;
}
.telegram-box-static-text {
    background: #039BE5;
    color: #fff;
    font-family: sans-serif;
    position: absolute;
    border-radius: 10px;
    width: 190px;
    padding: 20px;
    top: -25px;
    right: 55px;
}
.telegram-box-static-text  div.tg_right_arrow{
    position: absolute;
    right: -15px;
    bottom: 10px;
    position: absolute;
    border: 5px solid transparent;
    border-left: 10px solid #039BE5;
}

.telegram-box-static > div .tg_text-close {
    position: absolute;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    left: -226px;
    top: -48px;
    z-index: 99999;
}
.telegram-box-static > div div.tg_text-close:after{
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #039BE5; 
    font-family: serif;
    content: "\00d7"; /* This will render the 'X' */
    font-weight: bold;
    font-size: 15px;
}
/*** PAGE HEADER ***/
body > div#floor > header {
    height: 142px;
    position: relative;
    z-index: 1000;
    background: #ff3f40;
}

body > div#floor > header > section:first-child {
    padding: 20px 0;
}
body > div#floor > header > section:first-child > div {
    margin: 0 20px;
    position: relative;
    height: 100%;
}
body > div#floor > header > section.main-menu {
    height: 52px;
    background: #fff;
    display: flex;
}
body > div#floor > header > section.main-menu .drop-menu {
    width: 300px;
    display: flex;
    align-items: center;
    position: relative;
}
.inventory_menu-title {
    display: flex;
    align-items: center;
    color: #333337;
    font-size: 1.21em;
    cursor: pointer;
    padding: 0 20px;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    text-overflow: ellipsis;
}
.inventory_menu-title div {
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 15px;
} 
.inventory_menu-title div:after, 
.inventory_menu-title div:before {
    width: 25px;
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
    height: 2px;
    background: #333337;
    border-radius: 4px;
    content: "";
}
.inventory_menu-title div:after {
    top: 14px;
    width: 17px;
}
.drop-menu:hover .inventory_menu-title div::after {
  width: 25px;
  top: 12px;
  transform: rotate(-45deg);
}
.drop-menu:hover .inventory_menu-title div::before {
  width: 25px;
  top: 12px;
  transform: rotate(45deg);
}

.inventory_menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 10px;
    right: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 8px 25px rgb(0 0 0 / 10%);
    border-radius: 2px;
    border-top: 2px solid #e5e5e5;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease-out,visibility .25s ease-out;
}
.drop-menu:hover .inventory_menu {
    opacity: 1;
    visibility: visible;
}
section.main-menu  ul.inventory_menu > li {
    border-bottom: 1px solid #F6F6FA;
}
section.main-menu  ul.inventory_menu > li > a {
    font-weight: 400;
    width: 100%;
    display: flex;
    line-height: 16px;
    align-items: center;
    cursor: pointer;
    padding: 15px 30px;
    color: #000;
    border: none;
    outline: none;
    background-color: transparent;
    box-sizing: border-box;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "MuseoSans", 'Trebuchet MS',sans-serif;
}
section.main-menu ul.inventory_menu > li > a:after {
    font-family: 'icomoon' !important;
    content: "\e920";
    font-size: 8px;
    color: #cdcddb;
    right: 25px;
    position: absolute;
}

body > div#floor > header > section > div.div-menu {
    /*margin: 0 20px;*/
    flex-grow: 1;

}
div#logo {
    width: 150px;
    height: 50px;
    padding: 0px 0 0 0;
    position: relative;
    z-index: 5;
}
div#logo img {
    height: 100%;
}
div.header-banner-cont {
    height: 106px;
    background: #fff0ff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 8px 0;
}
div.header-banner-cont > div {
    margin: 0 auto;
    height: 100%;
}

div#header-banner > div.banner-space {
    width: 728px;
    height: 90px;
    margin: 15px auto;
}
div#header-banner img {
    width: 100%;
}
div#header-banner div.banner {
    width: 100%;
}
div#header-banner tr.banner-here {
    border: 0;
}
div#header-banner tr.banner-here > td {
    box-shadow: inset 0 0 0 1px #aed0c4;
    color: #92bfaf;
    background: #d5f1e7;
}
div.banner-space {
    box-shadow: inset 0 0 0 1px #FC2532;
    width: 100%;
    height: 100%;
    color: #FC2532;
    font-size: 1.286em;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
/* top navigation */
div#top-navigation {
    /*position: absolute;*/
    right: 0;
    top: 10px;
    margin-right: 2px;

    display: flex;
}
div#top-navigation > span.circle:not(:last-child) {
    margin-right: 5px;
}

span.circle {
    position: relative;
}
span.circle > span.default,
a.circle {
    color: #000;
    text-overflow: ellipsis;
    border: 1px solid #fff;
    border-radius: 3px;
    height: 42px;
    padding: 0 16px;
    display: inline-block;
    vertical-align: top;
    line-height: 42px;
    cursor: pointer;
    position: relative;

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

}
a.circle {
    text-decoration: none;
    color: #333333;
}
span.circle > span.content {
    position: absolute;
    min-width: 100%;
    top: 43px;
    z-index: 100;
    right: 0;

    padding: 15px 15px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 30%);
    background: #fff;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
span.circle.circle_opened > span.content {
    display: block;
}
span > .circle:not(:last-child) {
    margin-right: 7px;
}
span#metro_head.circle > span.default {
    display: flex;
    align-items: center;
    padding: 15px 8px;
    color: #fff;
}

.my_cabinet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eef0f1;
    margin: -15px -15px 0;
    padding: 15px 30px;
    font-size: 16px;
}
.my_cabinet-stat:not(:last-child) {
    border-bottom: 1px solid #f4f3f8;
}
.my_cabinet-stat {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    color: #000;
    font-family: "MuseoSansLight", 'Trebuchet MS',sans-serif;
    transition: opacity .25s ease-out;
    font-size: 16px;
}
.my_cabinet-stat span {
    color: #ff3f40;
}

/* lang selector */
span.circle.selector > span.default {
    padding-right: 35px!important;
}
span.circle.selector > span.default:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    top: 16px;
    right: 14px;
    background: url('../img/gallery.png') -23px -1405px no-repeat;
}
span.circle.selector.circle_opened > span.default:after {
    background-position: -23px -1438px;
}
span.circle.selector ul {
    padding: 0px 10px;
}
span.circle.selector ul > li {
    padding: 7px 0 7px 0;
    white-space: nowrap;
}
span.circle.selector ul > li:last-child {
    padding: 7px 0 0px 0;
}
span.circle.selector ul > li:not(:last-child) {
    border-bottom: 1px solid #f4f3f8;
}
span.circle.selector ul > li > a {
    font-size: 16px;
    color: #000;
    font-family: "MuseoSansLight", 'Trebuchet MS',sans-serif;
    transition: opacity .25s ease-out;
}
span.circle.selector ul > li > a.button {
    color: #fff;
}
span.circle.selector ul > li.active > a {
    
}
#user-navbar > span {
    background: #fff;
}
#user-navbar > span.default {
    padding-left: 40px!important;
}
/* user navigation bar */
#lang-selector {
    margin-left: 30px;
}

.user-navigation-bar  {
    background-color: transparent;
}
.user-navigation-bar > a {
    padding-left: 40px;
    white-space: nowrap;
}
.user-navigation-bar > a:before,
#user-navbar > span.default:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 12px;
    top: 9px;
    background: url('../img/gallery.png') 0 -773px no-repeat;
}
.user-navigation-bar > a.login {
    background: #fff;
}
.user-navigation-bar > a.registration {
    background-color: #FC2532;
    color: white;
    box-shadow: 0 0 0 2px #FC2532, 0px 2px 0px 2px rgba(0,0,0,.08);
}
.user-navigation-bar > a.registration:hover {
    background-color: #d07cda;
    box-shadow: 0 0 0 2px #d07cda, 0px 2px 0px 2px rgba(0,0,0,.08);
}
.user-navigation-bar > a.registration:before {
    background-position: -22px -744px;
}
.user-navigation-bar ul > li > a.logout {
    color: #951ca4;
    font-weight: 400;
}
.user-navigation-bar a.counter,
.account-menu-content a.counter {
    font-size: 0.875em;
    color: white;
    padding: 1px 5px 2px;
    border-radius: 3px;
    vertical-align: top;
    margin: 0 3px;
    display: inline-block;
    line-height: 14px;
    background: #FC2532;
}
.user-navigation-bar span.circle.selector ul > li > a.counter {
    background: #FC2532;
    color: #fff;
}
.user-navigation-bar a.counter:hover {
    text-decoration: none;
}
#user-navbar > span.default:before {
    width: 22px;
    height: 22px;
    background: url('../img/gallery.png') 0 -742px no-repeat;
}
/* user navigation bar end */

.remember-me {
    padding: 10px 0 15px;
}
.modal_content .remember-me {
    padding: 20px 0 0;
}
/* top navigation end */
/* main menu */
body > div#floor > header > section.fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #be7bc0;
}
section.main-menu > nav {
    position: relative;
    min-height: 60px;
}
section.main-menu ul.menu {
    height: 52px;
    overflow: hidden;
    /*white-space: nowrap;*/
    padding: 0;
    position: relative;
    z-index: 5;
    -moz-user-select: none;
    -webkit-user-select: none;
}
section.main-menu div.mobile-menu-button {
    display: none;
}
section.main-menu ul.menu > li {
    display: inline-block;
    height: 52px;
    vertical-align: top;
}
section.main-menu ul#main_menu_more > li.mobile-item:not(.desktop-item),
section.main-menu ul.menu > li.mobile-item:not(.desktop-item) {
    display: none!important;
}
section.main-menu ul > li > a {
    color: #333337;
    font-size: 1.21em;
    display: block;
    height: 100%;
    line-height: 52px;
    padding: 0 15px;
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
    transition: opacity 0.25s ease-out;
}
section.main-menu ul > li > a:hover {
    text-decoration: none;
    opacity: 0.7;
}
section.main-menu ul > li:not(.active) > a:hover {
    text-decoration: none;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.8);

}
section.main-menu ul > li.active:not(:last-child) {
    margin-right: 5px;
}
section.main-menu ul > li.active:not(:first-child) {
    margin-left: 5px;
}
section.main-menu ul > li.active > a {
    color: black;
    font-weight: 400;
}
section.main-menu ul.menu > li.more > span {
    display: inline-block;
    cursor: pointer;
    line-height: 50px;
    padding: 0 0 0 10px;
}
section.main-menu ul.menu > li.more > span > span {
    width: 4px;
    height: 4px;
    background: #333337;
    display: inline-block;
    margin: 0 2px 0 0;
    border-radius: 2px;
}
section.main-menu ul.menu > li.more_active > span > span {
    background: black;
}
ul#main_menu_more {
    display: none;
    position: absolute;
    /*top: 60px;*/
    padding: 5px 7px;
    background: #fff;
    z-index: 10;
    right: 0;
}
ul#main_menu_more > li > a {
    white-space: nowrap;
}

.custom-head-buttons .head-buttons {
    color: #fff;
    padding: 14px 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-family: "MuseoSansBold", 'Trebuchet MS',sans-serif;
}
.kws-head {
    display: flex;
}
.kws-head input[type=text] {
    width: 100%;
    height: 44px;
    border-radius: 2px;
    border: 0;
}
.kws-head span {
    position: relative;
    width: 100%;
}

.kws-head .kws-btn{
    margin-left: 15px;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-family: "MuseoSansBold", 'Trebuchet MS',sans-serif;

    border-radius: 3px;
}
.kws-head-box {
    position: relative;
}

.kws-head-box button {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    background: url(../img/gallery.png) 0 0px no-repeat;
    border: 0px;
}
/* main menu end */

/* keyword search */
div.kw-search {
    min-width: 38px;
    height: 38px;
    float: right;
    border-radius: 19px;
    margin: 10px 0 0 20px;
    position: relative;
    cursor: pointer;
}
div.kw-search:not(.kw-search-active):hover {
    background: #2dba89;
}
div.kw-search > span.lens {
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
}
div.kw-search > span.lens > span {
    width: 16px;
    height: 16px;
    background: url('../img/gallery.png') 0 -440px no-repeat;
    display: inline-block;
    margin: 11px 0 0 11px;
}
div.kw-search-active > span.lens > span {
    background-position: 0 0;
}
div.kw-search > span.field {
    display: inline-block;
    width: 0;
    overflow: hidden;
}
div.kw-search-active {
    background: white;
    cursor: default;
}
div.kw-search-active > span.close,
div.kw-search-mobile > span.close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 13px;
    top: 13px;
    background: url('../img/gallery.png') -25px 0 no-repeat;
    cursor: pointer;
}
#autocomplete {
    background: transparent;
    box-shadow: none;
    padding: 0;
    height: 38px;
    border: 0;
    display: none;
}
.ks-highlight {
    background: #fff8d6;
    color: #272727;
}
/* keyword search end */

/* autocomplete search */
#ac_interface {
    width: 450px;
    max-height: 210px;
    position: absolute;
    display: none;
    overflow: hidden;
    background: #dddddd;
    z-index: 20;
    right: 0;
    top: 48px;
}
#ac_interface li.active {
    background: #c7c7c7;
}
#ac_interface li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#ac_interface div.ac-listing {
    width: 300px;
    float: left;
}
#ac_interface div.ac-listing a {
    display: block;
    padding: 8px 15px;
}
#ac_interface div.ac-listing a b {
    color: black;
    font-weight: 600!important;
}
#ac_interface div.ac-category {
    width: 130px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#ac_interface div.ac-category a {
    display: block;
    padding: 8px 15px 8px 5px;
    color: #444444;
}
#ac_interface .mCSB_scrollTools {
    right: 12px;
}
#ac_interface .mCSB_draggerContainer {
    margin: 10px 0;
}
/* autocomplete search end */
/*** PAGE HEADER END ***/

/*** PAGE CONTENT ***/
div#wrapper {
    /*padding-bottom: 180px;*/
}
section#controller_area:empty {
    padding-bottom: 0!important;
}
section#main_container {
    position: relative;
    overflow: hidden;
}
section#main_container > div.inside-container {
    margin: 0 auto;
    position: relative;
    padding: 10px 10px 10px;
}

section#content {
    vertical-align: top;
    flex: 1;
}
div.static-content {
    line-height: 25px;
    color: #505050;
}

aside.two-middle,
aside.three-middle, {
    position: relative;
}
aside.two-middle > div > section:last-child,
aside.three-middle > div:last-child > section:last-child,
aside.bottom > section:last-child {
    margin-bottom: 0;
}

/* bread crubmbs */
#bread_crumbs {
    margin: 0 10px;
}
#bread_crumbs > ul {
    margin: 0 auto;
    padding-top: 10px;
}
#bread_crumbs > ul > li {
    display: inline-block;
    font-family: "MuseoSansLight",'Trebuchet MS',sans-serif;
}
#bread_crumbs > ul:empty {
    display: none;
}
#bread_crumbs > ul > li > a {
    color: #858585;
    font-family: "MuseoSansLight",'Trebuchet MS',sans-serif;
}
#bread_crumbs > ul > li > span {
    padding: 0 4px;
    color: #000;
}
/* bread crubmbs end */
.colomns {
    display: flex;
}
.colomns .colomn {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
}
.colomns .colomn.left,
.colomns .colomn.right {
    flex: none;
}
.colomns .colomn.left > *,
.colomns .colomn.right > * {
    width: 250px;
}
.colomns .colomn.left:empty {
    display: none;
}


.right section.side_block > div {
    padding-top: 0;
}
ul.left_menu > li:not(:last-child) {
    border-bottom: 1px solid #cecece;
}
ul.left_menu > li.border-red {
    border: 1px solid #ff3f40;
    margin-bottom: 10px;
}
ul.left_menu > li.border-red a {
    color: #ff3f40;
}
.left_menu a  {
    display: flex;
    align-items: center;
    padding: 13px 13px;
    color: #000;
    font-family: "MuseoSansLight", 'Trebuchet MS',sans-serif;
    transition: opacity .25s ease-out;
}
.sidebar-menu__title {
    font-size: 18px;
}

.acc_menu-payment_enot a.button,
.acc_menu-payment_amount a.button {
    display: flex;
    /*align-items: center;*/
}
.acc_menu-payment_enot a.button:before,
.acc_menu-payment_amount a.button:before {
    content: "\e946";
    font-family: 'icomoon' !important;
    margin-right: 7px;
}

/* sidebar block */
section.bprofilelimit,
section.side_block {
    position: relative;
    background: white;
    padding: 15px 20px 17px;
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
    margin-bottom: 10px;
}
section.side_block > h3 {
    color: #2b2b2b;
    font-size: 1.286em;
}
section.side_block > div {
    position: relative;
    /*padding: 20px 0 0;*/
}
section.side_block.listings_box > div {
    position: relative;
    padding: 0;
}
/* sidebar block end */

/* content block */
section.content_block {
    position: relative;
    margin: 0 0 15px 0;
}

section.content_block > h3 {
    color: #2d2c2d;
    font-size: 1.714em;
    font-weight: 300;
}
section.content_block > h2 {
    margin-bottom: 10px;
}
section.content_block > div {
    position: relative;
    padding: 0px 0 0 0;
}

section.no-style {
    margin: 0 0 10px 0;
    position: relative;
    background: transparent;
    padding: 0;
    box-shadow: none;
}
#customMobileBannerPlace {
    display: none;
}
/* content block end */

/* sidebar search block */
section.no-style .search-block-content {
    padding: 14px 20px 18px;
    background: #f1f1f1;
}
section.side_block_search div.search-item {
    padding-bottom: 15px;
}
section.side_block_search div.search-item:last-child {
    padding-bottom: 0;
}
section.side_block_search div.field {
    padding: 7px 0 5px 0;
    color: #939393;
}
section.side_block_search div.field.inline {
    float: left;
    width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.side_block_search div.input {
    overflow: hidden;
}
.search-button {
    padding-top: 15px;
}
.search-button > a {
    padding-top: 10px;
    display: inline-block;
    white-space: nowrap;
}
/* Availability */
.availability-field-container {
    max-width: 550px;
}
ul.availability-chart > li > div {
    padding: 6px 0;
}
ul.availability-chart > li:not(:last-child) {
    border-bottom: 2px #ffecf4 solid;
}
ul.availability-chart > li > div:first-child {
    width: 90px;
    float: left;
    color: #939393;
    border-right: 2px #ffecf4 solid;
}
ul.escort-rates-chart > li > div:first-child {
    width: 60%;
}
ul.availability-chart > li > div:last-child {
    overflow: hidden;
    color: #333333;
    padding-left: 10px;
}
/* Rates */
.esf-div-rates {
    display: inline-block;
    width: 200px;
}
.esf-select-rates {
    width: 100%;
}
.esf-input-custom-rate {
    width: 160px !important;
}
.esf-input-price {
    width: 80px !important;
    margin: 0 10px;
}
.esf-select-currency {
    width: 80px;
}
/* Tours */
ul.availability-chart.escort-tours-chart > li > div:first-child {
    width: 100%;
    float: none;
    border: 0;
    padding-left: 0!important;
    padding-right: 0!important;
}
ul.availability-chart.escort-tours-chart > li > div > span {
    display: block;
    font-weight: 400;
}
.show-tours-on-map {
    margin-top: 20px;
    width: 100%;
}

.esf-tours-field-container div.field {
    max-width: 600px;
}
.esf-input-location {
    width: 100%;
}
.esf-input-from,
.esf-input-to {
    margin-left: 15px;
}
/* single */
.search-item.single-field > select,
.search-item.single-field > div.input > select,
.search-item.single-field > input[type=text],
.search-item.single-field .two-inline input[type=text] {
    width: 100%;
}
/* two */
.search-item.two-fields > select,
.search-item.two-fields > div.input > select,
.search-item.two-fields > input[type=text] {
    width: 48%;
    margin-right: 4%;
}
.search-item.two-fields > select:last-child,
.search-item.two-fields > div.input > select:last-child,
.search-item.two-fields > input[type=text]:last-child {
    margin-right: 0;
}
.search-item.two-fields .chechbox_box > .custom-input,
.search-item.two-fields > .custom-input,
.search-item.couple-field > .custom-input {
    width: 50%;
    display: inline-block;
}
/* three */
.search-item.three-field > select {
    width: 24%;
    margin-right: 4%;
}
.price.search-item.three-field > input {
    width: 30%;
    margin-right: 2%;
}
.search-item.three-field > input {
    width: 34%;
    margin-right: 4%;
}
.three-field > select.multicat {
    width: 31%;
    margin-right: 3.5%;
}
.search-item.three-field > *:last-child {
    margin-right: 0;
}

/* checkbox */
.search-item.checkbox-field {
    margin-bottom: -10px;
}
.search-item.checkbox-field .chechbox_box > .custom-input,
.search-item.checkbox-field > .custom-input {
    display: inline-block;
    width: 50%;
}
body.search-page .search-item.checkbox-field .chechbox_box > .custom-input,
body.search-page .search-item.checkbox-field > .custom-input {
    width: 33%;
}

.search-item.checkbox-field .chechbox_box > .custom-input,
.search-item.checkbox-field > .custom-input {
    padding: 0 0 10px 0;
}
.search-item.checkbox-field .chechbox_box > .custom-input > label,
.search-item.checkbox-field > .custom-input > label {
    padding-right: 5px;
}
.side_block_search .search-item.checkbox-field .chechbox_box > .custom-input,
.side_block_search .search-item.checkbox-field > .custom-input {
    display: block;
    width: auto;
}

.search-item span.divider {
    padding: 0 10px;
}
/* sidebar search block end */
/*** PAGE CONTENT END ***/
body > div#floor > footer div.age18 {
    flex-shrink: 0;
    font-size: 20px;
    border: 1px solid #71717b;
    margin-right: 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

body > div#floor > footer > div > div {
    margin: 0 auto;
    position: relative;
}
body > div#floor > footer > div:first-child {
    padding: 25px 15px;
    min-height: 105px;
    background: #0f0f18;
    overflow-x: hidden;
    display: flex;
    justify-content: space-between;

}
body > div#floor > footer div.f-info { 
    margin-top: 15px;
    font-size: 12px;
    line-height: 18px;
    color: #95959c;
}
body > div#floor > footer   div.f-logo {
    width: 20%;
}
body > div#floor > footer  div.f-menu {
    display: flex;
    justify-content: space-around;
    justify-content: center;
    flex-grow: 1;
    margin-top: -7px;
}


body > div#floor > footer > div:first-child > div {
    position: relative;
    min-height: 105px;
}
body > div#floor > footer > div:last-child {
    background: #212127;
    padding: 25px;
    font-size: 12px;
    line-height: 18px;
    color: #7d7d80;
}
body > div#floor > footer div.cp {
    z-index: 3;
    position: relative;
    overflow: hidden;
}

body > div#floor > footer div.icons {
    height: 65px;
    line-height: 65px;
}
body > div#floor > footer div.icons a {
    opacity: 0.8;
}
body > div#floor > footer div.icons a:hover {
    opacity: 1;
}
body > div#floor > footer div.icons a > img {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../img/gallery.png') -19px -632px no-repeat;
    margin-left: 10px;
}
nav.footer-menu {
    position: relative;
    display: block;
}
nav.footer-menu > ul {
    max-width: 350px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
nav.footer-menu > ul > li {
    flex: 50%;
}
nav.footer-menu a {
  color: #CECED7;
  font-size: 14px;
  line-height: 24px;
  transition: opacity 0.25s ease-out;
  text-decoration: none;
}
nav.footer-menu a:hover {
    opacity: 0.7;
}
nav.footer-menu li:not(:last-child) a.active {
    margin-right: 3px;
}
nav.footer-menu li:not(:first-child) a.active {
    margin-left: 3px;
}

body > div#floor > footer > div:first-child > div > div:first-child {
    line-height: 100%;
}
body > div#floor > footer
{
    position: relative;
}
body > div#floor > footer span.scroll-top {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 20px;
    bottom: 20%;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 1.875em;
    line-height: 35px;
    cursor: pointer;
    background: white;
    display: inline-block;
    z-index: 15;
}
body > div#floor > footer span.scroll-top:before {
    content: '';
    width: 12px;
    height: 16px;
    position: absolute;
    top: 11px;
    left: 13px;
    background: url('../img/gallery.png') 0 -805px no-repeat;
}
body > div#floor > footer span.scroll-top:hover {
    background: #ffecf4;
}
/*** PAGE FOOTER END ***/

/*** PAGINATION ***/
ul.pagination {
    margin: 15px 0 10px 0;
    text-align: center;
}
ul.pagination > li {
    width: 50px;
    height: 40px;
    background-color: #fff;
    margin: 2px;
    display: inline-block;
    vertical-align: top;
}
ul.pagination > li.transit {
    padding: 0 20px;
}
ul.pagination > li.navigator span,
ul.pagination > li.navigator a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #1c1c27;
    text-decoration: none;
    border-radius: 2px;
}
ul.pagination > li.navigator a:hover,
ul.pagination > li.navigator a.active {
    background: #ff3f40;
    color: #fff;
    border-radius: 2px;
}

/*** PAGINATION END ***/

/*** MISCELLANEOUS ***/
.two-inline {
    display: flex !important;
}
.two-inline > *:first-child {
    flex: 0 0 auto;
}
.two-inline > *:last-child {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
.two-inline:not(.left) {
    flex-direction: row-reverse;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mass-actions {
    padding: 15px 0 0 0;
}
.qtip-content {
    font-weight: 300!important;
}

div.textarea_counter_default,
div.textarea_counter_warning {
    height: 26px;
    font-size: 0.857em;
    text-align: right;
    display: inline-block;
}
div.textarea_counter_warning {
    color: #860b0b;
}

/* enlarge media */
span.media-enlarge {
    transition: opacity 0.5s ease;

    width: 40px;
    height: 40px;
    background: white;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
}
*:hover > span.media-enlarge {
    opacity: 1;
}
span.media-enlarge > span {
    width: 16px;
    height: 16px;
    border: 2px #ca5cd7 solid;
    position: absolute;
    left: 12px;
    top: 12px;
    border-radius: 16px;
}
span.media-enlarge > span:before,
span.media-enlarge > span:after {
    content: '';
    width: 8px;
    height: 2px;
    position: absolute;
    left: 2px;
    top: 5px;
    background: #ca5cd7;
}
span.media-enlarge > span:after {
    width: 2px;
    height: 8px;
    left: 5px;
    top: 2px;
}
/* enlarge media end */

/* keyword search in box */
.kws-block {
    padding-bottom: 10px;
}
form.kws-block {
    padding-bottom: 30px;
}
.kws-block > div:last-of-type {
    margin-top: 5px;
}
.kws-block input[type=text] {
    width: 100%;
}
.kws-block .options ul {
    padding: 10px 0 5px;
}
.kws-block .options ul > li {
    padding: 0 0 7px 0;
}
.kws-block .options ul > li:last-child {
    padding: 0;
}
.kws-block a {
    margin-top: 10px;
    display: inline-block;
}
#area_keyword form.kws-block .two-inline {
    width: 70%;
}
/* keyword search in box end */

/* close bars */
div.close-black {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
div.close-black > div {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 14px;
    right: 14px;
    background: url('../img/gallery.png') right -413px no-repeat;
    opacity: 0.5;
}
div.close-black:hover > div {
    opacity: 0.8;
}

.close-red {
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    background: url('../img/gallery.png') 0 -413px no-repeat;
    opacity: 0.5;
}
.close-red:hover {
    opacity: 0.8;
}

img.remove {
    cursor: pointer;
    width: 10px;
    height: 12px;
    margin: 0 0 0 8px;
    background: url('../img/gallery.png') 0 -1460px no-repeat;
    opacity: 0.7;
}
img.remove:hover {
    opacity: 1;
}
/* close bars end */

#save_search {
    margin: 20px 0 0;
    display: inline-block;
}

.h1-nav nav > a:not(.button) {
    display: inline-block;
    height: 38px;
    margin-left: 5px;
    margin-top: 3px;
    opacity: 0.7;
}
.h1-nav nav > a:not(.button):not(.post_ad) {
    margin-top: 12px;
}
.h1-nav nav > a:hover {
    opacity: 1;
}
.h1-nav nav > a.post_ad {
    width: 38px;
    background: #FC2532;
    border-radius: 20px;
    position: relative;
    opacity: 1;
}
.h1-nav nav > a.post_ad:before,
.h1-nav nav > a.post_ad:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    top: 18px;
    left: 9px;
    background: white;
}
.h1-nav nav > a.post_ad:after {
    width: 2px;
    height: 20px;
    top: 9px;
    left: 18px;
}
.h1-nav nav > a.post_ad:hover {
    background: #e4a0ec;
}
.custom-nav {
    display: flex;
    justify-content: space-between;
}
/* credit card styles */
img.cvc {
    width: 45px;
    height: 26px;
    background: url('../img/cc.png') 0 0 no-repeat;
    margin: 0 0 4px 6px;
}
img#card_icon {
    width: 38px;
    height: 24px;
    background: url('../img/cc.png') 0 150px no-repeat;
    margin: 0 0 4px 6px;
}
img#card_icon.visa,
img#card_icon.visa_electron {
    background-position: 0 -122px;
}
img#card_icon.mastercard {
    background-position: 0 -98px;
}
img#card_icon.discover {
    background-position: 0 -50px;
}
img#card_icon.maestro {
    background-position: 0 -74px;
}
img#card_icon.amex {
    background-position: 0 -26px;
}
/* credit card styles end */
/*** MISCELLANEOUS END ***/

.ms-messengers {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background-image: url('../img/messengers.png');
    background-size: cover;
}
.ms-messengers.messengers_whatsapp {
    background-position: 0 0;
}
.ms-messengers.messengers_viber {
    background-position: -20px 0;
}
.ms-messengers.messengers_telegram {
    background-position: -40px 0;
}

.view-details-page .phone_hidden {
    border: 1px solid #ff3f40;
    background: #fff;
    color: #ff3f40;
    padding: 0px 10px;
    display: inline-block;
}
.view-details-page a.messengers_viber {
    display: none;
}

/*** TABS ***/
ul.tabs {
    height: 42px;
    white-space: nowrap;
    margin-bottom: 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
}
ul.tabs:not(.search_tabs) > li {
    display: inline-block;
    height: 42px;
    white-space: nowrap;
    vertical-align: top;
}
ul.tabs:not(.search_tabs) > li > a {
    display: inline-block;
    padding: 9px 20px 0;
    height: 42px;
    color: #000;
    cursor: pointer;
    position: relative;
    border: 2px white solid;
    border-radius: 5px;
    background: white;
    text-decoration: none;
}
ul.tabs:not(.search_tabs) > li > a:hover:not(.active) {
    text-decoration: underline;
}
ul.tabs:not(.search_tabs) > li.active > a {
    background: #fff;
    color: black;
    border-color: #FC2532;
}
ul.tabs:not(.search_tabs) > li.active > a:hover {
    text-decoration: none;
}
ul.tabs:not(.search_tabs) > li:not(:last-child) {
    margin-right: 3px;
}

ul.tabs:not(.search_tabs) > li.active > a:after,
ul.tabs:not(.search_tabs) > li.active > a:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
ul.tabs:not(.search_tabs) > li.active > a:after {
    border-color: rgba(255, 236, 244, 0);
    border-top-color: #ffecf4;
    border-width: 5px;
    margin-left: -5px;
}
ul.tabs:not(.search_tabs) > li.active > a:before {
    border-color: rgba(218, 138, 227, 0);
    border-top-color: #FC2532;
    border-width: 8px;
    margin-left: -8px;
}

ul.tabs > li.more {
    padding: 0;
    margin: 0!important;
    width: 42px;
    height: 42px;
    text-align: center;
    position: absolute;
    right: 15px;
    z-index: 40;
    border-radius: 5px;
}
ul.tabs > li.more.opened {
    background: white;
    z-index: 42;
}
ul.tabs > li.more > span {
    width: 4px;
    height: 4px;
    background: #000000;
    display: inline-block;
    margin: 19px 2px 0 0;
    border-radius: 2px;
    vertical-align: top;
}
ul.tabs > li.more > span:last-child {
    margin-right: 0;
}
ul.tabs > li.overflowed {
    position: absolute;
    right: 15px;
    margin-top: -6px !important;
    padding: 0;
    display: none;
    z-index: 41;
}
ul.tabs > li.overflowed.opened {
    display: block;
}
ul.tabs > li.overflowed > ul {
    background: white;
    padding: 5px 0;
    box-shadow: 0px 6px 7px 1px rgba(0,0,0,.2);
    border-radius: 5px;
}
ul.tabs > li.overflowed > ul > li > a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
ul.tabs > li.overflowed > ul > li.active > a {
    color: #030303;
    box-shadow: inset 3px 0 0 #FC2532;
    text-decoration: none;
}

/* search tabs */
ul.tabs.search_tabs {
    border: 2px #cccccc solid;
    display: inline-block;
    padding: 3px;
    border-radius: 5px;
    background: #fffbfd;
    height: 38px;
    line-height: 28px;
    box-shadow: inset 0px 2px 0px rgba(0,0,0,.08);
    max-width: 100%;
}
ul.tabs.search_tabs > li {
    display: inline-block;
    padding: 0 10px;
    height: 28px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    border-radius: 3px;
}
ul.tabs.search_tabs > li > a {
    text-decoration: none;
    color: #6d6d6d;
}
ul.tabs.search_tabs > li.active {
    background: #FC2532;
    cursor: default;
}
ul.tabs.search_tabs > li.active > a {
    color: white;
}
ul.tabs.search_tabs > li:not(.active):hover > a {
    color: black;
}
/*** TABS END ***/

/*** ALPHABETIC SEARCH ***/
div.alphabetic-saerch {
    margin: 0 auto;
}
div.alphabetic-saerch > div {
    margin: 2px 0 0 2px;
}
div.alphabetic-saerch > div > a {
    width: 45px;
    height: 45px;
    border: 2px #d0d0d0 solid;
    display: inline-block;
    text-align: center;
    margin: -2px 0 0 -2px;
    line-height: 41px;
}
div.alphabetic-saerch > div > a.wide {
    width: 88px;
}
div.alphabetic-saerch > div > a.active {
    background: #FC2532;
    border-color: #FC2532;
    color: white;
}
/*** ALPHABETIC SEARCH END ***/

/*** SUBMIT FORM ELEMENTS ***/
.search-block-content {
    height: auto;
}

div.submit-cell {
    padding-bottom: 13px;
    *zoom: 1;
}
div.submit-cell:after {
    clear: both;
    content: '';
    display: table;
}

form > div.submit-cell:last-of-type {
    padding-bottom: 0;
}
div.submit-cell > div.name {
    float: left;
    width: 180px;
        min-height: 32px;
    line-height: 32px;
    padding: 0 10px 0 0;
}
div.submit-cell > div.field {
    overflow: hidden;
    min-height: 38px;
}
div.submit-cell > div.field.checkbox-field,
div.submit-cell > div.field.inline-fields {
    padding-top: 10px;
    min-height: 28px;
}
div.submit-cell > div.field ul.tabs {
    margin-bottom: 10px;
}
div.submit-cell.custom-padding {
    padding: 5px 0 10px 0;
}
div.submit-cell.custom-padding > div {
    min-height: 25px;
}
div.submit-cell.buttons {
    padding: 10px 0 0 0;
}

#modal_block div.submit-cell div.name {
    width: 120px;
}
#modal_block div.submit-cell div.field input[type=text],
#modal_block div.submit-cell div.field input[type=password] {
    width: 100%;
}

/* single */
.field.single-field > select {
    width: 250px;
}
.field.single-field > input[type=text] {
    width: 70%;
}
.field.single-field > textarea {
    width: 100%;
}
/* inline */
.field.inline-fields > span.custom-input {
    display: inline-block;
    padding: 0 30px 0 0;
}
/* two */
.field.two-fields > select,
.field.two-fields > input[type=text] {
    width: 48%;
    margin-right: 4%;
}
.field.two-fields > select:last-child,
.field.two-fields > input[type=text]:nth-child(2n) {
    margin-right: 0;
}
.field.two-fields .chechbox_box > .custom-input,
.field.two-fields > .custom-input,
.field.couple-field > .custom-input {
    width: 50%;
    display: inline-block;
    padding-top: 10px;
}
/* combo */
.field.combo-field > input {
    width: 150px;
    margin-right: 20px;
}
.field.combo-field > select {
    width: 80px;
}
/* three */
.field.three-field > select {
    width: 24%;
    margin-right: 4%;
}
.field.three-field > input {
    width: 34%;
    margin-right: 4%;
}
.field.three-field > *:last-child {
    margin-right: 0;
}
/* checkbox */
.field.checkbox-field .custom-input {
    padding-bottom: 10px;
}
span.phone-field > select {
    width: 80px;
}
.field.two-fields input.date {
    width: 140px!important;
}

.field span.divider,
.search-form-cell span.divider {
    padding: 0 10px;
}

.form-buttons {
    display: block;
}
.form-buttons:not(.no-top-padding) {
    padding-top: 30px;
}
.form-buttons a:not(.button) {
    padding: 0 30px 0 0;
}

.wauto {
    width: auto!important;
    max-width: 100%;
}
.w120 {
    width: 120px!important;
}
.w210 {
    width: 210px!important;
}



/* multilingual tabs */
div.ml_tabs_content {
    padding: 10px;
    background: white;
    border-radius: 0 5px 5px 5px;
}
div.ml_tabs_content input[type=text] {
    width: 100%;
}
/* multilingual tabs end */
/*** SUBMIT FORM ELEMENTS END ***/

/*** MESSAGES ***/
img.account-picture {
    width: 200px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/no-account.png');

    background-color: #fdf8f8;
    border: 2px white solid;
    border-radius: 5px;
    object-fit: contain;

    box-sizing: border-box;
}
table.contacts-list {
    table-layout: auto !important;
}
table.contacts-list td.info {
    vertical-align: top;
}
table.contacts-list td.info .name {
    color: #494949;
}
table.contacts-list td.info .name > span:not(.new) {
    font-size: 0.929em;
    color: black;
}
table.contacts-list td.info .date {
    color: #949494;
    font-size: 0.929em;
    padding: 0 0 10px 0;
}
table.contacts-list div.picture {
    position: relative;
    display: inline-block;
}
table.contacts-list div.picture span {
    width: 14px;
    height: 14px;
    background: #000;
    position: absolute;
    border-radius: 7px;
    border: 2px white solid;
    top: -5px;
    right: -5px;
}
table.contacts-list div.name span.new {
    width: 10px;
    height: 10px;
    background: #ff4800;
    border-radius: 7px;
    border: 2px white solid;
    display: none;
}
table.contacts-list tr.header td.user {
    width: 5%;
}

div#messages_cont {
    max-height: 600px;
    margin-bottom: 20px;
}
div#messages_cont .mCSB_container {
    margin-right: 10px;
}
ul#messages_area {
    margin-left: 13px;
}
ul#messages_area > li {
    background: #fff;
    border: 2px #FC2532 solid;
    padding: 15px 24px 15px 20px;
    margin: 0 40px 20px 0;
    position: relative;
    border-radius: 5px;
}
ul#messages_area > li > div {
    padding: 0 0 10px 0;
}
ul#messages_area > li:last-child {
    margin-bottom: 0;
}
ul#messages_area > li.me {
    border-color: #FC2532;
    background: #fff;
    margin: 0 13px 20px 20px;
}
ul#messages_area > li.removed {
    opacity: 0.5;
}
ul#messages_area > li div.date {
    margin-top: 5px;
}
ul#messages_area > li:before,
ul#messages_area > li:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    left: -15px;
    bottom: 5px;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #FC2532 transparent;
}
ul#messages_area > li:after {
    left: -10px;
    bottom: 7px;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #FC2532 transparent;
}
ul#messages_area > li.me:after {
    display: none;
}
ul#messages_area > li.me:before {
    left: auto;
    right: -15px;
    border-width: 0 14px 14px 0;
    border-color: transparent transparent #FC2532 transparent;
}
ul#messages_area > li > span {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url('../img/gallery.png') 0 -413px no-repeat;
    cursor: pointer;
    display: none;
    opacity: 0.5;
}
ul#messages_area > li > span:hover {
    opacity: 0.9;
}
ul#messages_area > li:hover > span {
    display: block;
}

div.send-controls {
    margin: 0 0 0 33px;
    text-align: right;
}
div.send-controls > div {
    display: inline-block;
    margin: 0 0 0 20px;
}
textarea#message_text {
    margin-bottom: 10px;
}
/*** MESSAGES ***/


/* map view */
#listings_map,
#accounts_map {
    height: 65vh;
}
/* map view end */

.category-description {
    border: 2px #e9e9e9 solid;
    padding: 14px 18px;
    margin: 0 0 20px;
}
/*** LISTINGS GRID END ***/
div.table-cell + div.fieldset {
    margin-top: 0px;
}
#area_listing > div.content-padding > div.table-cell:last-of-type {
    margin-bottom: 10px;
}
/* content section end */
/* seller info section */
.seller-short div.picture {
    margin: 0 20px 10px 0;
}
.seller-short ul.seller-info {
    overflow: hidden;
}
.seller-short div.button-exists ul.seller-info {
    padding-bottom: 45px;
}
.seller-short div.landscape ul.seller-info > li.name {
    font-size: 1.286em;
    padding-bottom: 5px;
}
.seller-short ul.seller-info > li.name a {
    font-weight: 400;
}
.seller-short ul.seller-info .type {
    font-weight: 400;
    color: #8e8e8e;
    font-size: 0.929em;
    font-style: italic;
}
.seller-short ul.seller-info > li.about {
    font-size: 0.929em;
    padding: 10px 0 0;
}
.seller-short:not(.no-pucture) a.low {
    position: absolute;
    bottom: 0;
}
.seller-short div.form {
    margin-top: 20px;
}
.seller-short form div.field {
    position: relative;
}
.seller-short form input[type=text]:not([name=security_code]) {
    width: 100%;
    padding-left: 37px;
}
.seller-short form input + span {
    position: absolute;
    left: 11px;
    top: 10px;
    width: 18px;
    height: 18px;
    background: url('../img/gallery.png') right -141px no-repeat;

    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.seller-short form input[name=contact_email] + span {
    background-position: right -159px;
    height: 16px;
    top: 11px;
}
.seller-short form input[name=contact_phone] + span {
    background-position: right -175px;
}
.seller-short form input:focus + span {
    opacity: 1;
}

.seller-short div.info-table:not(.no-top-gap),
.seller-short div.owner-details {
    margin-top: 25px;
}
/*** ACCOUNT AREA ***/
.login-form input[type=text],
.login-form input[type=password] {
    width: 250px;
    display: block;
    margin: 0 0 20px;
}
.login-form .button {
    padding-bottom: 15px;
}
.login-form .divider {
    padding-top: 5px;
    display: block;
}
.welcome {
    padding: 0 0 10px;
    font-size: 1.071em;
}
ul.account-menu-content > li {
    padding: 0 0 10px;
}
ul.account-menu-content > li:last-child {
    padding: 0;
}
div.attention:not(:empty) {
    padding: 0 0 15px;
}
div.attention span.red {
    padding: 0;
}
/*** ACCOUNT AREA END ***/

/*** MY PACKAGES ***/
ul.packages > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}
ul.packages > li div.frame {
    width: 364px;
    border: 0;
    padding: 15px 18px;
    border-radius: 5px;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
ul.packages > li div.plan-info {
    width: 45%;
    float: left;
    margin-top: -3px;
}
ul.packages > li .highlight {
    color: black;
    text-shadow: none;
}
ul.packages > li div.listing-info {
    overflow: hidden;
    padding: 4px 0 0 20px;
}
ul.packages li > div > div > span {
    display: block;
}
ul.packages h3 {
    font-size: 1.571em;
    font-weight: 200;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: -5px 0 10px 0;
}
ul.packages span.price {
    font-size: 2.429em;
    font-weight: normal;
    padding: 0 0 15px;
}
ul.packages span.count {
    padding: 0 0 12px;
    font-weight: 300;
}
ul.packages div.listing-info > span.count:not(:last-child) {
    padding-bottom: 8px;
}
ul.packages > li div.listing-info > span.count:last-child {
    padding: 0;
}

ul.packages > li div.status {
    margin: auto;
    margin-left: 30px;
}
ul.packages > li div.status div.renew {
    padding-top: 15px;
}
ul.packages .overdue,
ul.packages .expired {
    color: #a52323;
}
ul.packages .active {
    color: #63b53b;
}
form[name="payment"] div.nav-buttons {
    padding-top: 20px;
}
/*** MY PACKAGES END ***/

/*** TABLES ***/
/* submit table */
table.submit {
    table-layout: fixed;
}
table.submit td {
    height: 38px;
    padding: 0 0 10px;
}
table.submit td.name {
    width: 180px;
    padding-right: 10px;
}
table.submit td .name {
    padding: 5px 0 5px;
}
table.submit td.field input[type=text],
table.submit textarea {
    width: 100%;
}
table.submit td.button {
    padding: 10px 0 0 0;
}
table.submit a.close {
    padding-left: 20px;
}
/* submit table end */

/* details table */
div.table-cell > div {
    min-height: 30px;
    line-height: 26px;
    vertical-align: top;
}
div.table-cell > div.name {
    width: 125px;
    color: #939393;
    font-weight: 300;
    float: left;
    padding-right: 10px;
    word-wrap: break-word;
}
div.table-cell div.value {
    color: #4e4d4d;
    word-wrap: break-word;
    overflow: hidden;
}

div.table-cell > div.name + div.value {
    padding-left: 5px;
}
div.table-cell.wide-field {
    margin-bottom: 5px;
}
div.table-cell.wide-field > div.name {
    float: none;
    width: 100%!important;
}
div.table-cell.wide-field > div.name > div {
    background: none;
}
div.table-cell.wide-field > div.value {
    padding-left: 0!important;
    padding-right: 0!important;
}

div.table-cell ul.checkboxes {
    margin-top: 2px;
    margin-bottom: 10px;
}
div.table-cell ul.checkboxes > li img {
    width: 17px;
    height: 12px;
    vertical-align: baseline;
    margin-right: 8px;
}
div.table-cell ul.checkboxes > li.active {
    font-weight: 400;
}
div.table-cell ul.checkboxes > li.active img {
    background: url('../img/gallery.png') 0 -147px no-repeat;
}
div.table-cell ul.checkboxes > li:not(.active) > a,
div.table-cell ul.checkboxes > li:not(.active) {
    color: #9e9e9e;
    text-decoration: line-through;
}
/* details table end */

/* information table */
table.info {
    table-layout: fixed;
}
table.info td,
div.table-cell.small > div {
    font-size: 12px;
    vertical-align: top;
    font-weight: normal!important;
    line-height: normal;
    min-height: inherit;
}
table.info td.name,
div.table-cell.small > div.name {
    color: #939393;
    width: 95px;
    padding-right: 10px;
    word-wrap: break-word;
}
table.info td.name:after,
div.table-cell.small > div.name:after  {
    content: ':';
}
table.info td.image,
div.table-cell.small > div.image {
    padding-top: 5px;
}
/* information table end */

/* table view table */
table.table {
    table-layout: fixed;
}
table.table td {
    min-height: 30px;
    line-height: 30px;
    vertical-align: top;
}
table.table td.name {
    width: 215px;
    color: #949494;
    font-weight: 300;
    padding-right: 10px;
}
table.table td.value {
    color: #000000;
    word-wrap: break-word;
}
/* table view table end */

/* list table */
table.list {
    width: 100%;
    table-layout: fixed;
}
table.list span.text {
    color: #515151;
    font-size: 0.857em;
}
table.list > tbody > tr.header {
    border: 2px #FC2532 solid;
    border-radius: 5px;
}
table.list > tbody > tr.header > td {
    font-size: 0.929em;
    padding: 0 0 0 30px;
    height: 40px;
}
table.list > tbody > tr.header > td:first-child {
    padding-left: 10px;
    width: 33px;
}
table.list tr.header td.divider {
    padding: 0;
    width: 5px;
    border: 0;
}
table.list > tbody > tr.body {
    border-bottom: 2px #FC2532 solid;
}
table.list > tbody > tr.body > td {
    padding: 20px 0 20px 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
table.list > tbody > tr.body > td.info > a {
    white-space: normal;
}
table.list > tbody > tr.body > td:first-child {
    padding-left: 11px;
}
table.list>tbody td.no_padding
{
    padding-left: 5px!important;
    padding-right: 5px!important;
}
table.list tr.body td.divider {
    border: 0;
}
table.list td.price div {
    width: 50px;
    background: red;
    color: #000000;
    font-size: 16px;
    line-height: 17px;
    padding: 5px 5px;
    margin-right: 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    overflow: hidden;
}
table.list span.name
{
    text-transform: uppercase;
}
/* list table end */

div.list-table {
    display: table;
    width: 100%;
}
div.list-table > div {
    display: table-row;
    position: relative;
}
div.list-table > div.header {
    height: 42px;
}
div.list-table > div:before,
div.list-table > div:after {
    content: none;
}
div.list-table > div > div {
    display: table-cell;
}
div.list-table > div.header > div {
    vertical-align: middle;
    font-size: 0.929em;
    color: #949494;
    border-top: 2px #FC2532 solid;
    border-bottom: 2px #FC2532 solid;
}
div.list-table > div.header > div:first-child {
    border-left: 2px #FC2532 solid;
    border-radius: 5px 0 0 5px;
}
div.list-table > div.header > div:last-child {
    border-right: 2px #FC2532 solid;
    border-radius: 0 5px 5px 0;
}
div.list-table > div > div.first {
    padding-left: 15px;
}
div.list-table > div > div.checkbox {
    padding-left: 10px;
}
div.list-table > div.row > div.first {
    padding-left: 17px;
}
div.list-table > div.row > div.checkbox {
    padding-left: 12px;
}
div.list-table > div > div.center {
    text-align: center;
    padding-right: 0!important;
}
div.list-table > div.row > div {
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    border-bottom: 2px #FC2532 solid;
}
div.list-table > div.row > div:last-child {
    padding-right: 0;
}
div.list-table > div.row > div > div.inline {
    display: inline;
}
div.list-table > div.row > div.text {
    padding-top: 22px;
}
div.list-table > div.row > div > table.table {
    margin-top: -5px;
}
div.list-table > div.row > div > table.table td.name {
    width: 130px;
}
div.list-table .text {
    color: #515151;
    font-size: 0.857em;
}
div.list-table span.title {
    display: none;
}
.transactions div.table-cell.small > div.name {
    width: 95px;
}
.mass-actions {
    padding: 15px 0 0 14px;
}
.mass-actions > a:not(:last-child):after {
    content: '|';
    padding: 0 10px;
    color: #5c5c5c;
    font-size: 0.929em;
}
.statuses .paid,
.statuses .unpaid,
.statuses .active,
.statuses .approval,
.statuses .incomplete,
.statuses .pending,
.statuses .expired {
    color: #63b53b;
    font-size: 0.929em;
}
.statuses .approval {
    color: #666666;
}
.statuses .incomplete {
    color: #000;
}
.statuses .pending {
    color: #e88d22;
}
.statuses .expired {
    color: #fb0000;
}
.statuses .paid {
    color: #63b53b; 
}
.statuses .unpaid {
    color: #fb0000;
}
.statuses .active:paid,
.statuses .active:unpaid,
.statuses .active:before,
.statuses .approval:before,
.statuses .incomplete:before,
.statuses .pending:before,
.statuses .expired:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #63b53b;
    margin-right: 8px;
    border-radius: 3px;
}
.statuses .approval:before {
    background: #666666;
}
.statuses .incomplete:before {
    background: #2767b5;
}
.statuses .pending:before {
    background: #e88d22;
}
.statuses .expired:before {
    background: #fb0000;
}
/*** TABLES END ***/


/*** NEWS BLOCK ***/
ul.news > li {
    padding: 0 0 20px;
}
ul.news > li:last-child {
    padding: 0;
}
ul.news div.date {
    float: right;
}
ul.news h4 {
    overflow: hidden;
    padding: 0 10px 0 0;
}
ul.news article {
    padding: 5px 0 0 0;
}
article.news {
    padding: 10px 0;
    line-height: 26px;
    font-size: 16px;
}
/*** NEWS BLOCK END ***/

/*** FIELDSET ***/
div.fieldset {
    margin: 0 0 20px 0;
}
* > div.fieldset:last-child {
    margin-bottom: 0;
}
div.fieldset > header {
    color: #2b2b2b;
    padding: 0 0 8px;
    border-bottom: 2px #F0F0F0 solid;
}
div.fieldset > header > span.arrow {
    display: none;
}
div.fieldset > div.body > div {
    padding: 15px 0 5px;
}

#controller_area div.fieldset > header {
    border: 0;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 400;
    padding: 0 0 0 28px;
    position: relative;
}
#controller_area div.fieldset > header > span.arrow {
    width: 18px;
    height: 18px;
    position: absolute;
    display: block;
    left: 0;
    top: 2px;
    margin-right: 10px;
    background: url('../img/gallery.png') 0 -168px no-repeat #FC2532;
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);

    cursor: pointer;
    opacity: 0.8;

}
#controller_area div.fieldset > header > span.arrow.up {
    background-position: right -168px;
}
#controller_area div.fieldset > header > span.arrow:hover {
    opacity: 1;
}
#controller_area div.fieldset > div.body > div {
    padding-top: 15px;
}

.row > div.fieldset.divider {
    padding-left: 15px;
    padding-right: 15px;
}
div.fieldset.divider {
    margin: 0 0 10px 0;
    clear: both;
}
div.fieldset.divider > header {
    margin: 0;
    padding: 0!important;
}
/*** FIELDSET END ***/

/*** STEPS ***/
ul.steps {
    height: 46px;
    margin: 0 0 25px 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 46px;
}
ul.steps > li:not(:last-child)  {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
ul.steps > li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    top: 21px;
    background: url('../img/gallery.png') 0 -1297px repeat-x;
    z-index: -1;
}
ul.steps > li.past:before {
    background: url('../img/gallery.png') 0 -1283px repeat-x;
}
ul.steps > li a {
    cursor: default;
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
    color: #000;
    font-size: 1.286em;
    font-weight: 400;
    border-radius: 30px;
    background: #ffecf4;
    box-shadow: inset 0 0 0 2px #bcbcbc;
}
ul.steps > li a span {
    display: none;
}
ul.steps > li.past a {
    cursor: pointer;
    background: #fff0ff;
    box-shadow: inset 0 0 0 2px #FC2532;
}
ul.steps > li.current a {
    background: #be7bc0;
    color: white;
    box-shadow: none;
}
ul.steps > li:last-child a {
    text-indent: -9999px;
}
ul.steps > li:last-child a:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 15px;
    background: url('../img/gallery.png') 0 -1223px no-repeat;
    left: 14px;
    top: 16px;
}
ul.steps > li.current:last-child a:before {
    background-position: right -1223px;
}
ul.steps > li:not(.past):not(.current) a {
    color: #bcbcbc;
}
ul.steps > li:not(.past) a:hover {
    text-decoration: none;
}
/*** STEPS END ***/

/*** PAYMENT GATEWAYS ***/
ul#payment_gateways {
    padding: 10px 0;
}
ul#payment_gateways li {
    display: inline-block;
    width: 120px;
    height: 85px;
    text-align: center;
    padding: 15px 0 0 0;
    margin: 0 10px 10px 0;
    background: transparent;
    border-radius: 5px;
    box-shadow: inset 0 0 0 2px #fff;
    cursor: pointer;
}
ul#payment_gateways li.active,
ul#payment_gateways li:hover {
    background: white;
}
ul#payment_gateways li p {
    padding: 5px 0 0 0;
}
ul#payment_gateways li input {
    opacity: 1;
    position: relative;
    width: auto;
    height: auto;
}
/* PAYMENT GATEWAYS END ***/

/*** REGISTRATION ***/
/* password strange control */
div.password_strength {
    padding: 0 0 0 10px;
}
div.password_strength div.scale {
    background: #f5d6e8;
    width: 71px;
    height: 7px;
    position: relative;
    border-radius: 3px;
}
div.password_strength div.scale div.color {
    height: 7px;
    width: 0;
    border-radius: 3px;
}
div.password_strength div.scale div.red {
    background: #ed2f0b;
}
div.password_strength div.scale div.green {
    background: #23a50c;
}
div.password_strength div.scale div.yellow {
    background: #ebcc00;
}
div.password_strength div.scale div.shine {
    width: 0;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
}
div.area_profile div.notice {
    padding: 7px 0 10px;
}
div.area_profile div.options {
    padding-top: 10px;
}
/* password strange control end */

span.fail_field,
span.success_field {
    display: none;
}
/*** REGISTRATION END ***/

/*** MODAL WINDOW ***/
#modal_mask {
    background: rgba(48,23,49,0.45);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1005;

}
.modal_block {
    position: absolute;
    left: 50%;
    margin-left: -176px;
    width: 340px;
    height: 230px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.modal_block.fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
}
.modal_block.fullscreen .gmnoprint {
    margin-right: 60px!important;
}
.modal_block div.inner div.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    height: 41px;
    cursor: pointer;
}
.modal_block div.inner div.close > div {
    width: 13px;
    height: 13px;
    margin: 14px;
    background: url('../img/gallery.png') 0 -232px no-repeat;
    opacity: 0.7;
}
.modal_block div.inner div.close:hover > div {
    opacity: 1;
}
.modal_block div.inner div.modal_content {
    padding: 25px;
    position: relative;
}
.modal_block.fullscreen div.inner,
.modal_block.fullscreen div.inner > .modal_content {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.modal_block.fill-edge div.inner div.modal_content {
    padding: 0;
}
#map_fullscreen {
    width: 100%;
    height: 100%;
}
.modal_block div.inner div.caption,
.modal_block div.inner div.caption_padding,
div.tmp-dom div.caption_padding {
    color: #2b2b2b;
    font-size: 1.286em;
    padding: 0 0 20px;
    font-weight: 400;
}
.modal_block div.inner div.caption_padding {
    padding: 0 0 20px;
}
.modal_block div.inner div.warning,
.modal_block div.inner div.notice {
    background: url('../img/gallery.png') -20px -1594px no-repeat;
    padding: 0 0 0 30px;
    margin: 0 0 20px;
}
.modal_block div.inner div.notice {
    background-position: -21px -1344px;
}
.modal_block div.prompt {
    padding: 20px 0 0 0;
}
.modal_block div.prompt input {
    margin: 0 15px 0 0;
}
.modal_block div.submit-cell div.name {
    width: 80px!important;
    padding-right: 10px;
}
/*** MODAL WINDOW END ***/

/*** NOTIFICATIONS ***/
div.notification {
    min-height: 45px;
    position: absolute;
    top: 0;
    width: 576px;
    left: 50%;
    margin-left: -288px;
    z-index: 101;
}
div.notification > div {
    background: #b1ed64;
    min-height: 46px;
    color: #2b2b2b;
    box-shadow: 0 0 70px rgba(0,0,0,.6);
    position: relative;
    border-radius: 0 0 5px 5px;
}
div.notification.fixed {
    position: fixed;
}
div.notification.done {
    top: 58px;
}
div.notification.top {
    z-index: 1200;
    position: fixed;
    top: 0;
}
div.notification.error > div {
    background: #ff7a6c;
}
div.notification.warning > div {
    background: #ffe86c;
}
div.notification > div > div.message {
    padding: 12px 66px 12px 20px;
    word-wrap: break-word;
    line-height: 1.430em;
}
div.notification ul {
    padding: 0 0 0 20px;
}
div.notification ul > li {
    list-style: circle;
}
div.notification ul > li:not(:first-child) {
    list-style: circle;
    padding: 4px 0 0 0;
}
/*** NOTIFICATIONS END ***/
/*** PLUGINS CUSTOM ***/
ul.field-bound-box {
    margin-bottom: -2px;
}
ul.field-bound-box:not(.list) {
    margin: 5px -20px -13px 0;
}
ul.field-bound-box:not(.list) > li {
    display: inline-block;
    padding: 0 20px 27px 5px;
    text-align: center;
}
ul.field-bound-box > li > a {
    display: inline-block;
}
ul.field-bound-box > li.empty {
    opacity: 0.5;
}
ul.field-bound-box:not(.list) > li span.count {
    display: block;
    font-size: 1.286em;
    color: #797979;
    padding: 5px 0 0 0;
}
ul.field-bound-box:not(.list) > li:not(.empty):hover span.count {
    color: #ffb01f;
}
ul.field-bound-box > li.left img {
    float: left;
}
ul.field-bound-box > li.left span.count {
    overflow: hidden;
    padding: 2px 0 0 5px;
}
ul.field-bound-box > li.right img {
    float: right;
}
ul.field-bound-box > li.right span.count {
    overflow: hidden;
    padding: 2px 5px 0 0;
}

ul.field-bound-box.list > li {
    width: 48%;
    margin-right: 4%;
    display: inline-block;
}
ul.field-bound-box.list > li:nth-child(2n) {
    margin-right: 0;
}
ul.field-bound-box.list > li > a {
    padding: 0 0 5px;
}
ul.field-bound-box.list > li > a > span.count {
    font-size: 16px;
    padding: 0 0 0 5px;
    color: #797979;
}
aside.three-middle ul.field-bound-box.list > li {
    width: 100%;
    margin: 0;
}

.Sub_status_data span.custom-input label {
    direction: rtl;
}
.Sub_status_data span.custom-input label span {
    direction: rtl;
    margin-left: 5px; 
}
#listings article:not(.listing_advertising) .phone_number-view {
    margin: 5px 5px;
}
#listings .phone_number-view.phone_number:not(.search-item) > div {

    text-align: center;
    display: flex;
    padding: 8px 5px;
}
.phone_number-view.listing_data.phone_number,
.fields.phone_number {
    white-space: nowrap;
    text-overflow: ellipsis;
}
section#listings .phone_number-view.phone_number a.phoneNumber,
.phone_number-view.phone_number a,
.phone_number-view.phone_number span {
    color: #d41e28;
    cursor: pointer;
    font-size: 14px;
}

.phone_number-view.phone_number:not(.search-item) > button,
.phone_number-view.phone_number:not(.search-item) > div {
    display: inline-flex;
    cursor: pointer;
    background: #ff3f40;
    border-radius: 3px;
    padding: 1px 5px;
    justify-content: center;
    align-items: center;
    transition: opacity 0.25s ease-out;
}
.phone_number-view.phone_number:not(.search-item) > button {
    width: 100%;
    border: none;
    height: 30px;
}
.listing_data.phone_number-view.phone_number:not(.search-item):not(.mobile_float) > button {
    width: auto;
}
.phone_number-view.phone_number:not(.search-item) > button:hover,
.phone_number-view.phone_number:not(.search-item) > div:hover {
    opacity: 0.8;
}

.phone_number-view.phone_number > button.active,
.phone_number-view.phone_number > div.active {
    background: none;
}
.phone_number-view.phone_number > button span,
.phone_number-view.phone_number > div span {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.small-place .phone_number-view.phone_number > button span,
.small-place .phone_number-view.phone_number > div span {
    font-size: 8px;
}
.phone_number-view.listing_data.phone_number a,
.phone_number-view.listing_data.phone_number span {
    font-size: 15px;
}
.phone_number-view.phone_number button.active svg.svg_phone,
.phone_number-view.phone_number div.active svg.svg_phone,
.phone_number-view.phone_number button svg.svg_phone,
.phone_number-view.phone_number div svg.svg_phone {
    fill: #fff;
    margin-right: 4px;
    width: 15px;
}
.phone_number-view.phone_number button.active svg.svg_phone,
.phone_number-view.phone_number div.active svg.svg_phone {
    fill: #FC2532;
}
section#listings.grid:not(.no-image) ul.info > li.phone_number-view.fields.phone_number > span:not(:last-child):after {
    content: '';
}

#currency_selector span.content {
    padding-right: 10px;
}
#currency_selector > span.default > span {
    background: none;
}
/*div.banner {
    display: inherit!important;
}*/

body > div#floor > iframe[src='about:blank'] {
    display: none;
}
ul.comments li > div:before {
    border-color: white transparent transparent transparent!important;
    background-color: transparent!important;
}
div#compare_listings_tab {
    max-width: 145px!important;
}
div#compare_listings_area {
    width: 270px!important;
}
/*** PLUGINS CUSTOM END ***/

/*** RESPONSIVE ***/
@-ms-viewport {
  width: device-width;
}
.point1 {
    width: 100%;
}
.menu_no_match_page {
    display: none;
}

/* about us start */
.about-us-page div.static-content {
    color: #000;
}
.about_us > * {
    margin-bottom: 40px;
}
.about_us .about_us-about,
.about_us .about_us-mission {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about_us h2,
.about_us h3 {
    margin-bottom: 25px;
    font: 21px "MuseoSans",'Trebuchet MS',sans-serif;
}

.about_us-promises-content,
.about_us-history-content  {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.about_us-promises-content > div,
.about_us-history-content > div {
    display: block;
    width: 45%;
    padding: 15px;
    background: #fff;
    overflow: hidden;
    box-shadow: 10px 7px 30px -7px rgba(0,0,0,0.75)
}
.about_us-promises-content > div:nth-child(2n),
.about_us-history-content > div:nth-child(2n) {
    margin-left: auto;
}
.about_us-promises-content > div:nth-child(1n+2),
.about_us-history-content > div:nth-child(1n+2) {
    margin-top: -20px;
}

.about_us-reviews > div:first-child {
   margin-bottom: 20px;
}
.about_us-reviews > div div.about_us-reviews-item-review {
    margin-top: 10px;
}
.about_us-reviews > div div.strong {
    margin-top: 10px;
    font-size: 1.13em;
    font-weight: bold;
}
.about_us-reviews-box > div {
    display: flex;
    justify-content: center;
}
.about_us-reviews .about_us-reviews-item {
    padding: 20px;
    border: 1px dashed #FC2532;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 5px;
    max-width: 280px;
}

.about_us-partners-boxes  {
    display: flex;
}
.about_us-partners-boxes > * {
    flex: 0 0 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: #00000029 0px 3px 6px;
    padding: 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
}
.about_us-partners-boxes > *:first-child {
    margin-right: 2%;
}
.about_us-partners-boxes > *:last-child {
    margin-left: 2%;
}

.contact_us {
    display: flex;
    justify-content: center;
}
.contact_us > div {
    max-width: 450px;
}
.contact_us div.submit-cell > div.name {
    float: none;
    width: auto;
}
.contact_us-links > div {
    margin-bottom: 5px;
}
.contact_us-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: #00000029 0px 3px 6px;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1em;
    text-align: center;
}
/* about us end */

/*** DESKTOP VIEW ***/
@media screen and (min-width: 992px) {
    .issetRightBox.point1 {
        max-width: 100%;
    }
    .issetRightBox.point1 .containerBox{
        max-width: 100%;
    }
    div#wrapper {
        min-height: 67%;
    }
    body.bc-exists section#main_container > div.inside-container {
        padding-top: 10px;
    }
    section#controller_area {
        padding-bottom: 5px;
    }
    /* home content block */
    section.home-content {
        margin-bottom: 30px;
        max-height: 432px;
        overflow: hidden;
    }
    body:not(.my-messages-page) section#main_container aside.left {
        order: 2;
        margin-left: 15px;
    }
    aside.left:empty {
        display: none;
    }
    /* home content block end */

    section.side_block span.expander {
        display: none;
    }
    section.categories-box ul.cat-tree > li.rest {
        display: none;
    }
    section.categories-box div.cat-tree-cont.limit-height {
        max-height: 360px;
    }

    .grid_navbar {
        margin-bottom: 30px;
    }

    body.no-sidebar .advanced-search-form {
        width: 60%;
    }
    aside.right {
        margin-right: 15px;
        padding-top: 0;
    }
}
/*** ALL TABLET/DESKTOP VIEWS ***/
@media screen and (min-width: 768px) {
    ul.steps > li:last-child {
        position: absolute;
        right: 0;
        top: 0;
        width: auto !important;
    }
}
/*** TABLET VIEW ***/
@media screen and (min-width: 768px) and (max-width: 991px) {
    body.home-page h1.page_h1{
        font-size: 30px;
    }
    section#controller_area {
        padding-bottom: 5px;
    }
    section#main_container > div > aside.left {
        display: block;
        width: auto;
        vertical-align: top;
        float: none;
    }
    body aside.left {
        order: 2;
        margin-left: 10px;
    }
    /* home content block */
    section.home-content {
        margin: 0 0 20px 0;
    }
    section.home-content div.gallary {
        width: 100%;
        margin-bottom: 20px;
    }
    section.home-content div.search-form {
        width: 100%;
    }
    .availability-field-container {
        max-width: 500px;
    }
    aside.three-middle > div.middle-center {
        display: none;
    }
    /* home content block end */

    section.seller-short > div > div.picture {
        float: none;
        margin-bottom: 15px;
    }
    section.seller-short ul.seller-info {
        overflow: inherit;
    }
    section.seller-short > div > div.picture img {
        width: 80px;
        height: 80px;
    }

    section.map-capture > img {
        height: 180px;
        background-size: auto 180px;
    }
    section.side_block_search div.search-item {
        width: 48%;
        margin-right: 4%;
        display: inline-block;
        vertical-align: top;
    }
    section.side_block_search div.search-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .search-item.checkbox-field .chechbox_box > .custom-input,
    .search-item.checkbox-field > .custom-input {
        width: 50%;
    }
    .field.search-item.checkbox-field .chechbox_box > .custom-input,
    .field.search-item.checkbox-field > .custom-input {
        width: 33.33%;
    }
    .search-item.couple-field .chechbox_box > .custom-input,
    .search-item.couple-field > .custom-input {
        width: 33.33%;
    }
    .search-item.two-fields > select {
        width: 49%;
        margin-right: 2%;
    }
    .search-item.three-field > input {
        margin-right: 2%;
        width: 32%;
    }
    .search-item.three-field > select {
        width: 32%;
    }
    .link-large {
        font-size: 1.250em!important;
    }

    section.categories-box div.cat-tree-cont.limit-height {
        max-height: 222px;
    }
    section.categories-box div.cat-toggle {
        display: none;
    }
    #controller_area > aside.right {
        display: none;
    }
    div.table-cell > div.name {
        width: 160px;
    }
    ul.tabs.search_tabs {
        margin-bottom: 15px;
    }
    .colomns .colomn.right > * {
        margin-right: 10px;
        padding-top: 0;
        width: 226px;
    }
    section.account-location table.info {
        float: left;
        width: 235px;
        display: inline-block;
    }
    section.account-location div.map-capture {
        float: right;
        width: 66.66%;
        margin: -54px -18px -17px 0;
    }
    section.account-info div.picture {
        float: left;
        width: auto;
    }
    section.account-info div.picture + div {
        overflow: hidden;
        padding-left: 20px;
    }
    section.account-info div.picture + div table {
        margin: 0;
    }
    section.account-info div.picture + div div.name {
        width: 120px;
    }

    div.notification {
        width: 442px;
        margin-left: -221px;
    }
    div.notification.done {
        top: 0;
    }
    ul.packages > li div.frame {
        width: 420px;
    }
    body.no-sidebar .advanced-search-form {
        width: 80%;
    }
}
/*** MOBILE VIEW ***/
@media screen and (max-width: 767px) {
    .d-md-none {
        display: none !important;
    }
    .custom-head-buttons {
        display: none!important;
    }
    aside.right {
        display: none;
    }
    h1 {
        margin-bottom: 10px;
    }
    .colomns {
        display: flex;
        flex-direction: column;
    }
    .colomns .colomn.left > *, .colomns .colomn.right > * {
        width: auto;
    }
    .colomns .colomn.left {
        order: 2;
    }
    .colomns .colomn.right {
        order: 1;
    }
    section#content {
        order: 2;
    }
    section.side_block.listings_box.adv_ads {
        display: none;
    }
    body.view-details-page > div#floor > footer > div:first-child > div.telegram-box-static {
        bottom: 75px;
    }
    #bb_bb_banner_right {
        display: none;
    }
    #customMobileBannerPlace {
        display: block;
        width: 100%;
        margin: 0px 0 5px;
    }
    #metro_head .default > span {
        display: none;
    }
    .telegram-animate img {
/*        height: 65px;*/
    }
    body.home-page h1.page_h1{
        font-size: 24px;
        /*display: none;*/
    }

    /*body.home-page .mobileh1 {
        margin: 10px 15px 0;
        display: block!important;
    }*/

    /*body.home-page .mobileh1 h1.page_h1{
        display: block;
    }*/

    .view-details-page a.messengers_viber {
        display: block;
    }
    section#content > div:not(.h1-nav) + div.h1-nav > nav#content_nav_icons + h1 {
        padding: 0;
        display: block;
    }
    body > div#floor > header > section:first-child {
        height: 55px;
    }
    #lnp_container {
        padding-left: 20px!important;
    }
    .h1-nav nav > a.post_ad {
        margin-right: 20px;
        margin-top: 5px;
    }
    div#logo {
        padding-top: 0px!important;
        float: none;
        margin: 0;
    }
    .hideMobile {
        display: none;
    }
    form.formBoxOption .boxOption {
        width: auto;
        height: 100%;
    }
    form.formBoxOption {
        height: 90%;
    }
    #bread_crumbs > ul > li {
        font-size: 16px;
    }
    .menu_no_match_page {
        display: block;
    }    
    body.search-page .search-item.checkbox-field .chechbox_box > .custom-input, 
    body.search-page .search-item.checkbox-field > .custom-input {
        width: 50%; 
    }

    .contact_us > div {
        width: 100%;
    }
    .about_us-partners-boxes,
    .about_us-reviews {
        flex-direction: column;
    }
    .about_us-partners-boxes > * {
        margin: 0 0 20px!important;
    }

    .mobile_float {
        display: flex;
        position: fixed;
        left: 0;
        width: 100%;
        background: hsla(0,0%,100%,.95);
        box-shadow: 0 -4px 20px rgb(0 0 0 / 15%);
        padding: 15px 25px;
        align-items: center;
        justify-content: center;
        bottom: 0;
        z-index: 100;
    }
    .mobile_float.phone_number-view.phone_number:not(.search-item) > div {
        width: 100%;
        padding: 5px 0;
    }
    .mobile_float.phone_number-view.listing_data.phone_number a, 
    .mobile_float.phone_number-view.listing_data.phone_number span {
        font-size: 15px;
    }
    .mobile_float.phone_number-view.listing_data.phone_number div.inactive_data {
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }

    footer .telegram-box.footer a {
        margin: 15px auto 0 auto;
    }
    .telegram-box.right-mobile a {
        background: #ff3f40;
        margin: 0px 0 10px 0    ;
    }

    /* header navigation */
    div#top-navigation {
        margin: 0;
    }
    span.circle > span.default,
    a.circle {
        box-shadow: none;
    }
    span.circle:hover > span.default,
    a.circle:hover {
        box-shadow: none;
    }
    span.circle.circle_opened > span.default,
    a.circle:active {
        box-shadow: none;
        background: transparent;
        color: #000;
    }
    .user-navigation-bar > a.registration {
        background-color: transparent;
        box-shadow: none;
    }
    .user-navigation-bar > a.registration:hover {
        background-color: transparent;
        box-shadow: none;
    }
    .user-navigation-bar > a.registration:before {
        background-position: 0 -744px;
    }
    .user-navigation-bar > a {
        padding-left: 25px;
    }
    span.user-navigation-bar a.circle {
        text-indent: -9999px;
    }
    #lang-selector {
        float: right;
        margin-right: 20px;
    }
    /* header navigation end */
    /* main menu mobile media */
    body > div#floor > header > section.main-menu .drop-menu {
        display: none;
    }
    body > div#floor > header > section.main-menu {
        height: 0;
    }
    section.main-menu ul > li {
        margin: 0!important;
    }
    
    .main-menu [class^="icon-"] {
        display: block;
    }
    ul.menu-mobile {
        position: absolute;
        top: 10px;
        width: 100%;
        max-width: 280px;
        right: 0;
        margin-left: -140px;
        z-index: 35;
        cursor: pointer;
    }
    ul.menu-mobile > li {
        display: none;
        height: 44px;
        border-bottom: 1px solid #F6F6FA;
    }
    section.main-menu ul.menu-mobile > li > a {
        width: 100%;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 15px 30px;
        color: #000;
        border: none;
        outline: none;
        background-color: transparent;
        box-sizing: border-box;
        font-size: 16px; 
        text-transform: capitalize;
        font-family: "MuseoSans", 'Trebuchet MS',sans-serif;
    }
    section.main-menu ul.menu-mobile > li > a:after {
        font-family: 'icomoon' !important;
        content: "\e920";
        font-size: 8px;
        color: #cdcddb;
        right: 25px;
        position: absolute;
    }

    ul.menu-mobile > li > a:hover {
        box-shadow: none!important;
    }
   
    ul.menu-mobile.opened {
        z-index: 10;
    }

    ul.menu-mobile.opened > li.active > a {
        z-index: 10;
        background: none;
        box-shadow: none!important;
    }
    ul.menu-mobile.opened > li {
        background: #fff;
    }

    ul.menu-mobile.opened > li.desktop-item:not(.mobile-item) {
        display: none!important;
    }
    ul.menu-mobile.opened > li.mobile-item {
        display: flex!important;
    }

    ul.menu-mobile {
        margin-top: 51px!important;
    }
    ul.menu-mobile:before {
        content: '';
        position: absolute;
        top: -46px;
        right: 5px;
        width: 32px;
        height: 40px;
        margin: 2px;
        background: url('../img/gallery.png') right -22px no-repeat;
        z-index: 0;
    }
    /* main menu mobile media end */

    #user-navbar > span.default {
        text-indent: -999999px;
    }

    div#top-navigation {
        top: -13px;
        right: 35px;
        z-index: 36;
        position: absolute;
        display: block;
    }
    span.circle.selector > span.default:after {
        right: 8px;
    }
    span.circle.selector > span.default {
        padding-right: 25px!important;
    }

    ul.pagination {
        padding-left: 20px;
        padding-right: 20px;
    }

    body > div#floor > header {
        height: auto;
        padding: 10px 0;
    }
    body.home-page section.home-content {
        margin-top: 58px;
    }
    div#header-banner > div.banner-space {
        width: auto;
        height: 60px;
        margin: 15px ;
    }
    section.main-menu ul.menu {
        display: none;
    }
    section.main-menu > nav > ul.menu {
        width: auto;
    }
    section#controller_area {
        padding-bottom: 5px;
    }
    #controller_area > .info {
        display: block;
        padding: 0 20px; 
    }
    .availability-field-container {
        max-width: 300px;
    }
    body > div#floor > footer {
        box-shadow: inset 0 -92px 0 #e6e6e6;
    }
    body > div#floor > footer div.bottom-line {
        height: 54px;
        padding-top: 38px;
    }
    nav.footer-menu {
        margin: 0 20px;
        position: relative;
        z-index: 14;
    }
    nav.footer-menu > ul > li {
        padding: 0;
        width: 33%;
    }
    nav.footer-menu a {
        font-size: 0.938em;
        padding: 0;
        margin: 0 5px 0 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    nav.footer-menu li a.active {
        margin: 0!important;
        background: transparent;
    }
    nav.footer-menu a:hover {
        box-shadow: none;
    }

    body > div#floor > footer span.scroll-top {
        top: -19px;
        bottom: auto;
        right: 45%;
        left: 45%;
    }

    body > div#floor > footer div.icons {
        float: none;
        height: 50px;
        line-height: 50px;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    body > div#floor > footer div.icons a > img {
        margin-left: 15px;
    }
    body > div#floor > footer div.icons a:first-child > img {
        margin-left: 0;
    }
    body > div#floor > footer div.cp {
        text-align: center;
    }
    div.password_strength #pass_strength {
        font-size: 0.857em;
    }
    body > div#floor > footer div.first-box {
        display: block;
    }
    body > div#floor > footer div.f-info {
        margin-bottom: 20px;
    }
    body > div#floor > footer div.f-logo {
        width: auto;
        text-align: center;
    }
    body > div#floor > footer > div:last-child {
        padding: 10px 15px;
    }
    section#main_container > aside.left {
        display: block;
        width: auto;
        vertical-align: top;
        float: none;
        background: red;
    }
    
    /* home content block */
    section.home-content {
        margin: 0 0 20px 0;
    }
    section.home-content div.gallary {
        width: 100%;
        margin-bottom: 20px;
    }
    section.home-content div.search-form {
        width: 100%;
    }
    body.home-page section#main_container > div > aside.left > section,
    body.home-page section#main_container > div > aside.left > section.no-style {
        width: auto;
        float: none;
        margin-right: 0;
    }
    body:not(.home-page) section#main_container > div > aside.left {
        display: none!important;
    }
    
    /* home content block end */
    
    ul.tabs {
        margin: 0 20px 15px;
    }
    div.submit-cell ul.tabs {
        margin: 0;
    }
    ul.tabs.search_tabs {
        margin: 0 0 15px;
    }
    ul.tabs > li.more {
        width: 42px;
        height: 42px;
        right: 25px;
    }
    ul.tabs > li.overflowed {
        top: 44px;
        bottom: auto;
        height: auto !important;
        right: 25px;
    }
    div.submit-cell ul.tabs > li.overflowed {
        top: unset;
    }

    ul.tabs > li.overflowed > ul,
    ul.tabs > li.overflowed > ul > li {
        background: #fff;
    }
    ul.tabs > li.more > span {
        margin-top: 18px;
    }
    ul.tabs > li.more.opened {
        background: #fff;
    }
    div.categories {
        padding: 0 20px;
    }
    div.submit-cell > div.name {
        width: 130px;
    }
    div.submit-cell > div.name {
        float: none;
        width: auto;
        padding: 0;
        min-height: 26px;
        line-height: 26px;
    }
    .three-field > select.multicat {
        width: 100%;
        margin: 0 0 15px;
    }

    #modal_block div.submit-cell div.name {
        width: 120px;
    }

    div.submit-cell.buttons div.name {
        min-height: inherit;
        height: 0;
    }

    .field.single-field > select {
        width: 100%;
    }
    .field.single-field > select[name="profile[type]"] {
        max-width: 240px;
    }
    .field.single-field > input[type=text] {
        width: 100%;
    }

    .modal_block {
        border-radius: 0!important;
    }

    .form-buttons.form a {
        width: auto;
    }
    
    ul.steps.mobile {
        margin-right: 20px;
        margin-left: 20px;
    }
    ul.steps.mobile > li {
        display: none;
    }
    ul.steps.mobile > li.prev,
    ul.steps.mobile > li.current,
    ul.steps.mobile > li.current + li,
    ul.steps.mobile > li.current + li + li {
        display: inline-block;
    }
    ul.steps.mobile > li.prev + li + li + li {
        display: none!important;
    }
    ul.steps.mobile > li.current:not(:first-child) + li,
    ul.steps.mobile > li:first-child + li + li,
    ul.steps > li:last-child {
        position: absolute;
        right: 0;
        top: 0;
        width: auto !important;
    }
    ul.steps.mobile > li.past,
    ul.steps.mobile > li.past + li.current:not(:last-child) {
        position: relative !important;
    }

    .form-buttons {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    table.contacts-list tr > td:nth-child(2) {
        display: none;
    }
    table.contacts-list div.name span.new {
        display: inline-block;
    }

    div.notification {
        width: 100%;
        left: 0;
        margin: 0;
    }
    div.notification > div {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
    div.notification.done {
        top: 0;
    }

    span.text-notice,
    div.text-notice {
        padding: 0 20px;
    }
    .content-padding .content-padding,
    .content-padding .text-notice {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    /* tables content */
    div.list-table {
        display: block;
    }
    div.list-table  > div.header {
        height: 2px;
        background: #FC2532;
        display: block;
    }
    div.list-table  > div.header > div {
        display: none;
    }
    div.list-table  > div.row {
        display: block;
        border-bottom: 2px #FC2532 solid;
        position: relative;
        padding: 13px 25px;
    }
    div.list-table  > div.row > div {
        display: block;
        border: 0;
        padding: 5px 0 5px 95px!important;
        overflow: hidden;
        position: relative;
    }
    div.list-table > div.row > div.default {
        padding: 0!important;
    }
    .transactions div.row > div.default div.table-cell.small > div.name {
        width: 85px!important;
    }
    div.list-table  > div.row > div:not(.no-flex):before {
        content: attr(data-caption) ":";
        width: 85px;
        display: inline-block;
        white-space: normal;
        word-wrap: break-word;
        font-size: 0.929em;
        color: #949494;
        position: absolute;
        left: 0;
        top: 5px;

        /* it is the best solution for now */
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    div.list-table  > div.row > div.iteration {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -10px;
        padding: 0;
        padding-left: 0!important;
    }
    div.list-table  > div.row > div.action {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -9px;
    }
    div.list-table > div.row > div > div.inline {
        display: inline-block;
    }
    /* tables content end */

    /*** MY PACKAGES ***/
    ul.packages > li {
        display: block;
    }
    ul.packages > li div.frame {
        width: auto;
        display: block;
    }
    ul.packages > li div.status {
        margin: 15px 0 0 0;
        padding: 0 20px;
    }
    ul.packages > li div.status div.renew {
        overflow: hidden;
        text-align: right;
    }
    ul.packages > li div.status ul.package_info {
        float: left;
    }

    ul.account-menu-content > li {
        padding: 2px 0 10px;
    }
    ul.account-menu-content > li a {
        font-size: 16px;
    }

    .esf-div-rates {
        padding-bottom: 10px;
    }
    .esf-input-price {
        margin-left: 0;
    }
    .esf-rates-field-container div.submit-cell {
        padding-bottom: 20px;
    }
    .esf-rates-field-container > div.submit-cell:last-child {
        padding-bottom: 13px;
    }
    .esf-rates-field-container > div.submit-cell > div.name {
        display: none;
    }

    /* Tours */
    .esf-tours-field-container div.field {
        position: relative;
        padding-top: 46px;
    }
    .esf-tours-field-container div.field > div:first-child {
        float: none;
    }
    .esf-tours-field-container div.field > div:last-child {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    .esf-input-from,
    .esf-input-to {
        width: 120px!important;
    }
    .esf-input-from {
        margin-left: 0;
    }
    .esf-input-to {
        margin-left: 15px;
    }
    #area_keyword form.kws-block .two-inline {
        width: 100%;
    }
}
@media screen and (max-width: 383px) {
    
    section.seller-short ul.seller-info {
        overflow: auto;
    }
    .login-form input[type=text],
    .login-form input[type=password] {
        width: 100%;
    }
    nav.footer-menu > ul > li {
        width: 50%;
        vertical-align: top;
    }
    nav.footer-menu > ul > li > a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .gptwdg {
        transform: scale(0.96);
        transform-origin: 0 0;
    }

    .phone_number a,
    .phone_number span {
        font-size: 12px;
    }
}
/*** RESPONCIVE END ***/

/*** PIXEL RATIO 1.5 ***/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    
    section.content_block > h3:after {
        background: url('../img/@2x/gallery2.png') 0 -280px repeat-x;
        background-size: 40px auto;
    }
    .user-navigation-bar > a.login:before {
        background: url('../img/@2x/gallery2.png') 0 -380px no-repeat;
        background-size: 40px auto;
    }
    .user-navigation-bar > a.registration:before {
        background: url('../img/@2x/gallery2.png') -22px -351px no-repeat;
        background-size: 40px auto;
    }
    #user-navbar > span.default:before {
        background: url('../img/@2x/gallery2.png') 0 -350px no-repeat;
        background-size: 40px auto;
    }

    span.circle.selector > span.default:after {
        background: url('../img/@2x/gallery2.png') -23px -47px no-repeat;
        background-size: 40px auto;
    }
    span.circle.selector.circle_opened > span.default:after {
        background: url('../img/@2x/gallery2.png') -23px -67px no-repeat;
        background-size: 40px auto;
    }

    select {
        background: url('../img/@2x/gallery2.png') right -33px no-repeat #fffbfd;
        background-size: 40px auto;
    }
    label.switcher > input[type=checkbox] + span:not(.status):before {
        background-image: url('../img/@2x/gallery2.png');
        background-position: -8px -849px;
        background-repeat: no-repeat;
        background-size: 40px auto;
    }
    label.switcher > input[type=checkbox]:checked + span:not(.status):before {
        background-image: url('../img/@2x/gallery2.png');
        background-position: 0 -849px;
        background-repeat: no-repeat;
        background-size: 40px auto;
    }
    input[type=checkbox]:not(.default) + label > span,
    input[type=radio]:not(.default) + label > span {
        background: url('../img/@2x/gallery2.png') 0 -112px no-repeat;
        background-size: 40px auto;
    }
    input[type=radio]:not(.default) + label > span {
        background-position: 0 -193px;
    }
    input[type=checkbox]:not(.default):hover + label > span {
        background-position: 0 -139px;
    }
    input[type=checkbox]:not(.default):checked + label > span {
        background-position: 0 -166px;
    }
    input[type=radio]:not(.default):hover + label > span {
        background-position: 0 -220px;
    }
    input[type=radio]:not(.default):checked + label > span {
        background-position: 0 -247px;
    }
    div.mobile-menu-button {
        background: url('../img/@2x/gallery2.png') -3px -409px no-repeat #32cf99;
        background-size: 40px auto;
    }
    .grid_navbar div.map > div > span {
        background: url('../img/@2x/gallery2.png') 0 -449px no-repeat;
        background-size: 40px auto;
    }
    .grid_navbar div.map:hover span,
    .grid_navbar div.map.active span {
        background: url('../img/@2x/gallery2.png') right -449px no-repeat;
        background-size: 40px auto;
    }
    .grid_navbar .sorting span.arrow {
        background: url('../img/@2x/gallery2.png') -22px -46px no-repeat;
        background-size: 40px auto;
    }
    .grid_navbar .sorting .active span.arrow {
        background-position: -22px -66px;
    }
    ul.steps > li:before {
        background: url('../img/@2x/gallery2.png') 0 -285px repeat-x;
        background-size: 40px auto;
    }
    ul.steps > li.past:before {
        background: url('../img/@2x/gallery2.png') 0 -280px repeat-x;
        background-size: 40px auto;
    }
    ul.steps > li:last-child a:before {
        background: url('../img/@2x/gallery2.png') 0 -534px no-repeat;
        background-size: 40px auto;
    }
    ul.steps > li.current:last-child a:before {
        background-position: right -534px;
    }

    div.categories div.category-name {
        background: url('../img/@2x/gallery2.png') 0 -561px repeat-x;
        background-size: 40px auto!important;
    }
    
    .modal_block div.inner div.close > div {
        background: url('../img/@2x/gallery2.png') right 0 no-repeat;
        background-size: 40px auto;
    }
    a.print > span {
        background: url('../img/@2x/gallery2.png') right -625px no-repeat;
        background-size: 40px auto;
    }
    div.table-cell ul.checkboxes > li.active img {
        background: url('../img/@2x/gallery2.png') 0 -625px no-repeat;
        background-size: 40px auto;
    }
    section.side_block div.custom_expander,
    section.side_block > span.expander {
        background: url('../img/@2x/gallery2.png') right -502px no-repeat;
        background-size: 40px auto;
    }
    section.side_block div.custom_expander.active,
    section.side_block > span.expander.active {
        background-position: 0 -502px;
    }

    input.search {
        background: url('../img/@2x/gallery2.png') 12px -693px no-repeat #fec04f;
        background-size: 40px auto;
    }
    input.search:hover {
        height: 37px;
        background: url('../img/gallery.png') 12px -431px no-repeat #fec04f;
    }
    div.close-black > div {
        background: url('../img/@2x/gallery2.png') right -675px no-repeat;
        background-size: 40px auto;
    }
    .close-red {
        background: url('../img/@2x/gallery2.png') left -604px no-repeat;
        background-size: 40px auto;
    }
    div.close-black:hover > div,
    .close-red:hover {
        opacity: 0.8;
    }
    img.remove {
        background: url('../img/@2x/gallery2.png') 0 -1104px no-repeat;
        background-size: 40px auto;
    }

    ul#messages_area > li > span {
        background: url('../img/@2x/gallery2.png') 0 -600px no-repeat;
        background-size: 40px auto;
    }
    #controller_area div.fieldset > header > span.arrow {
        background: url('../img/@2x/gallery2.png') 0 -798px no-repeat #FC2532;
        background-size: 40px auto;
    }
    #controller_area div.fieldset > header > span.arrow.up {
        background-position: right -798px;
    }
    .delete.icon {
        background: url('../img/@2x/gallery2.png') right -755px no-repeat;
        background-size: 40px auto;
    }

    body > div#floor > footer span.scroll-top {
        font-size: 1.4em;
    }
    body > div#floor > footer span.scroll-top:before {
        background: url('../img/@2x/gallery2.png') right -307px no-repeat;
        background-size: 40px auto;
    }

    body > div#floor > footer div.logo img {
        background: url('../img/@2x/logo_footer.png') 0 0 no-repeat;
        background-size: 100%;
    }
    ul.menu-mobile:before {
        background: url('../img/@2x/gallery2.png') right -407px no-repeat;
        background-size: 40px auto;
    }

    div#fancybox-thumbs > ul > li.locked a,
    div.gallery > ul.thumbs > li.locked > a > img {
        background-image: url('../img/@2x/locked.png');
        background-size: 45px auto;
    }
    div#fancybox-thumbs > ul > li.locked a {
        background-size: 40% auto;
    }
}
/*** PIXEL RETIO 1.5 END ***/

/*** PIXEL RATIO 1.5 AND MOBILE VIEW ***/
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .user-navigation-bar > a.registration:before {
        background-position: 0 -351px;
    }
}
/*** PIXEL RATIO 1.5 AND MOBILE VIEW END ***/

/*** CUSTOM SCROLLBAR ***/
.mCustomScrollbar {
    position: relative;
    display: block;
}
.mCustomScrollbar .mCustomScrollBox {
    overflow: hidden;
}
.mCustomScrollbar:not(.mCS_no_scrollbar) .mCSB_container {
    width: auto;
    overflow: hidden;
    margin-right: 20px;
}
.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
}
.mCustomScrollBox > .mCSB_scrollTools {
    width: 4px;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.65;
}
.mCustomScrollbar:not(.mCS_no_scrollbar) .mCustomScrollBox.mCSB_vertical {
    margin-right: 3px;
}
.mCustomScrollBox:hover > .mCSB_scrollTools {
    opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f1f1f1;
    background-color: rgba(153,153,153,0.4);
    width: 3px;
    height: 100%;
    margin: 0 auto;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ca5cd7;
    width: 3px;
    height: 100%;
}
.mCSB_scrollTools_vertical .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_horizontal .mCSB_draggerContainer {
    width: 100%;
}
.mCSB_horizontal > .mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0;
}
.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0 20px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 3px;
    margin: 0;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: auto;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 3px;
    margin: 0 auto;
}
.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
    width: 100%;
    height: 3px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
/*** CUSTOM SCROLLBAR END ***/

/*** TMP FALLBACK ***/
.close.small:before {
    background-position: -24px 0 !important;
}
@media (min-width: 1200px) {
    div.upload-files > div {
        width: 25% !important;
    }
}
/*** TMP FALLBACK END ***/
