@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);
    position: relative;
}

.secondary_header.header-white .menu-bottom>.container>.row>div.line_color.hover-title .line-hover-title::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.28);
    top: 0;
    left: -49.9%;
}

.secondary_header.header-white .menu-bottom>.container>.row>div.line_color.hover-title .line-hover-title::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.28);
    top: 0;
    right: -24px;
}

.secondary_header.header-white .menu-bottom.authenticated>.container>.row>div.line_color.hover-title .line-hover-title::before {
    content: "";
    position: absolute;
    width: 36px;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.28);
    top: 0;
    right: -36px;
}

.secondary_header.header-white .menu-bottom>.container {
    padding: 0;
}

.secondary_header.header-white .menu-bottom>.container .reg-log-position>ul {
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: flex-end;
}

.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;
    margin-bottom: 0;
}

.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>a>i,
.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,
.header-white .menu-bottom .menu-position>ul.menu>li>span: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;
}

.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.component {
    background: transparent none repeat scroll 0 0;
    text-align: center;
}


/************************************************************************/


/*******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;
}

.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;
}


/************************************************************/


/*******************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 {
    display: block !important;
}

.com_jomoffers.view-list_offers form #jd-admin-body #jd-header-wrapper .cd-panel-box .sort_param {
    display: flex;
}

.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;
}

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 {
    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;
}


/*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;
}

.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;
}


/**********************************************************************************************************************/


