﻿#loader {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background:#fff;
    /*background: url('../../img/loading_web_en.gif') no-repeat center,#f5f5f5;*/
}

.hotel #loader {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../../img/loading_web_en.gif') no-repeat center,#f5f5f5!important;
}

.hotel #loader.mobile-loader {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../../img/loading_mobile_en.gif') no-repeat center,#f5f5f5!important;
}

#loader.mobile-loader {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    /*background: url('../../img/loading_mobile_en.gif') no-repeat center,#f5f5f5;*/
}

