﻿#loader-wrapper {
    position: fixed;
    top: 5px;
    right: 5px;
    width: 70px;
    height: 70px;
    margin: 0;
    z-index: 9999;
    background: rgba(128,128,128,.5);
    border-radius: 100%;
    padding: 5px;
}

#loader {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader-logo {
    display: block;
    position: absolute;
    left: 48%;
    top: 46%;
    background: url(../images/user-bg-2.jpg) no-repeat center center;
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: rgba(34, 34, 34, 0.1);
    z-index: 1000;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }
/* Loaded */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}
/* JavaScript Turned Off */

.no-js #loader-wrapper {
    display: none;
}

.progress {
    background-color: rgba(255, 64, 129, 0.22);
}




/**/
.hotel-list-container .card-main {
    height: 222px;
    overflow: hidden;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: glowling;
    animation-name: glowling;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: no-repeat #f6f6f6;
    background-image: linear-gradient(270deg,#f6f6f6 0,#ebebeb 20%,#f6f6f6 40%,#f6f6f6);
    position: relative;
}

    .hotel-list-container .card-main article, .hotel-list-container .card-main aside, .hotel-list-container .card-main details, .hotel-list-container .card-main figcaption, .hotel-list-container .card-main figure, .hotel-list-container .card-main footer, .hotel-list-container .card-main header, .hotel-list-container .card-main hgroup, .hotel-list-container .card-main menu, .hotel-list-container .card-main nav, .hotel-list-container .card-main section {
        display: block;
    }

    .hotel-list-container .card-main ol, .hotel-list-container .card-main ul {
        list-style: none;
    }

    .hotel-list-container .card-main blockquote, .hotel-list-container .card-main q {
        quotes: none;
    }

        .hotel-list-container .card-main blockquote:after, .hotel-list-container .card-main blockquote:before, .hotel-list-container .card-main q:after, .hotel-list-container .card-main q:before {
            content: '';
            content: none;
        }

    .hotel-list-container .card-main table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .hotel-list-container .card-main .layout {
        background: url(../images/layout_edge.png) no-repeat;
        background-size: 1280px auto;
        width: 1280px;
        height: 4500px;
        margin: 0 auto;
        display: block;
        position: relative;
    }

    .hotel-list-container .card-main .loader-panel {
        width: 825px;
        position: absolute;
        top: 230px;
        left: 365px;
    }

    .hotel-list-container .card-main .__fill {
        background-color: #fff;
        position: absolute;
    }

    .hotel-list-container .card-main .__row {
        height: 10px;
    }

    .hotel-list-container .card-main .__img-rim {
        left: 205px;
    }

    .hotel-list-container .card-main .__txt {
        left: 210px;
    }

    .hotel-list-container .card-main .__l-1 {
        top: 10px;
    }

    .hotel-list-container .card-main .__l-2 {
        top: 15px;
    }

    .hotel-list-container .card-main .__l-3 {
        top: 30px;
    }

    .hotel-list-container .card-main .__l-4 {
        top: 40px;
    }

    .hotel-list-container .card-main .__l-5 {
        top: 55px;
    }

    .hotel-list-container .card-main .__l-6 {
        top: 65px;
    }

    .hotel-list-container .card-main .__l-7 {
        top: 80px;
    }

    .hotel-list-container .card-main .__l-8 {
        top: 90px;
    }

    .hotel-list-container .card-main .__l-9 {
        top: 105px;
    }

    .hotel-list-container .card-main .__left {
        left: 0;
    }

    .hotel-list-container .card-main .__top {
        top: 0;
    }

    .hotel-list-container .card-main .__right {
        right: 0;
    }

    .hotel-list-container .card-main .__bottom {
        bottom: 0;
    }

    .hotel-list-container .card-main .__pw5 {
        width: 5%;
    }

    .hotel-list-container .card-main .__ph5 {
        height: 5%;
    }

    .hotel-list-container .card-main .__w5 {
        width: 5px;
    }

    .hotel-list-container .card-main .__h5 {
        height: 5px;
    }

    .hotel-list-container .card-main .__pw10 {
        width: 10%;
    }

    .hotel-list-container .card-main .__ph10 {
        height: 10%;
    }

    .hotel-list-container .card-main .__w10 {
        width: 10px;
    }

    .hotel-list-container .card-main .__h10 {
        height: 10px;
    }

    .hotel-list-container .card-main .__pw15 {
        width: 15%;
    }

    .hotel-list-container .card-main .__ph15 {
        height: 15%;
    }

    .hotel-list-container .card-main .__w15 {
        width: 15px;
    }

    .hotel-list-container .card-main .__h15 {
        height: 15px;
    }

    .hotel-list-container .card-main .__pw20 {
        width: 20%;
    }

    .hotel-list-container .card-main .__ph20 {
        height: 20%;
    }

    .hotel-list-container .card-main .__w20 {
        width: 20px;
    }

    .hotel-list-container .card-main .__h20 {
        height: 20px;
    }

    .hotel-list-container .card-main .__pw25 {
        width: 25%;
    }

    .hotel-list-container .card-main .__ph25 {
        height: 25%;
    }

    .hotel-list-container .card-main .__w25 {
        width: 25px;
    }

    .hotel-list-container .card-main .__h25 {
        height: 25px;
    }

    .hotel-list-container .card-main .__pw30 {
        width: 30%;
    }

    .hotel-list-container .card-main .__ph30 {
        height: 30%;
    }

    .hotel-list-container .card-main .__w30 {
        width: 30px;
    }

    .hotel-list-container .card-main .__h30 {
        height: 30px;
    }

    .hotel-list-container .card-main .__pw35 {
        width: 35%;
    }

    .hotel-list-container .card-main .__ph35 {
        height: 35%;
    }

    .hotel-list-container .card-main .__w35 {
        width: 35px;
    }

    .hotel-list-container .card-main .__h35 {
        height: 35px;
    }

    .hotel-list-container .card-main .__pw40 {
        width: 40%;
    }

    .hotel-list-container .card-main .__ph40 {
        height: 40%;
    }

    .hotel-list-container .card-main .__w40 {
        width: 40px;
    }

    .hotel-list-container .card-main .__h40 {
        height: 40px;
    }

    .hotel-list-container .card-main .__pw45 {
        width: 45%;
    }

    .hotel-list-container .card-main .__ph45 {
        height: 45%;
    }

    .hotel-list-container .card-main .__w45 {
        width: 45px;
    }

    .hotel-list-container .card-main .__h45 {
        height: 45px;
    }

    .hotel-list-container .card-main .__pw50 {
        width: 50%;
    }

    .hotel-list-container .card-main .__ph50 {
        height: 50%;
    }

    .hotel-list-container .card-main .__w50 {
        width: 50px;
    }

    .hotel-list-container .card-main .__h50 {
        height: 50px;
    }

    .hotel-list-container .card-main .__pw55 {
        width: 55%;
    }

    .hotel-list-container .card-main .__ph55 {
        height: 55%;
    }

    .hotel-list-container .card-main .__w55 {
        width: 55px;
    }

    .hotel-list-container .card-main .__h55 {
        height: 55px;
    }

    .hotel-list-container .card-main .__pw60 {
        width: 60%;
    }

    .hotel-list-container .card-main .__ph60 {
        height: 60%;
    }

    .hotel-list-container .card-main .__w60 {
        width: 60px;
    }

    .hotel-list-container .card-main .__h60 {
        height: 60px;
    }

    .hotel-list-container .card-main .__pw65 {
        width: 65%;
    }

    .hotel-list-container .card-main .__ph65 {
        height: 65%;
    }

    .hotel-list-container .card-main .__w65 {
        width: 65px;
    }

    .hotel-list-container .card-main .__h65 {
        height: 65px;
    }

    .hotel-list-container .card-main .__pw70 {
        width: 70%;
    }

    .hotel-list-container .card-main .__ph70 {
        height: 70%;
    }

    .hotel-list-container .card-main .__w70 {
        width: 70px;
    }

    .hotel-list-container .card-main .__h70 {
        height: 70px;
    }

    .hotel-list-container .card-main .__pw75 {
        width: 75%;
    }

    .hotel-list-container .card-main .__ph75 {
        height: 75%;
    }

    .hotel-list-container .card-main .__w75 {
        width: 75px;
    }

    .hotel-list-container .card-main .__h75 {
        height: 75px;
    }

    .hotel-list-container .card-main .__pw80 {
        width: 80%;
    }

    .hotel-list-container .card-main .__ph80 {
        height: 80%;
    }

    .hotel-list-container .card-main .__w80 {
        width: 80px;
    }

    .hotel-list-container .card-main .__h80 {
        height: 80px;
    }

    .hotel-list-container .card-main .__pw85 {
        width: 85%;
    }

    .hotel-list-container .card-main .__ph85 {
        height: 85%;
    }

    .hotel-list-container .card-main .__w85 {
        width: 85px;
    }

    .hotel-list-container .card-main .__h85 {
        height: 85px;
    }

    .hotel-list-container .card-main .__pw90 {
        width: 90%;
    }

    .hotel-list-container .card-main .__ph90 {
        height: 90%;
    }

    .hotel-list-container .card-main .__w90 {
        width: 90px;
    }

    .hotel-list-container .card-main .__h90 {
        height: 90px;
    }

    .hotel-list-container .card-main .__pw95 {
        width: 95%;
    }

    .hotel-list-container .card-main .__ph95 {
        height: 95%;
    }

    .hotel-list-container .card-main .__w95 {
        width: 95px;
    }

    .hotel-list-container .card-main .__h95 {
        height: 95px;
    }

    .hotel-list-container .card-main .__pw100 {
        width: 100%;
    }

    .hotel-list-container .card-main .__ph100 {
        height: 100%;
    }

    .hotel-list-container .card-main .__w100 {
        width: 100px;
    }

    .hotel-list-container .card-main .__h100 {
        height: 100px;
    }

@-webkit-keyframes glowling {
    0% {
        background-position: -820px 0;
    }

    to {
        background-position: 820px 0;
    }
}

@keyframes glowling {
    0% {
        background-position: -820px 0;
    }

    to {
        background-position: 820px 0;
    }
}
