html, body {
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    /*background-color: #f2eadf;*/
    /*background-color: #eee7dc;*/
    color: #635f5c;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
}

/* Layout */
#header {
    padding-left: 10px;
    padding-right: 20px;
    height: 80px;
    background-color: #fbf7eb;
    color: #454545;
}


#header h1 {
    display: none;
}

#logo {
    display: block;
    width: 157px;
    height: 80px;
    float: left;
    text-indent: -9999px;
    background: url('../img/header_logo_light_mode.svg') no-repeat;
    background-size: 157px 80px;
}

#title {
    position: absolute;
    top: 125px;
    z-index: 10;
    display: block;
    right: 335px;
    padding: 15px;
    color: white;
    background-color: #3e3431;
}


#getinvolved {
    position: absolute;
    right: 340px;
    top: 85px;
    transition: right 0.6s ease;
    z-index: 35;
}

.has_welcome #getinvolved {
    right: 5px;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    right: 335px;
}

#results_header {
    position: absolute;
    right: 0;
    top: 130px;
    height: 105px;
    background: #fafafa;
    color: #333;
    width: 323px;
    z-index: 70;
    font-size: 14px;
    padding-left: 12px;
    display: flex;
    align-items: center;
    box-shadow: #999 0 0 5px;
    clip-path: inset(-5px -5px 0 -5px);
}

#results_header p {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}

#results_header_area {
    font-size: 22px;
    line-height: 26px;
}

#results_header .social {
    display: inline-block !important;
    vertical-align: middle;
}

#results {
    position: absolute;
    z-index: 68;
    top: 170px;
    bottom: 0px;
    right: 0px;
    width: 335px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: #999 0 0 5px;
    background: var(--background);
}

#results:empty::before {
    content: 'No results found';
    text-align: center;
    display: block;
    padding: 20px;
}

#results_header, #results {
    transition: right .6s ease;
}

body.has_welcome #results_header, body.has_welcome #results {
    right: -335px;
}

#map, #map-gl {
    position: absolute;
    top: 105px;
    left: -335px;
    right: 0;
    bottom: 0;
}

#overview_map, #overview_map-gl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 195px;
    height: 150px;
    z-index: 2;
    border: 1px solid #666;
    box-shadow: #666 0 0 2px;
}

#map_attribution {
    position: absolute;
    left: 195px;
    bottom: 0;
    padding: 1px 6px;
    background: #f2eadf;
    opacity: 0.7;
    font-size: 10px;
    line-height: 12px;
}

body.has_welcome #map_attribution {
    left: 0;
}

#map-gl, #overview_map-gl {
    background: rgb(198, 209, 210) !important;
}

body.has_welcome #overview_map, body.has_welcome #overview_map-gl {
    left: -200px
}

#overview_map, #overview_map-gl, #map_attribution, .mapcontrol, #footer_area, #button_help, #area {
    transition: left .8s ease;
}

.mapboxgl-ctrl {
    display: none;
}

body.has_welcome .mapcontrol, body.has_welcome #button_help, body.has_welcome #footer_area {
    left: -30px
}

.mapbounds_fill, .mapbounds_stroke, .selection_stroke {
    transition: opacity .8s ease .8s;
}

.selection_stroke {
    transition-delay: 0s;
}

body.has_welcome .mapbounds_fill, body.has_welcome .mapbounds_stroke, body.has_welcome .selection_stroke {
    opacity: 0 !important;
}

#area {
    position: absolute;
    left: 0;
    top: 105px;
    width: 335px;
    bottom: 0;
    background-color: rgb(242, 234, 223);
    /*background-image: url('../img/tex/omo-header-bg.png');*/
    z-index: 10;
}

#area a {
    color: #ae1600;
    text-decoration: none;
}

#area a:hover {
    text-decoration: underline;
}

#area h3 {
    margin: 20px 0 2px 0;
}

#area ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    line-height: 1.5em;
}

#area_parents {
    margin-bottom: 30px;
}

#area_content {
    position: relative;
    padding: 20px;
}

#area h2:first-child {
    font-size: 24px;
}

#area.slider {
    overflow-y: hidden;
    width: 335px;
}

#area.slider.closed {
    left: -335px;
}

#footer_area {
    position: absolute;
    left: 335px;
    bottom: 205px;
    width: 30px;
    height: 30px;
    background-color: #ae1600;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    font-family: "omo";
}

