﻿body {
}
span.red{
    color:red;
}
.event-img {
    width: 100%;
}
/*Added Later*/
.event-img-col img {
    width: 400px;
    height: 213px;
    object-fit: cover;
}

.event-slide .owl-carousel .owl-item img {
    width: 700px;
    height: 373px;
    object-fit: cover;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
}

.error {
    color: red;
    font-size: 10px;
}

#accordion a.btn.btn-link {
    color: #454545;
}

.popover.clockpicker-popover.bottom.clockpicker-align-left {
    z-index: 9999;
}
 a{
     cursor:pointer;
 }
.contact-infocontainer {
    text-align:left !important;
}

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.text-green {
    color: #00a65a !important;
}

.error-page {
    overflow: hidden;
    width: 600px;
    margin: 20px auto 0 auto;
}

    .error-page > .headline {
        float: left;
        font-size: 100px;
        font-weight: 300;
    }

    .error-page > .error-content {
        margin-left: 190px;
        display: block;
    }

@media(max-width:768px) {

    .event-slide .owl-carousel .owl-item img,
    .event-img-col img {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .error-page {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .error-page > .headline {
        float: none;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .error-page > .error-content {
        margin-left: 0;
    }
}

.text-red {
    color: #dd4b39 !important;
}
a.btn.btn-danger.btn-sm.right {
    color: #fff;
}

/*addednew by AA*/
#SortingEventForm .form-control {
    background: transparent;
    box-shadow: none;
    outline: none;
    border: 0;
    border-bottom: 1px dashed #aaa
}

.ascdesc {
    margin-top: 6px;
}

    .ascdesc label {
        font-weight: normal !important;
    }

.btn-custom {
    background: transparent;
    border: 1px solid #ddd;
    min-width: 90px;
    border-radius: 1px;
}

    .btn-custom:focus {
        border: 1px solid #ddd;
        box-shadow: none;
        outline: none;
    }

.cruise-item {
    min-height: 200px;
}

.cruise-item .cruise-text {
    margin-left: 255px;
    position: relative;
    padding-right: 210px;
}

.cruise-name a {
    font-size: 15px;
    word-break: break-all;
    margin-bottom: 20px;
    display: block;
    line-height: 35px !important;
}

.tour-list-cn .cruise-item .cruise-text .cruise-name a {
    font-size: 20px;
    font-weight: 300;
}

.cruise-item .cruise-text .price-box .price ins {
    font-size: 22px;
}

.cruise-item .cruise-text .price-box .price.night ins {
    margin-bottom: 10px;
    display: block;
}

nav.Page.navigation.nav-desktop {
    position: relative;
    right: auto;
    margin-left: 15px;
    z-index: 0 !important;
}

    nav.Page.navigation.nav-desktop li a {
        line-height: normal;
    }

    nav.Page.navigation.nav-desktop li {
        margin: 0;
        padding: 0;
    }

nav.Page.navigation.nav-desktop {
    position: relative;
    right: auto;
    margin-left: 15px;
}

    nav.Page.navigation.nav-desktop li a {
        line-height: normal;
    }

    nav.Page.navigation.nav-desktop li {
        margin: 0;
        padding: 0;
    }

.form-group.page-size-selector {
    margin: 0;
    margin-right: 15px;
}

.pag_wrap {
    padding: 15px;
    background: #f5f5f5;
    margin: 0 15px;
    border-radius: 4px;
    margin-top: 15px;
}

.mar-0 {
    margin: 0 !important;
}

.flxdis {
    display: flex;
    justify-content: flex-end;
}

h5.option_bar {
    display: flex;
    justify-content: space-between;
    /* padding: 14px 15px; */
    margin: 0;
}

    h5.option_bar a {
        display: block;
        width: 100%;
        text-align: left;
        color: #454545;
        padding: 14px 15px;
    }

        h5.option_bar a:focus {
            text-decoration: none;
        }

.options .card {
    background: #e4e4e4;
}

.card-body {
    background: #f5f5f5;
    padding: 10px 0;
}

ul.event-options {
    list-style: none;
    padding: 0 15px;
}

    ul.event-options li a {
        /* display: block; */
        /* margin-bottom: 5px; */
    }

span.eo-item.eoi-date {
    /* display: block; */
    max-width: 30%;
}

span.eo-item.eoi-guest {
    max-width: 20%;
}

span.eo-item.eoi-usd {
    max-width: 20%;
}

.eoi-supply{
    width:60%;
}
ul.event-options li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 !important;
    margin-bottom: 10px;
}

.event-options a.eo-item.eoi-btn {
    flex-basis: 10%;
    max-width: 15%;
    height: 33px;
	font-weight:normal;
}

.event-options a.eo-item.eoi-btn:hover {
    color: #f5f5f5;
}

h5.option_bar i {
    display: block;
    margin-top: 12px;
    margin-right: 25px;
    font-size: 21px;
}

.awe-btn.awe-btn-1 .fa {
    color: #fff !important;
    font-size: 21px;
    display: inline-block;
    margin-right: 15px;
}

.awe-btn.awe-btn-1:hover .fa {
    color: #4db74f !important;
}

.awe-btn.awe-btn-1:hover {
    cursor: pointer;
}

nav.Page.navigation ul {
    margin: 0;
    padding: 0;
}

.TraiffPopup label {
    font-weight: normal;
    font-size: 14px;
}

.TraiffPopup .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd !important;
}

