
footer {
    background: #081172 url(../img/footer_bg.png) repeat-x center bottom;
    padding: 0px;
    color: #fff;
    font-size: 13px
}

footer h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff
}

footer a {
    color: #FF9
}

footer ul {
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none
}

#social_footer {
    text-align: center;
    padding-top: 0px;
    margin-top: 20px;
}

#social_footer p {
    color: #fff
}

#social_footer ul {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center
}

#social_footer ul li {
    display: inline-block;
    margin: 0 5px 10px 5px
}

#social_footer ul li a {
    color: #fff;
    text-align: center;
    border: 2px solid #FFF;
    line-height: 34px;
    display: block;
    font-size: 16px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

#social_footer ul li a:hover {
    background: #fff;
    color: #081172
}

ul#contact_details_footer {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0
}

ul#contact_details_footer li {
    margin-bottom: 10px
}

input#email_newsletter_2.form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none
}

.box_home {
    padding: 25px 25px 5px 25px;
    position: relative;
    text-align: center
}

.box_home h3 {
    font-size: 20px
}

.box_home i {
    font-size: 60px;
    color: #081172
}

.price_home {
    float: right
}

.price_home em {
    font-style: normal;
    font-weight: normal;
    color: #999;
    margin-left: 4px;
    font-size: 11px
}

.img_zoom {
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
    border: 5px solid#fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1)
}

.img_zoom a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.img_zoom a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.features-bg {
    position: relative;
    min-height: 400px;
    background: url(../img/features-intro-01.jpg) no-repeat center center;
    background-size: cover
}

.features-img {
    width: 100%;
    height: 400px;
    text-align: center;
    line-height: 400px
}

.features-content {
    position: relative;
    padding: 11% 100px 10% 100px;
    height: 400px;
    background-color: #f9f9f9;
    font-size: 13px
}

.features-content h3 {
    font-family: "Gochi Hand", cursive;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase
}

#strip_activities ul {
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0
}

#strip_activities ul li {
    position: relative;
    min-height: 115px;
    padding: 5px 0 10px 150px;
    margin-bottom: 20px
}

#strip_activities ul li:last-child {
    margin-bottom: 0
}

#strip_activities ul li img {
    position: absolute;
    left: 0;
    top: 0
}

.general_facilities {
    position: relative;
    padding-left: 70px
}

.general_facilities i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px
}

.intro_title_booking {
    margin-top: 150px
}

.intro_title_booking h1 {
    font-size: 42px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25)
}

.intro_title_booking p {
    text-transform: uppercase
}

#booking_container {
    position: relative;
    height: 650px;
    padding-top: 130px;
    background: #ccc url(../img/slide_hero.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    width: 100%;
    z-index: 99
}

#book {
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)";
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    padding-bottom: 5px;
    position: relative;
    border: 1px solid #111;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6)
}

#book .loader,#book_in .loader {
    position: absolute;
    right: 10px;
    bottom: 12px
}

.error_message {
    margin: 0 0 5px 0;
    padding: 0;
    color: #C33;
    display: inline-block;
    font-weight: 600
}

#book .error_message {
    color: #FF9
}

.header-video {
    position: relative;
    overflow: hidden;
    background: #4d536d url(../img/bg_video_fallback.jpg) no-repeat top center;
    background-size: cover
}

#hero_video {
    position: relative;
    background-size: cover;
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: table;
    height: 100%;
    z-index: 99;
    text-align: center;
    text-transform: uppercase;
    padding-top: 60px
}
video {
    width: 100%
}

.teaser-video {
    width: 100%;
    height: auto
}

.header-video--media {
    width: 100%;
    height: auto
}

.intro_title {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 60px
}

.intro_title h1 {
    font-size: 45px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25)
}

.strip_all_rooms_list {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 3px;
    display: block;
    color: #777;
    box-shadow: inset 0 0 0 1px #e0e5e9;
    border: 5px solid #fbfbfc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.img_list {
    overflow: hidden;
    min-height: 220px;
    text-align: center;
    position: relative
}

.img_list img {
    width: auto;
    height: 220px;
    position: absolute;
    left: -10%
}

.img_list a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.img_list a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