/*************************************************************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: 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;
    }
    .benefits_wrapper {
        padding: 0 2% 0 7%;
    }
}

@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;
    }
    body.com_community.view-register .outerpgbar {
        width: 63% !important;
    }
    .resent_network,
    .resent_forum {
        margin-left: 25%;
        width: 50%;
    }
    .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;
    }
    .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;
    }
    .mobile_menu_toggler .close {
        position: absolute;
        right: 32px;
        top: 32px;
        width: 32px;
        height: 32px;
        cursor: pointer;
    }
    .mobile_menu_toggler .close:hover {
        opacity: 1;
    }
    .mobile_menu_toggler .close:before,
    .mobile_menu_toggler .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 3px;
        background-color: #282828;
        ;
    }
    .mobile_menu_toggler .close:before {
        transform: rotate(45deg);
    }
    .mobile_menu_toggler .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;
    }
    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;
    }
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(3) a.join {
        margin-top: 15px;
    }
    .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;
    }
}

@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;
    }
    .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;
    }
    .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 .text {
        padding-left: 30px;
        width: 80%;
    }
    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;
    }
    .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;
    }
    .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: 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;
    }
    .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: 500px) {
    section.about_us {
        min-height: 1220px;
    }
    .copyright-menu a,
    .footer .copyright {
        font-size: 10px;
    }
}

@media all and (max-width: 480px) {
    idth: 30% !important;
}

section.about_us {
    min-height: 1400px;
}

.resent_network,
.resent_forum {
    margin-left: 5%;
    width: 90%;
}

.date_video {
    top: 75% !important;
}

.reg-log-position ul li {
    width: 60px;
}

.menu_icon {
    padding: 26.5px 10px;
}

.menu_icon {
    right: 85% !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;
    }
    
    .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;
    }
    
    .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;
    }
    
    .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;
    }
    
    section.travel-bidding-info-top h1 {
        font-size: 24px;
    }
    
    section.travel-bidding-info-top h3 {
        font-size: 14px;
        line-height: 18px;
    }
}
@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) {
    #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;
    }
    
    .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 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;
    display: flex;
}
.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;
}
@media all and (max-width: 992px) {
    .popular-ways-to-travel .popular-ways__block-cards .cards-group {
        display: flex;
        flex-flow: row wrap;
    }
}
.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;
}
@media all and (max-width: 992px) {
    .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: calc(50% - 20px);
        display: flex;
        flex-flow: column;
        align-items: center;
        margin-bottom: 20px;
    }
}
.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;
    margin-right: -20px;
}
.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;
}
.view-item_comoffers .main-page-fellow-traveler {
    padding-top: 1px;
}
@media all and (max-width: 992px) {
    .main-page-fellow-traveler {
        padding-top: 460px;
    }
    
    .view-item_comoffers .main-page-fellow-traveler {
        padding-top: 50px;
    }
}
#jd-admin-wrapper .filter-popup {
    display: flex;
    justify-content: space-between;
}
#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>.clean-filter,
#jd-admin-wrapper .filter-popup>.clean-search {
    font-size: 18px;
    line-height: 24px;
    color: #0187d0;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    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 .fullbar {
    border: 0;
    border-radius: 4px;
}
#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;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    min-height: 47px;
}
#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;
    margin-bottom: 15px;
}
#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;
}
@media all and (max-width: 1200px) {
    #jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info div img {
        width: 110px;
        height: 110px;
        min-width: 110px;
    }
}
#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;
    text-align: center;
    margin-right: 0;
    margin-bottom: 8px;
}
#jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info>div:nth-child(2) {
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    padding-top: 10px;
}
#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;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
@media all and (max-width: 1200px) {
    #jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info div .count_members .now_members .counter {
        width: 45px;
        height: 45px;
    }
}
#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;
    font-size: 14px;
    line-height: 18px;
    color: #f8f6ed;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
@media all and (max-width: 1200px) {
    #jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info div .count_members .expected_members .counter {
        width: 45px;
        height: 45px;
    }
}
#jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info div .count_members {
    display: flex;
    justify-content: 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-top: 13px;
    margin-left: 15px;
    margin-right: 15px;
}
@media all and (max-width: 1200px) {
    #jd-admin-wrapper .listings .listing_block .info-listing-bottom .user-ava-info div .count_members .arrow {
        margin-left: 7px;
        margin-right: 7px;
    }
}
.link-card-listing {
    display: block;
    margin-bottom: 30px;
}
.link-card-listing:link,
.link-card-listing:valid,
.link-card-listing:visited,
.link-card-listing:hover {
    text-decoration: none;
}
.row-like-dislike-vote {
    display: flex;
}
.row-like-dislike-vote .like_company>span,
.row-like-dislike-vote .dislike_company>span {
    display: flex;
}
.row-like-dislike-vote .dislike_company span,
.row-like-dislike-vote .dislike_company a {
    color: #f24841;
    font-size: 12px;
    font-family: 'Open Sans', Sans-Serif;
    display: flex;
}
.row-like-dislike-vote .like_company span>svg,
.row-like-dislike-vote .like_company a>svg {
    background: url(../../../images/like-up.png) no-repeat center;
    height: 18px;
    width: 12px;
    margin-right: 5px;
    min-width: 12px;
}
.row-like-dislike-vote .dislike_company span>svg,
.row-like-dislike-vote .dislike_company a>svg {
    background: url(../../../images/down.png) no-repeat center;
    height: 18px;
    width: 12px;
    margin-right: 5px;
    min-width: 12px;
}
.row-like-dislike-vote .like_company {
    min-width: 30px;
    padding-right: 15px;
    display: flex;
    align-items: center;
}
.row-like-dislike-vote .dislike_company {
    min-width: 30px;
    padding-right: 15px;
    display: flex;
    align-items: center;
}
.jo-single-offer__item__content .vote_company {
    position: relative;
    padding-left: 15px;
}
.jo-single-offer__item__content .vote_company::before,
.jo-single-offer__item__content .vote_offer::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    left: 0;
    top: calc(100% - 75%);
    background: #282828;
}
.jo-single-offer__item__content .vote_offer {
    position: relative;
    padding-left: 15px;
}
.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;
    margin-bottom: 15px;
}
.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 .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;
}
@media all and (max-width: 992px) {
    .single-offer-container .couny-info-card .point-info p>span:nth-child(1),
    .single-offer-container .couny-info-card .point-info p>span:nth-child(2),
    .single-offer-container .couny-info-card .point-info p:nth-child(5)>span {
        font-size: 16px;
        line-height: 28px;
    }
}
@media all and (max-width: 992px) {
    .single-offer-container .right-info>h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }
}
.single-offer-container .right-info {
    padding-left: 50px;
}
.single-offer-container .right-info .right-info__list-params {
    padding-left: 45px;
    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: 16px;
}
.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-price::after {
    content: '\f51e';
}
.single-offer-container .right-info .right-info__list-params .travel-ad>span:nth-child(2) {
    display: flex;
    flex-flow: column;
    margin-top: 8px;
}
.single-offer-container .right-info .right-info__list-params .travel-ad>span:nth-child(2)>span {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.single-offer-container .right-info .right-info__list-params .travel-ad>span:nth-child(2)>span 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)>span a {
    font-size: 14px;
    line-height: 24px;
    color: #0187d0;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.single-offer-container .right-info .right-info__list-params .travel-type>span:nth-child(2) {
    display: flex;
    flex-flow: row wrap;
}
.single-offer-container .right-info .right-info__list-params .travel-type>span:nth-child(2)>span::before {
    position: absolute;
    left: 5px;
    font-family: 'Font Awesome 5 Free';
}
.single-offer-container .right-info .right-info__list-params .travel-type>span:nth-child(2)>span {
    font-size: 14px;
    min-height: 28px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    padding: 0 10px 0 35px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
}
.single-offer-container .right-info .right-info__list-params p {
    display: flex;
    position: relative;
    margin-bottom: 0;
}
.single-offer-container .right-info .right-info__list-params p>span:nth-child(1) {
    font-size: 14px;
    line-height: 36px;
    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: 14px;
    line-height: 36px;
    color: #282828;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
@media all and (max-width: 992px) {
    .single-offer-container .right-info .right-info__list-params p>span:nth-child(1) {
        width: 38%;
        min-width: 38%;
    }
    
    .single-offer-container .right-info .right-info__list-params p>span:nth-child(1),
    .single-offer-container .right-info .right-info__list-params p>span:nth-child(2) {
        font-size: 16px;
        line-height: 28px;
    }
    
    .single-offer-container .right-info .right-info__list-params p::after {
        top: 0;
    }
}
.single-offer-container .right-info .block-desc {
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    margin-bottom: 20px;
}
.single-offer__top-info {
    padding-bottom: 60px;
}
.single-offer__center-info {
    display: flex;
    margin-bottom: 80px;
}
.single-offer__center-info>.single-offer__center-info__map {
    width: 39.3%;
    min-width: 39.3%;
    height: 710px;
    position: relative;
}
@media all and (max-width: 992px) {
    .single-offer__center-info>.single-offer__center-info__map {
        width: 0;
        min-width: 0;
    }
    
    .single-offer__center-info>.single-offer__center-info__map.hide-map {
        width: 39.3%;
        min-width: 39.3%;
    }
}
.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;
    transition: all 0.2s ease;
}
.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: 16px;
    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;
}
.single-offer__center-info.map-active .single-offer__center-info__map {
    width: 100%;
}
.single-offer__center-info.map-active .single-offer__center-info__right-block {
    width: 0;
    padding: 0;
}
.single-offer__center-info.map-active .link-full-map {
    right: 0;
    z-index: 1;
    top: -43px;
}
.single-offer__center-info.map-active .link-full-map i {
    transform: rotate(180deg);
    transition: all 0.2s ease;
}
.landmarks-points__item .points__item__info-bottom .data-block {
    display: flex;
    flex-flow: column;
}
.date-yes_landmarks .points__item__info-bottom .data-block {
    margin-right: 30px;
    width: 95px;
    min-width: 95px;
}
.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;
}
.date-yes_landmarks .data-left {
    width: 125px;
    min-width: 125px;
}
.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;
}
.card-user__img-right-info {
    display: flex;
    margin-top: 7px;
}
.data-price-block .price p .card-price__value {
    font-size: 15px;
    line-height: 18px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.data-price-block .price p .card-price__text {
    font-size: 12px;
    line-height: 18px;
    color: #888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-left: 3px;
}
.card-user__img-right-info>a:nth-child(1) img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 50%;
}
.card-user__img-right-info>p {
    display: flex;
    flex-flow: column;
    margin-bottom: 0;
}
.card-user__img-right-info>p a {
    font-size: 14px;
    line-height: 24px;
    color: #017dc5;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.card-user__img-right-info>p span {
    font-size: 14px;
    line-height: 30px;
    color: #282828;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.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 .message-users-block {
    display: flex;
    flex-flow: column;
    padding: 30px 0 15px 0;
    margin-bottom: 15px;
}
.single-offer__bottom-info .message-users-block .user_item {
    display: flex;
    margin-bottom: 15px;
}
.single-offer__bottom-info .message-users-block .user_item .joms-avatar {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 10px;
}
.single-offer__bottom-info .message-users-block .user_item .joms-not-online a::after {
    background: #ADABAD !important;
    border: 0 !important;
}
.single-offer__bottom-info .message-users-block .user_item .joms-avatar a {
    width: 100%;
    height: 100%;
    display: flex;
}
.single-offer__bottom-info .message-users-block .user_item .joms-avatar a::after {
    bottom: 5px !important;
    right: 5px !important;
}
.single-offer__bottom-info .message-users-block .user_item .joms-avatar a img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0 !important;
    object-fit: cover;
}
.single-offer__bottom-info .message-users-block .user_item .user_item__messageBtn>p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}
.single-offer__bottom-info .message-users-block .user_item .user_item__messageBtn {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding-bottom: 5px;
}
.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 {
    text-align: left;
}

/* END Style Single Page Offer */