.select2-selection {
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
}

.TraiffPopup .btn {
    border-radius: 0;
}

.TraiffPopup .modal-content {
    border: 0;
    border-radius: 0;
}

.TraiffPopup .modal-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pad-b-15 {
    padding-bottom: 15px;
}

.options {
    margin-top: 15%;
    /*margin-bottom: 15px;*/
}

/*.options {
    margin-bottom: 15px;
}*/

.TraiffPopup label.error {
    font-size: 11px;
    color: red;
}

span.text-red {
    color: red;
}

.modal-backdrop {
    background: transparent !important;
}

#welcome-pop iframe {
    width: 100%;
    height: 150px;
}



.welcome_modal .slider_area {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.welcome_modal .owl-carousel .owl-item img {
    max-width: 100%;
    /*width: auto;*/
    border-radius: 0;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.welcome_modal .modal-content {
    border-radius: 8px;
    /*border-radius: 3px;*/
    border: 0 !important;
}

.welcome_modal .modal-body {
    /*padding: 3em 20px;*/
    padding: 3em 0;
    text-align: center;
    padding-top: 0;
    margin: 0;
}

    .welcome_modal .modal-body h3 {
        margin: 0;
        text-transform: uppercase;
        margin-bottom: 1em;
        font-size: 21px;
        /*color: #2C57E4;*/
    }

    .welcome_modal .modal-body .desc {
        margin: 25px 0;
        padding: 5px 30px;
        font-size: 90%;
        color: #505050;
    }

.welcome_modal .over_flow_label {
    overflow-y: auto;
    max-height: 450px;
}

.welcome_modal .start_button .btn {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    border-color: #17a2b8;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: #005b7f;
}

.welcome_modal .start_button {
    text-align: center;
    display: block;
}

    .welcome_modal .start_button .btn:hover,
    .welcome_modal .start_button .btn:focus,
    .welcome_modal .start_button .btn:active {
        background: #17a2b8;
    }

.welcome_modal .owl-carousel .owl-video-tn {
    background-size: cover;
}

.welcome_modal .owl-video-frame {
    position: relative;
    padding-top: 25px;
    height: 0;
}

    .welcome_modal .owl-video-frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.welcome_modal .owl-theme .owl-nav.disabled + .owl-dots {
    z-index: 9999;
    position: absolute;
    bottom: 0;
    left: 47%;
}

.welcome_modal .owl-theme .owl-dots {
    text-align: center;
}


.welcome_modal .item-video {
    max-height: 340px;
    height: 340px;
}

.welcome_modal .owl-carousel .owl-item {
    max-height: 340px;
    overflow: hidden;
}

.welcome_modal .owl-carousel .owl-video-wrapper {
    border-radius: 8px 8px 0 0;
}

.welcome_modal .modal-dialog.modal-lg {
    max-width: 800px;
}

.welcome_modal .pdr-0 {
    padding-right: 0;
}

.welcome_modal .mar0 {
    margin: 0;
}

@media (max-width:768px) {
    .dsflex{display:flex;flex-wrap:wrap;}
    .welcome_modal .item-video {
        height: 340px;
    }

    header#header {
        background: #fff !important;
    }

    .logo.float-left {
        opacity: 1 !important;
        visibility: unset !important;
    }

    .cruise-item {
        min-height: 200px;
    }

    .cruise-item .cruise-text {
        margin: 0;
        padding: 0;
    }

    ul.event-options li a, ul.event-options li > span {
        flex-basis: 100% !important;
        margin-bottom: 15px;
        display: block;
    }

    .event-options a.eo-item.eoi-btn {
        max-width: 100%;
        padding-top: 4px;
    }

    .main-cn.tour-page .col-md-3 {
        order: 1;
        flex-basis: 100%;
        max-width: 100%;
    }

    .main-cn.tour-page .col-md-9 {
        order: 2;
        flex-basis: 100%;
        float: none;
        max-width: 100%;
    }
}
body {
}
span.red{
    color:red;
}
.event-img {
    width: 100%;
}
/*Added Later*/
.event-img-col img {
    width: 400px;
    height: 213px;
    object-fit: cover;
}

.event-slide .owl-carousel .owl-item img {
    width: 100%;
    height: 373px;
    object-fit: cover;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
}

.error {
    color: red;
    font-size: 10px;
}

#accordion a.btn.btn-link {
    color: #454545;
}