ul.add_info {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.add_info li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ededed;
    text-align: center;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

ul.add_info li a {
    color: #555;
    width: 35px;
    height: 35px;
    display: block
}

ul.add_info li i {
    display: inline-block;
    font-size: 22px;
    top: 6px;
    position: relative
}

#single_room_feat ul {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
    display: table;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px
}

#single_room_feat ul li {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px 20px 10px;
    white-space: nowrap
}

#single_room_feat ul li:last-child {
    margin-right: 0
}

#single_room_feat ul li i {
    font-size: 36px;
    display: block;
    margin-bottom: 10px
}

#single_tour_desc h3 {
    font-size: 22px;
    margin-top: 5px
}

#single_tour_desc h4 {
    line-height: 20px;
    font-size: 18px
}

#score {
    float: right;
    font-size: 11px;
    margin-top: 5px
}

#score_detail span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 2px solid #555;
    line-height: 42px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    margin-right: 5px;
    text-align: center
}

#score_detail {
    font-size: 14px;
    margin-bottom: 15px
}

#score_detail small {
    color: #999
}

#rating_summary ul {
    list-style: none;
    margin: 0 0 -5px 0;
    padding: 0
}

#rating_summary ul li {
    margin-bottom: 5px
}

#rating_summary ul li .rating {
    display: inline-block;
    font-size: 14px;
    float: right
}

.review_strip_single {
    position: relative;
    padding: 30px 0 20px 0;
    margin: 30px 0 25px 0;
    border-bottom: 1px solid #ddd
}

.review_strip_single.last {
    margin-bottom: 0;
    border-bottom: 0
}

.review_strip_single img {
    top: -15px;
    position: absolute;
    left: 0;
    border: 4px solid #fff
}

.review_strip_single h4 {
    font-size: 18px;
    margin: -12px 0 35px 90px;
    padding: 0
}

.review_strip_single small {
    float: right;
    font-size: 12px;
    margin-top: -10px;
    font-style: italic
}

.review_strip_single .rating {
    font-size: 16px
}

.rating {
    color: #F90
}

#Img_carousel .sp-selected-thumbnail {
    border: 2px solid #081172
}

#intro {
    text-align: center
}

#intro h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0
}

#intro p {
    font-size: 20px;
    line-height: 24px
}

ul.feat#about {
    list-style: none;
    margin: 20px 0 20px 0;
    padding: 0
}

ul.feat#about li {
    margin-bottom: 20px;
    padding: 15px 20px 0px 75px;
    border: 1px solid #ededed;
    position: relative
}

ul.feat#about li h4 {
    color: #629976
}

ul.feat#about li i {
    position: absolute;
    left: 10px;
    top: 20px;
    font-size: 40px;
    color: #629976
}

#testimonials {
    background: #fafafa;
    padding: 30px 0;
    margin-bottom: 60px
}

#quote-carousel {
    padding: 0 10px 40px 10px
}

#quote-carousel small {
    color: #999
}

#quote-carousel .carousel-control.left {
    left: -12px
}

#quote-carousel .carousel-control.right {
    right: -12px !important
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px
}

#quote-carousel .carousel-indicators li {
    background: #ccc;
    border: none
}

#quote-carousel .carousel-indicators .active {
    background: #1c1c1c
}

#quote-carousel img {
    width: 100px;
    height: 100px;
    border: 3px solid #fff
}

.item blockquote {
    border-left: none;
    margin: 0;
    text-align: center;
    font-family: 'Gochi Hand', cursive;
    font-size: 24px;
    line-height: 28px
}

.item blockquote img {
    margin-bottom: 20px
}

.box_cat_wp h2 {
    background: #081172;
    margin: 0;
    line-height: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding-left: 8px;
    text-transform: uppercase;
    font-size: 15px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    border-top: 1px solid #fff;
    margin-right: 2px;
    border-bottom: 1px solid #fff;
    margin-bottom: 0
}

.box_cat_wp a h2 {
    color: #fff
}

.box_cat_wp p {
    padding: 10px 15px 0px 15px;
    line-height: 20px
}

.box_cat_wp a p,.box_cat_wp a:hover p {
    color: #363636
}

