@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');
@import url('https://fonts.googleapis.com/css?family=Yeseva+One&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;
}

* {
    box-sizing: border-box;
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

.row:after,
.row:before {
    display: none !important;
}

.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 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,

/* 1 */

menu {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
    display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

a,
a:hover,
a:focus {
    text-decoration: none;
}

[hidden] {
    display: none;
}

ul {
    margin: 0;
    list-style-type: none;
}

footer ul {
    padding: 0;
}


/*.title{*/


/*font-size: 7.2rem;*/


/*font-weight: 900;*/


/*margin: 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;
}

.secondary_header {
    background: url(../img/header1.jpg) no-repeat center;
    background-size: cover;
}

body.main header .secondary_header {
    background: url(../img/header.jpg) no-repeat center;
    /*-webkit-background-size: cover;*/
    background-size: cover;
    /*color: #282828;*/
    /*display: block;*/
    /*width: 100%;*/
    /*position: relative;*/
}

section.header-text {
    text-align: center;
    color: #ffffff;
    padding-top: 75px;
}

section.header-text h3 {
    font-family: "Open Sans", Sans-Serif;
    font-size: 30pt;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

section.header-text h1 {
    font-family: 'Yeseva One', cursive;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 60pt;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

section.header-text .hor-line {
    max-width: 364px;
    height: 1px;
    background-color: #ffffff;
    width: 60%;
    margin: 0 auto;
}

section.header-text p {
    font-family: "Open Sans", Sans-Serif;
    margin: 40px auto 0;
    font-size: 24px;
    line-height: 36px;
    width: 90%;
    max-width: 500px;
    margin-bottom: 50px;
}

.joms-popup--video .joms-popup__content .joms-popup__video img {
    width: auto !important;
}

.copyright-menu a:hover,
.copyright-menu a:first-child {
    color: #ffa100;
    text-decoration: none;
}

.header_left {
    width: 75%;
    float: left;
    position: relative;
    padding: 45px 3.5% 38.3% 19%;
}

.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;
}

.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-top: 0px;
    margin-bottom: -4px;
}

.block-btn-map-and-view-all {
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-btn-map-and-view-all a:link,
.block-btn-map-and-view-all a:valid,
.block-btn-map-and-view-all a:visited,
.block-btn-map-and-view-all a:hover {
    text-decoration: none;
    color: #ffffff;
}

.block-btn-map-and-view-all>div.btn-viewAll>a {
    width: 262px;
    height: 60px;
    background-color: #282828;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-right: 30px;
}

.block-btn-map-and-view-all>div.btn-map a.map {
    width: 262px;
    height: 60px;
    background-color: #ffa100;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-right: 30px;
}

.block-btn-map-and-view-all {
    margin-bottom: 70px;
}

.footer .menu a {
    color: #535353;
    font-family: 'Open Sans', sans-serif;
}

.footer .social a:hover,
.footer .social a:focus {
    color: #ffa100;
    border-color: #ffa100;
}

.footer .copyright {
    color: #535353;
    font-size: 1.8rem;
}

.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>span {
    padding-right: 15px;
}

.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;
}

.copyright-menu a {
    color: #ffa100;
    font-size: 1.8rem;
}

.copyright-menu a:hover,
.copyright-menu a:focus {
    color: #ffa100 !important;
    text-decoration: none;
}

.copyright-menu p {
    margin: 0;
}

.bottom_banners .banneritem .wrapper-btn-banner {
    display: none;
}


/************************************************************************/


/* Style Search Module */

.top-search-auc .search form {
    height: 129px;
    display: flex;
    align-items: flex-end;
    background: hsla(0, 0%, 0%, 0.439);
    width: 88%;
    margin-bottom: 0;
    padding: 15px 30px 25px 30px;
    flex-flow: row nowrap;
    position: relative;
}

.top-search-auc .search form>.Input-block {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.top-search-auc .search form>.Title-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.top-search-auc .search form>.Title-block>h5 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
}

.top-search-auc .search form>.Input-block>input {
    width: 100%;
    height: 59px;
    border-radius: 0;
    background-color: hsla(0, 0%, 100%, 0.89);
    border: 2px solid hsla(0, 0%, 100%, 0.89);
    font-size: 24px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 0;
}

.top-search-auc .search form>.button {
    min-width: 262px;
    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;
    margin-left: 15px;
}

.top-search-auc .search {
    display: flex;
    justify-content: center;
}

.top-search-auc {
    margin: 0px 0 110px 0;
}


/* END Style Search Module */


/*******New main menu****************************************************/


/************************************************************************/

.menu-bottom .menu-position .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;
}

.menu-bottom>.container>.row>div.line_color .line-hover-title {
    display: flex;
    width: 100%;
    height: 26px;
    background: transparent;
}

.menu-bottom>.container>.row>div.line_color.hover-title .line-hover-title {
    background: hsla(0, 0%, 100%, 0.28);
}

.menu-bottom .menu-position ul>li>ul {
    width: 140px;
    top: 100%;
    position: absolute;
    background: white;
    border: 1px solid #e3e5e7;
    z-index: 12;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    display: none;
    transition: all ease 0.2s;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}

.menu-bottom .menu-position ul>li>ul>li {
    display: block !important;
}

.menu-bottom .menu-position ul>li>ul>li a {
    color: #272727 !important;
    font-size: 12px !important;
}

.menu-bottom .menu-position ul>li:nth-child(2):hover ul,
.menu-bottom .menu-position ul>li>ul:hover {
    display: block;
}

.menu-top {
    background-color: transparent;
}

.menu-bottom .menu-position {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.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;*/
}

.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;
}

.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 a,
.menu-bottom .menu-position ul.menu>li span {
    transition: all ease 0.2s;
}

.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;
}


/************************************************************/


/*******************lang*************************************/


/************************************************************/

.first-part .mod-languages .chzn-container-single .chzn-single {
    border: none;
    border-radius: 0;
    background: transparent url("../../../images/lang_img.jpg") no-repeat left !important;
    font-family: 'Open Sans', san-serif;
    color: #818181;
    font-size: 1.2rem;
    box-shadow: none;
    padding-left: 3rem;
}

.first-part .currency-switcher .chzn-container-single .chzn-single {
    border: none;
    border-radius: 0;
    background: transparent;
    font-family: 'Open Sans', san-serif;
    color: #818181;
    font-size: 1.2rem;
    box-shadow: none;
    padding-left: 3rem;
}

.first-part .mod-languages .chzn-container-single {
    width: 11rem !important;
}

.first-part .mod-languages .chzn-container-single {
    width: 11rem !important;
}

.first-part .mod-languages .chzn-drop {
    border: none;
    border-radius: 0;
    background-color: #d4ecf8;
}

.first-part .mod-languages .chzn-results {
    font-family: 'Open Sans', san-serif;
    color: #818181;
    font-size: 1.2rem;
}

.first-part .language {
    padding: 8px 0;
    width: auto;
    display: inline-block;
}

.first-part .language .mod-languages {
    display: inline-block;
    width: 11rem;
    padding: 35px 0 34px;
}

.language.notguest {
    opacity: 0;
    visibility: hidden;
    width: 0 !important;
    height: 0;
}

.first-part .currency-switcher .select2-container--default {
    max-width: 100%;
}

.first-part .mod-languages .select2-container--default .select2-selection--single,
.first-part .currency-switcher .select2-container--default .select2-selection--single {
    height: 24px;
    border: none;
    border-radius: 0;
}

.first-part .mod-languages .select2-container--default .select2-selection--single .select2-selection__rendered,
.first-part .currency-switcher .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    font-family: 'Open Sans', san-serif;
    color: #ffffff;
    font-size: 1.2rem;
}

.first-part .currency-switcher .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 24px;
}

.first-part .mod-languages .select2-container--default .select2-selection--single .select2-selection__arrow,
.first-part .currency-switcher .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 24px;
    width: 20px;
}

.first-part .mod-languages .select2-container--default .select2-selection--single .select2-selection__arrow b,
.first-part .currency-switcher .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: url(../img/select2_arrow.png) center no-repeat;
}

.first-part .mod-languages .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.first-part .currency-switcher .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select2-container--open .select2-dropdown--below {
    border: none;
    border-radius: 0;
    background-color: #bab3ae;
}

.select2-container--default .dd-lang .select2-results__option {
    padding: 4px 6px;
    font-family: 'Open Sans', san-serif;
    color: #000000;
    font-size: 1.2rem;
    line-height: 16px;
    text-align: right;
}

.select2-container--default .dd-lang .select2-results__option[aria-selected=true],
.select2-container--default .dd-lang .select2-results__option--highlighted[aria-selected],
.select2-container--default .dd-lang .select2-results__option:hover,
.select2-container--default .dd-lang .select2-results__option:focus {
    background-color: #9a928d;
    color: #ffffff;
}

.select2-container--default .dd-lang .select2-results__option:first-child {
    border-top: 1px solid #000000;
}


/*--------- End lang select ---------*/

body.com_vm_auction .first-part .language .mod-languages,
body.com_virtuemart .first-part .language .mod-languages {
    padding: 0;
}

.first-part .currency-switcher {
    padding: 0px 0 6px;
    width: auto;
    display: inline-block;
    margin-top: 40px;
    max-width: 84px;
}

.first-part .currency-switcher>form {
    display: inline-block;
    width: 100%;
    max-width: 160px;
}

.first-part .currency-switcher select {
    display: none;
}

.first-part .currency-switcher .chzn-single>span {
    text-align: right !important;
    padding-right: 8px;
}

.first-part .currency-switcher .chzn-drop {
    border: none;
    border-radius: 0;
    background-color: #d4ecf8;
}

.first-part .currency-switcher ul.chzn-results {
    font-family: 'Open Sans', san-serif;
    color: #818181;
    font-size: 1.2rem;
}

.chzn-container ul.chzn-results {
    margin: 0;
    padding: 0;
}

.first-part .mod-languages .chzn-container .chzn-results li.highlighted,
.first-part .currency-switcher .chzn-container .chzn-results li.highlighted,
.first-part .chzn-results li:hover,
.first-part .chzn-results :focus {
    background-color: #1d7897;
    background-image: none;
    color: #ffffff;
}


/*.first-part .mod-languages .chzn-container-single {*/


/*background: transparent !important;*/


/*border: none !important;*/


/*}*/


/*.first-part .language{*/


/*margin-top: 35px;*/


/*margin-right: 20px;*/


/*position: relative;*/


/*top: -7px;*/


/*}*/


/*.first-part  .mod-languages .chzn-container-single .chzn-single {*/


/*background: transparent;*/


/*background-image: none !important;*/


/*border: none !important;*/


/*border-radius: 0;*/


/*box-shadow: none;*/


/*height: 14px;*/


/*width: 33px;*/


/*float: right;*/


/*}*/


/*.first-part .mod-languages .chzn-container-active.chzn-with-drop .chzn-single div b {*/


/*background-position: center !important;*/


/*}*/


/*.first-part .mod-languages .chzn-container-single .chzn-single div {*/


/*height: 14px;*/


/*width: 33px;*/


/*}*/


/*.first-part .mod-languages .chzn-container-single .chzn-single div b {*/


/*background: url("../../../images/lang_2.png") no-repeat center;*/


/*height: 14px;*/


/*width: 33px;*/


/*}*/


/*.first-part .chzn-container-single .chzn-drop {*/


/*border: 1px solid #aaa !important;*/


/*margin-top: 2px;*/


/*border-radius: 0;*/


/*}*/


/*.first-part .chzn-container .chzn-results{*/


/*padding: 0;*/


/*margin: 0;*/


/*}*/


/*.first-part .mod-languages  .chzn-container .chzn-results li.highlighted,*/


/*.first-part  .chzn-results li:hover,*/


/*.first-part  .chzn-results :focus{*/


/*background-color: #f6f6f6;*/


/*background-image: none;*/


/*color: #444;*/


/*}*/

.menu-bottom .menu-position {
    width: 100%;
    display: flex;
    flex-flow: column;
    height: 70px;
}

.reg-log-position {
    text-align: right;
}

.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;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .menu-bottom .reg-log-position>ul>li.parent {
        top: -1px !important;
    }
}

.menu-bottom .reg-log-position>ul>li.parent {
    top: -2px;
}

@-moz-document url-prefix() {
    .menu-bottom .reg-log-position>ul>li.parent {
        top: -2px !important;
    }
}


/*.menu-bottom .reg-log-position > ul > li.parent>span{*/


/*background: url(../../../images/dashboard.png) no-repeat center;*/


/*}*/

.menu-bottom .reg-log-position>ul>li:hover,
.menu-bottom .reg-log-position>ul>li:focus {
    cursor: pointer;
}

section.vm-module-2 .wrapper .info .data {
    margin-bottom: 20px;
    margin-top: 10px;
}


/**********************************************************************************************************************/


/**********************************************************ABOUT US****************************************************/


/**********************************************************************************************************************/


/*.secondary_header{*/


/*background-color: #FFFFFF;*/


/*min-height: 165px;*/


/*border-bottom: 5px solid #bedfd9;*/


/*background: none;*/


/*}*/

.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: #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: #e3e3e3;
    padding: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #e3e3e3;
}

.secondary_header .services-menu ul>li a:hover,
.secondary_header .services-menu ul>li a:focus {
    color: #e3e3e3;
    border-color: transparent;
    background-color: transparent !important;
}

.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;
}

.menu-bottom .menu-position.menu>ul.menu {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
}

.menu-bottom .menu-position ul.menu {
    height: 100%;
}

.menu-bottom .menu-position ul.menu::before,
.menu-bottom .menu-position ul.menu::after {
    display: none;
}

.secondary_header .menu {
    flex-grow: 1;
    vertical-align: middle;
}

.secondary_header .header_right {
    background: none;
    left: 85%;
    width: 15%;
}

.secondary_header .header_right {
    padding-top: 75px;
}

.secondary_header .header_right>div {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.secondary_header .header_right>div.language {
    border-right: 1px solid #bedfd9;
}

.secondary_header .header_right>div:nth-child(2) {
    border-right: 1px solid #bedfd9;
}

.secondary_header .header_right>div {
    padding-right: 19px;
    padding-left: 15px;
    color: #bedfd9;
    text-transform: lowercase;
}

.secondary_header .header_right>div a {
    cursor: pointer;
    color: #bedfd9;
}

.secondary_header .header_right>div ul {
    padding-left: 0px;
}

section.about_us {
    background: #fff none repeat scroll 0 0;
    padding: 50px 0 180px 0;
    text-align: center;
    min-height: 1000px;
}

.about_us_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 72px;
    margin: 0px;
    margin-bottom: 40px;
}

section.about_us p {
    font-size: 14px;
    margin-bottom: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 30px;
}

.wrapper_about_us {
    padding: 0px 17% 30px 15%;
    display: inline-block;
}

.find_friends_about {
    background: rgba(0, 0, 0, 0) url("../img/friends.png") no-repeat scroll center top;
}

.chat_about {
    background: rgba(0, 0, 0, 0) url("../img/chat.png") no-repeat scroll center top;
}

.travel_about {
    background: rgba(0, 0, 0, 0) url("../img/travel.png") no-repeat scroll center top;
}

.about_us .column {
    width: 30%;
    float: left;
    line-height: 1.5;
    min-height: 20rem;
    text-align: center;
    margin-right: 3%;
    display: inline-block;
}

.column_about_title {
    font-size: 2.4rem;
    font-weight: 900;
    margin: 80px 0 30px;
    color: #666666;
}

.about_us .column p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0px 25px;
}

.about_btn {
    background: #7d9d92 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 300;
    padding: 1.1rem 6.0rem;
    transition: all 0.2s ease 0s;
}

.about_btn-2 {
    background: #7d9d92 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 300;
    padding: 16px 65px;
    transition: all 0.2s ease 0s;
}

section.component {
    background: #fff none repeat scroll 0 0;
}

.groups_left,
.groups_right {
    float: left;
    width: 50%;
    display: inline-block;
}

.groups_left {
    background-color: #FFFFFF;
    min-height: 1rem;
}

.groups_right {
    background-color: #bedfd9;
    padding: 310px 8% 0px 8%;
    min-height: 846px;
}

.title_group1 {
    color: #7d9d92;
    font-size: 4.8rem;
    margin: 0px;
}

.title_group2 {
    color: #282828;
    font-size: 7.2rem;
    margin: 0px;
}

.groups_right a {
    margin-top: 70px;
}

.groups .about_btn {
    font-family: 'Open Sans', sans-serif;
    /*font-weight: 300px;*/
}

.bottom_banners {
    text-align: center;
    display: inline-block;
    width: 100%;
}


/*
.banner, .banneritem{
  height: 360px;
  width: 360px;
  float: left;
  margin-right: 30px;
  text-align: center;
}
.banneritem{
  position: relative;
  text-align: left;
  cursor: pointer;
}
*/

.banner1 {
    background: rgba(0, 0, 0, 0) url("../img/banner1.png") no-repeat scroll center;
}

.banner2 {
    background: rgba(0, 0, 0, 0) url("../img/banner2.png") no-repeat scroll center;
}

.banner3 {
    background: rgba(0, 0, 0, 0) url("../img/banner3.png") no-repeat scroll center;
}

.wrapper_banners {
    margin: auto;
    display: inline-block;
}

.banneritem .desc_banner {
    position: absolute;
    top: 0;
    width: 100%;
}

.wrapper_banners {
    margin: auto;
    display: inline-block;
}

