#ls .form-control {
    border-radius: 0px;
}
.password_wrap{
    position: relative;
}
span.password_eye {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    width: 40px;
    height: 20px;
    top: 7px;
    cursor: pointer;
}
span.password_eye:after{
    content: "\f070";
}
.password_eye.open:after{
    content: "\f06e";
}

.security-code-box {
    position: relative;
}
#security-code{
    opacity: 0;
    cursor: pointer;
}
.security-code-input-box {
    display: flex;
    justify-content: space-around;
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 1px 3px #00277917;
    opacity: 1;
    height: 52px;
    padding: 13px 58px;
    margin-bottom: 11px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.security-code-input-box label{
    display: none;
}
.security-code-input-box span {
    width: 30px;
    border-bottom: 1px solid #7F93BC80;
    font-size: 18px;
    color: #00184A;
    text-align: center;
}
.security-code-input-box span.active{
    border-bottom: 1px solid #00184A;
}
.security-code-input:focus {
    outline: none;
}

.security-code-info{
    text-align: left;
    font-size: 14px;
    letter-spacing: 0;
    color: #7F93BC;
    opacity: 1;
    margin-bottom: 157px;
}

.security-code-par {
    text-align: left;
    font-size: 13px;
    letter-spacing: 0;
    color: #343a40;
    opacity: 1;
    padding-top: 9px;
}
.security-code-error{
    font-size: 14px;
    letter-spacing: 0;
    color: #be3030;

}
#ls > .alert {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 0px;
    color: #fff;
    border: none;
    width: 300px;
}
#ls > .alert .close{
    opacity: 1;
    font-weight: 100;
}
#ls > .alert-danger{
    background-color: #be3030;
}
#ls > .alert-success{
    background-color: #00720e;
}
div#forgot_password_timer_box {
    display: block;
    width: 80px;
    margin: 10px auto;
    border: 1px solid;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
}
a#forgot_password_link {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.centered_form{
    width: 350px;
    max-width: 90%;
    margin: auto;
    padding: 20px;
    box-shadow: 0px 5px 9px #9d9999;
}
.submit_btn {
    margin: auto;
    display: block;
    border: none;
    outline: none;
    height: 36px;
    padding: 0px 40px;
    min-width: 250px;
    background-color: #f0c14b;
}

.submit_btn:hover{
    background-color: #ecb21f;
}
.centered_form_title {
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 4px;
    margin: 0px -20px 10px;
}
a#forgot_password_link.hidden_link,
.hidden_link{
    display: none;
}
.orange_link:focus,
.orange_link:hover,
.orange_link:active,
.orange_link{
    color: #e37022;
}
.object_list .col-md-4{
    margin-bottom: 12px;
}
.object_list_item{
    border: 1px dashed #ddd;
    border-radius: 5px;
    display: flex;
    color: #fff;
    list-style: none;
    padding: 15px;
    background-color: #38c3bc;
    align-items: center;
}

.object_list_item:hover,
.object_list_item:focus{
    color: #fff;
    text-decoration: none;
}
.object_list_item_icon{
    width: 80px;
    height: 80px;
    /* margin: 25px auto 10px; */
    /* border: 2px solid #DDDDDD; */
    border-radius: 6px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-size: 46px;
    margin-right: 10px;
    position: relative;
}
.object_list_item_icon:after {
    content: '';
    /* border-left: 1px solid #18555c; */
    border-right: 1px solid #ffffff;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -25px;
    height: 50px;
}
.object_list_item_price {
    font-size: 13px;
}
#ls .btn {
    border-radius: 0;
}
#ls .breadcrumb{
    background-color: transparent;
    padding: 0px;
}
#ls  .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
#ls  .breadcrumb  a{
    color: inherit;
}
#homeCarousel{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -30px;
}
#homeCarousel .carousel-item{
}
div#homeCarousel .carousel-item img {
    object-fit: cover;
    object-position: center;
}
.info_list_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}
.info_list_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}
.info_list_value {
    font-weight: bold;
    font-size: 15px;
}
#book_ticket{
    max-width: 600px;
    margin: auto;
}
#subscribe_modal {
    position: fixed;
    top: -300px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    z-index: 20000;
    background: #fff;
    box-shadow: 1px 0px 6px;
}
#subscribe_modal.show{
    top: 0px;
}
#subscribe_modal .subscribe_text{
    padding: 15px 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.subscribe_text img{
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
#subscribe_modal .subscribe_buttons{
    display: flex;
    justify-content: flex-end;
    padding: 10px 30px;
}
.subscribe_button{
    width: 100px;
    height: 40px;
    border: none;
    outline: none;
    margin-left: 10px;
}
.subscribe_button.yes {
    background: #fff;
    border: 1px solid;
}
.subscribe_button.no {
    background: #343a40;
    color: #fff;
}
div#advModal img {
    max-height: calc(100vh - 103px);
    width: 100%;
    object-fit: cover;
    object-position: center;
}
#gallery_thumbs{
    margin: 0px -6px;
    display: flex;
    flex-wrap: wrap;
}
.gallery_thumb_wrap {
    display: block;
    padding: 6px;
    flex-shrink: 0;
    width: 20%;
}
.gallery_thumb_wrap img{
    width: 100%;
    max-width: 150px;
}