.popover.clockpicker-popover.bottom.clockpicker-align-left {
    z-index: 9999;
}
 a{
     cursor:pointer;
 }
.contact-infocontainer {
    text-align:left !important;
}

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.text-green {
    color: #00a65a !important;
}

.error-page {
    overflow: hidden;
    width: 600px;
    margin: 20px auto 0 auto;
}

    .error-page > .headline {
        float: left;
        font-size: 100px;
        font-weight: 300;
    }

    .error-page > .error-content {
        margin-left: 190px;
        display: block;
    }

@media(max-width:768px) {

    .event-slide .owl-carousel .owl-item img,
    .event-img-col img {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .error-page {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .error-page > .headline {
        float: none;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .error-page > .error-content {
        margin-left: 0;
    }
}

.text-red {
    color: #dd4b39 !important;
}
a.btn.btn-danger.btn-sm.right {
    color: #fff;
}

/*addednew by AA*/
#SortingEventForm .form-control {
    background: transparent;
    box-shadow: none;
    outline: none;
    border: 0;
    border-bottom: 1px dashed #aaa
}

.ascdesc {
    margin-top: 6px;
}

    .ascdesc label {
        font-weight: normal !important;
    }

.btn-custom {
    background: transparent;
    border: 1px solid #ddd;
    min-width: 90px;
    border-radius: 1px;
}

    .btn-custom:focus {
        border: 1px solid #ddd;
        box-shadow: none;
        outline: none;
    }

.cruise-item .cruise-text {
    margin-left: 255px;
    position: relative;
    padding-right: 210px;
}

.cruise-name a {
    font-size: 15px;
    word-break: break-all;
    margin-bottom: 20px;
    display: block;
    line-height: 35px !important;
}

.tour-list-cn .cruise-item .cruise-text .cruise-name a {
    font-size: 20px;
    font-weight: 300;
}

.cruise-item .cruise-text .price-box .price ins {
    font-size: 22px;
}

.cruise-item .cruise-text .price-box .price.night ins {
    margin-bottom: 10px;
    display: block;
}

nav.Page.navigation.nav-desktop {
    position: relative;
    right: auto;
    margin-left: 15px;
    z-index: 0 !important;
}

    nav.Page.navigation.nav-desktop li a {
        line-height: normal;
    }

    nav.Page.navigation.nav-desktop li {
        margin: 0;
        padding: 0;
    }

nav.Page.navigation.nav-desktop {
    position: relative;
    right: auto;
    margin-left: 15px;
}

    nav.Page.navigation.nav-desktop li a {
        line-height: normal;
    }

    nav.Page.navigation.nav-desktop li {
        margin: 0;
        padding: 0;
    }

.form-group.page-size-selector {
    margin: 0;
    margin-right: 15px;
}

.pag_wrap {
    padding: 15px;
    background: #f5f5f5;
    margin: 0 15px;
    border-radius: 4px;
    margin-top: 15px;
}

.mar-0 {
    margin: 0 !important;
}

.flxdis {
    display: flex;
    justify-content: flex-end;
}

h5.option_bar {
    display: flex;
    justify-content: space-between;
    /* padding: 14px 15px; */
    margin: 0;
}

    h5.option_bar a {
        display: block;
        width: 100%;
        text-align: left;
        color: #454545;
        padding: 14px 15px;
    }

        h5.option_bar a:focus {
            text-decoration: none;
        }

.options .card {
    background: #e4e4e4;
}

.card-body {
    background: #f5f5f5;
    padding: 10px 0;
}

ul.event-options {
    list-style: none;
    padding: 0 15px;
}

    ul.event-options li a {
		font-weight:600;
        /* display: block; */
        /* margin-bottom: 5px; */
    }

span.eo-item.eoi-date {
    /* display: block; */
}

ul.event-options li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 !important;
    margin-bottom: 10px;
}

.event-options a.eo-item.eoi-btn {
    flex-basis: 10%;
    /*max-width: 10%;*/
    max-width: 15%;
    height: 33px;
}

    .event-options a.eo-item.eoi-btn:hover {
        color: #f5f5f5;
    }

h5.option_bar i {
    display: block;
    margin-top: 12px;
    margin-right: 25px;
    font-size: 21px;
}

.awe-btn.awe-btn-1 .fa {
    color: #fff !important;
    font-size: 21px;
    display: inline-block;
    margin-right: 15px;
}

.awe-btn.awe-btn-1:hover .fa {
    color: #4db74f !important;
}

.awe-btn.awe-btn-1:hover {
    cursor: pointer;
}

nav.Page.navigation ul {
    margin: 0;
    padding: 0;
}

.TraiffPopup label {
    font-weight: normal;
    font-size: 14px;
}

.TraiffPopup .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd !important;
}

