body {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    background-color: #F8F8FA;
    font-family: 'Open Sans', sans-serif;
}

header, footer {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #00AEEF;
    transition: .3s all ease-out;
}

.btn {
    transition: .3s all ease-out;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

a:hover {
    color: #009aD4;
}

p {
    color: #71787e;
}

h1, h2, h3 {
    color: #393C3E;
}

p, h1, h2, h3, h4, h5, h6 {
    word-break: break-word;
}

label {
    font-size: .9em;
    font-weight: 400;
}

.textmuted {
    font-size: .875rem;
    text-align: center;
    opacity: .8;
}

/* plugins */

/* password strength */

.button_strength {
    color: #00AEEF;
}

.strength {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.strength_meter {
    position: absolute;
    top: 38px;
    left: 15px;
    width: calc(100% - 30px);
}

.strength_meter div {
    height: 4px;
    line-height: 0;
    border-radius: 20px;
}

.strength_meter div p {
    margin-top: 0;
}

/* Listing Page */
.events-listing p {
    margin-bottom: 0;
}

.events-listing img {
    margin-right: .5rem;
}

/* Full Width Page */

.full-width-page .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.full-width-page .main-footer .container {
    padding: 0 15px;
}

.full-width-page #main {
    position: initial;
}

.full-width-page .entry-content {
    padding: 0;
}

.full-width-page .blur-effect {
    display: none !important;
}

.full-width-page .event-banner {
    border-radius: 0;
    display: none;
}

.full-width-page #main {
    margin-bottom: 0;
}

.full-width-page .article {
    border: 0;
    margin-bottom: 0;
}

.full-width-page .login-page .form {
    padding: 15px 0;
}

.full-width-page .login-form, .full-width-page .changePassForm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    padding: 15px;
}

/* Content Box */

.is-container {
    margin: 90px auto;
    width: 100%;
    box-sizing: border-box;
}

.header {
    position: relative;
    height: 98px;
}

.navbar-brand > img {
    max-height: 40px;
}

/** navigation menu **/

.header .navbar {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.navbar-right {
    margin-left: auto;
}

.navbar {
    min-height: 98px;
}

.navbar .nav-link.active {
    border-bottom: 3px solid #00aeef;
}

a.active-language {
    font-weight: bold;
}

.languages img {
    width: 16px;
    margin-right: 1rem;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    text-decoration: underline;
}

ul.nav li.nav-item {
    position: relative;
}

/** Cart **/

.cart-items {
    /*display: none;*/
    position: absolute;
    background: #fff;
    width: 260px;
    right: 0;
    box-shadow: 0 0 5px #999;
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease-in;
}

.cart-items-wrapper {
    max-height: 300px;
    overflow-y: auto;
}

.cart-items-count {
    position: absolute;
    right: 0;
    background: #666;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: .75rem;
    top: 6px;
}

li.shopping-cart:hover .cart-items {
    display: block;
    visibility: visible;
    opacity: 1;
}

.shopping-cart {
    margin-right: 10px;
}

.cart-items li {
    padding: 5px 25px 5px 10px;
    border-bottom: 1px solid #eee;
    font-size: .85em;
    position: relative;
    transition: .3s all ease-out;
}

li.cart-item:hover {
    background: #eee;
}

.cart-items li i.remove-item {
    cursor: pointer;
    color: #999;
    transition: .3s all ease;
    top: 5px;
    right: 7px;
    left: unset;
}

.cart-items li i.remove-item:hover {
    color: red;
}

.remove-item {
    position: absolute;
    left: 160px;
    top: 168px;
}

.cart-items li span {
    font-size: inherit;
    line-height: inherit;
}

.cart-items .badge {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 1;
    font-size: 75%;
    width: 18px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0;
    text-align: center;
    font-weight: 300;
}

li.nav-item > ul.cart-items a.btn-go-cart {
    padding: 10px;
    color: #fff;
    border-radius: 0;
}

.item-service-name {
    font-weight: bold;
    margin-right: .25rem;
}

.item-price {
    font-weight: 500;
    margin-left: .25rem;
}

.secondary, .text-secondary {
    font-size: .85rem;
}

.btn-order {
    border-radius: 0;
}

.items-total-price > .ml-auto {
    font-weight: bold;
}

.items-total-price {
    padding: 5px 10px;
    font-size: 1rem;
}

/* Cart.html */

.cart-wrapper-buttons {
    align-items: center;
}

.order-buttons > a {
    margin-right: 1rem;
}

.order-buttons > a:last-child {
    margin-right: 0;
}

#cart-content {
    border-bottom: 1px solid #dee2e6;
}

