:root {
    --main-bg-color: #00508d;
}
.action_btn {
    background: var(--main-bg-color);
    color: white;
    font-weight: bold;
}
.text_shadow {
    text-shadow: black 0 0 4px;
}

.offer-tag {
    color: white !important;
    margin-bottom: 15px;
    background: red;
    padding: 10px;
    text-transform: uppercase !important;
}

.orange_bg {
    background: var(--main-bg-color);
    color: white;
    font-weight: bold;
}

.wk-slidenav {
    color: white;
}

.olampo h1,
.prima_riga {
    font-size: 22px !important;
    font-weight: bold !important;
    color: #363636 !important;
}

.olampo h2,
.seconda_riga {
    font-size: 18px !important;
    font-weight: medium !important;
    color: #363636 !important;
}

.olampo h3,
.prezzo {
    font-size: 34px !important;
    font-weight: bold !important;
    color: #363636 !important;
}

.uk-h3.uk-margin-remove {
    font-size: 90%;
}

.bottom-white-border {
    border-bottom: 4px white solid;
}

.category {
    color: white !important;
    background: var(--main-bg-color);
}

.category div.uk-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

em {
    color: inherit;
}

#tm-main > .uk-container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.uk-container .uk-container {
    padding-left: 40px;
    padding-right: 40px;
}

#tm-main {
    padding-top: 0;
    padding-bottom: 0;
}

.uk-container table {
    margin: auto;
    width: 100% !important;
}

.uk-container table th {
    background: var(--main-bg-color);
    border: 1px solid white;
    color: white !important;
}

.uk-container table td {
    background: #f1f0e8;
    border: 1px solid white;
    text-align: center;
}

.uk-container table p {
    padding: 0px;
    margin: 2px 0;
}

.uk-block-margin {
    margin: 20px 0;
}

.badge_container p {
    font-weight: bold !important;
}

.badge_container {
    width: auto;
    position: absolute;
    right: 40px;
    top: -57px;
}

.badge_container .uk-margin {
    margin: 0;
}

.badge_container .top_block {
    background: white;
    color: red;
    padding: 9px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.badge_container .bottom_block {
    background: var(--main-bg-color);
    color: white;
    padding: 9px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.badge_container p {
    padding: 0;
    margin: 0;
}

.grey_bar {
    background: #f1f0e8;
}

h1,
h2 {
    color: #363636 !important;
}

h3 {
    color: var(--main-bg-color) !important;
}

h4 {
    font-weight: normal !important;
}

.dark-title_a a {
    color: #363636 !important;
    text-decoration: none;
}

h1 {
    font-weight: bolder;
    font-size: 29px;
    color: #363636;
}

h2 {
    font-weight: medium;
    font-size: 18px;
    color: #363636;
}

h3 {
    font-weight: bold;
    font-size: 29px;
}

h4 {
    font-weight: normal;
    font-size: 16px;
    color: #363636;
}

.trip-title-program {
    color: var(--main-bg-color) !important;
    font-weight: bold;
    font-size: 140%;
    margin-top: 40px;
}

.subtitle_bar {
    min-height: 70px;
    padding: 20px;
}

* + .uk-h1,
* + .uk-h2,
* + .uk-h3,
* + .uk-h4,
* + .uk-h5,
* + .uk-h6,
* + .uk-heading-2xlarge,
* + .uk-heading-large,
* + .uk-heading-medium,
* + .uk-heading-small,
* + .uk-heading-xlarge,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}

h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
    margin: 0 0 10px 0;
}

.relative {
    position: relative;
}

.title_bar {
    background: #f1f0e8;
    margin-top: -20px;
    padding: 20px 0px 20px;
}

.product-uikit3 > div:first-child {
    display: none !important;
}

.categorie .element-itemcategory {
    position: absolute;
    z-index: 50;
    right: 25px;
    top: -25px;
}

.relative .badges {
    position: absolute;
    top: 60%;
    margin-left: -40px;
    z-index: 50;
}
.btn:focus,
.btn:hover,
.uk-button-default:focus,
.uk-button-default:hover {
    background-color: var(--main-bg-color);
    color: white;
}

.relative .badges > div {
    font-weight: bolder;
}

.relative .badges div a {
    color: white;
    margin: 5px 7px 5px;
    display: inline-block;
}

.wk-slider a,
.wk-slider img {
    color: white !important;
}

.wk-slider a.wk-button {
    color: #377ea6 !important;
}

.categorie .element-itemcategory > div {
    width: 120px;
    height: 30px;
    background: #06508c;
    float: right;
    margin: 10px;
    text-align: right;
    padding: 5px 15px 1px;
}

.categorie .element-itemcategory > div > a {
    color: white;
    text-transform: uppercase;
}

.redBadge {
    position: absolute;
    background: red;
    color: white !important;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    right: 20px;
}

.redBadge a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 10px -5px;
    display: block;
}

.force_text_size th,
.force_text_size td,
.force_text_size p,
.force_text_size * {
    font-size: 14px !important;
}

.force_large_text_size th,
.force_large_text_size td,
.force_large_text_size p {
    font-size: 14px !important;
}

.force_text_size ul,
.force_text_size ol,
.force_large_text_size ul,
.force_large_text_size ol {
    font-size: 14px !important;
}

.force_uloltext_size ul,
.force_uloltext_size ol {
    font-size: 14px !important;
}

