﻿#layout-wrapper {
    width:100%;
    max-width: 1150px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
#layout-bottom {
    width:100%;
    max-width: 1150px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
#layout-after-main {
    background: #fff;
}
#themepreview {
    z-index: 10;
}
.slider .nav-arrow-container .nav-arrow.prev {
    left: -75px;
}
.slider .nav-arrow-container .nav-arrow.next {
    right: -75px;
}
#holiday-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}
.holiday-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.holiday-panel-in {
    margin-bottom: 100px;
}
#holiday-panel_left {
    left: 0;
    right: 50%;
    margin-right: 574px;
}
#holiday-panel_right {
    left: 50%;
    right: 0;
    margin-left: 574px;
}
.bg-img {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-bottom: 100px;
    position: relative;
    min-height:1px;
}