/* end of cart.html */

.header .navbar-nav > li a {
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-size: .875rem;
    color: #333;
}

.header .navbar-nav > li > a {
    display: inline-block;
}

ul.nav li.nav-item.parent > a {
    padding-right: .5rem;
}

li.nav-item:hover > ul.dropdown-menu {
    display: block;
    padding: 0;
    margin: 0;
}

ul.nav li:last-child > ul.dropdown-menu {
    left: -90px;
}

ul.nav li.nav-item .dropdown-menu ul.dropdown-menu {
    left: -160px;
    top: -1px;
    width: 160px;
}

ul.nav .dropdown-menu > li a.sub-menu {
    display: inline-block;
}

ul.nav .dropdown-menu > li a {
    font-size: .75rem;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.event-banner {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}

.blur-effect {
    position: fixed;
    height: 400px;
    z-index: 0;
    top: 75px;
    overflow: hidden;
    width: 100%;
}

.header-background {
    width: 100%;
    filter: blur(50px);
    -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -o-filter: blur(50px);
    -ms-filter: blur(50px);
    /*filter: url(#blur);*/
    /*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='50');*/
    height: 100%;
}

/* IE Hack - hide blurred background, because it is not working in IE */

@media all and (-ms-high-contrast: none) {
    .header-background {
        display: none;
    }

    /* IE10 */
    *::-ms-backdrop, .header-background {
        display: none;
    }

    /* IE11 */
}

#main {
    position: relative;
    top: 1rem;
    margin-bottom: 3rem;
}

.article {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 2rem;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.entry-content {
    padding: 1rem 2rem;
}

/** Forms **/

.required {
    color: red;
}

.a_hotels, div[data-bound-to="project_services"] {
    background: #efefef;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

div[data-bound-to="project_services"] {
    margin-bottom: 2rem;
}

.hotel_price_txt {
    font-weight: bold;
}

.hotels_ul {
    padding-left: 25px;
}

.hotels_ul li {
    list-style-type: none;
}

.radio:first-child {
    margin-top: 0;
}

.radio input[type=radio] {
    margin-top: 6px;
}

.custom-radio {
    display: inline-block;
    margin-right: 1rem;
}

.custom-control-input:checked + span, input[type='radio']:checked + label {
    font-weight: bold;
}

.select2-container .select2-selection--single {
    border-color: #ced4da;
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.select2-dropdown.select2-dropdown--below, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ced4da;
}

.select2-results__option {
    font-size: .85rem;
}

/** jQuery datepicker **/

.ui-datepicker .ui-datepicker-title select {
    color: #333;
}

/** calendar **/

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #ebedf2 !important;
}

.widget.calendar-wrapper {
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    position: relative;
}

th.fc-resource-cell {
    color: #898b96;
    font-size: 1.4rem;
}

/* Calendar */
.session_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: .25rem;
}

#calendar .fc-time {
    display: inline-block;
}

/** Footer **/

.main-footer {
    border-top: 6px solid #666;
    background-color: #282C35;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer-copyright {
    color: #ADB0B6;
    font-size: .85em;
    display: flex;
    align-items: center;
}