#footer_area:before {
    content: '\e61e';
    font-size: 20px;
}

#footer_area.closed {
    left: 0;
}

#sidebar {
    border-left: 1px solid #ccc;
    background-color: #ececef;
    z-index: 90;
}

#content {
    padding: 10px;
}

fieldset {
    border: none;
}

/*Toolbar buttons*/
.defaultValuesOnly {
    display: none;
}

#navbar-top #button_date, #navbar-top #button_attributes {
    width: 130px;
    padding: 10px 5px 14px 5px;
    line-height: 30px;
    font-size: 15px !important;
    color: #675C44;
    text-shadow: 0 1px #fff;
    text-align: center !important;
    text-decoration: none;
    vertical-align: middle !important;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid transparent;
    z-index: 60 !important;
    transition: width .5s linear, left .5s linear;
}

#button_attributes {
    margin-left: -15px;
}

#navbar-top #button_date.opened, #navbar-top #button_attributes.opened {
    color: #ae1600;
    background-color: #fff;
    border: 1px solid #c8c4bb;
    border-bottom: transparent;
}

#navbar-top #button_date.somethingSet, #navbar-top #button_attributes.somethingSet {
    color: #ae1600;
}

#navbar-top #button_date.somethingSet:hover, #navbar-top #button_attributes.somethingSet:hover,
#navbar-top #button_date.opened:hover, #navbar-top #button_attributes.opened:hover {
    color: #ae1600;
}


#navbar-top #button_date:hover, #navbar-top #button_attributes:hover {
    color: #A39A8C;
}

#navbar-top #button_date::before, #navbar-top #button_attributes::before {
    font-size: 30px;
    font-family: 'omo';
    top: 6px !important;
    vertical-align: bottom;
    letter-spacing: 4px;
}

#navbar-top #button_date::before {
    content: "\e612";
}

#navbar-top #button_attributes::before {
    content: "\e613";
}

#button_date_x, #button_attributes_x {
    position: absolute;
    top: 130px;
    min-width: 100px;
    min-height: 14px;
    line-height: 14px;
    padding: 5px 5px 5px 7px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 15;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    transition: left .5s linear;
    box-shadow: #999 0 0 5px;
}

#button_date_x::before, #button_attributes_x::before {
    font-family: "omo";
    font-size: 18px;
    line-height: 14px;
    letter-spacing: 4px;
    content: "\e60c";
    top: 6px;
    vertical-align: top;
    color: #ae1600;
}

#button_date_x:hover::before, #button_attributes_x:hover::before {
    opacity: 0.6;
}

#button_date_x {
    left: 630px;
}

#button_attributes_x {
    left: 765px;
}

#toolbar_date, #toolbar_attributes {
    position: absolute;
    display: block;
    top: 77px;
    z-index: 50;
    background-color: #ffffff;
    color: #454545;
    display: none;
    border: 1px solid #c8c4bb;
    transition: left .5s linear;
}

#toolbar_date {
    padding: 25px 30px;
    left: 231px;
    width: 512px;
    height: 127px;
    text-align: center;
}

#toolbar_attributes {
    padding: 20px;
    left: 546px;
    width: 342px;
    height: 276px;
}

#toolbar_attributes input {
    width: 300px;
    height: 24px;
    padding: 4px;
    margin: 10px 0 10px 0;
    line-height: inherit;
    border-radius: 0;
    font-family: inherit;
    border-color: #A39B8B;
}

#toolbar_attributes label {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: #4C3E2E;
    line-height: 16.4px;

}


#toolbar_attributes select {
    border-color: #a39b8b;
    background-color: transparent;
    height: 32px;
    padding: 5px;
    font-family: "Droid Sans", sans-serif;
}

#toolbar_attributes > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

#toolbar_attributes > div > label {
    align-self: center;
}

#toolbar_attributes .label-scale-to {
    margin: 0 8px;
}

#toolbar_attributes .label-scale-from {
    flex-grow: 1;
}

#toolbar_background {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/* Toolbar Search */
#geocoderform {
    display: block;
}

#geocoder {
    min-width: unset;
    width: 250px;
    height: 32px;
    padding: 0 10px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    transition: width .5s linear;
    border-color: #fff;
}

#geocoder:focus {
    border: 1px solid #ae1600;
}

input, select {
    font-size: 9pt;
    border: 1px solid #cfcbbf;
    outline: none;
}