.title_banner {
    color: #FFFFFF;
    font-size: 48px;
    margin: 60px auto 70px auto;
}

.bottom_banners .desc_banner p:first-child {
    color: #FFFFFF;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 3.8rem;
    margin: 13rem 0 0 8rem;
    position: relative;
}

.bottom_banners .desc_banner .wrapper-btn-banner {
    width: 100%;
    text-align: center;
    margin-top: 6.8rem;
}

.bottom_banners .desc_banner a {
    cursor: pointer;
}

.bottom_banners span {
    padding-top: 15px;
    position: absolute;
    font-size: 5.2rem;
}

.contact_form {
    background: #FFFFFF;
    padding: 70px 20%;
    display: inline-block;
    width: 100%;
}

.bottom_banners .bannergroup .banneritem:first-child p:first-child {
    color: #242424;
}

.bottom_banners .bannergroup .banneritem:nth-child(2) p:first-child {
    color: #5589b0;
}

.bottom_banners .banneritem .wrapper-btn-banner {
    display: none;
}

.contact_form h2,
.contact_form .formControlLabel {
    display: none;
}

.contact_title {
    font-size: 7.2rem;
    margin: 0px;
    margin-bottom: 65px;
    text-align: center;
    font-family: 'Open Sans', san-serif;
}

.contact_form .rsform {
    width: 68%;
    float: right;
}

.contact_form .formResponsive .formHorizontal .formControls {
    margin-left: 0%;
}

.contact_info {
    width: 32%;
    float: left;
    font-family: 'Open Sans', san-serif;
}

.contact_info .phone {
    background: rgba(0, 0, 0, 0) url("../img/icon_phone.png") no-repeat scroll left;
    margin-bottom: 20px;
    height: 24px;
}

.contact_info .email {
    background: rgba(0, 0, 0, 0) url("../img/icon_mail.png") no-repeat scroll left;
}

.contact_info .phone div,
.contact_info .email div {
    margin-left: 60px;
}

.contact_info .phone div {
    padding-top: 5px;
}

.contact_form .rsform input {
    border-radius: 30px !important;
    padding: 0px 30px !important;
    width: calc(100% - 60px) !important;
    height: 45px !important;
    margin-bottom: 0px !important;
}

.contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
#captchaTxt36 {
    width: 35% !important;
}

.contact_form .formSpan12 div:nth-child(2),
.contact_form .formSpan12 div:nth-child(3),
.contact_form .formSpan12 div:nth-child(4),
.contact_form .formSpan12 div:nth-child(5) {
    width: 43% !important;
    float: left;
    margin-bottom: 0px !important;
    margin-right: 25px;
}

.contact_form .formSpan12 div:nth-child(2) div {
    padding-bottom: 0px !important;
    margin-bottom: -10px;
}

.contact_form .rsform textarea {
    border-radius: 30px !important;
    padding: 15px 30px !important;
    width: 82%;
}

.contact_form .formSpan12>div:last-child {
    margin-top: 50px;
    width: 100% !important;
}

.contact_form .formSpan12>div:last-child div {
    width: 100% !important;
}

.contact_form .formSpan12 div .formControls {
    width: 100% !important;
}

.contact_form .formSpan12 button {
    border-radius: 30px !important;
    display: inline-block !important;
    font-size: 2.4rem !important;
    font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif !important;
    padding: auto !important;
    height: 60px !important;
    width: 254px !important;
    transition: all 0.2s ease 0s;
    margin-right: 20px;
}

.contact_form .formSpan12 #Send {
    background: #7d9d92 none repeat scroll 0 0 !important;
    border: 0 none !important;
    color: #fff !important;
}

.contact_form .formSpan12 #Send:hover,
.contact_form .formSpan12 #Send:focus {
    background-color: #FFFFFF !important;
    border: 1px solid #7d9d92 !important;
    color: #7d9d92 !important;
}

.contact_form .formSpan12 .rsform-reset-button {
    background-color: #FFFFFF !important;
    border: 1px solid #7d9d92 !important;
    color: #7d9d92 !important;
    background-image: none !important;
}

.contact_form .formSpan12 .rsform-reset-button:hover,
.contact_form .formSpan12 .rsform-reset-button:focus {
    background-image: none !important;
    background: #7d9d92 none repeat scroll 0 0 !important;
    border: 0 none !important;
    color: #fff !important;
}

.fb_hide_iframes iframe {
    left: 0 !important;
}


/**********************************************************************************************************************/


/*********************************************************FOOTER ACTIVITY**********************************************/


/**********************************************************************************************************************/

.col-4 {
    width: 21%;
    float: left;
    display: table;
    margin-right: 4%;
}

.activities .row {
    width: 100%;
    display: inline-block;
}

.activity_title {
    margin-top: 0px !important;
    margin-bottom: 70px !important;
    color: #ffa100;
    font-size: 4.8rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
}

.new_photos h3,
.new_video h3,
.resent_network h3,
.resent_forum h3 {
    margin: 0 !important;
    margin-bottom: 40px !important;
    font-size: 24px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
}

.new_photos li {
    /*max-height: 10rem !important;*/
    width: 50% !important;
    overflow: hidden;
    padding: 0.5px !important;
}

.new_video li {
    width: 50% !important;
    overflow: hidden;
    padding: 0.5px !important;
}

.new_photos a img {
    display: block;
    object-fit: cover;
    width: 100%;
}

.new_video a img {
    /*max-height: 10rem;*/
    width: 100%;
    display: block;
    object-fit: cover;
    opacity: 0.7;
}

.col-4.new_video {
    width: 21.1%;
    margin-right: 3.9%;
}

.new_video li:hover img,
.new_video li:focus img,
.new_photos li:hover img,
.new_photos li:focus img {
    opacity: 0.3;
}

.new_video .joms-gap,
.new_video .joms-button--link {
    display: none;
}

.new_video .button_on {
    background: url("../img/play.png") no-repeat center;
    height: 32px;
    position: absolute;
    top: 8%;
    margin: auto !important;
    opacity: 0.5;
    right: 0 !important;
    text-align: center;
    width: 100%;
    display: inline-block;
    transition: opacity 0.8s;
}

.new_video .user {
    position: absolute;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: transparent;
    text-transform: capitalize;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    top: 7%;
    opacity: 0;
    text-align: center;
    width: 100%;
    transition: opacity 0.8s;
}

.new_video .date_video {
    background-color: transparent;
    text-transform: capitalize;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: absolute;
    margin-left: auto !important;
    margin-right: auto !important;
    bottom: 5% !important;
    opacity: 0;
    right: 0 !important;
    text-align: center;
    width: 100%;
    transition: opacity 0.8s;
}

.new_video li:hover .joms-video__duration,
.new_video li:focus .joms-video__duration {
    opacity: 1;
}

.new_video .joms-video__name {
    color: white;
    line-height: 12px;
    padding: 2px;
    display: inline-block;
    position: relative;
}

.new_video li:hover .date_video,
.new_video li:hover .user {
    opacity: 1;
}

.new_photos .date_photo {
    position: absolute;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: transparent;
    top: 10%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    right: 0 !important;
    text-align: center;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s;
}

.new_photos .date_photo .by {
    color: #666666;
    font-size: 10px;
    font-weight: 600;
}

.new_photos .date_photo .date_photo {
    font-size: 10px;
}

.new_photos li:hover .date_photo {
    opacity: 1;
}

.new_photos li {
    background-color: #000000;
}

.new_photos .joms-list__item a {
    text-align: center !important;
    margin: auto !important;
}

form .logout-button input {
    cursor: pointer;
}

form .logout-button input:hover {
    background-color: #bedfd9 !important;
}


/**********************************************************************************************************************/


/*********************************************************MESSAGE NETWORK**********************************************/


/**********************************************************************************************************************/

.resent_network .joms-stream__body,
.resent_network .joms-stream__actions,
.resent_network .joms-comment__reply,
.resent_network .joms-list__options {
    display: none;
}

.resent_network .joms-stream {
    background-color: transparent;
}

.resent_network .joms-stream__meta {
    border-bottom: 1px solid #666666;
    padding: 0px !important;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.resent_network .joms-avatar--stream {
    padding-right: 3rem;
    max-width: none;
}

.resent_network .joms-stream__meta a {
    color: #ffffff;
}

.resent_network .joms-stream__time {
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
}

.resent_network .joms-avatar--stream a img {
    padding: 0px;
    background: none;
    border: none;
    max-width: 66px;
    border-radius: 100%;
}

.resent_network .joms-stream__meta a:nth-child(2),
.resent_network .joms-stream__meta a:nth-child(3) {
    color: #ffa100 !important;
}

.joms-avatar img,
.joms-avatar--stream img,
.joms-avatar--comment img,
.joms-avatar--focus img,
.joms-avatar--video img,
.joms-online a::after {
    border-radius: 100%;
}

.resent_network .joms-stream__meta a:first-child {
    font-weight: bold;
}

.joms-hcard {
    display: none !important;
}

.resent_network .joms-stream__status {
    display: none;
}

.resent_network .joms-stream {
    box-shadow: none;
}

.resent_network .joms-stream__header {
    padding: 0;
}

.resent_network .joms-stream {
    margin-bottom: 35px !important;
}


/**********************************************************************************************************************/


/*********************************************************MESSAGE FORUM**********************************************/


/**********************************************************************************************************************/

.resent_forum a img {
    padding: 0px;
    background: none;
    border: none;
    max-width: 66px;
    border-radius: 100%;
}

.resent_forum .klatest {
    text-align: left;
}

.resent_forum .klatest-avatar {
    margin-right: 3rem;
    float: left;
    padding-bottom: 3.7rem !important;
    display: inline-block;
}

.klatest-subject {
    display: inline-block !important;
    margin-top: 5px;
}

.resent_forum .klatest-posttime {
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: calc(0.8 * 12px);
    margin-top: 2px;
    position: relative;
}

.resent_forum .klatest-subject a,
.resent_forum .klatest-author a {
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    text-transform: capitalize;
    font-size: 12px;
}

.resent_forum .klatest-author {
    margin-top: 5px;
    display: inline-block !important;
}

.resent_forum .klatest-preview-content {
    font-size: 12px;
}

.resent_forum .knewchar {
    display: none;
}

.resent_forum .klatest-item {
    display: inline-block;
    margin-bottom: 14px !important;
    width: 100%;
}

.resent_forum .klatest-posttime:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 96px;
    width: calc(100% - 96px);
    border-bottom: 1px solid #666666;
    top: 25px;
}

.resent_network .joms-stream__header>div:first-child {
    padding-right: 3rem;
    max-width: none;
}

.resent_network img {
    padding: 0px !important;
    background: none;
    border: none !important;
    max-width: 66px !important;
    border-radius: 100%;
}


/************************************************************************/


/*******Notofications****************************************************/


/************************************************************************/

.menu-top .second-part {
    height: 110px;
    padding: 0 36px 0 0px;
    width: 100%;
}

.menu-top .logo {
    padding-top: 14px;
    padding-bottom: 14px;
}

.menu-top .second-part .notifications {
    height: 100%;
    margin-bottom: 0;
    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;
}

.second-part .joms-notifications a {
    display: inline-block;
    vertical-align: middle;
    width: 13%;
    height: 24px;
    float: left;
    outline: none;
}

.second-part .joms-notifications a svg {
    display: none;
}

.menu-top .first-part {
    display: flex;
    text-align: right;
    width: 100%;
    justify-content: flex-end;
}

.menu-top.authenticated .first-part {
    margin: 0;
}

.menu-bottom {
    position: relative;
    height: 70px;
    z-index: 13;
}

.menu-bottom>.container>.row>div {
    position: static;
}

.reg-log-position ul li.item-479 a {
    padding-left: 3px !important;
}

.reg-log-position>ul>li>a {
    color: #6b6b6b;
    font-size: 14px;
    text-transform: lowercase;
    height: 100%;
    padding: 0;
    line-height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.reg-log-position>ul>li>a:hover,
.reg-log-position>ul>li>a:focus {
    background-color: transparent !important;
    color: #ffffff !important;
}

.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-color: #bab3ae;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #000000;
}

.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;
}

.reg-log-position li.parent>ul>li {
    background: #bab3ae;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 10px 10px 10px 10px;
    transition: all ease 0.2s;
}

.reg-log-position li.parent>ul>li>a {
    color: #000000;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    transition: all ease 0.2s;
}

.reg-log-position li.parent>ul>li:hover,
.reg-log-position li.parent>ul>li:focus {
    background: #9a928d;
}

.reg-log-position li.parent>ul>li:hover a,
.reg-log-position li.parent>ul>li:focus a {
    color: #ffffff;
}

.reg-log-position li.parent>ul>li>a:hover,
.reg-log-position li.parent>ul>li>a:focus {
    text-decoration: none;
}

.reg-log-position li.parent:hover ul {
    display: block;
}

.activities .resent_network .joms-stream__container>.joms-stream>.joms-comment {
    display: none;
}

.activities .resent_network .joms-stream__container .joms-stream__body.no-head {
    display: table;
    vertical-align: middle;
    border-bottom: 1px solid #666666;
    padding: 0 0 10px 0 !important;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    position: relative;
    left: 93px;
    width: calc(100% - 93px);
}

.activities .resent_network .joms-stream__container .joms-stream__body.no-head svg {
    display: none;
}

.activities .resent_network .joms-stream__container .joms-stream__body.no-head a {
    color: #ffffff;
}

.second-part .notifications>.joms-notifications>a>span {
    position: relative;
    left: 7px;
    bottom: 32px;
    color: #ffffff;
    background-color: #e63f52;
    border-radius: 100%;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding: 1px 6px;
}

.second-part .notifications>.joms-notifications>a>span:empty {
    display: none;
}

.second-part .notifications>.joms-notifications>a:hover,
.second-part .notifications>.joms-notifications>a:focus {
    text-decoration: none !important;
}


/************************************************************/


/****************Resent from blog footer*********************/


/************************************************************/

.activities .resent_network .imgwrapper {
    width: auto;
    text-align: left;
    display: inline-block;
    margin-right: 3rem;
    float: left;
}

.activities .resent_network .mod_blogfactory_post>ul {
    padding-left: 0 !important;
}

.activities .resent_network .mod_blogfactory_post>ul>li {
    content: "";
    display: block;
    clear: both;
    margin-bottom: 30px;
}

.activities .resent_network .titlepost {
    line-height: 14px;
}

.activities .resent_network .wrappertext {
    width: calc(100% - 96px);
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid #666666;
    padding-bottom: 10px;
}

.activities .resent_network .small.muted.date {
    font-size: 12px;
    color: #666666;
    font-family: "Open Sans", Sans-Serif;
    margin-top: 10px;
}

.activities .resent_network .tex {
    font-size: 12px;
    font-family: "Open Sans", Sans-Serif;
}

.activities .container {
    padding-left: 0;
    padding-right: 0;
}

.activities .resent_network .name {
    font-weight: bold;
    font-family: "Open Sans", Sans-Serif;
    font-size: 12px;
}

.activities .resent_network .titlepost {
    font-size: 12px;
    font-family: "Open Sans", Sans-Serif;
    color: #ffa100;
    ;
}

.activities .resent_network .titlepost:hover,
.activities .resent_network .titlepost:focus {
    text-decoration: none;
}

.activities .resent_forum .klatest-author a,
.activities .resent_forum .klatest-preview-content {
    font-family: "Open Sans", Sans-Serif;
}

.activities .resent_forum .klatest-posttime {
    font-size: 12px;
    margin-top: 5px;
}

.activities .resent_forum .klatest-author a:hover,
.activities .resent_forum .klatest-author a:focus {
    text-decoration: none;
}

.new_photos .date_photo {
    line-height: 18px;
}

.resent_network img {
    padding: 0px !important;
    background: none;
    border: none !important;
    max-width: 66px !important;
    border-radius: 100%;
}


/************************************************************/


/****************Register pages******************************/


/************************************************************/

body.com_community.view-register .joms-landing {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    margin-bottom: 335px;
    padding-bottom: 0;
    margin-top: 10px;
    min-height: 816px;
}

body.com_community.view-register .joms-landing.first {
    min-height: 976px;
}

body.com_community.view-register .joms-landing .joms-landing__cover,
body.com_community.view-register .joms-landing .joms-landing__cover+.joms-landing__action {
    float: left;
    width: 40%;
}

body.com_community.view-register .joms-landing .joms-landing__action {
    width: 60% !important;
}

body.com_community.view-register .joms-landing__image {
    background: url(../../../images/reg-1-img.jpg) no-repeat center center !important;
    height: 816px;
}

body.com_community.view-register .first .joms-landing__image {
    background: url(../../../images/reg-0-img.jpg) no-repeat center center !important;
    object-fit: cover;
    height: 976px;
}

body.com_community.view-register #community-wrap>div {
    background-color: #ffffff;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

body.com_community.view-register .outerpgbar {
    position: relative;
    width: 37% !important;
    right: 130px;
    top: 120px;
    float: right;
    display: inline-block;
    border: 1px solid #bababa;
    border-radius: 20px;
    height: 12px;
}

body.com_community.view-register .outerpgbar .innerpgbar {
    border-radius: 20px;
    background: #3f97b5;
    height: 10px;
}

body.com_community.view-register .joms-landing .joms-landing__action {
    padding: 30px 80px 0px 125px;
}

