
html {
    font-size: 62.5%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: CoreSans, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    line-height: 26px;
    color:#2C3C5B;
    background: #f5f5f5;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:focus,
button {
    outline: none;
}

input {
    display: table-cell;
    color: #404040;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 0 0 10px;
    vertical-align: top;
}

input:focus {
    outline: medium none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic; /* IE Fix: Bicubic Scaling for Images */
    vertical-align: middle;
}

figure img,
.logo img {
    width: 100%;
    height: auto;
}

figure {
    background: #ebebeb;
}

figure, p {
    margin: 0;
}

strong, h1, h2, h3, h4, h5 {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    color: #363636;
    line-height: 1.1;
    margin: 0;
    font-weight: normal;
}

h1 {
    margin: 0;
}

header h2 {
    font-size: 18px;
    font-size: 1.8rem;
}

section > h2 {
    display: block;
    width: 100%;
    margin-bottom: 35px;
}

section > h2,
.object-open > h1 {
    font-size: 46px;
    font-size: 4.6rem;
}

h3 {
    font-size: 18px;
    font-size: 1.8rem;
}

h4 {

}

address {
    font-style: normal;
}

div {
    margin: 0;
    padding: 0;
}

.img_wrapper {
    background-color: transparent;
}

.img_wrapper img {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.img_wrapper.loaded img {
    opacity: 1;
}

.g100 {
    float: left;
    width: 100%;
}

.g80 {
    width: 80%;
}

.g75 {
    width: 75%;
}

.g66 {
    width: 66%;
}

.g60 {
    width: 60%;
}

.g50 {
    width: 50%;
}

.g40 {
    width: 40%;
}

.g34 {
    width: 34%;
}

.g25 {
    width: 25%;
}

.g20 {
    width: 20%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.relative {
    position: relative;
}

.context {
    overflow: hidden;
    display: block;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

.align_bottom {
    vertical-align: bottom;
}

.uppercase {
    text-transform: uppercase !important;
}

.transform_none {
    text-transform: none !important;
}

.center {
    text-align: center;
}

.align_right {
    text-align: right;
}

@media (min-width: 961px) and (max-width: 1200px) {
    .g100 {
    }

    .g80 {
    }

    .g75 {
    }

    .g66 {
    }

    .g60 {
    }

    .g50 {
    }

    .g40 {
    }

    .g34 {
    }

    .g25 {
    }

    .g20 {
    }
}

@media (min-width: 769px) and (max-width: 960px) {
    .g100 {
    }

    .g80 {
    }

    .g75 {
    }

    .g66 {
    }

    .g60 {
    }

    .g50 {
    }

    .g40 {
    }

    .g34 {
    }

    .g25 {
    }

    .g20 {
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .g100 {
    }

    .g80 {
    }

    .g75 {
        width: 100%;
    }

    .g66 {
    }

    .g60 {
    }

    .g50 {
    }

    .g40 {
    }

    .g34 {
    }

    .g25 {
        width: 100%;
    }

    .g20 {
    }
}

@media only screen and (max-width: 479px) {
    .g100 {
    }

    .g80 {
    }

    .g75 {
        width: 100%;
    }

    .g66 {
    }

    .g60 {
    }

    .g50 {
    }

    .g40 {
    }

    .g34 {
    }

    .g25 {
        width: 100%;
    }

    .g20 {
    }
}

.bgc_white {
    background-color: #fff;
}

.bgc_gray {
    background-color: #EBEBEB;
}

.bgc_lgray {
    background-color: #898989;
}

.bgc_pink {
    background-color: #e50051;
}

.bgc_blue {
    background-color: #0f96b0;
}

.bgc_green {
    background-color: #cdda32;
}

.bgc_transparent {
    background-color: transparent !important;
}

.c_blue {
    color: #0f96b0;
}

.c_white {
    color: #fff;
}

.c_dgray {
    color: #363636;
}

.c_mgray {
    color: #898989;
}

.c_pink {
    color: #e50051;
}

.c_green {
    color: #009a93;
}

/* BUTTONS */
.btn {
    display: inline-block;
    padding: 7px 10px;
    position: relative;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'core_sans_a_65_boldregular';
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    text-decoration: none !important;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: white;
    border: 0;
}

.btn_blue {
    height: 36px;
    background-color: #0f96b0;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-box-shadow: 1px 1px 0 rgba(9, 73, 85, .75);
    box-shadow: 1px 1px 0 rgba(9, 73, 85, .75);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.btn_blue:hover {
    background-color: #0c7e94;
}

.btn_pink {
    height: 36px;
    background-color: #e50051;
    color: #ffffff !important;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 1px 1px 0 rgba(143, 64, 92, 0.9);

    box-shadow: 1px 1px 0 rgba(143, 64, 92, 0.9);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.btn_pink:hover {
    background-color: #a10d59;
}

.btn.buy-btn {
    background: #e50051;
}

.btn.buy-btn:hover {
    background: #a10d59;
}

.btn_15_padding {
    padding-left: 15px;
    padding-right: 15px;
}

.btn_20_padding {
    padding-left: 20px;
    padding-right: 20px;
}

.btn.i-arrow_forward {
    padding-right: 50px;
}

.btn.i-arrow_forward:before {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    height: 22px;
    width: 22px;
    font-size: 22px;
}

.btn.i-arrow_back {
    text-align: right;
    padding-left: 50px;
}

.btn.i-arrow_back:before {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -11px;
    height: 22px;
    width: 22px;
    font-size: 22px;
}

.btn.i-arrow_down {
    padding-right: 50px;
}

.btn.i-arrow_down:before {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    height: 22px;
    width: 22px;
    font-size: 22px;
}

.btn.i-arrow_up {
    padding-right: 50px;
}

.btn.i-arrow_up:before {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    height: 22px;
    width: 22px;
    font-size: 22px;
}

.btn_simple {
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #363636;
}

.btn_simple.i-arrow_back {
    padding: 7px 15px 7px 40px !important;
}

.btn_simple.i-arrow_back:before {
    right: auto;
    left: 0;
}

.read_more {
    position: relative;
    height: 25px;
    line-height: 25px;
}

.read_more.btn {
    padding-right: 42px;
}

.gm-style .info {
    font-weight: bold;
    width: 200px;
}

.ui-selectmenu-button:before {
    content: "\e614";
    position: absolute;
    right: 0px;
    margin: 0;
    height: 8px;
    top: 50%;
    color: #0f96b0;
    width: 22px;
    margin-top: -4px;
    z-index: 1;
    font-size: 10px;
}

.caret:after {
    content: "\e614";
    position: absolute;
    right: 0px;
    margin: 0;
    height: 8px;
    top: 50%;

    color: #363636;
    width: 22px;
    margin-top: -4px;
    z-index: 1;
    font-size: 10px;
}

.open.dropdown .caret:after {
    content: "\e616";
}


.prev-btn,
.next-btn,
.owl-next,
.owl-prev {
    /* -webkit-user-select: none; */
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    color: transparent;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    height: 45px;
    width: 52px;
    margin-left: 1px;
    padding: 4px;
    color: transparent;
    background: url("../images/nav-btn-bg.png");
    background-color: rgba(54, 54, 54, .7);
    display: inline-block;
    cursor: pointer;
    border: 0;
    font-size: 0;
}

.prev-btn:before,
.owl-prev:before,
.next-btn:before,
.owl-next:before {
    position: absolute;
    display: block;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    top: 50%;
    right: 50%;
    margin: -13px -13px 0px 0px;
    color: #ffffff;
    font-size: 22px;
}

.next-btn:before,
.owl-next:before {
    content: "\e607";
}

.prev-btn:before,
.owl-prev:before {
    content: "\e605";
}


/* HEADINGS */
.primary_heading {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 30px;
    color: #363636;
    line-height: 1.1;
    font-weight: normal;
}

.secondary_heading {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 30px;
    color: #363636;
    line-height: 1.1;
    font-weight: normal;
}

.tertiary_heading {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 21px;
    color: #363636;
    line-height: 26px;
    font-weight: normal;
    height: auto;
}

.quaternary_heading {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 30px;
    color: #363636;
    line-height: 1.1;
    font-weight: normal;
}

.quinary_heading {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 30px;
    color: #363636;
    line-height: 1.1;
    font-weight: normal;
}

.senary_heading {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 30px;
    color: #363636;
    line-height: 1.1;
    font-weight: normal;
}

/* TEXT INPUT */
.text_input {
    width: 100%;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #363636;
    line-height: 20px;
}

.text_input.input-error {
    border-color: red;
}

.ti50 {
    height: 50px;
    padding: 15px 8px 15px 12px;
    line-height: 18px;
}

.ti40 {
    height: 40px;
    padding: 10px 8px 10px 12px;
}

.placeholder {
    color: #959595;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.text_input:focus {
}

.text_input_label {
}

.datepick {
    background-image: url(../images/images/bg_datepicker.svg);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

.nosvg .datepick {
    background-image: url(../images/images/bg_datepicker.png);
}

.input_wrap {
}

.text_input_wrap {
    position: relative;
    width: 100%;
    padding-top: 25px;
}

.input_label {
    position: absolute;
    top: 38px;
    left: 13px;
    line-height: 25px;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    color: #959595;
    cursor: text;
}

.input_label.focus {
    top: 0px;
}

.text_input_wrap p.ti_error {
    color: #ed1f24;
    line-height: 25px;
    padding-left: 11px;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
}

.yc_fullwidth_check input[type="radio"] {
    position: relative;
    cursor: pointer;
}

.yc_fullwidth_check input[type="radio"] + label {
    margin-bottom: 8px;
}

.ti_error input[type="radio"] + label {
    color: red;
    background: transparent url("../images/images/radio_error.svg") no-repeat 0 0 !important;
}

.selectLang .yc_heading {
    margin-bottom: 7px;
}

input.ti_error,
textarea.ti_error {
    border-color: #ed1f24;
    background-color: rgba(237, 31, 36, 0.11);
}

.text_input[disabled] {
    background-color: #e5e5e5;
    color: #5e5e5e;
}

/* INPUT PLUS MINUS */
.input_plus_minus {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ipm_btn {
    float: left;
    text-align: center;
    padding: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    color: #0f96b0;
    line-height: 40px;
    font-size: 24px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ipm_minus {
}

.imp_plus {
}

.ipm_qtn {
    float: left;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    margin: 0px 1px;
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
}

/* SELECT */
.select {
    background-color: #ffffff;
    background-image: none;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    color: #363636;
    padding-left: 18px;
    font-size: 15px;
    width: 100%;
}

.select30 {
    height: 30px;
    background-size: 28px 28px !important;
    padding: 0px 28px 0px 10px !important;
}

.select50 {
    height: 50px;
    background-size: 48px 48px !important;
    padding: 0px 48px 0px 10px !important;
}

.firefox.select30,
.firefox.select50 {
    padding-right: 0px !important;
}

.select.ti_error {
    border-color: #ed1f24;
    background-color: rgba(237, 31, 36, 0.1) !important;
}

select::-ms-expand {
    display: none;
}

.select.webkit,
.select.ie {
    -webkit-appearance: none;
    background: #ffffff url(../images/images/bg_select.svg?v=2) 0px 0px no-repeat;
    background-size: 48px 48px;
    background-position: 100% 100%;
    padding: 0px 48px 0px 10px;
}

.nosvg .select.webkit,
.nosvg .select.ie {
    background-image: url(../images/images/bg_select.png);
}

.select.webkit.select_gray,
.select.ie.select_gray {
    background: #ffffff url(../images/images/bg_select_gray.svg) 0px 0px no-repeat;
    background-size: 48px 48px;
    background-position: 100% 100%;
}

.nosvg .select.webkit.select_gray,
.nosvg .select.ie.select_gray {
    background-image: url(../images/images/bg_select_gray.png);
}

/* SIMPLE DROPDOWN */
.simple_dropdown_wrap {
    float: left;
    width: 100%;
    position: relative;
    height: 35px;
    z-index: 3;
}

.simple_dropdown {
    background-color: #ffffff;
    position: absolute;
    font-family: core_sans_a_45_regularregular, Arial, sans-serif;
    font-size: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sd_selected {
    padding: 4px 32px 4px 15px;
    float: left;
    width: 100%;
    margin: 0px !important;
}

.sd_selected:after {
    content: '\e60b';
    font-family: liveriga;
    display: block;
    position: absolute;
    height: 14px;
    top: 10px;
    right: 7px;
    font-size: 18px;
    line-height: 14px;
    color: #0f96b0;
    z-index: 1;
}

.simple_dropdown ul {
    float: left;
    width: 100%;
    display: none;
    margin: 0px !important;
    list-style: none !important;
}

.simple_dropdown li {
    float: left;
    width: 100%;
    margin: 0px !important;
    border-top: 1px solid #eaeeae;
    line-height: inherit !important;
}

.simple_dropdown a {
    float: left;
    width: 100%;
    display: block;
    padding: 4px 10px 4px 15px;
    clear: both;
    font-weight: normal;
    color: #333 !important;
    white-space: nowrap;
}

.simple_dropdown a.active,
.simple_dropdown a:hover {
    background-color: #cdda32;
    text-decoration: none !important;
}

/* ARROWS */
.read_more.i-arrow_forward:before {
    position: absolute;
    top: 0;
    left: 100%;
    font-size: 20px;
    line-height: 25px;
    margin-left: 10px;
    display: block;
    height: 25px;
    width: 20px;
    text-align: right;
}

.small_dates {
    font-size: 16px;
}

.info-description {
}

.info-price2 {
    padding-top: 16px !important;
}

.ip2_label {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
}

.ip2_number {
    font-size: 24px;
}

.offer {
}

.lang.dropdown .btn {
    display: block;
}

.lang > ul {
    background: #ffffff;
}

.lang .dropdown-menu > li > a {
    display: block;
    padding: 7px 10px;
    border-top: 1px solid #eaeeae;
    line-height: 1.52857143;
}

.dropdown_head {
    padding: 0px 10px;
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.dropdown_head:hover,
.open .dropdown_head {
    background-color: #cdda32 !important;
}

.content.title {
    display: none;
}

.flag {
    line-height: 16px;
}

.flag:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 14px;
    background-size: 24px 14px;
    background-repeat: no-repeat;
    position: relative;
    /* top: 2px; */
    margin: 0px 0px 0px 9px;
}

.flag-de:after {
    background-image: url(../images/flags/flag-de.svg);
}

.flag-ru:after {
    background-image: url(../images/flags/flag-ru.svg);
}

.flag-en:after {
    background-image: url(../images/flags/flag-uk.svg);
}

.flag-lv:after {
    background-image: url(../images/flags/flag-lv.svg);
}

.flag-lt:after {
    background-image: url(../images/flags/flag-lt.png);
}

.flag-ee:after {
    background-image: url(../images/flags/flag-ee.png);
}

.nosvg .flag-de:after {
    background-image: url(../images/flags/flag-de.png);
}

.nosvg .flag-ru:after {
    background-image: url(../images/flags/flag-ru.png);
}

.nosvg .flag-en:after {
    background-image: url(../images/flags/flag-uk.png);
}

.nosvg .flag-lv:after {
    background-image: url(../images/flags/flag-lv.png);
}

.nosvg .flag-lt:after {
    background-image: url(../images/flags/flag-lt.png);
}

.nosvg .flag-ee:after {
    background-image: url(../images/flags/flag-ee.png);
}

.navbar-header:before,
.navbar-header:after,
.article:before,
.article:after {
    display: table;
    content: " ";
}

.navbar-header:after,
.article:after {
    clear: both;
}

.block-table {
    display: table;
    width: 100%;
}

.shortlist li:hover {
    background: #cdda32;
}

.shortlist li.block-title:hover,
li.nav-info-block:hover {
    background: transparent;
}

/* OWL CAROUSEL */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
    margin-top: 10px;
    -webkit-tap-highlight-color: transparent;
}

.owl-nav [class*='owl-'] {
    position: relative;
    color: transparent;
    font-size: 14px;
    height: 34px;
    width: 40px;
    margin-left: 1px;
    padding: 4px;
    color: transparent;
    background: url("../images/nav-btn-bg.png");
    background-color: rgba(54, 54, 54, .7);
    display: inline-block;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.owl-nav [class*='owl-']:hover {
    background-color: #363636;
    text-decoration: none;
}

.promo-carousel .owl-nav [class*='owl-'] {
    width: 63px;
    height: 54px;
}

.objects .owl-nav [class*="owl-"] {
    width: 63px;
    height: 54px;
}


.owl-theme .owl-controls .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 2px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #45E6D6;
}

/*! jQuery UI - v1.11.1 - 2014-09-12
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, menu.css, progressbar.css, selectmenu.css, spinner.css, tabs.css, tooltip.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

.ui-state-disabled > span {
    color: #ccc !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0; /* support: IE7 */
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    /* Support: IE7 */
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

.input-error {
    border: 1px solid red;
}

.uppercase {
    text-transform: uppercase;
}


.shortlist li a span.qtn {
    color: #45E6D6;
}

.shortlist li.active,
.shortlist li:hover {
    background: #cdda32;
}

.shortlist li.block-title:hover,
li.nav-info-block:hover {
    background: transparent !important;
}

/**
*	gallery
*/

.gallery .owl-controls {
    position: relative;
}

.gallery .owl-controls .owl-nav {
    position: absolute;
    width: 100%;
    top: -65px;
}

.gallery .owl-controls .owl-nav .owl-next {
    float: right;
}

.gallery .owl-controls .owl-dots {
    float: right;
}

.gallery-copy {
    font-size: 12px;
}


/**
*		GGG
*/

.ggg-page h1 {
    margin-bottom: 30px;
    height: auto;
}

.ggg-page section.ggg-intro div.short {
    width: 450px;
    padding-right: 40px;
    float: left;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 30px;
}

.ggg-page section.ggg-intro div.texis {
    width: 740px;
    line-height: 1.8;
    float: right;
}

.ggg-page section.ggg-intro div.texis p {
    margin-bottom: 1em;
}


.ggg-list article {
    position: relative;
    background: white;
    height: 495px;
    margin-bottom: 60px;
}

.ggg-list div.details {
    position: absolute;
    display: none;
    padding: 40px;
    width: 460px;
    top: 0;
    height: 495px;
    overflow: hidden;
    background-color: #ffffff;
}

.ggg-list div.active {
    display: block;
}

.ggg-list div.details h2 {
    font-size: 2.6rem;
    margin-bottom: 15px;
}

.ggg-list div.details p.title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.ggg-list div.details p.intro {
    max-height: 320px;
    min-height: 3em;
    overflow: hidden;
    z-index: 1;
}

.ggg-list div.details .fade-layer {
    height: 42px;
    background-image: url("../images/search-details-bg.png");

    bottom: 65px;
    z-index: 2;
}

.ggg-list div.details .btn {
    z-index: 3;
    margin-top: 1em;
}

.ggg-list .ggg-gallery {
    position: absolute;
    top: 0;
    right: 0;
}


.ggg-list .ggg-gallery,
.ggg-list .ggg-gallery img {
    width: 740px;
    height: 495px;
}

.ggg-list .ggg-gallery-wrap {
    width: 100%;
    height: 100%;
}

.ggg-list .ggg-gallery .owl-controls {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.ggg-list .ggg-gallery .owl-controls .owl-dots {
    text-align: right;
}

.show-page .filter-box .dirs ul {
    float: left;
    width: 49%;
}

.show-page .filter-box .dirs ul li {
    width: 99%;
}


/**		text		*/

.text-box a {
    color: #29AAE1;
}

.text-box a:visited {
    color: #BD3F82;
}

.text-box a:hover {
    text-decoration: underline;
    color: #0059DE;
}

.text-box ul {
    margin: 0 0 1em 50px;
    list-style: inherit;
}

.text-box .intro {
    margin-bottom: 1em;
}

.text-box p {
    margin-bottom: 1em;
}


.objects aside .booking article {
    position: relative;
    float: none;
    float: left;
    margin: 0 0 30px 0;
    padding: 30px;
    width: 100%;
}

.objects aside .booking .question .intro {
    font-size: 1em;
}

.objects aside .advertisement {
    position: relative;
    float: none;
    float: left;
    margin: 0 0 30px 0;
    width: 100%;
}

.objects aside .advertisement img {
    max-width: 100%;
    height: auto;
}


/** 	social		*/


.social-plugin {
    position: relative;
    background: none;
    z-index: 2;
}

.social-plugin ul.share li {
    float: left;
    margin-right: 5px;
    height: 20px;
    width: 100px;
}

.social-plugin .print {
    position: absolute;
    right: 0;
    top: 0px;
}

.print {
    width: 26px;
    height: 25px;
    border: 0;
    padding: 0px;
    background-color: transparent;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #6d6262;
}

@media screen and (min-width: 1201px) {
    .social-plugin {
        width: 340px;
    }
}

@media screen and (max-width: 1200px) {
    .social-plugin {
        width: 265px;
    }
}

@media screen and (max-width: 960px) {
    .social-plugin {

        float: left;
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .social-plugin {
    }
}

/**		pasakumi	*/

.text-box form > footer {
    padding: 30px;
    text-align: right;
}

/**
*		gidi
*/

section.gids {
}

section.gids .filter-options {
    display: block;
    margin-bottom: 60px;
    background: #ebebeb;
    position: relative;
}

section.gids .filter-box .fields {
    padding: 0 30px 30px;
    background: white;
    width: 100%;
    display: block;
}

section.gids .filter-box .fields ul li {
    width: 33.33%;
    padding: 1px;
    float: left;
}

section.gids .filter-box .fields ul li input {
    width: 100%;
    height: 40px;
    border: 1px solid #c2c2c2;
}

section.gids .filter-box .fields ul li > .lang {
    position: relative;
    height: 40px;
    display: table;
    width: 100%;
    border: 1px solid #c2c2c2;
}

section.gids .filter-box .fields ul li > .lang > * {
    position: relative;
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    width: 100%;
}

section.gids div.gidi-header {
    background: #d7d7d7;
    font-weight: bold;
    padding: 20px;
}


/**		long	*/

section.gids table.gidi-long,
section.gids table.gidi-short {
    border-collapse: collapse;
    width: 100%;
}


section.gids table.gidi-long tr td,
section.gids table.gidi-short tr td {
    vertical-align: middle;
    padding: 10px;
    border-right: 1px solid #e1e1e1;
    font-size: .85em;
}

section.gids table.gidi-long tr.nth td,
section.gids table.gidi-short tr.nth td {
    background: #ebebeb;
}

section.gids table.gidi-long tr td.langs,
section.gids table.gidi-long tr td.more,
section.gids table.gidi-short tr td:last-child {
    border: 0;
}

section.gids table.gidi-long tr td.more,
section.gids table.gidi-long tr td.more div.gids-data {
    display: none;
}

section.gids table.gids-data {
    width: 100%;
}

section.gids table.gids-data tr td {
    width: 50%;
    text-align: right;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: .85em;
}

section.gids table.gids-data tr:last-child td {
    border: 0;
}

section.gids table.gids-data tr td.label {
    text-align: left;
    font-weight: bold;
}


section.gids table.gidi-long tr td.thumb {
    height: 80px;
    width: 65px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


section.gids table.gidi-long tr td.date {
    width: 130px;
}


section.gids table.gidi-long tr td.gids .open-gids {
    position: absolute;
    display: none;
    height: 60px;
    width: 60px;
    right: 0;
    bottom: 0;
    padding: 0;
}

section.gids table.gidi-long tr td.gids span .open-gids:after {
    content: "+";
    position: absolute;
    font-size: 50px;
    font-size: 5rem;
    height: 27px;
    width: 29px;
    right: 15px;
    top: 50%;
    margin-top: -13px;
    line-height: .5;
}

section.gids table.gidi-long tr td.gids span.open .open-gids:after {
    content: "-";
}


/**
*	fp-boxes
*/

section.fp-boxes {
}

.fp-box {
    position: relative;
    overflow: hidden;
    float: left;
}

.fp-box-small {
    width: 400px;
    height: 267px;
}

.fp-box-middle {
    width: 600px;
    height: 400px;
}

.fp-box-large {
    width: 800px;
    height: 534px;
}

.fp-box figure {
    position: relative;
    width: 100%;
    padding-bottom: 66.66%;
}

.fp-box figure img {
    position: absolute;
}

.fp-box .details {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.fp-box-middle .details,
.fp-box-large .details {
    padding: 40px;
}

.fp-box .details .heading {
    color: white;
    font-size: 21px;
    line-height: 24px;
    transition: all 0.3s;
    padding-bottom: 5px;
    text-transform: none;
}

.fp-box-middle .details .heading,
.fp-box-large .details .heading {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 20px;
}

.fp-box .details .intro {
    position: relative;
    overflow: hidden;
    display: none;
    color: white;
    font-family: 'core_sans_a_45_regularregular', 'Arial', sans-serif;
    font-size: 18px;
    transition: color 0.3s;
    padding-bottom: 20px;
}

.fp-box .fp-box-hover {
    position: absolute;
    /* background: rgba(27,27,27,.3); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.fp-box .fp-box-hover:before,
.fp-box .fp-box-hover:after {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    border-style: solid;
    border-color: #cdda32;
    border-width: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fp-box .fp-box-hover:before {
    top: -11px;
    left: -11px;
}

.fp-box .fp-box-hover:after {
    bottom: -11px;
    right: -11px;
}

.fp-box:hover .fp-box-hover:before {
    top: 0px;
    left: 0px;
    border-color: #e0ee37;
}

.fp-box:hover .fp-box-hover:after {
    bottom: 0px;
    right: 0px;
    border-color: #e0ee37;
}

.fp-box:hover .fp-box-hover {
    /* background: rgba(27,27,27,.8); */
    background: linear-gradient(to bottom, rgba(27, 27, 27, .8), rgba(27, 27, 27, .8), rgba(27, 27, 27, .8));
}

.fp-box:hover .details .heading,
.fp-box:hover .details .details,
.fp-box-small:hover .details .btn.i-arrow_forward::before {
    color: #cdda32;
}

.fp-box-small .btn {
    padding: 0;
}

.fp-box-small .btn.i-arrow_forward::before {
    left: 0;
}

.fp-box-middle .more,
.fp-box-large .more {
    padding-top: 20px;
    border-top: 1px solid white;
}

/**	fp-ads	*/

.fp-ads {
}

.fp-ads .heading {
    font-size: 12px;
    color: #B3B3B3;
    border-top: 1px solid #E6E6E6;
    padding-top: 26px;
}

.fp-ads .wrap {
    position: relative;
}

.fp-ads .wrap:after {
    content: "";
    clear: both;
    display: block;
}

.fp-ads .advertisement {
    position: relative;
    float: left;
    display: block;
    width: 50%;
}

.fp-ads .advertisement.full {
    float: none;
    display: block;
    width: 100%;
}

/*
.fp-ads .advertisement:nth-child(1) {
	background: #CDDA32;
}

.fp-ads .advertisement:nth-child(2) {
	background: #F15A24;
}
*/

.fp-ads .advertisement .inner {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 66.66%;
}


.fp-ads .advertisement.full .inner {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 33.66%;
}

.fp-ads .advertisement .inner img {
    position: absolute;
    max-width: 100%;
    height: auto;
}


/**
*	nightlife
*/

.nightlife-header {
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.nightlife-header:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
}

.nightlife-header .content {
    position: relative;
    height: 100%;
    z-index: 2;
}

.nightlife-header .details {
    position: absolute;
    bottom: 60px;
    max-width: 785px;
    padding: 0;
}

.nightlife-header .details h1 {
    color: white;
    font-size: 48px;
    padding: 0;
    margin: 0 0 30px 0;
}

.nightlife-header .details p {
    color: white;
    font-family: 'core_sans_a_45_regularregular', 'Arial', sans-serif;
    font-size: 24px;
    line-height: 32px;
}

.nightlife .breadcrumb li,
.nightlife .breadcrumb li a {
    font-family: 'core_sans_a_45_regularregular', 'Arial', sans-serif;
    font-size: 14px;
}

.nightlife .breadcrumb li a::after {
    font-size: 11px;
}

.nightlife-item .details {
    padding: 0 0 0 100px;
    max-width: 785px;
    margin: 0 0 60px 0;
}

.nightlife-item .details h2 {
    display: block;
    font-size: 28px;
    margin: 0 0 30px 0;
}

.nightlife-item .details p {
    display: block;
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 1em;
}

/* simbioze ar insider guide */
.nightlife-item .details.simple {
    margin-top: 60px;
}

.nightlife-item .details.simple p {
    display: block;
    font-family: 'core_sans_a_45_regularregular', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 1em;
}

.nightlife .insiderGuide {
    position: relative;
}

.nightlife .insiderGuide .map-container {
    position: relative;
    width: 100%;
    float: left;
}

.nightlife .insiderGuide .map-container .guide-containers {
    position: absolute;
    z-index: auto;
}

.nightlife .insiderGuide .map-container .maps {
    min-height: 600px;
    position: relative;
    margin-top: -50px;
    width: 100%;
    margin-bottom: 100px;
}

.nightlife .insiderGuide .map-container .maps .map {
    overflow: hidden;
    height: 600px;
    position: relative;
}

.nightlife-item .media:after {
    content: "";
    clear: both;
    display: block;
}

.nightlife-item .media > div.images {
    width: 50%;
    position: relative;
    float: left;
}

.nightlife-item .media-reversed > div.images {
    width: 50%;
    position: relative;
    float: right;
}

.nightlife-item .media > div.maps {
    width: 50%;
    position: relative;
    float: right;
}

.nightlife-item .media-reversed > div.maps {
    width: 50%;
    position: relative;
    float: left;
}

.nightlife-item .media .maps {
    padding-bottom: 33.33%;
    margin-bottom: 60px;
}

.nightlife-item .media .maps > div {
    background: #cacaca;
    position: absolute;
    width: 100%;
    height: 100%;
}


/**
*	stories
*/

.story-header {
}

.story-item h1 {
    display: block;
    font-size: 36px;
    margin-bottom: 30px;
}

.story-item .details {
    padding: 60px 100px;
}

.story-item p {
    line-height: 1.8em;
}

.story-item .intro {
    display: block;
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1.8em;
}

.story-item img {
    max-width: 100%;
    height: auto;
}

.story-type-left,
.story-type-right {
    padding: 60px 0;
}

.story-type-left .media {
    width: 50%;
    float: left;
}

.story-type-left .details {
    width: 50%;
    float: right;
    padding: 0 0 0 60px;
}

.story-type-right .media {
    width: 50%;
    float: right;
}

.story-type-right .details {
    width: 50%;
    float: left;
    padding: 0 60px 0 0;
}


.story-type-left:after,
.story-type-right:after {
    display: block;
    content: '';
    clear: both;
}

.story .share-box-middle {
    width: 250px;
    margin: 0 auto 60px auto;
    border-top: 1px solid #CDDA32;
    text-align: center;
}

.story .share-box-middle .share-label {
    padding: 1em 0;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}

.story .share-box-middle a {
    display: inline-block;
    margin: 0 .25em;
    color: #707070;
    font-size: 20px;
    transition: color 0.3s;
}

.story .share-box-middle a:hover {
    color: #3C3C3C;
}

.story .share-box-middle .btn {
    font-size: 15px;
    color: white;
}

.story .story-extra {
    display: block;
    position: relative;
    width: 100%;
}

.story .story-extra a.prev {
    width: 235px;
    text-align: left;
    float: left;
}

.story .story-extra a.next {
    width: 235px;
    text-align: right;
    float: right;
}

.story .story-extra a figure {
    display: inline-block;
    width: 200px;
}

.story .story-extra a figure img {
    max-width: 100%;
    height: auto;
}

.story .story-extra a span {
    display: inline-block;
    position: relative;
    color: #333333;
    font-size: 14px;
    width: 200px;
}

.story .story-extra .prev span {
    padding: 1em 0 1em 35px;
}

.story .story-extra .prev .i-arrow_back {
    position: absolute;
    left: 0;
    top: 1em;
}

.story .story-extra .next span {
    padding: 1em 35px 1em 0;;
}

.story .story-extra .next .i-arrow_forward {
    position: absolute;
    right: 0;
    top: 1em;
}

.story .story-extra .more {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}


/* FEEDBACK */

.feedback {
    padding: 20px;
}

.feedback p {
    padding: 10px 0;
}

.feedback .row {
    padding: 10px 0;
}

.feedback .input-full {
    width: 100%;
}

.feedback_textarea {
    height: 150px;
}


/**
*		lightbox
*/

div#lightbox-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 998;
}

div.lightbox-shadow-full {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

div#lightbox {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

div.lightbox-wrap {
    position: relative;
    width: 1200px;
    max-width: 100%;
    height: 720px;
    margin: 0 auto;
    top: 15px;
    background: white;
}

div.lightbox-feedback {
    width: 100%;
    max-width: 480px;
    height: 480px;
}

div.lightbox-wrap-fullscreen {
    width: 100%;
    height: 100%;
    top: 0;
}

.lightbox-close-out {
    position: absolute;
    display: block;
    top: 0px;
    right: -60px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    background-color: #45E6D6;
    color: #ffffff !important;
}

.lightbox-close-out:before {
    content: "\e60f";
}

div.lightbox-wrap div.lightbox-image {
    width: 100%;
    height: 100%;
}

div.lightbox-wrap .lightbox-loading {
    background: url(../images/showOnMap/loading.gif) 50% 50% no-repeat;
}

/* JSSOR */


#galerija-lightbox-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0.85);
    z-index: 998;
}


#galerija-lightbox {
    position: absolute;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.galerija-lightbox-close {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #1296B0;
    color: #ffffff;
}

.galerija-lightbox-close:before {
    font-size: 28px;
    line-height: 60px;
}

.galerija-lightbox-prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100px;
}

.galerija-lightbox-prev:before {
    background-color: #1296B0;
    color: #FFFFFF;
    font-size: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.galerija-lightbox-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
}

.galerija-lightbox-next:before {
    background-color: #1296B0;
    color: #FFFFFF;
    font-size: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.galerija-lightbox-wrap {
    position: absolute;
    width: 100%;
    height: 790px;
}

.jssor {
    position: relative;
    width: 1020px;
    height: 790px;
    margin: 0 auto 0 auto;
}

.slides {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1020px;
    height: 690px;
    overflow: hidden;
}

.slides div {
    background-color: transparent !important;
}

.jssort01 {
    position: absolute;
    width: 1020px;
    height: 100px;
    left: 0px;
    bottom: 0px;
}

.jssort01 .p {
    position: absolute;
    width: 72px;
    height: 72px;
    top: 0;
    left: 0;
}

.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    background: black;
    filter: alpha(opacity=50) !important;
    opacity: .5 !important;
}

.jssort01 .pav .c {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    border: #009ddd 2px solid;
    background: none;
}

.jssort01 .p:hover .c, .jssort01 .pav:hover .c {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    background: none;
}

.jssor div.caption {
    position: absolute;
    display: table;
    width: 100%;
    min-height: 50px;
    height: 50px;
    bottom: 100px;
}

.jssor div.active {
    background: #f7f7f6;
}

.jssor div.caption div.txt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.5em;
    padding-right: 200px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-collapse {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
    overflow-y: auto;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    float: right;
    background-color: #cdda32;
    background-image: none;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.navbar-toggle:before {
    content: "\e618";
    color: #080644;
    line-height: 60px;
}

.navbar-toggle.collapsed:before {
    content: "\e617";
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in, .collapse.show { /* Just fixing v3 and v4 Bootstrap chaos. */
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown.open > a {
    background-color: #e0ee37;
}

.dropdown.open > a {
    background-image: none;
}

.dropdown-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ebebeb;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.superblock.dropdown-menu {
    padding: 30px 10px;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 7px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    text-decoration: none;
    background-color: #f5f5f5;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
    display: table;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

/* NAVIGATION */
.wraper {
    width: 100%;
    position: absolute;
    top: 45px;
}

.menu {
    width: 100%;
}

.main {
    margin-left: 115px;
    background: #cdda32;
    display: block;
    height: 60px;
}

.main > li {
    color: #080644;
    border-right: 1px solid #96a01d;
    float: left;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.main > li:last-child {
    border-right: 0;
}

.main > li.active,
.main > li:hover {
    background-color: #e0ee37;
}

.main > li > a {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-size: 3rem;
    display: block;
    padding: 0 20px;
    line-height: 60px;
    color: #080644;
    cursor: pointer;
}

.dm_block-table {
}

.dropdown-info_block {
    padding: 0px 20px;
}

.nav-info-block__figure {
    margin-bottom: 20px;
}

.shortlist {
    display: table-cell;
    padding-left: 10px;
    border-right: 1px solid #96a01d;
    vertical-align: top;
    width: 25%;
}

ul.shortlist:first-child {
    padding: 0;
}

ul.shortlist:last-child {
    border: 0;
}

.shortlist li {
    display: block;
    margin-bottom: 5px;
    padding: 0 10px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.shortlist li > a {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 15px;
    color: #4d4d4d;
    padding: 10px 0;
}

.shortlist li > a:before {
    content: "\e607";
    font-size: 16px;
    display: inline-block;
    float: left;
    position: relative;
    top: -1px;
    margin-right: 10px;
    height: 16px;
    width: 16px;
}

li.block-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
}

.shortlist.small li a {
    font-family: 'core_sans_a_45_regularregular', 'Arial', sans-serif;
}

.nav-info-block > div {
    display: table;
    width: 100%;
}

.nav-info-block figure {
    position: relative;
    width: 100%;
    padding-bottom: 66.66%;
}

.nav-info-block figure a.thumb {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.nav-info-block .intro {
    font-size: 14px;
    font-size: 1.4rem;

    margin: 0px 0 20px 0px;
}


/* Header */

header {
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 100;
}

.header {
    height: 105px;
    position: relative;
}

#navigation {
    position: absolute;
    top: 10px;
    left: 0;
}

.top {
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
}

.top > .block-table > * {
    float: right;
}

header a.logo {
    position: relative;
    display: block;
    width: 105px;
    float: left;
    margin-right: 10px;
    z-index: 1;
}

.social, .lang {
    display: inline-block;
    height: 35px;
}

.social {
    margin-right: 10px;
}

header .social {
    background: #707070;
    background-color: #363636;
}

.social li {
    display: inline-block;
    line-height: 35px;
    width: 35px;
}

.social li a {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;

    color: #EDEDED;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.social li a:hover {
    color: #cdda32;
}

.lang {
    position: relative;
    width: 100px;
    background: #ffffff;
    line-height: 35px;
}

.lang a {
    color: #363636;
}

.lang .active a {
    background: #f5f5f5;
}

/* SLIDER */
/*
.promo-carousel:after {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 125px;
	background: url('../images/musturs.png') 0 50% repeat-x;
}
*/


.owl-carousel .content {
    position: relative;
    height: 100%;
    z-index: 1;
}

.details {
    padding: 20px;
}

/* .play-class {
    background-color: #009ddd;
    transition: 2s;
    animation-duration: 1s;
} */

/* .play-class:hover {
    height: 200px;
    color: white;
    background-color: #000000;
} */

.promo-carousel article {
    position: relative;
    height: 600px;
    overflow: hidden;
    /* background-size: auto 100%; */
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: none;
}


.promo-carousel article:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.promo-carousel .details {
    position: absolute;
    bottom: -330px;
    -webkit-transition: .6s ease-in-out bottom;
    transition: .6s ease-in-out bottom;
    max-width: 785px;
    color: white;
    padding-bottom: 60px;
}

.promo-carousel .active .details {
    bottom: 60px;
}

.promo-carousel .active .details .heading {
    margin-bottom: 10px;
    color: white;
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 48px;
    text-transform: none;
}

.promo-carousel .active .details p {
    font-size: 24px;
}

/* old
.promo-carousel .details {
	position: absolute;
	bottom: -330px;
	width: 440px;
	height: 200px;
	background: url("../images/promo-details-bg.png");
	background-color: rgba(255,255,255,.9) 0 0;
	-webkit-transition: .6s ease-in-out bottom;
	transition: .6s ease-in-out bottom;
}
.promo-carousel .active .details {
	bottom: 30px;
}
.promo-carousel .active .details h2 {
	margin-bottom: 10px;
}
.promo-carousel .active .pc_button {
	bottom: 20px;
}
*/


.event-carousel {
    margin-bottom: 30px;
}

.event-carousel .owl-controls {
    text-align: right !important;
}

.promo-carousel.owl-carousel .owl-controls {
    position: relative;
    height: 0;
    text-align: right;
}

.promo-carousel .owl-dots,
.promo-carousel .owl-nav {
    position: absolute;
    right: 20px;
    bottom: 85px;
}

.promo-carousel .owl-nav {
    bottom: 30px;
}

.pc_button {
    position: absolute;
    bottom: 0px;
}

/* CONTENT */

.content {
    position: relative;
    display: block;
}

main > .content {
    margin-top: 50px;
}

.content > section {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
}

.content,
.promo-carousel .owl-controls {
    width: 1200px;
    margin: 0 auto;
}

/* EVENTS */
.events_heading {
    display: inline-block;
    width: auto;
    color: #363636;
}

.events_heading a {
    color: #363636;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.events_heading a:hover {
    color: #45E6D6;
}

/* Booking */

.booking > div {
    height: 260px;
}

.booking article.widget {
    margin-right: 39px;
    float: left;
}

.widget {
    display: inline-block;
    position: relative;
    width: 374px;
    /* height: 260px; */
    padding: 30px;
    background: #cdda32;
}

.widget:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 125px;
    height: 100%;
    background: url('../images/musturs-default.png') 0 0 repeat-y;
}

.booking article.widget:last-child {
    margin-right: 0;
    float: right;
}

article.hotel {
    background: #a10d59;
}

article.hotel:before {
    background-image: url('../images/musturs-hotel.png');
}

article.car-rent {
    background: #ff6e33;
}

.booking article.car-rent {
    margin-right: 0;
}

article.car-rent:before {
    background-image: url('../images/musturs-car-rent.png');
}

.widget h3 {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1;
}

article.car-rent h3,
article.hotel h3 {
    color: #ffffff;
}

.input-style .ui-widget {
    position: relative;
    margin-bottom: 20px;
    height: 40px;
    display: table;
    width: 100%;
    background-color: #ffffff;
}

.input-style .ui-widget > * {
    position: relative;
    display: table-cell;
    margin: 0;
    vertical-align: middle;
}

.input-style .ui-widget > input {
    padding-left: 8px;
}

.input-style label {
    text-align: center;
    background: #ebebeb;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

.input-style .car-rent label {
    /*
	width: 106px;
	min-width: 106px;
	*/
    white-space: nowrap;
}

.input-style .car-rent input {
    width: inherit;
    min-width: 120px;
}

.input-style .hotel label {
    width: 78px;
    min-width: 78px;
}

.input-style .flight label {
    width: 55px;
    min-width: 55px;
}

.car-rent .adv-logo {
    position: relative;
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}

.input-style input {
    height: 40px;
    padding-right: 0;
}

.widget input {
    border: 0;
}

.input-style .ui-widget button,
.input-style .ui-widget a.ui-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.ui-selectmenu-button {
    z-index: 2;
}

.ui-selectmenu-button {
    width: 100% !important;
    z-index: 1;
}

.ui-autocomplete {
    min-width: 257px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-menu {
    background: #ebebeb;
    max-height: 240px;
}

.ui-menu li.ui-menu-item {
    padding: 10px 15px;
    min-height: 40px;
    line-height: 1.3;
}

.ui-menu li:nth-child(even) {
    background: #e1e1e1;
}

.ui-menu li.ui-state-focus,
.ui-menu li.ui-menu-item:hover {
    background: #cdda32;
}

.home .ui-datepicker {
    left: 50% !important;
    margin-left: 256px;
    width: 314px;
    z-index: 3;
}

/* Questions */

article.question {
    padding-top: 20px;
}

.question figure {
    /* width: 140px; */
    width: 46%;
    float: left;
    /* margin-right: 25px; */
    margin-right: 7%;
}

article.question h3 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
}

.question .intro {
    margin: 27px 0 17px;
    font-size: 19px;
    font-size: 1.9rem;
    color: #4d4d4d;
    line-height: 1.1;
}


/* Restaurant */

.content > section.restaurants {
    width: 786px;
}

.restaurants > div {
    background: #ebebeb;
}

.restaurants footer,
.filter-box footer {
    padding: 30px;
    text-align: right;
}

.ui-button-text > span {
    color: #45E6D6;
}

.ui-state-active .ui-button-text {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
}

.sr_check {
}

/* FOOTER */

body > footer {
    background: #333333;
    overflow-x: hidden;
    width: 100%;
}

footer nav a,
footer h5 {
    font-family: 'core_sans_a_45_regularregular', 'Arial', sans-serif;
    color: #e1e1e1;
}

footer h5 {
    margin-top: 12px;
    font-size: 13px;
    font-size: 1.3rem;
}

footer h4 {
    margin-bottom: 15px;
    color: #959595;
}

footer nav a {
    display: inline-block;
    line-height: 1.5;
    padding: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
}

footer nav a:hover {
    text-decoration: underline;
}

footer .content {
    display: table;
}


/* old
body > footer {
	background: #cdda32;
	overflow-x: hidden;
	width: 100%;
}
footer nav a,
footer h5 {
	font-family: 'core_sans_a_45_regularregular', 'Arial', sans-serif;
	color: #e1e1e1;
}
footer h5 {
	margin-top: 12px;
	font-size: 13px;
	font-size: 1.3rem;
}
footer h4 {
	margin-bottom: 15px;
	color: #959595;
}
footer nav a {
	display: inline-block;
	line-height: 1.5;
	padding: 5px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
footer nav a:hover {
	text-decoration: underline;
}
footer .content {
	display: table;
}
*/


/* Countact layout */

.contact-info {
    display: inline-block;
    width: 280px;
    height: 100%;
    padding-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
}

.contact-info .logo {
    width: 60px;
    display: block;
    float: none;
    margin-bottom: 15px;
}

.contact-info address {
    margin-bottom: 20px;
    color: #666666;
}

.contact-info .copy {
    position: absolute;
    bottom: 30px;
    color: #666666;
}

/* Footer info layout */

.footer-info {
    display: table;
    width: 920px;
    padding: 30px;
    float: right;
    background: #282828;
    color: #e1e1e1;
}

.footer-info > div > section {
    display: inline-block;
    width: 475px;
    float: left;
}

.footer-info > div > section:first-child,
.footer-info .footer-social {
    display: inline-block;
    width: 385px;
    float: right;
    margin: 0;
}

.footer-nav, .sites {
    display: inline-block;
    float: left;
    border-right: 1px solid #555555;
}

.footer-nav {
    width: 175px;
    padding-bottom: 30px;
}

.footer-nav li {
    padding-right: 1em;
}

.sites {
    margin: 0 -1px;
    border-left: 1px solid #555555;
    width: 302px;
    min-height: 320px;
}

/* Footer info - Sites */

.sites h4 {
    margin: 0 30px 20px;
}

.site-list article {
    display: table;
    width: 100%;
    padding: 20px 30px;
    border-bottom: 1px solid #555555;
}

.site-list article:first-child {
    padding-top: 0;
}

.site-list article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.site-list figure {
    float: left;
    width: 45px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: bottom;
}

footer .site-link {
    font-size: 17px;
    font-size: 1.7rem;
    color: #0f96b0;
}

footer .site-link:hover {
    text-decoration: underline;
}

/* Footer info - Ofice, Subscribe, Social */

.ofices, .subscribe, .footer-social {
    padding: 0 0 30px 30px;
    border-bottom: 1px solid #555555;
}

.subscribe, .footer-social {
    padding-top: 30px;
}

.subscribe label,
.ofices p {
    color: #959595;
    margin-bottom: 20px;
}

/* Social */
.footer-social {
    border-bottom: 0;
    border-left: 1px solid #555555;
    padding-bottom: 0;
}

/* Subscribe */
.subscribe, .subscribe label {
    display: table;
    width: 100%;
}

.subscribe button {
    display: table-cell;
}

/* Ofices */
.ofices h4,
.ofices p {
    font-size: 17px;
    font-size: 1.7rem;
}

.ofices h4 {
    margin: 0;
    color: #e1e1e1;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}


/* TEXT BLOCK FORMATING */
.article .details {
    padding: 0;
    margin-bottom: 30px;
}

.text-box {
    color: #555555;
    line-height: 1.8;
}

.text-box .intro {
    color: #363636;
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    margin-bottom: 50px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
}

.text-box h2 {
    font-size: 27px;
    font-size: 2.7rem;
    text-transform: none;
    padding-top: 30px;
    margin-bottom: 20px;
}

.text-box h3 {
    margin: 0 0 .5em 0; /* 30px; */

}

.text-box ul {
    margin: 0 0 40px 50px;
    list-style: inherit;
}

.text-box ul li {
    line-height: 1.6;
    margin-bottom: 8px;
}

.text-box p {
}

.text-box img {
    max-width: 100%;
    height: auto;
}

blockquote {
    padding: 0 30px;
    margin: 10px 30px 40px;
    font-size: 27px;
    font-size: 2.7rem;
    border-left: 8px solid #363636;
    border-right: 8px solid #363636;
    line-height: 1.3;
    font-weight: normal;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

.blue_dot_list {
}

.blue_dot_list li {
    position: relative;
    padding: 0px 0px 10px 18px;
    font-family: core_sans_a_45_regularregular, Arial, sans-serif;
    font-size: 14px;
    color: #363636;
    line-height: 18px;
}

.blue_dot_list li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #0f96b0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}


/* ---- formating end ---- */


/* BREADCRUMBS */

.breadcrumb {
    padding: 0;
    float: left;
    width: 100%;
}

.breadcrumb li {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #353535;
}

.breadcrumb li.active {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    vertical-align: top;

}

.breadcrumb .you-here {
    position: relative;
    height: 23px;
    background: #0f96b0;
    padding: 4px 10px;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-right: 20px;
}

.breadcrumb .you-here:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 11px solid transparent;
    border-left: 10px solid #0f96b0;
    border-bottom: 12px solid transparent;
}

.breadcrumb li a {
    position: relative;
    padding-right: 19px;
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    vertical-align: top;
    margin-right: 5px;
    float: left;
    width: 100%;
}

.breadcrumb li.active {

}

.breadcrumb li a {
    color: #898989;
}

.breadcrumb li a:after {
    content: "\e60c";
    font-size: 22px;
    width: 14px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 3px;
}

/* PAGE HEADER */
.header-page-bg {
    height: 205px;
    background-position: 50% 0;
    /* background-size: 100% auto; */
    background-size: cover;
    width: 100%;
}

.header-page-bg:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 125px;
    background: url('../images/musturs.png') 0 50% repeat-x;
}

/* EVENTS PAGE */

.objects .events {
    float: left;
    width: 100%;
    display: table;
    position: relative;
}

.objects .events_heading {

}


/* FILTER OPTIONS */

.objects .events .filter-options {
    display: table;
    margin-bottom: 60px;
    background: #ebebeb;
    position: relative;
}

.filter-options h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 20px;
}

.filter-box > section {
    display: table;
    position: relative;
}

.calendar-filter {
    display: table-cell;
    width: 375px;
    background: #ffffff;
    padding: 0 30px 30px;
}

.show-page .filter-box .filters {
    display: table-cell;
    vertical-align: top;
}

.show-page .filter-box .input-style label {
    min-width: 50px;
}

.show-page .filter-box .filters li {
    width: 49%;
}

.show-page .filter-box .input-style input {
    width: 100%;
    border: 1px solid #c2c2c2;
}

.calendar-filter > span {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 100%;
}

.show-page .filter-box .btn-group {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.show-page .filter-box .btn-group .btn {
    margin: 0px 3px 3px 0px;
    float: left;
}


/* SORT OPTIONS */

.sort-options {
    float: right;
    padding-bottom: 18px;

}

.sort-btn {
    position: relative;
    width: 200px;
    background: #ffffff;
    padding: 0;
    float: left;
}

.sort-btn .btn {
    width: 100%;
}

.sort-btn .dropdown-menu li {
    background: #ebebeb;
    width: 100%;
}

.sort-options .map_link {
    float: left;
    width: 40px;
    margin: 6px 0px 0px 0px;
}

/* EVENT LIST */
.event-list {
    margin-top: 20px;
    float: left;
    width: 103%;
}

/* SHOW EVENTS */

.events.events-box .details h3 {
    /* height: 37px; */
    font-size: 1.5rem;
}

.events .details .keyword {
    font-size: 12px;
    font-size: 1.2rem;
    color: #898989;
    margin-bottom: 5px;
}

.events .details .date {
    color: #404040;
}

.events .details .date {
    position: absolute;
    bottom: 100%;
    background: #cdda32;
    left: 0;
    padding: 8px 20px;
    text-transform: uppercase;
}


/* FILTERS */

.filters .ui-button {
    text-align: left;
}

.filter-options {
    width: 100%;
}

.filter-header {
    background: #ffffff;
    display: table;
    width: 100%;
    position: relative;
}

.filter-options .calendar-filter .filters {
    padding: 0;
}

.filter-options .calendar-filter .filters li {
    width: 100%;
}


/* PAGINATION */

.pagination-box {
    position: relative;
    display: block;
    text-align: right;
    float: left;
    width: 100%;
}

.pb_top {
}

.pagination {
    line-height: 0.7;
}

.pagination ul {
    margin-right: 10px;
}

.pagination ul,
.pagination li {
    display: inline-block;
    vertical-align: bottom;
}

.pagination li > a {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    display: block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    color: #363636;
    background-color: transparent;
    margin: 0 1px 0 0;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.pagination li.active > a,
.pagination li > a:hover {
    background: #0f96b0;
    color: #ffffff;
}

.pagination .pages {
    display: none;
    height: 45px;
    line-height: 45px;
}


/* OPEN OBJECT PAGE ------------- */

.object-open {
    position: relative;
    float: left;
}

.no_margin {
    margin: 0px !important;
}

.article {
    width: 100%;
    float: left;
}

.object-open > h1 {
    text-transform: none;
    height: auto;
}


/* GALLERY */

.gallery-carousel {
    position: relative;
    margin-top: 0px !important;
}


.gallery {
    position: relative;
}


/* thumbnails */

.thumbnails-box {
    position: relative;
    display: block;
    left: 0;
    bottom: 0;
    margin: 0 20px 20px;
    margin-top: -97px;
    padding: 5px;
}

.thumbnails .slick-track {
    background: url("../images/nav-btn-bg.png");
    background-color: rgba(0, 0, 0, .78);
    padding: 5px 0 5px 5px;
}

.thumbnails .slick-slide {
    margin-right: 5px;
    position: relative;
}

.thumbnails .slick-slide span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: .35;
    z-index: 1;
}

.thumbnails .slick-slide.slick-center > span {
    opacity: 0;
}


/* ARTICLE text */


/* BUY TICKET */

.buy-ticket {
    display: table;
    width: 100%;
    padding: 30px;
    margin-bottom: 60px;
    background: #ebebeb;
}

.buy-ticket .event-place {
    display: table;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 3px solid #363636;
    margin-bottom: 15px;
}

.buy-ticket .event-old {
    color: #cacaca;
}

.buy-ticket .event-place span {
    display: table-cell;
    width: 33%;
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
}

.buy-ticket .event-place span.align-right {
    text-align: right;
}

.buy-ticket .event-place span a {
    color: #0F96B0;
}

.buy-ticket .buy-btn {
    float: right;
}

/* ASIDE */

.article aside {
    color: #353535;
}

.article aside > div {
    margin-bottom: 15px;
    padding-top: 30px;
    border-top: 3px solid #363636;
}

.article aside > div:first-child {
    border-top: 0;
    padding-top: 0;
}

.info-rigacard {
}

.info-rigacard_text {
    font-size: 12px;
    line-height: 1.4;
    margin: 1px 0px 0px 0px;
    max-width: 180px;
}

.info-rigacard_image {
    width: 80px;
    margin: 0px 15px 20px 0px;
}

aside a {
    color: #0f96b0;
}

dd, dl {
    margin: 0 0 20px;
}

dt, .dt {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
}

.dl-horizontal {

}

.dl-horizontal dt {
    float: left;
    width: 25px;
    /* overflow: hidden; */
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
}

.dl-horizontal dd {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 5px 40px;

}


.social-plugin {
}
/*
.info-date div.startDateShort {
    display: inline-block;
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    text-transform: uppercase;
}

.info-date > i {
    display: block;
    font-style: normal;
    color: #898989;
    margin-bottom: 20px;
}

.info-date p.startTime {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 0 15px;
}

.info-price p {
    margin: 0 0 15px;
}

*/
/* pasākumu papildinājums *//*
.info-date .time-period {
    font-size: 24px;
    line-height: 26px;
    text-transform: none;
    font-family: "core_sans_a_65_boldregular", Arial, sans;
    font-weight: normal;
    margin-bottom: 20px;
}

.info-date .ticket-price {
    font-size: 18px;
    font-family: "core_sans_a_45_regularregular", 'Arial', sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
}
*/
.local .info-prices {
    border: none;
    padding-top: 0;

}

.local .purchase_time {
    border: none;
    margin-top: 0;
}


.local .purchase_time .text_input_wrap {
    margin-top: 0;
    padding-top: 0;
    /**/
    line-height: 18px;
    font-size: 14px;

}

.local .purchase_time .text_input_wrap input {
    font-family: "core_sans_a_65_boldregular", Arial, sans;
}

.local .purchase_time .text_input_wrap label {
    top: 12px;
}

.local .purchase_time .text_input_wrap label.focus {
    top: -20px;
}

.local .purchase_time .text_input_wrap .placeholder {
    color: #363636;
}

.info-prices.local .info-contacts {
    /*outline:1px dashed red;*/
    margin-top: 16px;
    padding-top: 20px;
    border-top: 3px solid #363636;
}

.info-prices.local .info-contacts h3 {
    margin: 0 0 8px 0;
}

.info-prices.local .info-date .time-period {
    margin-bottom: 17px !important;
}

/* datumu akardeons */
#accordion-datumi {
    padding: 0 30px;
    display: table !important;

}

#accordion-datumi .co {
    /*	outline:1px dashed green;*/
    margin: 0 !important;
    padding-bottom: 10px !important;
}

#accordion-datumi .co li {
    line-height: 36px !important;
    font-size: 16px !important;
    font-family: 'core_sans_a_45_regularregular', 'Arial', sans-serif;
    padding-left: 0;
    padding-bottom: 0;
}

#accordion-datumi .co li:before {
    display: none;
}

#accordion-datumi .co li .month {
    display: inline-block;
    min-width: 115px;
}

#accordion-datumi .btn-more {
    display: block;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-left: 0;
    margin: 0;
    min-height: 59px;
    line-height: 59px;
    font-family: "core_sans_a_65_boldregular", Arial, sans;
    font-size: 16px;
    background: transparent;
    /*outline:1px dashed brown;*/
    border-top: 3px solid #363636;
    text-transform: uppercase;
    color: #363636;

}

#accordion-datumi > div:first-of-type .btn-more {
    border-top: none;
    min-height: 56px;
    line-height: 56px;
}

#accordion-datumi .btn-more span {
    position: absolute;
    right: 0;
    text-align: center;
    width: 24px;
}


.start_price {
    font-size: 32px;
    line-height: 40px;
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    margin: 0px 0px 3px 0px !important;
}

.info-price_small_text {
    color: #636363;
    font-size: 14px;
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    line-height: 18px;
    margin: 0px 0px 30px 0px !important;
}

.object-open aside h4 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 15px;
}

.object-open div.dates {
    background: #f5f5f5;
    /*border-right: 1px solid #949494;*/
    /*border-bottom: 1px solid #949494;*/
}

.object-open div.dates a.open-dates {
    position: relative;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #363636;
    padding: 0 50px 0 20px;
    text-transform: uppercase;
}

.object-open div.dates a.open-dates span {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: white;
    background: #0f96b0;
    font-size: 23px;
}

.object-open div.dates a.open-dates span:after {
    content: '+';
}

.object-open div.open a.open-dates span:after {
    content: '-';
}

.object-open div.dates ul.dates {
    display: none;
    margin: 10px 20px 0 20px;
}

.object-open div.dates ul.dates li {
    position: relative;
    padding: .5em 0;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #949494;
}

.object-open div.dates ul.dates li:last-child {
    border: 0;
}

.object-open div.dates ul.dates li span {
    position: absolute;
    padding: .5em 0;
    right: 0;
    top: 0;
}


/* CATEGORY view  */


.category .booking > div {
    height: 0;
}

.category .booking {
    margin: 0;
}

.category .booking article.question {
    margin-top: 85px;
}

.filter-options .open-filters_btn {
    position: absolute;
    display: block;
    right: 12px;
    top: 15px;
    bottom: 0;
    padding: 0;
    position: absolute;
    background-color: #0f96b0;
    height: 34px;
    width: 34px;
    line-height: 33px;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
}

.filter-options .open-filters_btn:after {
    content: "+";
}

.filter-options .open .open-filters_btn:after {
    content: "-";
}


/* GALERIJA */
.galerija-list {
    display: table;
    margin-top: 20px;
    float: left;
}

.galerija-list article {
    float: left;
}

.galerija-list article a {
    height: auto;
}


/*  SEARCH  */
.search-box {
    display: block;
    position: absolute;
    width: 250px;
    height: 60px;
    right: 60px;
}

.sb-search {
    position: relative;
    width: 0%;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    min-width: 50px;
    height: 50px;
    float: right;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    margin: 0px;
    padding: 0 10px;
    z-index: 10;
    font-family: inherit;
    font-size: 15px;
    font-size: 1.5rem;
    color: #555555;
    height: 50px;
    line-height: 50px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.sb-search-input::-webkit-input-placeholder {
    color: #707070;
}

.sb-search-input:-moz-placeholder {
    color: #707070;
}

.sb-search-input::-moz-placeholder {
    color: #707070;
}

.sb-search-input:-ms-input-placeholder {
    color: #707070;
}

.sb-search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.search-box_icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    z-index: 90;
    font-size: 20px;
    color: #707070;
    speak: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
}

.search-box_icon:before {
    position: absolute;
    top: 50%;
    bottom: 0;
    margin: -10px auto auto auto;
    right: 15px;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .search-box_icon,
.no-js .sb-search .search-box_icon {
    /* z-index: 11; */
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    /* z-index: 90; */
}

/* SEARCH RESULTS */
.result-list article {
    background: #ffffff;
    margin-bottom: 20px;
}

.result-list article a {
    height: auto;
    display: block;
}

.events .result-list article .intro {
    display: block;
    position: relative;
    bottom: auto;
    height: auto;
    background: #ffffff;
    color: #636363;
}

.events .result-list .details {
    overflow: hidden;
    position: relative;
}

.result-list article .fade-layer {
    background-image: url("../images/search-details-bg.png");
}

.events .result-list .details h3 {
    height: auto;
    margin-bottom: 5px;
    padding-right: 60px;
}

.events .result-list article .more:after {
    height: 22px;
    width: 21px;
    background-position: -25px -40px;
}

.events .result-list .details .more {
    font-size: 15px;
    font-size: 1.5rem;
}

.events .result-list .details .date {
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    color: #ffffff;
    text-transform: none;
    font-size: 14px;
    font-size: 1.4rem;
}

.search_read_more {
    position: absolute;
    bottom: 13px;
}

.full-date {
    color: #404040;
}

.events .date.expired {
    background: #c2c2c2;
}

.result-list article figure {
    float: left;
    z-index: 1;
    position: relative;
}

.result-title {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
}

.result-title span {
    color: #0f96b0;
}

.events.left-box > div {
    margin-bottom: 40px;
}

.events.left-box > .result-title {
    margin-bottom: 30px;
}

.search-block {
    width: 100%;
    display: block;
    padding: 25px 25px 40px;
    background: #cdda32;
}

.search-block .sb-search {
    width: 100%;
    height: 40px;
    float: none;
}

.search-block .sb-search-input {
    position: relative;
    display: block;
    right: auto;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .6) inset;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .6) inset;
}

.search-block .sb-search-submit {
    background: transparent;
    width: 60px;
    opacity: 0;
    z-index: 12;
}

.search-block_icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 34px !important;

    line-height: 64px;
    color: #707070;
    height: 60px;
    width: 60px;
    z-index: 11;
    text-align: center;
}

.search-block_icon:before {
}

.search-block .sb-search,
.search-block .sb-search-submit,
.search-block .sb-search-input {
    height: 60px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 60px;
}

.search-page .btn.load-more {
    display: block;
    padding: 20px;
    height: 60px;
    text-align: center;
}

.left-box {
    position: relative;
}


/* LAURA RAKSTAKSTITAIS CSS */
/* EVENT BLOCK */
.event_block {
    display: block;
    float: left;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 135px;
}

.eb_inner {
    float: left;
    width: 100%;
    padding-top: 66.5%;
    position: relative;
}

.eb_bottom {
    float: left;
    width: 100%;
    height: 140px;
}

.eb_image {
    float: left;
    width: 100%;
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.eb_image img {
    position: absolute;
    top: 0px;
    z-index: 1;
}

.eb_riga_card:before {
    content: '';
    display: block;
    width: 55px;
    height: 35px;
    background-image: url(../images/rigapass_b.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
}

.nosvg .eb_riga_card:before {
    background-image: url(../images/rigapass_b.png);
}

.eb_details {
    width: 100%;
    height: 200%;
    overflow: hidden;
    float: left;
    position: absolute;
    top: 100%;
    left: 0px;
    padding: 20px;
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s, top 0.3s;
    transition: background-color 0.3s, top 0.3s;
    z-index: 2;
}

.event_block:hover .eb_details {
    background-color: #152649;
    top: 0%;
}

.event_block:hover .eb_heading {
    height: auto;
    margin-bottom: 10px;
}

.event_block:hover .eb_intro {
    opacity: 1;
}

.event_block:hover .eb_fade_layer {
    opacity: 1;
}

.eb_keyword {
    font-size: 12px;
    font-size: 1.2rem;
    color: #898989;
    margin-bottom: 5px;
}

.eb_heading {
    display: block;
    height: 3.6em;
    font-size: 0.9em;
    font-size: 1.44rem;
    line-height: 1.2em;
    overflow: hidden;
    margin-bottom: 25px;
}

.eb_date {
    position: absolute;
    background: #cdda32;
    color: #404040;
    left: 0;
    top: 100%;
    margin-top: -35px;
    padding: 8px 20px;
    text-transform: uppercase;
    z-index: 2;
}

.eb_intro {
    overflow: hidden;
    color: #404040;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.eb_read_more {
    float: left;
    font-size: 14px;
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 3;
}

.eb_fade_layer {
    background-image: url("../images/intro-overlay.png");
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 82px;
    background-repeat: repeat-x;
    background-position: 0 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.restaurant_offer_event_block {
    padding-bottom: 140px;
}

.event_list_eb {
    width: 22%;
    height: 318px;
    /* margin-bottom: 32px; */
    /* margin-right: 32px; */
    margin: 0px 3% 3% 0;
}

.offer_info {
}

.oin_text {
    padding: 30px;
    position: relative;
}

.oin_text h4 {
    font-size: 21px;
    padding: 0px 30px 30px 0px;
}

.oin_text ul {
    margin: 0px !important;
    padding: 0px 0px 5px 20px;
}

.open_oin_hidden {
    position: absolute;
    top: 6px;
    right: 6px;
    font-family: 'core_sans_a_65_boldregular';
    cursor: pointer;
    display: none;
    height: 34px;
    width: 34px;
    line-height: 33px;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
}

.oin_hidden {
    display: block;
}

.oi_print {
    position: absolute;
    width: 25px !important;
    top: 30px;
    right: 30px;
    display: none;
}

.o_footer {
    position: relative;
}

.of_line1 {
    float: left;
    width: 100%;
    border-style: solid;
    border-color: #fff;
    border-width: 0px;
}

.of_line2 {
    float: left;
}

.of_item {
    float: left;
    height: 60px;
    padding: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px;
}

.of_item .gtwidget {
    color: #e50051;
}

.of_phone_wrap {
}

.o_footer_text {
    line-height: 36px;
    font-size: 14px;
    color: #363636;
}

.of_icon {
    position: relative;
    top: 1px;
    margin-right: 6px;
    display: inline-block;
    width: 16px;
    height: 18px;
    font-size: 16px;
    line-height: 18px;
}

.of_price {
    float: right;
    height: 60px;
    line-height: 60px;
    font-size: 21px;
    font-family: 'core_sans_a_65_boldregular';
    width: 190px;
    text-transform: uppercase;
    text-align: center;
}

.of_map_icon {
    position: relative;
    top: 6px;
}

.
    /* LARGE BANNER */
.large_info_block {
    max-width: 920px;
}

.lib_tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    background: #fff;
    font-size: 12px;
    color: #404040;
    line-height: 28px;
    height: 28px;
    padding: 0px 10px;
}

.lib_image {
}

.lib_image img {
}

.lib_info {
    padding: 30px;
}

.lib_text h2 {
    padding-bottom: 5px;
    line-height: 30px;
}

.lib_text h2 a {
    color: #363636;
}

.lib_text p {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.lib_button {
    margin-top: 15px;
}

/* WIDGET BANNER */
.widget_info_block {
    padding: 0px !important;
    overflow: hidden;
}

.wib_image {
    position: absolute;
    width: 100%;
    height: 260px;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    overflow: hidden;
}

.wib_image img {
    position: absolute;
    left: 50%;
    margin-left: -222px;
    top: 50%;
    margin-top: -130px;
    width: 445px;
    height: 260px;
}

.wib_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.wib_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    background-color: #fff;
    z-index: 4;
}

.wib_logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.wib_tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    background: #fff;
    font-size: 12px;
    color: #404040;
    line-height: 18px;
    height: 18px;
    padding: 0px 6px;
}

.wib_text {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    z-index: 2;
}

.wib_text span {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 24px;
    color: #292929;
    background-color: #fff;
    float: left;
    margin-bottom: 2px;
    line-height: 34px;
    padding: 0px 3px 0px 7px;
}

.wib_details {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.widget_info_block:hover .wib_details {
    display: block;
}

.widget_info_block:hover .eb_intro {
    display: block;
}

.widget_info_block:hover .read_more {
    display: block;
    z-index: 3 !important;
    margin-left: 95px;
    font-size: 18px !important;
}

.wibd_text {
    float: left;
    width: 100%;
    height: 100%;
    padding: 25px 20px 0px 95px;
    position: relative;
    z-index: 3;
    background-color: #fff;
}

.no_logo .wibd_text {
    padding: 25px 20px 0px 20px;
}

.widget_info_block:hover .no_logo .read_more {
    margin-left: 20px
}

.wibd_text h3 {
}

.wibd_text p {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 21px;
    z-index: 0;
}

/* PHOTO */
.photo_block {
    margin-bottom: 40px;
}

.pb_check {
    padding-bottom: 12px;
}

.pb_label {
    font-family: 'core_sans_a_65_boldregular';
    font-size: 18px;
}

.pb_borders {
    border-style: solid;
    border-color: #d7d7d7;
    border-width: 1px 0px 1px 0px;
    padding: 20px 0px;
}

.pb_image {
    width: 400px;
}

.pb_image img {
}

.pb_video {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.pb_video iframe,
.pb_video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.youtube_play {
    width: 400px;
    height: 255px;
}

.youtube_play:hover .play_button {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.pb_details {
    padding-left: 30px;
}

.pd_label {
    margin: 0px 0px 0px 0px !important;
    font-family: 'core_sans_a_65_boldregular';
    font-size: 16px;
    color: #363636;
    line-height: 22px;
}

.pd_info {
    margin: 0px 0px 0px 0px !important;
    font-size: 14px;
    color: #363636;
    line-height: 18px;
    padding-bottom: 10px;
}

.photo_form {
}

.pf_input_wrap {
    width: 50%;
    padding-bottom: 30px;
}

.pf_input_wrap.left {
    padding-right: 10px;
}

.pf_input_wrap.right {
    padding-left: 10px;
}

.pf_textarea {
    height: 115px;
}

.pf_check {
    float: left;
    margin-top: 20px;
}

.pf_label {
}

.pf_button {
    float: right;
    margin-top: 20px;
    width: 140px;
}

/* SOCIAL ICONS */
.content_social {
    float: left;
    margin-top: 5px;
}

.cs_label {
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    margin-right: 18px;
    position: relative;
    top: 1px;
    color: #363636;
}

.content_social ul {
    display: inline-block;
    border-style: solid;
    border-color: #707070;
    border-width: 0px 1px 0px 0px;
    float: left;
}

.content_social li {
    float: left;
    border-style: solid;
    border-color: #707070;
    border-width: 0px 0px 0px 1px;
}

.content_social a {
    color: #707070;
    font-size: 20px;
    float: left;
    width: 39px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.content_social a:hover {
    color: #3C3C3C !important;
}

/* PRESS RELEASES */
.pr_dropdown {
    width: 130px;
}

.press_release {
    border-style: solid;
    border-color: #c2c2c2;
    border-width: 0px 0px 1px 0px;
    padding: 25px 0px 20px 0px;
}

.pr_date {
    font-size: 16px;
    color: #555555;
    line-height: 20px;
    padding-bottom: 5px;
}

.pr_heading {
    color: #353535;
    font-family: 'core_sans_a_65_boldregular';
    font-size: 18px;
    line-height: 24px;
}

a.pr_button {
    color: white;
}

/* MEDIA INFORMATION FORM */
.media_information_form {
    float: left;
    width: 100%;
}

.media_information_form .input_label {
    font-size: 14px;
    line-height: 20px;
    top: 36px;
}

.media_information_form .input_label.focus {
    top: 0;
}

.fso_filedset {
    border: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    width: 100%;
}

.fso_legend {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #363636;
    font-size: 20px;
    font-weight: 700;
    float: left;
    width: 100%;
}

.fso_input_wrap {
    width: 50%;
    padding-bottom: 5px;
}

.fso_input_wrap.left {
    padding-right: 10px;
}

.fso_input_wrap.right {
    padding-left: 10px;
}

.text_input_wrap .ui-datepicker-trigger,
.input_wrap .ui-datepicker-trigger,
.fso_input_wrap .ui-datepicker-trigger {
    display: none;
}

.fso_label {
    color: #707070 !important;
    font-size: 14px;
}

.fso_text {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #707070;
    line-height: 20px;
    margin-bottom: 0px !important;
    padding: 15px 0px 10px 0px;
}

.fso_full_length {
    width: 100% !important;
    float: left;
}

.fso_check {
    margin: 8px 0px;
}

.fso_check label {
}

.fso_textarea {
    height: 110px;
}

.fso_title {
    width: 165px;
}

.fso_terms {
    float: left;
    width: 575px;
    margin-top: 20px;
}

.fso_terms p {
    font-size: 13px;
    margin-bottom: 10px !important;
}

.fso_terms h3 {
    margin-top: 0px !important;

}

.fso_strong_label {
    font-size: 13px;
    padding-left: 35px !important;
}

.fso_title_select {
    padding-top: 15px;
}

.fso_last_textarea {
    padding: 25px 0px 15px 0px;
}

.fso_select {
}

.fso_one_third {
    width: 33.33%;
    padding-left: 1%;
    padding-right: 1% !important;
}

.fso_one_third_wrap {
    float: left;
    width: 102%;
    position: relative;
    left: -1%;
}

.mif_seperator_line {
    border-color: #c2c2c2;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding: 0px 0px 24px 0px;
    margin-bottom: 25px;
}

.mif_check {
    margin-right: 30px;
}

/* LOGO DOWNLOAD */
.logo_download {
    border-style: solid;
    border-color: #d7d7d7;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.ld_image {
    width: 160px;
    height: 160px;
    position: relative;
    margin-right: 25px;
}

.ld_image img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ld_heading {
    color: #353535;
    font-family: 'core_sans_a_65_boldregular';
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 6px 0px !important;
}

.ld_button {
    width: 170px;
}

.ld_info {
    height: 160px;
}

.ld_text {
    line-height: 20px;
}

.text_style_1 .intro {
    margin-bottom: 5px !important;
}

.text_style_1 p {
    font-size: 16px;
    margin-bottom: 0px !important;
    line-height: 26px;
    color: #363636;
}

.text_style_1 h3 {
    font-size: 21px;
    margin: 35px 0px 8px 0px;
}

.text_style_1 ul {
    margin: 20px 0 10px 0px !important;
    list-style: none !important;
}

.text_style_1 li {
    font-size: 16px;
    line-height: 22px !important;
    padding-left: 35px;
    position: relative;
    color: #363636;
}

.text_style_1 li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    background: #363636;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.text_style_2 {
}

.text_style_2 .intro {
    margin-bottom: 20px !important;
}

.text_style_2 p {
    font-size: 16px;
    margin-bottom: 0px !important;
    line-height: 26px;
    color: #363636;
}

.text_style_2 h3 {
    font-size: 21px;
    margin: 35px 0px 8px 0px;
}

.text_style_2 ul {
    margin: 20px 0 10px 0px !important;
    list-style: none !important;
}

.text_style_2 li {
    position: relative;
    padding: 0px 0px 12px 18px;
    font-family: core_sans_a_45_regularregular, Arial, sans-serif;
    font-size: 16px;
    color: #363636;
    line-height: 20px !important;
    margin: 0px !important;
}

.text_style_2 li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #0f96b0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}

.text_style_2 hr {
    background-color: #d7d7d7;
    height: 1px;
    margin: 10px 0px 30px;
    float: left;
    width: 100%;
}

/* SPECIAL OFFER */
.special_offer {
    position: relative;
    padding-bottom: 45px;
}

.sp_inner {
    padding-bottom: 25px;
}

.sp_image {
    float: left;
    width: 540px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.sp_image img {
}

.sp_info {
    float: right;
    padding: 40px;
    min-height: 360px;
    top: 25px;
    right: 0;
    width: 685px;
    position: relative;
    z-index: 2;
}

.sp_heading {
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    text-transform: none;
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 10px;
}

.sp_price {
    border-color: #363636;
    border-style: solid;
    border-width: 3px 0px 3px 0px;
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    font-size: 48px;
    line-height: 67px;
    margin-bottom: 18px;
}

.sp_secondary_heading {
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.sp_include {
    padding: 12px 0px;
}

.sp_choices {
    padding: 35px 0px 0px 0px;
    display: none;
    border-style: solid;
    border-color: #d7d7d7;
    border-width: 0px 0px 1px 0px;
}

.sp_button {
    min-width: 210px;
}

.spc_heading {
    font-size: 18px;
    line-height: 20px;
    text-decoration: underline;
    padding: 0px 0px 26px 0px;
}

.spc_stars {
    padding-bottom: 12px;
}

.spc_arrow {
    cursor: pointer;
    float: right;
    margin: 0px 8px 18px 0px;
}

.black_stars {
}

.black_star {
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 15px;
    margin: 0px 1px;
    color: #363636;
    font-size: 15px;
}

.black_star:before {
}

.black_star img {
    float: left;
}

.gray_stars {
}

.gray_star {
    display: inline-block;
    width: 12px;
    height: 12px;
    color: #898989;
    font-size: 12px;
    line-height: 12px;
}

.gray_star img {
    float: left;
}

/* OFFER ITEM */
.offer_items {
    float: left;
    width: 104%;
    position: relative;
    left: -2%;
}

.offer_item {
    float: left;
    width: 29.33%;
    background-color: #ffffff;
    margin: 2%;
}

.oi_image {
}

.oi_image img {
}

.oi_info {
    padding: 20px;
}

.oi_inner {
    height: 145px;
    margin-bottom: 10px;
    overflow: hidden;
}

.oi_head_left {
}

.oi_heading {
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    font-size: 21px;
    line-height: 27px;
}

.oi_stars {
}

.oi_text {
    padding: 9px 0px 0px 0px;
}

.oi_text p {
    line-height: 22px;
}

.oi_button {
}

/* FIRST STEP */
.text-box_details {
    border-style: solid;
    border-color: #d7d7d7;
    border-width: 1px 0px;
    padding: 20px 0px;
    margin: 20px 0px 30px 0px;
}

.tbd_left {
    font-size: 14px !important;
}

.tbd_right {
}

.offer_choice_block {
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 1px;
    margin-bottom: 25px;
}

.ocb_side {
    width: 50%;
}

.ocb_left {
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 0px 1px 0px 0px;
}

.ocb_check {
}

.ocb_label {
    padding: 18px 0px 48px 0px !important;
}

.ocb_persons {
    font-size: 14px;
}

.ocb_price {
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    font-size: 30px;
    padding: 15px 0px;
}

.ocb_input {
    bottom: 16px;
    left: 50% !important;
    margin-left: -10px !important;
    top: inherit !important;
}

.ocb_seperator {
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 1px 0px 0px 0px;
    height: 0px;
    width: 94%;
    margin: 0 3%;
}

.ocb_button {
    margin-top: 20px;
}

.offer_choice_rules {
}

.offer_choice_rules p {
    font-size: 14px;
    line-height: 24px;
}

.offer_choice_rules ul li {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
}

.hide_on_mobile {
}

.show_on_mobile {
    display: none;
}

.scroll_allong {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.scroll_allong.fixed {
    position: fixed;
    top: 120px;
    right: 50%;
}

.scroll_allong.end {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-right: 0px !important;
    top: auto !important;
}

.scroll_allong_wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-height: 492px;
}

.scroll_allong_wrap.relative {
    position: relative;
    float: right;
}

.info-price_article {
    display: none;
    padding: 30px;
    margin: 30px 0px 0px 0px;
}

.ipa_heading {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 15px;
}

.ipa_heading_nights {
}

/* ACCORDEON */
.accordeon {
    float: left;
    width: 100%;
}

.accordeon_head {
    float: left;
    width: 100%;
    background-color: #ffffff;
    min-height: 46px;
    position: relative;
    padding: 13px 46px 13px 13px;
    cursor: pointer;
}

.ah_plus {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 6px;
    background-color: #0f96b0;
    height: 34px;
    width: 34px;
    line-height: 33px;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
}

.accordeon_head h3 {
    font-size: 14px;
    margin: 0px !important;
    line-height: 20px;
}

.accordeon_body {
    float: left;
    width: 100%;
    background-color: #ffffff;
    margin: 0px 0px 10px 0px;
    padding: 13px;
    display: none;
}

.accordeon_body dt {
}

.accordeon_body dd {
}

/* BASKET STEPS */
.basket_steps {
    float: left;
    width: 100%;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    position: relative;
    margin-bottom: 40px;
}

.bs_step {
    float: left;
    width: 20%;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    text-align: center;
    height: 58px;
    padding: 0px 10px;
}

.bs_symbol {
    display: inline-block;
    color: #898989;
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
}

.bs_symbol_inner {
}

.bs_name {
    display: inline-block;
    font-size: 14px;
    color: #898989;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
}

.bs_completed .bs_symbol {
    font-size: 18px;
    position: relative;
    top: 2px;
    color: #363636;
}

.bs_completed .bs_name {
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    color: #363636;
}

.bs_current .bs_symbol {
    color: #363636;
}

.bs_current .bs_symbol_inner {
}

.bs_current .bs_name {
    color: #363636;
}

/* EXTRA OFFER ITEM */
.extra_offer_items {
    float: left;
    width: 106%;
    position: relative;
    left: -3%;
}

.extra_offer_item {
    float: left;
    width: 44%;
    background-color: #ffffff;
    margin: 3%;
}

.eoi_image {
}

.eoi_image img {
}

.eoi_info {
    padding: 20px;
}

.eoi_inner {
    overflow: hidden;
}

.eoi_heading {
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    font-size: 21px;
}

.eoi_text {
    padding: 10px 0px 0px 0px;
}

.eoi_text p {
    line-height: 22px;
}

.eoi_bottom {
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    padding-top: 20px;
    margin-top: 20px;
}

.eoi_price {
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    margin-right: 16px;
}

.eoi_price_small {
    font-size: 18px;
}

.eoi_select {
    margin-top: 5px;
    width: 66px;
}

.eoi_check {
    margin-top: 6px;
    float: right;
    clear: right;
}

.check_hide_text {
}

/* BASKET SUMMARY */
.basket_summary {
    /* border-color: #363636; */
    /* border-style: solid; */
    border-width: 0px;
    padding: 20px !important;
    margin-bottom: 20px !important;
    background-color: #fff;
}

.bs_errors {
    float: left;
    width: 100%;
    border-width: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    padding: 10px 0px 0px 0px !important;
}

.bs_error {
    color: red;
    border-width: 0px !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 8px 0px !important;
}

.bs_heading {
    font-size: 24px !important;
    color: #363636;
}

.bs_basket {
    border-width: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    float: left;
    width: 100%;
}

.bs_table {
    width: 100%;
    margin-bottom: 10px;
}

.bs_table tbody {
}

.bs_table tbody tr {
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 0px 0px 1px 0px;
}

.bs_table td {
    font-size: 14px;
    padding: 10px 0px;
    line-height: 20px;
}

.bs_table tbody tr:first-child {
    border-width: 0px 0px 0px 0px;
}

.bs_table tbody tr:first-child td {
    padding-bottom: 5px;
}

.bs_table tbody tr:first-child + tr td {
    padding-top: 0px;
}

.bs_table tfoot {
    border-color: #363636;
    border-style: solid;
    border-width: 3px 0px 0px 0px;
}

.bs_table tfoot tr {
}

.bs_table tfoot td {
    padding-top: 10px;
    vertical-align: top;
}

.bs_price {
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    font-size: 21px;
    float: right;
}

.bs_price_small {
    font-size: 14px;
}

.bs_totla_label {
    font-size: 16px;
}

.bs_total_price {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 30px;
    float: right;
}

.bs_total_price_small {
    font-size: 18px;
}

.bs_button {
    width: 150px;
}

.bs_back_btn {
    height: 36px;
}

.bs_back_text {
    float: left;
}

.bs_cards {
    margin-top: 10px;
}

.bs_cards li {
    float: right;
    margin-left: 10px;
}

.bs_vat {
    color: #898989;
    font-size: 14px;
    padding-top: 3px;
}

/* BASKET CONTACTS */
.basket_contacts {
}

.bc_legend {
    font-size: 21px;
    line-height: 1.5;
    padding-bottom: 15px;
}

.bc_terms {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bc_terms_text {
}

.bc_terms_text p {
    line-height: 25px;
}

.bc_check {
    margin-top: 20px;
}

/* EDIT INFO FORM */
.edit_info_form {
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.eif_legend {
    float: left;
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 21px;
    color: #363636;
    line-height: 26px;
    font-weight: normal;
    height: auto;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.eif_edit {
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    background-color: transparent;
    border: 0px;
}

.eif_edit_text {
    color: #b7b7b7;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.eif_edit_text:hover {
    color: #363636;
}

.eif_edit_text_icon {
    font-size: 14px;
    position: relative;
    top: 2px;
}

.eif_edit.active .eif_edit_text {
    display: none;
}

.eif_save_text {
    display: none;
}

.eif_save_text_icon {
    font-size: 18px;
    position: relative;
    top: 5px;
}

.eif_edit.active .eif_save_text {
    display: block;
}

.eif_row {
    margin-bottom: 10px;
}

.eif_row .ti_error {
    color: #ed1f24;
    line-height: 25px;
    padding-left: 11px;
}

.eif_label {
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 20px;
    color: #363636;
}

.eif_label.active {
    line-height: 50px;
}

.eif_input_wrap {
    float: left;
    width: 50%;
}

.eif_disabled {
    border-width: 0px !important;
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 20px;
    font-size: 16px;
    color: #363636 !important;
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    height: auto;
    display: block;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.select.eif_disabled {
    position: relative;
    left: -4px;
}

.select.ie.eif_disabled {
    left: -2px;
}

select.select:disabled {
    color: #363636 !important;
}

.eif_inactive_text {
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    line-height: 20px;
    font-size: 16px;
    color: #363636;
}

/* EXTRA EVENT */
.extra_event {
    border-style: solid;
    border-color: #c2c2c2;
    border-width: 1px 0px;
    padding: 30px 0px;
    margin-bottom: 25px;
}

.ee_heading {
    padding-bottom: 25px;
}

.ee_image {
    width: 110px;
}

.ee_name {
    color: #363636;
    padding: 0 10px;
}

.ee_amount {
    color: #363636;
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
}

.ee_table {
    width: 100%;
}

.ee_table td {
    padding: 10px 0px;
}

.ee_image_cell {
    width: 130px;
}

.ee_name_cell {
    width: 250px;
    text-align: left;
}

.ee_amount_cell {
    text-align: left;
}

/* CAROUSEL NAV */
.black_nav {
}

.bn_nav {
    width: 40px;
    height: 40px;
    position: relative;
    font-size: 14px;
    margin-left: 1px;
    padding: 4px;
    color: transparent;
    background-image: url("../images/nav-btn-bg.png");
    background-color: rgba(54, 54, 54, .7);
    float: left;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.bn_nav:hover {
    background-color: #363636;
}

.bn_nav:before {
    color: #ffffff;
    font-size: 22px;
    position: absolute;
    display: block;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    left: 50%;
    top: 50%;
    margin: -13px 0px 0px -13px;
}

.ggg-list {
    margin-top: 20px;
}

.bn_prev {
}

.bn_prev:before {
    content: "\e605";
}

.bn_next {
}

.bn_next:before {
    content: "\e607";
}

.gadalaiki_nav {
    position: absolute;
    top: 23px;
    left: 338px;
    z-index: 2;
    width: 82px;
}

/* TEXT CATEGORIES */

.text-categories .article {
    position: relative;
}

.text-categories .navbar-toggle {
    background-color: #464646;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
}

.text-categories .text-categories-head {
    position: absolute;
    top: -80px;
    right: 0;
}

.text-categories .navbar-toggle:before {
    line-height: 50px;

}

.text-categories aside ul li {
    border-bottom: 3px solid #363636;
}

.text-categories aside ul li:last-child {
    border: none;
}

.text-categories aside ul li a {
    display: block;
    font-family: 'core_sans_a_45_regularregular', 'Arial', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #464646;
    padding: .7em 0;
}

.text-categories aside ul li.active a {
    font-weight: bold;
}

/* VIDEO VIEW */
.video_list {
    float: left;
    width: 103%;
    display: block;
    padding-bottom: 20px;
}

.video_list a {
    display: block;
    position: relative;
}

.video_list_item {
    position: relative;
    width: 30.33%;
    margin: 0 3% 3% 0;
    float: left;
}

.vl_image {
    overflow: hidden;
    padding-bottom: 66.66%;
    position: relative;
}

.vl_image img {
    position: absolute;
}

.vl_details {
    position: relative;
    background-color: #cdda32;
    overflow: hidden;
    padding: 20px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.vl_heading {
    float: left;
    width: 100%;
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    line-height: 1.2;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #363636;
    margin: 0;
    font-weight: normal
}

.vl_keyword {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.vl_intro {
    display: block;
    color: #404040;
    font-size: 14px;
    max-height: 4em;
    margin-top: .5em;
    overflow: hidden;
}

.video_list a:hover .vl_details {
    background-color: #e0ee37;
}

.play_button {
    display: block;
    width: 125px;
    height: 125px;
    position: absolute;
    text-align: center;
    color: #cdda32;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
}

.play_button:before {
    line-height: 125px;
    font-size: 120px;
}

.video_list a:hover .play_button {
    color: #e0ee37;
}

.hover_play {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.hover_play:before,
.hover_play:after {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    border-style: solid;
    border-color: #cdda32;
    border-width: 10px;
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s, border-color 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s, border-color 0.3s;
}

.hover_play:before {
    top: -10px;
    left: -10px;
}

.hover_play:after {
    bottom: -10px;
    right: -10px;
}

.video_list a:hover .hover_play:before {
    top: 0px;
    left: 0px;
    border-color: #e0ee37;
}

.video_list a:hover .hover_play:after {
    bottom: 0px;
    right: 0px;
    border-color: #e0ee37;
}

.video_list a:hover .play_button {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* CATEGORY BOX */
.category_box {
    display: table;
    position: relative;
}

.category_list {
    display: table;
    margin-bottom: 20px;
    float: left;
    width: 103%;
}

.category_block {
    position: relative;
    width: 30.33%;
    margin: 0 3% 3% 0;
    float: left;
    overflow: hidden;
}

.video_list_item .category_block {
    float: left;
    width: 100%;
    margin: 0px;
}

.cb_image {
    overflow: hidden;
    padding-bottom: 66.66%;
    position: relative;
}

.cb_image img {
    position: absolute;
}

.cb_details {
    background-color: #cdda32;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.cb_cell {
    vertical-align: top;
}

.cb_heading {
    display: inline;
    line-height: 1.2;
}

.cb_heading_count {
    color: #29AAE1;
}

.category_block:hover .cb_details {
    background-color: #e0ee37;
}

.cb_icon {
    display: block;
    width: 125px;
    height: 125px;
    position: absolute;
    text-align: center;
    color: #cdda32;
    opacity: 0;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.3s, color 0.3s, opacity 0.3s;
    transition: transform 0.3s, color 0.3s, opacity 0.3s;
}

.cb_icon:before {
    line-height: 125px;
    font-size: 120px;
}

.category_block:hover .cb_icon {
    color: #e0ee37;
    opacity: 1;
}

.cb_hover {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.cb_hover:before,
.cb_hover:after {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    border-style: solid;
    border-color: #cdda32;
    border-width: 10px;
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s, border-color 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s, border-color 0.3s;
}

.cb_hover:before {
    top: -10px;
    left: -10px;
}

.cb_hover:after {
    bottom: -10px;
    right: -10px;
}

.category_block:hover .cb_hover:before {
    top: 0px;
    left: 0px;
    border-color: #e0ee37;
}

.category_block:hover .cb_hover:after {
    bottom: 0px;
    right: 0px;
    border-color: #e0ee37;
}

.category_block:hover .cb_icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hover_arrow {
    display: none;
    width: 34px;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background-color: #e0ee37;
    color: #818920;
    font-size: 22px;
}

.hover_arrow:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 22px;
}


/* RIGA CARD */
.purchase {
}

.purchase_top_fieldset {
    padding: 0px 0px 10px 0px;
    border-style: solid;
    border-color: #d7d7d7;
    border-width: 0px 0px 1px 0px;
}

.purchase_check {
    border-style: solid;
    border-color: #d7d7d7;
    border-width: 0px 0px 1px 0px;
    padding: 20px 0px;
}

.purchase_check input {
    top: 50%;
    margin-top: -10px;
}

.info-prices h4 {
    margin: 0 !important;
}

.info-prices .qtn_min p {
    display: none !important;
}

.info-prices .qtn_min.ti_error {
    color: red;
}

.purchase_items {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
}

.purchase_items .purchase_price {
    font-size: 14px;
    font-family: inherit;
    line-height: 1em;
}

.purchase_items .purchase_sum {
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    font-size: 21px;
    height: 40px;
    line-height: 40px;
}

.purchase_items .inactive {
    color: #898989;
}

.purchase_items p {
    margin: 10px 0;
}

.purchase_items .purchase_name {
    font-size: 14px;
}

.purchase_name {
    font-family: core_sans_a_45_regularregular, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.purchase_price {
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    font-size: 21px;
    line-height: 24px;
}

.purchase_cents {
    font-size: 14px;
}

.purchase_bottom {
    padding: 18px 0px 0px 0px;
}

.purchase_quantity {
}

.purchase_quantity_label {
    font-size: 12px;
    line-height: 16px;
    padding: 0px 0px 10px 0px;
}

.purchase_plus_minus {
}

.purchase_total {
}

.purchase_total_text {
    font-size: 14px;
    line-height: 18px;
}

.purchase_total_amount {
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    font-size: 16px;
    line-height: 32px;
    padding: 2px 0px 0px 0px;
}

.purchase_total_amount_euros {
    font-size: 24px;
    line-height: 32px;
}

.purchase_time {
    border-style: solid;
    border-color: #d7d7d7;
    border-width: 1px 0px 0px 0px;
    margin: 15px 0px 20px 0px;
}

.your_contacts {
    padding: 28px 0px 0px 0px;
}

.yc_heading {
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.yc_input_wrap {
    /* padding-bottom: 20px; */
}

.yc_check {
    float: right;
}

.yc_fullwidth_check {
    margin: 7px 0px 0px 0px;
}

.yc_county_code_select {
    width: 72%;
}

.yc_country_code {
    float: left;
    width: 25%;
    text-align: center;
    margin-right: 8px;
    position: absolute;
    top: 25px;
    padding: 0px 0px 0px 0px;
}

.yc_company {
    display: none;
}

.yc_phone_number {
    width: 72%;
    float: right;
}

.yc_tabs {
}

.yc_tab {
    display: none;
}

.yc_tab.active {
    display: block;
}

.yc_company {
    display: none;
}

.purchase_btn {
    width: 160px;
    text-align: left;
    margin-top: 10px;
}

.purchase_card {
    margin: 20px 0px 0px 10px;
}

.riga_card_filter-options {
    margin: 60px 0px 60px 0px !important;
}

.riga_card_details {
    border-style: solid;
    border-color: #d7d7d7;
    border-width: 0px 0px 1px 0px;
    padding: 0px 0px 30px 0px !important;
}

.riga_card_terms_mobile {
    margin-top: 40px;
}

.riga_card_filter_header {
}

.riga_card_filter_heading {
}

/* CONTACT BLOCK */
.contact_block_wrap {
    padding: 0px 0px 30px 0px;
    border-style: solid;
    border-color: #d7d7d7;
    border-width: 0px 0px 1px 0px;
}

.contact_block_main_heading {
    margin-top: 0px !important;
}

.contact_block_row {
    margin-left: -15px;
    margin-right: -15px;
}

.contact_block {
    float: left;
    width: 33.33%;
    padding: 15px 15px 15px 15px;
}

.contact_block_inner {
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 1px;
    float: left;
    width: 100%;
    padding: 20px 20px 70px 20px;
    position: relative;
}

.contact_block_heading {
    float: left;
    width: 100%;
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 12px;
    color: #363636;
    line-height: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.contact_block_text {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #707070;
}

.contact_block_label {
    float: left;
    width: 100%;
    font-family: 'core_sans_a_65_boldregular', 'Arial', sans-serif;
    font-size: 14px;
    color: #363636;
    line-height: 20px;
    padding: 12px 0px 0px 0px;
}

.contact_block_map_link {
    float: left;
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 1px;
    padding: 4px 10px;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.contact_block_map_link_text {
    font-size: 12px;
    line-height: 25px;
}

.contact_block_map_link_icon {
    font-size: 20px;
}

/* RIGA CARD PARTNERS */
.riga_card_partner_heading {
    width: auto;
    font-size: 36px;
    margin-bottom: 0px;
    line-height: 52px;
}

.riga_card_partner_heading_map_link {
    font-size: 30px;
    width: 30px;
    height: 30px;
}

/* LIGHTBOX */
.lightbox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-width: 300px;
    min-height: 240px;
    background-color: rgba(74, 74, 74, 0.9);
    z-index: 100;
    overflow: auto;
    z-index: 2;
}

.lightbox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.lightbox_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

.lc_scale {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.lc_scale.scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.lc_dialog {
    background: #fff;
    max-width: 580px;
    text-align: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.lc_image {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.lc_image img {
    max-width: 100%;
    max-height: 100%;
    float: left;
    min-height: 190px;
    position: relative;
}

.lightbox_close_btn {
    position: absolute;
    top: 50%;
    margin: -11px -11px 0px 0px;
    right: 8%;
    font-size: 22px;
    height: 22px;
    cursor: pointer;
}

/* ORDER SUMMARY */
.order_summary {
}

.order_summary_header {
    height: 90px;
    padding: 30px 8%;
    background: #2c3c5b;
}

.order_summary_heading {
    font-size: 24px;
    line-height: 1.5;
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    color: #FFF;
}

.order_summary_close {
    float: right;
    color: #FFF;
}

.order_summary_content {
    padding: 30px 8%;
}

.order_summary_table {
}

.order_summary_table tr {
}

.order_summary_table td {
    padding: 5px 0px;
}

.order_summary_table tr td:first-child {
    width: 50%;
}

.order_summary_line {
    background-color: #d7d7d7;
    height: 1px;
    margin: 15px 0px;
    float: left;
    width: 100%;
}

.order_summary_secondary_heading {
    font-family: core_sans_a_65_boldregular, Arial, sans-serif;
    font-size: 16px;
    padding: 10px 0px 10px 0px;
}

.order_summary_button_wrap {
    padding: 40px 0px 0px 0px;
}


/**
*	footnote
*/

.footnote {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #cdda32;
    z-index: 9;
    opacity: .95;
}

.footnote .wrap {
    position: relative;
    padding: 20px 80px 20px 20px;
    text-align: center;
}

.footnote p {
    margin: .5em 0;
}

.footnote .lightbox_close_btn {
    position: absolute;
    right: 40px;
    width: 22px;
    margin-top: -11px;
}

/* speciālais globālais spoguļa efekts */
.mirror {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    direction: rtl;
}