.select2-selection {
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
}

.TraiffPopup .btn {
    border-radius: 0;
}

.TraiffPopup .modal-content {
    border: 0;
    border-radius: 0;
}

.TraiffPopup .modal-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pad-b-15 {
    padding-bottom: 15px;
}

.options {
    /*margin-bottom: 15px;*/
    margin-top: 20px;
}

/*.options {
    margin-bottom: 15px;
}*/

.TraiffPopup label.error {
    font-size: 11px;
    color: red;
}

span.text-red {
    color: red;
}

.modal-backdrop {
    background: transparent !important;
}

#welcome-pop iframe {
    width: 100%;
    height: 150px;
}



.welcome_modal .slider_area {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.welcome_modal .owl-carousel .owl-item img {
    max-width: 100%;
    /*width: auto;*/
    border-radius: 0;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.welcome_modal .modal-content {
    border-radius: 8px;
    /*border-radius: 3px;*/
    border: 0 !important;
}

.welcome_modal .modal-body {
    /*padding: 3em 20px;*/
    padding: 3em 0;
    text-align: center;
    padding-top: 0;
    margin: 0;
}

    .welcome_modal .modal-body h3 {
        margin: 0;
        text-transform: uppercase;
        margin-bottom: 1em;
        font-size: 21px;
        /*color: #2C57E4;*/
    }

    .welcome_modal .modal-body .desc {
        margin: 25px 0;
        padding: 5px 30px;
        font-size: 90%;
        color: #505050;
    }

.welcome_modal .over_flow_label {
    overflow-y: auto;
    max-height: 450px;
}

.welcome_modal .start_button .btn {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    border-color: #17a2b8;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: #005b7f;
}

.welcome_modal .start_button {
    text-align: center;
    display: block;
}

    .welcome_modal .start_button .btn:hover,
    .welcome_modal .start_button .btn:focus,
    .welcome_modal .start_button .btn:active {
        background: #17a2b8;
    }

.welcome_modal .owl-carousel .owl-video-tn {
    background-size: cover;
}

.welcome_modal .owl-video-frame {
    position: relative;
    padding-top: 25px;
    height: 0;
}

    .welcome_modal .owl-video-frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.welcome_modal .owl-theme .owl-nav.disabled + .owl-dots {
    z-index: 9999;
    position: absolute;
    bottom: 0;
    left: 47%;
}

.welcome_modal .owl-theme .owl-dots {
    text-align: center;
}


.welcome_modal .item-video {
    max-height: 340px;
    height: 340px;
}

.welcome_modal .owl-carousel .owl-item {
    max-height: 340px;
    overflow: hidden;
}

.welcome_modal .owl-carousel .owl-video-wrapper {
    border-radius: 8px 8px 0 0;
}

.welcome_modal .modal-dialog.modal-lg {
    max-width: 800px;
}

.welcome_modal .pdr-0 {
    padding-right: 0;
}

.welcome_modal .mar0 {
    margin: 0;
}

@media (max-width:768px) {
    .dsflex{display:flex;flex-wrap:wrap;}
    .welcome_modal .item-video {
        height: 340px;
    }

    header#header {
        background: #fff !important;
    }

    .logo.float-left {
        opacity: 1 !important;
        visibility: unset !important;
    }

    .cruise-item .cruise-text {
        margin: 0;
        padding: 0;
    }

    ul.event-options li a, ul.event-options li > span {
        flex-basis: 100% !important;
        margin-bottom: 15px;
        display: block;
    }

    .event-options a.eo-item.eoi-btn {
        max-width: 100px;
		padding-top: 4px;
		display: block;
    }

    .main-cn.tour-page .col-md-3 {
        order: 1;
        flex-basis: 100%;
        max-width: 100%;
    }

    .main-cn.tour-page .col-md-9 {
        order: 2;
        flex-basis: 100%;
        float: none;
        max-width: 100%;
    }
}

.cruise-item .cruise-text .price-box {
    top: 60px;
    /*z-index: 9999;*/
}

.welcome_modal .owl-carousel .owl-nav button.owl-next,
.welcome_modal  .owl-carousel .owl-nav button.owl-prev{
    position:absolute;
     font-size:40px;
     background:black;
     color:#fff;
     display: block;
     padding: 0 !important;
     width: 40px;
     height: 40px;
      top:50%
   }
.welcome_modal .owl-carousel .owl-nav button.owl-prev{
      left:0;
     
 }
.welcome_modal .owl-carousel .owl-nav button.owl-next{
      right:0;
     
 }
.welcome_modal .owl-carousel .owl-nav button.owl-prev span,
.welcome_modal .owl-carousel .owl-nav button.owl-next span {position: absolute;top: -12px;right: 13px;}
/*Issue fixs*/
.slider-sidebar .ui-slider-handle {
    background: url(../assets/Images/icon-hander.png) no-repeat center center;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    top: -5px;
    margin-left: -7px;
    outline: none;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 1px 4px #44444494;
    border: 1px solid #eee;
}
div#WelcomeModal .owl-carousel .owl-item img{
    width:auto;
    margin:auto;
    margin-top: 25px;
    display: block;
}
button#btnSort{
    border: 1px solid #286090;
    color: #286090;
    box-shadow: none;
}
button#btnSort.active {
    border: 1px solid #286090;
    color: #fff;
    box-shadow: none;
	background:#286090;
}
ul.event-options li:nth-child(even), ul.supply-options li{
    padding-bottom: 15px !important;
    border-bottom: 1px solid #ddd;
}
 