/* ------------------------------------------------------------------------------ */

/* Style Single Page Ver.2 */
.single-offer__top-info .top-row {
    margin-bottom: 110px;
}
.single-offer-container .top-title-page {
    padding-right: 70px;
    height: 100%;
    position: relative;
    height: 352px;
}
.single-offer-container .top-title-page>h3 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 54px;
    color: #000000;
    margin-bottom: 40px;
    text-align: left;
}
.single-offer-container .top-title-page .block-desc>p {
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}
.single-offer-container .top-title-page .block-desc.read-show-more>p {
    -webkit-line-clamp: none;
}
.single-offer-container .top-title-page .block-desc .read_more__info {
    display: inline-block;
    position: absolute;
    left: 0px;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    bottom: -12px;
}
.single-offer-container .top-title-page .block-desc .read_more__info i {
    color: #FDA028;
    margin-left: 8px;
}
.single-offer-container .info-user-card {
    display: flex;
    flex-flow: column;
}
.single-offer-container .info-user-card img {
    width: 100%;
    min-width: 100px;
    object-fit: cover;
    margin-bottom: 13px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.single-offer-container .info-user-card h4 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
}
.single-offer-container .ava-block-right .reviews-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}
.single-offer-container .ava-block-right .reviews-block .reviews__value {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.single-offer-container .ava-block-right .reviews-block .rating-rev {
    width: 134px;
    padding-right: 30px;
}
.single-offer-container .ava-block-right .reviews-block .rating-rev .progressWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: auto;
    margin-bottom: 0;
    font-size: 22px;
}
.single-offer-container .ava-block-right .reviews-block .rating-rev .chart--top {
    padding-top: 0;
}
.single-offer-container .ava-block-right .reviews-block .rating-rev .chart__axis-y {
    display: none;
}
.single-offer-container .ava-block-right .reviews-block .rating-rev .chart--horizontal .chart__bars {
    padding: 0;
}
.single-offer-container .ava-block-right .reviews-block .rating-rev .chart__axis-x {
    display: none;
}
.single-offer-container .ava-block-right .reviews-block .rating-rev #av_chart {
    position: relative;
    margin: 0;
    padding-right: 0;
    box-sizing: border-box;
    overflow: initial;
}
.single-offer-container .ava-block-right .reviews-block .rating-rev .chart__box.chart--horizontal {
    flex-flow: 1;
    background: #EBEBEB;
    border: 1px solid #B2C7D4;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 8px;
    width: 100%;
    position: relative;
    margin: 0 15px 0 0;
    padding: 0;
}
.single-offer-container .ava-block-right .reviews-block .rating-rev .chart__bars .bar {
    background: #1688CD;
    border-radius: 4px;
    height: 7px;
    border: 0;
    font-size: 0;
    position: absolute;
    margin: 0;
    top: -5px;
    left: 0;
}
.single-offer-container .ava-block-right .reviews-block .rating-rev .chart--horizontal .bar__container::after {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 22px;
    margin: 0;
    left: auto;
    right: -124px;
    top: -3px;
    color: rgb(33, 37, 41);
}
.single-offer-container .ava-block-right .reviews-block .rating-rev .progressWrap .fullbar {
    flex-flow: 1;
    background: #EBEBEB;
    border: 1px solid #B2C7D4;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 8px;
    width: 100%;
    position: relative;
    margin: 0 15px 0 0;
}
.single-offer-container .ava-block-right .reviews-block .rating-rev .progressWrap .progress {
    background: #1688CD;
    border-radius: 4px;
    height: 7px;
    border: 0;
    font-size: 0;
    position: absolute;
    margin: 0;
}
.single-offer-container .ava-block-right .reviews-block .rating-rev .progressWrap .value_rating {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.single-offer-container .info-top-row {
    display: flex;
    min-height: 140px;
}
.single-offer-container .info-top-row .start-block-info,
.single-offer-container .info-top-row .end-block-info {
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}
.single-offer-container .info-top-row .end-block-info::after {
    position: absolute;
    content: '';
    height: 70%;
    width: 2px;
    background: #dedede;
    left: 0;
    top: calc(50% - 35%);
}
.single-offer-container .shodow-info-top {
    box-shadow: 1px 1.732px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 0px;
    margin-left: 0;
    border-radius: 0 4px 4px 0;
    z-index: 1;
    position: relative;
    background: #fff;
    border-radius: 4px;
}
.single-offer-container .shodow-info-top>div:nth-child(1) {
    padding-left: 0;
    padding-right: 24px;
}
.single-offer-container .info-top-row .start-block-info .text-block,
.single-offer-container .info-top-row .end-block-info .text-block {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
}
.single-offer-container .info-top-row .start-block-info .date-block,
.single-offer-container .info-top-row .end-block-info .date-block {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
}
.single-offer-container .info-top-row .start-block-info .time-block,
.single-offer-container .info-top-row .end-block-info .time-block {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
}
.single-offer-container .info-top-row .count-block {
    background-color: #0187d0;
    padding: 20px 60px 15px 60px;
    width: 100%;
    border-radius: 4px 0 0 4px;
}
.single-offer-container .info-top-row .count-block .progressWrap .progress {
    background: #FDA028;
    border-color: #FDA028;
    border: 0;
    font-size: 0;
}
.single-offer-container .info-top-row .count-block .progressWrap .fullbar {
    background: #FDFDFD;
    box-shadow: inset 0px 5px 7px rgba(84, 84, 84, 0.3);
    border-color: #FDFDFD;
    border: 0px solid #000;
    border-radius: 5px;
}
.single-offer-container .info-top-row .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 .info-top-row .count-block .timer {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.single-offer-container .info-top-row .count-block .timer .seconds_wrapper {
    margin-right: 0;
}
.single-offer-container .info-top-row .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 .info-top-row .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 .info-top-row .count-block .timer .days_wrapper,
.single-offer-container .info-top-row .count-block .timer .hours_wrapper,
.single-offer-container .info-top-row .count-block .timer .minutes_wrapper {
    margin-right: 20px;
    position: relative;
}
.single-offer-container .info-top-row .count-block .days_wrapper::before,
.single-offer-container .info-top-row .count-block .hours_wrapper::before,
.single-offer-container .info-top-row .count-block .minutes_wrapper::before {
    content: ":";
    position: absolute;
    right: -13px;
    top: -2px;
    color: #ffffff;
}
.single-offer-container .info-listing-row {
    position: relative;
    padding-left: 15px;
    margin-top: -5px;
}
.single-offer-container .info-listing-row::after {
    content: '';
    position: absolute;
    display: block !important;
    width: calc(100% - 15px);
    height: 100%;
    right: 0;
    top: -100px;
    background: linear-gradient(179.36deg, rgba(1, 108, 173, 0.85) 7.49%, rgba(255, 255, 255, 0) 91.64%);
}
.single-offer-container .info-listing-row p {
    height: 220px;
    display: flex;
    flex-flow: column;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #232323;
    z-index: 1;
    position: relative;
    margin-bottom: 40px;
}
.single-offer-container .info-listing-row p a {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #232323;
}
.single-offer-container .info-listing-row p span:nth-child(1) {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 27px;
}
.single-offer-container .info-listing-row p span:nth-child(2) {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 25px;
}
.single-offer-container .info-listing-row .col-4:nth-child(1) p,
.single-offer-container .info-listing-row .col-4:nth-child(2) p,
.single-offer-container .info-listing-row .col-4:nth-child(3) p {
    padding-top: 80px;
}
.single-offer-container .info-listing-row p.travel-type span:nth-child(2) {
    display: flex;
    flex-flow: row wrap;
    padding-left: 60px;
}
.single-offer-container .info-listing-row p.travel-lan span:nth-child(2) {
    display: flex;
    flex-flow: row wrap;
}
.single-offer-container .info-listing-row p.travel-type span:nth-child(2)>span,
.single-offer-container .info-listing-row p.travel-lan span:nth-child(2)>span {
    background: rgba(11, 86, 170, 0.85);
    border-radius: 4px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #ffff;
    padding-right: 13px;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
}
.single-offer-container .info-listing-row p.travel-lan span:nth-child(2)>span {
    padding-left: 13px;
}
.single-offer-container .info-listing-row p.travel-type span:nth-child(2)>span::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffff;
    left: 11px;
    position: absolute;
    font-size: 14px;
}
.single-offer-container .info-listing-row p.region::after {
    content: '';
    position: absolute;
    width: 74px;
    height: 74px;
    background: url('../images/location_FT.png') no-repeat center;
    background-size: cover;
    color: hsla(0, 0%, 100%, 0.588);
    z-index: -1;
    left: 93px;
    top: 80px;
}
.single-offer-container .info-listing-row p.travel-group::after {
    content: '\f66f';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    color: hsla(0, 0%, 100%, 0.588);
    z-index: -1;
    left: 67px;
    top: 98px;
}
.single-offer-container .info-listing-row p.travel-members::after {
    content: '\f500';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 53px;
    color: hsla(0, 0%, 100%, 0.588);
    z-index: -1;
    left: 96px;
    top: 98px;
}
.single-offer-container .info-listing-row p.travel-type::after {
    content: '';
    position: absolute;
    width: 74px;
    height: 74px;
    background: url('../images/mdi_commute.png') no-repeat center;
    background-size: cover;
    color: hsla(0, 0%, 100%, 0.588);
    z-index: -1;
    left: 93px;
    top: -7px;
}
.single-offer-container .info-listing-row p.travel-lan::after {
    content: '';
    position: absolute;
    width: 74px;
    height: 74px;
    background: url('../images/internet_FT.png') no-repeat center;
    background-size: cover;
    color: hsla(0, 0%, 100%, 0.588);
    z-index: -1;
    left: 64px;
    top: -3px;
}
.single-offer-container .info-listing-row p.travel-price::after {
    content: '';
    position: absolute;
    width: 74px;
    height: 74px;
    background: url('../images/coin__FT.png') no-repeat center;
    background-size: cover;
    color: hsla(0, 0%, 100%, 0.588);
    z-index: -1;
    left: 92px;
    top: -3px;
}
.com_jomoffers.view-item .join_button {
    display: flex;
    justify-content: center;
    margin-top: -50px;
}
.com_jomoffers.view-item .join_button a:link,
.com_jomoffers.view-item .join_button a:valid,
.com_jomoffers.view-item .join_button a:visited,
.com_jomoffers.view-item .join_button a:hover {
    text-decoration: none;
}
.com_jomoffers.view-item .join_button a.join,
.com_jomoffers.view-item .join_button a.get_out,
.com_jomoffers.view-item .join_button span {
    background: #FFFFFF;
    border: 3px solid #0B56AA;
    box-shadow: 0px 5px 15px rgba(11, 86, 170, 0.1);
    border-radius: 4px;
    display: table;
    padding: 0 60px;
    margin: 0 auto 0 auto;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 83px;
    color: #06376D;
}
.com_jomoffers.view-item .join_button span {
    background: #0B56AA;
    color: #fff;
}
.com_jomoffers.view-item .join_button a.join:hover,
.com_jomoffers.view-item .join_button a.join:focus {
    outline: none;
    background: #FFFDFD;
    text-decoration: none;
    color: #06376D;
}
.my-offers-block__title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #333333;
    text-align: left;
}
.value-offers a {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 20px;
    display: block;
    text-align: left;
    padding-left: 15px;
}
.value-offers a::after {
    position: absolute;
    content: '';
    left: 3px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #FDA028;
    border-radius: 50%;
}
.tabs-block {
    margin-top: 60px;
}
.tabs-block .nav {
    display: flex;
    align-items: center;
    margin: 0 0 80px 0;
    padding: 0;
    height: 169px;
    border: 0;
    flex-flow: row nowrap;
}
.tabs-block .nav li {
    width: 50%;
}
.tabs-block .nav li a {
    display: flex !important;
    width: 100%;
    height: 160px;
    padding: 23px 50px;
    background: #FDAD46;
    box-shadow: inset 5px -5px 10px rgba(45, 45, 45, 0.13);
    position: relative;
    transition: none;
}
.tabs-block .nav li:nth-child(1) a {
    border-radius: 6px 0 0 6px;
}
.tabs-block .nav li:nth-child(2) a {
    border-radius: 0px 6px 6px 0;
}
.tabs-block .nav li a.active {
    background: #F3F6F7;
    border: 3px solid #FDA028;
    border-radius: 6px;
    box-shadow: none;
    height: 168px;
}
.tabs-block .nav li:nth-child(1) a {
    right: 0px;
}
.tabs-block .nav li:nth-child(2) a {
    left: 0px;
}
.tabs-block .nav li a .discount-btn {
    position: absolute;
    right: 30px;
    top: calc(50% - 40px);
}
.tabs-block .nav li a.active .discount-btn i {
    color: #FDA028;
    font-size: 76px;
}
.tabs-block .nav li a .discount-btn i {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 76px;
}
.tabs-block .nav li a .left-info-icon {
    display: flex;
    width: 100%;
    justify-content: center;
}
.tabs-block .nav li a .left-info-icon .count_members {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs-block .nav li a .left-info-icon .count_members .expected_members,
.tabs-block .nav li a .left-info-icon .count_members .now_members {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.tabs-block .nav li a .left-info-icon .count_members .expected_members .title,
.tabs-block .nav li a .left-info-icon .count_members .now_members .title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 15px;
}
.tabs-block .nav li a.active .left-info-icon .count_members .expected_members .title,
.tabs-block .nav li a.active .left-info-icon .count_members .now_members .title {
    color: #000000;
}
.tabs-block .nav li a .left-info-icon .count_members .expected_members .counter,
.tabs-block .nav li a .left-info-icon .count_members .now_members .counter {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
    margin: 0;
}
.tabs-block .nav li a.active .left-info-icon .count_members .expected_members .counter,
.tabs-block .nav li a.active .left-info-icon .count_members .now_members .counter {
    color: #FDA028;
}
.tabs-block .nav li a .left-info-icon .arrow {
    width: 41px;
    background: url('../images/Arrow__white.png') no-repeat;
    height: 20px;
    margin: 0 40px 0 40px;
}
.tabs-block .nav li a.active .left-info-icon .arrow {
    background: url('../images/Arrow_col.png') no-repeat;
}
.tabs-block .nav li a .right-info-icon {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding-right: 160px;
}
.tabs-block .nav li a .right-info-icon .offer_companies,
.tabs-block .nav li a .right-info-icon .offer_suggested_tours,
.tabs-block .nav li a .right-info-icon .offer_max_discount {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 14px;
    text-align: left;
}
.tabs-block .nav li a .right-info-icon .offer_max_discount {
    margin-bottom: 0;
}
.tabs-block .nav li a.active .right-info-icon .offer_companies,
.tabs-block .nav li a.active .right-info-icon .offer_suggested_tours,
.tabs-block .nav li a.active .right-info-icon .offer_max_discount {
    color: #000000;
}

/* .tabs-block .nav li a .right-info-icon .offer_companies::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
    background: url('../images/hat__noactive.png') no-repeat;
    z-index: 1;
}
.tabs-block .nav li a .right-info-icon .offer_suggested_tours::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
    background: url('../images/grid__noactive.png') no-repeat;
    z-index: 1;
}
.tabs-block .nav li a .right-info-icon .offer_max_discount::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
    background: url('../images/percentage_noactive.png') no-repeat;
    z-index: 1;
} */
.tabs-block .nav li a.active .right-info-icon .offer_companies::after {
    background: url('../images/hat__active.png') no-repeat;
}
.tabs-block .nav li a.active .right-info-icon .offer_suggested_tours::after {
    background: url('../images/grid__active.png') no-repeat;
}
.tabs-block .nav li a.active .right-info-icon .offer_max_discount::after {
    background: url('../images/percentage__active.png') no-repeat;
}
.infoBlock1_container {
    display: flex;
    padding: 0px 140px 120px 140px;
    margin-top: -70px;
}
#infoBlock1 {
    width: 100%;
}
.infoBlock1_container .message-users-block {
    flex-grow: 1;
}
.info-circle-block {
    width: 55%;
    display: flex;
    margin-top: -25px;
}
.info-circle-block .info-count-persone {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 100px;
    margin-right: 60px;
}
.info-circle-block .info-count-persone .circle-count {
    background: #FFBA62;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}
.info-circle-block .info-count-persone .persone__info {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.info-circle-block .info-count-persone .persone__info p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}
.info-circle-block .info-count-persone .persone__info span {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000000;
}
.info-circle-block .joined-persons {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.info-circle-block .joined-persons .circle-count {
    background: #FDA028;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}
.info-circle-block .joined-persons .persone__info p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
.message-users-block .message-group {
    padding-bottom: 15px;
    border-bottom: 2px solid #0B56AA;
    margin-bottom: 20px;
    padding-right: 15px;
}
.message-users-block .message-group .user_item .joms-avatar img {
    border: 0;
}
.message-users-block .message-group .user_item .mail a i {
    font-size: 24px;
    color: #AEACAA;
}
.link-viewAll-persone {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-align: left;
    float: left;
    margin-bottom: 30px;
}
.link-viewAll-persone i {
    margin-left: 10px;
    color: #FDA028;
    font-size: 16px;
}
#infoBlock2 {
    width: 100%;
}
#infoBlock2 .infoBlock2_container {
    width: 60%;
    display: block;
    margin: 0 auto 0 auto;
}
#infoBlock2 .infoBlock2_container .top-tours__rating-block {
    display: flex;
    margin-bottom: 15px;
}
#infoBlock2 .infoBlock2_container .top-tours__rating-block .icon-block {
    background: #1688CD;
    border-radius: 50%;
    position: relative;
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 30px;
}
#infoBlock2 .infoBlock2_container .top-tours__rating-block .icon-block::after {
    content: '';
    position: absolute;
    width: 58px;
    height: 58px;
    background: url('../images/statistics_FT.png') no-repeat center;
    top: calc(50% - 26px);
    left: calc(50% - 25px);
}
#infoBlock2 .infoBlock2_container .top-tours__rating-block .content-block {
    text-align: left;
    margin-top: -40px;
}
#infoBlock2 .infoBlock2_container .top-tours__rating-block .content-block>p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
#infoBlock2 .infoBlock2_container .top-tours__rating-block .content-block>label {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #0B56AA;
}
#infoBlock2 .infoBlock2_container .top-tours__rating-block .chart-horiz .chart li.past .bar {
    background: #0B56AA !important;
}
#infoBlock2 .infoBlock2_container .offer_offers .jo-single-offer__item {
    display: flex;
    margin-bottom: 10px;
}
#infoBlock2 .infoBlock2_container .offer_offers .jo-single-offer__item .round {
    background: #76B4D9;
    border-radius: 50%;
    position: relative;
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#infoBlock2 .infoBlock2_container .offer_offers .jo-single-offer__item .round.accepted {
    border: 9px solid #FDA028;
    background: #1688CD;
    width: 109px;
    height: 109px;
    left: -3px;
}
#infoBlock2 .infoBlock2_container .offer_offers .jo-single-offer__item .round.accepted::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 31px;
    background: url('../images/mdi_star_offers.png') no-repeat center;
    top: 1px;
    left: calc(50% - 15px);
}
#infoBlock2 .infoBlock2_container .offer_offers .jo-single-offer__item .round.accepted .discount_company {
    position: relative;
}
#infoBlock2 .infoBlock2_container .offer_offers .jo-single-offer__item .round.accepted .discount_company::after {
    content: 'max';
    position: absolute;
    bottom: -15px;
    left: calc(50% - 13px);
    font-size: 14px;
}
#infoBlock2 .infoBlock2_container .offer_offers .jo-single-offer__item .round span {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}
#infoBlock2 .infoBlock2_container .offer_offers .jo-single-offer__item .jo-single-offer__item__content {
    text-align: left;
    flex-grow: 1;
}
#infoBlock2 .infoBlock2_container .offer_offers .jo-single-offer__item .jo-single-offer__item__content.accepted {
    margin-left: -6px;
}
#infoBlock2 .infoBlock2_container .offer_offers .jo-single-offer__item .jo-single-offer__item__content .cd-margin {
    margin-bottom: 0;
}
#infoBlock2 .infoBlock2_container .offer_offers .jo-single-offer__item .jo-single-offer__item__content .cd-margin .offer_name {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 4px;
}
#infoBlock2 .infoBlock2_container .offer_offers .jo-single-offer__item .jo-single-offer__item__content .company_offers>p {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #C4C4C4;
}
#infoBlock2 .infoBlock2_container .offer_offers .jo-single-offer__item .jo-single-offer__item__content .company_offers>p .count_suggested_tours {
    margin-left: 30px;
}
#infoBlock2 .infoBlock2_container .offer_offers .jo-single-offer__item .jo-single-offer__item__content .company_offers>p a {
    position: absolute;
    right: 0;
}
#infoBlock2 .infoBlock2_container .offer_offers .jo-single-offer__item .row-like-dislike-vote {
    margin-bottom: 10px;
}
#infoBlock2 .infoBlock2_container .offer_offers .view-all-offers {
    text-align: left;
    padding-left: 130px;
}
#infoBlock2 .infoBlock2_container .offer_offers .view-all-offers a {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
#infoBlock2 .infoBlock2_container .offer_offers .view-all-offers a i {
    color: #FDA028;
    margin-left: 10px;
    font-size: 16px;
}
.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;
}
@media all and (max-width: 992px) {
    .container-latest-listing #jo-mod-list-wrapper .cd-margin {
        margin-bottom: 0;
        margin-top: 0;
    }
    
    .latest-item-card {
        margin-bottom: 30px !important;
    }
}
.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;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    min-height: 47px;
    padding: 0 15px;
}
.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: 7px 65px 3px 65px;
    margin: 0 0 20px 0;
    color: #fff;
}
.latest-item-card .info-listing-bottom {
    padding: 0 0 5px 15px;
}
.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;
}
@media all and (max-width: 1200px) {
    .latest-item-card .info-listing-bottom .user-ava-info>div:nth-child(1) {
        width: 110px;
        height: 110px;
        min-width: 110px;
        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) {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.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;
}
@media all and (max-width: 1200px) {
    .latest-item-card .info-listing-bottom .user-ava-info>div:nth-child(2) .count_members .now_members .counter {
        width: 45px;
        height: 45px;
    }
}
.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;
}
@media all and (max-width: 1200px) {
    .latest-item-card .info-listing-bottom .user-ava-info>div:nth-child(2) .count_members .expected_members .counter {
        width: 45px;
        height: 45px;
    }
}
.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;
}
@media all and (max-width: 1200px) {
    .latest-item-card .info-listing-bottom .user-ava-info>div:nth-child(2) .count_members .arrow {
        margin-left: 7px;
        margin-right: 7px;
    }
}
.latest-item-card .timer-gray .progressWrap .fullbar {
    background-color: #3499e3;
    border: 0 !important;
    border-radius: 3px;
}
.latest-item-card .timer-gray .progressWrap .progress {
    background: #fff;
    border-color: #ffff;
    font-size: 0;
    border-radius: 3px;
}
.latest-item-card .timer-gray .status {
    margin-bottom: 5px;
}
.latest-item-card .timer-gray>.timer {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding: 0.3em 0.7em;
}
.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: 25px;
    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: -15px;
    top: -2px;
}

