﻿
.checkbox label, .checkbox-inline, .checkbox.label, .radio-inline {
    padding-left: 0;
}
@media (max-width: 767px) {
#booking .booking-info .info {
    clear: both;
}
}
@media (max-width: 480px) {
#booking .booking-info {
    padding-top: 20px;
}
#booking .booking-info div.date {
    float: none;
}
#profile .personal-details figure {
    width: auto;
}
#booking .booking-info .info {
    float: none;
    margin-top: 10px;
    width: auto;
}
#booking .booking-info .status {
    float: none;
    margin-bottom: 15px;
}
}
.dashboard.style1 #content, .dashboard.style2 #content {
    backface-visibility: visible;
}
.search-box-wrapper.style1 .search-box::after {
    clear: both;
    content: "";
    display: table;
}
.search-box-wrapper.style1 .search-box > ul.search-tabs li > a:hover i {
    animation: 0s ease 0s normal none 1 running none;
}
.chaser .logo {
    font-size: inherit;
    margin-top: 0;
}
.chaser .logo a {
    background-position: left center;
    height: 48px;
    line-height: 48px;
}
.chaser .logo img {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
}
#slideshow .tp-leftarrow, #slideshow .tp-rightarrow, .search-box {
    z-index: 98;
}
#style-changer.style-changer.opened {
    left: 0;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin: 0 7px 0 0;
}
#footer.style2 .footer-wrapper > .container:first-child::before, #footer.style4 > .footer-wrapper > .container:first-child::after, #footer.style5 > .footer-wrapper > .container:first-child::before {
    background-size: cover;
    max-width: 100%;
}
.image-style.style2 {
    overflow: hidden;
}
@media (max-width: 480px) {
.image-style.style1 ul li {
    clear: none;
}
}

.blinking{
    animation:blinkingText 0.8s infinite;
    font-weight:bold;
    font-size:medium;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}