.wk-panel-title {
    background: #00508d;
    color: white !important;
    padding: 15px;
    font-weight: bold !important;
}
.wk-panel-teaser {
    margin-bottom: 0 !important;
}
.blue_text {
    color: #00508d !important;
    font-weight: bold !important;
}

.sj-megamenu .level-1 {
    border: none !important;
}
.sj-megamenu .level-1 > a {
    color: #363636 !important;
    font-size: 13px;
}
.sj-megamenu .zoo-category-list .level1.parent > a {
    color: #00508d !important;
}

.menu_horizontal .sj-megamenu:hover > a,
.menu_horizontal .sj-megamenu .level-1:hover > a,
.menu_horizontal .sj-megamenu .level-1 > a:hover,
.menu_horizontal .sj-megamenu .level-1 > a:focus,
.menu_horizontal .sj-megamenu:hover > span,
.menu_horizontal .sj-megamenu .level-1:hover > span,
.menu_horizontal .sj-megamenu .level-1 > span:hover,
.menu_horizontal .sj-megamenu .level-1 > span:focus {
    background-color: white;
    background-image: none !important;
}

.sj-megamenu {
    padding-top: 20px;
}

.sj-megamenu .zoo-category-list,
.sj-megamenu .zoo-category-list.parent,
.sj-megamenu .zoo-category-list ul.parent {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}
.sj-megamenu .zoo-category-list li.level0.parent,
.sj-megamenu .zoo-category-list li.level1.parent,
.sj-megamenu .zoo-category-list li.level2.parent {
    /*border-right: 2px solid #ccc;*/
}

.sj-megamenu .zoo-category-list li.level0.parent {
    padding: 0 10px;
}

.sj-megamenu .zoo-category-list li.level0.parent > a {
    border-bottom: 3px white solid;
    color: #00508d;
    text-decoration: none;
}
.sj-megamenu .zoo-category-list > *,
.sj-megamenu .zoo-category-list.parent > li,
.sj-megamenu .zoo-category-list ul.parent > li {
    flex-grow: 1;
    text-align: left !important;
}

/*.sj-megamenu .zoo-category-list ul.level2.parent {
    display: flex;
}

.sj-megamenu .zoo-category-list ul.level2.parent > li.parent {
    flex-grow: 1;
    border-right: 2px solid #ccc;
}*/

.sj-megamenu .zoo-category-list li.level0.parent:last-child {
    border-right: none;
}
.sj-megamenu .zoo-category-list .level0 > a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.sj-megamenu .zoo-category-list .level0 ul li > a {
    color: #363636;
    text-decoration: none;
}

.sj-megamenu .zoo-category-list .level1.parent > a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.sj-megamenu a > span {
    font-size: inherit;
}

.sj-megamenu-hover .sj-megamenu-parent .sj-has-child:hover > .sj-dropdown,  .sj-megamenu .level-1:hover > a {
    background-color: #f1f0e8 !important;
}

.sj-menu-item.sj-has-child.level-1.mega-left.current-item > a {
    background-color: #f1f0e8 !important;
}

.sj-megamenu ul.zoo-category-list ul {
    padding: 0 !important;
}

.sj-megamenu-col-xs-1,
.sj-megamenu-col-sm-1,
.sj-megamenu-col-md-1,
.sj-megamenu-col-lg-1,
.sj-megamenu-col-xs-2,
.sj-megamenu-col-sm-2,
.sj-megamenu-col-md-2,
.sj-megamenu-col-lg-2,
.sj-megamenu-col-xs-3,
.sj-megamenu-col-sm-3,
.sj-megamenu-col-md-3,
.sj-megamenu-col-lg-3,
.sj-megamenu-col-xs-4,
.sj-megamenu-col-sm-4,
.sj-megamenu-col-md-4,
.sj-megamenu-col-lg-4,
.sj-megamenu-col-xs-5,
.sj-megamenu-col-sm-5,
.sj-megamenu-col-md-5,
.sj-megamenu-col-lg-5,
.sj-megamenu-col-xs-6,
.sj-megamenu-col-sm-6,
.sj-megamenu-col-md-6,
.sj-megamenu-col-lg-6,
.sj-megamenu-col-xs-7,
.sj-megamenu-col-sm-7,
.sj-megamenu-col-md-7,
.sj-megamenu-col-lg-7,
.sj-megamenu-col-xs-8,
.sj-megamenu-col-sm-8,
.sj-megamenu-col-md-8,
.sj-megamenu-col-lg-8,
.sj-megamenu-col-xs-9,
.sj-megamenu-col-sm-9,
.sj-megamenu-col-md-9,
.sj-megamenu-col-lg-9,
.sj-megamenu-col-xs-10,
.sj-megamenu-col-sm-10,
.sj-megamenu-col-md-10,
.sj-megamenu-col-lg-10,
.sj-megamenu-col-xs-11,
.sj-megamenu-col-sm-11,
.sj-megamenu-col-md-11,
.sj-megamenu-col-lg-11,
.sj-megamenu-col-xs-12,
.sj-megamenu-col-sm-12,
.sj-megamenu-col-md-12,
.sj-megamenu-col-lg-12 {
    padding: 0 !important;
}

.sj-megamenu-parent.sj-megamenu-horizontal {
    margin-bottom: 0;
}

.sj-megamenu-parent .sj-dropdown {
    box-shadow: none;
    border: none;
}

.tm-headerbar-top {
    background: white !important;
}