ul.event-options li a{
	 font-weight:600;
}
li.ev_uper {
    max-width: 100% !important;
}

li.ev_uper {
    display: flex;
    flex-wrap: wrap;
}

span.ev_title {
    max-width: 70% !important;
    flex-basis: 70% !important;
    text-align: left !important;
}

span.ev_title_right {
    text-align: right;
    flex-basis: 30% !important;
    max-width: 30% !important;
}

span.ev_title_right a {
    max-width: 50px;
    display: inline-block !important;
    font-size:12px;
}
 
span.ev_title_right a:first-child{
    margin-right: 10px !important;
}

span.ev_title_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

 span.ev_title {
    margin-bottom: 0;
}

span.ev_title>a {
    margin-bottom: 0 !important;
}

span.ev_title {
    margin-bottom: 9px !important;
}

span.ev_title_right {
    margin-bottom: 9px !important;
}
.cruise-item-selected {
    border: 3px solid green;
    position: relative;
    padding: 15px !important;
    margin-bottom: 15px;
}


@media (max-width: 480px){
.cruise-item .cruise-text .price-box .price.night {
   margin-top:0;
   padding-top: 0;
}
.cruise-item .cruise-text .price-box .price{display:block;}
    .cruise-item .cruise-text .price-box .price.night:before{display:none;}
     .row.mar-0 .col-md-12 {
        padding: 0 !important;
    }
}


@media(max-width:768px){ 
        .cruise-item .cruise-img {
            width: 100%;
            margin: 0;
            float: none;
        }

    .cruise-item .cruise-text .price-box{
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        margin-bottom: 16px;
        top: unset;
        margin-top: 20px;
        transform: unset;
    }
     .row.mar-0 .col-md-12 {
        padding: 0 !important;
    }
	.row.pag_wrap {
		margin: 0;
	}
	span.ev_title {
    max-width: 70% !important;
    flex-basis: 70% !important;
    text-align: left !important;
}

span.ev_title_right {
    text-align: right;
    flex-basis: 30% !important;
    max-width: 30% !important;
}

span.ev_title_right a {
    max-width: 50px;
    display: inline-block !important;
    font-size:12px;
}
 
span.ev_title_right a:first-child{
    margin-right: 0px !important;
    max-width: 60px !important;
}

span.ev_title_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}


 }