input[type="submit"] {
    font-family: "omo";
    font-size: 24px;
    vertical-align: middle;
    line-height: 24px;
    cursor: pointer;
    height: 32px;
    margin-left: -4px;
    border-radius: 0;
    width: 50px;
    padding: 4px;
    color: #fff;
    background-color: #ae1600;
    border: 1px solid #ae1600;
    transition: margin-left .5s linear;
}

input[type="submit"]:hover {
    background-color: #ae1600;
}

@media (max-width: 1110px) {
    #button_attributes span, #button_date span {
        display: none;
    }

    #navbar-top #button_date {
        width: 50px;
    }

    #navbar-top #button_attributes {
        width: 50px;
        margin-left: 0;
    }

    #toolbar_attributes {
        left: 267px;
    }

    #toolbar_date {
        left: 35px;
    }

    #geocoder {
        width: 200px;
    }

    #button_date_x {
        left: 460px;
    }

    #button_attributes_x {
        left: 580px;
    }
}


h1, h2, h3, h4 {
    letter-spacing: 0.03em;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
}

h1 {
    margin: 0;
}

h2 {
    font-size: 16px;
    margin: 0;
    padding-top: 0;
}

h3 {
    margin: 0;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin: 3px 0 5px 0;
    font-size: 14px;
}

.tooltip {
    vertical-align: text-bottom;
}

.goog-tooltip {
    background: infobackground;
    color: infotext;
    border: 1px solid infotext;
    padding: 1px;
    font: menu;
    max-width: 400px;
    z-index: 1500;
}

#textsearch {
    display: block;
}

#textsearch div {
    padding-left: 25px;
}

#textsearch label {
    padding-right: 5px;
}

#textsearch input {
    width: 350px;
}

/*Results content*/
.item {
    padding: 11px 7px;
    border-bottom: 2px dotted #A39B8B;
    background-color: var(--background);
    color: #635f5c;
    overflow: hidden;
    display: block;
    text-decoration: none !important;
    clear: both;
}

.item:hover, .item.active {
    border-bottom: 2px solid #810012;
    border-top: 2px solid #ae1600;
    margin-top: -2px;
}

.item:hover, .item.active {
    background-color: #ae1600;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ae1600), to(#810012));
    background-image: -webkit-linear-gradient(top, #ae1600, #810012);
    background-image: -moz-linear-gradient(top, #ae1600, #810012);
    background-image: -ms-linear-gradient(top, #ae1600, #810012);
    background-image: -o-linear-gradient(top, #ae1600, #810012);
    background-image: linear-gradient(to bottom, #ae1600, #810012);
    color: #fff;
    display: block;
    text-decoration: none !important;
    cursor: pointer !important;
}

.item_wrapper {
    padding-left: 4px;
    width: 221px;
    float: right;
    font-size: 12px;
    line-height: 1.4;
    max-height: 80px;
}

.item_wrapper h3 {
    margin: 3px 0 0 0;
}

.item .title {
    font-size: 110%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item .author {
    padding-left: 5px;
}

.serie_record {
    width: 40px;
    float: left;
    clear: none;
    padding: 5px 0px 5px 10px;
}

.label-input-label {
    color: GrayText;
}

.mapcontrol {
    background-color: rgba(255, 255, 255, 0.8);
    font-family: "omo";
    color: #000;
    position: absolute;
    width: 32px;
    height: 32px;
    left: -1px;
    top: 120px;
    text-decoration: none !important;
    font-size: 30px;
    color: #000;
    text-align: center;
    border: 1px solid #A39B8B;
}

.mapcontrol:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

#map_minus {
    top: 155px;
}

#map_select {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 190px;
    height: 32px;
    font-size: 22px;
}

/* Autocomplete */
.ac-renderer {
    font-size: 12px;
    position: absolute;
    width: 350px;
    background-color: #fff;
    border: 1px solid #666;
    -moz-box-shadow: 2px 2px 2px rgba(102, 102, 102, .4);
    -webkit-box-shadow: 2px 2px 2px rgba(102, 102, 102, .4);
    z-index: 1500;
}

.ac-row {
    position: relative;
    padding: .4em;
    cursor: pointer;
}

.ac-row .suffix {
    font-size: .8em;
    color: #ccc;
    padding: .1em 0 .1em 5px;
}

.ac-row .type {
    font-size: .7em;
    color: #aaa;
    display: block;
    width: 100%;
}

.ac-highlighted {
    font-weight: bold;
}

.ac-active {
    background-color: #f7f1ea;
}

.ac-type {
    background-color: #990033;
    color: #FFFFFF;
    display: block;
    margin: 2px;
    padding: 2px;
    font-style: italic;
    float: right;
}

/* Timeline */
#toolbar_date select, #toolbar_date label {
    display: none;
}

#timeline {
    position: absolute;
    width: 430px;
    top: 62px;
    left: 35px;
    outline: none;
    height: 20px;
    background-image: url('../img/era-background.png');
    background-repeat: no-repeat;
    background-position: center 0;
}

#timeline .goog-twothumbslider-rangehighlight {
    position: absolute;
    top: 6px;
    width: 100%;
    height: 0;
    border-top: 4px solid #b00000;
    overflow: hidden;
}

#timeline .goog-twothumbslider-value-thumb,
#timeline .goog-twothumbslider-extent-thumb {
    position: absolute;
    overflow: visible;
    top: 0px;
    width: 7px;
    height: 7px;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 4px solid #b00000;
    margin-left: -4px;
    z-index: 10;
    cursor: pointer;
}

