
/*------------------------------------------------------------------
Project:        Seeker Vacation
Author:         M. Dost
Created:        29/10/2019
-------------------------------------------------------------------*/


.navbar-brand>img {
    display: block;
    margin-top: -12px;
}

.pac-logo:after {
    display: none;
}

.btn:focus {
    color: #fff;
    text-decoration: none;
}

.btn-primary:focus {
    background: #005294;
    border-color: #005294;
    color: #FFF;
}

.alert-border {
    border: 2px solid #d60d45;
    
    animation: blink 0.8s;
    animation-iteration-count: 3;
}

@keyframes blink { 50% { border-color:#fff ; }  }

.no-padding {
    padding: 0;
}

.bg-danger {
    background: #f7f7f7 !important;
    color: #000 !important;
}

.detail-right-sidebar .form-control:focus {
    border-color: transparent;
}

.panel-title a {
    font-weight: 400;
    font-size: 16px;
    text-transform: lowercase;
}

.panel-title:first-letter {
    text-transform: uppercase;
}

.hotel-item-grid {
    min-height: 310px;
}

.sidebar-wrapper {
    padding: 30px 0;
    margin-top: -51px;
}

.float-right {
    float: right!important;
}

.abc {
    font-size: 16px;
    font-weight: 600;
}

.btn2 {
    background: #ededed;
    border-color: #005294;
    color: #005294;
}

.btn2:hover {
    background: #fff;
    border-color: #004680;
    color: #005294 !important;
}

.hotel-item-list .btn-sm {
    width: 118px;
}

.hotel-item-list .absolute-right {
    width: 160px;
}

.hotel-item-list .absolute-bottom {
    right: 160px;
}

.hotel-item-list .content {
    margin-right: 160px;
}

.font-icon-radio input[type='radio'] + label, .font-icon-checkbox input[type='checkbox'] + label {
    background: none;
    position: relative;
    padding-left: 0;
}

.font-icon-radio input[type='radio'] + label:before {
    font-family: "Ionicons";
    content: "\f401";
    border: none !important;
    font-size: 14px;
    display: none;
}

.metro-box-wrapper .granted-by {
    width: 167px;
    display: block;
}

.gallery-nav .image {
    padding: 0;
    object-fit: cover;
    width: 100px !important;
    height: 55px !important;
}

.gallery-slideshow .slick-slide img {
    object-fit: cover;
    width: 790px;
    height: 500px;
    margin-bottom: 20px;
}

.room-page-right-sidebar.alt .content ul.inverse li .absolute {
    text-align: right;
    max-width: 120px;
    float: right;
    position: relative;
}

.room-page-right-sidebar.alt .content ul.inverse li {
    padding-left: 0;
    padding-right: 0px;
    text-align: left;
}