    @import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&subset=cyrillic');
    @import "https://fonts.googleapis.com/css?family=Montserrat+Alternates:100,200,300,400,500,600,700,800,900";
    @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic');
    @font-face {
        font-family: "MyriadProRegular";
        src: url("../../toucans-main/fonts/MyriadProRegular/MyriadProRegular.eot");
        src: url("../../toucans-main/fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"), url("../../toucans-main/fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"), url("../../toucans-main/fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
    }
    /* Document
   ========================================================================== */
    /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
    
    html {
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        line-height: 1.42;
        /* 1 */
        -ms-text-size-adjust: 100%;
        /* 2 */
        -webkit-text-size-adjust: 100%;
        /* 2 */
        overflow-x: hidden;
    }
    
    .row:after,
    .row:before {
        display: none !important;
    }
    
    * {
        box-sizing: border-box;
    }
    /* Sections
   ========================================================================== */
    /**
 * Remove the margin in all browsers (opinionated).
 */
    
    .clearfix::after {
        content: "";
        display: table;
        clear: both;
    }
    
    body {
        margin: 0;
        font-size: 1.4rem;
    }
    /**
 * Add the correct display in IE 9-.
 */
    
    article,
    aside,
    footer,
    header,
    nav,
    section {
        display: block;
    }
    /* Grouping content
   ========================================================================== */
    /**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
    
    figcaption,
    figure,
    main {
        /* 1 */
        display: block;
    }
    /**
 * Add the correct margin in IE 8.
 */
    
    figure {
        margin: 1em 40px;
    }
    /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
    
    hr {
        box-sizing: content-box;
        /* 1 */
        height: 0;
        /* 1 */
        overflow: visible;
        /* 2 */
    }
    /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
    
    pre {
        font-family: monospace, monospace;
        /* 1 */
        font-size: 1em;
        /* 2 */
    }
    /* Text-level semantics
   ========================================================================== */
    /**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
    
    a {
        background-color: transparent;
        /* 1 */
        -webkit-text-decoration-skip: objects;
        /* 2 */
        transition: all ease .2s;
    }
    /**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
    
    abbr[title] {
        border-bottom: none;
        /* 1 */
        text-decoration: underline;
        /* 2 */
        text-decoration: underline dotted;
        /* 2 */
    }
    /**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
    
    b,
    strong {
        font-weight: inherit;
    }
    /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
    
    b,
    strong {
        font-weight: bolder;
    }
    /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
    
    code,
    kbd,
    samp {
        font-family: monospace, monospace;
        /* 1 */
        font-size: 1em;
        /* 2 */
    }
    /**
 * Add the correct font style in Android 4.3-.
 */
    
    dfn {
        font-style: italic;
    }
    /**
 * Add the correct background and color in IE 9-.
 */
    
    mark {
        background-color: #ff0;
        color: #000;
    }
    /**
 * Add the correct font size in all browsers.
 */
    
    small {
        font-size: 80%;
    }
    /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
    
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    
    sub {
        bottom: -0.25em;
    }
    
    sup {
        top: -0.5em;
    }
    /* Embedded content
   ========================================================================== */
    /**
 * Add the correct display in IE 9-.
 */
    
    audio,
    video {
        display: inline-block;
    }
    /**
 * Add the correct display in iOS 4-7.
 */
    
    audio:not([controls]) {
        display: none;
        height: 0;
    }
    /**
 * Remove the border on images inside links in IE 10-.
 */
    
    img {
        border-style: none;
    }
    /**
 * Hide the overflow in IE.
 */
    
    svg:not(:root) {
        overflow: hidden;
    }
    /* Forms
   ========================================================================== */
    /**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
    
    button,
    input,
    optgroup,
    select,
    textarea {
        font-family: sans-serif;
        /* 1 */
        font-size: 100%;
        /* 1 */
        line-height: 1.15;
        /* 1 */
        margin: 0;
        /* 2 */
    }
    /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
    
    button,
    input {
        /* 1 */
        overflow: visible;
    }
    /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
    
    button,
    select {
        /* 1 */
        text-transform: none;
    }
    /**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
    
    button,
    html [type="button"],
    /* 1 */
    
    [type="reset"],
    [type="submit"] {
        -webkit-appearance: button;
        /* 2 */
    }
    /**
 * Remove the inner border and padding in Firefox.
 */
    
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }
    /**
 * Restore the focus styles unset by the previous rule.
 */
    
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }
    /**
 * Correct the padding in Firefox.
 */
    
    fieldset {
        padding: 0.35em 0.75em 0.625em;
    }
    /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
    
    legend {
        box-sizing: border-box;
        /* 1 */
        color: inherit;
        /* 2 */
        display: table;
        /* 1 */
        max-width: 100%;
        /* 1 */
        padding: 0;
        /* 3 */
        white-space: normal;
        /* 1 */
    }
    /**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
    
    progress {
        display: inline-block;
        /* 1 */
        vertical-align: baseline;
        /* 2 */
    }
    /**
 * Remove the default vertical scrollbar in IE.
 */
    
    textarea {
        overflow: auto;
    }
    /**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
    
    [type="checkbox"],
    [type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }
    
    [type="number"]::-webkit-inner-spin-button,
    [type="number"]::-webkit-outer-spin-button {
        height: auto;
    }
    
    [type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        outline-offset: -2px;
        /* 2 */
    }
    
    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    
     ::-webkit-file-upload-button {
        -webkit-appearance: button;
        /* 1 */
        font: inherit;
        /* 2 */
    }
    
    details,
    menu {
        display: block;
    }
    
    summary {
        display: list-item;
    }
    
    canvas {
        display: inline-block;
    }
    
    template {
        display: none;
    }
    
    a,
    a:hover,
    a:focus {
        text-decoration: none;
    }
    
    [hidden] {
        display: none;
    }
    
    ul {
        margin: 0;
        list-style-type: none;
    }
    
    footer ul {
        padding: 0;
    }
    
    section.cookie {
        display: none;
    }
    
    .subtitle {
        font-size: 4.8rem;
        font-weight: 900;
        margin: 0;
    }
    
    .main_btn {
        color: #fff;
        display: inline-block;
        padding: .7rem 7.5rem;
        background: #7d9d92;
        border: 0;
        border-radius: 30px;
        font-size: 2.4rem;
        text-transform: capitalize;
        font-weight: 300;
        transition: all ease .2s;
    }
    
    .main_btn:hover,
    .main_btn:focus,
    .about_btn:hover,
    .about_btn:focus {
        background: #4f7d6d;
        text-decoration: none;
    }
    
    .line {
        background-color: #ffffff;
        width: 30px;
        height: 4px;
        margin-bottom: 5px;
    }
    
    .joms-popup--video .joms-popup__content .joms-popup__video img {
        width: auto !important;
    }
    
    .header_left {
        width: 75%;
        float: left;
        position: relative;
        padding: 45px 3.5% 38.3% 19%;
    }
    
    .footer .copyright {
        color: #535353;
        font-size: 1.8rem;
    }
    
    .header_right {
        width: 25%;
        float: left;
        background: rgba(0, 0, 0, .7);
        position: absolute;
        top: 0;
        left: 75%;
        right: 0;
        bottom: 0;
    }
    
    .header_left .language {
        position: absolute;
        top: 0;
        right: 0;
        background: #bedfd9;
        padding: 12px 25px;
        text-transform: lowercase;
    }
    
    .header_left .language a {
        color: #282828;
        font-weight: 300;
        font-size: 1.4rem;
    }
    
    .header_left .language:hover,
    .header_left .language:focus {
        background: #9ec7c0;
    }
    
    .opportunity {
        margin-bottom: 9.5rem;
    }
    
    .opportunity_icon {
        height: 9rem;
    }
    
    .opportunity_friends .opportunity_icon {
        background: url(../img/friends.png) no-repeat center;
    }
    
    .opportunity_chat .opportunity_icon {
        background: url(../img/chat.png) no-repeat center;
    }
    
    .opportunity_travel .opportunity_icon {
        background: url(../img/travel.png) no-repeat center;
    }
    
    .copyright,
    .copyright-menu,
    .copyright span a {
        font-family: 'Open Sans', Sans-Serif;
    }
    
    .opportunity_title {
        color: #666;
        font-weight: 800;
        font-size: 2.4rem;
        line-height: 1.2;
        margin: .5rem 0 1.5rem;
    }
    
    .opportunity .text {
        padding: 0 26%;
        line-height: 2;
    }
    
    section.benefits {
        background-image: url(../img/ben.jpg);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        padding: 7.5rem 0 10rem;
        color: #fff;
    }
    
    .benefits .title {
        color: #bedfd9;
        text-align: center;
    }
    
    .benefits .custom>.text {
        max-width: 550px;
        margin: 2rem auto 8rem;
        text-align: center;
    }
    
    .benefits_wrapper {
        padding: 0 11% 0 20%;
    }
    
    .benefits_wrapper .benefit {
        width: 30%;
        float: left;
    }
    
    .benefit {
        padding-left: 7rem;
        padding-right: 2rem;
        text-align: left;
        min-height: 25rem;
        line-height: 1.5;
    }
    
    .benefit_connectivity {
        background: url(../img/benefit1.png) no-repeat left top;
    }
    
    .benefit_time {
        background: url(../img/benefit2.png) no-repeat left top;
    }
    
    .benefit_places {
        background: url(../img/benefit3.png) no-repeat left top;
    }
    
    .benefit_communities {
        background: url(../img/benefit4.png) no-repeat left top;
    }
    
    .benefit_friends {
        background: url(../img/benefit5.png) no-repeat left top;
    }
    
    .benefit_travel {
        background: url(../img/benefit6.png) no-repeat left top;
    }
    
    .benefit_title {
        margin: 0;
        margin-bottom: 10px;
        font-weight: 900;
        min-height: 7rem;
        font-size: 2.4rem;
    }
    
    .activities .content {
        padding: 0 14% 0 14%;
    }
    
    .benefits>div>h3 {
        color: #bedfd9;
        text-align: center;
        font-size: 7.2rem;
        font-weight: 900;
        margin: 0;
    }
    
    .statistics {
        width: 25%;
        color: #336a7e;
        text-align: center;
        padding-top: 12rem;
        background: #fff;
        position: absolute;
        top: 0;
        right: 75%;
        bottom: 0;
        left: 0;
    }
    
    .stat_item {
        margin-bottom: 11.2rem;
        font-size: 2.4rem;
        font-weight: 900;
    }
    
    .stat_item .big {
        display: block;
        font-size: 7.2rem;
        margin-bottom: 3rem;
        font-weight: 900;
    }
    
    section.look_friends {
        background: #fff;
        text-align: center;
        padding: 12rem 0 17rem;
    }
    
    section.look_friends .subtitle {
        color: #83a29d;
    }
    
    section.bottom_banners {
        text-align: center;
        background: #f7f7f7;
        padding: 14rem 0 13.5rem 0;
    }
    
    section.activities {
        background: #282828 none repeat scroll 0 0;
        color: #fff;
        padding: 7rem 3.5rem 10rem 4.5rem;
        text-align: center;
    }
    
    section.activities .subtitle {
        color: #bedfd9;
    }
    
    .footer {
        background: #282828;
        min-height: 680px;
        height: 680px;
        padding-top: 4em;
        margin-bottom: -4px;
    }
    
    .footer .copyright .copyright-menu>ul {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .footer .copyright .copyright-menu>ul li a {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .footer .copyright .copyright-menu>ul li a:hover {
        color: #ffffff;
    }
    
    .menu_icon {
        background: #3f97b5 none repeat scroll 0 0;
        padding: 26.5px 20px;
        position: absolute;
        left: 0;
        top: 107px;
        z-index: 10;
        display: none;
    }
    
    .menu_icon img {
        transform: scale(0.5);
    }
    
    .footer .menu li:hover a,
    .footer .menu li:focus a {
        background-color: transparent;
    }
    
    .copyright,
    .copyright-menu {
        display: inline-block;
        text-align: center;
    }
    
    .bottom_banners .banneritem .wrapper-btn-banner {
        display: none;
    }
    /************************************************************************/
    /*******New main menu****************************************************/
    /************************************************************************/
    
    .submenu-module>.moduletable>ul.menu>li>span.nav-header {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: #000;
        height: 30px;
        margin-top: 20px;
        margin-bottom: 4px;
        display: block;
        font-weight: 500;
        line-height: 1.1;
        padding: 0;
    }
    
    .menu-bottom>.container>.row>div.line_color .line-hover-title {
        display: flex;
        width: 100%;
        height: 26px;
        background: transparent;
    }
    
    .menu-bottom>.container>.row>div.line_color.hover-title .line-hover-title {
        background: hsla(0, 0%, 100%, 0.28);
    }
    
    .menu-bottom .menu-position ul>li>ul {
        width: 140px;
        top: 100%;
        position: absolute;
        background: white;
        border: 1px solid #e3e5e7;
        z-index: 12;
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 12px;
        display: none;
        transition: all ease 0.2s;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    }
    
    .menu-bottom .menu-position ul>li>ul>li {
        display: block !important;
    }
    
    .menu-bottom .menu-position ul>li>ul>li a {
        color: #272727 !important;
        font-size: 12px !important;
    }
    
    .menu-bottom .menu-position ul>li:nth-child(2):hover ul,
    .menu-bottom .menu-position ul>li>ul:hover {
        display: block;
    }
    
    .menu-bottom {
        background-color: #272727;
    }
    
    .menu-bottom .menu-position {
        width: 100%;
        display: flex;
        flex-flow: column;
    }
    
    .menu-bottom .menu-position.menu>ul.menu {
        height: 100%;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        justify-content: space-between;
        flex-flow: row nowrap;
    }
    
    .menu-bottom .menu-position ul.menu {
        height: 100%;
    }
    
    .menu-bottom .menu-position ul.menu::before,
    .menu-bottom .menu-position ul.menu::after {
        display: none;
    }
    
    .menu-bottom .menu-position ul.menu>li {
        display: inline-block;
        float: left;
        width: auto;
        position: static;
        height: 100%;
    }
    
    .menu-bottom .menu-position>ul.menu>li>a {
        display: block;
        cursor: pointer;
        position: relative;
        color: hsla(0, 0%, 0%, 0.58);
        padding: 0px 15px;
        font-size: 22px;
        font-family: 'Open Sans', sans-serif;
        z-index: 13;
        display: flex;
        align-items: flex-start;
        height: 100%;
        padding-top: 5px;
        /*border-bottom: 4px solid transparent;*/
    }
    
    .menu-bottom .menu-position>ul.menu>li>span {
        display: block;
        cursor: pointer;
        position: relative;
        color: hsla(0, 0%, 0%, 0.58);
        padding: 0px 15px;
        font-size: 22px;
        font-family: 'Font Awesome 5 Free';
        z-index: 13;
        display: flex;
        align-items: flex-start;
        height: 100%;
        padding-top: 5px;
        /*border-bottom: 4px solid transparent;*/
        text-shadow: none;
    }
    
    .header-white .menu-bottom .menu-position>ul.menu>li>a,
    .header-white .menu-bottom .menu-position>ul.menu>li>span {
        color: hsla(0, 0%, 100%, 0.58);
    }
    
    .menu-bottom .menu-position>ul.menu>li>a::after,
    .menu-bottom .menu-position>ul.menu>li>span::after {
        display: none;
    }
    
    .menu-bottom .menu-position>ul.menu>li>a:hover::after,
    .menu-bottom .menu-position>ul.menu>li>span:hover::after {
        content: attr(title);
        position: absolute;
        top: -22px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 24px;
        color: #000000;
        font-family: "Open Sans";
        font-weight: 400;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-flow: row nowrap;
        white-space: nowrap;
        left: 0;
        text-transform: capitalize;
    }
    
    .header-white .menu-bottom .menu-position>ul.menu>li>a:hover::after {
        color: #ffff;
    }
    
    .menu-bottom .menu-position>ul.menu>li>a.fa:before {
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 20px;
    }
    
    .menu-bottom .menu-position>ul.menu>li.opened>a,
    .menu-bottom .menu-position>ul.menu>li.opened>span {
        border-bottom: 4px solid #272727;
    }
    
    .menu-bottom .menu-position ul>li>ul:before {
        position: absolute;
        top: -7px;
        left: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }
    
    .menu-bottom .menu-position ul.menu>li:hover>a,
    .menu-bottom .menu-position ul.menu>li:focus>a,
    .menu-bottom .menu-position .highlighted,
    .menu-bottom .menu-position ul.menu>li a:hover,
    .menu-bottom .menu-position ul.menu>li a:focus {
        background-color: transparent;
    }
    
    .menu-bottom .menu-position ul.menu>li:hover>a,
    .menu-bottom .menu-position ul.menu>li.opened>a,
    .menu-bottom .menu-position ul.menu>li:hover>span,
    .menu-bottom .menu-position ul.menu>li.opened>span {
        color: #000000;
    }
    
    .menu-bottom .menu-position ul>li>ul:after {
        position: absolute;
        top: -6px;
        right: 50px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: '';
    }
    
    .menu-bottom .menu-position ul>li>ul>li {
        padding: 8px;
        text-align: left;
    }
    
    .menu-bottom .menu-position ul>li>ul>li a {
        padding: 0 !important;
        text-align: left;
    }
    
    .menu-bottom .menu-position ul>li>ul>li a:hover,
    .menu-bottom .menu-position ul>li>ul>li a:focus {
        text-decoration: none;
    }
    
    .menu-bottom .menu-position ul>li>ul>li:hover,
    .menu-bottom .menu-position ul>li>ul>li:focus {
        background-color: #f6f6f6;
    }
    
    .menu-top .icons-menu {
        height: 110px;
    }
    
    .menu-top .icons-menu:before {
        content: "";
        display: block;
        clear: both;
    }
    
    .menu-top .second-part {
        min-width: 165px;
        height: 100%;
        display: inline-block;
    }
    
    .header-white .menu-bottom .menu-position ul.menu>li:hover>a,
    .header-white .menu-bottom .menu-position ul.menu>li.opened>a,
    .header-white .menu-bottom .menu-position ul.menu>li:hover>span,
    .header-white .menu-bottom .menu-position ul.menu>li.opened>span {
        color: #ffff;
    }
    /************************************************************/
    /*******************lang*************************************/
    /************************************************************/
    
    .first-part .mod-languages .chzn-container-single .chzn-single {
        border: none;
        border-radius: 0;
        background: transparent url("../../../images/lang_img.jpg") no-repeat left !important;
        font-family: 'Open Sans', san-serif;
        color: #818181;
        font-size: 1.2rem;
        box-shadow: none;
        padding-left: 3rem;
    }
    
    .first-part .currency-switcher .chzn-container-single .chzn-single {
        border: none;
        border-radius: 0;
        background: transparent;
        font-family: 'Open Sans', san-serif;
        color: #818181;
        font-size: 1.2rem;
        box-shadow: none;
        padding-left: 3rem;
    }
    
    .first-part .mod-languages .chzn-container-single {
        width: 11rem !important;
    }
    
    .first-part .mod-languages .chzn-container-single {
        width: 11rem !important;
    }
    
    .first-part .mod-languages .chzn-drop {
        border: none;
        border-radius: 0;
        background-color: #d4ecf8;
    }
    
    .first-part .mod-languages .chzn-results {
        font-family: 'Open Sans', san-serif;
        color: #818181;
        font-size: 1.2rem;
    }
    
    .first-part .language {
        padding: 8px 0;
    }
    
    .first-part .language .mod-languages {
        display: inline-block;
        width: 11rem;
        padding: 35px 0 34px;
    }
    
    .first-part .mod-languages .select2-container--default {
        padding-left: 27px;
        border-bottom: 1px solid #d4ecf8/*#1d7897*/
        ;
    }
    
    .first-part .currency-switcher .select2-container--default {
        max-width: 100%;
        border-bottom: 1px solid #d4ecf8/*#1d7897*/
        ;
    }
    
    .first-part .mod-languages .select2-container--default:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 24px;
        height: 24px;
        background: url(../../../images/lang_img.jpg) center no-repeat;
    }
    
    .first-part .mod-languages .select2-container--default .select2-selection--single,
    .first-part .currency-switcher .select2-container--default .select2-selection--single {
        height: 24px;
        border: none;
        border-radius: 0;
    }
    
    .first-part .mod-languages .select2-container--default .select2-selection--single .select2-selection__rendered,
    .first-part .currency-switcher .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 24px;
        font-family: 'Open Sans', san-serif;
        color: #818181;
        font-size: 1.2rem;
    }
    
    .first-part .mod-languages .select2-container--default .select2-selection--single .select2-selection__arrow,
    .first-part .currency-switcher .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 24px;
        width: 20px;
    }
    
    .first-part .mod-languages .select2-container--default .select2-selection--single .select2-selection__arrow b,
    .first-part .currency-switcher .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: none;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        background: url(../../../images/select2_arrow.png) center no-repeat;
    }
    
    .first-part .mod-languages .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
    .first-part .currency-switcher .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .select2-container--open .select2-dropdown--below {
        border: none;
        border-radius: 0;
        background-color: #d4ecf8;
    }
    
    .select2-container--default .dd-lang .select2-results__option {
        padding: 4px 6px;
        font-family: 'Open Sans', san-serif;
        color: #818181;
        font-size: 1.2rem;
        line-height: 16px;
        text-align: right;
    }
    
    .select2-container--default .dd-lang .select2-results__option[aria-selected=true],
    .select2-container--default .dd-lang .select2-results__option--highlighted[aria-selected],
    .select2-container--default .dd-lang .select2-results__option:hover,
    .select2-container--default .dd-lang .select2-results__option:focus {
        background-color: #1d7897;
        color: #ffffff;
    }
    /*--------- End lang select ---------*/
    
    body.com_vm_auction .first-part .language .mod-languages,
    body.com_virtuemart .first-part .language .mod-languages {
        padding: 0;
    }
    
    .first-part .currency-switcher {
        padding: 16px 0 6px;
    }
    
    .first-part .currency-switcher>form {
        display: inline-block;
        width: 100%;
        max-width: 160px;
    }
    
    .first-part .currency-switcher select {
        display: none;
    }
    
    .first-part .currency-switcher .chzn-single>span {
        text-align: right !important;
        padding-right: 8px;
    }
    
    .first-part .currency-switcher .chzn-drop {
        border: none;
        border-radius: 0;
        background-color: #d4ecf8;
    }
    
    .first-part .currency-switcher ul.chzn-results {
        font-family: 'Open Sans', san-serif;
        color: #818181;
        font-size: 1.2rem;
    }
    
    .chzn-container ul.chzn-results {
        margin: 0;
        padding: 0;
    }
    
    .first-part .mod-languages .chzn-container .chzn-results li.highlighted,
    .first-part .currency-switcher .chzn-container .chzn-results li.highlighted,
    .first-part .chzn-results li:hover,
    .first-part .chzn-results :focus {
        background-color: #1d7897;
        background-image: none;
        color: #ffffff;
    }
    
    .reg-log-position {
        text-align: right;
    }
    
    .reg-log-position>ul>li>a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }
    
    .logo>a>img {
        width: 12em;
    }
    
    .moduletable>ul>li>a>i.fas.fa-burn {
        color: #e63f52;
        font-size: 1.3em;
    }
    
    .menu-bottom .reg-log-position>ul>li {
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        width: 82px;
        height: 70px;
        text-align: center;
        background-color: hsla(0, 0%, 100%, 0.871) !important;
        margin-right: 1px;
    }
    
    .menu-bottom.authenticated .reg-log-position>ul>li:first-child {
        border-right: none;
    }
    
    .menu-bottom .reg-log-position>ul>li.parent {
        background: url(../../../images/dashboard.png) no-repeat center;
        background-color: #d4ecf8;
    }
    /**********************************************************************************************************************/
    /**********************************************************ABOUT US****************************************************/
    /**********************************************************************************************************************/
    
    .secondary_header .services-menu {
        display: inline-block;
    }
    
    .secondary_header .services-menu ul>li {
        padding: 0 1.5rem;
        display: inline-block;
    }
    
    .secondary_header .services-menu ul>li:before {
        content: "•";
        position: absolute;
        left: -1px;
        top: 0;
        color: #8d8d8c;
    }
    
    body.com_jomoffers .secondary_header .services-menu ul>li:before {
        color: #e3e3e3;
    }
    
    .secondary_header .services-menu ul>li:first-child:before {
        content: "";
    }
    
    .secondary_header .services-menu ul>li a {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        color: #8d8d8c;
        padding: 0;
        padding-bottom: 2px;
        border-bottom: 1px solid #8d8d8c;
    }
    
    body.com_jomoffers .secondary_header .services-menu ul>li a {
        color: #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
    }
    
    .secondary_header .services-menu ul>li a:hover,
    .secondary_header .services-menu ul>li a:focus {
        color: #8d8d8c;
        border-color: transparent;
        background-color: transparent !important;
    }
    
    body.com_jomoffers .secondary_header .services-menu ul>li a:hover,
    body.com_jomoffers .secondary_header .services-menu ul>li a:focus {
        color: #e3e3e3;
    }
    
    .secondary_header .header_left {
        padding: 40px 3.5% 24px 5%;
        width: 85%;
    }
    
    .secondary_header .menu a {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
    }
    
    .secondary_header .logo {
        margin-right: 7%;
        display: inline-block;
        vertical-align: middle;
    }
    
    .secondary_header .menu {
        flex-grow: 1;
        vertical-align: middle;
    }
    
    .secondary_header .reg-log-position>.menu {
        height: 80px;
    }
    
    .secondary_header .header_right {
        background: none;
        left: 85%;
        width: 15%;
    }
    
    .secondary_header .header_right {
        padding-top: 75px;
    }
    
    .secondary_header .header_right>div {
        display: inline-block;
        vertical-align: middle;
        float: right;
    }
    
    .secondary_header .header_right>div.language {
        border-right: 1px solid #bedfd9;
    }
    
    .secondary_header .header_right>div:nth-child(2) {
        border-right: 1px solid #bedfd9;
    }
    
    .secondary_header .header_right>div {
        padding-right: 19px;
        padding-left: 15px;
        color: #bedfd9;
        text-transform: lowercase;
    }
    
    .secondary_header .header_right>div a {
        cursor: pointer;
        color: #bedfd9;
    }
    
    .secondary_header .header_right>div ul {
        padding-left: 0px;
    }
    
    section.about_us {
        background: #fff none repeat scroll 0 0;
        padding: 50px 0 180px 0;
        text-align: center;
        min-height: 1000px;
    }
    
    .about_us_title {
        font-family: 'Open Sans', sans-serif;
        font-weight: 900;
        font-size: 72px;
        margin: 0px;
        margin-bottom: 40px;
    }
    
    section.about_us p {
        font-size: 14px;
        margin-bottom: 45px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        line-height: 30px;
    }
    
    .wrapper_about_us {
        padding: 0px 17% 30px 15%;
        display: inline-block;
    }
    
    .find_friends_about {
        background: rgba(0, 0, 0, 0) url("../img/friends.png") no-repeat scroll center top;
    }
    
    .chat_about {
        background: rgba(0, 0, 0, 0) url("../img/chat.png") no-repeat scroll center top;
    }
    
    .travel_about {
        background: rgba(0, 0, 0, 0) url("../img/travel.png") no-repeat scroll center top;
    }
    
    .about_us .column {
        width: 30%;
        float: left;
        line-height: 1.5;
        min-height: 20rem;
        text-align: center;
        margin-right: 3%;
        display: inline-block;
    }
    
    .column_about_title {
        font-size: 2.4rem;
        font-weight: 900;
        margin: 80px 0 30px;
        color: #666666;
    }
    
    .about_us .column p {
        font-size: 1.4rem;
        line-height: 1.8;
        padding: 0px 25px;
    }
    
    .about_btn {
        background: #7d9d92 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 30px;
        color: #fff;
        display: inline-block;
        font-size: 2.4rem;
        font-weight: 300;
        padding: 1.1rem 6.0rem;
        transition: all 0.2s ease 0s;
    }
    
    .about_btn-2 {
        background: #7d9d92 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 30px;
        color: #fff;
        display: inline-block;
        font-size: 2.4rem;
        font-weight: 300;
        padding: 16px 65px;
        transition: all 0.2s ease 0s;
    }
    
    section.component {
        background: transparent none repeat scroll 0 0;
        text-align: center;
    }
    
    .groups_left,
    .groups_right {
        float: left;
        width: 50%;
        display: inline-block;
    }
    
    .groups_left {
        background-color: #FFFFFF;
        min-height: 1rem;
    }
    
    .groups_right {
        background-color: #bedfd9;
        padding: 310px 8% 0px 8%;
        min-height: 846px;
    }
    
    .title_group1 {
        color: #7d9d92;
        font-size: 4.8rem;
        margin: 0px;
    }
    
    .title_group2 {
        color: #282828;
        font-size: 7.2rem;
        margin: 0px;
    }
    
    .groups_right a {
        margin-top: 70px;
    }
    
    .groups .about_btn {
        font-family: 'Open Sans', sans-serif;
        /*font-weight: 300px;*/
    }
    
    .bottom_banners {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    /*
.banner, .banneritem{
  height: 360px;
  width: 360px;
  float: left;
  margin-right: 30px;
  text-align: center;
}
.banneritem{
  position: relative;
  text-align: left;
  cursor: pointer;
}
*/
    
    .banner1 {
        background: rgba(0, 0, 0, 0) url("../img/banner1.png") no-repeat scroll center;
    }
    
    .banner2 {
        background: rgba(0, 0, 0, 0) url("../img/banner2.png") no-repeat scroll center;
    }
    
    .banner3 {
        background: rgba(0, 0, 0, 0) url("../img/banner3.png") no-repeat scroll center;
    }
    
    .wrapper_banners {
        margin: auto;
        display: inline-block;
    }
    
    .banneritem .desc_banner {
        position: absolute;
        top: 0;
        width: 100%;
    }
    
    .wrapper_banners {
        margin: auto;
        display: inline-block;
    }
    
    .title_banner {
        color: #FFFFFF;
        font-size: 48px;
        margin: 60px auto 70px auto;
    }
    
    .bottom_banners .desc_banner p:first-child {
        color: #FFFFFF;
        font-size: 4.8rem;
        font-weight: 800;
        line-height: 3.8rem;
        margin: 13rem 0 0 8rem;
        position: relative;
    }
    
    .bottom_banners .desc_banner .wrapper-btn-banner {
        width: 100%;
        text-align: center;
        margin-top: 6.8rem;
    }
    
    .bottom_banners .desc_banner a {
        cursor: pointer;
    }
    
    .bottom_banners span {
        padding-top: 15px;
        position: absolute;
        font-size: 5.2rem;
    }
    
    .contact_form {
        background: #FFFFFF;
        padding: 70px 20%;
        display: inline-block;
        width: 100%;
    }
    
    .bottom_banners .bannergroup .banneritem:first-child p:first-child {
        color: #242424;
    }
    
    .bottom_banners .bannergroup .banneritem:nth-child(2) p:first-child {
        color: #5589b0;
    }
    
    .bottom_banners .banneritem .wrapper-btn-banner {
        display: none;
    }
    
    .contact_form h2,
    .contact_form .formControlLabel {
        display: none;
    }
    
    .contact_title {
        font-size: 7.2rem;
        margin: 0px;
        margin-bottom: 65px;
        text-align: center;
        font-family: 'Open Sans', san-serif;
    }
    
    .contact_form .rsform {
        width: 68%;
        float: right;
    }
    
    .contact_form .formResponsive .formHorizontal .formControls {
        margin-left: 0%;
    }
    
    .contact_info {
        width: 32%;
        float: left;
        font-family: 'Open Sans', san-serif;
    }
    
    .contact_info .phone {
        background: rgba(0, 0, 0, 0) url("../img/icon_phone.png") no-repeat scroll left;
        margin-bottom: 20px;
        height: 24px;
    }
    
    .contact_info .email {
        background: rgba(0, 0, 0, 0) url("../img/icon_mail.png") no-repeat scroll left;
    }
    
    .contact_info .phone div,
    .contact_info .email div {
        margin-left: 60px;
    }
    
    .contact_info .phone div {
        padding-top: 5px;
    }
    
    .contact_form .rsform input {
        border-radius: 30px !important;
        padding: 0px 30px !important;
        width: calc(100% - 60px) !important;
        height: 45px !important;
        margin-bottom: 0px !important;
    }
    
    .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
    #captchaTxt36 {
        width: 35% !important;
    }
    
    .contact_form .formSpan12 div:nth-child(2),
    .contact_form .formSpan12 div:nth-child(3),
    .contact_form .formSpan12 div:nth-child(4),
    .contact_form .formSpan12 div:nth-child(5) {
        width: 43% !important;
        float: left;
        margin-bottom: 0px !important;
        margin-right: 25px;
    }
    
    .contact_form .formSpan12 div:nth-child(2) div {
        padding-bottom: 0px !important;
        margin-bottom: -10px;
    }
    
    .contact_form .rsform textarea {
        border-radius: 30px !important;
        padding: 15px 30px !important;
        width: 82%;
    }
    
    .contact_form .formSpan12>div:last-child {
        margin-top: 50px;
        width: 100% !important;
    }
    
    .contact_form .formSpan12>div:last-child div {
        width: 100% !important;
    }
    
    .contact_form .formSpan12 div .formControls {
        width: 100% !important;
    }
    
    .contact_form .formSpan12 button {
        border-radius: 30px !important;
        display: inline-block !important;
        font-size: 2.4rem !important;
        font-weight: 300 !important;
        font-family: 'Open Sans', sans-serif !important;
        padding: auto !important;
        height: 60px !important;
        width: 254px !important;
        transition: all 0.2s ease 0s;
        margin-right: 20px;
    }
    
    .contact_form .formSpan12 #Send {
        background: #7d9d92 none repeat scroll 0 0 !important;
        border: 0 none !important;
        color: #fff !important;
    }
    
    .contact_form .formSpan12 #Send:hover,
    .contact_form .formSpan12 #Send:focus {
        background-color: #FFFFFF !important;
        border: 1px solid #7d9d92 !important;
        color: #7d9d92 !important;
    }
    
    .contact_form .formSpan12 .rsform-reset-button {
        background-color: #FFFFFF !important;
        border: 1px solid #7d9d92 !important;
        color: #7d9d92 !important;
        background-image: none !important;
    }
    
    .contact_form .formSpan12 .rsform-reset-button:hover,
    .contact_form .formSpan12 .rsform-reset-button:focus {
        background-image: none !important;
        background: #7d9d92 none repeat scroll 0 0 !important;
        border: 0 none !important;
        color: #fff !important;
    }
    
    .fb_hide_iframes iframe {
        left: 0 !important;
    }
    /**********************************************************************************************************************/
    /*********************************************************FOOTER ACTIVITY**********************************************/
    /**********************************************************************************************************************/
    
    .col-4 {
        width: 21%;
        float: left;
        display: table;
        /* margin-right: 4%; */
    }
    
    .activities .row {
        width: 100%;
        display: inline-block;
    }
    
    .activity_title {
        margin-top: 0px !important;
        margin-bottom: 70px !important;
        color: #ffa100;
        font-size: 4.8rem;
        font-family: 'Open Sans', sans-serif;
        font-weight: 900;
    }
    
    .new_photos h3,
    .new_video h3,
    .resent_network h3,
    .resent_forum h3 {
        margin: 0 !important;
        margin-bottom: 40px !important;
        font-size: 24px;
        color: #666666;
        font-family: 'Open Sans', sans-serif;
        font-weight: 900;
    }
    
    .new_photos li {
        /*max-height: 10rem !important;*/
        width: 50% !important;
        overflow: hidden;
        padding: 0.5px !important;
    }
    
    .new_video li {
        width: 50% !important;
        overflow: hidden;
        padding: 0.5px !important;
    }
    
    .new_photos a img {
        display: block;
        object-fit: cover;
        width: 100%;
    }
    
    .new_video a img {
        /*max-height: 10rem;*/
        width: 100%;
        display: block;
        object-fit: cover;
        opacity: 0.7;
    }
    
    .col-4.new_video {
        width: 21.1%;
        margin-right: 3.9%;
    }
    
    .new_video li:hover img,
    .new_video li:focus img,
    .new_photos li:hover img,
    .new_photos li:focus img {
        opacity: 0.3;
    }
    
    .new_video .joms-gap,
    .new_video .joms-button--link {
        display: none;
    }
    
    .new_video .button_on {
        background: url("../img/play.png") no-repeat center;
        height: 32px;
        position: absolute;
        top: 8%;
        margin: auto !important;
        opacity: 0.5;
        right: 0 !important;
        text-align: center;
        width: 100%;
        display: inline-block;
        transition: opacity 0.8s;
    }
    
    .new_video .user {
        position: absolute;
        margin-left: auto!important;
        margin-right: auto!important;
        background-color: transparent;
        text-transform: capitalize;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        top: 7%;
        opacity: 0;
        text-align: center;
        width: 100%;
        transition: opacity 0.8s;
    }
    
    .new_video .date_video {
        background-color: transparent;
        text-transform: capitalize;
        font-size: 10px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        position: absolute;
        margin-left: auto!important;
        margin-right: auto!important;
        bottom: 5% !important;
        opacity: 0;
        right: 0 !important;
        text-align: center;
        width: 100%;
        transition: opacity 0.8s;
    }
    
    .new_video li:hover .joms-video__duration,
    .new_video li:focus .joms-video__duration {
        opacity: 1;
    }
    
    .new_video .joms-video__name {
        color: white;
        line-height: 12px;
        padding: 2px;
        display: inline-block;
        position: relative;
    }
    
    .new_video li:hover .date_video,
    .new_video li:hover .user {
        opacity: 1;
    }
    
    .new_photos .date_photo {
        position: absolute;
        margin-left: auto!important;
        margin-right: auto!important;
        background-color: transparent;
        top: 10%;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        right: 0!important;
        text-align: center;
        width: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 0.8s;
    }
    
    .new_photos .date_photo .by {
        color: #666666;
        font-size: 10px;
        font-weight: 600;
    }
    
    .new_photos .date_photo .date_photo {
        font-size: 10px;
    }
    
    .new_photos li:hover .date_photo {
        opacity: 1;
    }
    
    .new_photos li {
        background-color: #000000;
    }
    
    .new_photos .joms-list__item a {
        text-align: center !important;
        margin: auto !important;
    }
    
    form .logout-button input {
        cursor: pointer;
    }
    
    form .logout-button input:hover {
        background-color: #bedfd9 !important;
    }
    /**********************************************************************************************************************/
    /*********************************************************MESSAGE NETWORK**********************************************/
    /**********************************************************************************************************************/
    
    .resent_network .joms-stream__body,
    .resent_network .joms-stream__actions,
    .resent_network .joms-comment__reply,
    .resent_network .joms-list__options {
        display: none;
    }
    
    .resent_network .joms-stream {
        background-color: transparent;
    }
    
    .resent_network .joms-stream__meta {
        border-bottom: 1px solid #666666;
        padding: 0px !important;
        text-align: left;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
    }
    
    .resent_network .joms-avatar--stream {
        padding-right: 3rem;
        max-width: none;
    }
    
    .resent_network .joms-stream__meta a {
        color: #ffffff;
    }
    
    .resent_network .joms-stream__time {
        color: #666666;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
    }
    
    .resent_network .joms-avatar--stream a img {
        padding: 0px;
        background: none;
        border: none;
        max-width: 66px;
        border-radius: 100%;
    }
    
    .resent_network .joms-stream__meta a:nth-child(2),
    .resent_network .joms-stream__meta a:nth-child(3) {
        color: #ffa100 !important;
    }
    
    .joms-avatar img,
    .joms-avatar--stream img,
    .joms-avatar--comment img,
    .joms-avatar--focus img,
    .joms-avatar--video img,
    .joms-online a::after {
        border-radius: 100%;
    }
    
    .resent_network .joms-stream__meta a:first-child {
        font-weight: bold;
    }
    
    .joms-hcard {
        display: none !important;
    }
    
    .resent_network .joms-stream__status {
        display: none;
    }
    
    .resent_network .joms-stream {
        box-shadow: none;
    }
    
    .resent_network .joms-stream__header {
        padding: 0;
    }
    
    .resent_network .joms-stream {
        margin-bottom: 35px !important;
    }
    /**********************************************************************************************************************/
    /*********************************************************MESSAGE FORUM**********************************************/
    /**********************************************************************************************************************/
    
    .resent_forum a img {
        padding: 0px;
        background: none;
        border: none;
        max-width: 66px;
        border-radius: 100%;
    }
    
    .resent_forum .klatest {
        text-align: left;
    }
    
    .resent_forum .klatest-avatar {
        margin-right: 3rem;
        float: left;
        padding-bottom: 3.7rem !important;
        display: inline-block;
    }
    
    .klatest-subject {
        display: inline-block !important;
        margin-top: 5px;
    }
    
    .resent_forum .klatest-posttime {
        color: #666666;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: calc(0.8 * 12px);
        margin-top: 2px;
        position: relative;
    }
    
    .resent_forum .klatest-subject a,
    .resent_forum .klatest-author a {
        color: #ffffff;
        font-weight: bold;
        display: inline-block;
        text-transform: capitalize;
        font-size: 12px;
    }
    
    .resent_forum .klatest-author {
        margin-top: 5px;
        display: inline-block !important;
    }
    
    .resent_forum .klatest-preview-content {
        font-size: 12px;
    }
    
    .resent_forum .knewchar {
        display: none;
    }
    
    .resent_forum .klatest-item {
        display: inline-block;
        margin-bottom: 14px !important;
        width: 100%;
    }
    
    .resent_forum .klatest-posttime:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 96px;
        width: calc(100% - 96px);
        border-bottom: 1px solid #666666;
        top: 25px;
    }
    
    .resent_network .joms-stream__header>div:first-child {
        padding-right: 3rem;
        max-width: none;
    }
    
    .resent_network img {
        padding: 0px !important;
        background: none;
        border: none !important;
        max-width: 66px !important;
        border-radius: 100%;
    }
    /************************************************************************/
    /*******Notofications****************************************************/
    /************************************************************************/
    
    .menu-top .second-part {
        height: 110px;
        padding: 0 36px 0 0px;
        width: 100%;
    }
    
    .menu-top .logo {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    
    .menu-top .second-part .notifications,
    .menu-top .second-part .joms-notifications {
        height: 100%;
        background: transparent;
        margin-bottom: 0;
    }
    
    body.com_jomoffers.view-list_offers .menu-top .second-part .notifications {
        background: transparent;
        display: flex;
        justify-content: flex-end;
    }
    
    .menu-top .second-part .joms-notifications {
        padding: 43px 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        background: transparent;
    }
    
    .secondary_header {
        background: url("../img/main.jpg") no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    body.com_jomoffers.view-list_offers header.secondary_header .menu-top {
        background: transparent;
    }
    
    .second-part .joms-notifications a {
        display: inline-block;
        vertical-align: middle;
        width: 13%;
        height: 24px;
        float: left;
        outline: none;
    }
    
    body.ads.com_toucans_users_ads .logo.logo1,
    body.com_jomoffers.view-list_offers .logo.logo1 {
        display: none;
    }
    
    .logo.logo2 {
        display: none;
    }
    
    body.com_jomoffers.view-list_offers header .select2-container--default .select2-selection--single {
        background-color: transparent;
    }
    
    body.com_jomoffers.view-list_offers .first-part .mod-languages .select2-container--default:before {
        display: none;
    }
    
    body.com_jomoffers.view-list_offers .first-part .mod-languages .select2-container--default {
        border-bottom: none;
    }
    
    body.com_jomoffers.view-list_offers .first-part .mod-languages .select2-container--default .select2-selection--single .select2-selection__rendered,
    body.com_jomoffers.view-list_offers .first-part .currency-switcher .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #ffffff;
    }
    
    body.com_jomoffers.view-list_offers .first-part .mod-languages .select2-container--default .select2-selection--single .select2-selection__arrow b,
    body.com_jomoffers.view-list_offers .first-part .currency-switcher .select2-container--default .select2-selection--single .select2-selection__arrow b {
        background: url(../img/icons/select2_arrow.png) center no-repeat;
    }
    
    body.ads.com_toucans_users_ads .logo.logo2,
    body.com_jomoffers.view-list_offers .logo.logo2 {
        display: inline-block;
    }
    
    .second-part .joms-notifications a svg {
        display: none;
    }
    
    .menu-top .first-part {
        display: block;
        text-align: right;
        width: 100%;
    }
    
    .title-fellow-traveler {
        margin: 65px 15px 30px;
        text-align: center;
        color: #ffffff;
        font-family: "Open Sans", Sans-Serif;
    }
    
    .title-fellow-traveler h3 {
        margin-top: 0;
        font-size: 60px;
        font-weight: 800;
        text-transform: uppercase;
        color: #282828;
    }
    
    .title-fellow-traveler h4 {
        font-size: 48px;
        text-transform: lowercase;
        color: #282828;
        font-weight: 800;
        line-height: 56px;
    }
    
    .title-fellow-traveler h5 {
        font-size: 14px;
        line-height: 30px;
        max-width: 750px;
        margin: 20px auto;
    }
    
    .title-fellow-traveler {
        display: none;
    }
    
    body.com_jomoffers.view-list_offers .title-fellow-traveler {
        display: block;
    }
    
    .menu-bottom {
        background-color: transparent;
        position: relative;
        height: 70px;
        z-index: 13;
    }
    
    .menu-bottom>.container>.row>div {
        position: static;
    }
    
    .reg-log-position li.parent>ul {
        display: none;
        z-index: 12;
        position: absolute;
        width: 165px;
        top: 100%;
        margin: 0;
        padding: 0;
        font-size: 12px;
        transition: all ease 0.2s;
        background: #d4ecf8;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1)
    }
    
    .reg-log-position li.parent>ul>li {
        background: #d4ecf8;
        width: 100%;
        height: auto;
        text-align: left;
        padding: 10px 10px 10px 10px;
    }
    
    .reg-log-position li.parent>ul>li>a {
        color: #000000 !important;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        padding: 0;
    }
    
    .reg-log-position li.parent>ul>li:hover,
    .reg-log-position li.parent>ul>li:focus {
        background: #bed4df;
    }
    
    .reg-log-position li.parent>ul>li>a:hover,
    .reg-log-position li.parent>ul>li>a:focus {
        text-decoration: none;
    }
    
    .reg-log-position li.parent:hover ul {
        display: block;
    }
    
    .activities .resent_network .joms-stream__container>.joms-stream>.joms-comment {
        display: none;
    }
    
    .activities .resent_network .joms-stream__container .joms-stream__body.no-head {
        display: table;
        vertical-align: middle;
        border-bottom: 1px solid #666666;
        padding: 0 0 10px 0 !important;
        text-align: left;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        position: relative;
        left: 93px;
        width: calc(100% - 93px);
    }
    
    .activities .resent_network .joms-stream__container .joms-stream__body.no-head svg {
        display: none;
    }
    
    .activities .resent_network .joms-stream__container .joms-stream__body.no-head a {
        color: #ffffff;
    }
    
    .second-part .notifications>.joms-notifications>a>span {
        position: relative;
        left: 7px;
        bottom: 32px;
        color: #ffffff;
        background-color: #e63f52;
        border-radius: 100%;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        padding: 1px 6px;
    }
    
    .second-part .notifications>.joms-notifications>a>span:empty {
        display: none;
    }
    
    .second-part .notifications>.joms-notifications>a:hover,
    .second-part .notifications>.joms-notifications>a:focus {
        text-decoration: none !important;
    }
    /************************************************************/
    /****************Resent from blog footer*********************/
    /************************************************************/
    
    .activities .resent_network .imgwrapper {
        width: auto;
        text-align: left;
        display: inline-block;
        margin-right: 3rem;
        float: left;
    }
    
    .activities .resent_network .mod_blogfactory_post>ul {
        padding-left: 0 !important;
    }
    
    .activities .resent_network .mod_blogfactory_post>ul>li {
        content: "";
        display: block;
        clear: both;
        margin-bottom: 30px;
    }
    
    .activities .resent_network .titlepost {
        line-height: 14px;
    }
    
    .activities .resent_network .wrappertext {
        width: calc(100% - 96px);
        text-align: left;
        display: inline-block;
        border-bottom: 1px solid #666666;
        padding-bottom: 10px;
    }
    
    .activities .resent_network .small.muted.date {
        font-size: 12px;
        color: #666666;
        font-family: "Open Sans", Sans-Serif;
        margin-top: 10px;
    }
    
    .activities .resent_network .tex {
        font-size: 12px;
        font-family: "Open Sans", Sans-Serif;
    }
    
    .activities .container {
        padding-left: 0;
        padding-right: 0;
    }
    
    .activities .resent_network .name {
        font-weight: bold;
        font-family: "Open Sans", Sans-Serif;
        font-size: 12px;
    }
    
    .activities .resent_network .titlepost {
        font-size: 12px;
        font-family: "Open Sans", Sans-Serif;
        color: #ffa100;
        ;
    }
    
    .activities .resent_network .titlepost:hover,
    .activities .resent_network .titlepost:focus {
        text-decoration: none;
    }
    
    .activities .resent_forum .klatest-author a,
    .activities .resent_forum .klatest-preview-content {
        font-family: "Open Sans", Sans-Serif;
    }
    
    .activities .resent_forum .klatest-posttime {
        font-size: 12px;
        margin-top: 5px;
    }
    
    .activities .resent_forum .klatest-author a:hover,
    .activities .resent_forum .klatest-author a:focus {
        text-decoration: none;
    }
    
    .new_photos .date_photo {
        line-height: 18px;
    }
    
    .resent_network img {
        padding: 0px !important;
        background: none;
        border: none !important;
        max-width: 66px !important;
        border-radius: 100%;
    }
    /************************************************************/
    /****************Register pages******************************/
    /************************************************************/
    
    body.com_community.view-register .joms-landing {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        margin-bottom: 335px;
        padding-bottom: 0;
        margin-top: 10px;
        min-height: 816px;
    }
    
    body.com_community.view-register .joms-landing.first {
        min-height: 976px;
    }
    
    body.com_community.view-register .joms-landing .joms-landing__cover,
    body.com_community.view-register .joms-landing .joms-landing__cover+.joms-landing__action {
        float: left;
        width: 40%;
    }
    
    body.com_community.view-register .joms-landing .joms-landing__action {
        width: 60% !important;
    }
    
    body.com_community.view-register .joms-landing__image {
        background: url(../../../images/reg-1-img.jpg) no-repeat center center !important;
        height: 816px;
    }
    
    body.com_community.view-register .first .joms-landing__image {
        background: url(../../../images/reg-0-img.jpg) no-repeat center center !important;
        object-fit: cover;
        height: 976px;
    }
    
    body.com_community.view-register #community-wrap>div {
        background-color: #ffffff;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    body.com_community.view-register .outerpgbar {
        position: relative;
        width: 37% !important;
        right: 130px;
        top: 120px;
        float: right;
        display: inline-block;
        border: 1px solid #bababa;
        border-radius: 20px;
        height: 12px;
    }
    
    body.com_community.view-register .outerpgbar .innerpgbar {
        border-radius: 20px;
        background: #3f97b5;
        height: 10px;
    }
    
    body.com_community.view-register .joms-landing .joms-landing__action {
        padding: 30px 80px 0px 125px;
    }
    
    body.com_community.view-register .joms-landing .joms-landing__action h3 {
        margin-top: 100px;
        text-align: left;
        color: #222222;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 400;
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    body.com_community.view-register .joms-landing__action {
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
        border-radius: 0;
    }
    
    body.com_community.view-register input[ data-required="true"]::-webkit-input-placeholder {
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        font-size: 18px;
    }
    
    body.com_community.view-register input::-moz-placeholder {
        font-family: 'Open Sans', Sans-Serif !important;
        color: #333333 !important;
        font-size: 18px;
    }
    
    body.com_community.view-register input:-moz-placeholder {
        font-family: 'Open Sans', Sans-Serif !important;
        color: #333333 !important;
        font-size: 18px;
    }
    
    body.com_community.view-register input:-ms-input-placeholder {
        font-family: 'Open Sans', Sans-Serif !important;
        color: #333333 !important;
        font-size: 18px;
    }
    
    body.com_community.view-register .first input {
        font-family: 'Open Sans', Sans-Serif !important;
        color: #333333 !important;
        font-size: 18px;
    }
    
    body.com_community.view-register .first .joms-landing__action .joms-form__group {
        margin-bottom: 35px;
    }
    
    body.com_community.view-register .first .joms-landing__action .joms-form__group input {
        border-radius: 30px;
        padding-left: 35px;
        height: 55px;
    }
    
    body.com_community.view-register .first .joms-landing__action form>div:nth-child(8),
    body.com_community.view-register .first .joms-landing__action form>div:nth-child(6) {
        display: none;
    }
    
    body.com_community.view-register .joms-landing__action form .joms-button__next {
        float: left;
        margin-top: 7px;
        padding: 0;
        background: transparent;
        border: none;
        color: #3f97b5 !important;
        font-family: 'Open Sans', Sans-Serif;
        font-size: 24px;
        width: 150px;
    }
    
    body.com_community.view-register .joms-landing__action form>div:nth-child(7)>span {
        display: none;
    }
    
    body.com_community.view-register .have-account {
        text-align: left;
    }
    
    body.com_community.view-register .have-account a {
        color: #3f97b5;
        font-size: 14px;
        font-family: 'Open Sans', Sans-Serif;
        margin-top: 0;
    }
    
    body.com_community.view-register form.profiletype {
        margin-top: 180px;
        text-align: left;
        color: #000000;
        font-size: 16px;
        font-family: 'Open Sans', Sans-Serif;
        line-height: 24px;
    }
    
    body.com_community.view-register form.profiletype li h5 {
        color: #000000;
        font-size: 16px;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 400;
        float: left;
        display: inline-block;
    }
    
    body.com_community.view-register form.profiletype li label span {
        float: left;
        display: inline-block;
        position: relative;
        top: -3px;
    }
    
    body.com_community.view-register form.profiletype li {
        margin-bottom: 15px;
    }
    
    body.com_community.view-register form.profiletype li input[type="radio"] {
        margin: 2px 0 0;
    }
    
    body.com_community.view-register .note-message {
        width: 100%;
        padding-left: 63px;
        display: inline-block;
        text-align: justify;
    }
    
    body.com_community.view-register .note {
        position: relative;
        top: 24px;
        display: inline-block;
    }
    
    body.com_community.view-register .joms-button.next {
        padding: 0;
        background: transparent;
        border: none;
        color: #3f97b5 !important;
        font-family: 'Open Sans', Sans-Serif !important;
        font-size: 24px;
        width: 130px;
        cursor: pointer;
        margin-top: 10px;
    }
    
    body.com_community.view-register a.previous {
        margin-top: 0;
        cursor: pointer;
        outline: none;
        outline-color: transparent !important;
        margin-right: 25px;
    }
    
    body.com_community.view-register a.previous:focus {
        outline: none;
        outline-color: transparent !important;
    }
    
    body.com_community.view-register .next-2 {
        padding-top: 9px !important;
    }
    
    @-moz-document url-prefix() {
        body.com_community.view-register .next-2 {
            padding-top: 2px !important;
        }
    }
    
    body.com_community.view-register .last .joms-landing__action form {
        margin-top: 90px;
        text-align: left;
    }
    
    body.com_community.view-register .last .joms-landing__action form legend {
        font-size: 24px;
        font-family: 'Open Sans', Sans-Serif;
        color: #222222;
        margin-bottom: 35px;
        font-weight: 400;
    }
    
    body.com_community.view-register .last .joms-landing__action form.class1>div:nth-child(10)>span {
        display: none;
    }
    
    body.com_community.view-register .last .joms-landing__action form.class1>div:nth-child(10) {
        padding-right: 0;
    }
    
    body.com_community.view-register .last .joms-landing__action form .joms-button--full-small.joms-button--privacy {
        padding: 0;
        border: none;
        background: transparent url("../../../images/globe.png") no-repeat center;
        right: -35px;
        display: inline-block;
    }
    
    body.com_community.view-register .last .joms-landing__action form .joms-button--full-small.joms-button--privacy svg {
        height: 50px;
        fill: #3f97b5;
        width: 25px;
    }
    
    body.com_community.view-register .last .joms-dropdown.joms-dropdown--privacy {
        right: -30px;
    }
    
    body.com_community.view-register .last .joms-checkbox a {
        margin-top: 0;
    }
    
    body.com_community.view-register .last .joms-button--primary.joms-button--full-small {
        padding: 0;
        width: 100%;
        height: 60px;
        background-color: #3f97b5;
        border: none;
        color: #FFFFFF !important;
        font-family: 'Open Sans', Sans-Serif;
        font-size: 24px;
        text-align: center;
        border-radius: 30px;
    }
    
    body.com_community.view-register .last .joms-landing__action form>div:nth-child(13) span {
        display: none;
    }
    
    body.com_community.view-register .last .joms-button.next {
        margin-top: 40px;
        margin-bottom: 40px;
        outline: none;
    }
    
    body.com_community.view-register .last .joms-button.next:focus,
    body.com_community.view-register .last .joms-button.next:hover {
        outline: none;
    }
    
    body.com_community.view-register .last .joms-landing__image {
        background: url(../../../images/reg-3-img.jpg) no-repeat center center !important;
        height: 1118px;
    }
    
    body.com_community.view-register .joms-landing.last {
        margin-bottom: 35px;
        min-height: 1118px;
    }
    
    body.com_community.view-register .first .joms-checkbox span {
        text-align: left;
        color: #000000;
        font-family: 'Open Sans', Sans-Serif;
        line-height: 24px;
        font-size: 14px;
        margin-top: -5px;
    }
    
    body.com_community.view-register .first .joms-checkbox a {
        margin-top: 0;
        color: #3f97b5;
        font-family: 'Open Sans', Sans-Serif;
        line-height: 24px;
        font-size: 14px;
        text-decoration: underline;
        display: inherit;
    }
    
    body.com_community.view-register .first .joms-checkbox {
        margin-bottom: 45px;
    }
    
    .view-register .joms-radio--wrapper label {
        margin-right: 15px;
    }
    
    .view-register .joms-radio--wrapper label input {
        margin-top: 3px !important;
    }
    
    body.com_community.view-register .last .joms-landing__action form>div.joms-form__group>span {
        display: none;
    }
    
    body.com_community.view-register .last .joms-landing__action form>div.joms-form__group {
        margin-bottom: 35px;
        padding-right: 0;
    }
    
    body.com_community.view-register .last .joms-landing__action form>div input[type=text],
    body.com_community.view-register .last .joms-landing__action form>div .joms-select--wrapper {
        height: 55px;
        border-radius: 30px !important;
        padding-left: 35px;
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
    }
    
    body.com_community.view-register .last textarea {
        border-radius: 30px !important;
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        padding-left: 35px;
    }
    
    body.com_community.view-register .last .joms-landing__action form>div select {
        height: 100%;
    }
    
    body.com_community.view-register .last .joms-landing__action form>div select option:hover,
    body.com_community.view-register .last .joms-landing__action form>div select option:focus {
        background-color: #3f97b5;
    }
    
    .joms-select--wrapper::after {
        display: none;
    }
    
    body.com_community.view-register .last .joms-landing__action form div.joms-form__group .joms-select--wrapper::after {
        content: "";
        position: absolute;
        width: 23px;
        height: 13px;
        top: 50%;
        margin-top: -4px;
        margin-right: 15px;
        background-image: url(../../../images/arrow.png);
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: 2;
        pointer-events: none;
        display: block;
    }
    
    body.com_community.view-register .first input[type="checkbox"] {
        margin-top: 2px;
        height: auto !important;
    }
    
    body.com_community.view-register .last .joms-landing__action form>div input[type=text]::-webkit-input-placeholder {
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
    }
    
    body.com_community.view-register .last .joms-landing__action form>div input[type=text]::-moz-placeholder {
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
    }
    /* Firefox 19+ */
    
    body.com_community.view-register .last .joms-landing__action form>div input[type=text]:-moz-placeholder {
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
    }
    /* Firefox 18- */
    
    body.com_community.view-register .last .joms-landing__action form>div input[type=text]:-ms-input-placeholder {
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
    }
    
    body.com_community.view-register .last .joms-landing__action form>div textarea::-webkit-input-placeholder {
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
    }
    
    body.com_community.view-register .last .joms-landing__action form>div textarea::-moz-placeholder {
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
    }
    /* Firefox 19+ */
    
    body.com_community.view-register .last .joms-landing__action form>div textarea:-moz-placeholder {
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
    }
    /* Firefox 18- */
    
    body.com_community.view-register .last .joms-landing__action form>div textarea:-ms-input-placeholder {
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
    }
    
    body.com_community.view-register .joms-landing.success-1 .joms-landing__action {
        padding: 150px 130px 0px 125px;
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
    }
    
    body.com_community.view-register .joms-landing.success-1 a {
        width: 80%;
        height: 55px;
        background-color: #3f97b5;
        border: none;
        font-size: 16px;
        padding-top: 16px;
        font-family: 'Open Sans', Sans-Serif;
        border-radius: 30px;
        margin: 50px auto 0 auto;
        outline: none;
    }
    
    body.com_users.view-login .joms-landing,
    body.com_users.view-reset .joms-landing,
    body.com_users.view-remind .joms-landing {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        margin-bottom: 60px;
        padding-bottom: 0;
        margin-top: 15px;
        min-height: 790px;
    }
    
    body.com_users.view-login .joms-landing .joms-landing__cover,
    body.com_users.view-login .joms-landing .joms-landing .joms-landing__cover+.joms-landing__action,
    body.com_users.view-reset .joms-landing .joms-landing__cover,
    body.com_users.view-reset .joms-landing .joms-landing .joms-landing__cover+.joms-landing__action,
    body.com_users.view-remind .joms-landing .joms-landing__cover,
    body.com_users.view-remind .joms-landing .joms-landing .joms-landing__cover+.joms-landing__action {
        float: left;
        width: 40%;
    }
    
    body.com_users.view-login .joms-landing__image,
    body.com_users.view-reset .joms-landing__image,
    body.com_users.view-remind .joms-landing__image {
        background: url(../../../images/community.jpg) no-repeat center center !important;
        height: 790px;
    }
    
    body.com_users.view-login .joms-landing .joms-landing__action,
    body.com_users.view-reset .joms-landing .joms-landing__action,
    body.com_users.view-remind .joms-landing .joms-landing__action {
        width: 60%;
    }
    
    body.com_users.view-login .joms-landing .joms-landing__action,
    body.com_users.view-reset .joms-landing .joms-landing__action,
    body.com_users.view-remind .joms-landing .joms-landing__action {
        padding: 55px 125px 20px 125px;
    }
    
    body.com_users.view-login .joms-landing__action,
    body.com_users.view-reset .joms-landing__action,
    body.com_users.view-remind .joms-landing__action {
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
        border-radius: 0;
    }
    
    body.com_users.view-login .well,
    body.com_users.view-reset .well,
    body.com_users.view-remind .well {
        min-height: 20px;
        padding: 0;
        margin-bottom: 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        text-align: left;
    }
    
    body.com_users.view-reset .control-label,
    body.com_users.view-remind .control-label {
        display: none;
    }
    
    body.com_users.view-login .joms-landing__text,
    body.com_users.view-login .joms-landing__text h2 {
        color: #424242;
        text-align: left;
    }
    
    body.com_users.view-login fieldset>div:first-child .control-label,
    body.com_users.view-login fieldset>div:nth-child(2) .control-label {
        display: none;
    }
    
    body.com_users.view-login .joms-landing__text h2 {
        margin-top: 0;
        color: #424242;
        font-weight: 400;
        font-size: 36px;
        font-family: 'Open Sans', Sans-Serif;
        margin-bottom: 30px;
    }
    
    body.com_users.view-login .joms-landing__text p,
    body.com_users.view-reset p,
    body.com_users.view-remind p {
        padding-bottom: 25px;
        margin-bottom: 0;
        max-width: 390px;
        line-height: 24px;
        font-size: 14px;
        font-family: 'Open Sans', Sans-Serif;
        color: #282828;
    }
    
    body.com_users.view-login fieldset>div:first-child input[type=text],
    body.com_users.view-login fieldset>div:nth-child(2) input[type=password],
    body.com_users.view-reset input.validate-username,
    body.com_users.view-remind input.validate-email {
        padding: 10px 30px 10px 30px;
        height: 55px;
        border-radius: 30px;
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        background: #fff;
        border: 1px solid #e3e5e7;
        color: #2c3e50;
        width: 100%;
        outline: none;
        box-shadow: none;
        margin-bottom: 20px;
    }
    
    body.com_users.view-login fieldset>div:first-child input[type=text]::-webkit-input-placeholder {
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        position: relative;
        left: -38px
    }
    
    body.com_users.view-login fieldset>div:first-child input[type=text]::-moz-placeholder {
        opacity: 1;
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        position: relative !important;
        left: -38px !important;
    }
    /* Firefox 19+ */
    
    body.com_users.view-login fieldset>div:first-child input[type=text]:-moz-placeholder {
        opacity: 1;
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        position: relative;
        left: -38px
    }
    /* Firefox 18- */
    
    body.com_users.view-login fieldset>div:first-child input[type=text]:-ms-input-placeholder {
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        position: relative;
        left: -38px
    }
    
    body.com_users.view-login fieldset>div:nth-child(2) input[type=password]::-webkit-input-placeholder {
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        position: relative;
        left: -38px
    }
    
    body.com_users.view-login fieldset>div:nth-child(2) input[type=password]::-moz-placeholder {
        opacity: 1;
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        position: relative !important;
        ;
        left: -38px !important;
    }
    /* Firefox 19+ */
    
    body.com_users.view-login fieldset>div:nth-child(2) input[type=password]:-moz-placeholder {
        opacity: 1;
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        position: relative;
        left: -38px
    }
    /* Firefox 18- */
    
    body.com_users.view-login fieldset>div:nth-child(2) input[type=password]:-ms-input-placeholder {
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        position: relative;
        left: -38px
    }
    
    body.com_users.view-reset input.validate-username::-webkit-input-placeholder {
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        position: relative;
        left: -38px
    }
    
    body.com_users.view-reset input.validate-username::-moz-placeholder {
        opacity: 1;
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        position: relative;
        left: -38px !important;
    }
    
    body.com_users.view-reset input.validate-username:-moz-placeholder {
        opacity: 1;
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        position: relative;
        left: -38px
    }
    
    body.com_users.view-reset input.validate-username:-ms-input-placeholder {
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        position: relative;
        left: -38px
    }
    
    body.com_users.view-remind input.validate-email::-webkit-input-placeholder {
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        position: relative;
        left: -38px
    }
    
    body.com_users.view-remind input.validate-email::-moz-placeholder {
        opacity: 1;
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        position: relative;
        left: -38px;
    }
    
    body.com_users.view-remind input.validate-email:-moz-placeholder {
        opacity: 1;
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        position: relative;
        left: -38px
    }
    
    body.com_users.view-remind input.validate-email:-ms-input-placeholder {
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
        position: relative;
        left: -38px
    }
    
    body.com_users.view-reset input.validate-username {
        margin-top: 15px;
    }
    
    body.com_users.view-remind input.validate-email {
        margin-top: 15px;
    }
    
    body.com_users.view-reset .controls button,
    body.com_users.view-remind .controls button {
        background-color: #3f97b5;
        font-size: 24px;
        font-family: 'Open Sans', Sans-Serif;
        border-radius: 30px;
        width: 100% !important;
        height: 60px;
        border: none;
        margin-top: 10px;
        outline: none;
    }
    
    body.com_users.view-reset .controls button:focus,
    body.com_users.view-remind .controls button:focus {
        outline: none;
    }
    
    body.com_users.view-login fieldset>div:nth-child(3) .control-label {
        width: auto;
        max-width: 150px;
        text-align: left;
        float: none;
        display: inline-block;
    }
    
    body.com_users.view-login fieldset>div:nth-child(3) .controls {
        max-width: 30px;
        text-align: left;
        margin-top: 6px;
        float: left;
        display: inline-block;
        width: 30px;
    }
    
    body.com_users.view-login fieldset>div:nth-child(3) .control-label label {
        font-size: 14px;
        color: #282828;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 400;
    }
    
    body.com_users.view-login fieldset>div:nth-child(4) {
        margin-top: 20px;
        margin-bottom: 45px;
    }
    
    body.com_users.view-login fieldset>div:nth-child(4) button {
        background-color: #3f97b5;
        font-size: 24px;
        font-family: 'Open Sans', Sans-Serif;
        border-radius: 30px;
        width: 100% !important;
        height: 60px;
        border: none;
        outline: none;
    }
    
    body.com_users.view-login fieldset>div:nth-child(4) button:focus {
        outline: none;
    }
    
    body.com_users.view-login .joms-landing__action>div:nth-child(4) {
        text-align: left;
        max-width: 200px;
    }
    
    body.com_users.view-login .joms-landing__action>div:nth-child(4) .nav-tabs {
        border-bottom: none;
    }
    
    body.com_users.view-login .joms-landing__action>div:nth-child(4) .nav-tabs li a {
        padding: 0;
        margin-top: 6px;
        width: 100%;
        color: #1d7897;
        font-family: 'Open Sans', Sans-Serif;
        font-size: 14px;
        background: transparent !important;
        outline: none;
    }
    
    body.com_users.view-login .joms-landing__action>div:nth-child(4) .nav-tabs li a:focus {
        outline: none;
    }
    
    body.com_users.view-login .joms-landing__action>div:nth-child(4) .nav-tabs li:hover a,
    body.com_users.view-login .joms-landing__action>div:nth-child(4) .nav-tabs li:focus a {
        background: transparent !important;
        border: 1px solid transparent;
        outline: none;
    }
    
    body.com_users.view-login .joms-button--signup {
        background-color: #ffa400;
        font-family: 'Open Sans', Sans-Serif;
        font-size: 24px;
        width: 100% !important;
        height: 60px;
        border-radius: 30px;
        border: none;
        margin-bottom: 0;
    }
    
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__select {
        width: 315px;
        border: none;
        height: 40px;
        border: none;
        border-radius: 30px;
        outline: none;
        padding-left: 30px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #ffffff;
        background-image: url(../../../images/arrowlist.png);
        background-position: 95% center;
        background-repeat: no-repeat;
        box-shadow: none;
        transition: all ease 0.2s;
    }
    
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__trigger {
        display: none;
    }
    
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__select-text {
        text-align: left;
        height: 40px;
        padding-top: 3px;
        color: #282828;
        font-size: 14px;
        font-family: 'Open Sans', Sans-Serif;
    }
    
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__dropdown {
        color: #282828;
        font-size: 14px;
        font-family: 'Open Sans', Sans-Serif;
        text-align: left;
        box-shadow: none;
        border: none;
        overflow: auto;
    }
    
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox.dropup.opened .jq-selectbox__dropdown {
        border-radius: 30px 30px 0px 0px;
        padding: 30px 0 0 0;
        max-height: 130px;
    }
    
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox.dropdown.opened .jq-selectbox__dropdown {
        border-radius: 0px 0px 30px 30px;
        padding: 0 0 30px 0;
        max-height: 190px;
    }
    
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox.dropdown.opened .jq-selectbox__select {
        border-radius: 30px 30px 0px 0px;
    }
    
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox.dropup.opened .jq-selectbox__select {
        border-radius: 0px 0px 30px 30px;
    }
    
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__dropdown li {
        padding: 5px 10px 6px 30px;
    }
    
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__dropdown ul>li:first-child {
        display: none !important;
    }
    
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__dropdown ul>li:hover,
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__dropdown ul>li:focus {
        background-color: #589bb3;
        color: #ffffff;
    }
    /************************************************************/
    /*******************Fellow travelers*************************/
    /************************************************************/
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>div.jd-headerbar:first-child h3 {
        color: #1d7897 !important;
        font-size: 48px;
        font-weight: 800;
        font-family: 'Open Sans', Sans-Serif;
        margin-top: 50px;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>div.jd-headerbar:first-child h1 {
        color: #000000;
        font-size: 72px;
        font-weight: 800;
        margin-top: 0;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>div.jd-headerbar:first-child p {
        margin: 80px auto 70px auto;
        max-width: 760px;
        line-height: 30px;
        font-size: 14px;
        font-family: 'Open Sans', Sans-Serif;
        color: #282828;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar {
        height: 100%;
        width: 190%;
        background-color: #daeff9;
        display: block;
        position: relative;
        left: -40%;
        padding-bottom: 75px;
        margin-bottom: 120px;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar #participants-styler {
        padding: 0;
        border: none;
        background-color: transparent;
        width: 85%;
        float: right;
        box-shadow: none;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar h3 {
        color: #222222;
        font-weight: 800;
        font-family: 'Open Sans', Sans-Serif;
        font-size: 24px;
        margin-bottom: 70px;
        padding-right: 100px;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar input[type=text] {
        width: 90%;
        border: none;
        height: 40px;
        border-radius: 30px;
        outline: none;
        padding-left: 30px;
        margin-left: 30px;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar label {
        width: 100%;
        text-align: left;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .row>div:first-child label {
        background: url("../../../images/loc.png") no-repeat left center;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .row>div:nth-child(2) label {
        background: url("../../../images/calendar.png") no-repeat left center;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .row>div:nth-child(3) label {
        background: url("../../../images/users.png") no-repeat left center;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar input[type=text]::-webkit-input-placeholder {
        color: #282828;
        font-size: 14px;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 400;
        opacity: 1
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar input[type=text]::-moz-placeholder {
        color: #282828;
        font-size: 14px;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 400;
        opacity: 1
    }
    /* Firefox 19+ */
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar input[type=text]:-moz-placeholder {
        color: #282828;
        font-size: 14px;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 400;
        opacity: 1
    }
    /* Firefox 18- */
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar input[type=text]:-ms-input-placeholder {
        color: #282828;
        font-size: 14px;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 400;
        opacity: 1
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar button[type=submit] {
        width: 260px;
        height: 60px;
        border: none;
        color: #ffffff;
        background-color: #5b889e;
        font-size: 24px;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 300;
        border-radius: 30px;
        outline: none !important;
        margin-top: 60px;
        margin-right: 100px;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar button[type=submit]:hover,
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar button[type=submit]:focus {
        outline: none !important;
        border: none;
        color: #ffffff;
        background-color: #5b889e;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .jq-selectbox__select {
        height: 40px;
        border: none;
        border-radius: 30px;
        outline: none;
        padding-left: 30px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #ffffff;
        background-image: url(../../../images/arrowlist.png);
        background-position: 95% center;
        background-repeat: no-repeat;
        box-shadow: none;
        transition: all ease 0.2s;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .jq-selectbox__select .jq-selectbox__select-text {
        text-align: left;
        height: 40px;
        padding-top: 3px;
        color: #282828;
        font-size: 14px;
        font-family: 'Open Sans', Sans-Serif;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .jq-selectbox__select .jq-selectbox__trigger {
        display: none;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .jq-selectbox__dropdown {
        color: #282828;
        font-size: 14px;
        font-family: 'Open Sans', Sans-Serif;
        text-align: left;
        box-shadow: none;
        border: none;
        overflow: auto;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .jq-selectbox__dropdown li {
        padding: 5px 10px 6px 30px;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .jq-selectbox__dropdown ul>li:first-child {
        display: none !important;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .jq-selectbox__dropdown ul>li:hover,
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .jq-selectbox__dropdown ul>li:focus {
        background-color: #5b889e;
        color: #ffffff;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .jq-selectbox.dropup.opened .jq-selectbox__dropdown {
        border-radius: 30px 30px 0px 0px;
        padding: 30px 0 0 0;
        max-height: 130px;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .jq-selectbox.dropdown.opened .jq-selectbox__dropdown {
        border-radius: 0px 0px 30px 30px;
        padding: 0 0 30px 0;
        max-height: 190px;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .jq-selectbox.dropdown.opened .jq-selectbox__select {
        border-radius: 30px 30px 0px 0px;
    }
    
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .jq-selectbox.dropup.opened .jq-selectbox__select {
        border-radius: 0px 0px 30px 30px;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body #jd-header-wrapper {
        border-bottom: 1px solid #888888;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body #jd-header-wrapper .cd-panel-box {
        padding: 0 0 3px 2px;
        font-family: "Open Sans", Sans-Serif;
        background: transparent;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body #jd-header-wrapper .cd-panel-box .sort_param,
    .com_jomoffers.view-list_offers form #jd-admin-body #jd-header-wrapper .cd-panel-box .sort_param span,
    .com_jomoffers.view-list_offers form #jd-admin-body #jd-header-wrapper .cd-panel-box .sort_param a {
        color: #888888;
        font-size: 14px;
        line-height: 24px;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body #jd-header-wrapper .cd-panel-box .sort_param a:nth-child(3),
    .com_jomoffers.view-list_offers form #jd-admin-body #jd-header-wrapper .cd-panel-box .sort_param a:nth-child(2) {
        font-size: 14px;
        letter-spacing: 4px;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body #jd-header-wrapper .cd-panel-box .sort_param a:hover,
    .com_jomoffers.view-list_offers form #jd-admin-body #jd-header-wrapper .cd-panel-box .sort_param a:focus {
        color: #000000;
        text-decoration: none;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body #jd-header-wrapper .cd-panel-box .sort_param span {
        font-weight: 300;
        padding-left: 3px;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul {
        padding-left: 0;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1)>img {
        margin-top: 15px;
        width: 128px;
        height: 128px;
        border-radius: 0;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:first-child {
        background: #f5f5f5;
        padding-bottom: 25px;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1)>h4 {
        margin-top: 12px;
        margin-bottom: 20px;
        color: #1d7897;
        font-size: 15px;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 400;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1)>div.status {
        color: #000000;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 5px;
        text-transform: lowercase;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block h2 {
        margin-top: 0;
        text-transform: uppercase;
        margin-bottom: 15px;
        color: #3d8ba6;
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        line-height: 24px;
        font-weight: 600;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block.red>div:nth-child(1)>div.status {
        color: #000000;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1) .progressWrap .fullbar {
        max-width: 224px;
        margin: 2px auto 0 auto;
        border: 1px solid #d1d1d1;
        background-color: #ffffff;
        border-radius: 10px;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1) .progressWrap .progress {
        border-bottom: 1px solid #d1d1d1;
        border-top: 1px solid #d1d1d1;
        border-left: 1px solid #d1d1d1;
        border-radius: 10px;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block.red .progressWrap .progress {
        background-color: #ffa100;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block.blue .progressWrap .progress {
        background-color: #5b889e;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1) .progressWrap {
        max-width: 224px;
        margin: 0 auto;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1) .timer {
        width: 100%;
        max-width: 224px;
        display: block;
        margin: 0 auto;
        padding: 0;
        margin-bottom: 30px;
        margin-top: 9px;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1) .timer>div {
        width: 25%;
        margin: 0;
        text-align: center;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1) .timer>div:nth-child(3) span.counter:after,
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1) .timer>div:nth-child(1) span.counter:after,
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1) .timer>div:nth-child(2) span.counter:after {
        content: ":";
        left: 10px;
        position: relative;
        display: inline-block;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block.red .timer>div:nth-child(3) span.counter:after,
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block.red .timer>div:nth-child(1) span.counter:after,
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block.red .timer>div:nth-child(2) span.counter:after {
        color: #000000;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block.blue .timer>div:nth-child(3) span.counter:after,
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block.blue .timer>div:nth-child(1) span.counter:after,
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block.blue .timer>div:nth-child(2) span.counter:after {
        color: #000000;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1) .timer span.counter {
        font-size: 24px;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 700;
        color: #000000;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block.red .timer span.counter {
        color: #000000;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block.blue .timer span.counter {
        color: #000000;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1) .timer span.title {
        text-align: center;
        border-top: 0;
        font-size: 12px;
        color: #888888;
        font-family: 'Open Sans', Sans-Serif;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1) .timer>div:nth-child(2) span.title,
    .com_jomoffers.view-list_offers form #jd-admin-body .timer>div.minutes_wrapper span.title {
        margin-left: -8px;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(2) {
        text-align: left;
        padding: 15px 15px 0 35px;
        color: #282828;
        font-family: 'Open Sans', Sans-Serif;
        font-size: 14px;
    }
    
    .com_jomoffers.view-list_offers .cd-text-center.cd-margin.jc-powered {
        display: none;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(2)>.title {
        background: url("../img/icons/local.png") no-repeat left center;
        padding-left: 20px;
        font-size: 14px !important;
        display: inline-block;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(2)>.date {
        background: url("../img/icons/date.png") no-repeat left center;
        padding-left: 20px;
        margin-top: 15px;
        padding-top: 1px;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(2)>.count_members {
        padding-left: 20px;
        margin-top: 15px;
        position: relative;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(2)>.count_members::after {
        content: '\f007';
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        top: 15px;
        left: 0;
        color: #888888;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(2)>.count_members .title {
        text-align: center;
        margin-left: 10px;
        padding-right: 24px;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(2)>.count_members .expected_members .title {
        margin-left: 28px;
        padding-right: 0;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(2)>.count_members .arrow {
        position: relative;
        top: -35px;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(2)>.discount {
        background: url("../../../images/1discount.png") no-repeat left center;
        padding-left: 40px;
        height: 23px;
        margin-top: 35px;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block a.join {
        color: #000000;
        font-size: 14px;
        border: 1px solid #000000;
        height: 40px;
        padding: 10px 55px;
        font-family: 'Open Sans', Sans-Serif;
        margin-top: 25px;
        display: inline-block;
    }
    
    section.about-blog {
        display: none;
    }
    
    body.com_jomoffers.view-list_offers section.about-blog {
        display: block;
        background: linear-gradient(0deg, rgba(255,255,255,0) 50%, #ffffff 100%), url("../images/start-your-own__img.png") no-repeat center;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        padding-top: 0px;
        padding-bottom: 650px;
        text-align: center;
        color: #ffffff;
    }
    
    body.com_jomoffers.view-list_offers section.about-blog h1 {
        text-transform: uppercase;
        font-size: 48px;
        line-height: 60px;
        color: #017dc5;
        font-weight: 800;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        margin-top: 0;
        margin-bottom: 35px;
    }
    
    body.com_jomoffers.view-list_offers section.about-blog p {
        font-size: 18px;
        line-height: 30px;
        color: #000000;
        max-width: 550px;
        margin: 0 auto;
    }
    
    body.com_jomoffers.view-list_offers section.about-blog .custom {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    
    body.com_jomoffers.view-list_offers section.about-blog a {
        color: #ffffff;
        font-size: 24px;
        height: 60px;
        background-color: #ffa100;
        padding: 0 65px;
        font-weight: 300;
        margin-top: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: max-content;
    }
    
    .vm-module-3 .fieldacyterms .jq-checkbox__div {
        padding: 0 !important;
        margin: 0 !important;
        position: relative;
        left: 4px;
        top: -14px;
    }
    
    .vm-module-3 .fieldacyterms .jq-checkbox.checkbox {
        background: #ffffff;
        display: inline-block;
    }
    
    .vm-module-3 .fieldacyterms .checked .jq-checkbox__div {
        border-bottom-color: rgb(102, 102, 102);
        border-bottom-style: solid !important;
        border-bottom-width: 2px;
        border-left-color: rgb(102, 102, 102);
        border-left-style: solid !important;
        border-left-width: 2px;
    }
    
    section.vm-module-3 .onefield.fieldacyterms input.checkbox {
        display: inline-block;
        position: relative;
    }
    
    .vm-module-3 .fieldacyterms label {
        font-weight: 400;
        font-family: 'Open Sans', Sans-Serif;
    }
    
    section.vm-module-3 {
        background-image: url("../../../images/block3.jpg");
        background-position: top;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        /*background-attachment: fixed;*/
        position: relative;
        text-align: center;
        padding: 80px 15px 179px;
        min-height: 670px;
    }
    
    section.vm-module-3 h3 {
        color: #ffffff;
        font-size: 44pt;
        margin-bottom: 50px;
        font-family: 'Yeseva One', cursive;
        margin-top: 10px;
    }
    
    section.vm-module-3 .acymailing_introtext {
        color: #ffffff;
        font-size: 24pt;
        line-height: 1.1;
        letter-spacing: 4px;
        margin-bottom: 60px !important;
        letter-spacing: 3px;
    }
    
    section.vm-module-3 input[type="text"] {
        font-size: 16px;
        padding: 15px 20px;
        line-height: 26px;
        height: 60px;
        outline: none;
        border-radius: 0px;
        max-width: 380px;
        color: #888888;
        background-color: #ffffff;
        text-align: center;
        border: none;
        font-family: 'Montserrat', Sans-Serif;
    }
    
    section.vm-module-3 input[type="submit"] {
        position: relative;
        text-align: center;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: all .3s;
        font-size: 24px;
        border-radius: 30px;
        letter-spacing: 1px;
        min-width: initial;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        color: #ffffff;
        background-color: #ffa100;
        margin-top: 17px;
        border: none;
        width: 260px;
        height: 60px;
    }
    
    section.vm-module-3 .onefield.fieldacyterms input.checkbox {
        display: inline-block;
        position: relative;
        top: 2px;
    }
    
    section.vm-module-3 .onefield.fieldacyterms a {
        color: #ffffff;
    }
    
    body.com_jomoffers.view-list_offers section.about-blog a:hover,
    body.com_jomoffers.view-list_offers section.about-blog a:focus {
        text-decoration: none;
    }
    
    #jd-admin-wrapper #jd-admin-body .search-res {
        color: #888888;
        letter-spacing: 6px;
        line-height: 24px;
        padding-right: 2px;
        float: right;
        font-size: 14px;
    }
    
    #jd-admin-wrapper #jd-admin-body .search-res b {
        letter-spacing: 0;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block a.join:hover,
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block a.join:focus {
        text-decoration: none;
        color: #000000;
        border: 1px solid #000000;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(2)>.count_members .now_members .counter {
        height: 49px;
        width: 49px;
        text-align: center;
        color: #000000;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 400;
        font-size: 14px;
        margin-right: 20px;
        border: 1px solid #000000;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(2)>.count_members .expected_members .counter {
        background: url("../../../images/1circletwo.png") no-repeat center center;
        height: 49px;
        width: 49px;
        text-align: center;
        color: #ffffff;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 400;
        font-size: 14px;
        margin-left: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(2)>.destinations {
        font-size: 12px;
        color: #5b889e;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 400;
        padding-left: 20px;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(3) {
        padding: 35px 40px;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(3) a.join,
    .com_jomoffers.view-item .join_button a.join,
    .com_jomoffers.view-item .join_button a.get_out {
        margin-top: 55px;
        color: #ffffff;
        width: max-content;
        height: 60px;
        background-color: #ffa100;
        border-radius: 0px;
        font-size: 24px;
        padding: 0px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 700;
    }
    
   
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(3) a.join:hover,
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(3) a.join:focus,
    .com_jomoffers.view-item .join_button a.join:hover,
    .com_jomoffers.view-item .join_button a.join:focus {
        outline: none;
        background-color: #5b889e;
        text-decoration: none;
        color: #ffffff;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings {
        margin-bottom: 55px;
    }
    
    .com_jomoffers .container div#map_canvas {
        height: 700px;
    }
    
    .com_jomoffers .container div.block-adres {
        position: absolute;
        width: 210px;
        height: 100%;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 5;
    }
    
    .com_jomoffers .container div.block-adres>ul>li {
        font-size: 18px;
        color: #ffffff;
    }
    
  
    
    .com_jomoffers .container div.map {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    
    .com_jomoffers .container .destination_description .destination_description_text {
        color: #282828;
        font-size: 14px;
    }
    
    .com_jomoffers .container .destination_description .ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        line-height: 2rem;
        white-space: nowrap;
    }
    
    ul.chart {
        padding-left: 0;
    }
    
    .chart-horiz .chart {
        width: 90%
    }
    
    .chart-horiz .chart li {
        display: block;
        height: 30px;
        margin-top: 15px;
        position: relative
    }
    
    .chart-horiz .chart li:before {
        color: #fff;
        content: attr(title);
        left: 5px;
        position: absolute;
        font-family: 'Open Sans', Sans-Serif !important;
        padding-top: 5px;
    }
    
    .chart-horiz .chart li .bar {
        background: #d98000;
        height: 100%;
        /*min-width: 200px*/
    }
    
    .chart-horiz .chart li .number {
        color: #282828;
        font-size: 18px;
        font-weight: 400;
        padding-left: 5px;
        position: absolute;
        top: 5px;
        font-family: 'Open Sans', Sans-Serif !important;
    }
    
    .chart-horiz {
        border: 1px solid #d4d4d4;
        padding-left: 2px;
    }
    
    .chart-horiz .chart li.past .bar {
        background: #ffa100
    }
    
    .chart-horiz .chart li.past .number {
        color: #282828
    }
    
    section.flight-auction {
        background: url("../../../images/auction-air.jpg") no-repeat center;
        height: 740px;
        font-weight: 800;
        font-family: 'Open Sans', Sans-Serif;
        text-align: left;
        padding-top: 214px;
        background-size: cover;
    }
    
    section.flight-auction a.find-flight1 {
        height: 60px;
        width: 260px;
        color: #ffffff;
        background-color: #3d8ba6;
        border-radius: 30px;
        text-align: center;
        display: block;
        padding-top: 13px;
        margin-top: 75px;
        font-family: "Open Sans", Sans-Serif;
        font-weight: 400;
        font-size: 24px;
    }
    
    section.flight-auction a.find-flight1:hover,
    section.flight-auction a.find-flight1:first-child {
        text-decoration: none;
    }
    
    section.flight-auction h3 {
        color: #ffa100;
        font-size: 48px;
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 800;
    }
    
    section.flight-auction h2 {
        color: #3d8ba6;
        font-size: 72px;
        margin-top: 30px;
        margin-bottom: 0;
        font-weight: 800;
    }
    
    .bottom_banners .bannergroup {
        display: flex !important;
        justify-content: center;
    }
    
    .bottom_banners .bannergroup .banneritem {
        margin-left: 15px;
        margin-right: 15px;
        float: none;
    }
    
    .bottom_banners .bannergroup .banneritem img {
        opacity: 0.8;
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    
    .com_community.view-membersfilter #criteriaContainer>div>span:first-child .jq-selectbox__dropdown ul {
        max-height: 200px !important;
    }
    /***************FB*******************/
    
    body.com_users.view-login .joms-button--signup-fb {
        margin-top: 15px;
        font-size: 1px !important;
        padding: 0 !important;
        background-color: #3b5998 !important;
        font-family: 'Open Sans', Sans-Serif;
        width: 100% !important;
        height: 60px;
        border-radius: 30px;
        border: none;
        text-align: center;
        display: none;
    }
    
    body.com_users.view-login .joms-button--signup-fb>div {
        visibility: hidden !important;
        opacity: 0.001 !important;
        z-index: 3;
        top: -60px;
        overflow: hidden;
    }
    
    body.com_users.view-login .joms-button--signup-fb>.text {
        font-size: 24px !important;
        font-family: 'Open Sans', Sans-Serif;
        color: #ffffff;
        padding-top: 3px;
        display: inline-block;
        position: relative;
        top: 10px;
        z-index: 2;
        left: -20px;
    }
    
    body.com_users.view-login .joms-button--signup-fb .iconf {
        z-index: 2;
        display: inline-block;
        position: relative;
        left: 0px;
        top: 0px;
        color: #ffffff;
        float: left;
        height: 60px;
        padding-right: 20px;
        border-right: 1px solid #5976b9;
    }
    
    body.com_users.view-login .joms-button--signup-fb .iconf i {
        margin-top: 15px;
        margin-left: 30px;
    }
    
    body.com_users.view-login .joms-landing__action>.login {
        margin-top: 40px;
    }
    /***************END FB*******************/
    /*************Conditions for bets on auction**************/
    
    .com_content.view-category>.container {
        width: 100% !important;
        padding: 0;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-leading:first-child,
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) .item {
        width: 1170px;
        margin: 0 auto;
        font-family: 'Open Sans', Sans-Serif;
    }
    
    .com_content.view-category .page-header {
        margin-top: 70px;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 25px;
    }
    
    .com_content.view-category .page-header h2 {
        margin: 0;
        color: #000000;
        font-size: 48px;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 800;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) .page-header {
        margin-top: 85px;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) .page-header h2 {
        color: #ffa100;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) {
        background-color: #f8f8f8;
    }
    
    .com_content.view-category>.container>.component>.blog time {
        font-size: 12px;
        color: #888888;
        font-family: 'Open Sans', Sans-Serif;
    }
    
    .com_content.view-category>.container>.component>.blog .article-info.muted {
        margin-bottom: 55px;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) .article-info.muted {
        margin-bottom: 50px;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-leading:first-child>div>p {
        text-align: left;
        font-size: 14px;
        color: #282828;
        font-weight: 400;
        padding-left: 25px;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-leading:first-child>div>ul {
        text-align: left;
        font-size: 14px;
        color: #282828;
        line-height: 30px;
        margin-bottom: 70px;
        list-style: disc;
        font-weight: 800;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-leading:first-child>div>ul li {
        font-weight: 800;
        padding-left: 10px;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-leading:first-child>div>ul li p {
        font-weight: 400;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-leading:first-child>div {
        max-width: 980px;
        margin: 0 auto;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets {
        max-width: 1020px;
        margin: 0 auto 20px;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets th {
        font-size: 24px;
        color: #000000;
        font-weight: 800;
        padding-bottom: 60px;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td {
        font-size: 14px;
        color: #282828;
        line-height: 30px;
        padding-bottom: 50px;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td h5 {
        color: #272727;
        font-size: 24px;
        font-weight: 800;
        margin-top: 0;
        margin-bottom: 28px;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td p {
        margin: 0;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets th:first-child {
        text-align: right;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets th:last-child {
        text-align: left;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:first-child {
        text-align: right;
        width: 38%;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:last-child {
        text-align: left;
        width: 38%;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:nth-child(2) {
        width: 24%;
        font-size: 48px;
        font-weight: 800;
        color: #000000;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:nth-child(2) .round {
        border-radius: 100%;
        border: none;
        background-color: #ffae24;
        width: 130px;
        height: 130px;
        display: block;
        text-align: center;
        padding-top: 50px;
        margin: 0 auto;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) a.start {
        width: 260px;
        height: 60px;
        border-radius: 30px;
        background-color: #ffae24;
        color: #010101;
        font-family: 'Open Sans', Sans-Serif;
        font-size: 24px;
        text-align: center;
        text-decoration: none;
        outline: none;
        display: block;
        margin: 0 auto 135px;
        padding-top: 12px;
        cursor: pointer;
    }
    
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) a.start:hover,
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) a.start:focus {
        text-decoration: none;
        outline: none;
    }
    
    .com_content.view-category section.top-auction,
    .com_content.view-category section.flight-auction {
        display: block;
    }
    /*End Conditions for bets on auction*/
    /*Resent from auctions*/
    
    .col-4.resent_network {
        width: 22%;
    }
    
    .col-4.resent_network .item {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        border-bottom: 1px solid #282828;
        position: relative;
    }
    
    .col-4.resent_network .item .left img {
        border-radius: 0;
        width: 100%;
        max-width: 100% !important;
        object-fit: cover;
    }
    
    .col-4.resent_network .item .left {
        width: 40%;
        flex-basis: 40%;
    }
    
    .col-4.resent_network .item .right {
        padding-left: 10px;
        padding-top: 1.8%;
        text-align: left;
        width: 60%;
        flex-basis: 60%;
    }
    
    .col-4.resent_network .item .right .name {
        font-size: 12px;
        font-weight: 800;
        color: #ffae24;
        padding-bottom: 0;
        font-family: 'Open Sans', Sans-Serif;
    }
    
    .col-4.resent_network .item .tour-agency-name a {
        font-family: 'Open Sans', Sans-Serif;
        font-size: 11px;
        font-weight: 400;
        color: #ffffff;
        text-decoration: underline;
    }
    
    .col-4.resent_network .item .tour-agency-name {
        padding-bottom: 2%;
    }
    
    .col-4.resent_network .item .current_price {
        margin-bottom: 0;
        font-family: 'Open Sans', Sans-Serif;
        font-size: 12px;
        font-weight: 400;
        color: #ffffff;
        display: inline-block;
    }
    
    .col-4.resent_network .item .dates {
        color: #666666;
        font-family: 'Open Sans', Sans-Serif;
        font-size: 12px;
        font-weight: 400;
    }
    
    .col-4.resent_network .line1 {
        position: absolute;
        bottom: 0;
        background-color: #666666;
        height: 1px;
        width: 30%;
        display: block;
    }
    /*End Resent from auctions*/
    /*Resent from fellow travelers*/
    
    .col-4.resent_forum {
        width: 22%;
        margin-right: 0;
    }
    
    body:lang(en-GB) .col-4.resent_forum {
        width: 20.6%;
    }
    
    .col-4.new_photos {
        width: 22%;
    }
    
    .col-4.new_video {
        width: 22%;
    }
    
    body:lang(fr-FR) .new_photos h3,
    body:lang(fr-FR) .new_video h3,
    body:lang(fr-FR) .resent_network h3,
    body:lang(fr-FR) .resent_forum h3 {
        font-size: 22px;
    }
    
    .col-4.resent_forum .list {
        text-align: left;
        border-bottom: 1px solid #666666;
        padding-top: 4%;
    }
    
    .col-4.resent_forum .list h3 {
        font-size: 12px;
        color: #ffae24;
        font-weight: 800;
        font-family: 'Open Sans', Sans-Serif !important;
        margin-bottom: 2% !important;
    }
    
    .col-4.resent_forum .list h3 a {
        color: #ffae24 !important;
        font-weight: 800 !important;
        font-family: 'Open Sans', Sans-Serif !important;
    }
    
    .col-4.resent_forum .list .name {
        margin-bottom: 3%;
    }
    
    .col-4.resent_forum .list .name a {
        text-decoration: underline;
        color: #ffffff;
        font-size: 12px;
        font-family: 'Open Sans', Sans-Serif;
    }
    
    .col-4.resent_forum .list .members-bloscs {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        font-weight: 800;
        color: #ffffff;
        font-size: 12px;
        font-family: 'Open Sans', Sans-Serif;
        margin-bottom: 2.7%;
    }
    
    .col-4.resent_forum .list .members-bloscs .arrow {
        background: url("../../../images/arr-bold-right.png") no-repeat center;
        width: 10px;
        height: 10px;
        margin-top: 3px;
    }
    
    .col-4.resent_forum .list .members-bloscs .number:first-child {
        padding-right: 10px;
    }
    
    .col-4.resent_forum .list .members-bloscs .number:last-child {
        padding-left: 10px;
    }
    
    .col-4.resent_forum .list .dates {
        color: #666666;
        font-size: 12px;
        font-family: 'Open Sans', Sans-Serif;
        padding-bottom: 2%;
    }
    /*End Resent from fellow travelers*/
    
    .container1 {
        width: 1170px;
        margin: 0 auto;
    }
    
    .col-4.resent_forum {
        margin-right: 0;
    }
    /*body:lang(fr-FR) .new_photos h3,  body:lang(fr-FR) .new_video h3,  body:lang(fr-FR) .resent_network h3,  body:lang(fr-FR) .resent_forum h3{*/
    /*height: 48px;*/
    /*}*/
    
    .col-4.resent_forum .list h3 {
        height: auto;
    }
    
    body:lang(fr-FR) .col-4.resent_forum .list .members-bloscs {
        margin-bottom: 2%;
    }
    
    body:lang(fr-FR) .col-4.resent_network .item .tour-agency-name a {
        font-size: 11px;
    }
    
    h1.bids-conditions {
        display: none;
    }
    
    .com_content.view-category.layout-blog.itemid-462 h1 {
        display: none;
    }
    
    .com_content.view-category.layout-blog.itemid-462 h1.bids-conditions {
        display: block;
    }
    
    .com_content.view-category.layout-blog.itemid-462 section.top-auction {
        display: none;
    }
    
    .com_content.view-category.layout-blog.itemid-462 section.top-auction-filter {
        display: block;
    }
    
    .resent_network h3 {
        white-space: nowrap;
    }
    
    .secondary_header .menu>li.parent a {
        position: relative;
    }
    
    .secondary_header .menu-position .menu>li.parent a:after {
        content: "\f107";
        font-family: "FontAwesome";
        right: 0px;
        position: absolute;
        top: 40%;
        color: #ffffff;
    }
    
    .menu-bottom .reg-log-position .parent span.nav-header {
        display: none;
    }
    
    .mod-languages select.inputbox {
        opacity: 0;
    }
    
    .how-work-auctions.com_content {
        font-family: 'Open Sans', Sans-Serif;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .page-header {
        margin-top: 57px;
        margin-bottom: 15px;
        padding: 0;
        border: none;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .how-work>h4 {
        color: #000000;
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .how-work>p {
        margin: 50px auto 60px auto;
        max-width: 950px;
        color: #282828;
        line-height: 30px;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits {
        background-color: #f8f8f8;
        padding: 40px 15px 100px 15px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
        background-color: #ffffffe0;
        max-width: 945px;
        margin: 0 auto;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits>h4 {
        color: #ffa100;
        font-size: 48px;
        font-weight: 800;
        margin-bottom: 40px;
        padding-left: 25px;
        padding-right: 25px;
        text-align: center;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits>p {
        max-width: 800px;
        padding: 15px;
        margin: 0 auto 30px;
    }
    
    .how-work-auctions.com_content>.container {
        width: 100%;
        padding: 0;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .lines {
        display: inline-block;
        position: relative;
        margin-bottom: 40px;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .lines>div {
        display: inline-block;
        float: left;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block {
        width: 100%;
        max-width: 860px;
        text-align: left;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines:first-child .icon {
        background: url("../../../images/step0.png") no-repeat center;
        width: 130px;
        min-height: 130px;
        background-size: cover;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines:nth-child(2) .icon {
        background: url("../../../images/step1.png") no-repeat center;
        width: 130px;
        min-height: 130px;
        background-size: cover;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines:nth-child(3) .icon {
        background: url("../../../images/step2.png") no-repeat center;
        width: 130px;
        min-height: 130px;
        background-size: cover;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines:nth-child(4) .icon {
        background: url("../../../images/step3.png") no-repeat center;
        min-width: 130px;
        min-height: 130px;
        background-size: cover;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .text {
        padding-left: 140px;
        width: 730px;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .text h5 {
        font-size: 48px;
        line-height: 24px;
        color: #ffffff;
        font-weight: 800;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 97px;
        height: 98px;
        background-color: #faa100;
        position: absolute;
        top: 0;
        left: -15px;
        ;
    }

    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits > h4 {
        background: #fff;
        padding: 40px 0 40px 0;
        margin: 0;
    }

    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits.no-bg,
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits.second-block {
        background-color: transparent;
        padding: 0px 0px 0px 0px;
    }

    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits.second-block {
        margin-top: 30px;
        padding: 0;
    }

    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits.second-block .info-top {
        margin-top: 30px;
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        color: #191919;
        font-weight: 400;
        font-family: "Open Sans", sans-serif; 
    }

    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits.second-block > .info-top {
        padding: 40px 30% 10px 30%;
        background: #fff;
    }

    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info {
        display: flex;
        padding: 30px 15px;
    }

    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info .line-info__text {
        width: 35%;
        display: flex;
        flex-flow: column;
    }

    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info .line-info__text> span {
        font-size: 48px;
        line-height: 32px;
        color: #faa100;
        font-weight: 800;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 20px;
    }

    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info .line-info__text> p {
        font-size: 18px;
        line-height: 30px;
        color: #191919;
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
    }

    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info .line-info__images {
        width: 65%;
        display: flex;
        flex-flow: row wrap !important;
        max-height: 490px;
    }

    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info .line-info__images img {
        height: 220px;
        object-fit: cover;
        box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
    }

    .add-new-listing-container  .page-header {
        margin-top: 0 !important;
        padding-top: 60px !important;
    }

       .add-new-listing-container  .page-header > h2 {
           margin-top: 0;
       }

    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block1 .line-info__images>img:nth-child(1),
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block1 .line-info__images>img:nth-child(2),
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block2 .line-info__images>img:nth-child(1),
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block2 .line-info__images>img:nth-child(2),
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block4 .line-info__images>img:nth-child(1),
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block4 .line-info__images>img:nth-child(2),
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block7 .line-info__images>img:nth-child(1),
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block7 .line-info__images>img:nth-child(2),
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block8 .line-info__images>img:nth-child(2),
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block8 .line-info__images>img:nth-child(3) {
        width: calc(50% - 25px);
        margin-left: 25px;
        margin-bottom: 25px;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block3 .line-info__images>img:nth-child(1),
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block4 .line-info__images>img:nth-child(3),
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block5 .line-info__images>img:nth-child(1),
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block6 .line-info__images>img:nth-child(1),
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block8 .line-info__images>img:nth-child(1),
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block9 .line-info__images>img:nth-child(1),
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.block10 .line-info__images>img:nth-child(1) {
        width: calc(100% - 25px);
        margin-left: 25px;
        margin-bottom: 25px;
    }

    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .benefits__line-info.bg-white-block {
        background: #ffffff;
    }

    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits.second-block .benefits__line-info .line-info__images>img {
        width: calc(100% - 25px);
        margin-left: 25px;
        margin-bottom: 25px;
    }

    .benefits.second-block  .btn-block {
        background: #ffffff;
        padding-bottom: 100px; 
    }

    .benefits__line-info.block2-5 {
        background: linear-gradient(0deg, rgba(249,249,249,0) -80%, #fff 100%);
    }




    
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .text p {
        color: #282828;
        line-height: 30px;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .btn-line {
        text-align: center;
        margin-top: 20px;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .btn-line a {
        border-radius: 30px;
        padding: 15px 70px;
        background-color: #ffae24;
        font-size: 24px;
        color: #010101;
        font-family: 'Open Sans', Sans-Serif;
        outline: none;
    }
    
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .btn-line a:hover,
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .btn-line a:focus {
        text-decoration: none;
        outline: none;
    }
    
    .how-work-auctions.com_content section.flight-auction {
        display: block;
    }
    
    section.travel-bidding-info-top {
        width: 100%;
        min-height: 210px;
        margin-top: 200px;
        color: #ffffff;
        font-family: 'Open Sans', Sans-Serif;
    }
    
    section.travel-bidding-info-top {
        text-align: center;
    }
    
    section.travel-bidding-info-top h1 {
        margin-top: 0;
        text-transform: uppercase;
        font-size: 60px;
        line-height: 60px;
        color: #ffffff;
        font-weight: 800;
        font-family: "Open Sans", sans-serif;
        text-align: center;
    }
    
    section.travel-bidding-info-top p {
        font-size: 30px;
        line-height: 48px;
        color: #ffffff;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        margin-bottom: 40px;
        width: 80%;
        margin: 0 auto;
    }
    /*auction new*/
    
    .com_content.view-article section.vm-map {
        margin-top: -9px;
    }
    
    .com_content.view-article section.vm-map input#marker-search {
        padding-left: 10px;
    }
    
    .com_content.view-article section.vm-map input#pac-input {
        padding-left: 10px;
    }
    
    .com_virtuemart section.vm-view-map {
        background-color: #d4ecf8;
        text-align: center;
        padding-top: 45px;
        padding-bottom: 55px;
        margin-top: -11px;
        display: none;
    }
    
    .com_virtuemart section.vm-payment-methods {
        display: none;
    }
    
    .com_virtuemart.view-virtuemart section.top-auction {
        margin-top: -1px;
    }
    
    .com_vm_auction section.flight-auction,
    .com_vm_auction section.top-auction-filter,
    .com_virtuemart section.top-auction-filter,
    .com_virtuemart.view-virtuemart section.top-auction,
    .com_virtuemart.view-virtuemart section.vm-payment-methods,
    .com_virtuemart.view-category section.vm-payment-methods,
    .com_virtuemart.view-virtuemart section.vm-view-map,
    .com_virtuemart.view-category section.vm-view-map,
    .com_virtuemart.view-virtuemart section.flight-auction,
    .com_virtuemart.view-category section.flight-auction {
        display: block;
    }
    
    .com_virtuemart.view-virtuemart section.top-auction-filter {
        display: none;
    }
    
    .com_virtuemart section.vm-view-map a {
        border-radius: 30px;
        background-color: #ffffff;
        color: #000000;
        font-family: 'Open Sans', Sans-Serif;
        font-size: 24px;
        padding: 12px 65px;
        display: inline-block;
    }
    
    .com_virtuemart section.vm-view-map a:hover,
    .com_virtuemart section.vm-view-map a:focus {
        outline: none;
        text-decoration: none;
    }
    
    .com_virtuemart section.vm-view-map .icon {
        background: url("../../../images/noun_map.png") no-repeat center;
        width: 54px;
        height: 48px;
        display: block;
        margin: 0 auto 20px auto;
    }
    
    .com_virtuemart section.vm-category {
        padding-top: 30px;
        padding-bottom: 0;
    }
    
    .com_virtuemart section.vm-category ul li>div>a {
        border: 1px solid #888888;
        margin: 0 5%;
        padding-top: 15px;
        min-height: 165px;
        color: #888888;
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 500;
        line-height: 22px;
    }
    
    .com_virtuemart section.vm-category ul li>div>a:hover,
    .com_virtuemart section.vm-category ul li>div>a:focus {
        text-decoration: none;
        outline: none;
    }
    
    .com_virtuemart section.vm-payment-methods {
        background-color: #f8f8f8;
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;
        font-family: 'Open Sans', Sans-Serif;
    }
    
    .com_virtuemart section.vm-payment-methods h3 {
        font-weight: 800;
        font-size: 72px;
        color: #3f97b5;
        margin-top: 0;
        margin-bottom: 35px;
        padding: 0;
    }
    
    .com_virtuemart section.vm-payment-methods h5 {
        font-size: 14px;
        color: #282828;
        font-weight: 800;
        margin-bottom: 60px;
    }
    
    .com_virtuemart section.vm-payment-methods .line-m {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        justify-content: center;
    }
    
    .com_virtuemart section.vm-payment-methods {
        width: auto;
        text-align: center;
        margin: 0 auto;
    }
    
    .com_virtuemart section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(1) {
        background: url("../../../images/visa.png") no-repeat center;
        width: 113px;
        height: 71px;
        margin-left: 8px;
        margin-right: 8px;
        background-size: cover;
    }
    
    .com_virtuemart section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(2) {
        background: url("../../../images/mastercard.png") no-repeat center;
        width: 112px;
        height: 71px;
        margin-left: 8px;
        margin-right: 8px;
        background-size: cover;
    }
    
    .com_virtuemart section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(3) {
        background: url("../../../images/american.png") no-repeat center;
        width: 112px;
        height: 71px;
        margin-left: 8px;
        margin-right: 8px;
        background-size: cover;
    }
    
    .com_virtuemart section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(4) {
        background: url("../../../images/paypal.png") no-repeat center;
        width: 112px;
        height: 71px;
        margin-left: 8px;
        margin-right: 8px;
        background-size: cover;
    }
    
    .com_virtuemart section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(1) {
        background: url("../../../images/btc.png") no-repeat center;
        width: 100px;
        height: 100px;
        margin-left: 10px;
        margin-right: 10px;
        background-size: cover;
    }
    
    .com_virtuemart section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(2) {
        background: url("../../../images/bitcoin.png") no-repeat center;
        width: 108px;
        height: 100px;
        margin-left: 10px;
        margin-right: 10px;
        background-size: cover;
        margin-top: 10px;
    }
    
    .com_virtuemart section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(3) {
        background: url("../../../images/eth.png") no-repeat center;
        width: 100px;
        height: 100px;
        margin-left: 10px;
        margin-right: 10px;
        background-size: cover;
    }
    
    .com_virtuemart section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(4) {
        background: url("../../../images/litecoin.png") no-repeat center;
        width: 100px;
        height: 100px;
        margin-left: 10px;
        margin-right: 10px;
        background-size: cover;
    }
    
    .com_virtuemart section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(5) {
        background: url("../../../images/cointoucans.png") no-repeat center;
        width: 100px;
        height: 100px;
        margin-left: 10px;
        margin-right: 10px;
        background-size: cover;
    }
    
    .com_virtuemart section.vm-payment-methods .line-m:nth-child(2) {
        margin-top: 30px;
    }
    
    .com_vm_auction section.top-auction-filter li.VmClose,
    .com_vm_auction section.top-auction-filter li ul.menu,
    .com_vm_auction section.top-auction-filter li .VmArrowdown,
    .com_virtuemart section.top-auction-filter li .VmArrowdown,
    .com_virtuemart section.top-auction-filter li ul.menu,
    .com_virtuemart section.top-auction-filter li.VmClose {
        display: none;
    }
    
    h2.top-category-title,
    .com_virtuemart section.top-auction-filter li.VmOpen a,
    .com_vm_auction section.top-auction-filter li.VmOpen a {
        text-decoration: none;
        font-size: 60px;
        margin-top: 90px;
        font-family: 'Open Sans', Sans-Serif !important;
        text-transform: uppercase;
        position: relative;
        color: #ffffff;
        display: inline-block;
        width: 100%;
    }
    
    .com_virtuemart section.top-auction-filter li.VmOpen a:hover,
    .com_virtuemart section.top-auction-filter li.VmOpen a:focus {
        text-decoration: none;
        outline: none;
    }
    
    .com_vm_auction {
        font-family: 'Open Sans', Sans-Serif;
    }
    
    .col-4.resent_network .item .current_price>span {
        float: left;
        display: inline-block;
        padding-right: 3px;
    }
    
    .col-4.resent_network .item .current_price>div {
        display: inline-block;
        float: left;
        width: auto;
    }
    
    .col-4.resent_network .item .right .name a {
        font-size: 12px;
        font-weight: 800;
        color: #ffae24;
        font-family: 'Open Sans', Sans-Serif;
    }
    
    .view-category section.component {
        font-family: 'Open Sans', Sans-Serif;
    }
    
    .view-category section.component>.category-view {
        background-color: #f7f7f7;
        padding-top: 30px;
        position: relative;
    }
    
    .view-category section.component .category-view>.block>h1 {
        margin-top: 0;
        color: #282828;
        font-family: 'Open Sans', Sans-Serif;
        font-weight: 800;
        margin-bottom: 50px;
    }
    
    .com_virtuemart.view-category>.container {
        width: 100%;
        padding: 0;
    }
    
    .view-category section.component .category-view>.block {
        width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
    }
    
    .view-category section.component .category-view .vm-search-custom-search-input input[type="text"] {
        width: 100%;
        max-width: 360px;
        border-radius: 30px;
        background-color: #ffffff;
        border: 1px solid #282828;
        display: inline-block;
        float: left;
        height: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .view-category section.component .category-view .vm-search-custom-search-input input[type="submit"] {
        display: inline-block;
        float: left;
        margin-left: 1.5%;
        background-color: #ffa100;
        border: none;
        border-radius: 30px;
        height: 37px;
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
        color: #000000;
        font-size: 14px;
    }
    
    .view-category section.component .category-view .virtuemart_search {
        display: inline-block;
        width: 100%;
    }
    
    .view-category section.component .category-view .vm-search-custom-search-input input[type="submit"]:focus {
        outline: none;
    }
    
    .view-category section.component .category-view .orderby-displaynumber {
        border-top: none;
        border-bottom: none;
        margin-bottom: 35px;
    }
    
    .view-category section.component .category-view .orderlistcontainer {
        width: 31.8%;
        max-width: 360px;
        margin-left: 0;
        margin-right: 1.5%;
        float: left;
        position: relative;
    }
    
    .view-category section.component .category-view .vm-order-list {
        width: 100%;
    }
    
    .view-category section.component .category-view .orderlistcontainer .activeOrder {
        width: 100%;
        max-width: 360px;
        border-radius: 30px;
        background-color: #ffffff;
        border: 1px solid #282828;
        height: 35px;
        background-image: url(../../../images/arrowlist.png);
        background-position: 95% center;
        background-repeat: no-repeat;
        padding-left: 20px;
    }
    
    .view-category section.component .category-view .orderlistcontainer .title {
        text-align: left;
        padding-left: 20px;
        padding-bottom: 3px;
    }
    
    .view-category section.component .category-view .orderlistcontainer .Order {
        font-size: 14px;
        text-align: left;
        padding-left: 20px;
        padding-top: 5px;
        color: #000000;
    }
    
    .view-category section.component .category-view .orderlistcontainer .orderlist {
        width: 100%;
    }
    
    .view-category section.component .category-view .orderlistcontainer .activeOrder {
        font-size: 14px;
        color: #000000;
        padding-top: 7px;
        text-align: left;
    }
    
    .view-category section.component .category-view .orderlistcontainer .activeOrder a {
        height: 100%;
        font-size: 14px;
        color: #000000;
        text-align: left;
    }
    
    .view-category section.component .category-view .orderlistcontainer .orderlist>div {
        text-align: left;
    }
    
    .view-category section.component .category-view .orderlistcontainer .orderlist>div a {
        font-size: 14px;
        color: #000000;
        text-align: left;
        width: 100%;
    }
    
    .view-category section.component .category-view .orderlistcontainer .orderlist>div a:hover,
    .view-category section.component .category-view .orderlistcontainer .orderlist>div a:focus {
        text-decoration: none;
    }
    
    .view-category section.component .category-view .orderlistcontainer .orderlist>div:hover,
    .view-category section.component .category-view .orderlistcontainer .orderlist>div:focus {
        background-color: #d4ecf8;
    }
    
    .view-category section.component .category-view .category-view>.category {
        margin-right: 15px;
        margin-bottom: 15px;
    }
    
    .view-category section.component .category-view .category-view>.category h2 {
        margin: 0;
    }
    
    .view-category section.component .category-view .category-view>.category a {
        border-radius: 30px;
        background-color: #1d7897;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        padding: 6px 15px;
    }
    
    .view-category section.component .category-view .category-view>.category a:hover,
    .view-category section.component .category-view .category-view>.category a:focus {
        text-decoration: none;
    }
    
    .view-category section.component .category-view .category-view {
        display: inline-block;
        margin-bottom: 120px;
    }
    
    .view-category section.component .category-view .display-number {
        margin-top: -100px;
    }
    
    .view-category section.component .category-view .auctions-list-block {
        position: relative;
        margin-top: 65px;
    }
    
    .view-category section.component .category-view .display-number {
        color: #000000;
    }
    
    .view-category section.component .category-view .display-number select {
        background-color: #ffffff;
        border-radius: 30px;
        border: 1px solid #282828;
        height: 32px;
        width: 111px;
        font-size: 14px;
        color: #000000;
        margin-top: 15px;
        padding-left: 20px;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../../../images/arrowlist.png);
        background-position: 90% center;
        background-repeat: no-repeat;
        padding-top: 0;
    }
    
    .view-category section.component .category-view .display-number select:focus {
        outline: none;
    }
    
    .view-category section.component .category-view .browse-view.first .orderby-displaynumber {
        margin-bottom: 0;
        padding-bottom: 130px;
    }
    
    div#fd.geom.geombox.geombox-virtuemart .geombox-info {
        width: 100% !important;
    }
    
    div#fd.geom.geombox.geombox-virtuemart .geombox-items>li {
        width: 25% !important;
    }
    
    .vm-wrap.vm-order-done {
        padding-top: 60px;
        padding-bottom: 100px;
        font-family: 'Open Sans', Sans-Serif;
        text-align: center;
    }
    
    .vm-wrap.vm-order-done h3 {
        margin-bottom: 50px;
        font-weight: 700;
        font-size: 32px;
    }
    
    .vm-wrap.vm-order-done input {
        background: transparent !important;
        border: none;
        font-size: 18px;
        font-weight: 700;
        color: #1d7897;
        text-align: center;
        text-shadow: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    
    .cart-view.emptyCart-view {
        margin-top: 60px;
    }
    
    .com_virtuemart.view-cart a.terms-of-service,
    .com_virtuemart.view-cart label {
        text-align: left;
    }
    
    .vm-wrap.vm-order-done table {
        max-width: 600px;
        margin: 0 auto;
    }
    
    .vm-wrap.vm-order-done table th,
    .vm-wrap.vm-order-done table td {
        padding: 8px;
        text-align: left;
        width: 50%;
        font-size: 15px;
    }
    
    .vm-wrap.vm-order-done table td:first-child {
        font-weight: 500;
    }
    
    .vmLoadingDiv,
    .vmLoadingDivMsg {
        margin: 0 auto;
        text-align: center;
    }
    
    .com_virtuemart.view-cart .cart-view {
        padding-top: 60px;
        padding-bottom: 100px;
        font-family: 'Open Sans', san-serif;
    }
    
    .cart-view h1.cart-page-title {
        font-family: 'Open Sans', san-serif !important;
        font-weight: 600;
        font-size: 24px;
    }
    
    .com_virtuemart.view-cart .cart-view .proopc-empty-continue-link a {
        color: #ffffff;
        background: #1d7897;
        font-family: 'Open Sans', san-serif;
        border: none;
        text-shadow: none !important;
        border-radius: 30px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    h4.info {
        margin-top: 60px;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 95px;
    }
    
    .row.info .formResponsive .formHorizontal .formControlLabel {
        width: 100%;
    }
    
    .row.info .formResponsive .formHorizontal .formRow>div>div:first-child.rsform-block>.formControlLabel {
        float: none;
        width: 100%;
        text-align: center;
        color: #888888;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 125px 10px 40px;
        border-top: 4px solid #f6f6f6;
    }
    
    .row.info .formResponsive .formHorizontal .formControls {
        margin-left: 0;
    }
    
    .row.info textarea {
        width: 89% !important;
        border: 1px solid #888888;
        border-radius: 10px;
        padding: 5%;
        box-shadow: none;
    }
    
    .row.info textarea:hover,
    .row.info textarea:focus {
        outline: none;
        box-shadow: none;
    }
    
    .info .formResponsive .formHorizontal .rsform-block {
        margin-bottom: 0;
    }
    
    .info #send1,
    .info #send2,
    .info #send3 {
        border-radius: 25px;
        background-color: transparent;
        color: #888888;
        border: 1px solid #888888;
        font-size: 18px;
        font-family: "Open Sans", Sans-Serif;
        text-align: center;
        padding: 15px 75px;
        background-image: none;
        text-shadow: none;
        margin-bottom: 45px;
    }
    
    .info .formControls .formBody input[type="email"],
    .info .formControls .formBody input[type="text"] {
        border-radius: 30px;
        border: 1px solid #888888;
        width: 85% !important;
        max-width: 515px;
        height: 60px;
        padding: 0 30px;
        font-size: 14px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 25px;
    }
    
    .info .formControls .formBody input::-webkit-input-placeholder {
        font-family: 'Open Sans', Sans-Serif;
        color: #888888;
        font-size: 14px;
    }
    
    .info .formControls .formBody input::-moz-placeholder {
        font-family: 'Open Sans', Sans-Serif;
        color: #888888;
        font-size: 14px;
    }
    /* Firefox 19+ */
    
    .info .formControls .formBody input:-moz-placeholder {
        font-family: 'Open Sans', Sans-Serif;
        color: #888888;
        font-size: 14px;
    }
    /* Firefox 18- */
    
    .info .formControls .formBody input:-ms-input-placeholder {
        font-family: 'Open Sans', Sans-Serif;
        color: #888888;
        font-size: 14px;
    }
    
    .info .formControls .formBody input:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(2)>.title .def:last-child {
        display: none;
    }
    
    .reg-log-position>ul>li:hover a,
    .reg-log-position>ul>li:focus a {
        color: #FFA200 !important;
    }
    /**********************************************************************************************************************/
    /*************************************************************MEDIA****************************************************/
    /**********************************************************************************************************************/
    
    @media all and (max-width: 1910px) {
        .activities .content {
            padding: 0 10% 0 10%;
        }
    }
    
    @media all and (max-width: 1750px) {
        .title_group2 {
            font-size: 6.8rem !important;
        }
        .activities .content {
            padding: 0 7% 0 7%;
        }
        .col-4.resent_network .item .tour-agency-name a,
        .col-4.resent_forum .list .name a {
            font-size: 11px;
        }
    }
    
    @media all and (max-width: 1700px) {
        .header_left {
            padding-left: 12%;
        }
        .opportunity {
            margin-bottom: 5.5rem;
        }
        .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
        #captchaTxt36 {
            width: 34% !important;
        }
        .title_group2 {
            font-size: 6.5rem !important;
        }
        .title_group1 {
            font-size: 4.1rem;
        }
        .benefits_wrapper {
            padding: 0 8% 0 15%;
        }
        .activities .content {
            padding: 0 5% 0 5%;
        }
    }
    
    @media all and (max-width: 1600px) {
        .benefits_wrapper {
            padding: 0 4% 0 12%;
        }
    }
    
    @media all and (max-width: 1580px) {
        .title_group2 {
            font-size: 6.1rem !important;
        }
        .title_group1 {
            font-size: 3.7rem;
        }
        .activities .content {
            padding: 0 2% 0 2%;
        }
    }
    
    @media all and (max-width: 1500px) {
        .header_left {
            padding-left: 3%;
        }
        .main_header .logo {
            margin-right: 0;
        }
        html {
            font-size: 9px;
        }
        .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
        #captchaTxt36 {
            width: 33% !important;
        }
        .contact_form .rsform textarea {
            width: 80%;
        }
        .activities .content {
            padding: 0;
        }
    }
    
    @media all and (max-width: 1400px) {
        .contact_form {
            padding: 70px 15%;
        }
        .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
        #captchaTxt36 {
            width: 33.5% !important;
        }
        section.about_us {
            padding: 50px 18% 180px;
        }
        .col-4 {
            margin-right: 3%;
            width: 22%;
        }
        .benefits_wrapper {
            padding: 0 2% 0 7%;
        }
    }
    
    @media all and (max-width: 1330px) {
        .col-4 {
            margin-right: 2%;
            width: 23%;
        }
    }
    
    @media all and (max-width: 1285px) {
        .resent_network {
            width: 24%;
        }
        .resent_forum {
            width: 22%;
        }
    }
    
    @media all and (max-width: 1270px) {
        .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
        #captchaTxt36 {
            width: 33% !important;
        }
    }
    
    @media all and (max-width: 1230px) {
        .resent_network {
            width: 24.5%;
        }
        .resent_forum {
            width: 21.6%;
        }
        .new_photos {
            width: 22.9%;
        }
    }
    
    @media all and (max-width: 1199px) {
        .header_left {
            padding-top: 2rem;
        }
        .title {
            font-size: 5.5rem;
        }
        .subtitle {
            font-size: 4rem;
        }
        .benefits_wrapper {
            padding: 0 2rem;
        }
        .benefit {
            padding-left: 8rem;
            padding-right: 2rem;
        }
        .benefits_wrapper .benefit {
            width: 33%;
        }
        section.benefits {
            padding-bottom: 5rem;
        }
        .statistics {
            right: 67%;
            width: 33%;
        }
        .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
        #captchaTxt36 {
            width: 33% !important;
        }
        .contact_form {
            padding: 70px 10%;
        }
        .bottom_banners .bannergroup .banneritem {
            width: 285px;
            height: 285px;
        }
        .title_banner {
            font-size: 42px;
            margin: 60px auto 50px;
        }
        .bottom_banners p {
            color: #ffffff;
            font-size: 1.4rem;
            margin: 0 30px 50px;
        }
        section.about_us {
            padding: 50px 14% 180px;
        }
        .activities .row {
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
        }
        .activities .row .rowchild {
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
            justify-content: center;
        }
        .activities .row .rowchild>div {
            width: 80%;
            margin: 0 5% 10% 5%;
        }
        .activities .row .rowchild:last-child>div {
            width: 80%;
            margin: 0 5% 0 5%;
        }
        body.com_community.view-register .outerpgbar {
            width: 36% !important;
        }
        body.com_community.view-register .joms-landing__action form .joms-button__next {
            width: 32%;
        }
        body.com_community.view-register .joms-button.next {
            margin-top: 50px;
        }
        body.com_community.view-register form.profiletype li label span {
            font-size: 15px;
        }
        body.com_community.view-register form.profiletype li h5,
        body.com_community.view-register form.profiletype {
            font-size: 15px;
        }
        .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__select {
            width: 245px;
        }
        .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .row {
            width: 970px;
        }
        body.com_community.view-register .joms-landing .joms-landing__action {
            padding: 30px 20px 0px 90px;
        }
        body.com_users.view-login .joms-button--signup-fb>.text {
            font-size: 18px !important;
            padding-top: 8px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-leading:first-child,
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) .item {
            width: 970px;
            margin: 0 auto;
        }
        .col-4.resent_forum {
            margin-right: 3%;
        }
        .resent_network h3 {
            white-space: inherit;
        }
        .view-category section.component .category-view>.block {
            width: 970px;
        }
        body.com_users.view-login .joms-button--signup {
            font-size: 18px;
        }
        body.com_users.view-login .joms-landing .joms-landing__action,
        body.com_users.view-reset .joms-landing .joms-landing__action,
        body.com_users.view-remind .joms-landing .joms-landing__action {
            padding: 55px 80px 20px 80px;
        }
        section.travel-bidding-info-top h1 {
            font-size: 40px;
        }
        body.com_jomoffers.view-list_offers section.about-blog {
            padding-top: 200px;
            padding-bottom: 200px;
        }
    }
    
    @media screen and (-ms-high-contrast: active),
    (-ms-high-contrast: none) and (max-width: 1199px) {
        .activities .row .rowchild>div {
            width: 40%;
            margin: 0 5% 10% 5%;
        }
        .activities .row .rowchild>div:first-child {
            width: 40%;
        }
        .activities .row .rowchild:last-child>div {
            width: 40%;
            margin: 0 5% 0 5%;
        }
        .activities .row .rowchild:last-child>div:first-child {
            width: 40%;
        }
    }
    
    @media all and (max-width: 1050px) {
        .contact_form {
            padding: 70px 5%;
        }
        section.about_us {
            padding: 50px 11% 180px;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .icon {
            width: 130px;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .text {
            padding-left: 50px;
            width: 80%;
        }
    }
    
    @media all and (max-width: 991px) {
        .menu-bottom.authenticated .reg-log-position {
            padding-left: 0;
        }
        .menu-bottom.authenticated .reg-log-position>ul>li {
            max-width: 80px;
        }
        .menu-bottom .reg-log-position>.nav.menu {
            width: 240px;
            display: inline-block;
        }
        section.vm-module-3 h3 {
            font-size: 32pt;
        }
        section.vm-module-3 .acymailing_introtext {
            font-size: 18pt;
        }
        .col-4 {
            margin-left: 30%;
            width: 40%;
        }
        body.com_community.view-register .joms-landing .joms-landing__cover {
            display: none;
        }
        body.com_users.view-login .joms-button--signup {
            font-size: 24px;
        }
        body.com_community.view-register .joms-landing .joms-landing__action {
            width: 100% !important;
            border-left: 1px solid #dddddd;
        }
        body.com_community.view-register .outerpgbar {
            width: 63% !important;
        }
        .resent_network,
        .resent_forum {
            margin-left: 25%;
            width: 50%;
        }
        .col-4:nth-child(3),
        .col-4:nth-child(2),
        .col-4:nth-child(4) {
            margin-top: 5rem;
        }
        .new_video .button_on {
            transform: scale(1);
        }
        .benefits_wrapper .benefit {
            width: 50%;
        }
        .benefits_wrapper .benefit {
            width: 50%;
        }
        .stat_item {
            margin-bottom: 4rem;
        }
        .stat_item .big {
            margin-bottom: 0;
        }
        .menu_icon {
            display: inline-block;
        }
        .secondary_header .menu.block li {
            float: none !important;
            display: block !important;
        }
        .menu-position.menu ul#withmodules {
            display: none;
        }
        .secondary_header .menu.block {
            text-align: center;
        }
        .menu-position.menu {
            /*display: none ;*/
            /*transition: all 0.9s ease 0s;*/
        }
        .block {
            display: block !important;
        }
        .secondary_header .menu-position {
            text-align: center;
            position: absolute;
            width: 80px;
            height: 80px;
            background-color: transparent !important;
            z-index: 9000;
            overflow: hidden;
            left: 0;
            top: 0;
        }
        .menu-position.menu > .custom {
            background: #2828285c !important;
        }
        .secondary_header .menu-position.block {
            width: 100%;
            position: fixed;
            height: 100vh;
            padding-top: 50px;
            overflow-y: scroll;
        }
        .menu-bottom .menu-position ul>li>ul {
            display: none !important;
        }
        .close {
            opacity: 0.8 !important;
        }
        .secondary_header .menu.block li:hover a,
        .secondary_header .menu.block li:focus a,
        .secondary_header .menu.block li:hover,
        .secondary_header .menu.block li:focus,
        .menu-bottom .menu-position ul.menu>li:hover>a,
        .menu-bottom .menu-position ul.menu>li:focus>a,
        .menu-bottom .menu-position .highlighted,
        .menu-bottom .menu-position ul.menu>li a:hover,
        .menu-bottom .menu-position ul.menu>li a:focus {
            background-color: transparent !important;
        }
        #toggle {
            float: right;
        }
        .close {
            position: absolute;
            right: 32px;
            top: 32px;
            width: 32px;
            height: 32px;
            cursor: pointer;
        }
        .close:hover {
            opacity: 1;
        }
        .close:before,
        .close:after {
            position: absolute;
            left: 15px;
            content: ' ';
            height: 33px;
            width: 3px;
            background-color: #282828;
            ;
        }
        .close:before {
            transform: rotate(45deg);
        }
        .close:after {
            transform: rotate(-45deg);
        }
        #generalP1 .moduletable {
            margin-bottom: 50px;
        }
        .secondary_header .header_left {
            width: 99.9%;
            text-align: center;
        }
        .secondary_header .logo {
            margin-right: 0%;
        }
        .secondary_header .header_right {
            left: 70%;
            width: 30%;
        }
        .menu .jmoddiv.jmodinside {
            position: static !important;
        }
        body.com_community.view-register form.profiletype li label span {
            font-size: 16px;
        }
        body.com_community.view-register form.profiletype li h5,
        body.com_community.view-register form.profiletype {
            font-size: 16px;
        }
        body.com_community.view-register .joms-landing.success-1 {
            min-height: 450px;
        }
        body.com_users .joms-landing .joms-landing__cover {
            display: none;
        }
        body.com_users .joms-landing .joms-landing__action {
            width: 100% !important;
            border-left: 1px solid #dddddd;
        }
        body.com_users.view-reset .joms-landing {
            min-height: 450px;
        }
        body.com_users.view-remind .joms-landing {
            min-height: 450px;
        }
        .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__select {
            width: 315px;
        }
        .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__dropdown {
            box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
        }
        .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .row {
            width: 750px;
        }
        .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar label {
            margin-bottom: 20px;
            width: 355px;
        }
        .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar #participants-styler {
            width: 90%;
        }
        .com_jomoffers.view-list_offers .date-picker-wrapper.single-date {
            z-index: 99;
        }
        .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .row,
        .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar h3 {
            padding-right: 0;
        }
        .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar button[type="submit"] {
            margin-right: 0;
        }
        .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(3) a.join {
            margin-top: 0;
        }
        section.flight-auction h2 {
            font-size: 58px;
        }
        section.flight-auction h3 {
            font-size: 38px;
        }
        body.com_community.view-register .joms-landing .joms-landing__action {
            padding: 30px 20px 0px 125px;
        }
        body.com_users.view-login .joms-button--signup-fb>.text {
            font-size: 24px !important;
            padding-top: 3px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-leading:first-child,
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) .item {
            width: 750px;
            margin: 0 auto;
        }
        .secondary_header .menu>li.parent a:after {
            display: none;
        }
        section.travel-bidding-info-top h1 {
            font-size: 36px;
            padding-left: 15px;
            padding-right: 15px;
        }
        .com_virtuemart section.vm-payment-methods h3 {
            font-size: 50px;
        }
        .com_virtuemart section.vm-payment-methods {
            padding-top: 70px;
            padding-bottom: 70px;
        }
        .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(3) a.join {
            margin-top: 15px;
        }
        body.com_community.view-register .joms-landing.last {
            min-height: 0;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .page-header h2 {
            font-size: 40px;
            padding-left: 15px;
            padding-right: 15px;
        }
        body.com_community.view-register .joms-landing.first {
            min-height: 0;
        }
        body.com_community.view-register .joms-landing {
            margin-bottom: 100px;
        }
        .menu-top .first-part {
            margin-left: 0;
        }
        .menu-top .icons-menu {
            text-align: right;
            height: auto;
        }
        .menu-top .second-part {
            height: auto;
        }
        .menu-top .second-part .notifications {
            height: auto;
            background-color: transparent;
        }
        .menu-top .second-part .joms-notifications {
            width: 180px;
            padding: 10px 0;
            margin-top: 20px;
            background-color: transparent;
        }
        .title-fellow-traveler h3 {
            font-size: 50px;
        }
        .title-fellow-traveler h4 {
            font-size: 42px;
        }
        body.com_jomoffers.view-list_offers section.about-blog h1 {
            font-size: 42px;
        }
        .com_jomoffers.view-list_offers .block label {
            max-width: 300px;
        }
        .com_jomoffers.view-list_offers .block {
            margin-bottom: 10px !important;
        }
        .info .formControls .formBody input[type="email"],
        .info .formControls .formBody input[type="text"] {
            height: 50px;
        }
    }
    
    @media all and (max-width: 983px) {
        .title_banner {
            font-size: 36px;
            margin: 60px auto 30px;
        }
        .bottom_banners p {
            color: #ffffff;
            font-size: 1.4rem;
            margin: 0 30px 30px;
        }
        .banneritem .about_btn {
            padding: 0.7rem 5rem;
        }
        .bottom_banners .bannergroup .banneritem {
            width: 230px;
            height: 230px;
        }
    }
    
    @media all and (max-width: 930px) {
        .contact_form .rsform {
            float: right;
            width: 80%;
            margin-top: 30px;
        }
        section.about_us {
            padding: 50px 7% 180px;
        }
    }
    
    @media all and (max-width: 880px) {
        section.about_us {
            padding: 50px 4% 180px;
        }
    }
    
    @media all and (max-width: 800px) {
        .contact_form .rsform {
            width: 90%;
        }
        .about_us .about_btn {
            padding: 0.7rem 5rem;
            font-size: 2.0rem;
        }
        section.about_us {
            min-height: 1020px;
        }
        .bottom_banners .bannergroup {
            -webkit-flex-direction: column;
            flex-direction: column;
        }
        .bottom_banners .bannergroup .banneritem {
            width: 360px;
            height: 360px;
            margin-bottom: 30px;
        }
        section.bottom_banners {
            padding: 10rem 0 7.5rem 0;
        }
    }
    
    @media all and (max-width: 767px) {
        html {
            font-size: 8px;
        }
        .bottom_banners .desc_banner p:first-child {
            margin: 7rem 0 0 10rem;
        }
        .title {
            font-size: 4.5rem;
        }
        .subtitle {
            font-size: 3.2rem;
        }
        .community_left .title {
            font-size: 3.5rem;
        }
        .benefits_wrapper .benefit {
            width: 100%;
        }
        .benefit {
            min-height: auto;
            margin-bottom: 3rem;
        }
        .benefit_title {
            min-height: auto;
        }
        body.com_users.view-login fieldset>div:nth-child(3) .controls {
            margin-top: 0;
        }
        body.com_community.view-register .outerpgbar {
            width: 62% !important;
        }
        .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar {
            width: auto;
            background-color: #daeff9;
            left: 0;
        }
        .com_jomoffers.view-list_offers #jd-admin-wrapper>div.jd-headerbar:first-child h1 {
            font-size: 50px;
        }
        .com_jomoffers.view-list_offers #jd-admin-wrapper>div.jd-headerbar:first-child h3 {
            font-size: 36px;
        }
        .new_photos .date_photo {
            font-size: 11px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-leading:first-child,
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) .item {
            width: 100%;
            margin: 0 auto;
        }
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:first-child {
            width: 40%;
        }
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:last-child {
            width: 40%;
        }
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:nth-child(2) {
            width: 20%;
            font-size: 28px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:nth-child(2) .round {
            width: 80px;
            height: 80px;
            padding-top: 25px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td h5 {
            font-size: 20px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td {
            font-size: 12px;
        }
        .com_content.view-category .page-header h2 {
            font-size: 36px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets th {
            font-size: 20px;
            padding-bottom: 40px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) .page-header {
            margin-top: 55px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) a.start {
            margin: 0 auto 85px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-leading:first-child>div>ul,
        .com_content.view-category>.container>.component>.blog>div.items-leading:first-child>div>p {
            font-size: 12px;
        }
        .com_content.view-category .page-header {
            margin-top: 50px;
        }
        .com_content.view-category>.container>.component>.blog .article-info.muted {
            margin-bottom: 45px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-leading:first-child>div>ul {
            margin-bottom: 50px;
        }
        body:lang(fr-FR) .new_photos h3,
        body:lang(fr-FR) .new_video h3,
        body:lang(fr-FR) .resent_network h3,
        body:lang(fr-FR) .resent_forum h3 {
            font-size: 20px;
        }
        body:lang(en-GB) .new_photos h3,
        body:lang(en-GB) .new_video h3,
        body:lang(en-GB) .resent_network h3,
        body:lang(en-GB) .resent_forum h3 {
            font-size: 20px;
        }
        .footer {
            padding: 3rem 0 2rem;
        }
        .footer .menu a {
            font-size: 1.4rem;
        }
        .footer .social a {
            font-size: 3rem;
            width: 8rem;
            height: 8rem;
            line-height: 8rem;
            margin: 3rem 1rem;
        }
        .copyright {
            margin-top: 10px;
        }
        .copyright-menu a,
        .footer .copyright {
            font-size: 14px;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .icon {
            width: 90px !important;
            height: 90px;
            min-height: 90px !important;
            min-width: 90px !important;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .text {
            padding-left: 30px;
            width: 80%;
        }
        section.travel-bidding-info-top h1 {
            font-size: 36px;
            margin-top: 30px;
        }
        section.travel-bidding-info-top h3 {
            font-size: 20px;
            line-height: 24px;
            margin-top: 60px;
        }
        section.travel-bidding-info-top {
            height: 240px;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .page-header h2 {
            font-size: 36px;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .how-work>h4 {
            font-size: 28px;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .benefits>h4 {
            font-size: 28px;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .page-header {
            margin-top: 37px;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .article-info.muted {
            margin-bottom: 35px;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .how-work>p {
            margin: 0 auto 55px auto;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .benefits {
            padding: 50px 15px 80px 15px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(1) {
            width: 66px;
            height: 42px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(2) {
            width: 66.5px;
            height: 42px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(3) {
            width: 66px;
            height: 42px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(4) {
            width: 66px;
            height: 42px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(1) {
            width: 50px;
            height: 50px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(2) {
            width: 54px;
            height: 50px;
            margin-top: 0;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(3) {
            width: 50px;
            height: 50px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(4) {
            width: 50px;
            height: 50px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(5) {
            width: 50px;
            height: 50px;
        }
        .com_virtuemart section.vm-payment-methods h3 {
            font-size: 42px;
        }
        .com_virtuemart section.vm-payment-methods h5 {
            margin-bottom: 40px;
        }
        .view-category section.component .category-view>.block {
            width: 750px;
        }
        body.com_jomoffers.view-item_comoffers .header_item a {
            width: 190px !important;
            text-align: center;
            display: block;
            padding: 8px 0px 15px 0px !important;
            font-size: 18px;
            height: 50px !important;
        }
        .title-fellow-traveler h3 {
            font-size: 40px;
        }
        .title-fellow-traveler h4 {
            font-size: 36px;
            line-height: 40px;
        }
        .title-fellow-traveler h5 {
            line-height: 24px;
        }
        .title-fellow-traveler {
            margin: 65px 15px 80px;
        }
        body.com_jomoffers.view-list_offers section.about-blog {
            padding-top: 100px;
            padding-bottom: 100px;
        }
        body.com_jomoffers.view-list_offers section.about-blog a {
            margin-top: 50px;
        }
        body.com_jomoffers.view-list_offers section.about-blog h1 {
            font-size: 36px;
            line-height: 42px;
        }
        .info.com_content .theme>a {
            font-size: 16px !important;
        }
    }
    
    @media all and (max-width: 750px) {
        .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .row {
            width: 100%;
            max-width: 750px;
        }
        .view-category section.component .category-view>.block {
            width: 100%;
        }
        .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1)>img {
            width: 100px;
            height: 100px;
        }
    }
    
    @media all and (max-width: 730px) {
        body.com_community.view-register .outerpgbar {
            width: 61% !important;
        }
        .col-4.resent_network .item .tour-agency-name a,
        .col-4.resent_forum .list .name a {
            font-size: 10px;
        }
        .col-4.resent_network .item .dates,
        .col-4.resent_forum .list .dates {
            font-size: 10px;
            font-weight: 500;
        }
        .col-4.resent_network .item .current_price {
            font-size: 10px;
        }
        .col-4.resent_network .item .right .name,
        .col-4.resent_forum .list h3 a {
            font-size: 11px;
        }
    }
    
    @media all and (max-width: 710px) {
        .contact_form .rsform {
            width: 100%;
        }
        body.com_community.view-register .outerpgbar {
            width: 93% !important;
            right: 20px;
        }
        body.com_community.view-register .joms-landing .joms-landing__action {
            padding: 30px 50px 0px 50px;
        }
        input#First_name,
        input#Last_name {
            display: inline-block;
            width: calc(100% - 60px) !important;
        }
        .contact_form .rsform textarea {
            width: 80% !important;
        }
        .title_group2 {
            font-size: 5.5rem !important;
        }
        .title_group1 {
            font-size: 3.1rem;
        }
        .groups_right .about_btn {
            font-size: 2.0rem;
            padding: 0.7rem 4rem;
        }
        section.about_us {
            min-height: 1050px;
        }
        .secondary_header .header_right {
            left: 50%;
            width: 50%;
            font-size: 1.6rem;
            padding-top: 10px;
        }
        body.com_community.view-register .joms-landing.success-1 .joms-landing__action {
            padding: 150px 50px 0px 50px;
            font-size: 18px;
            font-family: 'Open Sans', Sans-Serif;
            color: #333333;
        }
        body.com_users.view-login .joms-button--signup-fb>.text {
            font-size: 18px !important;
            padding-top: 8px;
        }
        body.com_users.view-login .joms-button--signup {
            font-size: 18px;
        }
        body:lang(en-GB) .new_photos h3,
        body:lang(en-GB) .new_video h3,
        body:lang(en-GB) .resent_network h3,
        body:lang(en-GB) .resent_forum h3 {
            font-size: 19px;
        }
        .col-4.resent_network .item .tour-agency-name a,
        .col-4.resent_forum .list .name a {
            font-size: 9px;
        }
        .col-4.resent_forum .list .name {
            margin-bottom: 2%;
        }
        .info.com_content .formControls .formBody>p {
            text-align: center;
        }
    }
    
    @media all and (max-width: 670px) {
        .col-4.resent_forum .list .members-bloscs {
            margin-bottom: 2%;
        }
        .col-4.resent_forum .list .name {
            margin-bottom: 1%;
        }
    }
    
    @media all and (max-width: 650px) {
        body:lang(en-GB) .new_photos h3,
        body:lang(en-GB) .new_video h3,
        body:lang(en-GB) .resent_network h3,
        body:lang(en-GB) .resent_forum h3 {
            font-size: 18px;
        }
        body.com_community.view-register form.profiletype li {
            display: flex;
        }
        .info #send2,
        .info #send1,
        .info #send2 {
            display: block;
            margin: 0 auto 5px;
        }
    }
    
    @media all and (max-width: 630px) {
        .contact_form .formSpan12 #Send {
            margin-bottom: 15px;
        }
        section.about_us {
            min-height: 1080px;
        }
        body.com_users .joms-landing .joms-landing__action {
            padding: 55px 50px 20px 50px !important;
        }
        .activities .row .rowchild {
            -webkit-flex-direction: column;
            flex-direction: column;
        }
        .activities .row .rowchild:last-child>div,
        .activities .row .rowchild>div {
            margin: 0 auto 10% auto;
            justify-content: center;
        }
        .activities .row .rowchild {
            justify-content: center;
        }
        .new_photos .date_photo {
            font-size: 14px;
        }
        body:lang(fr-FR) .new_photos h3,
        body:lang(fr-FR) .new_video h3,
        body:lang(fr-FR) .resent_network h3,
        body:lang(fr-FR) .resent_forum h3 {
            font-size: 23px;
        }
        body:lang(en-GB) .new_photos h3,
        body:lang(en-GB) .new_video h3,
        body:lang(en-GB) .resent_network h3,
        body:lang(en-GB) .resent_forum h3 {
            font-size: 23px;
        }
    }
    
    @media screen and (-ms-high-contrast: active),
    (-ms-high-contrast: none) and (max-width: 630px) {
        .activities .row .rowchild>div {
            width: 90%;
            margin: 0 5% 10% 5%;
        }
        .activities .row .rowchild>div:first-child {
            width: 90%;
        }
        .activities .row .rowchild:last-child>div {
            width: 90%;
            margin: 0 5% 0 5%;
        }
        .activities .row .rowchild:last-child>div:first-child {
            width: 90%;
        }
    }
    
    @media all and (max-width: 600px) {
        .title_group2 {
            font-size: 5.2rem !important;
        }
        .title_group1 {
            font-size: 2.8rem;
        }
        .about_us_title {
            font-size: 64px;
        }
        .col-4,
        .col-4 .new_video {
            margin-left: 10% !important;
            width: 80% !important;
        }
        section.flight-auction {
            padding-top: 120px;
        }
    }
    
    @media all and (max-width: 570px) {
        .community_left {
            padding: 8rem 56% 6rem 2rem;
        }
        .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
        #captchaTxt36 {
            width: 32% !important;
        }
        .title_group2 {
            font-size: 4.8rem !important;
        }
        section.about_us {
            min-height: 1120px;
        }
        .about_us .about_btn {
            font-size: 1.8rem;
            padding: 0.7rem 4rem;
        }
        .col-4 {
            margin-left: 15%;
            width: 70%;
        }
        .resent_network,
        .resent_forum {
            margin-left: 10%;
            width: 80%;
        }
        .com_content.view-category .page-header h2 {
            font-size: 28px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets th {
            font-size: 14px;
            padding-bottom: 30px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td h5 {
            font-size: 14px;
            margin-bottom: 20px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td {
            line-height: 24px;
            padding-bottom: 40px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:nth-child(2) .round {
            width: 40px;
            height: 40px;
            padding-top: 8px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:nth-child(2) {
            font-size: 14px;
            width: 16%;
        }
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:first-child {
            width: 42%;
            padding-left: 10px;
        }
        .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:last-child {
            width: 42%;
            padding-right: 10px;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .icon {
            width: 50px !important;
            height: 50px;
            min-height: 50px !important;
            min-width: 50px !important;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .text {
            padding-left: 20px;
            width: 78%;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .btn-line a {
            padding: 15px 50px;
            font-size: 18px;
        }
        .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1)>h4 {
            margin-bottom: 10px;
        }
        section.travel-bidding-info-top h1 {
            font-size: 30px;
        }
        section.travel-bidding-info-top h3 {
            font-size: 18px;
        }
        .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block {
            display: block;
        }
        .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div {
            float: none;
            width: 100%;
            display: inline-block;
        }
        .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1) .timer span.counter {
            font-size: 16px;
        }
        .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1) .timer>div:nth-child(3) span.counter:after,
        .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1) .timer>div:nth-child(1) span.counter:after,
        .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1) .timer>div:nth-child(2) span.counter:after {
            left: 20px;
        }
        .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1)>img {
            width: 80px;
            height: 80px;
        }
        .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block h2 {
            margin-top: 15px;
            text-align: center;
        }
        .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block a.join {
            margin: 25px auto 0;
            display: block;
            text-align: center;
            max-width: 180px;
        }
        .info.com_content .theme>a {
            font-size: 14px !important;
            letter-spacing: 1px !important;
        }
        h4.info {
            margin-bottom: 65px;
        }
    }
    
    @media all and (max-width: 530px) {
        .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
        #captchaTxt36 {
            width: 31% !important;
        }
        .title_group2 {
            font-size: 4.2rem !important;
        }
        section.about_us {
            min-height: 1170px;
        }
        .about_us_title {
            font-size: 58px;
        }
        body.com_community.view-register .outerpgbar {
            width: 91% !important;
            right: 20px;
        }
        body.com_community.view-register .last .joms-landing__action form.class2 .joms-table>.joms-table__col:first-child {
            width: 30%;
        }
    }
    
    @media all and (max-width: 500px) {
        section.about_us {
            min-height: 1220px;
        }
        .copyright-menu a,
        .footer .copyright {
            font-size: 10px;
        }
    }
    
    @media all and (max-width: 480px) {
        .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
        #captchaTxt36 {
            width: 30% !important;
        }
        section.about_us {
            min-height: 1400px;
        }
        .col-4 {
            margin-left: 10%;
            width: 80%;
        }
        body.com_community.view-register .last .joms-landing__action form .joms-button--full-small.joms-button--privacy {
            max-width: 100px;
            right: 15px;
        }
        .resent_network,
        .resent_forum {
            margin-left: 5%;
            width: 90%;
        }
        .date_video {
            top: 75% !important;
        }
        .new_video .user,
        .new_video .date_video,
        .new_photos .date_photo {
            font-size: 8px;
        }
        .col-4,
        .col-4 .new_video {
            margin-left: 0 !important;
            width: 95% !important;
        }
        .reg-log-position ul li {
            width: 60px;
        }
        .menu_icon {
            padding: 26.5px 10px;
        }
        .menu_icon {
            right: 85% !important;
        }
        body.com_community.view-register .joms-landing .joms-landing__action {
            padding: 30px 20px 30px 20px;
        }
        body.com_community.view-register .outerpgbar {
            width: 89% !important;
            right: 20px;
        }
        body.com_community.view-register a.previous {
            width: 130px;
            display: inline-block;
        }
        body.com_community.view-register .joms-landing.success-1 .joms-landing__action {
            padding: 150px 20px 0px 20px;
        }
        body.com_users.view-login .joms-landing {
            min-height: 590px;
        }
        .bottom_banners .bannergroup .banneritem {
            width: 280px;
            height: 280px;
        }
        body.com_users.view-login .joms-button--signup-fb .iconf {
            display: none;
        }
        body.com_users.view-login .joms-button--signup-fb>.text {
            left: 0px;
        }
        section.travel-bidding-info-top h1 {
            font-size: 28px;
        }
        section.travel-bidding-info-top h3 {
            font-size: 16px;
            line-height: 20px;
        }
        body.com_community.view-register .last .joms-landing__action form .joms-button--full-small.joms-button--privacy svg {
            height: 20px;
        }
        body.com_community.view-register .last .joms-landing__action form .joms-button--full-small.joms-button--privacy {
            background: transparent;
        }
        .info .formControls .formBody input[type="email"],
        .info .formControls .formBody input[type="text"] {
            margin-bottom: 0 !important;
        }
    }
    
    @media all and (max-width: 440px) {
        .about_us .column {
            width: 100%;
        }
        .find_friends_about {
            background: rgba(0, 0, 0, 0) url("../img/friends.png") no-repeat scroll left top;
        }
        .chat_about {
            background: rgba(0, 0, 0, 0) url("../img/chat.png") no-repeat scroll left top;
        }
        .travel_about {
            background: rgba(0, 0, 0, 0) url("../img/travel.png") no-repeat scroll left top;
        }
        .column_about_title {
            color: #666666;
            font-size: 2.4rem;
            font-weight: 900;
            margin: 0px 0 10px;
        }
        .about_us .column p {
            font-size: 1.4rem;
            line-height: 1.8;
            padding: 10px 10% 0 10%;
            margin: 0px;
            margin-bottom: 20px;
        }
        .wrapper_about_us {
            display: inline-block;
            padding: 0 5% 30px 5%;
        }
        .secondary_header .header_right {
            left: 40%;
            width: 60%;
        }
        section.about_us {
            min-height: 1250px;
        }
        .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__select {
            width: 245px;
        }
        section.flight-auction h2 {
            font-size: 38px;
        }
    }
    
    @media all and (max-width: 420px) {
        .title_group2 {
            font-size: 3.8rem !important;
        }
        input#First_name,
        input#Last_name,
        .contact_form .rsform input {
            width: 100% !important;
        }
        .contact_form .rsform textarea {
            width: 70% !important;
        }
        .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
        #captchaTxt36 {
            width: 44% !important;
        }
        section.about_us {
            min-height: 1335px;
        }
        .col-4 {
            margin-left: 0%;
            width: 100%;
        }
        .resent_network,
        .resent_forum {
            margin-left: 0%;
            width: 100%;
        }
        body.com_community.view-register .joms-landing__action form .joms-button__next {
            width: 70%;
            text-align: left;
            padding-left: 10px;
        }
        body.com_community.view-register form.profiletype li h5 {
            float: none;
            display: block;
        }
        body.com_community.view-register form.profiletype li label span {
            margin-left: -10px;
        }
        body.com_community.view-register .joms-button.next {
            margin-top: 40px;
        }
        body.com_users .joms-landing .joms-landing__action {
            padding: 55px 20px 20px 20px !important;
        }
        .col-4.resent_network .item .tour-agency-name a,
        .col-4.resent_forum .list .name a {
            font-size: 10px;
        }
        .col-4.resent_network .item .dates,
        .col-4.resent_forum .list .dates {
            font-size: 10px;
            font-weight: 500;
        }
        .col-4.resent_network .item .current_price {
            font-size: 10px;
        }
        .col-4.resent_network .item .right .name,
        .col-4.resent_forum .list h3 a {
            font-size: 10px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(1) {
            width: 54px;
            height: 34px;
            margin-left: 4px;
            margin-right: 4px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(2) {
            width: 54px;
            height: 34px;
            margin-left: 4px;
            margin-right: 4px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(3) {
            width: 53px;
            height: 34px;
            margin-left: 4px;
            margin-right: 4px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(4) {
            width: 53px;
            height: 34px;
            margin-left: 4px;
            margin-right: 4px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(1) {
            width: 40px;
            height: 40px;
            margin-left: 5px;
            margin-right: 5px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(2) {
            width: 41px;
            height: 40px;
            margin-top: 0;
            margin-left: 5px;
            margin-right: 5px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(3) {
            width: 40px;
            height: 40px;
            margin-left: 5px;
            margin-right: 5px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(4) {
            width: 40px;
            height: 40px;
            margin-left: 5px;
            margin-right: 5px;
        }
        .com_virtuemart section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(5) {
            width: 40px;
            height: 40px;
            margin-left: 5px;
            margin-right: 5px;
        }
        .com_virtuemart section.vm-payment-methods h3 {
            font-size: 34px;
        }
        .com_virtuemart section.vm-payment-methods {
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .title-fellow-traveler h4 {
            font-size: 24px;
            line-height: 28px;
        }
        .title-fellow-traveler h3 {
            font-size: 32px;
        }
        .title-fellow-traveler h5 {
            line-height: 20px;
        }
        .title-fellow-traveler {
            margin: 65px 15px 50px;
        }
        body.com_jomoffers.view-list_offers #jd-admin-wrapper {
            padding-top: 30px;
        }
        body.com_jomoffers.view-list_offers section.about-blog h1 {
            font-size: 30px;
            line-height: 36px;
            padding-left: 15px;
            padding-right: 15px;
        }
        body.com_jomoffers.view-list_offers section.about-blog p {
            line-height: 20px;
            padding-left: 15px;
            padding-right: 15px;
        }
        body.com_jomoffers.view-list_offers section.about-blog {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }
    
    @media all and (max-width: 380px) {
        .contact_form .rsform textarea {
            width: 60% !important;
        }
        .contact_form .formSpan12 button {
            width: 200px !important;
        }
        .menu_icon {
            right: 77%;
        }
        .secondary_header .header_left {
            padding: 60px 3.5% 24px 5%;
        }
        section.about_us {
            min-height: 1400px;
        }
        body.com_community.view-register .last .joms-landing__action form.class2 .joms-table>.joms-table__col:first-child {
            width: 35%;
        }
        .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__select {
            width: 220px;
        }
        .bottom_banners .bannergroup .banneritem {
            width: 250px;
            height: 250px;
        }
        .copyright-menu a,
        .footer .copyright {
            font-size: 9px;
        }
        .footer .social a {
            font-size: 2rem;
            width: 6rem;
            height: 6rem;
            line-height: 6rem;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .btn-line a {
            padding: 15px 30px;
            font-size: 16px;
        }
        section.travel-bidding-info-top h1 {
            font-size: 24px;
        }
        section.travel-bidding-info-top h3 {
            font-size: 14px;
            line-height: 18px;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .how-work>h4 {
            font-size: 24px;
            padding-left: 15px;
            padding-right: 15px;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .page-header h2 {
            font-size: 28px;
            padding-left: 15px;
            padding-right: 15px;
        }
        .how-work-auctions.com_content .item-pagehow-work-auctions .benefits>h4 {
            font-size: 24px;
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: 50px;
        }
        body.com_community.view-register input[ data-required="true"]::-webkit-input-placeholder {
            font-size: 14px;
        }
        body.com_community.view-register input::-moz-placeholder {
            font-size: 14px;
        }
        body.com_community.view-register input:-moz-placeholder {
            font-size: 14px;
        }
        body.com_community.view-register input:-ms-input-placeholder {
            font-size: 14px;
        }
        body.com_community.view-register .first .joms-landing__action .joms-form__group input {
            padding-left: 25px;
            height: 45px;
        }
        body.com_community.view-register .first .joms-checkbox span {
            font-size: 12px;
        }
        body.com_community.view-register .joms-landing .joms-landing__action h3 {
            margin-top: 100px;
        }
        body.com_community.view-register .joms-landing.first {
            min-height: 0;
        }
        body.com_community.view-register .joms-landing {
            margin-bottom: 100px;
        }
        body.com_community.view-register .last .joms-landing__action form>div input[type=text],
        body.com_community.view-register .last .joms-landing__action form>div .joms-select--wrapper {
            height: 45px;
        }
        body.com_community.view-register .last .joms-landing__action form>div input[type=text]::-webkit-input-placeholder {
            font-size: 14px;
        }
        body.com_community.view-register .last .joms-landing__action form>div input[type=text]::-moz-placeholder {
            font-size: 14px;
        }
        /* Firefox 19+ */
        body.com_community.view-register .last .joms-landing__action form>div input[type=text]:-moz-placeholder {
            font-size: 14px;
        }
        /* Firefox 18- */
        body.com_community.view-register .last .joms-landing__action form>div input[type=text]:-ms-input-placeholder {
            font-size: 14px;
        }
        body.com_community.view-register .last .joms-landing__action form>div textarea::-webkit-input-placeholder {
            font-size: 14px;
        }
        body.com_community.view-register .last .joms-landing__action form>div textarea::-moz-placeholder {
            font-size: 14px;
        }
        /* Firefox 19+ */
        body.com_community.view-register .last .joms-landing__action form>div textarea:-moz-placeholder {
            font-size: 14px;
        }
        /* Firefox 18- */
        body.com_community.view-register .last .joms-landing__action form>div textarea:-ms-input-placeholder {
            font-size: 14px;
        }
        body.com_community.view-register .last .joms-landing__action form>div input[type=text],
        body.com_community.view-register .last .joms-landing__action form>div .joms-select--wrapper {
            font-size: 14px;
        }
    }
    
    @media all and (max-width: 360px) {
        section.about_us {
            min-height: 1300px;
        }
        section.about_us {
            min-height: 1480px;
        }
        .about_us .column p {
            padding: 10px 2% 0 10%;
        }
        body.com_community.view-register .joms-button.next {
            margin-top: 20px;
        }
        .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__select {
            width: 200px;
            left: -30px;
        }
        .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__dropdown {
            left: -30px;
        }
        .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar #participants-styler {
            width: 88%;
        }
    }
    
    @media all and (max-width: 350px) {
        .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar #participants-styler {
            width: 87%;
        }
    }
    
    @media all and (max-width: 330px) {
        .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(3) a.join {
            padding: 13px 60px 13px 60px;
            margin-left: -15px;
        }
        .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar #participants-styler {
            width: 86%;
        }
    }
    
    @media all and (max-width: 320px) {
        .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__select {
            width: 200px;
            left: -10px;
        }
        .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__dropdown {
            left: -10px;
        }
    }
    
    .top_service_menu {
        min-height: 45px;
    }
    
    .top_service_menu>div.col-5 {
        background: #ffffff;
    }
    
    .top_service_menu>div.col-7 {
        background: #e0dae2;
    }
    
    .topphrase.m-0 {
        font-size: 18px;
        line-height: 24px;
        color: #ffa100;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .services-menu>ul>li>a {
        font-size: 12px;
        line-height: 24px;
        color: #000000;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        padding: 0 12px !important;
    }
    
    .services-menu>ul>li>a:hover,
    .services-menu>ul>li>a:focus,
    .services-menu>ul>li>a:active {
        color: #fda50f;
        background: none !important;
    }
    
    .services-menu ul>li:before {
        content: "•";
        position: absolute;
        left: -1px;
        top: 1px;
        color: #000000;
    }
    
    .services-menu ul>li:first-child:before {
        content: "";
    }
    
    .line_color {
        background: hsla(192, 2%, 60%, 0.851);
        height: 70px;
    }
    
    .reg-log-position>ul {
        display: flex;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .moduletable>ul {
        padding: 0 !important;
    }
    
    .moduletable>ul>li:first-child>a {
        background: none !important;
    }
    
    .moduletable>ul>li:first-child>a>i {
        color: #ffffff;
    }
    
    #withmodules .submenu-withmodules {
        top: 70px !important;
    }
    
    .first-part>.guest-menu>ul>li>a {
        color: #ffffff;
    }
    
    .first-part>.guest-menu {
        margin-top: 3em;
        padding-right: 24px;
    }
    
    .menu-position.menu {
        height: 70px;
    }
    
    .reg-log-position>ul>li>a>i {
        color: #363737;
        font-size: 1.4em;
    }
    
    .reg-log-position>ul>li:hover>a>i {
        color: #ffffff;
    }
    
    .reg-log-position>ul>li:hover>a>i {
        color: #ffa100 !important;
    }
    
    .joms-notifications>a>i.fas.fa-bell,
    .joms-notifications>a>i.fas.fa-users,
    .joms-notifications>a>i.fas.fa-envelope {
        font-size: 1.3em;
        color: #000;
    }
    
    .row_mod_menu {
        flex-basis: 20%;
    }
    
    .row_mod_menu h4 {
        font-size: 18px;
        line-height: 24px;
        color: #535353;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .row_mod_menu>ul>li>a:hover,
    .row_mod_menu>ul>li>a:focus,
    .row_mod_menu>ul>li>a:active,
    .row_mod_menu>ul>li>a.active,
    .row_mod_menu>ul>li>a:link,
    .row_mod_menu>ul>li>a:visited {
        color: #ffffff !important;
        background: none;
    }
    
    .row_mod_menu>ul {
        display: flex;
        flex-flow: column;
    }
    
    .row_mod_menu>ul>li>a {
        font-size: 14px;
        line-height: 30px;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        padding: 0 !important;
    }
    
    .line_one {
        flex-basis: 13%;
    }
    
    .line_one>div {
        height: 100%;
        display: flex;
    }
    
    .line_two {
        flex-basis: 50%;
    }
    
    .line_free {
        flex-basis: 20%;
    }
    
    .line_four {
        flex-basis: 10%;
    }
    
    .footer>.container {
        height: 100%;
    }
    
    .custom_text>div>p {
        font-size: 14px;
        line-height: 24px;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        margin: 0 !important;
    }
    
    .custom_text {
        height: 100%;
        border-left: 2px solid #535353;
        display: flex;
        flex-flow: column;
        justify-content: center;
        padding-left: 2em;
    }
    
    .line_footer {
        width: 100%;
        border-bottom: 2px solid #535353;
        height: 71%;
    }
    
    .menu_footer {
        height: 78px;
        background: #3e3e3e;
        position: relative;
    }
    
    .menu_footer>.nav>li>a {
        padding: 27px 15px !important;
        font-size: 14px;
        line-height: 24px;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }
    
    .menu_footer>.nav>li>a:hover,
    .menu_footer>.nav>li>a:focus,
    .menu_footer>.nav>li>a:active {
        color: #ffffff;
        background: none;
    }
    
    .menu_footer>.nav {
        display: flex;
        justify-content: space-between;
    }
    
    .menu_footer>.nav>li:nth-child(1)>a {
        padding-left: 0 !important;
    }
    
    .menu_footer::before {
        content: "";
        width: 54em;
        height: 78px;
        background: #3e3e3e;
        position: absolute;
        left: -54em;
    }
    
    .lan_mod {
        display: flex;
        justify-content: flex-end;
    }
    
    .lan_mod>.mod-languages {
        height: 78px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 85%;
    }
    
    .lan_mod>.mod-languages>ul>li>a {
        font-size: 14px;
        line-height: 24px;
        color: #535353;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }
    
    .lan_mod>.mod-languages>ul>li>a:hover {
        color: #ffa100;
    }
    
    .lan_mod>.mod-languages li {
        margin-left: 30px !important;
    }
    
    .date_link {
        display: flex;
    }
    
    .date_link>span {
        font-size: 18px;
        line-height: 30px;
        color: #545454;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }
    
    .date_link>span>a {
        font-size: 18px;
        line-height: 30px;
        color: #545454;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }
    
    .date_link>span>a:hover {
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
        text-decoration: none;
    }
    
    .copyright-menu>ul>li>a {
        font-size: 16px;
        line-height: 30px;
        color: #545454;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }
    
    .copyright-menu>ul>li:nth-child(1)>a {
        padding: 0 15px 0 0;
    }
    
    .copyright-menu>ul>li:nth-child(2)>a {
        padding: 0 0 0 15px;
    }
    
    .fa-facebook-f::before {
        content: "\f39e" !important;
    }
    
    i.icon-toucans {
        background: url("../../../images/toucan_icon_dark.png") no-repeat center;
        width: 32px;
        height: 50px;
        display: inline-block;
        position: relative;
        top: 0px;
        right: 8px;
        background-size: contain;
    }
    
    i.icon-toucans:hover,
    i.icon-toucans:hover {
        background: url("../../../images/toucan_active.png") no-repeat center;
        width: 32px;
        height: 50px;
        display: inline-block;
        position: relative;
        top: 0px;
        right: 8px;
        background-size: contain;
    }
    
    .fab.fa-twitter,
    .fab.fa-facebook-f {
        font-size: 2.7em;
        color: #535353;
    }
    
    .fab.fa-twitter:hover,
    .fab.fa-facebook-f:hover {
        color: #ffa100;
    }
    
    .social>div>p {
        display: flex;
        justify-content: flex-end;
    }
    
    .social>div>p>a:nth-child(2) {
        padding: 0 8em;
    }
    
    .line2_footer {
        border-bottom: 2px solid #535353;
        margin: 0 15px;
    }
    
    .list_header {
        font-size: 18px;
        line-height: 24px;
        color: #535353;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 1em;
    }
    
    .item_li_footer>a {
        text-decoration: none;
        font-size: 14px;
        line-height: 30px;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }
    
    .item_li_footer>a:hover {
        color: #ffffff;
        text-decoration: none;
    }
    
    .menu_top {
        padding-top: 3.5em;
    }
    
    .copyright_text {
        font-size: 12px;
        line-height: 30px;
        color: #545454;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }
    
    .copyright_text>a {
        font-size: 12px;
        line-height: 30px;
        color: #545454;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        text-decoration: none;
    }
    
    .copyright_text>a:hover {
        color: #545454;
        border-bottom: 1px solid #545454;
        text-decoration: none;
    }
    
    @media all and (max-width: 992px) {
        body {
            padding-right: 0px;
            padding-left: 0px;
        }
        .menu-bottom>.container {
            width: 100%;
            max-width: 100%;
        }
        .logo>a>img {
            width: 10em;
        }
    }
    
    @media all and (max-width: 1020px) {
        .row {
            width: 100%;
        }
        .row {
            width: auto;
        }
        .row_mod_menu {
            flex-basis: 50%;
        }
    }
    /* Style System Message */
    
    #system-message-container #system-message {
        margin: 0 15px 15px 15px;
    }
    
    #system-message-container .alert {
        padding: 20px;
        background-color: #f0dc7e;
        border-color: #f0dc7e;
    }
    
    #system-message-container .alert.alert-success {
        background-color: #63AC44;
        border-color: #63AC44;
    }
    
    #system-message-container .alert.alert-error {
        background-color: #fe4a5d;
        border-color: #fe4a5d;
    }
    
    #system-message-container .alert.alert-info {
        background-color: #0087d0;
        border-color: #0087d0;
    }
    
    #system-message-container .alert.alert-warning {
        background-color: #f0dc7e;
        border-color: #f0dc7e;
    }
    
    #system-message-container .alert.alert-message {
        background-color: #dff0d8;
        border-color: #d6e9c6;
        color: #468847;
        padding: 20px;
    }
    
    #system-message-container .alert h4 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 24px;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
    }
    
    #system-message-container .alert-message {
        margin: 10px 0;
        padding: 0px;
        border-left: 0px solid #eee;
        font-size: 14px;
        line-height: 18px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }
    
    #system-message-container .alert.alert-message .alert-message,
    #system-message-container .alert.alert-message h4 {
        color: #468847;
    }
    
    #system-message-container .alert-warning .alert-message,
    #system-message-container .alert-warning h4 {
        color: #ff001b;
    }
    
    #system-message-container .alert-info .alert-message,
    #system-message-container .alert-error .alert-message,
    #system-message-container .alert-success .alert-message,
    #system-message-container .alert-info h4,
    #system-message-container .alert-error h4,
    #system-message-container .alert-success h4 {
        color: #fff;
    }
    
    #system-message-container .close {
        padding: 0 8px;
        border-radius: 2px;
        opacity: 1;
        top: -10px;
        right: -14px;
        color: #fff;
    }
    
    #system-message-container .alert-message .close {
        color: #468847;
    }
    /* Style System Message */
    /* --------------------------------------------------------------------------------------------------- */
    
    .container.item-page-tr {
        max-width: 100%;
        width: 100%;
    }
    
    .secondary_header.header-white {
        background: #fff;
    }
    
    .secondary_header.header-white .menu-bottom {
        background: #282828;
    }
    
    .secondary_header.header-white .menu-top .second-part .notifications {
        background: #fff;
    }
    
    .secondary_header.header-white .menu-bottom .line_color {
        background: #282828;
    }
    
    .secondary_header.header-white .menu-bottom .reg-log-position>ul>li {
        background-color: #ffffff14 !important;
    }
    
    .secondary_header.header-white .menu-bottom .reg-log-position>ul>li a>i {
        color: #525252;
    }
    
    .secondary_header.header-white .menu-top .second-part,
    .secondary_header.header-white .menu-top .icons-menu {
        height: 90px;
    }
    
    @media all and (max-width: 1200px) {
        .com_jomoffers.view-list_offers form #jd-admin-body #jd-header-wrapper .cd-panel-box .sort_param a:nth-child(3),
        .com_jomoffers.view-list_offers form #jd-admin-body #jd-header-wrapper .cd-panel-box .sort_param a:nth-child(2) {
            font-size: 14px;
            letter-spacing: 2px;
        }
        #jd-admin-wrapper #jd-admin-body .search-res {
            letter-spacing: 2px;
        }
        .destination_day,
        .free_places>.col-xs-2,
        .offer_members>div>.col-xs-2,
        .offer_companies_rating>div>.col-xs-2 {
            display: flex;
            justify-content: flex-end;
        }
        .offer_companies_rating>div>.col-xs-2>.round {
            margin-right: 8px;
        }
        .com_jomoffers.view-item .jo-single-offer>.row>div:first-child .wr {
            display: inline-block;
            margin: inherit !important;
        }
        .jo-single-offer.cd-position-relative>div>.col-xs-2 {
            display: flex;
            justify-content: flex-end;
        }
        .com_jomoffers.view-item .white {
            height: auto !important;
            overflow-y: auto;
            padding-bottom: 30px !important;
        }
    }
    
    @media all and (max-width: 992px) {
        body>.container,
        .component>#jd-admin-wrapper>form>.container {
            max-width: 100%;
            width: 100%;
        }
    }
    /* Style Error 404 page */
    
    body,
    html {
        width: 100%;
        height: 100%;
    }
    
    .container-error {
        display: flex;
        flex-flow: row nowrap;
        height: 100%;
    }
    
    .container-error .error-img {
        width: 40%;
        height: 100%;
    }
    
    .container-error .error-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: bottom right;
    }
    
    .container-error .text-error {
        width: 60%;
    }
    
    .text-error {
        display: flex;
        flex-flow: column;
        padding-top: 170px;
        padding-left: 50px;
    }
    
    .text-error .error-type {
        display: flex;
        flex-flow: column;
        margin-bottom: 15px;
    }
    
    .text-error .error-type p {
        font-size: 72px;
        line-height: 56px;
        color: #ffa100;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .text-error .error-type p:nth-child(2) {
        font-size: 50px;
        line-height: 36px;
    }
    
    .text-error .error-title {
        display: flex;
        flex-flow: column;
    }
    
    .text-error .error-title>p:nth-child(1) {
        font-size: 30px;
        line-height: 42px;
        color: #0d0c10;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        margin-bottom: 0;
    }
    
    .text-error .error-title>p:nth-child(2) {
        font-size: 24px;
        line-height: 42px;
        color: #888888;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }
    
    .text-error .error-title {
        margin-bottom: 20px;
    }
    
    .btn-error>a:link,
    .btn-error>a:valid,
    .btn-error>a:visited,
    .btn-error>a:hover {
        color: #ffffff;
        text-decoration: none;
    }
    
    .btn-error>a {
        display: table;
        font-size: 24px;
        line-height: 59px;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        height: 59px;
        background-color: #ffa100;
        padding: 0 40px;
    }
    
    @media all and (max-width: 1200px) {
        .container-error {
            display: flex;
            flex-flow: column-reverse;
            height: 100%;
            align-items: center;
        }
        .text-error {
            display: flex;
            flex-flow: column;
            padding-top: 10%;
            padding-left: 0;
            align-items: center;
            text-align: center;
            margin-bottom: 30px;
        }
        .container-error .error-img {
            width: 260px;
        }
    }
    /* END Style Error 404 page */
    /* ---------------------------------------------------------------------------- */
    /* Style System Message */
    
    @media (min-width: 768px) and (max-width: 991px) {
        .footer {
            height: auto;
        }
        .footer .menu_top {
            padding-bottom: 3.5rem;
        }
        .footer>.container>div>.row.line_free div {
            width: 100%;
            flex: 0 0 100%;
            max-width: 1000%;
        }
        .footer>.container>div>.line_two .row_mod_menu {
            flex-basis: 50%;
        }
        .footer>.container>div>.line_four>div:first-child {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .footer>.container>div>.line_four>div:first-child .terms_ser {
            text-align: left;
        }
        .footer>.container>div>.line_four .line2_footer {
            display: none;
        }
        .footer>.container>div>.line_four>div:last-child {
            margin-top: 10px;
        }
        .footer>.container>div>.line_four .social>div>p {
            position: absolute;
            right: 0;
            border-top: 2px solid #535353;
            padding: 15px 5px 0 10px;
        }
        .footer>.container>div>.line_four .social>div {
            min-height: 60px;
            min-width: 350px;
        }
    }
    
    @media (min-width: 1024px) and (max-width: 1199px) {
        .menu_footer>.nav>li>a {
            padding: 27px 10px !important;
            font-size: 13px;
        }
        .footer>.container>div>.line_four .line2_footer {
            display: none;
        }
        .menu-bottom .menu-position #withmodules>li {
            margin-right: 25px;
        }
    }
    
    @media (min-width: 1199px) and (max-width: 1366px) {
        .footer>.container>div>.line_four .line2_footer {
            display: none;
        }
        .menu-bottom .menu-position #withmodules>li {
            margin-right: 44px;
        }
    }
    
    .copyright_text {
        padding: 5px 0 15px 0;
        font-size: 12px;
        line-height: 15px;
        color: #545454;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }
    
    .copyright_text>a {
        font-size: 12px;
        color: #545454;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        text-decoration: none;
    }
    /* --------------------------------------------------------------------------------------------------- */
    
    @media (min-width: 768px) and (max-width: 1199px) {
        .com_jomoffers.view-list_offers .filter-title::after {
            content: '\f1de';
            font-family: "Font Awesome 5 Free";
            position: absolute;
            font-weight: 900;
            margin-left: 10px;
            margin-top: 2px;
        }
        .com_jomoffers.view-list_offers .filter-title {
            background: #00415d;
            color: #fff !important;
            line-height: 45px !important;
            width: 200px;
            right: 0;
            text-align: center !important;
            float: right;
            -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
            -moz-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
            box-shadow: 0 0 18px rgba(0, 0, 0, .25);
            padding: 1px 0 4px 0;
            cursor: pointer;
            pointer-events: bounding-box;
            font-size: 20px !important;
            padding: 0 15px 0 0;
        }
        #filter-button.tablet-view-filter-show {
            background: #f5f5f5;
            color: #00415d !important;
        }
        #filter-button.tablet-view-filter-show+#filter-block {
            display: block !important;
            transition: height .5s ease-in-out;
            position: relative;
            z-index: 2;
        }
        .tablet-view-row {
            position: relative;
        }
        .tablet-view-full {
            -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }
        .tablet-view-filter {
            position: absolute !important;
            /*z-index: 1000;*/
            right: 0;
            min-width: 400px;
            max-width: 400px !important;
            top: -55px;
        }
        .com_jomoffers.view-list_offers .date-picker-wrapper.single-date {
            z-index: 1001;
            right: 25px;
            left: auto !important;
        }
        .date-picker-wrapper .footer {
            height: auto !important;
            min-height: auto !important;
            background: transparent !important;
        }
        .com_jomoffers.view-list_offers .tablet-view-filter .jd-headerbar.cd-panel-box.cd-clearfix.filter {
            padding: 25px;
            -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
            -moz-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
            box-shadow: 0 0 18px rgba(0, 0, 0, .25);
            margin-top: 60px;
            display: none;
            border: 0;
        }
        .com_jomoffers.view-list_offers .tablet-view-filter .jd-headerbar.cd-panel-box.cd-clearfix.filter label {
            max-width: unset;
        }
    }
    
    @media (min-width: 1024px) and (max-width: 1199px) {
        .tablet-view-filter {
            min-width: 500px !important;
            max-width: 500px !important;
            position: absolute !important;
            z-index: 1000 !important;
            right: 0 !important;
            top: -55px !important;
        }
        .com_jomoffers.view-list_offers .filter-title {
            color: #fff !important;
            line-height: 45px !important;
            text-align: center !important;
            font-size: 20px !important;
            padding: 0px 15px 5px 0 !important;
        }
        .tablet-view-full {
            -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }
    }
    
    .date-picker-wrapper .footer {
        background: unset;
        min-height: unset;
        height: auto;
    }
    /* Style Error 404 page */
    
    body,
    html {
        width: 100%;
        height: 100%;
    }
    
    .container-error {
        display: flex;
        flex-flow: row nowrap;
        height: 100%;
    }
    
    .container-error .error-img {
        width: 40%;
        height: 100%;
    }
    
    .container-error .error-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: bottom right;
    }
    
    .container-error .text-error {
        width: 60%;
    }
    
    .text-error {
        display: flex;
        flex-flow: column;
        padding-top: 170px;
        padding-left: 50px;
    }
    
    .text-error .error-type {
        display: flex;
        flex-flow: column;
        margin-bottom: 15px;
    }
    
    .text-error .error-type p {
        font-size: 72px;
        line-height: 56px;
        color: #ffa100;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 10px 0;
    }
    
    .text-error .error-type p:nth-child(2) {
        font-size: 50px;
        line-height: 36px;
    }
    
    .text-error .error-title {
        display: flex;
        flex-flow: column;
    }
    
    .text-error .error-title>p:nth-child(1) {
        font-size: 30px;
        line-height: 42px;
        color: #0d0c10;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        margin-bottom: 0;
        margin-top: 0;
    }
    
    .text-error .error-title>p:nth-child(2) {
        font-size: 24px;
        line-height: 42px;
        color: #888888;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        margin-top: 5px;
    }
    
    .text-error .error-title {
        margin-bottom: 20px;
    }
    
    .btn-error>a:link,
    .btn-error>a:valid,
    .btn-error>a:visited,
    .btn-error>a:hover {
        color: #ffffff;
        text-decoration: none;
    }
    
    .btn-error>a {
        display: table;
        font-size: 24px;
        line-height: 59px;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        height: 59px;
        background-color: #ffa100;
        padding: 0 40px;
    }
    
    @media all and (max-width: 1200px) {
        .container-error {
            display: flex;
            flex-flow: column-reverse;
            height: 100%;
            align-items: center;
        }
        .text-error {
            display: flex;
            flex-flow: column;
            padding-top: 10%;
            padding-left: 0;
            align-items: center;
            text-align: center;
            margin-bottom: 30px;
        }
        .container-error .error-img {
            width: 260px;
        }
    }
    
    .container-error-mob {
        height: 100%;
        align-items: center;
        padding: 0 15px;
        overflow: scroll;
        justify-content: space-between;
        display: flex;
        flex-flow: column;
    }
    
    .container-error-mob .error-img-mob {
        width: 100%;
        padding: 0 31% 0 20%;
        flex-basis: 45%;
    }
    
    .container-error-mob .error-img-mob img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom right;
    }
    
    .container-error-mob .text-error-mob {
        padding-top: 45px;
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
        flex-basis: 55%;
    }
    
    .text-error-mob {
        display: flex;
        flex-flow: column;
    }
    
    .text-error-mob .error-type-mob {
        display: flex;
        flex-flow: column;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .text-error-mob .error-type-mob p {
        font-size: 14em;
        line-height: 0.7em;
        color: #ffa100;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }
    
    .text-error-mob .error-type-mob p:nth-child(2) {
        font-size: 10em;
        line-height: 1em;
    }
    
    .text-error-mob .error-title-mob {
        display: flex;
        flex-flow: column;
        text-align: center;
    }
    
    .text-error-mob .error-title-mob>p:nth-child(1) {
        font-size: 44px;
        line-height: 62px;
        color: #0d0c10;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        margin-bottom: 0;
    }
    
    .text-error-mob .error-title-mob>p:nth-child(2) {
        font-size: 34px;
        line-height: 84px;
        color: #888888;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }
    
    .text-error-mob .error-title-mob {
        margin-bottom: 10px;
    }
    
    .btn-error-mob>a:link,
    .btn-error-mob>a:valid,
    .btn-error-mob>a:visited,
    .btn-error-mob>a:hover {
        color: #ffffff;
        text-decoration: none;
    }
    
    .btn-error-mob>a {
        display: table;
        font-size: 64px;
        line-height: 116px;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        height: 116px;
        background-color: #ffa100;
        padding: 0 40px;
        box-shadow: 0px 2px 2.5px rgba(0, 0, 0, 0.25);
        width: 100%;
    }
    /* END Style Error 404 page */
    /* ---------------------------------------------------------------------------- */
    /* Style Career Pages     */
    
    .career-cat {
        display: flex;
        flex-flow: row wrap;
    }
    
    .career-cat>div {
        width: 33.3333%;
        padding: 0 30px 30px 0;
    }
    
    .career-cat>div>.cat-block-item {
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
        background-color: #ffffff;
        height: 175px;
    }
    
    .cat-block-item .page-header {
        width: 100%;
        height: 100%;
        margin: 0 !important;
        display: flex;
        flex-flow: column;
    }
    
    .cat-block-item .page-header a {
        font-size: 24px;
        line-height: 30px;
        color: #000000;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        flex-grow: 1;
        padding: 15px;
        text-align: left;
    }
    
    .cat-block-item .page-header>span {
        display: flex;
        align-items: center;
        height: 60px;
        padding: 0 15px;
        border-radius: 0;
        background: none;
        border-top: 1px solid #888888;
        font-size: 14px;
        line-height: 18px;
        color: #00afab;
        font-weight: 800;
        font-family: "Open Sans", sans-serif;
    }
    
    .cat-block-item .page-header>span>span {
        font-weight: 400;
        margin: 0 5px;
    }
    
    .img-career-block {
        position: relative;
        width: 100%;
        height: 668px;
        margin-bottom: 35px;
        padding-top: 25px;
        display: flex;
        align-items: center;
        flex-flow: column;
    }
    
    .img-career-block img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .img-career-block p:nth-child(2) {
        font-size: 24px;
        line-height: 30px;
        color: #00ffff;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        margin: 0 0 30px 0;
    }
    
    .img-career-block p:nth-child(3) {
        font-size: 24px;
        line-height: 30px;
        color: #ffffff;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        position: relative;
        z-index: 1;
        width: 67%;
    }
    
    .text-block-career {
        font-size: 18px;
        line-height: 30px;
        color: #191919;
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        margin-bottom: 50px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .career-title .page-header h2 {
        font-size: 60px !important;
        line-height: 60px !important;
        color: #191919 !important;
        font-weight: 800 !important;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        margin: 70px auto 30px auto !important;
    }
    
    .career-section>p {
        font-size: 24px;
        line-height: 18px;
        color: #191919;
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .depart-item {
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        padding: 20px;
        text-align: left;
        margin-bottom: 30px;
    }
    
    .depart-item>a {
        font-size: 24px;
        line-height: 36px;
        color: #00afab;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
    }
    
    .depart-item>.cat-item {
        font-size: 14px;
        line-height: 36px;
        color: #888888;
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 0;
    }
    
    .depart-item>.cat-item>span {
        font-weight: 600;
    }
    
    .depart-item>.date-item {
        font-size: 14px;
        line-height: 36px;
        color: #888888;
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 0;
    }
    
    .depart-item>.desc-item {
        font-size: 14px;
        line-height: 30px;
        color: #191919;
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
    }
    
    .depart-item>.action_block {
        display: flex;
        align-items: center;
    }
    
    .depart-item>.action_block a:link,
    .depart-item>.action_block a:valid,
    .depart-item>.action_block a:visited,
    .depart-item>.action_block a:hover {
        text-decoration: none;
    }
    
    .depart-item>.action_block a:nth-child(1) {
        font-size: 14px;
        line-height: 50px;
        color: #ffffff;
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
        height: 50px;
        background-color: #00afab;
        display: table;
        padding: 0 15px;
        border: 0;
        margin-right: 10px;
    }
    
    .depart-item>.action_block a:nth-child(2) {
        font-size: 14px;
        line-height: 50px;
        color: #00afab;
        font-weight: 400;
        font-family: "Open Sans";
        height: 50px;
        background-color: #ffffff;
        border: 1px solid #00afab;
        display: table;
        padding: 0 15px;
    }
    
    .dep-module-cat {
        text-align: left;
    }
    
    .career-sub-title {
        font-size: 60px;
        line-height: 60px;
        color: #191919;
        font-weight: 800;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        margin: 30px 0;
        display: block;
    }
    
    .dep-module-cat>h3 {
        font-size: 18px;
        line-height: 18px;
        color: #888888;
        font-weight: 800;
        font-family: "Open Sans", sans-serif;
        margin: 0 0 25px 40px;
    }
    
    .dep-module-cat .categories-module a:link,
    .dep-module-cat .categories-module a:valid,
    .dep-module-cat .categories-module a:visited,
    .dep-module-cat .categories-module a:hover {
        text-decoration: none;
    }
    
    .dep-module-cat .categories-module a {
        font-size: 14px;
        line-height: 20px;
        color: #191919;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
    }
    
    .dep-module-cat .categories-module p {
        font-size: 14px;
        line-height: 20px;
        color: #888888;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
    }
    
    .dep-module-cat .categories-module p span {
        font-weight: 400;
    }
    /* END Style Career Pages     */


/* --------------------------------------------------------------------------------     */

/* Style sights-and-landmarks page     */

.container-article-sights-info {
    background: url('../../../images/bottom_img-page-sights-landmarks.png') no-repeat bottom;
    background-size: contain;
}

.container-article-sights-info .top-title h2 {
    font-size: 60px;
    line-height: 72px;
    color: #009bdf;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 60px 0px 35px 0;
}

.container-article-sights-info .top2-title p {
    font-size: 18px;
    line-height: 30px;
    color: #404040;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 0 125px;
}

.container-article-sights-info .top2-title {
    margin-bottom: 80px;
}

.container-article-sights-info .list-block > p {
    font-size: 48px;
    line-height: 34px;
    color: #404040;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-bottom: 115px;
}

.container-article-sights-info .list-block .why-block {
    display: flex;
    justify-content: center;
}

.container-article-sights-info .list-block .why-block .why-block__column p > span {
    font-size: 100px;
    line-height: 80px;
    color: #b2e1f5;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    margin: -40px 0 7px 0;
}

.container-article-sights-info .list-block .why-block .why-block__column:nth-child(1) p {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: right; 
    margin-bottom: 85px;
}

.container-article-sights-info .list-block .why-block .why-block__column:nth-child(2) {
    padding: 0 40px;
}

.container-article-sights-info .list-block .why-block .why-block__column:nth-child(3) p {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: left; 
    margin-bottom: 85px;
}

.container-article-sights-info .list-block .why-block .why-block__column:nth-child(2) p {
    font-size: 18px;
    line-height: 30px;
    color: #404040;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-bottom: 80px;
}

.container-article-sights-info .list-block .why-block .why-block__column:nth-child(2) img {
    margin-bottom: 80px;
}

.container-article-sights-info .com_landmark_money h3 {
    font-size: 36px;
    line-height: 30px;
    color: #009bdf;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
}

.container-article-sights-info .com_landmark_money p {
    font-size: 18px;
    line-height: 30px;
    color: #404040;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-bottom: 90px;
    padding: 0 70px;
}

.container-article-sights-info .qus_block {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #33b0e5b7;
    padding: 35px 70px;
}

.container-article-sights-info .qus_block > p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-bottom: 40px;
}

.container-article-sights-info .qus_block a:link,
.container-article-sights-info .qus_block a:visited,
.container-article-sights-info .qus_block a:valid,
.container-article-sights-info .qus_block a:hover {
    text-decoration: none;
}

.qus_block__links {
    display: flex;
    align-items: center;
}

.container-article-sights-info .qus_block a:nth-child(1) {
    margin-right: 10px;
}

.container-article-sights-info .qus_block a {
    font-size: 24px;
    line-height: 60px;
    color: #009bdf;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    display: table;
    min-width: 257px;
    height: 60px;
    padding: 0 15px;
    background-color: #ffffff;
    text-align: center;
}

.container-article-sights-info .bottom_block-art {
    padding: 40px;
}

.container-article-sights-info .bottom_block-art p {
    font-size: 18px;
    line-height: 30px;
    color: #010101;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.sight-and-landmarks-info-top {
    min-height: 210px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.sight-and-landmarks-info-top .info-top-mobule-sights-landmarks p:nth-child(1) {
    font-size: 60px;
    line-height: 72px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Open Sans";
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.sight-and-landmarks-info-top .info-top-mobule-sights-landmarks p:nth-child(2) {
    font-size: 30px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Open Sans";
    text-align: center;
    padding: 0 170px;
}

.secondary_header.pageSightsLandmarks {
    background: url("../images/top_original-img-sights.png") no-repeat top;
    background-size: cover !important;
}

.secondary_header.pageForAuthor {
    background: url("../images/for_authors_top_img1.png") no-repeat top;
    background-size: cover !important;
}

.price-sights-landmarks-container .plans-item-wrapper {
    box-shadow: 0px 2px 9px rgba(0,0,0,0.25);
    background-color: #ffffff;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 476px;
    background: #fff url('../images/osm_item-plans.png') no-repeat top;
    background-size: 100%;
    margin: 0 auto 60px auto;
}



.price-sights-landmarks-container .plans-item-wrapper .plans-item-heading h2 {
   margin: 25px 0 35px 0;
   font-size: 24px;
   line-height: 36px;
   color: #ffffff;
   font-weight: 700;
   font-family: "Open Sans", sans-serif;
   text-align: center; 
}

.price-sights-landmarks-container .plans-item-wrapper .circle-price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background-color: #007caf;
    border: 6px solid #ffffff;
    border-radius: 50%; 
    width: 214px;
    height: 214px;
    margin: 0 auto 30px auto;
}

.price-sights-landmarks-container .plans-item-wrapper .circle-price div:nth-child(1) {
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.price-sights-landmarks-container .plans-item-wrapper .circle-price div:nth-child(2) {
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.price-sights-landmarks-container .plans-item-wrapper .plans-item-description-details p {
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    padding: 0 40px;
    margin-bottom: 90px;
}

.price-sights-landmarks-container .title-block-page h2 {
    font-size: 60px;
    line-height: 72px;
    color: #009bdf;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 60px 0px 35px 0;
}

.price-sights-landmarks-container .title-block-page p {
    font-size: 18px;
    line-height: 30px;
    color: #404040;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 0 125px;
}

.price-sights-landmarks-container {
    background: url('../images/bg-img__sight-landmark.png') no-repeat bottom;
    background-size: cover !important;
}

.price-sights-landmarks-container .title-block-page {
    margin-bottom: 35px;
}

.for_authors-container .title-block {
    margin-bottom: 45px;
}

.for_authors-container .title-block h2 {
    font-size: 60px;
    line-height: 72px;
    color: #faa100;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 40px 0 30px 0;
}

.for_authors-container .title-block p {
    font-size: 18px;
    line-height: 30px;
    color: #191919;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 0 160px 0 160px;
}

.for_authors-container .list-block {
    box-shadow: 0px 2px 9px rgba(0,0,0,0.25);
    background-color: #ffffff;
    max-width: 750px;
    margin: 0 auto 70px auto;
    padding: 0 80px 280px 80px;
    display: flex;
    flex-flow: column; 
    background: #ffff url('../images/bg_img_for_author.png') no-repeat bottom;
    background-size: 100%;
    position: relative;
}

.for_authors-container .list-block::before {
    content: '';
    position: absolute;
    left: -64%;
    bottom: -40px;
    background: url('../images/girl.png') no-repeat bottom;
    background-size: 100%;
    width: 80%;
    height: 100%;
}

.for_authors-container .list-block p {
    font-size: 24px;
    line-height: 36px;
    color: #720465;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 35px 0 40px 0;
  
}

.for_authors-container .list-block ul li {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.for_authors-container .list-block ul li span {
    font-size: 48px;
    line-height: 64px;
    color: #faa100;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    margin-right: 40px;
    margin-bottom: 25px;
}

.for_authors-container > p {
    font-size: 18px;
    line-height: 36px;
    color: #191919;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    padding: 0 210px;
    margin-bottom: 50px;
}

.for_authors-container > a.btn_authors,
.for_authors-container > a.btn_authors,
.for_authors-container > a.btn_authors,
.for_authors-container > a.btn_authors {
    text-decoration: none;
}

.for_authors-container > a.btn_authors {
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    height: 60px;
    background-color: #faa100;
    min-width: 345px;  
    padding: 0 25px;
    margin: 0 auto 75px auto;
    display: table;
    text-align: center;    
}

.for-author-info-top .info-top-for-author >p {
    font-size: 60px;
    line-height: 72px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.for-author-info-top .info-top-for-author {
    margin: 130px 0 136px 0;
}

.rule-general-container .title-page-rule {
    font-size: 60px;
    line-height: 72px;
    color: #3776a1;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin: 80px 0 120px 0;
}

.rule-general-container .rule-publication-block,
.rule-general-container .rule-landmarks-block,
.rule-general-container .rule-article-block {
    box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
    background-color: #ffffffd4;
    max-width: 945px;
    margin: 0 auto 100px auto;
    padding: 55px 40px;
    width: 100%;
}

.rule-general-container .rule-publication-block > h3,
.rule-general-container .rule-landmarks-block > h3,
.rule-general-container .rule-article-block > h3 {
    font-size: 48px;
    line-height: 24px;
    color: #888888;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 0 0 50px 0;
}


.rule-general-container .rule-publication-block  p,
.rule-general-container .rule-landmarks-block  p,
.rule-general-container .rule-article-block  p {
    font-size: 14px;
    line-height: 30px;
    color: #191919;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 40px;
    text-align: left;
}

.rule-general-container .rule-publication-block  ul,
.rule-general-container .rule-landmarks-block  ul,
.rule-general-container .rule-article-block ul {
   padding-left: 0;
   margin-bottom: 0;
}

.rule-general-container .rule-publication-block  ul li,
.rule-general-container .rule-landmarks-block  ul li,
.rule-general-container .rule-article-block ul li {
    font-size: 14px;
    line-height: 30px;
    color: #191919;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: left;
}

.rule-general-container .rule-publication-block  h4,
.rule-general-container .rule-landmarks-block  h4,
.rule-general-container .rule-article-block  h4 {
    text-align: left;
}

.rule-general-container .rule-article-block .list-block-title {
    margin-bottom: 40px;
}

.rule-page-common {
    background: url('../images/rule-page__bg-img136651607.jpg') no-repeat 100% -1%, url('../images/bg2_rule-page.png') no-repeat bottom;
    background-size: 120%;
    background-color: #f0edea;
}

.rule-page-common .secondary_header,
.rule-page-common section.component {
    background: none;
}


@media all and (max-width: 992px) {
    .sight-and-landmarks-info-top .info-top-mobule-sights-landmarks p:nth-child(1) {
        font-size: 40px;
        line-height: 58px;
    }
    .sight-and-landmarks-info-top .info-top-mobule-sights-landmarks p:nth-child(2) {
        font-size: 22px;
        line-height: 34px;
    }
    .container-article-sights-info .top-title h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 40px 0px 30px 0;
    }
    .container-article-sights-info .top2-title p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 15px;
    }
    .container-article-sights-info .top2-title {
        margin-bottom: 50px;
    }
    .container-article-sights-info .list-block > p {
        font-size: 34px;
    }
    .container-article-sights-info .list-block .why-block .why-block__column p > span,
    .container-article-sights-info .list-block .why-block .why-block__column p > span {
        font-size: 80px;
        line-height: 62px;
    }
    .container-article-sights-info .list-block .why-block .why-block__column:nth-child(1) p,
    .container-article-sights-info .list-block .why-block .why-block__column:nth-child(3) p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 70px;
    }

    .container-article-sights-info .list-block .why-block .why-block__column:nth-child(1),
    .container-article-sights-info .list-block .why-block .why-block__column:nth-child(3) {
        padding-right: 60%;
    }

    .container-article-sights-info .list-block .why-block .why-block__column:nth-child(3) p {
        align-items: flex-end;
        text-align: right;
    }

    .container-article-sights-info .list-block .why-block {
        flex-flow: column;
        position: relative;
    }

    .container-article-sights-info .list-block .why-block .why-block__column:nth-child(2) {
        position: absolute;
        width: 40%;
        right: 13%;
        top: 0px;
    }
    .container-article-sights-info .list-block .why-block .why-block__column:nth-child(2) p {
        font-size: 18px;
        line-height: 26px;
        width: 48vw;
    } 
    .container-article-sights-info .com_landmark_money h3 {
        font-size: 30px;
    }
    .container-article-sights-info .com_landmark_money p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 70px;
        padding: 0px 15px;
    } 
    .container-article-sights-info .qus_block > p {
        font-size: 16px;
        line-height: 28px;
    } 
    .container-article-sights-info .qus_block a {
        font-size: 20px;
        line-height: 60px;
    } 
    .container-article-sights-info .bottom_block-art p {
        font-size: 16px;
        line-height: 28px;
    }
    .price-sights-landmarks-container .title-block-page h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 35px 0px 25px 0;
    } 
    .price-sights-landmarks-container .title-block-page p {
        font-size: 16px;
        line-height: 28px;
        margin: 0 50px;
    } 
    .for-author-info-top .info-top-for-author > p {
        font-size: 44px;
        line-height: 56px;
    }

    .for_authors-container .title-block h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .for_authors-container .title-block p {
        font-size: 16px;
        line-height: 28px;
    } 
    .for_authors-container .list-block ul li {
        font-size: 16px;
        line-height: 28px;
    }

    .for_authors-container > p {
        font-size: 16px;
        line-height: 34px;
        padding: 0 100px;
    }

    .for_authors-container .list-block::before {

        display: none;
    
    }

    .for_authors-container .title-block::before {
        content: '';
        position: absolute;
        left: calc(100% - 75%);
        bottom: -69%;
        background: url('../images/girl.png') no-repeat bottom;
        background-size: 100%;
        width: 50%;
        height: 100%;
        display: block;
    }

    .for_authors-container .list-block {
        margin: 300px auto 70px auto;
    }
    .rule-general-container .title-page-rule {
        font-size: 40px;
        line-height: 50px;
        margin: 80px 0 100px 0;
    } 
    .rule-general-container .rule-publication-block > h3, .rule-general-container .rule-landmarks-block > h3, .rule-general-container .rule-article-block > h3 {
        font-size: 36px;
    }
    .rule-page-common {
        background: url('../images/rule-page__bg-img136651607.jpg') no-repeat 100% 4%, url('../images/bg2_rule-page.png') no-repeat bottom;
        background-size: 120%;
        background-color: #f0edea;
    } 
    .rule-general-container .rule-publication-block, .rule-general-container .rule-landmarks-block, .rule-general-container .rule-article-block {
        margin: 0 auto 30px auto;
    } 

}

/* END Style sights-and-landmarks page     */


/* --------------------------------------------------------------------------------     */

/* Style How Work Toucans Page */

.howWorkToucansPage {
    background: #ffff;
}

.howWorkToucansPage > .menu-bottom  {
  background: hsl(0, 0%, 16%);
}

.howWorkToucansPage .menu-position > ul.menu > li > a,
.howWorkToucansPage .menu-position > ul.menu > li > span {
  color: hsla(0, 0%, 100%, 0.58);
}

.howWorkToucansPage .menu-position > ul.menu > li > a > i,
.howWorkToucansPage .menu-position > ul.menu > li > span::before {
  color: hsla(0, 0%, 100%, 0.58) !important;
}

.howWorkToucansPage .reg-log-position > ul > li {
  background-color: hsla(0, 0%, 100%, 0.078) !important;
}

.howWorkToucansPage .line_color {
  background: hsl(0, 0%, 16%);
}

.howWorkToucansPage .reg-log-position > ul > li a > i {
  color: hsl(0, 0%, 32%);
}

.howWorkToucansPage .menu-position > ul.menu > li > a:hover::after {
  color: #ffff;
}

.howWorkToucansPage .menu-position ul.menu > li:hover > a,
.howWorkToucansPage .menu-position ul.menu > li.opened > a,
.howWorkToucansPage .menu-position ul.menu > li:hover > span,
.howWorkToucansPage .menu-position ul.menu > li.opened > span {
  color: #ffff;
}

.howWorkToucansPage .hover-title .menu-position .line-hover-title {
    position: relative;
}

.howWorkToucansPage .hover-title .menu-position .line-hover-title::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.28);
  top: 0;
  left: -49.9%;
}

.howWorkToucansPage_content .page-header {
    border: 0;
    padding-bottom: 9px;
    padding: 40px 0 20px;
    margin: 0;
    display: block; 
}

.howWorkToucansPage_content .page-header > h2 {
    font-size: 60px;
    line-height: 60px;
    color: #404040;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    padding: 0 0 35px 0;
}

.howWorkToucansPage_content .how-work-toucans__row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.howWorkToucansPage_content .how-work-toucans__row h2 {
    font-size: 24px;
    line-height: 32px;
    color: #888888;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: right;
    padding: 0 45px 0 0;
    margin: 0;
    width: 360px;
    min-width: 360px;
}

.howWorkToucansPage_content .how-work-toucans__row p {
    display: flex;
    flex-flow: column;
    border-left: 3px solid #019add;
    padding-left: 40px;
    padding-top: 10px;

}

.howWorkToucansPage_content .how-work-toucans__row p a {
    font-size: 18px;
    line-height: 18px;
    color: #019add;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
}

.howWorkToucansPage_content {
    background: url('../images/how-work-toucans-page__bg.png') no-repeat left;
    background-size: contain;
    background-position: -50% 52%;
    padding-bottom: 90px;
}


@media all and (max-width: 1680px) {
    .howWorkToucansPage_content {
        background-position: -70% 52%;
    }
}

@media all and (max-width: 1525px) {
    .howWorkToucansPage_content {
        background-position: -83% 52%;
    }
}

@media all and (max-width: 1395px) {
    .howWorkToucansPage_content {
        background-position: -105% 52%;
    }
}

@media all and (max-width: 1395px) {
    .howWorkToucansPage_content {
        background: none;
    }
}

/* END Style How Work Toucans Page */

/* --------------------------------------------------------------------------------     */

/* Style it Work for Business */

.business-page .block {
    width: 100%;
    max-width: 860px;
    text-align: left !important;
    margin: 0 auto !important;
}

.business-page .lines {
    display: flex !important;
    flex-flow: column;
}

.business-page .block .lines .text {
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-flow: column;
    align-items: center;
}

.business-page .block .lines .text h5 {
    font-size: 48px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 97px;
    height: 98px;
    background-color: #faa100;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative !important;
    top: auto;
    left: auto;

}

.business-page .block .lines .text h5::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    background: #faa100;
    left: -110px;
    top: 50%;
}

.business-page .block .lines .text h5::before {
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    background: #faa100;
    right: -110px;
    top: 50%;
}

.business-page .block .btn-line a {
    border-radius: 0 !important;
    padding: 15px 70px;
    background-color: #009bdf !important;
    font-size: 24px;
    color: #ffffff !important;
    font-family: 'Open Sans', Sans-Serif;
    outline: none;
}

.benefits.business-page {
    margin-bottom: 90px !important;
}

.biddingrequestPage_content {
    background: url('../images/bidding-request__bg.png') no-repeat bottom;
    background-size: cover;
}

.benefits.business-page > p {
    max-width: 800px;
    padding: 15px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #191919;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center; 
}

.biddingrequestPage_content .page-header > h2 {
    font-size: 60px;
    line-height: 60px;
    color: #000000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.biddingrequestPage_content .article-info .modified {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.biddingrequestPage_content .how-work.business-page > h4 {
    text-align: center;
}

.biddingrequestPage_content .how-work.business-page > p {
    font-size: 18px;
    line-height: 30px;
    color: #191919;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.secondary_header.biddingrequestPage {
    background: url('../images/bidding-request__top-header.png') no-repeat top;
    background-size: cover;
} 

.secondary_header.biddingrequestPage section.travel-bidding-info-top {
    width: 100%;
    min-height: 210px;
    margin: 90px 0 120px 0 !important;
    color: #ffffff;
    font-family: 'Open Sans', Sans-Serif;
}

.secondary_header.biddingrequestPage section.travel-bidding-info-top h1 {
    color: #faa100;
}

.secondary_header.biddingrequestPage section.travel-bidding-info-top p {
     color: #000000;
}

/* END Style it Work for Business */

/* --------------------------------------------------------------------------------     */

/* Style Popular ways to travel Block */

.popular-ways-to-travel .title-block {
    background: url('../images/title-block__bg.png') no-repeat top;
    background-size: cover;
    height: 290px;
}

.popular-ways-to-travel .title-block h3 {
    font-size: 48px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 50px 0;
}

.popular-ways-to-travel .popular-ways__block-cards .cards-group {
    display: flex;
    flex-flow: row nowrap;
}

.popular-ways-to-travel .popular-ways__block-cards .cards-group .card_item {
    box-shadow: 0px 2px 2.5px rgba(136,136,136,0.75);
    background-color: #ffffff;
    padding: 20px 20px 40px 20px;
    margin-right: 20px;
    width: 25%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.popular-ways-to-travel .popular-ways__block-cards .cards-group .card_item .icon-block {
    width: 82px;
    height: 81px;
    margin-bottom: 10px;
}

.popular-ways-to-travel .popular-ways__block-cards .cards-group .card_item .icon-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-ways-to-travel .popular-ways__block-cards .cards-group .card_item .icon-block i {
    font-size: 82px;
    color: #017dc5;
}

.popular-ways-to-travel .popular-ways__block-cards .cards-group .card_item .name-card {
    font-size: 24px;
    line-height: 30px;
    color: #282828;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

.popular-ways-to-travel .popular-ways__block-cards .cards-group .card_item .value-offers {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.popular-ways-to-travel .popular-ways__block-cards .cards-group .card_item .value-offers > span:nth-child(1) {
    font-size: 36px;
    line-height: 30px;
    color: #017dc5;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-bottom: 10px;
}


.popular-ways-to-travel .popular-ways__block-cards .cards-group .card_item .value-offers > span:nth-child(2) {
    font-size: 24px;
    line-height: 30px;
    color: #017dc5;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.popular-ways__block-cards {
    margin-top: -140px;
}


.popular-ways-to-travel {
    height: 290px;
}

/* Style Popular ways to travel Block */

/* --------------------------------------------------------------------------------     */

.main-page-fellow-traveler {
    padding-top: 150px;
    background: url('../images/bg-main-page-traveler.png') no-repeat top;
    background-size: 110%;
    background-position: 65% -48%;
    padding-bottom: 100px;
}

#jd-admin-wrapper .filter-popup .open-link-popup {
    font-size: 18px;
    line-height: 24px;
    color: #0187d0;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
}

#jd-admin-wrapper .filter-popup .open-link-popup i {
    margin-right: 10px;
}

#jd-admin-wrapper .filter-popup .filter-block_popup {
    display: none;
}



#jd-admin-wrapper .listings .listing_block {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    transition: .2s ease;
}

#jd-admin-wrapper .listings .listing_block:hover {
    -webkit-box-shadow: 5px 6px 29px -1px rgba(0, 0, 0, 0.24) !important;
    box-shadow: 5px 6px 29px -1px rgba(0, 0, 0, 0.24) !important;
    transition: .2s ease;
}

.listing-group #jd-header-wrapper {
    margin-bottom: 40px;
}

#jd-admin-wrapper .listings .listing_block .top-img-count {
    min-height: 210px;
    background-size: cover !important;
    display: flex;
    flex-flow: column;
    margin-bottom: 12px;
    justify-content: flex-end;
    color: #fff; 
}

#jd-admin-wrapper .listings .listing_block .top-img-count .timer-block {
    background: rgba(0, 0, 0, 0.534);
    padding: 0 60px;
}

#jd-admin-wrapper .listings .listing_block .top-img-count .timer-block .progressWrap .progress {
    background: #0187d0;
    border-color: #0187d0;
    font-size: 0;
}

#jd-admin-wrapper .listings .listing_block .top-img-count .timer-block .status {
    margin-bottom: 5px;
}

#jd-admin-wrapper .listings .listing_block .top-img-count .timer-block > .timer {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

#jd-admin-wrapper .listings .listing_block .top-img-count .timer-block > .timer .seconds_wrapper {
    margin-right: 0;
}

#jd-admin-wrapper .listings .listing_block .top-img-count .timer-block > .timer .counter {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

#jd-admin-wrapper .listings .listing_block .top-img-count .timer-block > .timer .title {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    border: none;
    padding-top: 0;
}

#jd-admin-wrapper .listings .listing_block .top-img-count .timer-block > .timer .days_wrapper,
#jd-admin-wrapper .listings .listing_block .top-img-count .timer-block > .timer .hours_wrapper,
#jd-admin-wrapper .listings .listing_block .top-img-count .timer-block > .timer .minutes_wrapper {
    margin-right: 20px;
    position: relative;
}

#jd-admin-wrapper .listings .listing_block .top-img-count .timer-block > .timer .days_wrapper::before,
#jd-admin-wrapper .listings .listing_block .top-img-count .timer-block > .timer .hours_wrapper::before,
#jd-admin-wrapper .listings .listing_block .top-img-count .timer-block > .timer .minutes_wrapper::before {
    content: ":";
    position: absolute;
    right: -13px;
    top: -2px;
}

#jd-admin-wrapper .listings .listing_block .info-listing-bottom {
    padding: 0px 20px 30px 20px;
}

#jd-admin-wrapper .listings .listing_block .top-info .date {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    margin-bottom: 8px;
    padding: 0 20px;
}

#jd-admin-wrapper .listings .listing_block .top-info > h2 {
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-top: 0;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 0;
}

#jd-admin-wrapper .listings .listing_block .info-listing-bottom > h4 {
    font-size: 14px;
    line-height: 18px;
    color: #0187d0;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: left;
}

#jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info {
    display: flex;
}

#jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info div img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

#jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info div:nth-child(1) {
    margin-right: 20px;
}

#jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info div .destinations {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px;
    text-align: center;
    margin-right: 0;
}

#jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info div:nth-child(2) {
    flex-grow: 1;
}

#jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info div .count_members .now_members .counter {
    border: 1px solid #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: 0;

}

#jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info div .count_members .now_members .title,
#jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info div .count_members .expected_members .title {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

#jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info div .count_members .expected_members .counter {
    border: 1px solid #0187d0;
    background: #0187d0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: 0;   
    color: #fff;
}

#jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info div .count_members {
    display: flex;
    justify-content: center;
    align-items: center;
}

#jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info div .count_members .now_members {
    margin-right: 0;
}

#jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info div .count_members .arrow {
    margin-bottom: 22px;
}

.link-card-listing:link,
.link-card-listing:valid,
.link-card-listing:visited,
.link-card-listing:hover {
    text-decoration: none;
}

.jo-single-offer__item__content .vote_company {
    position: relative;
}

.jo-single-offer__item__content .vote_company::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    left: 0;
    top: calc(100% - 75%);
    background: #282828;
}

.jo-single-offer .offers-info_right {
    box-shadow: 1px 1.732px 9px rgba(0,0,0,0.25);
    background-color: #ffffff;
    padding:  15px 15px 10px 30px;
    margin-bottom: 30px;
}

.jo-single-offer .offers-info_right .avatar-company img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.jo-single-offer .offers-info_right > .cd-margin  {
    margin-bottom: 13px;
}

.jo-single-offer .offers-info_right .cd-margin > p.offer_name {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.jo-single-offer .offers-info_right .reviews-company {
    font-size: 14px;
    line-height: 24px;
    color: #017dc5;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    position: relative;
    padding-left: 25px;
}

.jo-single-offer .offers-info_right .reviews-company::after {
    content: '\f4ad';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 0;
    top: 0;
}

.jo-single-offer .offers-info_right .toucan_change {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; 
    margin-bottom: 6px;
}

.com_jomoffers.view-item_comoffers .voted_members_like .round {
    background: #00c901 url("../../../images/up1.png") no-repeat center 10px !important;
}

.com_jomoffers.view-item_comoffers .voted_members_dislike .round {
    background: #ff0000 url("../../../images/down1.png") no-repeat center 10px !important;
}

body.com_jomoffers.view-item_comoffers section.component > .container .content_offer .offer_offers .jo-single-offer > .row > div:last-child .who_voted, body.com_jomoffers.view-item_comoffers section.component > .container .content_offer .offer_offers .jo-single-offer > .row > div:last-child .company_offers {
    border-bottom: 1px solid #d6d6d6 !important;

}

/* ------------------------------------------------------------------ */

/* Style Fellow Traveler Search Module */

section.travel-search {
    width: 100%;
    min-height: 210px;
    margin-top: 200px;
    color: #ffffff;
    font-family: 'Open Sans', Sans-Serif;
}

section.travel-search .jd-mod-search-body > div {
    min-height: 129px;
    display: flex;
    align-items: flex-end;
    background: #00000070;
    width: 100%;
    margin-bottom: 0;
    padding: 15px 30px 25px 30px;
    flex-flow: row nowrap;
}

section.travel-search .jd-mod-search-body .search-input__mod {
    width: 70%;
    min-width: 70%;
}

section.travel-search .jd-mod-search-body .search-input__mod > span {
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: right;
    width: 100%;
    display: block;
    margin-bottom: 12px;
}

section.travel-search .jd-mod-search-body .search-btn__mod {
    flex-grow: 1;
    padding-left: 15px;
}

section.travel-search .jd-mod-search-body .search-btn__mod button {
    width: 100%;
    height: 59px;
    background-color: #ffa100;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border-radius: 0;
    text-shadow: none !important;
    border: none;
}

section.travel-search .jd-mod-search-body .search-input__mod input {
    width: 100% !important;
    height: 59px !important;
    border-radius: 0 !important;
    background-color: #ffffffe3 !important;
    border: 2px solid #ffffffe3 !important;
    font-size: 24px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 0;
}

/* Style Fellow Traveler Search Module */

/* ------------------------------------------------------------------ */

/* Style Single Page Offer */

.single-offer-container {
    margin-top: 60px;
}

.single-offer-container .couny-info-card {
    box-shadow: 2px 0px 9px rgba(0,0,0,0.25);
    margin-bottom: 15px;
}

.single-offer-container .couny-info-card .count-block {
    background-color: #0187d0;
    padding: 20px 60px 15px 60px;
}

.single-offer-container .info-user-card {
    box-shadow: 2px 0px 9px rgba(0,0,0,0.25);
}


.single-offer-container .couny-info-card .count-block .progressWrap .progress {
    background: #fff;
    border-color: #ffffff;
    border: 0;
    font-size: 0;
}


.single-offer-container .couny-info-card .count-block .progressWrap .fullbar {
    background: #004081;
    border-color: #004081;
    border: 0px solid #000;
    border-radius: 5px;
}
.single-offer-container .couny-info-card .count-block .status {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.single-offer-container .couny-info-card .count-block  .timer {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.single-offer-container .couny-info-card .count-block  .timer .seconds_wrapper {
    margin-right: 0;
}

.single-offer-container .couny-info-card .count-block .timer .counter {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.single-offer-container .couny-info-card .count-block .timer .title {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    border: none;
    padding-top: 0;
}

.single-offer-container .couny-info-card .count-block .timer .days_wrapper,
.single-offer-container .couny-info-card .count-block .timer .hours_wrapper,
.single-offer-container .couny-info-card .count-block .timer .minutes_wrapper {
    margin-right: 20px;
    position: relative;
}

.single-offer-container .couny-info-card .count-block .days_wrapper::before,
.single-offer-container .couny-info-card .count-block .hours_wrapper::before,
.single-offer-container .couny-info-card .count-block .minutes_wrapper::before {
    content: ":";
    position: absolute;
    right: -13px;
    top: -2px;
    color: #ffffff;
}

.single-offer-container .couny-info-card .point-info {
    padding: 20px 20px 10px 20px;
}

.single-offer-container .couny-info-card .point-info p {
    display: flex;
    text-align: left;
}

.single-offer-container .couny-info-card .point-info p:nth-child(1),
.single-offer-container .couny-info-card .point-info p:nth-child(3) {
    margin-bottom: 0;
}


.single-offer-container .couny-info-card .point-info p > span:nth-child(1) {
    font-size: 18px;
    line-height: 30px;
    color: #888888;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    width: 65%;
    min-width: 65%;
}

.single-offer-container .couny-info-card .point-info p > span:nth-child(2) {
    font-size: 18px;
    line-height: 30px;
    color: #282828;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    flex-grow: 1;
}

.single-offer-container .couny-info-card .point-info p:nth-child(5) > span {
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.single-offer-container .info-user-card {
    display: flex;
    padding: 15px;
    margin-bottom: 30px;
}

.single-offer-container .info-user-card img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 15px;
}

.single-offer-container .info-user-card h4 {
    font-size: 14px;
    line-height: 16px;
    color: #0187d0;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.single-offer-container .right-info > h3 {
    font-size: 36px;
    line-height: 36px;
    color: #000000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 60px;
    text-align: left;
}
.single-offer-container .right-info .right-info__list-params {
    border-top: 2px solid #d6d6d6;
    padding-left: 45px;
    padding-top: 20px;
    text-align: left;
    margin-bottom: 30px;
}

.single-offer-container .right-info .right-info__list-params  p::after {
    position: absolute;
    left: -40px;
    top: 3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    color: #888888b8;
    font-size: 18px;
}

.single-offer-container .right-info .right-info__list-params .region::after {
    content: '\f5a0';
}
.single-offer-container .right-info .right-info__list-params .travel-type::after {
    content: '\f5eb';
}
.single-offer-container .right-info .right-info__list-params .travel-group::after {
    content: '\f500';
}
.single-offer-container .right-info .right-info__list-params .travel-members::after {
    content: '\f0c0';
}
.single-offer-container .right-info .right-info__list-params .travel-lan::after {
    content: '\f543';
    left: -36px;
}

.single-offer-container .right-info .right-info__list-params .travel-ad >span:nth-child(2) {
    display: flex;
    margin-top: 8px;
}

.single-offer-container .right-info .right-info__list-params .travel-ad >span:nth-child(2) img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
}

.single-offer-container .right-info .right-info__list-params .travel-ad >span:nth-child(2) a {
    font-size: 18px;
    line-height: 36px;
    color: #0187d0;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}


.single-offer-container .right-info .right-info__list-params  p {
    display: flex;
    position: relative;
}

.single-offer-container .right-info .right-info__list-params  p > span:nth-child(1) {
    font-size: 18px;
    line-height: 28px;
    color: #888888;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    width: 27%;
    min-width: 27%;
}

.single-offer-container .right-info .right-info__list-params p > span:nth-child(2) {
    font-size: 18px;
    line-height: 28px;
    color: #282828;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.single-offer-container .right-info .block-desc {
    padding-left: 40px;
    font-size: 16px;
    line-height: 36px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; 
    text-align: left;
}

.single-offer-container .right-info .join_button {
    padding-left: 40px;
}

.single-offer__top-info {
    padding-bottom: 60px;
}

.single-offer__center-info {
    display: flex;
    margin-bottom: 60px;
}

.single-offer__center-info > .single-offer__center-info__map {
    width: 35%;
    min-width: 35%;
    height: 710px;
    position: relative;
}

.single-offer__center-info > .single-offer__center-info__map > .link-full-map {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0187d0;
    width: 55px;
    height: 43px;
    position: absolute;
    right: -55px;
    top: 0;
    cursor: pointer;

}

.single-offer__center-info > .single-offer__center-info__map > .link-full-map i {
    color: #fff;
    font-size: 14px;
}

.single-offer__center-info__right-block {
    height: 710px;
    flex-grow: 1;
    background: #f8fcf9;
    padding: 70px 25px 30px 0px;
}

.single-offer__center-info__right-block .list-trip-days {
    padding: 0px 40px 30px 90px;
    text-align: left;
    height: 100%;

}

.single-offer__center-info__right-block .list-trip-days .trip-days__item {
    margin-bottom: 30px;
}

.single-offer__center-info__right-block .list-trip-days .trip-days__item  .title_item {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 1px;
    position: relative;
}

.single-offer__center-info__right-block .list-trip-days .trip-days__item > .title_item::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffa100;
    left: -65px;
    top: 8px;
}

.single-offer__center-info__right-block .list-trip-days .trip-days__item > .data {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
        margin-bottom: 1px;
}

.single-offer__center-info__right-block .list-trip-days .trip-days__item > .destination_days {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
}

.single-offer__center-info__right-block .list-trip-days .trip-days__item  .desc-day {
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.single-offer__center-info__right-block .list-trip-days .trip-days__item .landmarks-points-list  .landmarks-points__item {
    box-shadow: 0px 2px 2.5px rgba(219,219,219,0.75);
    background-color: #ffffff;
    padding: 15px 30px 15px 35px;
    position: relative;
    margin-bottom: 1px;
}

.single-offer__center-info__right-block .list-trip-days .trip-days__item .landmarks-points-list  .landmarks-points__item::after {
    content: "\f66f";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -67px;
    top: 15px;
    color: #888888;
    font-size: 20px;
}

.single-offer__center-info__right-block .list-trip-days .trip-days__item .landmarks-points-list .landmarks-points__item > .title {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 5px 0;
}

.single-offer__center-info__right-block .list-trip-days .trip-days__item .landmarks-points-list .landmarks-points__item > .location {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 10px 0;
}

.single-offer__center-info__right-block .list-trip-days .trip-days__item .landmarks-points-list .landmarks-points__item .points__item__info-bottom {
    display: flex;
}

.landmarks-points__item .points__item__info-bottom .data-block {
    display: flex;
    flex-flow: column;
    margin-right: 30px;
}

.landmarks-points__item .points__item__info-bottom .data-block p {
    font-size: 14px;
    line-height: 30px;
    color: #0187d0;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    position: relative;
    padding-left: 27px;
    margin-bottom: 0;
}

.landmarks-points__item .points__item__info-bottom .data-block p::after {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #888888;
}

.landmarks-points__item .points__item__info-bottom .data-block p.data::after {
    content: '\f073';
}

.landmarks-points__item .points__item__info-bottom .data-block p.time::after {
    content: '\f017';
}

.landmarks-points__item .points__item__info-bottom .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.landmarks-points__item .points__item__info-bottom .icon i {
    font-size: 44px;
    color: #a2a2a2;
    margin-bottom: 20px;
}

.landmarks-points__item .points__item__info-bottom .img-right-info {
    display: flex;
}

.landmarks-points__item .points__item__info-bottom .img-right-info>img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-right: 30px;
    object-fit: cover;
}

.landmarks-points__item .points__item__info-bottom .img-right-info > div > a.title {
    font-size: 14px;
    line-height: 24px;
    color: #017dc5;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.landmarks-points__item .points__item__info-bottom .img-right-info > div > .desc {
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
}

.single-offer__bottom-info .left-info-icon {
    height: 195px;
    box-shadow: 2px 0px 9px rgba(0,0,0,0.25);
    background-color: #ffffff;
    margin-bottom: 40px;
}

.single-offer__bottom-info .left-info-icon .count_members {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;

}

.single-offer__bottom-info .left-info-icon .count_members::before {
    position: absolute;
    content: '';
    top: 37px;
    left: calc(50% - 12px);
    background: url('../images/if_users_2561497.png') no-repeat center;
    background-size: cover;
    width: 25px;
    height: 21px;
    color: #888888;
}

.single-offer__bottom-info .left-info-icon .count_members .now_members,
.single-offer__bottom-info .left-info-icon .count_members .expected_members {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.single-offer__bottom-info .left-info-icon .count_members .now_members .counter,
.single-offer__bottom-info .left-info-icon .count_members .expected_members .counter {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d4ecf8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0 5px 0;
    font-size: 36px;
    line-height: 67px;
    color: #0187d0;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center; 
}

.single-offer__bottom-info .left-info-icon .count_members .expected_members .counter {
    background-color: #0187d0;
    color: #fff;
}

.single-offer__bottom-info .left-info-icon .count_members .now_members .title,
.single-offer__bottom-info .left-info-icon .count_members .expected_members .title {
    font-size: 14px;
    line-height: 12px;
    color: #282828;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.single-offer__bottom-info .left-info-icon .count_members .arrow {
    background: url('../images/arrow3.png') no-repeat center;
    height: 38px;
    width: 45px;
    margin-left: 30px;
    margin-right: 24px;
    background-size: 100%;
    margin-bottom: 20px;
}

.single-offer__bottom-info .right-info-icon {
    background: #0187d0;
    box-shadow: 2px 0px 9px rgba(0,0,0,0.25);
    height: 195px;
    padding: 50px 30px 30px 90px;
    margin-bottom: 40px;
    position: relative;
}

.single-offer__bottom-info .right-info-icon > a {
    position: absolute;
    top: 50px;
    right: 20px;
}

.single-offer__bottom-info .right-info-icon > div {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    padding-left: 40px;
    position: relative;
}

.single-offer__bottom-info .right-info-icon > div::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 26px;
    height: 27px;
    background-size: cover;

}

.single-offer__bottom-info .right-info-icon > div.offer_companies::before {
    background: url('../images/companies-icon.png') no-repeat center;
}

.single-offer__bottom-info .right-info-icon > div.offer_suggested_tours::before {
    background: url('../images/tours-icon.png') no-repeat center;

}

.single-offer__bottom-info .right-info-icon > div.offer_max_discount::before{
    background: url('../images/discount-max.png') no-repeat center;
}

.single-offer__bottom-info .info-count-persone,
.single-offer__bottom-info .joined-persons {
    text-align: left;
    display: flex;
    margin-bottom: 15px;
}

.single-offer__bottom-info .info-count-persone .circle-count,
.single-offer__bottom-info .joined-persons .circle-count {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    background-color: #0187d0;
    margin-right: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center; 
}

.single-offer__bottom-info .joined-persons .circle-count {
    background-color: #d4ecf8;
      color: #000000;
}

.single-offer__bottom-info .info-count-persone .persone__info > p,
.single-offer__bottom-info .joined-persons  .persone__info > p {
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;  
    margin-bottom: 3px;
}

.single-offer__bottom-info .info-count-persone .persone__info > span {
    font-size: 14px;
    line-height: 30px;
    color: #282828;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.single-offer__bottom-info .message-users-block {
    display: flex;
    flex-flow: column;
    padding: 30px 0 15px 0;
    border-top: 2px solid #d6d6d6;
    border-bottom: 1px solid #0187d0;
    margin-bottom: 15px;
}

.single-offer__bottom-info .message-users-block .user_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.single-offer__bottom-info .message-users-block .user_item .user_item__ava-name {
    display: flex;
    align-items: center;
}

.single-offer__bottom-info .message-users-block .user_item .user_item__ava-name .joms-avatar {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 20px;
}

.single-offer__bottom-info .message-users-block .user_item .user_item__ava-name .joms-avatar a {
    width: 100%;
    height: 100%;
    display: flex;
}

.single-offer__bottom-info .message-users-block .user_item .user_item__ava-name .joms-avatar a::after {
    bottom: 2px !important;
}

.single-offer__bottom-info .message-users-block .user_item .user_item__ava-name .joms-avatar a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.single-offer__bottom-info .message-users-block .user_item .user_item__ava-name > p{
    font-size: 14px;
    line-height: 30px;
    color: #282828;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}

.single-offer__bottom-info .message-users-block .user_item .user_item__messageBtn {
    display: flex;
    align-items: center;
}

.single-offer__bottom-info .message-users-block .user_item .user_item__messageBtn .count_toucats {
    background: url("../../../images/icon_grey.png") no-repeat center;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-top: 11px;
    outline: none;
    margin-right: 30px;
}

.single-offer__bottom-info .message-users-block .user_item .user_item__messageBtn .count_toucats > span {
    background-color: #e63f52;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    top: -17px;
    left: 8px;
    padding: 4px 8px;
}

.single-offer__bottom-info .message-users-block .user_item .user_item__messageBtn .mail > a {
    background: url("../../../images/icon-message-gray.png") no-repeat center;
    height: 14px;
    width: 20px;
    display: block;
    outline: none;
}

.single-offer__bottom-info .message-users-block .user_item .user_item__messageBtn .mail {
    margin-bottom: -17px;
}

.link-viewAll-persone {
    font-size: 14px;
    line-height: 30px;
    color: #0187d0;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    float: left;
    margin-bottom: 30px;
}

.link-viewAll-persone i {
    margin-left: 10px;
}

.single-offer__bottom-info .top-tours__rating-block {
    display: flex;
    text-align: left;
    margin-bottom: 15px;
}

.single-offer__bottom-info .top-tours__rating-block .icon-block {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    background-color: #0187d0;
    margin-right: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.single-offer__bottom-info .top-tours__rating-block .icon-block i {
    color: #fff;
    font-size: 24px;
}

.single-offer__bottom-info .offer_offers {
    text-align: left;
}

.single-offer__bottom-info .offer_offers .jo-single-offer__item {
    display: flex;
}

.single-offer__bottom-info .offer_offers .jo-single-offer__item .jo-single-offer__item__content {
    flex-grow: 1;
    margin-bottom: 20px;
}

.single-offer__bottom-info .offer_offers .jo-single-offer__item > .round {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    background-color: #d4ecf8;
    margin-right: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}


.single-offer__bottom-info .offer_offers .jo-single-offer__item > .round .discount_company {
    color: #282828;
    font-family: 'Open Sans', Sans-Serif;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}

.single-offer__bottom-info .offer_offers .jo-single-offer__item > .jo-single-offer__item__content .cd-margin {
    margin-top: 0;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Open Sans', Sans-Serif;
    margin-bottom: 5px;
}

.single-offer__bottom-info .offer_offers .jo-single-offer__item > .jo-single-offer__item__content .cd-margin p {
    margin: 0;
}

.single-offer__bottom-info .offer_offers .jo-single-offer__item > .jo-single-offer__item__content .company_offers {
    border-bottom: 1px solid #d6d6d6;
}

.single-offer__bottom-info .offer_offers .jo-single-offer__item > .jo-single-offer__item__content .company_offers > p {
    color: #282828;
    font-size: 14px;
    font-family: 'Open Sans', Sans-Serif;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.single-offer__bottom-info .offer_offers .jo-single-offer__item > .round.accepted {
    background: transparent url("../../../images/win-accepted.png") no-repeat center;
    width: 84px;
    height: 112px;
    color: #ffffff !important;
    border-radius: 0;
    background-size: 100%;
}

body:lang(ru-RU).com_jomoffers.view-item .jo-single-offer__item .round.accepted {
    background: transparent url("../../../images/win-accepted-ru.png") no-repeat center;
    background-size: 100%;
}

body:lang(fr-FR).com_jomoffers.view-item .jo-single-offer__item .round.accepted {
    background: transparent url("../../../images/win-accepted-fr.png") no-repeat center;
    background-size: 100%;
}

.com_jomoffers.view-item .jo-single-offer>.row>div {
    padding: 0;
}


.single-offer__bottom-info .offer_offers .jo-single-offer__item > .jo-single-offer__item__content .company_offers > p > span {
    color: #282828;
    font-size: 14px;
    font-family: 'Open Sans', Sans-Serif;
    font-weight: 400;
    padding-left: 35px;
}

.single-offer__bottom-info .offer_offers .jo-single-offer__item > .jo-single-offer__item__content .company_offers > p a {
    float: right;
}

.single-offer__bottom-info .offer_offers .jo-single-offer__item > .jo-single-offer__item__content .company_offers .company_offers_items .company_offers_item {
    padding-top: 10px;
    border-top: 1px solid #d6d6d6;
}

.single-offer__bottom-info .offer_offers .view-all-offers {
    font-size: 14px;
    line-height: 30px;
    color: #0187d0;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    float: left;
    margin-bottom: 30px;
    padding-left: 90px;
}

.single-offer__bottom-info .offer_offers .view-all-offers i {
    margin-left: 10px;
}

.last-block-send-best-offers {
    text-align: center;
    background: #0187d0;
    min-height: 445px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px -10px 0 -10px;
}

.last-block-send-best-offers .container-user .container-user__ava {
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.last-block-send-best-offers .container-user .container-user__ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;

}

.last-block-send-best-offers .container-user .container-user__name {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; 
}
.last-block-send-best-offers .container-user .container-user__text {
    font-size: 48px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
}

.last-block-send-best-offers .container-user a:link,
.last-block-send-best-offers .container-user a:visited,
.last-block-send-best-offers .container-user a:valid,
.last-block-send-best-offers .container-user a:hover {
    text-decoration: none;
}

.last-block-send-best-offers .container-user a {
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    background-color: #ffa100;
    height: 60px;
    display: table;
    margin: 0 auto;
    min-width: 260px;
}

.container-latest-listing .moduletable > h3 {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #017dc5;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
}

.latest-item-card {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 40px !important;
    transition: .2s ease;
}

.latest-item-card:hover {
    -webkit-box-shadow: 5px 6px 29px -1px rgba(0, 0, 0, 0.24) !important;
    box-shadow: 5px 6px 29px -1px rgba(0, 0, 0, 0.24) !important;
    transition: .2s ease;
}

.latest-item-card .jo-mod-dates {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.latest-item-card > .name {
    display: flex;
    justify-content: center;
}

.latest-item-card > .name > a {
    font-size: 18px;
    line-height: 24px;
    color: #060606;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.latest-item-card .destinations p {
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.latest-item-card .timer-gray {
    text-align: center;
    background: #0187d0;
    padding: 5px 50px 5px 50px;
    margin: 0 0 20px 0;
    color: #fff;
}

.latest-item-card .info-listing-bottom .user-ava-info {
    display: flex;
}

.latest-item-card .info-listing-bottom .user-ava-info > div:nth-child(1) {
    width: 130px;
    height: 130px;
    min-width: 130px;
    margin-right: 15px;
}

.latest-item-card .info-listing-bottom .user-ava-info > div:nth-child(1) img {
    width: 100%;
    object-fit: cover;
}

.latest-item-card .info-listing-bottom .user-ava-info > div:nth-child(2) > h4 {
    font-size: 14px;
    line-height: 18px;
    color: #0187d0;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-top: 0;
    margin-bottom: 25px;
}

.latest-item-card .info-listing-bottom .user-ava-info > div:nth-child(2) .count_members {
    display: flex;
    justify-content: center;
    align-items: center;
}

.latest-item-card .info-listing-bottom .user-ava-info > div:nth-child(2) .count_members .now_members {
    margin-right: 0;
}

.latest-item-card .info-listing-bottom .user-ava-info > div:nth-child(2) .count_members .now_members .counter {
    border: 1px solid #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: 0;
}

.latest-item-card .info-listing-bottom .user-ava-info > div:nth-child(2) .count_members .now_members .title,
.latest-item-card .info-listing-bottom .user-ava-info > div:nth-child(2) .count_members .expected_members .title {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.latest-item-card .info-listing-bottom .user-ava-info > div:nth-child(2) .count_members .expected_members .counter {
    border: 1px solid #0187d0;
    background: #0187d0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: 0;
    color: #fff;
}

.latest-item-card .info-listing-bottom .user-ava-info > div:nth-child(2) .count_members .arrow {
    margin-bottom: 22px;
    margin-left: 15px;
     margin-right: 15px;
}

.latest-item-card .timer-gray .progressWrap .progress {
    background: #0187d0;
    border-color: #0187d0;
    font-size: 0;
}

.latest-item-card .timer-gray .status {
    margin-bottom: 5px;
}

.latest-item-card .timer-gray > .timer {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.latest-item-card .timer-gray > .timer .seconds_wrapper {
    margin-right: 0;
}

.latest-item-card .timer-gray > .timer .counter {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.latest-item-card .timer-gray > .timer .title {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    border: none;
    padding-top: 0;
}

.latest-item-card .timer-gray > .timer .days_wrapper,
.latest-item-card .timer-gray > .timer .hours_wrapper,
.latest-item-card .timer-gray > .timer .minutes_wrapper {
    margin-right: 20px;
    position: relative;
}

.latest-item-card .timer-gray > .timer .days_wrapper::before,
.latest-item-card .timer-gray > .timer .hours_wrapper::before,
.latest-item-card .timer-gray > .timer .minutes_wrapper::before {
    content: ":";
    position: absolute;
    right: -13px;
    top: -2px;
}

/* Style Single Page Offer */

    /* Style Filter */

    #modal_filter .container-fiter .block label .tx {
        font-size: 14px;
        letter-spacing: 4px;
        line-height: 24px;
        color: #000000;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        padding-left: 0;
    }
     
    #modal_filter .container-fiter#filter-block {
        padding: 25px 65px 25px 65px;
    }

    #modal_filter .container-fiter .block label[for="languages"]::before {
        display: none;
    }

    #modal_filter .container-fiter .filter__group__sorting .irs .irs-from,
    #modal_filter .container-fiter .filter__group__sorting .irs .irs-to  {
        box-shadow: 0 0 2.5px rgba(0, 0, 0, 0.25);
        background: #00415d !important;
        border: 1px solid #e1e1e1;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        top: 15px;
    }
      
    #modal_filter .container-fiter  .filter__group__sorting .irs .irs-line {
        background: #e0e0e0;
        height: 3px;
        border: none;
        box-shadow: none;
    }
      
    #modal_filter .container-fiter  .filter__group__sorting .irs .irs-from,
    #modal_filter .container-fiter  .filter__group__sorting .irs .irs-to,
    #modal_filter .container-fiter .filter__group__sorting .irs .irs-single {
        font-size: 11px;
        line-height: 16px;
        color: #fff;
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
        background: none;
        padding-left: 6px;
    }

    #modal_filter .container-fiter .btn {
        font-size: 16px !important;
        line-height: 40px;
        color: #fff !important;
        font-weight: 600;
        font-family: "Open Sans", sans-serif !important;
        text-align: center;
        height: 40px !important;
        background-color: #0388d0 !important;
        border: 1px solid #0388d0 !important;
    }

    #modal_filter .container-fiter .clean-filter {
        font-size: 16px !important;
        line-height: 40px;
        color: #888888 !important;
        font-weight: 600;
        font-family: "Open Sans", sans-serif !important;
        text-align: center;
        height: 40px !important;
        background-color: transparent !important;
        border: 2px solid #888 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
    }
      
    #modal_filter .container-fiter .filter__group__sorting .irs .irs-bar {
        background: #00415d;
        height: 3px;
        border: none;
        box-shadow: none;
    }

    .container-fiter .filter-section__title {
        font-size: 14px;
        letter-spacing: 4px;
        line-height: 24px;
        color: #000000;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }

    .left_filter .sort-by .sort-by__filter-title {
        display: flex;
        border-bottom: 1px solid #888888;
        padding: 10px 0;
        margin-bottom: 30px;
    }

    .left_filter .sort-by .sort-by__filter-title > span {
        font-size: 14px;
        letter-spacing: 4px;
        line-height: 24px;
        color: #888888;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        margin: 0;
    }

    .container-fiter .filter__group-change .filter__group-change__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f8f8f8;
        min-height: 35px;
        padding: 0 10px;
    }

    .container-fiter .filter__group-change .filter__group-change__title span {
        font-size: 14px;
        color: #272727;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }

    .container-fiter .filter__group-change .filter__group-change__title a:link,
    .container-fiter .filter__group-change .filter__group-change__title a:valid,
    .container-fiter .filter__group-change .filter__group-change__title a:visited,
    .container-fiter .filter__group-change .filter__group-change__title a:hover {
        text-decoration: none;
    }

    .container-fiter .filter__group-change .filter__group-change__title a > i {
        font-size: 14px;
        color: #888888;
    }

    .container-fiter .filter__group-change {
        margin-bottom: 10px;
    }

    .container-fiter .filter__group .filter__group__sorting ul {
        padding: 0;
    }

    .container-fiter .filter__group .filter__group__sorting ul li a:link,
    .container-fiter .filter__group .filter__group__sorting ul li a:valid,
    .container-fiter .filter__group .filter__group__sorting ul li a:visited,
    .container-fiter .filter__group .filter__group__sorting ul li a:hover {
        text-decoration: none;
    }

    .container-fiter .filter__group .filter__group__sorting.rating-sort ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 3px 12px;
    }

    .container-fiter .filter__group .filter__group__sorting.rating-sort ul li label,
    .container-fiter .filter__group-change__title label {
        margin-bottom: 0;
    }

    .container-fiter
    .filter__group
    .filter__group__sorting.rating-sort
    ul
    li
    label
    > .stars-outer
    > .stars-inner,
    .container-fiter
    .filter__group-change__title
    label
    > .stars-outer
    > .stars-inner {
        top: 0px;
    }

    .container-fiter
    .filter__group
    .filter__group__sorting.rating-sort
    ul
    li
    label
    > .stars-outer
    > .stars-inner::before,
    .container-fiter
    .filter__group-change__title
    label
    > .stars-outer
    > .stars-inner::before {
        font-size: 30px !important;
    }

    .container-fiter
    .filter__group
    .filter__group__sorting.rating-sort
    ul
    li:nth-child(3)
    label
    > .stars-outer::before,
    .container-fiter
    .filter__group
    .filter__group__sorting.rating-sort
    ul
    li:nth-child(4)
    label
    > .stars-outer::before {
        content: "\f006 \f006 \f006 \f006";
    }

    .container-fiter
    .filter__group
    .filter__group__sorting.rating-sort
    ul
    li:nth-child(5)
    label
    > .stars-outer::before,
    .container-fiter
    .filter__group
    .filter__group__sorting.rating-sort
    ul
    li:nth-child(6)
    label
    > .stars-outer::before {
        content: "\f006 \f006 \f006";
    }

    .container-fiter
    .filter__group
    .filter__group__sorting.rating-sort
    ul
    li:nth-child(7)
    label
    > .stars-outer::before,
    .container-fiter
    .filter__group
    .filter__group__sorting.rating-sort
    ul
    li:nth-child(8)
    label
    > .stars-outer::before {
        content: "\f006 \f006";
    }

    .container-fiter
    .filter__group
    .filter__group__sorting.rating-sort
    ul
    li:nth-child(9)
    label
    > .stars-outer::before,
    .container-fiter
    .filter__group
    .filter__group__sorting.rating-sort
    ul
    li:nth-child(10)
    label
    > .stars-outer::before {
        content: "\f006";
    }

    .container-fiter .filter__group .filter__group__sorting ul li a {
        font-size: 14px;
        line-height: 16px;
        color: #888888;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 12px 5px 12px;
    }

    .more_open ul li a {
        padding: 5px 0 5px 0 !important;
    }

    .container-fiter .filter__group .filter__group__sorting ul li a > .value-sort {
        font-size: 14px;
        line-height: 16px;
        color: #282828;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }

    .container-fiter .tags-filter .filter__group .filter__group__sorting ul li a,
    .container-fiter .tags-filter .filter__group-change__title > span {
        color: #00415d;
    }

    .filter-section {
        margin-bottom: 10px;
    }

    .more_open > a {
        font-size: 12px;
        line-height: 16px;
        color: #888888;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        padding: 5px 12px 5px 0;
        text-decoration: underline;
    }

    .type-service-sort > li label {
        display: flex;
        justify-content: space-between;
        padding-left: 10px;
    }

    .type-service-sort > li:nth-child(2) label {
        color: #ffa200;
    }

    .col-3.left_filter {
        padding-bottom: 30px;
    }

    .filter__group__sorting .irs--big .irs-handle {
        box-shadow: 0 0 2.5px rgba(0, 0, 0, 0.25);
        background: #00415d;
        border: 1px solid #e1e1e1;
        width: 20px;
        height: 20px;
    }

    .filter__group__sorting .irs--big .irs-line {
        background: #e0e0e0;
        height: 3px;
        border: none;
        box-shadow: none;
    }

    .filter__group__sorting .irs--big .irs-from,
    .filter__group__sorting .irs--big .irs-to,
    .filter__group__sorting .irs--big .irs-single {
        font-size: 12px;
        line-height: 24px;
        color: #000000;
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
        background: none;
    }

    .filter__group__sorting .irs--big .irs-bar {
        background: #00415d;
        height: 3px;
        border: none;
        box-shadow: none;
    }

    .type-service-sort > li label > div {
        margin-right: 10px;
    }

    .more_open .more_open__content {
        display: none;
    }

/* ------------------------------------------------------------------ */