/* END Style Single Page Ver.2 */

/* ------------------------------------------------------------------------------ */

/* 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;
    margin: 7px 0 10px 0;
}
#modal_filter .container-fiter#filter-block {
    padding: 18px 80px 40px 80px;
    border: 0;
}
#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: none;
    background: none !important;
    border: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 0px;
}
#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: rgb(0, 0, 0);
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    background: none;
    padding-left: 6px;
}
#modal_filter .irs-slider.from,
#modal_filter .irs-slider.to {
    background: none;
}
#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;
}
#modal_filter .modal-content .modal-header {
    margin: 45px 80px 0 80px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #888888;
}
#modal_filter .modal-content .modal-header .close-f {
    position: absolute;
    right: 25px;
    top: 20px;
    background: none;
    border: 0;
}
#modal_filter .modal-content .modal-header .close-f>span {
    width: 25px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #888;
    border-radius: 2px;
}
#modal_filter .modal-content .modal-header .filter-title {
    padding: 0 0 0 0;
}
#modal_filter .modal-content .more_open>a {
    padding: 5px 12px 5px 12px;
}
#modal_filter .modal-dialog {
    max-width: 415px;
}
.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;
}
#modal_filter .irs-from::after,
#modal_filter .irs-to::after,
#modal_filter .irs-single::after {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: -1px;
    margin-left: 0px;
    overflow: hidden;
    box-shadow: none;
    background: #00415d !important;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 17px;
}
.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;
}

/* ------------------------------------------------------------------ */
.jo-item-addoffer #modal_send_offer .modal-dialog {
    max-width: 945px;
    width: 945px;
}
.jo-item-addoffer #modal_send_offer .modal-dialog .modal-content {
    box-shadow: 0px 2px 7.5px rgba(0, 0, 0, 0.3);
}
.jo-item-addoffer #modal_send_offer .modal-dialog .modal-content>a:link,
.jo-item-addoffer #modal_send_offer .modal-dialog .modal-content>a:valid,
.jo-item-addoffer #modal_send_offer .modal-dialog .modal-content>a:visited,
.jo-item-addoffer #modal_send_offer .modal-dialog .modal-content>a:hover {
    text-decoration: none;
}
.jo-item-addoffer #modal_send_offer .modal-dialog .modal-content>a {
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    display: table;
    margin: 10px auto 60px auto;
    min-width: 263px;
    height: 60px;
    background-color: #0187d0;
    padding: 0 20px;
}
.jo-item-addoffer #modal_send_offer .modal-dialog .modal-content .modal-header {
    background: #ffff;
    border: 0;
    position: relative;
    padding: 0 70px;
}
.jo-item-addoffer #modal_send_offer .modal-dialog .modal-content .modal-header .filter-title {
    font-size: 48px;
    line-height: 48px;
    color: #0187d0;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin: 35px 0 35px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