body.com_community.view-register .joms-landing .joms-landing__action h3 {
    margin-top: 100px;
    text-align: left;
    color: #222222;
    font-family: 'Open Sans', Sans-Serif;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 30px;
}

body.com_community.view-register .joms-landing__action {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-radius: 0;
}

body.com_community.view-register input[ data-required="true"]::-webkit-input-placeholder {
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    font-size: 18px;
}

body.com_community.view-register input::-moz-placeholder {
    font-family: 'Open Sans', Sans-Serif !important;
    color: #333333 !important;
    font-size: 18px;
}

body.com_community.view-register input:-moz-placeholder {
    font-family: 'Open Sans', Sans-Serif !important;
    color: #333333 !important;
    font-size: 18px;
}

body.com_community.view-register input:-ms-input-placeholder {
    font-family: 'Open Sans', Sans-Serif !important;
    color: #333333 !important;
    font-size: 18px;
}

body.com_community.view-register .first input {
    font-family: 'Open Sans', Sans-Serif !important;
    color: #333333 !important;
    font-size: 18px;
}

body.com_community.view-register .first .joms-landing__action .joms-form__group {
    margin-bottom: 35px;
}

body.com_community.view-register .first .joms-landing__action .joms-form__group input {
    border-radius: 30px;
    padding-left: 35px;
    height: 55px;
}

body.com_community.view-register .first .joms-landing__action form>div:nth-child(8),
body.com_community.view-register .first .joms-landing__action form>div:nth-child(6) {
    display: none;
}

body.com_community.view-register .joms-landing__action form .joms-button__next {
    float: left;
    margin-top: 7px;
    padding: 0;
    background: transparent;
    border: none;
    color: #3f97b5 !important;
    font-family: 'Open Sans', Sans-Serif;
    font-size: 24px;
    width: 150px;
}

body.com_community.view-register .joms-landing__action form>div:nth-child(7)>span {
    display: none;
}

body.com_community.view-register .have-account {
    text-align: left;
}

body.com_community.view-register .have-account a {
    color: #3f97b5;
    font-size: 14px;
    font-family: 'Open Sans', Sans-Serif;
    margin-top: 0;
}

body.com_community.view-register form.profiletype {
    margin-top: 180px;
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-family: 'Open Sans', Sans-Serif;
    line-height: 24px;
}

body.com_community.view-register form.profiletype li h5 {
    color: #000000;
    font-size: 16px;
    font-family: 'Open Sans', Sans-Serif;
    font-weight: 400;
    float: left;
    display: inline-block;
}

body.com_community.view-register form.profiletype li label span {
    float: left;
    display: inline-block;
    position: relative;
    top: -3px;
}

body.com_community.view-register form.profiletype li {
    margin-bottom: 15px;
}

body.com_community.view-register form.profiletype li input[type="radio"] {
    margin: 2px 0 0;
}

body.com_community.view-register .note-message {
    width: 100%;
    padding-left: 63px;
    display: inline-block;
}

body.com_community.view-register .note {
    position: relative;
    top: 24px;
    display: inline-block;
}

body.com_community.view-register .joms-button.next {
    padding: 0;
    background: transparent;
    border: none;
    color: #3f97b5 !important;
    font-family: 'Open Sans', Sans-Serif !important;
    font-size: 24px;
    width: 130px;
    cursor: pointer;
    margin-top: 10px;
}

body.com_community.view-register a.previous {
    margin-top: 0;
    cursor: pointer;
    outline: none;
    outline-color: transparent !important;
    margin-right: 25px;
}

body.com_community.view-register a.previous:focus {
    outline: none;
    outline-color: transparent !important;
}

body.com_community.view-register .next-2 {
    padding-top: 4px !important;
}

@-moz-document url-prefix() {
    body.com_community.view-register .next-2 {
        padding-top: 2px !important;
    }
}

body.com_community.view-register .last .joms-landing__action form {
    margin-top: 90px;
    text-align: left;
}

body.com_community.view-register .last .joms-landing__action form legend {
    font-size: 24px;
    font-family: 'Open Sans', Sans-Serif;
    color: #222222;
    margin-bottom: 35px;
    font-weight: 400;
}

body.com_community.view-register .last .joms-landing__action form.class1>div:nth-child(10)>span {
    display: none;
}

body.com_community.view-register .last .joms-landing__action form.class1>div:nth-child(10) {
    padding-right: 0;
}

body.com_community.view-register .last .joms-landing__action form .joms-button--full-small.joms-button--privacy {
    padding: 0;
    border: none;
    background: transparent url("../../../images/globe.png") no-repeat center;
    right: -35px;
    display: inline-block;
}

body.com_community.view-register .last .joms-landing__action form .joms-button--full-small.joms-button--privacy svg {
    height: 50px;
    fill: #3f97b5;
    width: 25px;
}

body.com_community.view-register .last .joms-dropdown.joms-dropdown--privacy {
    right: -30px;
}

body.com_community.view-register .last .joms-checkbox a {
    margin-top: 0;
}

body.com_community.view-register .last .joms-button--primary.joms-button--full-small {
    padding: 0;
    width: 100%;
    height: 60px;
    background-color: #3f97b5;
    border: none;
    color: #FFFFFF !important;
    font-family: 'Open Sans', Sans-Serif;
    font-size: 24px;
    text-align: center;
    border-radius: 30px;
}

body.com_community.view-register .last .joms-landing__action form>div:nth-child(13) span {
    display: none;
}

body.com_community.view-register .last .joms-button.next {
    margin-top: 40px;
    margin-bottom: 40px;
    outline: none;
}

body.com_community.view-register .last .joms-button.next:focus,
body.com_community.view-register .last .joms-button.next:hover {
    outline: none;
}

body.com_community.view-register .last .joms-landing__image {
    background: url(../../../images/reg-3-img.jpg) no-repeat center center !important;
    height: 1118px;
}

body.com_community.view-register .joms-landing.last {
    margin-bottom: 35px;
    min-height: 1118px;
}

body.com_community.view-register .first .joms-checkbox span {
    text-align: left;
    color: #000000;
    font-family: 'Open Sans', Sans-Serif;
    line-height: 24px;
    font-size: 14px;
    margin-top: -5px;
}

body.com_community.view-register .first .joms-checkbox a {
    margin-top: 0;
    color: #3f97b5;
    font-family: 'Open Sans', Sans-Serif;
    line-height: 24px;
    font-size: 14px;
    text-decoration: underline;
    display: inherit;
}

body.com_community.view-register .first .joms-checkbox {
    margin-bottom: 45px;
}

.view-register .joms-radio--wrapper label {
    margin-right: 15px;
}

.view-register .joms-radio--wrapper label input {
    margin-top: 3px !important;
}

body.com_community.view-register .last .joms-landing__action form>div.joms-form__group>span {
    display: none;
}

body.com_community.view-register .last .joms-landing__action form>div.joms-form__group {
    margin-bottom: 35px;
    padding-right: 0;
}

body.com_community.view-register .last .joms-landing__action form>div input[type=text],
body.com_community.view-register .last .joms-landing__action form>div .joms-select--wrapper {
    height: 55px;
    border-radius: 30px !important;
    padding-left: 35px;
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
}

body.com_community.view-register .last textarea {
    border-radius: 30px !important;
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    padding-left: 35px;
}

body.com_community.view-register .last .joms-landing__action form>div select {
    height: 100%;
}

body.com_community.view-register .last .joms-landing__action form>div select option:hover,
body.com_community.view-register .last .joms-landing__action form>div select option:focus {
    background-color: #3f97b5;
}

.joms-select--wrapper::after {
    display: none;
}

body.com_community.view-register .last .joms-landing__action form div.joms-form__group .joms-select--wrapper::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 13px;
    top: 50%;
    margin-top: -4px;
    margin-right: 15px;
    background-image: url(../../../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
    pointer-events: none;
    display: block;
}

body.com_community.view-register .first input[type="checkbox"] {
    margin-top: 11px;
}

body.com_community.view-register .last .joms-landing__action form>div input[type=text]::-webkit-input-placeholder {
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
}

body.com_community.view-register .last .joms-landing__action form>div input[type=text]::-moz-placeholder {
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
}


/* Firefox 19+ */

body.com_community.view-register .last .joms-landing__action form>div input[type=text]:-moz-placeholder {
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
}


/* Firefox 18- */

body.com_community.view-register .last .joms-landing__action form>div input[type=text]:-ms-input-placeholder {
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
}

body.com_community.view-register .last .joms-landing__action form>div textarea::-webkit-input-placeholder {
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
}

body.com_community.view-register .last .joms-landing__action form>div textarea::-moz-placeholder {
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
}


/* Firefox 19+ */

body.com_community.view-register .last .joms-landing__action form>div textarea:-moz-placeholder {
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
}


/* Firefox 18- */

body.com_community.view-register .last .joms-landing__action form>div textarea:-ms-input-placeholder {
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
}

body.com_community.view-register .joms-landing.success-1 .joms-landing__action {
    padding: 150px 130px 0px 125px;
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
}

body.com_community.view-register .joms-landing.success-1 a {
    width: 80%;
    height: 55px;
    background-color: #3f97b5;
    border: none;
    font-size: 16px;
    padding-top: 16px;
    font-family: 'Open Sans', Sans-Serif;
    border-radius: 30px;
    margin: 50px auto 0 auto;
    outline: none;
}

body.com_users.view-login .joms-landing,
body.com_users.view-reset .joms-landing,
body.com_users.view-remind .joms-landing {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    margin-bottom: 60px;
    padding-bottom: 0;
    margin-top: 15px;
    min-height: 790px;
}

body.com_users.view-login .joms-landing .joms-landing__cover,
body.com_users.view-login .joms-landing .joms-landing .joms-landing__cover+.joms-landing__action,
body.com_users.view-reset .joms-landing .joms-landing__cover,
body.com_users.view-reset .joms-landing .joms-landing .joms-landing__cover+.joms-landing__action,
body.com_users.view-remind .joms-landing .joms-landing__cover,
body.com_users.view-remind .joms-landing .joms-landing .joms-landing__cover+.joms-landing__action {
    float: left;
    width: 40%;
}

body.com_users.view-login .joms-landing__image,
body.com_users.view-reset .joms-landing__image,
body.com_users.view-remind .joms-landing__image {
    background: url(../../../images/community.jpg) no-repeat center center !important;
    height: 790px;
}

body.com_users.view-login .joms-landing .joms-landing__action,
body.com_users.view-reset .joms-landing .joms-landing__action,
body.com_users.view-remind .joms-landing .joms-landing__action {
    width: 60%;
}

body.com_users.view-login .joms-landing .joms-landing__action,
body.com_users.view-reset .joms-landing .joms-landing__action,
body.com_users.view-remind .joms-landing .joms-landing__action {
    padding: 55px 125px 20px 125px;
}

body.com_users.view-login .joms-landing__action,
body.com_users.view-reset .joms-landing__action,
body.com_users.view-remind .joms-landing__action {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-radius: 0;
}

body.com_users.view-login .well,
body.com_users.view-reset .well,
body.com_users.view-remind .well {
    min-height: 20px;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
}

body.com_users.view-reset .control-label,
body.com_users.view-remind .control-label {
    display: none;
}

body.com_users.view-login .joms-landing__text,
body.com_users.view-login .joms-landing__text h2 {
    color: #424242;
    text-align: left;
}

body.com_users.view-login fieldset>div:first-child .control-label,
body.com_users.view-login fieldset>div:nth-child(2) .control-label {
    display: none;
}

body.com_users.view-login .joms-landing__text h2 {
    margin-top: 0;
    color: #424242;
    font-weight: 400;
    font-size: 36px;
    font-family: 'Open Sans', Sans-Serif;
    margin-bottom: 30px;
}

body.com_users.view-login .joms-landing__text p,
body.com_users.view-reset p,
body.com_users.view-remind p {
    padding-bottom: 25px;
    margin-bottom: 0;
    max-width: 390px;
    line-height: 24px;
    font-size: 14px;
    font-family: 'Open Sans', Sans-Serif;
    color: #282828;
}

body.com_users.view-login fieldset>div:first-child input[type=text],
body.com_users.view-login fieldset>div:nth-child(2) input[type=password],
body.com_users.view-reset input.validate-username,
body.com_users.view-remind input.validate-email {
    padding: 10px 30px 10px 30px;
    height: 55px;
    border-radius: 30px;
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    background: #fff;
    border: 1px solid #e3e5e7;
    color: #2c3e50;
    width: 100%;
    outline: none;
    box-shadow: none;
    margin-bottom: 20px;
}

body.com_users.view-login fieldset>div:first-child input[type=text]::-webkit-input-placeholder {
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    position: relative;
    left: -38px
}

body.com_users.view-login fieldset>div:first-child input[type=text]::-moz-placeholder {
    opacity: 1;
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    position: relative !important;
    left: -38px !important;
}


/* Firefox 19+ */

body.com_users.view-login fieldset>div:first-child input[type=text]:-moz-placeholder {
    opacity: 1;
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    position: relative;
    left: -38px
}


/* Firefox 18- */

body.com_users.view-login fieldset>div:first-child input[type=text]:-ms-input-placeholder {
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    position: relative;
    left: -38px
}

body.com_users.view-login fieldset>div:nth-child(2) input[type=password]::-webkit-input-placeholder {
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    position: relative;
    left: -38px
}

body.com_users.view-login fieldset>div:nth-child(2) input[type=password]::-moz-placeholder {
    opacity: 1;
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    position: relative !important;
    ;
    left: -38px !important;
}


/* Firefox 19+ */

body.com_users.view-login fieldset>div:nth-child(2) input[type=password]:-moz-placeholder {
    opacity: 1;
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    position: relative;
    left: -38px
}


/* Firefox 18- */

body.com_users.view-login fieldset>div:nth-child(2) input[type=password]:-ms-input-placeholder {
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    position: relative;
    left: -38px
}

body.com_users.view-reset input.validate-username::-webkit-input-placeholder {
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    position: relative;
    left: -38px
}

body.com_users.view-reset input.validate-username::-moz-placeholder {
    opacity: 1;
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    position: relative;
    left: -38px !important;
}

body.com_users.view-reset input.validate-username:-moz-placeholder {
    opacity: 1;
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    position: relative;
    left: -38px
}

body.com_users.view-reset input.validate-username:-ms-input-placeholder {
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    position: relative;
    left: -38px
}

body.com_users.view-remind input.validate-email::-webkit-input-placeholder {
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    position: relative;
    left: -38px
}

body.com_users.view-remind input.validate-email::-moz-placeholder {
    opacity: 1;
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    position: relative;
    left: -38px;
}

body.com_users.view-remind input.validate-email:-moz-placeholder {
    opacity: 1;
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    position: relative;
    left: -38px
}

body.com_users.view-remind input.validate-email:-ms-input-placeholder {
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    color: #333333;
    position: relative;
    left: -38px
}

body.com_users.view-reset input.validate-username {
    margin-top: 15px;
}

body.com_users.view-remind input.validate-email {
    margin-top: 15px;
}

body.com_users.view-reset .controls button,
body.com_users.view-remind .controls button {
    background-color: #3f97b5;
    font-size: 24px;
    font-family: 'Open Sans', Sans-Serif;
    border-radius: 30px;
    width: 100% !important;
    height: 60px;
    border: none;
    margin-top: 10px;
    outline: none;
}

body.com_users.view-reset .controls button:focus,
body.com_users.view-remind .controls button:focus {
    outline: none;
}

body.com_users.view-login fieldset>div:nth-child(3) .control-label {
    width: auto;
    max-width: 150px;
    text-align: left;
    float: none;
    display: inline-block;
}

body.com_users.view-login fieldset>div:nth-child(3) .controls {
    max-width: 30px;
    text-align: left;
    margin-top: 6px;
    float: left;
    display: inline-block;
    width: 30px;
}

body.com_users.view-login fieldset>div:nth-child(3) .control-label label {
    font-size: 14px;
    color: #282828;
    font-family: 'Open Sans', Sans-Serif;
    font-weight: 400;
}

body.com_users.view-login fieldset>div:nth-child(4) {
    margin-top: 20px;
    margin-bottom: 45px;
}

body.com_users.view-login fieldset>div:nth-child(4) button {
    background-color: #3f97b5;
    font-size: 24px;
    font-family: 'Open Sans', Sans-Serif;
    border-radius: 30px;
    width: 100% !important;
    height: 60px;
    border: none;
    outline: none;
}

body.com_users.view-login fieldset>div:nth-child(4) button:focus {
    outline: none;
}

body.com_users.view-login .joms-landing__action>div:nth-child(4) {
    text-align: left;
    max-width: 200px;
}

body.com_users.view-login .joms-landing__action>div:nth-child(4) .nav-tabs {
    border-bottom: none;
}

body.com_users.view-login .joms-landing__action>div:nth-child(4) .nav-tabs li a {
    padding: 0;
    margin-top: 6px;
    width: 100%;
    color: #1d7897;
    font-family: 'Open Sans', Sans-Serif;
    font-size: 14px;
    background: transparent !important;
    outline: none;
}

body.com_users.view-login .joms-landing__action>div:nth-child(4) .nav-tabs li a:focus {
    outline: none;
}

body.com_users.view-login .joms-landing__action>div:nth-child(4) .nav-tabs li:hover a,
body.com_users.view-login .joms-landing__action>div:nth-child(4) .nav-tabs li:focus a {
    background: transparent !important;
    border: 1px solid transparent;
    outline: none;
}