.mbox-icon {
    width: 22px;
    height: 22px;
    background: #666;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
}

.meetingbox-txt {
    margin-left: auto;
}

.meetingbox-logo {
    color: #fff;
    height: 22px;
    line-height: 22px;
}

.footer-nav {
    border-top: 1px solid #eee;
}

.footer-nav p {
    margin: .5rem 0;
}

/** Scroll-to-top **/

#to-top {
    background-color: rgba(0, 174, 239, 0.5);
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: .3s all linear;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9;
}

#to-top.shown {
    opacity: 1;
}

#to-top:hover {
    background-color: rgba(0, 174, 239, 1);
}

#to-top span {
    width: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
}

/** loading spinner **/

.loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.33);
    transition: .3s all ease-out;
}

.loading-spinner > .glyphicon {
    top: 50%;
    left: 50%;
    font-size: 3rem;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spinw {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinm {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

/** Login form **/

.login-page {
    min-height: calc(100vh - 193px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form {
}

.login-form, .changePassForm {
    width: 340px;
    margin: 0 auto;
}

.login-form > input, .btn.login, #passForm > input {
    margin-bottom: 1rem;
}

.msglogtxt {
    font-size: .875rem;
    text-align: center;
    opacity: .8;
}

a.newPass {
    font-size: .875rem;
}

.event_langs {
    float: right;
    margin-top: 27px;
    margin-left: 20px;
    display: inline-block;
}

/*ContentBox CSS*/

.is-wrapper > div.is-section-100 {
    height: -moz-calc(100vh - 98px);
    height: -webkit-calc(100vh - 98px);
    height: -o-calc(100vh - 98px);
    height: calc(100vh - 98px);
}

.slider-image {
    display: block !important;
}

.empty {
    border: 0;
}

.modal {
    z-index: 1050;
    background-color: transparent;
}

/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox {
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, .75);
    /* 50 */
    box-shadow: 0 0 3.125em rgba(0, 0, 0, .75);
    /* 50 */
}

/* ACTIVITY INDICATION */

#imagelightbox-loading, #imagelightbox-loading div {
    border-radius: 50%;
}

#imagelightbox-loading {
    width: 2.5em;
    /* 40 */
    height: 2.5em;
    /* 40 */
    background-color: #444;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    padding: 0.625em;
    /* 10 */
    margin: -1.25em 0 0 -1.25em;
    /* 20 */
    -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, .75);
    /* 40 */
    box-shadow: 0 0 2.5em rgba(0, 0, 0, .75);
    /* 40 */
}

#imagelightbox-loading div {
    width: 1.25em;
    /* 20 */
    height: 1.25em;
    /* 20 */
    background-color: #fff;
    -webkit-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -webkit-transform: scale(.75);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    to {
        opacity: .5;
        -webkit-transform: scale(.75);
    }
}

@keyframes imagelightbox-loading {
    from {
        opacity: .5;
        transform: scale(.75);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: .5;
        transform: scale(.75);
    }
}

/* OVERLAY */

#imagelightbox-overlay {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* "CLOSE" BUTTON */

#imagelightbox-close {
    width: 2.5em;
    height: 2.5em;
    background: transparent;
    border-radius: 50%;
    border: 0;
    position: fixed;
    z-index: 10002;
    top: 2.5em;
    text-align: center;
    right: 2.5em;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer
}

/* CAPTION */

#imagelightbox-caption {
    text-align: center;
    color: #fff;
    background-color: #666;
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.625em;
    /* 10 */
}

/* NAVIGATION */

#imagelightbox-nav {
    background-color: #444;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 20px;
    position: fixed;
    z-index: 10001;
    left: 50%;
    bottom: 3.75em;
    /* 60 */
    padding: 0.313em;
    /* 5 */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#imagelightbox-nav button {
    width: 1em;
    /* 20 */
    height: 1em;
    /* 20 */
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0.313em;
    /* 5 */
}