#timeline .goog-twothumbslider-value-thumb span,
#timeline .goog-twothumbslider-extent-thumb span {
    position: absolute;
    top: -20px;
    left: -19px;
    width: 44px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    color: #ae1600;
}

#timeline .slider_marker {
    width: 50px;
    margin-left: -22px;
    text-align: center;
    position: absolute;
    top: 17px;
    color: #aca7a4;
    z-index: -1;
}

#timeline .slider_marker div {
    float: left;
    position: relative;
    width: 1px;
    height: 17px;
    left: 25px;
    top: -17px;
    background-color: #635f5c;
}

.clear, .cleaner {
    clear: both;
}

/* Welcome */
#welcome_background {
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: rgba(251, 247, 235, 0.7);
    background: linear-gradient(rgba(251, 247, 235, 0.8), rgba(251, 247, 235, 0));
}

#welcome {
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 60px;
    z-index: 20;
    font-size: 12px;
    text-align: center;
    color: #52482f;
}

#welcome p {
    font-family: "Droid Sans";
    color: #675C44;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 22px 0 10px 0;
}

#welcome .welcome_logo {
    margin-top: 74px;
}

#welcome .welcome_content {
    font-family: "Droid Sans";
}

#welcome a:hover, #help a:hover {
    text-decoration: underline;
}

#welcome .welcome_content h1, #mobile h1 {
    font-size: 28px;
    font-weight: normal;
    color: #a50c00;
    text-shadow: #6d0019 0px 1px 1px;
    margin: -8px 0 8px 0;
}

#welcome .welcome_content h2 {
    margin-top: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #4C3E2E;
}

#welcome p.share {
    margin: 80px 0 10px 0;
    color: #675C44;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

#welcome .welcome_content p.maptiler-cloud {
    margin-top: 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #675C44;
    border-radius: 8px;
}

#welcome p.share .omo-social{
    margin-top: 13px;
}

#welcome .welcome_content .social a {
    background-color: #fff;
    border-radius: 3px;
}

#welcome .welcome_content #welcome_search,
#welcome .welcome_content #welcome_start {
    color: #FBF7EB !important;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    padding: 15px 20px;
}

.mobile-min {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
}

.mobile-min .store-logo {
    width: 95px;
    height: 33px;
}

.maptiler-cloud {
    text-align: center;
    font-size: 12px !important;
}

.maptiler-cloud a {
    color: #ae1600;
}

@media (max-height: 620px) {
    .mobile-min {
        display: none;
    }
}

.welcome_logo {
    height: 170px;
}

#welcome_search_input {
    width: 300px;
    margin: 35px 8px 0 0;
    padding: 14px;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    border: 3px solid var(--btn-border);
    vertical-align: middle;
}

#welcome_search, #welcome_start {
    width: 140px;
    margin: 35px 8px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

#welcome_search_input, #welcome_start {
    transition: width .8s, padding .8s, opacity .8s;
}

#welcome_search_input.hidden, #welcome_start.hidden {
    padding-left: 0;
    padding-right: 0;
    width: 0;
    border: 0;
    opacity: 0;
    display: inline-block !important;
}

#button_help {
    font-family: 'icons';
    display: block;
    position:relative;
    color: #fff;
    text-decoration:none;
    text-align: center;
    cursor:pointer;
    font-weight: 500;
    bottom: 170px;
    width: 30px;
    height: 30px;
    background-color: #ae1600;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: 170px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
}