body.com_users.view-login .joms-button--signup {
    background-color: #ffa400;
    font-family: 'Open Sans', Sans-Serif;
    font-size: 24px;
    width: 100% !important;
    height: 60px;
    border-radius: 30px;
    border: none;
    margin-bottom: 0;
}

.mcatalogue-filter .modMcatalogueFilter .jq-selectbox__select {
    width: 315px;
    border: none;
    height: 40px;
    border: none;
    border-radius: 30px;
    outline: none;
    padding-left: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    background-image: url(../../../images/arrowlist.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    box-shadow: none;
    transition: all ease 0.2s;
}

.mcatalogue-filter .modMcatalogueFilter .jq-selectbox__trigger {
    display: none;
}

.mcatalogue-filter .modMcatalogueFilter .jq-selectbox__select-text {
    text-align: left;
    height: 40px;
    padding-top: 3px;
    color: #282828;
    font-size: 14px;
    font-family: 'Open Sans', Sans-Serif;
}

.mcatalogue-filter .modMcatalogueFilter .jq-selectbox__dropdown {
    color: #282828;
    font-size: 14px;
    font-family: 'Open Sans', Sans-Serif;
    text-align: left;
    box-shadow: none;
    border: none;
    overflow: auto;
}

.mcatalogue-filter .modMcatalogueFilter .jq-selectbox.dropup.opened .jq-selectbox__dropdown {
    border-radius: 30px 30px 0px 0px;
    padding: 30px 0 0 0;
    max-height: 130px;
}

.mcatalogue-filter .modMcatalogueFilter .jq-selectbox.dropdown.opened .jq-selectbox__dropdown {
    border-radius: 0px 0px 30px 30px;
    padding: 0 0 30px 0;
    max-height: 190px;
}

.mcatalogue-filter .modMcatalogueFilter .jq-selectbox.dropdown.opened .jq-selectbox__select {
    border-radius: 30px 30px 0px 0px;
}

.mcatalogue-filter .modMcatalogueFilter .jq-selectbox.dropup.opened .jq-selectbox__select {
    border-radius: 0px 0px 30px 30px;
}

.mcatalogue-filter .modMcatalogueFilter .jq-selectbox__dropdown li {
    padding: 5px 10px 6px 30px;
}

.mcatalogue-filter .modMcatalogueFilter .jq-selectbox__dropdown ul>li:first-child {
    display: none !important;
}

.mcatalogue-filter .modMcatalogueFilter .jq-selectbox__dropdown ul>li:hover,
.mcatalogue-filter .modMcatalogueFilter .jq-selectbox__dropdown ul>li:focus {
    background-color: #589bb3;
    color: #ffffff;
}


/************************************************************/


/*******************Fellow travelers*************************/


/************************************************************/

.com_jomoffers.view-list_offers #jd-admin-wrapper>div.jd-headerbar:first-child h3 {
    color: #1d7897 !important;
    font-size: 48px;
    font-weight: 800;
    font-family: 'Open Sans', Sans-Serif;
    margin-top: 50px;
}

.com_jomoffers.view-list_offers #jd-admin-wrapper>div.jd-headerbar:first-child h1 {
    color: #000000;
    font-size: 72px;
    font-weight: 800;
    margin-top: 0;
}

.com_jomoffers.view-list_offers #jd-admin-wrapper>div.jd-headerbar:first-child p {
    margin: 80px auto 70px auto;
    max-width: 760px;
    line-height: 30px;
    font-size: 14px;
    font-family: 'Open Sans', Sans-Serif;
    color: #282828;
}

.com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar {
    height: 100%;
    width: 190%;
    background-color: #daeff9;
    display: block;
    position: relative;
    left: -40%;
    padding-bottom: 75px;
    margin-bottom: 120px;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
}

.com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .row {
    width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 100px;
}

.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 #282828;
}

.com_jomoffers.view-list_offers form #jd-admin-body #jd-header-wrapper .cd-panel-box {
    padding: 7px 4px;
}

.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: #5b889e;
}

.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: #5b889e;
    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: 45px;
}

.com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(2) {
    background-color: #f7f7f7;
}

.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: 40px;
    width: 128px;
    height: 128px;
    border-radius: 100%;
}

.com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1)>h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 24px;
    font-family: 'Open Sans', Sans-Serif;
}

.com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1)>div.status {
    color: #1d7897;
    font-family: 'Open Sans', Sans-Serif;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: lowercase;
}

.com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block.red>div:nth-child(1)>div.status {
    color: #ffa100;
}

.com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(1) .progressWrap .fullbar {
    max-width: 195px;
    margin: 2px auto 0 auto;
    border: 1px solid #d1d1d1;
    background-color: #e0ded5;
}

.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: 0;
}

.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: 195px;
    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: 195px;
    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: 33.3%;
    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(4) {
    display: none;
}

.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: 20px;
    position: relative;
    display: inline-block;
}

.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: #ffa100;
}

.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: #5b889e;
}

.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: 800;
}

.com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block.red .timer span.counter {
    color: #ffa100;
}

.com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block.blue .timer span.counter {
    color: #5b889e;
}

.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: #282828;
    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: 30px 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("../../../images/1loc.png") no-repeat left center;
    min-height: 26px;
    padding-left: 40px;
    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("../../../images/1calendar.png") no-repeat left center;
    height: 20px;
    padding-left: 40px;
    margin-top: 25px;
    padding-top: 1px;
}

.com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(2)>.count_members {
    background: url("../../../images/1persons.png") no-repeat left center;
    padding-left: 40px;
    margin-top: 15px;
    padding-top: 15px;
}

.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>div:nth-child(2)>.count_members .now_members .counter {
    background: url("../../../images/1circle.png") no-repeat center center;
    height: 49px;
    width: 49px;
    text-align: center;
    color: #282828;
    font-family: 'Open Sans', Sans-Serif;
    font-weight: 400;
    padding-top: 18px;
    font-size: 14px;
    margin-right: 24px;
}

.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;
    padding-top: 18px;
    font-size: 14px;
    margin-left: 28px;
}

.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: 40px;
}

.com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(3) {
    padding: 35px 40px;
}

.com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(3) a.join,
.com_jomoffers.view-item .join_button a.join {
    margin-top: 55px;
    color: #ffffff;
    width: 260px;
    height: 60px;
    background-color: #5b889e;
    border-radius: 30px;
    font-size: 24px;
    padding: 15px 10px 15px 10px;
    font-family: 'Open Sans', Sans-Serif;
    display: inline-block;
    font-weight: 300;
}

.com_jomoffers.view-item .join_button a.get_out {
    margin-top: 55px;
    color: #ffffff;
    width: 260px;
    height: 60px;
    background-color: #5b889e;
    border-radius: 30px;
    font-size: 24px;
    padding: 15px 50px 15px 50px;
    font-family: 'Open Sans', Sans-Serif;
    display: inline-block;
    font-weight: 300;
}

.com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(3) a.join:hover,
.com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(3) a.join:focus,
.com_jomoffers.view-item .join_button a.join:hover,
.com_jomoffers.view-item .join_button a.join:focus {
    outline: none;
    background-color: #5b889e;
    text-decoration: none;
    color: #ffffff;
}

.com_jomoffers.view-list_offers form #jd-admin-body .listings {
    margin-bottom: 55px;
}

.com_jomoffers .container div#map_canvas {
    height: 700px;
}