.box_cat_bt {
    display: inline-block;
    background: #8dc63f;
    color: #fff;
    font-weight: bold;
    padding: 5px 8px;
    margin-left: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-font-smoothing: antialiased !important
}

.box_cat_wp {
    border: 5px solid #fbfbfc;
    width: 100%;
    height: 248px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px
}

.box_cat {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 238px;
    border: 1px solid #e0e5e9
}

.cat-img {
    display: none;
    position: absolute;
    top: 0;
    background: #fff;
    height: 240px;
    width: 100%;
    text-align: center;
    border: 1px solid #fff
}

.cat-hover .cat-overlay {
    bottom: -202px;
    height: 236px
}

.cat-img img {
    height: auto;
    width: 100%
}

.cat-overlay {
    display: none;
    z-index: 5;
    margin: 0 1px;
    position: absolute;
    width: 100%;
    height: 235px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9)
}

#map {
    width: 100%;
    height: 550px
}

#map_decor {
    background: url(../img/pattern_3.png) repeat-x center bottom;
    height: 50px;
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 9
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    #map_decor {
        background:url(../img/pattern_3_2x.png) repeat-x center bottom;
        background-size: 996px 50px
    }
}

#close,.nav-gal {
    position: absolute;
    height: 39px;
    width: 39px;
    opacity: 0.6;
    right: 10px
}

#close {
    top: 10px;
    background: url('../img/close_gallery.png')
}

.nav-gal {
    top: 55px;
    background: url('../img/gallery_thumb.png')
}

#close:hover,.nav-gal:hover {
    cursor: pointer;
    opacity: 1
}

.intro_title.error h1 {
    font-size: 130px
}

.bg_gray {
    background-color: #f9f9f9;
    padding: 30px 0 20px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}

#general_facilities ul {
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0;
    line-height: 34px
}

#general_facilities ul li i {
    font-size: 22px;
    float: left;
    margin: 0 10px 0 0
}

#general_decor {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/pattern_3.png) repeat-x 0 0;
    z-index: 9999;
    width: 100%;
    height: 45px
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    #general_decor {
        background:url(../img/pattern_3_2x.png) repeat-x 0 0;
        background-size: 996px 50px
    }
}

#toTop {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 10px;
    line-height: 20px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 20px
}

#toTop:before {
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    content: "\e899"
}

.qty-buttons {
    position: relative;
    width: 110px;
    height: 34px
}

input.qty {
    width: 80px;
    border-left: 0;
    border-right: 0;
    padding-left: 52px
}

input.qtyminus,input.qtyplus,input.qtyplus:focus {
    position: absolute;
    width: 35px;
    height: 34px;
    border: 1px solid #cccccc;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    z-index: 9
}

input.qtyplus {
    background: #fff url(../img/plus.png) no-repeat center center;
    right: 0;
    top: 0;
    text-indent: -9999px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #cccccc
}

input.qtyminus {
    background: #fff url(../img/minus.png) no-repeat center center;
    text-indent: -9999px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 0;
    top: 0;
    border-right: 1px solid #cccccc
}

#banner {
    text-align: center;
    background: url(../img/grass_frame.jpg);
    background-size: 100% 100%;
    min-height: 200px
}

#banner h3 span {
    display: block
}

#banner h3 {
    padding-top: 75px;
    font-size: 15px
}

#banner h3 span {
    font-size: 35px;
    font-weight: bold;
    color: #92278f
}

a.box_style_1.weahter {
    padding: 20px 20px 20px 15px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
    display: block !important
}

a.box_style_1.weahter i {
    font-size: 28px;
    float: left;
    margin-right: 10px;
    margin-top: -5px
}

.add_bottom_15 {
    margin-bottom: 15px
}

.add_bottom_30 {
    margin-bottom: 30px
}

.add_bottom_45 {
    margin-bottom: 45px
}

.add_bottom_60 {
    margin-bottom: 60px
}

.padd_bottom_20 {
    padding-bottom: 20px !important
}

.img-responsive.styled {
    margin-top: 20px;
    border: 5px solid#fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1)
}

.img-circle.styled {
    border: 5px solid#fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1)
}

ul.list_ok {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 22px
}

ul.list_ok li {
    position: relative;
    padding-left: 25px
}