/* popup */
#popup_background {
    top: 105px;
    right: 335px;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    opacity: 1;
}

#popup_background.hidden {
    opacity: 0;
}

#popup_wrap {
    transition: right .5s ease-out;
}

#popup_wrap.hidden {
    right: -500px;
}

#popup_next, #popup_prev, #popup_close {
    cursor: pointer;
    font-family: "omo";
    text-decoration: none !important;
}

#popup_close {
    right: 10px;
    display: block;
    font-size: 30px;
    color: #ae1600 !important;
    position: absolute;
    top: 10px;
    z-index: 40;
}

#popup_next, #popup_prev {
    left: calc(50% - 25px);
    width: 50px;
    height: 32px;
    background: var(--titles);
    color: #fff !important;
    position: absolute;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    z-index: 200;
}

#popup_next {
    top: 0;
    border-radius: 0 0 4px 4px;
}

#popup_prev {
    bottom: 0;
    border-radius: 4px 4px 0 0;
}

iframe {
    background: #f7f3ee !important;
}

.plovr-error-report {
    z-index: 64000;
    position: absolute;
    top: 0;
    left: 0;
}


/* TOUR */
.tour-veil {
    position: absolute;
    z-index: 1000;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 1px;
    transition: top .5s linear, left .5s linear, width .5s linear, height .5s linear;
}

.tour-veil-under {
    background: transparent;
    opacity: 0.4;
}

.tour-card {
    position: absolute;
    z-index: 1000;
    width: 370px;
    height: auto;
    background: #F7F3EE;
    padding: 0;
    padding-top: 54px;
    color: #675C44;
    box-shadow: #333 0 0 10px;
    margin: 2px;
    font-family: "Droid Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.tour-card {
    opacity: 0;
    transition: opacity .2s;
}

.tour-card.direction-none {
    margin-left: -130px;
    margin-top: -60px;
}

.tour-card:before {
    content: " ";
    position: absolute;
    border: 10px solid transparent;
}

.tour-card.anchor-top:before {
    top: 8px;
}

.tour-card.anchor-right:before {
    right: 8px;
}

.tour-card.anchor-bottom:before {
    bottom: 8px;
}

.tour-card.anchor-left:before {
    left: 8px;
}

.tour-card.direction-top:before {
    border-bottom-color: #fcfcfc;
    top: -20px;
}

.tour-card.direction-right:before {
    border-left-color: #fcfcfc;
    right: -20px;
}

.tour-card.direction-bottom:before {
    border-top-color: #fcfcfc;
    bottom: -20px;
}

.tour-card.direction-left:before {
    border-right-color: #fcfcfc;
    left: -20px;
}

.tour-card-content {
    text-align: justify;
    padding-bottom: 25px;
    margin-bottom: 0;
}

.tour-card-title {
    color: #a40b01;
    font-size: 22px;
    line-height: 25.77px;
    margin: 0;
    padding-right: 14px;
    padding-left: 36.5px;
    letter-spacing: 0.01em;
}


.tour-card-content {
    white-space: pre-line;
    color: #675C44;
    font-size: 16px;
    line-height: 26px;
    padding: 24.5px 40px 55.5px 36.5px;
    margin: 0;
    border-bottom: 3px dotted #A39B8B;
}

.tour-card-close {
    position: absolute;
    right: 25px;
    top: 26px;
    font-family: 'icons';
    text-decoration: none !important;
    font-size: 0;
    color: #A40B01;
}

.tour-card-close:before {
    content: "X";
    font-size: 24px;
    text-shadow: 0px 0px 5px rgb(255 255 255 / 50%);
}

.tour-card-skippers {
    display: inline-block;
    padding: 21.5px 32px;
}

.tour-card-skipper {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 2px;
    background: #C9BDAC;
    display: inline-block;
}

.tour-card-skipper:hover {
    background: #675C44;
}

.tour-card-skipper.active {
    background: #675C44;
}

.tour-card-next {
    position: absolute;
    right: 16px;
    bottom: 21.5px;
    width: 40px;
    height: 25px;
    border-radius: 4px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    line-height: 30px;
    text-align: center;
    font-size: 0;
    color: #4C3E2E;
}

.tour-card-next:before {
    font-family: "icons";
    content: ">";
    font-size: 36px;
}