#imagelightbox-nav button.active {
    background-color: #fff;
}

/* ARROWS */

.imagelightbox-arrow {
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    background: transparent;
    border: 0;
    cursor: pointer
}

.imagelightbox-arrow-left {
    left: 2.5em;
    /* 40 */
}

.imagelightbox-arrow-right {
    right: 2.5em;
    /* 40 */
}

#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
    -webkit-animation: fade-in .25s linear;
    animation: fade-in .25s linear;
}

.is-wrapper > p, .is-wrapper > h1, .is-wrapper > h2, .is-wrapper > h3, .is-wrapper > h4, .is-wrapper > h5, .is-wrapper > h6 {
    margin-left: 1rem;
    margin-right: 1rem;
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 41.250em)
    /* 660 */ {
    #container {
        width: 100%;
    }

    #imagelightbox-close {
        top: 1.25em;
        /* 20 */
        right: 1.25em;
        /* 20 */
    }

    #imagelightbox-nav {
        bottom: 1.25em;
        /* 20 */
    }

    .imagelightbox-arrow {
        width: 2.5em;
        /* 40 */
        height: 3.75em;
        /* 60 */
        margin-top: -2.75em;
        /* 30 */
    }

    .imagelightbox-arrow-left {
        left: 1.25em;
        /* 20 */
    }

    .imagelightbox-arrow-right {
        right: 1.25em;
        /* 20 */
    }
}

@media only screen and (max-width: 20em)
    /* 320 */ {
    .imagelightbox-arrow-left {
        left: 0;
    }

    .imagelightbox-arrow-right {
        right: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 992px) {
    li.parent .has-dropdown {
        float: right;
        padding-top: 25px;
        width: 24px;
        text-align: center;
    }

    .has-dropdown {
        cursor: pointer;
    }

    .has-dropdown svg {
        width: 24px;
        height: 24px;
    }

    li.nav-item:hover > ul.dropdown-menu {
        display: none;
    }

    ul.nav ul.dropdown-menu {
        border: 0;
    }

    ul.nav li.open > ul.dropdown-menu {
        display: block;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .header {
        height: 50px
    }

    .navbar {
        min-height: 50px
    }

    .navbar-brand {
        width: calc(100% - 110px);
        padding: 10px;
    }

    .navbar-brand img {
        max-height: 32px
    }

    .cart-items-count {
        left: 25px;
    }

    .event-banner {
        border-radius: 0;
    }

    .entry-content {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .login-form {
        width: 100%
    }

    .footer-copyright > div {
        width: 100%;
        text-align: center;
    }

    .navbar .nav-link.active {
        display: inline-block;
    }

    .footer-copyright {
        display: block;
    }

    .footer-txt {
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .cart-wrapper-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-wrapper-buttons > *, .btn-order {
        margin-bottom: 1rem;
    }
}

#errorBox, #successBox {
    width: 500px;
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
}

#successBox {
    background: #393;
}

#errorBox {
    background: #F50;
}

.form-group .input_field:not(.gr_end~.form-group) {
    margin-bottom: 15px;
}

.input_field select[name="formed[cc_type_cc_field]"] {
    margin-bottom: 10px;
}

.discount {
    color: red;
    text-decoration: line-through;
}

table .form-control {
    padding-left: .5rem;
    padding-right: .5rem;
}

table th[fieldtype="select"] {
    min-width: 120px;
}

table th[fieldtype="date"] {
    min-width: 125px;
}

@media (max-width: 768px) {
    .entry-content {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    table {
        width: 100% !important;
    }

    .column.full {
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    #main {
        margin-top: 20px;
    }

    .is-wrapper .is-box .is-container {
        margin: 0;
    }

    .center {
        margin: auto;
    }

    .full-width-page .row {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }

    .boxed-layout #main > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .boxed-layout .is-wrapper > #contentbox {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}