ul.list_ok li:before {
    font-style: normal;
    font-weight: bold;
    font-family: "icon_set_1";
    font-size: 14px;
    content: "\6c";
    color: #081172;
    position: absolute;
    left: 0;
    top: 0
}

.margin_60 {
    padding-top: 30px;
    padding-bottom: 60px
}

.margin_30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.form-group {
    position: relative
}

.input-icon {
    position: absolute;
    right: 6px;
    top: 30px;
    width: 28px;
    height: 24px;
    background-color: #fff;
    text-align: right
}

.input-icon i {
    color: #999;
    font-size: 14px;
    line-height: 24px
}

.form-control {
    font-size: 12px;
    color: #333;
    height: 34px;
    border-radius: 3px
}

.sub_header {
    min-height: 470px;
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    background-attachment: scroll
}

.sub_header#bg_general {
    background-image: url(../img/header_bg.jpg)
}

.sub_header#bg_room {
    background-image: url(../img/room_bg.jpg)
}

.sub_header_content {
    display: table;
    width: 100%;
    height: 470px;
    background: url(../img/pattern_3.png) repeat-x center bottom
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .sub_header_content {
        background:url(../img/pattern_3_2x.png) repeat-x center bottom;
        background-size: 996px 50px
    }
}

.sub_header_content > div {
    display: table-cell;
    padding: 0 15%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 16px
}

.sub_header_content div h1,.sub_header_content div h3 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff
}

.sub_header_content div h1 {
    margin-bottom: 0;
    padding-top: 40px
}

.sub_header_content div h1:before,.sub_header_content div h1:after {
    display: inline-block;
    width: 50px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255,255,255,0.5)
}

.sub_header_content div h1:before {
    margin-right: 10px
}

.sub_header_content div h1:after {
    margin-left: 10px
}

.sub_header_content div a i {
    color: #fff;
    opacity: 0.5;
    font-size: 72px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.sub_header_content div a:hover i {
    opacity: 1
}

#position {
    font-size: 11px;
    position: relative;
    padding-top: 20px;
    position: relative
}

#position ul li:first-child {
    padding-left: 20px
}

#position ul li:first-child:before {
    content: "\eaf4";
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    position: absolute;
    left: 0;
    top: 1px;
    color: #999
}

#position ul {
    margin: 0;
    padding: 0;
    color: #888
}

#position ul li {
    display: inline-block;
    padding-right: 8px;
    margin-right: 3px;
    position: relative
}

#position ul li:after {
    content: "\e9ee";
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    position: absolute;
    right: 0;
    top: 1px
}

#position ul li:last-child:after {
    content: ''
}

.box_style_1,.box_style_2 {
    padding: 20px 25px 5px 25px;
    box-shadow: inset 0 0 0 1px #e0e5e9;
    border: 5px solid #fbfbfc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #fff
}

.box_style_2 {
    text-align: center;
    padding-bottom: 20px
}

.box_style_2 a.phone {
    font-size: 26px;
    display: block;
    margin-bottom: 20px
}

.box_style_1 h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e5e9
}

.box_style_2 i {
    font-size: 52px;
    margin-top: 10px;
    display: inline-block
}

.modal-dialog {
    margin-top: 110px
}

.pagination > li > a,.pagination > li > span {
    color: #888
}

.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {
    color: #333 !important;
    background-color: #f9f9f9
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    background-color: #555;
    border-color: #555
}

.panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel-title a {
    display: block;
    color: #629976
}

.panel-default > .panel-heading {
    background-color: #f9f9f9
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-group .panel {
    border-radius: 0
}

.loader {
    margin-left: 5px;
    position: absolute
}

blockquote.styled {
    font-family: 'Gochi Hand', cursive;
    line-height: 1.42857143
}

.tab-content {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 25px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999
}

.sk-spinner-wave.sk-spinner {
    margin: -15px 0 0 -25px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px
}

.ie8 .sk-spinner-wave.sk-spinner {
    display: none
}

.sk-spinner-wave div {
    background-color: #ccc;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

@-webkit-keyframes "sk-waveStretchDelay" {
    0%,40%,100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes "sk-waveStretchDelay" {
    0%,40%,100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