.jo-item-addoffer #modal_send_offer .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 25px;
    top: 22px;
    font-size: 24px;
    width: 26px;
    height: 25px;
    border: 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    border-radius: 3px;
}
.jo-item-addoffer #modal_send_offer .modal-dialog .modal-content>.jo-offer-add .cd-clearfix>.row {
    margin: 0;
}
.jo-item-addoffer #modal_send_offer .modal-dialog .modal-content>.jo-offer-add .cd-clearfix>.row>#wrapper {
    padding: 0 180px 50px 210px;
    background: #fff;
}
.com_jomoffers.view-item .jo-item-addoffer form>div>.row>div .offer_tour {
    margin-top: 0 !important;
}
.com_jomoffers.view-item #tors_block .offer_tour:not(:last-child) {
    margin-bottom: 50px;
}
.com_jomoffers.view-item #tors_block .offer_tour .calendar>input {
    max-width: 260px;
}
@media all and (max-width: 992px) {
    .view-item_comoffers .main-page-fellow-traveler .content_offer>.row:nth-child(2) {
        display: flex;
        flex-flow: column-reverse;
    }
    
    .view-item_comoffers .main-page-fellow-traveler .content_offer>.row:nth-child(2)>div {
        margin-bottom: 40px;
    }
}
.view-item_comoffers .main-page-fellow-traveler .chart-horiz .chart {
    display: flex;
    padding-left: 45px;
    flex-flow: column;
}
.view-item_comoffers .main-page-fellow-traveler .chart-horiz .chart .past {
    margin: 0;
}
.view-item_comoffers .main-page-fellow-traveler .chart-horiz .chart>span {
    top: 0;
}
.view-item_comoffers .main-page-fellow-traveler .title-block-rating {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    padding-left: 51px;
    margin-top: -50px;
}
#withmodules .submenu-withmodules .submenu-module h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
#withmodules .submenu-withmodules .community-submenu-content-inner {
    display: flex;
}
#withmodules .submenu-withmodules .text-right .newsflash h4,
#withmodules .submenu-withmodules .text-right .newsflash h5 {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #fff;
}
.col-md-offset-5 {
    margin-left: 41.66666667%;
}
#chart-bg {
    background-size: 40% 35%;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 1px, transparent 1px, transparent 50%), repeating-linear-gradient(-90deg, #000, #000 1px, white 1px, white 50%);
    height: 100%;
    width: 100%;
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border: 1px solid;
}
.chart-horiz .chart li .number {
    top: 0;
    font-size: 20px;
}
.banner_fellow_traveler {
    margin-top: 30px;
}
.banner_fellow_traveler .container {
    padding: 0;
}