.com_jomoffers .container div.block-adres {
    position: absolute;
    width: 205px;
    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.join_button {
    position: absolute;
    bottom: 5%;
    width: 50%;
    margin-left: 35%;
    z-index: 6;
}

.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 span.bar{*/


/*height:30px;*/


/*background-color:#ffa100;*/


/*}*/

ul.chart {
    padding-left: 0;
}

.chart-horiz .chart {
    width: 90%
}

.chart-horiz .chart li {
    display: block;
    height: 30px;
    margin-top: 15px;
    position: relative
}

.chart-horiz .chart li:before {
    color: #fff;
    content: attr(title);
    left: 5px;
    position: absolute;
    font-family: 'Open Sans', Sans-Serif !important;
    padding-top: 5px;
}

.chart-horiz .chart li .bar {
    background: #d98000;
    height: 100%;
    /*min-width: 200px*/
}

.chart-horiz .chart li .number {
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    padding-left: 5px;
    position: absolute;
    top: 5px;
    font-family: 'Open Sans', Sans-Serif !important;
}

.chart-horiz {
    border: 1px solid #d4d4d4;
    padding-left: 2px;
}

.chart-horiz .chart li.past .bar {
    background: #ffa100
}

.chart-horiz .chart li.past .number {
    color: #282828
}

section.flight-auction {
    background: url("../../../images/auction-air.jpg") no-repeat center;
    height: 740px;
    font-weight: 800;
    font-family: 'Open Sans', Sans-Serif;
    text-align: left;
    padding-top: 214px;
    background-size: cover;
}

section.flight-auction a.find-flight1 {
    height: 60px;
    width: 260px;
    color: #ffffff;
    background-color: #3d8ba6;
    border-radius: 30px;
    text-align: center;
    display: block;
    padding-top: 13px;
    margin-top: 75px;
    font-family: "Open Sans", Sans-Serif;
    font-weight: 400;
    font-size: 24px;
}

section.flight-auction a.find-flight1:hover,
section.flight-auction a.find-flight1:first-child {
    text-decoration: none;
}

section.flight-auction h3 {
    color: #ffa100;
    font-size: 48px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 800;
}

section.flight-auction h2 {
    color: #3d8ba6;
    font-size: 72px;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 800;
}

.bottom_banners .bannergroup {
    display: flex !important;
    justify-content: center;
}

.bottom_banners .bannergroup .banneritem {
    margin-left: 15px;
    margin-right: 15px;
    float: none;
}

.bottom_banners .bannergroup .banneritem img {
    opacity: 0.8;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.com_community.view-membersfilter #criteriaContainer>div>span:first-child .jq-selectbox__dropdown ul {
    max-height: 200px !important;
}


/***************FB*******************/

body.com_users.view-login .joms-button--signup-fb {
    margin-top: 15px;
    font-size: 1px !important;
    padding: 0 !important;
    background-color: #3b5998 !important;
    font-family: 'Open Sans', Sans-Serif;
    width: 100% !important;
    height: 60px;
    border-radius: 30px;
    border: none;
    text-align: center;
}

body.com_users.view-login .joms-button--signup-fb>div {
    visibility: hidden !important;
    opacity: 0.001 !important;
    z-index: 3;
    top: -60px;
    overflow: hidden;
}

body.com_users.view-login .joms-button--signup-fb>.text {
    font-size: 24px !important;
    font-family: 'Open Sans', Sans-Serif;
    color: #ffffff;
    padding-top: 3px;
    display: inline-block;
    position: relative;
    top: 10px;
    z-index: 2;
    left: -20px;
}

body.com_users.view-login .joms-button--signup-fb .iconf {
    z-index: 2;
    display: inline-block;
    position: relative;
    left: 0px;
    top: 0px;
    color: #ffffff;
    float: left;
    height: 60px;
    padding-right: 20px;
    border-right: 1px solid #5976b9;
}

body.com_users.view-login .joms-button--signup-fb .iconf i {
    margin-top: 15px;
    margin-left: 30px;
}

body.com_users.view-login .joms-landing__action>.login {
    margin-top: 40px;
}


/***************END FB*******************/


/*************Conditions for bets on auction**************/

.com_content.view-category>.container {
    width: 100% !important;
    padding: 0;
}

.com_content.view-category>.container>.component>.blog>div.items-leading:first-child,
.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) .item {
    width: 1170px;
    margin: 0 auto;
    font-family: 'Open Sans', Sans-Serif;
}

.com_content.view-category .page-header {
    margin-top: 70px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.com_content.view-category .page-header h2 {
    margin: 0;
    color: #000000;
    font-size: 48px;
    font-family: 'Open Sans', Sans-Serif;
    font-weight: 800;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) .page-header {
    margin-top: 85px;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) .page-header h2 {
    color: #ffa100;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) {
    background-color: #f8f8f8;
}

.com_content.view-category>.container>.component>.blog time {
    font-size: 12px;
    color: #888888;
    font-family: 'Open Sans', Sans-Serif;
}

.com_content.view-category>.container>.component>.blog .article-info.muted {
    margin-bottom: 55px;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) .article-info.muted {
    margin-bottom: 50px;
}

.com_content.view-category>.container>.component>.blog>div.items-leading:first-child>div>p {
    text-align: left;
    font-size: 14px;
    color: #282828;
    font-weight: 400;
    padding-left: 25px;
}

.com_content.view-category>.container>.component>.blog>div.items-leading:first-child>div>ul {
    text-align: left;
    font-size: 14px;
    color: #282828;
    line-height: 30px;
    margin-bottom: 70px;
    list-style: disc;
    font-weight: 800;
}

.com_content.view-category>.container>.component>.blog>div.items-leading:first-child>div>ul li {
    font-weight: 800;
    padding-left: 10px;
}

.com_content.view-category>.container>.component>.blog>div.items-leading:first-child>div>ul li p {
    font-weight: 400;
}

.com_content.view-category>.container>.component>.blog>div.items-leading:first-child>div {
    max-width: 980px;
    margin: 0 auto;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets {
    max-width: 1020px;
    margin: 0 auto 20px;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets th {
    font-size: 24px;
    color: #000000;
    font-weight: 800;
    padding-bottom: 60px;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td {
    font-size: 14px;
    color: #282828;
    line-height: 30px;
    padding-bottom: 50px;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td h5 {
    color: #272727;
    font-size: 24px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 28px;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td p {
    margin: 0;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets th:first-child {
    text-align: right;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets th:last-child {
    text-align: left;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:first-child {
    text-align: right;
    width: 38%;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:last-child {
    text-align: left;
    width: 38%;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:nth-child(2) {
    width: 24%;
    font-size: 48px;
    font-weight: 800;
    color: #000000;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:nth-child(2) .round {
    border-radius: 100%;
    border: none;
    background-color: #ffae24;
    width: 130px;
    height: 130px;
    display: block;
    text-align: center;
    padding-top: 50px;
    margin: 0 auto;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) a.start {
    width: 260px;
    height: 60px;
    border-radius: 30px;
    background-color: #ffae24;
    color: #010101;
    font-family: 'Open Sans', Sans-Serif;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    outline: none;
    display: block;
    margin: 0 auto 135px;
    padding-top: 12px;
    cursor: pointer;
}

.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) a.start:hover,
.com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) a.start:focus {
    text-decoration: none;
    outline: none;
}

.com_content.view-category section.top-auction,
.com_content.view-category section.flight-auction {
    display: block;
}


/*End Conditions for bets on auction*/


/*Resent from auctions*/

.col-4.resent_network {
    width: 22%;
}

.col-4.resent_network .item {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    border-bottom: 1px solid #282828;
    position: relative;
}

.col-4.resent_network .item .left img {
    border-radius: 0;
    width: 100%;
    max-width: 100% !important;
    object-fit: cover;
}

.col-4.resent_network .item .left {
    width: 40%;
    flex-basis: 40%;
}

.col-4.resent_network .item .right {
    padding-left: 10px;
    padding-top: 1.8%;
    text-align: left;
    width: 60%;
    flex-basis: 60%;
}

.col-4.resent_network .item .right .name {
    font-size: 12px;
    font-weight: 800;
    color: #ffae24;
    padding-bottom: 0;
    font-family: 'Open Sans', Sans-Serif;
}

.col-4.resent_network .item .tour-agency-name a {
    font-family: 'Open Sans', Sans-Serif;
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
}

.col-4.resent_network .item .tour-agency-name {
    padding-bottom: 2%;
}

.col-4.resent_network .item .current_price {
    margin-bottom: 0;
    font-family: 'Open Sans', Sans-Serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
}

.col-4.resent_network .item .dates {
    color: #666666;
    font-family: 'Open Sans', Sans-Serif;
    font-size: 12px;
    font-weight: 400;
}

.col-4.resent_network .line1 {
    position: absolute;
    bottom: 0;
    background-color: #666666;
    height: 1px;
    width: 30%;
    display: block;
}


/*End Resent from auctions*/


/*Resent from fellow travelers*/

.col-4.resent_forum {
    width: 22%;
    margin-right: 0;
}

body:lang(en-GB) .col-4.resent_forum {
    width: 20.6%;
}

.col-4.new_photos {
    width: 22%;
}

.col-4.new_video {
    width: 22%;
}

body:lang(fr-FR) .new_photos h3,
body:lang(fr-FR) .new_video h3,
body:lang(fr-FR) .resent_network h3,
body:lang(fr-FR) .resent_forum h3 {
    font-size: 22px;
}

.col-4.resent_forum .list {
    text-align: left;
    border-bottom: 1px solid #666666;
    padding-top: 4%;
}

.col-4.resent_forum .list h3 {
    font-size: 12px;
    color: #ffae24;
    font-weight: 800;
    font-family: 'Open Sans', Sans-Serif !important;
    margin-bottom: 2% !important;
}

.col-4.resent_forum .list h3 a {
    color: #ffae24 !important;
    font-weight: 800 !important;
    font-family: 'Open Sans', Sans-Serif !important;
}

.col-4.resent_forum .list .name {
    margin-bottom: 3%;
}

.col-4.resent_forum .list .name a {
    text-decoration: underline;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Open Sans', Sans-Serif;
}

.col-4.resent_forum .list .members-bloscs {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    font-weight: 800;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Open Sans', Sans-Serif;
    margin-bottom: 2.7%;
}

.col-4.resent_forum .list .members-bloscs .arrow {
    background: url("../../../images/arr-bold-right.png") no-repeat center;
    width: 10px;
    height: 10px;
    margin-top: 3px;
}

.col-4.resent_forum .list .members-bloscs .number:first-child {
    padding-right: 10px;
}

.col-4.resent_forum .list .members-bloscs .number:last-child {
    padding-left: 10px;
}

.col-4.resent_forum .list .dates {
    color: #666666;
    font-size: 12px;
    font-family: 'Open Sans', Sans-Serif;
    padding-bottom: 2%;
}


/*End Resent from fellow travelers*/

.container1 {
    width: 1170px;
    margin: 0 auto;
}

.col-4.resent_forum {
    margin-right: 0;
}


/*body:lang(fr-FR) .new_photos h3,  body:lang(fr-FR) .new_video h3,  body:lang(fr-FR) .resent_network h3,  body:lang(fr-FR) .resent_forum h3{*/


/*height: 48px;*/


/*}*/

.col-4.resent_forum .list h3 {
    height: auto;
}

body:lang(fr-FR) .col-4.resent_forum .list .members-bloscs {
    margin-bottom: 2%;
}

body:lang(fr-FR) .col-4.resent_network .item .tour-agency-name a {
    font-size: 11px;
}

h1.bids-conditions {
    display: none;
}

.com_content.view-category.layout-blog.itemid-462 h1 {
    display: none;
}

.com_content.view-category.layout-blog.itemid-462 h1.bids-conditions {
    display: block;
}

.com_content.view-category.layout-blog.itemid-462 section.top-auction {
    display: none;
}

.com_content.view-category.layout-blog.itemid-462 section.top-auction-filter {
    display: block;
}

.resent_network h3 {
    white-space: nowrap;
}

.secondary_header .menu>li.parent a {
    position: relative;
}

.secondary_header .menu-position .menu>li.parent a:after {
    content: "\f107";
    font-family: "FontAwesome";
    right: 0px;
    position: absolute;
    top: 40%;
    color: #ffffff;
}

.mod-languages select.inputbox {
    opacity: 0;
}

.how-work-auctions.com_content {
    font-family: 'Open Sans', Sans-Serif;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .page-header {
    margin-top: 57px;
    margin-bottom: 15px;
    padding: 0;
    border: none;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .page-header h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 800;
    color: #000000;
    padding-left: 25px;
    padding-right: 25px;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .article-info.muted {
    font-size: 12px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 55px;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .how-work>h4 {
    color: #000000;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .how-work>p {
    margin: 0 auto 75px auto;
    width: 90%;
    max-width: 950px;
    color: #282828;
    line-height: 30px;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .benefits {
    background-color: #f8f8f8;
    padding: 80px 15px 100px 15px;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .benefits>h4 {
    color: #ffa100;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .benefits>p {
    max-width: 800px;
    padding: 15px;
    margin: 0 auto 30px;
}

.how-work-auctions.com_content>.container {
    width: 100%;
    padding: 0;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .benefits .lines {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .benefits .lines>div {
    display: inline-block;
    float: left;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block {
    width: 90%;
    max-width: 860px;
    margin: 0 auto;
    text-align: left;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines:first-child .icon {
    background: url("../../../images/step0.png") no-repeat center;
    width: 130px;
    min-height: 130px;
    background-size: cover;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines:nth-child(2) .icon {
    background: url("../../../images/step1.png") no-repeat center;
    width: 130px;
    min-height: 130px;
    background-size: cover;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines:nth-child(3) .icon {
    background: url("../../../images/step2.png") no-repeat center;
    width: 130px;
    min-height: 130px;
    background-size: cover;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines:nth-child(4) .icon {
    background: url("../../../images/step3.png") no-repeat center;
    min-width: 130px;
    min-height: 130px;
    background-size: cover;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .text {
    padding-left: 70px;
    width: 730px;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .text h5 {
    color: #272727;
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 30px;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .text p {
    color: #282828;
    line-height: 30px;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .btn-line {
    text-align: center;
    margin-top: 20px;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .btn-line a {
    border-radius: 30px;
    padding: 15px 70px;
    background-color: #ffae24;
    font-size: 24px;
    color: #010101;
    font-family: 'Open Sans', Sans-Serif;
    outline: none;
}

.how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .btn-line a:hover,
.how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .btn-line a:focus {
    text-decoration: none;
    outline: none;
}

.how-work-auctions.com_content section.flight-auction {
    display: block;
}

section.travel-bidding-info-top {
    background: url("../../../images/top-info-auction.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 300px;
    margin-top: -9px;
    color: #ffffff;
    font-family: 'Open Sans', Sans-Serif;
}

section.travel-bidding-info-top {
    text-align: center;
}

section.travel-bidding-info-top h1 {
    font-size: 60px;
    margin-top: 50px;
    text-transform: uppercase;
}

section.travel-bidding-info-top h3 {
    margin-top: 80px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
}


/*auction new*/

.com_content.view-article section.vm-map {
    margin-top: -9px;
}

.com_content.view-article section.vm-map input#marker-search {
    padding-left: 10px;
}

.com_content.view-article section.vm-map input#pac-input {
    padding-left: 10px;
}

.com_virtuemart section.vm-view-map {
    background-color: #ffffff;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 55px;
    margin-top: -11px;
    display: none;
}

.com_virtuemart section.vm-view-map p.article {
    font-family: 'Open Sans', Sans-Serif;
    font-size: 14px;
    line-height: 36px;
    width: 80%;
    max-width: 450px;
    color: #000000;
    margin: 0 auto 35px;
}


/*.com_virtuemart section.vm-payment-methods{*/


/*display: none;*/


/*}*/

.com_virtuemart.view-virtuemart section.top-auction {
    margin-top: -1px;
}

.com_vm_auction section.flight-auction,
.com_vm_auction section.top-auction-filter,
.com_virtuemart section.top-auction-filter,
.com_virtuemart.view-virtuemart section.top-auction,
.com_virtuemart.view-virtuemart section.vm-payment-methods,
.com_virtuemart.view-virtuemart section.vm-view-map,
.com_virtuemart.view-category section.vm-view-map,
.com_virtuemart.view-virtuemart section.flight-auction,
.com_virtuemart.view-category section.flight-auction {
    display: block;
}

.com_virtuemart.view-virtuemart section.top-auction-filter {
    display: none;
}

.com_virtuemart section.vm-view-map a {
    border-radius: 30px;
    background-color: #ffa100;
    color: #000000;
    font-family: 'Open Sans', Sans-Serif;
    font-size: 24px;
    padding: 12px 65px;
    display: inline-block;
}

.com_virtuemart section.vm-view-map a:hover,
.com_virtuemart section.vm-view-map a:focus {
    outline: none;
    text-decoration: none;
}

.com_virtuemart section.vm-view-map .icon {
    background: url("../../../images/noun_map.png") no-repeat center;
    width: 54px;
    height: 48px;
    display: block;
    margin: 0 auto 20px auto;
}

.com_virtuemart section.vm-category {
    padding-bottom: 0;
    background: url("../img/black-bg.png");
    height: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.com_virtuemart section.vm-category .vm-categories-wall {
    margin: 0;
}

.com_virtuemart section.vm-category i {
    background-size: cover !important;
    display: block;
}

.com_virtuemart section.vm-category li i {
    width: 90px;
    height: 90px;
    margin: 0 auto 5px;
    transition: all ease 0.2s;
}

.com_virtuemart section.vm-category .vm-categories-wall-catname {
    font-family: 'Open Sans', Sans-Serif;
    text-transform: uppercase;
    font-size: 18px;
    transition: all ease 0.2s;
}

.com_virtuemart section.vm-category a:hover .vm-categories-wall-catname,
.com_virtuemart section.vm-category a:focus .vm-categories-wall-catname {
    color: #ffffff;
}

header .select2-container--default .select2-selection--single {
    background-color: transparent;
}

.com_virtuemart section.vm-category ul li>div>a {
    margin: 0 5%;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Open Sans', Sans-Serif;
    font-weight: 500;
    line-height: 22px;
    transition: all ease 0.2s;
}

section.vm-category .moduletable {
    width: 100%;
}

section.vm-category ul li>div>a:hover,
section.vm-category ul li>div>a:focus {
    text-decoration: none;
    outline: none;
}

section.vm-category .vm-categories-wall-catwrapper {
    margin-bottom: 0 !important;
}

section.vm-payment-methods {
    background-color: #3e3e3e;
    height: 110px;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: 'Open Sans', Sans-Serif;
}

section.vm-payment-methods h3 {
    font-size: 24px;
    letter-spacing: 7px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.vm-payment-methods .moduletable {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

section.vm-payment-methods h5 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
}

section.vm-payment-methods .line-m {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    justify-content: center;
}

section.vm-payment-methods {
    width: auto;
    text-align: center;
    margin: 0 auto;
}

section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(1) {
    background: url("../../../images/visa.png") no-repeat center;
    width: 83px;
    height: 53px;
    margin-left: 8px;
    margin-right: 8px;
    background-size: cover;
}

section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(2) {
    background: url("../../../images/mastercard.png") no-repeat center;
    width: 83px;
    height: 53px;
    margin-left: 8px;
    margin-right: 8px;
    background-size: cover;
}

section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(3) {
    background: url("../../../images/american.png") no-repeat center;
    width: 83px;
    height: 53px;
    margin-left: 8px;
    margin-right: 8px;
    background-size: cover;
}

section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(4) {
    background: url("../../../images/paypal.png") no-repeat center;
    width: 83px;
    height: 53px;
    margin-left: 8px;
    margin-right: 8px;
    background-size: cover;
}

section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(1) {
    background: url("../../../images/btc.png") no-repeat center;
    width: 60px;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    background-size: cover;
}

section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(2) {
    background: url("../../../images/bitcoin.png") no-repeat center;
    width: 70px;
    height: 57px;
    margin-left: 10px;
    margin-right: 10px;
    background-size: cover;
    margin-top: 10px;
}

section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(3) {
    background: url("../../../images/eth.png") no-repeat center;
    width: 60px;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    background-size: cover;
}

section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(4) {
    background: url("../../../images/litecoin.png") no-repeat center;
    width: 60px;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    background-size: cover;
}

section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(5) {
    background: url("../images/toucancoins.png") no-repeat left;
    width: 60px;
    height: 53px;
    margin-left: 10px;
    margin-right: 10px;
    background-size: 89%;
}

section.vm-payment-methods .line-m:nth-child(2) {
    margin-top: 30px;
}

.com_vm_auction section.top-auction-filter li.VmClose,
.com_vm_auction section.top-auction-filter li ul.menu,
.com_vm_auction section.top-auction-filter li .VmArrowdown,
.com_virtuemart section.top-auction-filter li .VmArrowdown,
.com_virtuemart section.top-auction-filter li ul.menu,
.com_virtuemart section.top-auction-filter li.VmClose {
    display: none;
}

h2.top-category-title,
.com_virtuemart section.top-auction-filter li.VmOpen a,
.com_vm_auction section.top-auction-filter li.VmOpen a {
    text-decoration: none;
    font-size: 60px;
    margin-top: 90px;
    font-family: 'Open Sans', Sans-Serif !important;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    display: inline-block;
    width: 100%;
}

.com_virtuemart section.top-auction-filter li.VmOpen a:hover,
.com_virtuemart section.top-auction-filter li.VmOpen a:focus {
    text-decoration: none;
    outline: none;
}

.com_vm_auction {
    font-family: 'Open Sans', Sans-Serif;
}

.col-4.resent_network .item .current_price>span {
    float: left;
    display: inline-block;
    padding-right: 3px;
}

.col-4.resent_network .item .current_price>div {
    display: inline-block;
    float: left;
    width: auto;
}

.col-4.resent_network .item .right .name a {
    font-size: 12px;
    font-weight: 800;
    color: #ffae24;
    font-family: 'Open Sans', Sans-Serif;
}

.view-category section.component {
    font-family: 'Open Sans', Sans-Serif;
}

.view-category section.component>.category-view {
    background-color: #ffffff;
    padding-top: 30px;
    position: relative;
    margin-bottom: 0;
}

.view-category section.component .category-view>.block>h1 {
    margin-top: 0;
    color: #282828;
    font-family: 'Open Sans', Sans-Serif;
    font-weight: 800;
    margin-bottom: 50px;
}

.com_virtuemart.view-category>.container {
    width: 100%;
    padding: 0;
}

.com_virtuemart.view-category .category-view .sort .moduletable>.menu>li>div:hover,
.com_virtuemart.view-category .category-view .sort .moduletable>.menu>li>div:focus {
    cursor: pointer;
}

.com_virtuemart.view-category .category-view .sort .moduletable>.menu>li>div .arrow {
    background: url("../img/icons/arrow-closed.png") no-repeat center;
    display: inline-block;
    width: 9px;
    height: 5px;
    padding-left: 18px;
    top: -1px;
    position: relative;
    cursor: pointer;
}

.com_virtuemart.view-category .category-view .name-cat {
    font-family: 'Yeseva One', cursive;
    font-size: 36pt;
    text-align: left;
    color: #000000;
    padding-bottom: 30px;
    margin-top: 20px;
}

.com_virtuemart.view-category .category-view .sort-block {
    border-bottom: 1px solid #888888;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

p.desc-cat {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.back-to-auc-link {
    font-size: 14px;
    line-height: 24px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    position: relative;
}

.wrap-auc {
    display: flex;
    align-items: flex-end;
}

.back-to-auc-link::after {
    content: '<';
    position: absolute;
    left: 0px;
    top: 0px;
}

.notguest.active .left>.back-to-auc-link {
    position: absolute;
}

.wrap-auc .back-to-auc-link::after {
    content: '<';
    position: absolute;
    left: 15px;
    top: 0px;
}

#filter-bar .js-stools-filters {
    display: flex;
    width: 100%;
    margin: 45px 0 65px 0;
}

#filter-bar .js-stools-filters>div.js-stools-container-list {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

.js-stools-filters>.js-stools-container-bar {
    display: flex;
}

#filter-bar .js-stools-filters>.js-stools-container-bar>.btn-wrapper {
    display: flex;
    align-items: flex-end;
}

#filter-bar .js-stools-filters>div.js-stools-container-list .ordering-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #888888;
    width: 100%;
}

#filter-bar .js-stools-filters>div.js-stools-container-list .sort_param a:link,
#filter-bar .js-stools-filters>div.js-stools-container-list .sort_param a:valid,
#filter-bar .js-stools-filters>div.js-stools-container-list .sort_param a:visited,
#filter-bar .js-stools-filters>div.js-stools-container-list .sort_param a:hover {
    text-decoration: none;
}

#filter-bar .js-stools-filters>div.js-stools-container-list .sort_param a {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 14px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-right: 35px;
}

#filter-bar .js-stools-filters>div.js-stools-container-list .sort_param a.active {
    color: #000000;
}

#filter-bar .js-stools-filters .js-stools-field-filter {
    display: flex;
    flex-flow: column;
}

#filter-bar .js-stools-filters .js-stools-field-filter>label {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: lowercase;
}

#filter-bar .js-stools-filters .js-stools-field-filter>.selectize-control.single {
    margin-bottom: -5px;
    min-width: 190px;
}

#filter-bar .js-stools-filters>div.js-stools-container-list .ordering-select>.js-stools-field-list>.selectize-control.single {
    min-width: 70px;
}

#filter-bar .js-stools-filters>div.js-stools-container-list .ordering-select>.sort_param {
    margin-bottom: -10px;
}

#filter-bar .js-stools-filters .js-stools-container-bar .btn-wrapper>button {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    background-color: #00415d;
    width: max-content;
    padding: 0 20px;
    border-radius: 0;
    margin: 0 15px;
}

.back-to-auc-link {
    padding-left: 20px;
}

.wrap-auc .back-to-auc-link {
    padding-left: 30px;
}

.com_virtuemart.view-category .category-view .sort .moduletable>.menu .active>div .arrow,
.com_virtuemart.view-category .category-view .sort .moduletable>.menu>li.opened>div .arrow {
    background: url("../img/icons/arrow-opened.png") no-repeat center;
    top: -2px;
}

.com_virtuemart.view-category .category-view .sort .moduletable>.menu .active.none .arrow {
    background: url("../img/icons/arrow-closed.png") no-repeat center;
    top: -1px;
}

.view-category section.component .category-view>.block {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.com_virtuemart.view-category .category-view .sort .moduletable>.menu .menu {
    display: none;
    transition: all ease 0.5s;
}

.com_virtuemart.view-category .category-view .sort .moduletable>.menu .active .menu,
.com_virtuemart.view-category .category-view .sort .moduletable>.menu .opened .menu {
    display: block;
}

.com_virtuemart.view-category .category-view .sort .moduletable>.menu .active.none .menu {
    display: none;
}

.com_virtuemart.view-category .category-view .sort .moduletable>.menu a.act {
    background: url("../img/icons/marker.png") no-repeat left center;
    color: #000000;
}

.com_virtuemart.view-category .category-view .sort .moduletable>.menu .active>div>a {
    color: #000000;
}

.com_virtuemart.view-category .category-view .sort .moduletable>.menu a {
    padding-left: 30px;
}

.com_virtuemart.view-category .category-view .sort .moduletable>.menu {
    padding-left: 0;
}

.com_virtuemart.view-category .category-view .sort {
    text-align: left;
    font-family: 'Open Sans', Sans-Serif;
}

.com_virtuemart.view-category .orderby-displaynumber .vm-order-list>div {
    display: inline-block;
    width: 100%;
}

.com_virtuemart.view-category .category-view .sort h2.sort {
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 38px;
    padding-left: 30px;
}

.com_virtuemart.view-category .category-view .sort .moduletable .menu a {
    color: #888888;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.com_virtuemart.view-category .category-view .sort .moduletable .menu a:hover,
.com_virtuemart.view-category .category-view .sort .moduletable .menu a:focus {
    text-decoration: none;
    color: #000000;
}

.com_virtuemart.view-category .category-view .sort h5.categories-header {
    color: #888888;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: lowercase;
    padding-left: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #888888;
    margin-top: -22px;
}

.view-category section.component .category-view .vm-search-custom-search-input input[type="text"] {
    width: 100%;
    max-width: 360px;
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #282828;
    display: inline-block;
    float: left;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.view-category section.component .category-view .vm-search-custom-search-input input[type="submit"] {
    display: inline-block;
    float: left;
    margin-left: 1.5%;
    background-color: #ffa100;
    border: none;
    border-radius: 30px;
    height: 37px;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    color: #000000;
    font-size: 14px;
}

.view-category section.component .category-view .virtuemart_search {
    display: inline-block;
    width: 100%;
}

.view-category section.component .category-view .vm-search-custom-search-input input[type="submit"]:focus {
    outline: none;
}

.view-category section.component .category-view .orderby-displaynumber {
    border-top: none;
    border-bottom: none;
    margin-bottom: 35px;
}

.view-category section.component .category-view .orderlistcontainer {
    width: 90%;
    max-width: 360px;
    margin-left: 0;
    margin-right: 1.5%;
    float: left;
    position: relative;
}

.view-category section.component .category-view .vm-order-list {
    width: 100%;
}

.view-category section.component .category-view .orderlistcontainer .activeOrder {
    width: 100%;
    max-width: 360px;
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #888888;
    height: 35px;
    background-image: url(../../../images/arrowlist.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.view-category section.component .category-view .orderlistcontainer .title {
    text-align: left;
    padding-left: 30px;
    padding-bottom: 3px;
    color: #888888;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: lowercase;
}

.view-category section.component .category-view .vm-order-list .country {
    margin-top: 35px;
}

.view-category section.component .category-view .orderlistcontainer .Order {
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
    padding-top: 5px;
    color: #000000;
}

.view-category section.component .category-view .orderlistcontainer .orderlist {
    width: 100%;
}

.view-category section.component .category-view .orderlistcontainer .activeOrder {
    font-size: 14px;
    color: #000000;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 40px;
    text-align: left;
}

.view-category section.component .category-view .orderlistcontainer .activeOrder a {
    height: 100%;
    font-size: 14px;
    color: #000000;
    text-align: left;
}

.view-category section.component .category-view .orderlistcontainer .orderlist>div {
    text-align: left;
}

.view-category section.component .category-view .orderlistcontainer .orderlist>div a {
    font-size: 14px;
    color: #000000;
    text-align: left;
    width: 100%;
}

.view-category section.component .category-view .orderlistcontainer .orderlist>div a:hover,
.view-category section.component .category-view .orderlistcontainer .orderlist>div a:focus {
    text-decoration: none;
}

.view-category section.component .category-view .orderlistcontainer .orderlist>div:hover,
.view-category section.component .category-view .orderlistcontainer .orderlist>div:focus {
    background-color: #d4ecf8;
}

.view-category section.component .category-view .category-view>.category {
    margin-right: 15px;
    margin-bottom: 15px;
}

.view-category section.component .category-view .category-view>.category h2 {
    margin: 0;
}

.view-category section.component .category-view .category-view>.category a {
    border-radius: 30px;
    background-color: #1d7897;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 15px;
}

.view-category section.component .category-view .category-view>.category a:hover,
.view-category section.component .category-view .category-view>.category a:focus {
    text-decoration: none;
}

.view-category section.component .category-view .category-view {
    display: inline-block;
    margin-bottom: 120px;
}

.com_virtuemart.view-category .category-view .counting {
    display: inline-block;
    width: auto;
    font-family: 'Open Sans', san-serif;
    font-size: 18px;
}

.com_virtuemart.view-category .category-view .counting .text {
    font-size: 14px;
    letter-spacing: 6px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.com_virtuemart.view-category .category-view .counting .number {
    font-weight: 600;
    color: #888888;
    font-size: 14px;
}

.com_virtuemart.view-category .category-view .display-number .text {
    color: #888888;
    letter-spacing: 4px;
    padding-left: 1px;
}

.view-category section.component .category-view .auctions-list-block {
    position: relative;
    margin-top: 53px;
    display: inline-block;
    width: 100%;
}

.view-category .category-view .block .vm-pagination.vm-pagination-bottom {
    margin-bottom: 80px;
}

.view-category.main section.component .category-view .auctions-list-block {
    position: relative;
    margin-top: 65px;
}

.view-category section.component .category-view .display-number {
    color: #000000;
}

.view-category section.component .category-view .display-number select {
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #282828;
    height: 32px;
    width: 111px;
    font-size: 14px;
    color: #000000;
    padding-left: 20px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../../../images/arrowlist.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    padding-top: 0;
}

.view-category section.component .category-view .display-number select:focus {
    outline: none;
}

.view-category section.component .category-view .browse-view.first .orderby-displaynumber {
    margin-bottom: 0;
    padding-bottom: 130px;
}

.com_jomoffers.view-item .header_item {
    margin-top: -4px;
}

.vm-wrap.vm-order-done {
    padding-top: 60px;
    padding-bottom: 100px;
    font-family: 'Open Sans', Sans-Serif;
    text-align: center;
}

.vm-wrap.vm-order-done h3 {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 32px;
}

.vm-wrap.vm-order-done input {
    background: transparent !important;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #1d7897;
    text-align: center;
    text-shadow: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cart-view.emptyCart-view {
    margin-top: 60px;
}

.com_virtuemart.view-cart a.terms-of-service,
.com_virtuemart.view-cart label {
    text-align: left;
}

.vm-wrap.vm-order-done table {
    max-width: 600px;
    margin: 0 auto;
}

.vm-wrap.vm-order-done table th,
.vm-wrap.vm-order-done table td {
    padding: 8px;
    text-align: left;
    width: 50%;
    font-size: 15px;
}

.vm-wrap.vm-order-done table td:first-child {
    font-weight: 500;
}

.vmLoadingDiv,
.vmLoadingDivMsg {
    margin: 0 auto;
    text-align: center;
}

.addtocart-bar a.notify {
    font-size: 22px;
    font-weight: 400;
    background: #ffae24;
    border-radius: 30px;
    font-family: 'Open Sans', Sans-Serif;
    padding: 15px 30px;
    display: inline-block;
    color: #000000;
    border: 1px solid #000000;
}

.addtocart-bar a.notify:hover,
.addtocart-bar a.notify:focus {
    color: #000000;
}

.com_virtuemart.view-productdetails .vm-wrap {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    padding-left: 25px;
    padding-right: 25px;
}

.com_virtuemart.view-productdetails .vm-wrap>h1 {
    margin-top: 45px;
    margin-bottom: 30px;
    font-weight: 700;
}

.com_virtuemart.view-productdetails .vm-wrap .form-validate .notify-button.highlight-button.validate {
    color: #ffffff;
    background: #1d7897;
    border: none;
    border-radius: 20px;
}

.com_virtuemart.view-productdetails .vm-wrap .form-validate #notify_email {
    padding: 0px 10px;
    border-radius: 20px;
    border: 1px solid #000000;
}

.view-cart #proopc-payments label .vmpayment span {
    display: inline-block;
}

.reg-log-position>ul>li:hover a,
.reg-log-position>ul>li:focus a {
    color: #000000 !important;
}


/**********************************************************************************************************************/


/*************************************************************MEDIA****************************************************/


/**********************************************************************************************************************/

@media all and (max-width: 1910px) {
    .activities .content {
        padding: 0 10% 0 10%;
    }
}

@media all and (max-width: 1750px) {
    .title_group2 {
        font-size: 6.8rem !important;
    }
    .activities .content {
        padding: 0 7% 0 7%;
    }
    .col-4.resent_network .item .tour-agency-name a,
    .col-4.resent_forum .list .name a {
        font-size: 11px;
    }
}

@media all and (max-width: 1700px) {
    .header_left {
        padding-left: 12%;
    }
    .opportunity {
        margin-bottom: 5.5rem;
    }
    .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
    #captchaTxt36 {
        width: 34% !important;
    }
    .title_group2 {
        font-size: 6.5rem !important;
    }
    .title_group1 {
        font-size: 4.1rem;
    }
    .benefits_wrapper {
        padding: 0 8% 0 15%;
    }
    .activities .content {
        padding: 0 5% 0 5%;
    }
}

@media all and (max-width: 1600px) {
    .benefits_wrapper {
        padding: 0 4% 0 12%;
    }
}

@media all and (max-width: 1580px) {
    .title_group2 {
        font-size: 6.1rem !important;
    }
    .title_group1 {
        font-size: 3.7rem;
    }
    .activities .content {
        padding: 0 2% 0 2%;
    }
}

@media all and (max-width: 1500px) {
    .header_left {
        padding-left: 3%;
    }
    .main_header .logo {
        margin-right: 0;
    }
    html {
        font-size: 9px;
    }
    .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
    #captchaTxt36 {
        width: 33% !important;
    }
    .contact_form .rsform textarea {
        width: 80%;
    }
    .activities .content {
        padding: 0;
    }
}

@media all and (max-width: 1400px) {
    .contact_form {
        padding: 70px 15%;
    }
    .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
    #captchaTxt36 {
        width: 33.5% !important;
    }
    section.about_us {
        padding: 50px 18% 180px;
    }
    .col-4 {
        margin-right: 3%;
        width: 22%;
    }
    .benefits_wrapper {
        padding: 0 2% 0 7%;
    }
}

@media all and (max-width: 1330px) {
    .col-4 {
        margin-right: 2%;
        width: 23%;
    }
}

@media all and (max-width: 1285px) {
    .resent_network {
        width: 24%;
    }
    .resent_forum {
        width: 22%;
    }
}

@media all and (max-width: 1270px) {
    .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
    #captchaTxt36 {
        width: 33% !important;
    }
}

@media all and (max-width: 1230px) {
    .resent_network {
        width: 24.5%;
    }
    .resent_forum {
        width: 21.6%;
    }
    .new_photos {
        width: 22.9%;
    }
}

@media all and (max-width: 1199px) {
    .header_left {
        padding-top: 2rem;
    }
    .title {
        font-size: 5.5rem;
    }
    .subtitle {
        font-size: 4rem;
    }
    .benefits_wrapper {
        padding: 0 2rem;
    }
    .benefit {
        padding-left: 8rem;
        padding-right: 2rem;
    }
    .benefits_wrapper .benefit {
        width: 33%;
    }
    section.benefits {
        padding-bottom: 5rem;
    }
    .statistics {
        right: 67%;
        width: 33%;
    }
    .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
    #captchaTxt36 {
        width: 33% !important;
    }
    .contact_form {
        padding: 70px 10%;
    }
    .bottom_banners .bannergroup .banneritem {
        width: 285px;
        height: 285px;
    }
    .title_banner {
        font-size: 42px;
        margin: 60px auto 50px;
    }
    .bottom_banners p {
        color: #ffffff;
        font-size: 1.4rem;
        margin: 0 30px 50px;
    }
    section.about_us {
        padding: 50px 14% 180px;
    }
    .activities .row {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .activities .row .rowchild {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        justify-content: center;
    }
    .activities .row .rowchild>div {
        width: 80%;
        margin: 0 5% 10% 5%;
    }
    .activities .row .rowchild:last-child>div {
        width: 80%;
        margin: 0 5% 0 5%;
    }
    body.com_community.view-register .outerpgbar {
        width: 36% !important;
    }
    body.com_community.view-register .joms-landing__action form .joms-button__next {
        width: 32%;
    }
    body.com_community.view-register .joms-button.next {
        margin-top: 50px;
    }
    body.com_community.view-register form.profiletype li label span {
        font-size: 15px;
    }
    body.com_community.view-register form.profiletype li h5,
    body.com_community.view-register form.profiletype {
        font-size: 15px;
    }
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__select {
        width: 245px;
    }
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .row {
        width: 970px;
    }
    body.com_community.view-register .joms-landing .joms-landing__action {
        padding: 30px 20px 0px 90px;
    }
    body.com_users.view-login .joms-button--signup-fb>.text {
        font-size: 18px !important;
        padding-top: 8px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-leading:first-child,
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) .item {
        width: 970px;
        margin: 0 auto;
    }
    .col-4.resent_forum {
        margin-right: 3%;
    }
    .resent_network h3 {
        white-space: inherit;
    }
    .view-category section.component .category-view>.block {
        width: 970px;
    }
    body.com_users.view-login .joms-button--signup {
        font-size: 18px;
    }
    body.com_users.view-login .joms-landing .joms-landing__action,
    body.com_users.view-reset .joms-landing .joms-landing__action,
    body.com_users.view-remind .joms-landing .joms-landing__action {
        padding: 55px 80px 20px 80px;
    }
    section.travel-bidding-info-top h1 {
        font-size: 40px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (max-width: 1199px) {
    .activities .row .rowchild>div {
        width: 40%;
        margin: 0 5% 10% 5%;
    }
    .activities .row .rowchild>div:first-child {
        width: 40%;
    }
    .activities .row .rowchild:last-child>div {
        width: 40%;
        margin: 0 5% 0 5%;
    }
    .activities .row .rowchild:last-child>div:first-child {
        width: 40%;
    }
}

@media all and (max-width: 1050px) {
    .contact_form {
        padding: 70px 5%;
    }
    section.about_us {
        padding: 50px 11% 180px;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .icon {
        width: 130px;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .text {
        padding-left: 50px;
        width: 80%;
    }
}

@media all and (max-width: 991px) {
    .menu-bottom.authenticated .reg-log-position {
        padding-left: 0;
    }
    .menu-bottom.authenticated .reg-log-position>ul>li {
        max-width: 80px;
    }
    .menu-bottom .reg-log-position>.nav.menu {
        width: 240px;
        display: inline-block;
    }
    .menu-bottom .menu-position>ul.menu>li>a,
    .menu-bottom .menu-position>ul.menu>li>span {
        font-size: 14px !important;
    }
    .col-4 {
        margin-left: 30%;
        width: 40%;
    }
    body.com_community.view-register .joms-landing .joms-landing__cover {
        display: none;
    }
    body.com_users.view-login .joms-button--signup {
        font-size: 24px;
    }
    body.com_community.view-register .joms-landing .joms-landing__action {
        width: 100% !important;
        border-left: 1px solid #dddddd;
    }
    body.com_community.view-register .outerpgbar {
        width: 63% !important;
    }
    .resent_network,
    .resent_forum {
        margin-left: 25%;
        width: 50%;
    }
    .col-4:nth-child(3),
    .col-4:nth-child(2),
    .col-4:nth-child(4) {
        margin-top: 5rem;
    }
    .new_video .button_on {
        transform: scale(1);
    }
    .benefits_wrapper .benefit {
        width: 50%;
    }
    .benefits_wrapper .benefit {
        width: 50%;
    }
    .stat_item {
        margin-bottom: 4rem;
    }
    .stat_item .big {
        margin-bottom: 0;
    }
    .menu_icon {
        display: inline-block;
    }
    .secondary_header .menu.block li {
        float: none !important;
        display: block !important;
    }
    .menu-position.menu ul#withmodules {
        display: none;
    }
    .secondary_header .menu.block {
        text-align: center;
    }
    .menu-position.menu {
        /*display: none ;*/
        /*transition: all 0.9s ease 0s;*/
    }
    .block {
        display: block !important;
    }
    .secondary_header .menu-position {
        text-align: center;
        position: absolute;
        width: 80px;
        height: 70px;
        background-color: #0098B8;
        z-index: 9000;
        overflow: hidden;
        left: 0;
        top: 0;
    }
    .secondary_header .menu-position.block {
        width: 100%;
        position: fixed;
        height: 100vh;
        padding-top: 50px;
        overflow-y: scroll;
    }
    .menu-bottom .menu-position ul>li>ul {
        display: none !important;
    }
    .close {
        opacity: 0.8 !important;
    }
    .secondary_header .menu.block li:hover a,
    .secondary_header .menu.block li:focus a,
    .secondary_header .menu.block li:hover,
    .secondary_header .menu.block li:focus,
    .menu-bottom .menu-position ul.menu>li:hover>a,
    .menu-bottom .menu-position ul.menu>li:focus>a,
    .menu-bottom .menu-position .highlighted,
    .menu-bottom .menu-position ul.menu>li a:hover,
    .menu-bottom .menu-position ul.menu>li a:focus {
        background-color: transparent !important;
    }
    #toggle {
        float: right;
    }
    .close {
        position: absolute;
        right: 32px;
        top: 32px;
        width: 32px;
        height: 32px;
        cursor: pointer;
    }
    .close:hover {
        opacity: 1;
    }
    .close:before,
    .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 3px;
        background-color: #282828;
        ;
    }
    .close:before {
        transform: rotate(45deg);
    }
    .close:after {
        transform: rotate(-45deg);
    }
    #generalP1 .moduletable {
        margin-bottom: 50px;
    }
    .secondary_header .header_left {
        width: 99.9%;
        text-align: center;
    }
    .secondary_header .logo {
        margin-right: 0%;
    }
    .secondary_header .header_right {
        left: 70%;
        width: 30%;
    }
    .menu .jmoddiv.jmodinside {
        position: static !important;
    }
    body.com_community.view-register form.profiletype li label span {
        font-size: 16px;
    }
    body.com_community.view-register form.profiletype li h5,
    body.com_community.view-register form.profiletype {
        font-size: 16px;
    }
    body.com_community.view-register .joms-landing.success-1 {
        min-height: 450px;
    }
    body.com_users .joms-landing .joms-landing__cover {
        display: none;
    }
    body.com_users .joms-landing .joms-landing__action {
        width: 100% !important;
        border-left: 1px solid #dddddd;
    }
    body.com_users.view-reset .joms-landing {
        min-height: 450px;
    }
    body.com_users.view-remind .joms-landing {
        min-height: 450px;
    }
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__select {
        width: 315px;
    }
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__dropdown {
        box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    }
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .row {
        width: 750px;
    }
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar label {
        margin-bottom: 20px;
        width: 355px;
    }
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar #participants-styler {
        width: 90%;
    }
    .com_jomoffers.view-list_offers .date-picker-wrapper.single-date {
        z-index: 99;
    }
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar .row,
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar h3 {
        padding-right: 0;
    }
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar button[type="submit"] {
        margin-right: 0;
    }
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block {
        display: block;
    }
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(3) a.join {
        margin-top: 0;
    }
    section.flight-auction h2 {
        font-size: 58px;
    }
    section.flight-auction h3 {
        font-size: 38px;
    }
    body.com_community.view-register .joms-landing .joms-landing__action {
        padding: 30px 20px 0px 125px;
    }
    body.com_users.view-login .joms-button--signup-fb>.text {
        font-size: 24px !important;
        padding-top: 3px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-leading:first-child,
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) .item {
        width: 750px;
        margin: 0 auto;
    }
    .secondary_header .menu>li.parent a:after {
        display: none;
    }
    section.travel-bidding-info-top h1 {
        font-size: 36px;
        padding-left: 15px;
        padding-right: 15px;
    }
    section.vm-payment-methods h3 {
        font-size: 50px;
    }
    section.vm-payment-methods {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(3) a.join {
        margin-top: 15px;
    }
    body.com_community.view-register .joms-landing.last {
        min-height: 0;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .page-header h2 {
        font-size: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    body.com_community.view-register .joms-landing.first {
        min-height: 0;
    }
    body.com_community.view-register .joms-landing {
        margin-bottom: 100px;
    }
    .menu-top .first-part {
        margin-left: 0;
    }
    .menu-top .icons-menu {
        text-align: right;
        height: auto;
    }
    .menu-top .second-part {
        height: auto;
    }
    .menu-top .second-part .notifications {
        height: auto;
        background-color: transparent;
    }
    .menu-top .second-part .joms-notifications {
        width: 180px;
        padding: 10px 0;
        margin-top: 20px;
        background-color: transparent;
    }
}

@media all and (max-width: 983px) {
    .title_banner {
        font-size: 36px;
        margin: 60px auto 30px;
    }
    .bottom_banners p {
        color: #ffffff;
        font-size: 1.4rem;
        margin: 0 30px 30px;
    }
    .banneritem .about_btn {
        padding: 0.7rem 5rem;
    }
    .bottom_banners .bannergroup .banneritem {
        width: 230px;
        height: 230px;
    }
}

@media all and (max-width: 930px) {
    .contact_form .rsform {
        float: right;
        width: 80%;
        margin-top: 30px;
    }
    section.about_us {
        padding: 50px 7% 180px;
    }
}

@media all and (max-width: 880px) {
    section.about_us {
        padding: 50px 4% 180px;
    }
}

@media all and (max-width: 800px) {
    .contact_form .rsform {
        width: 90%;
    }
    .about_us .about_btn {
        padding: 0.7rem 5rem;
        font-size: 2.0rem;
    }
    section.about_us {
        min-height: 1020px;
    }
    .bottom_banners .bannergroup {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .bottom_banners .bannergroup .banneritem {
        width: 360px;
        height: 360px;
        margin-bottom: 30px;
    }
    section.bottom_banners {
        padding: 10rem 0 7.5rem 0;
    }
}

@media all and (max-width: 767px) {
    html {
        font-size: 8px;
    }
    .bottom_banners .desc_banner p:first-child {
        margin: 7rem 0 0 10rem;
    }
    .title {
        font-size: 4.5rem;
    }
    .subtitle {
        font-size: 3.2rem;
    }
    .community_left .title {
        font-size: 3.5rem;
    }
    .benefits_wrapper .benefit {
        width: 100%;
    }
    .benefit {
        min-height: auto;
        margin-bottom: 3rem;
    }
    .benefit_title {
        min-height: auto;
    }
    body.com_users.view-login fieldset>div:nth-child(3) .controls {
        margin-top: 0;
    }
    body.com_community.view-register .outerpgbar {
        width: 62% !important;
    }
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar {
        width: auto;
        background-color: #daeff9;
        left: 0;
    }
    .com_jomoffers.view-list_offers #jd-admin-wrapper>div.jd-headerbar:first-child h1 {
        font-size: 50px;
    }
    .com_jomoffers.view-list_offers #jd-admin-wrapper>div.jd-headerbar:first-child h3 {
        font-size: 36px;
    }
    .new_photos .date_photo {
        font-size: 11px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-leading:first-child,
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) .item {
        width: 100%;
        margin: 0 auto;
    }
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:first-child {
        width: 40%;
    }
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:last-child {
        width: 40%;
    }
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:nth-child(2) {
        width: 20%;
        font-size: 28px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:nth-child(2) .round {
        width: 80px;
        height: 80px;
        padding-top: 25px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td h5 {
        font-size: 20px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td {
        font-size: 12px;
    }
    .com_content.view-category .page-header h2 {
        font-size: 36px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets th {
        font-size: 20px;
        padding-bottom: 40px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) .page-header {
        margin-top: 55px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) a.start {
        margin: 0 auto 85px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-leading:first-child>div>ul,
    .com_content.view-category>.container>.component>.blog>div.items-leading:first-child>div>p {
        font-size: 12px;
    }
    .com_content.view-category .page-header {
        margin-top: 50px;
    }
    .com_content.view-category>.container>.component>.blog .article-info.muted {
        margin-bottom: 45px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-leading:first-child>div>ul {
        margin-bottom: 50px;
    }
    body:lang(fr-FR) .new_photos h3,
    body:lang(fr-FR) .new_video h3,
    body:lang(fr-FR) .resent_network h3,
    body:lang(fr-FR) .resent_forum h3 {
        font-size: 20px;
    }
    body:lang(en-GB) .new_photos h3,
    body:lang(en-GB) .new_video h3,
    body:lang(en-GB) .resent_network h3,
    body:lang(en-GB) .resent_forum h3 {
        font-size: 20px;
    }
    .footer {
        padding: 3rem 0 2rem;
    }
    .footer .menu a {
        font-size: 1.4rem;
    }
    .footer .social a {
        font-size: 3rem;
        width: 8rem;
        height: 8rem;
        line-height: 8rem;
        margin: 3rem 1rem;
    }
    .copyright {
        margin-top: 10px;
    }
    .copyright-menu a,
    .footer .copyright {
        font-size: 14px;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .icon {
        width: 90px !important;
        height: 90px;
        min-height: 90px !important;
        min-width: 90px !important;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .text {
        padding-left: 30px;
        width: 80%;
    }
    section.travel-bidding-info-top h1 {
        font-size: 36px;
        margin-top: 30px;
    }
    section.travel-bidding-info-top h3 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 60px;
    }
    section.travel-bidding-info-top {
        height: 240px;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .page-header h2 {
        font-size: 36px;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .how-work>h4 {
        font-size: 28px;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits>h4 {
        font-size: 28px;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .page-header {
        margin-top: 37px;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .article-info.muted {
        margin-bottom: 35px;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .how-work>p {
        margin: 0 auto 55px auto;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits {
        padding: 50px 15px 80px 15px;
    }
    section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(1) {
        width: 66px;
        height: 42px;
    }
    section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(2) {
        width: 66.5px;
        height: 42px;
    }
    section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(3) {
        width: 66px;
        height: 42px;
    }
    section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(4) {
        width: 66px;
        height: 42px;
    }
    section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(1) {
        width: 50px;
        height: 50px;
    }
    section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(2) {
        width: 54px;
        height: 50px;
        margin-top: 0;
    }
    section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(3) {
        width: 50px;
        height: 50px;
    }
    section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(4) {
        width: 50px;
        height: 50px;
    }
    section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(5) {
        width: 50px;
        height: 50px;
    }
    section.vm-payment-methods h3 {
        font-size: 42px;
    }
    section.vm-payment-methods h5 {
        margin-bottom: 40px;
    }
    .view-category section.component .category-view>.block {
        width: 750px;
    }
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(2) {
        margin-top: 25px;
        display: inline-block;
        width: 100%;
    }
    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;
    }
}

@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%;
    }
}

@media all and (max-width: 730px) {
    body.com_community.view-register .outerpgbar {
        width: 61% !important;
    }
    .col-4.resent_network .item .tour-agency-name a,
    .col-4.resent_forum .list .name a {
        font-size: 10px;
    }
    .col-4.resent_network .item .dates,
    .col-4.resent_forum .list .dates {
        font-size: 10px;
        font-weight: 500;
    }
    .col-4.resent_network .item .current_price {
        font-size: 10px;
    }
    .col-4.resent_network .item .right .name,
    .col-4.resent_forum .list h3 a {
        font-size: 11px;
    }
}

@media all and (max-width: 710px) {
    .contact_form .rsform {
        width: 100%;
    }
    body.com_community.view-register .outerpgbar {
        width: 93% !important;
        right: 20px;
    }
    body.com_community.view-register .joms-landing .joms-landing__action {
        padding: 30px 50px 0px 50px;
    }
    input#First_name,
    input#Last_name {
        display: inline-block;
        width: calc(100% - 60px) !important;
    }
    .contact_form .rsform textarea {
        width: 80% !important;
    }
    .title_group2 {
        font-size: 5.5rem !important;
    }
    .title_group1 {
        font-size: 3.1rem;
    }
    .groups_right .about_btn {
        font-size: 2.0rem;
        padding: 0.7rem 4rem;
    }
    section.about_us {
        min-height: 1050px;
    }
    .secondary_header .header_right {
        left: 50%;
        width: 50%;
        font-size: 1.6rem;
        padding-top: 10px;
    }
    body.com_community.view-register .joms-landing.success-1 .joms-landing__action {
        padding: 150px 50px 0px 50px;
        font-size: 18px;
        font-family: 'Open Sans', Sans-Serif;
        color: #333333;
    }
    body.com_users.view-login .joms-button--signup-fb>.text {
        font-size: 18px !important;
        padding-top: 8px;
    }
    body.com_users.view-login .joms-button--signup {
        font-size: 18px;
    }
    body:lang(en-GB) .new_photos h3,
    body:lang(en-GB) .new_video h3,
    body:lang(en-GB) .resent_network h3,
    body:lang(en-GB) .resent_forum h3 {
        font-size: 19px;
    }
    .col-4.resent_network .item .tour-agency-name a,
    .col-4.resent_forum .list .name a {
        font-size: 9px;
    }
    .col-4.resent_forum .list .name {
        margin-bottom: 2%;
    }
}

@media all and (max-width: 670px) {
    .col-4.resent_forum .list .members-bloscs {
        margin-bottom: 2%;
    }
    .col-4.resent_forum .list .name {
        margin-bottom: 1%;
    }
}

@media all and (max-width: 650px) {
    body:lang(en-GB) .new_photos h3,
    body:lang(en-GB) .new_video h3,
    body:lang(en-GB) .resent_network h3,
    body:lang(en-GB) .resent_forum h3 {
        font-size: 18px;
    }
    body.com_community.view-register form.profiletype li {
        display: flex;
    }
}

@media all and (max-width: 630px) {
    .contact_form .formSpan12 #Send {
        margin-bottom: 15px;
    }
    section.about_us {
        min-height: 1080px;
    }
    body.com_users .joms-landing .joms-landing__action {
        padding: 55px 50px 20px 50px !important;
    }
    .activities .row .rowchild {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .activities .row .rowchild:last-child>div,
    .activities .row .rowchild>div {
        margin: 0 auto 10% auto;
        justify-content: center;
    }
    .activities .row .rowchild {
        justify-content: center;
    }
    .new_photos .date_photo {
        font-size: 14px;
    }
    body:lang(fr-FR) .new_photos h3,
    body:lang(fr-FR) .new_video h3,
    body:lang(fr-FR) .resent_network h3,
    body:lang(fr-FR) .resent_forum h3 {
        font-size: 23px;
    }
    body:lang(en-GB) .new_photos h3,
    body:lang(en-GB) .new_video h3,
    body:lang(en-GB) .resent_network h3,
    body:lang(en-GB) .resent_forum h3 {
        font-size: 23px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (max-width: 630px) {
    .activities .row .rowchild>div {
        width: 90%;
        margin: 0 5% 10% 5%;
    }
    .activities .row .rowchild>div:first-child {
        width: 90%;
    }
    .activities .row .rowchild:last-child>div {
        width: 90%;
        margin: 0 5% 0 5%;
    }
    .activities .row .rowchild:last-child>div:first-child {
        width: 90%;
    }
}

@media all and (max-width: 600px) {
    .title_group2 {
        font-size: 5.2rem !important;
    }
    .title_group1 {
        font-size: 2.8rem;
    }
    .about_us_title {
        font-size: 64px;
    }
    .col-4,
    .col-4 .new_video {
        margin-left: 10% !important;
        width: 80% !important;
    }
    section.flight-auction {
        padding-top: 120px;
    }
    .copyright-menu,
    .copyright span {
        float: none;
    }
    .copyright .divider {
        display: none !important;
    }
    .copyright a {
        margin-top: 15px;
    }
}

@media all and (max-width: 570px) {
    .community_left {
        padding: 8rem 56% 6rem 2rem;
    }
    .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
    #captchaTxt36 {
        width: 32% !important;
    }
    .title_group2 {
        font-size: 4.8rem !important;
    }
    section.about_us {
        min-height: 1120px;
    }
    .about_us .about_btn {
        font-size: 1.8rem;
        padding: 0.7rem 4rem;
    }
    .col-4 {
        margin-left: 15%;
        width: 70%;
    }
    .resent_network,
    .resent_forum {
        margin-left: 10%;
        width: 80%;
    }
    .com_content.view-category .page-header h2 {
        font-size: 28px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets th {
        font-size: 14px;
        padding-bottom: 30px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td h5 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td {
        line-height: 24px;
        padding-bottom: 40px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:nth-child(2) .round {
        width: 40px;
        height: 40px;
        padding-top: 8px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:nth-child(2) {
        font-size: 14px;
        width: 16%;
    }
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:first-child {
        width: 42%;
        padding-left: 10px;
    }
    .com_content.view-category>.container>.component>.blog>div.items-row:nth-child(2) table.steps-bets td:last-child {
        width: 42%;
        padding-right: 10px;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .icon {
        width: 50px !important;
        height: 50px;
        min-height: 50px !important;
        min-width: 50px !important;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .lines .text {
        padding-left: 20px;
        width: 78%;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .btn-line a {
        padding: 15px 50px;
        font-size: 18px;
    }
    section.travel-bidding-info-top h1 {
        font-size: 30px;
    }
    section.travel-bidding-info-top h3 {
        font-size: 18px;
    }
    .com_virtuemart section.vm-view-map a {
        font-size: 18px;
    }
}

@media all and (max-width: 530px) {
    .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
    #captchaTxt36 {
        width: 31% !important;
    }
    .title_group2 {
        font-size: 4.2rem !important;
    }
    section.about_us {
        min-height: 1170px;
    }
    .about_us_title {
        font-size: 58px;
    }
    body.com_community.view-register .outerpgbar {
        width: 91% !important;
        right: 20px;
    }
    body.com_community.view-register .last .joms-landing__action form.class2 .joms-table>.joms-table__col:first-child {
        width: 30%;
    }
}

@media all and (max-width: 500px) {
    section.about_us {
        min-height: 1220px;
    }
    .copyright a,
    .copyright-menu a,
    .footer .copyright {
        font-size: 10px !important;
    }
}

@media all and (max-width: 480px) {
    .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
    #captchaTxt36 {
        width: 30% !important;
    }
    section.about_us {
        min-height: 1400px;
    }
    .col-4 {
        margin-left: 10%;
        width: 80%;
    }
    body.com_community.view-register .last .joms-landing__action form .joms-button--full-small.joms-button--privacy {
        max-width: 100px;
        right: 15px;
    }
    .resent_network,
    .resent_forum {
        margin-left: 5%;
        width: 90%;
    }
    .date_video {
        top: 75% !important;
    }
    .new_video .user,
    .new_video .date_video,
    .new_photos .date_photo {
        font-size: 8px;
    }
    .col-4,
    .col-4 .new_video {
        margin-left: 0 !important;
        width: 95% !important;
    }
    .reg-log-position ul li {
        width: 60px;
    }
    .menu_icon {
        padding: 26.5px 10px;
    }
    .menu_icon {
        right: 85% !important;
    }
    body.com_community.view-register .joms-landing .joms-landing__action {
        padding: 30px 20px 30px 20px;
    }
    body.com_community.view-register .outerpgbar {
        width: 89% !important;
        right: 20px;
    }
    body.com_community.view-register a.previous {
        width: 130px;
        display: inline-block;
    }
    body.com_community.view-register .joms-landing.success-1 .joms-landing__action {
        padding: 150px 20px 0px 20px;
    }
    body.com_users.view-login .joms-landing {
        min-height: 590px;
    }
    .bottom_banners .bannergroup .banneritem {
        width: 280px;
        height: 280px;
    }
    body.com_users.view-login .joms-button--signup-fb .iconf {
        display: none;
    }
    body.com_users.view-login .joms-button--signup-fb>.text {
        left: 0px;
    }
    section.travel-bidding-info-top h1 {
        font-size: 28px;
    }
    section.travel-bidding-info-top h3 {
        font-size: 16px;
        line-height: 20px;
    }
    body.com_community.view-register .last .joms-landing__action form .joms-button--full-small.joms-button--privacy svg {
        height: 20px;
    }
    body.com_community.view-register .last .joms-landing__action form .joms-button--full-small.joms-button--privacy {
        background: transparent;
    }
}

@media all and (max-width: 440px) {
    .about_us .column {
        width: 100%;
    }
    .find_friends_about {
        background: rgba(0, 0, 0, 0) url("../img/friends.png") no-repeat scroll left top;
    }
    .chat_about {
        background: rgba(0, 0, 0, 0) url("../img/chat.png") no-repeat scroll left top;
    }
    .travel_about {
        background: rgba(0, 0, 0, 0) url("../img/travel.png") no-repeat scroll left top;
    }
    .column_about_title {
        color: #666666;
        font-size: 2.4rem;
        font-weight: 900;
        margin: 0px 0 10px;
    }
    .about_us .column p {
        font-size: 1.4rem;
        line-height: 1.8;
        padding: 10px 10% 0 10%;
        margin: 0px;
        margin-bottom: 20px;
    }
    .wrapper_about_us {
        display: inline-block;
        padding: 0 5% 30px 5%;
    }
    .secondary_header .header_right {
        left: 40%;
        width: 60%;
    }
    section.about_us {
        min-height: 1250px;
    }
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__select {
        width: 245px;
    }
    section.flight-auction h2 {
        font-size: 38px;
    }
}

@media all and (max-width: 420px) {
    .title_group2 {
        font-size: 3.8rem !important;
    }
    input#First_name,
    input#Last_name,
    .contact_form .rsform input {
        width: 100% !important;
    }
    .contact_form .rsform textarea {
        width: 70% !important;
    }
    .contact_form .formSpan12 .rsform-block:nth-child(1) div div input,
    #captchaTxt36 {
        width: 44% !important;
    }
    section.about_us {
        min-height: 1335px;
    }
    .col-4 {
        margin-left: 0%;
        width: 100%;
    }
    .resent_network,
    .resent_forum {
        margin-left: 0%;
        width: 100%;
    }
    body.com_community.view-register .joms-landing__action form .joms-button__next {
        width: 70%;
        text-align: left;
        padding-left: 10px;
    }
    body.com_community.view-register form.profiletype li h5 {
        float: none;
        display: block;
    }
    body.com_community.view-register form.profiletype li label span {
        margin-left: -10px;
    }
    body.com_community.view-register .joms-button.next {
        margin-top: 40px;
    }
    body.com_users .joms-landing .joms-landing__action {
        padding: 55px 20px 20px 20px !important;
    }
    .col-4.resent_network .item .tour-agency-name a,
    .col-4.resent_forum .list .name a {
        font-size: 10px;
    }
    .col-4.resent_network .item .dates,
    .col-4.resent_forum .list .dates {
        font-size: 10px;
        font-weight: 500;
    }
    .col-4.resent_network .item .current_price {
        font-size: 10px;
    }
    .col-4.resent_network .item .right .name,
    .col-4.resent_forum .list h3 a {
        font-size: 10px;
    }
    section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(1) {
        width: 54px;
        height: 34px;
        margin-left: 4px;
        margin-right: 4px;
    }
    section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(2) {
        width: 54px;
        height: 34px;
        margin-left: 4px;
        margin-right: 4px;
    }
    section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(3) {
        width: 53px;
        height: 34px;
        margin-left: 4px;
        margin-right: 4px;
    }
    section.vm-payment-methods .line-m:nth-child(1)>div.method:nth-child(4) {
        width: 53px;
        height: 34px;
        margin-left: 4px;
        margin-right: 4px;
    }
    section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(1) {
        width: 40px;
        height: 40px;
        margin-left: 5px;
        margin-right: 5px;
    }
    section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(2) {
        width: 41px;
        height: 40px;
        margin-top: 0;
        margin-left: 5px;
        margin-right: 5px;
    }
    section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(3) {
        width: 40px;
        height: 40px;
        margin-left: 5px;
        margin-right: 5px;
    }
    section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(4) {
        width: 40px;
        height: 40px;
        margin-left: 5px;
        margin-right: 5px;
    }
    section.vm-payment-methods .line-m:nth-child(2)>div.method:nth-child(5) {
        width: 40px;
        height: 40px;
        margin-left: 5px;
        margin-right: 5px;
    }
    section.vm-payment-methods h3 {
        font-size: 34px;
    }
    section.vm-payment-methods {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media all and (max-width: 380px) {
    .contact_form .rsform textarea {
        width: 60% !important;
    }
    .contact_form .formSpan12 button {
        width: 200px !important;
    }
    .menu_icon {
        right: 77%;
    }
    .secondary_header .header_left {
        padding: 60px 3.5% 24px 5%;
    }
    section.about_us {
        min-height: 1400px;
    }
    body.com_community.view-register .last .joms-landing__action form.class2 .joms-table>.joms-table__col:first-child {
        width: 35%;
    }
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__select {
        width: 220px;
    }
    .bottom_banners .bannergroup .banneritem {
        width: 250px;
        height: 250px;
    }
    .copyright-menu a,
    .footer .copyright {
        font-size: 9px;
    }
    .footer .social a {
        font-size: 2rem;
        width: 6rem;
        height: 6rem;
        line-height: 6rem;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits .block .btn-line a {
        padding: 15px 30px;
        font-size: 16px;
    }
    section.travel-bidding-info-top h1 {
        font-size: 24px;
    }
    section.travel-bidding-info-top h3 {
        font-size: 14px;
        line-height: 18px;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .how-work>h4 {
        font-size: 24px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .page-header h2 {
        font-size: 28px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .how-work-auctions.com_content .item-pagehow-work-auctions .benefits>h4 {
        font-size: 24px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 50px;
    }
    body.com_community.view-register input[ data-required="true"]::-webkit-input-placeholder {
        font-size: 14px;
    }
    body.com_community.view-register input::-moz-placeholder {
        font-size: 14px;
    }
    body.com_community.view-register input:-moz-placeholder {
        font-size: 14px;
    }
    body.com_community.view-register input:-ms-input-placeholder {
        font-size: 14px;
    }
    body.com_community.view-register .first .joms-landing__action .joms-form__group input {
        padding-left: 25px;
        height: 45px;
    }
    body.com_community.view-register .first .joms-checkbox span {
        font-size: 12px;
    }
    body.com_community.view-register .joms-landing .joms-landing__action h3 {
        margin-top: 100px;
    }
    body.com_community.view-register .joms-landing.first {
        min-height: 0;
    }
    body.com_community.view-register .joms-landing {
        margin-bottom: 100px;
    }
    body.com_community.view-register .last .joms-landing__action form>div input[type=text],
    body.com_community.view-register .last .joms-landing__action form>div .joms-select--wrapper {
        height: 45px;
    }
    body.com_community.view-register .last .joms-landing__action form>div input[type=text]::-webkit-input-placeholder {
        font-size: 14px;
    }
    body.com_community.view-register .last .joms-landing__action form>div input[type=text]::-moz-placeholder {
        font-size: 14px;
    }
    /* Firefox 19+ */
    body.com_community.view-register .last .joms-landing__action form>div input[type=text]:-moz-placeholder {
        font-size: 14px;
    }
    /* Firefox 18- */
    body.com_community.view-register .last .joms-landing__action form>div input[type=text]:-ms-input-placeholder {
        font-size: 14px;
    }
    body.com_community.view-register .last .joms-landing__action form>div textarea::-webkit-input-placeholder {
        font-size: 14px;
    }
    body.com_community.view-register .last .joms-landing__action form>div textarea::-moz-placeholder {
        font-size: 14px;
    }
    /* Firefox 19+ */
    body.com_community.view-register .last .joms-landing__action form>div textarea:-moz-placeholder {
        font-size: 14px;
    }
    /* Firefox 18- */
    body.com_community.view-register .last .joms-landing__action form>div textarea:-ms-input-placeholder {
        font-size: 14px;
    }
    body.com_community.view-register .last .joms-landing__action form>div input[type=text],
    body.com_community.view-register .last .joms-landing__action form>div .joms-select--wrapper {
        font-size: 14px;
    }
}

@media all and (max-width: 360px) {
    section.about_us {
        min-height: 1300px;
    }
    section.about_us {
        min-height: 1480px;
    }
    .about_us .column p {
        padding: 10px 2% 0 10%;
    }
    body.com_community.view-register .joms-button.next {
        margin-top: 20px;
    }
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__select {
        width: 200px;
        left: -30px;
    }
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__dropdown {
        left: -30px;
    }
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar #participants-styler {
        width: 88%;
    }
}

@media all and (max-width: 350px) {
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar #participants-styler {
        width: 87%;
    }
}

@media all and (max-width: 330px) {
    .com_jomoffers.view-list_offers form #jd-admin-body .listings>ul>li .listing_block>div:nth-child(3) a.join {
        padding: 13px 60px 13px 60px;
        margin-left: -15px;
    }
    .com_jomoffers.view-list_offers #jd-admin-wrapper>form>.jd-headerbar #participants-styler {
        width: 86%;
    }
}

@media all and (max-width: 320px) {
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__select {
        width: 200px;
        left: -10px;
    }
    .mcatalogue-filter .modMcatalogueFilter .jq-selectbox__dropdown {
        left: -10px;
    }
}

.top_service_menu {
    min-height: 45px;
}

.top_service_menu>div.col-5 {
    background: #ffffff;
}

.top_service_menu>div.col-7 {
    background: #e0dae2;
}

.topphrase.m-0 {
    font-size: 18px;
    line-height: 24px;
    color: #ffa100;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.services-menu>ul>li>a {
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 12px !important;
}

.services-menu>ul>li>a:hover,
.services-menu>ul>li>a:focus,
.services-menu>ul>li>a:active {
    color: #fda50f;
    background: none !important;
}

.services-menu ul>li:before {
    content: "•";
    position: absolute;
    left: -1px;
    top: 1px;
    color: #000000;
}

.services-menu ul>li:first-child:before {
    content: "";
}

.line_color {
    background: hsla(192, 2%, 60%, 0.851);
    height: 70px;
}

.logo>a>img {
    width: 12em;
}

.moduletable>ul>li>a>i.fas.fa-burn {
    color: #e63f52;
    font-size: 1.3em;
}

.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;
}

.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;
}

.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;
}

.date_link>span>a:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
}

.copyright-menu>ul>li>a:hover {
    color: #ffffff !important;
}

.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;
}

.logo>a>img {
    width: 12em;
}

.moduletable>ul>li>a>i.fas.fa-burn {
    color: #e63f52;
    font-size: 1.3em;
}

.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 */


/* --------------------------------------------------------------------------------------------------- */


/* Style All View Product Card */

.auc_product_container {
    min-height: 220px;
    display: inline-block;
    width: 31.7%;
    clear: none;
    margin-right: 2%;
    margin-bottom: 70px;
    padding: 0px;
    text-align: center;
    transition: all .3s;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d7d7d7;
}

.auc_product_container:hover,
.auc_product_container:focus {
    -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;
}

.auc_product_container .img-count {
    margin-top: 0;
    height: 250px;
    max-width: 100%;
    width: 100%;
    position: relative;
}

.auc_product_container .img-count>a {
    width: 100%;
    height: 100%;
}

.auc_product_container .img-count>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auc_product_container .img-count>.countdownHolder {
    position: absolute;
    bottom: 0;
    padding-bottom: 8px;
    padding-top: 3px;
    background: url("../../../images/black-opacity.png");
    background-color: transparent !important;
    border-radius: 0;
}

.container-fluid .pagination .pagination-list {
    display: flex;
    align-items: center;
}


/* END Style All View Product Card */


/* --------------------------------------------------------------------------------------------------- */


/* Style Paginations */

.pagination-list li>a {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    width: 32px;
    height: 32px;
    font-weight: 400;
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pagination-list li.active>a {
    border-radius: 50%;
    background-color: #cce9f7;
}

.pagination-list li a.pagenav {
    color: #888888;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.pagination-list li a>.icon-next::before {
    content: '\f0da';
    position: absolute;
    font-size: 22px;
    color: #888888;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 5px;
    left: 1px;
}

.pagination-list li a>.icon-previous::before {
    content: '\f0d9';
    position: absolute;
    font-size: 22px;
    color: #888888;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 5px;
    right: 1px;
}

.pagination-list li.disabled a>.icon-next::before,
.pagination-list li.disabled a>.icon-previous::before {
    display: none;
}


/* END Style Paginations */


/* --------------------------------------------------------------------------------------------------- */


/* Style System Message */

@media (min-width: 768px) and (max-width: 991px) {
    .footer {
        height: auto;
    }
    .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;
}


/* --------------------------------------------------------------------------------------------------- */


/* 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 */


/* ---------------------------------------------------------------------------- */

@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');
@import url('https://fonts.googleapis.com/css?family=Yeseva+One&subset=cyrillic');
body {
    padding: 0;
    margin: 0;
}

.top-block {
    padding: 0;
}

.condition-auctions-container .page-header h2 {
    font-size: 60px;
    line-height: 60px;
    color: #000000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.condition-auctions-container .modified {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-bottom: 45px;
}

.condition-auctions-container .top-block>div>h2 {
    font-size: 48px;
    line-height: 48px;
    color: #00415d;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-top: 0;
}

.condition-auctions-container .top-block>div>p {
    font-size: 14px;
    line-height: 30px;
    color: #282828;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-bottom: 30px;
}

.top-block .item-step {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    padding: 25px;
}

.top-block .group-item-step {
    margin-bottom: -125px;
}

.top-block .group-item-step .col-4 {
    display: flex !important;
    margin-right: 0;
}

.top-block .group-item-step .col-4>div {
    height: 100%;
}

.item-step-title {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.item-step-title p:nth-child(1) {
    font-size: 72px;
    line-height: 30px;
    color: #d9e3e7;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
}

.item-step-title p.step-line {
    flex-grow: 1;
    margin: 0 20px;
    height: 2px;
    background: #d9e3e7;
}

.top-block {
    text-align: left;
}

.top-block .item-step-info p:nth-child(1) {
    font-size: 14px;
    line-height: 30px;
    color: #282828;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.top-block .item-step-info p:nth-child(2),
.top-block .item-step-info p:nth-child(3) {
    font-size: 14px;
    line-height: 30px;
    color: #282828;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.bottom-block {
    background: url('../images/back-conditions.png') no-repeat bottom;
    background-size: cover;
    padding-top: 190px;
    text-align: left;
}

.steps-process h3 {
    font-size: 48px;
    line-height: 48px;
    color: #ffa100;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-bottom: 70px;
}

.steps-process>p {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-bottom: 60px;
}

.steps-process ul {
    padding: 0;
    margin: 0;
}

.steps-process ul li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 130px;
}

.steps-process ul li>p {
    width: 33.3333%;
}

.steps-process ul li>p:nth-child(1) {
    text-align: right;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.steps-process ul li>p:nth-child(3) {
    text-align: left;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.steps-process .title-column {
    min-height: auto;
}

.steps-process .title-column p:nth-child(1),
.steps-process .title-column p:nth-child(3) {
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.steps-process li p.traveler-step span:nth-child(1),
.steps-process li p.company-step span:nth-child(1) {
    font-size: 24px;
    line-height: 24px;
    color: #191919;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
}

.steps-process li p.traveler-step span:nth-child(2),
.steps-process li p.company-step span:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    color: #191919;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.steps-process li .number-step {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -27px;
}

.steps-process li .number-step span {
    height: 79px;
    min-width: 44%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    background-color: #faa206;
    display: table;
    padding: 0;
    font-size: 30px;
    line-height: 79px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    position: relative;
}

.steps-process li .number-step span::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 52%;
    left: -52%;
    top: 50%;
    background-color: #faa206;
}

.steps-process li .number-step span::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 52%;
    right: -52%;
    top: 50%;
    background-color: #faa206;
}

.travel-bidding-link:link,
.travel-bidding-link:valid,
.travel-bidding-link:visited,
.travel-bidding-link:hover {
    text-decoration: none;
    color: #ffffff;
}

.travel-bidding-link {
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans";
    display: table;
    min-width: 260px;
    height: 40px;
    background-color: #00415d;
    text-align: center;
    margin: 20px auto 0 auto;
}

.steps-process {
    margin-bottom: 49%;
}