.sl-overlay {
    background: rgba(0,0,0,0.5);
}

.sl-wrapper .sl-navigation button {
    color: #fff;
}

.sl-wrapper .sl-close, 
.sl-wrapper .sl-counter {
    color: #fff;
}

#page-wrap .top-title {
    position: relative;
    text-align: center;
}

#page-wrap .top-title > span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 300;
    color: #434343;
    line-height: 44px;
    padding: 0px 18px;
}

#page-wrap .top-title > span:before {
    position: absolute;
    background: #e7e7e7;
    display: inline-block;
    content: '';
    width: 40px;
    height: 4px;
    top: 50%;
    left: -40px;
    margin-top: -2px;
}

#page-wrap .top-title > span:after {
    position: absolute;
    background: #e7e7e7;
    display: inline-block;
    content: '';
    width: 40px;
    height: 4px;
    top: 50%;
    right: -40px;
    margin-top: -2px;
}

#page-wrap .iwassist-selector {
    background: #fff;
    width: 100%;
}

#page-wrap .iwassist-selector .iwassist-choice {
    border: 1px solid #e7e7e7;
}

#page-wrap .iwassist-selector .iwassist-choice > select {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#page-wrap .iwassist-selector .iwassist-virtual {
    background: #e45c8c;
}

#page-wrap .iwassist-selector .iwassist-virtual:after {
    border-top: 6px solid #fff;
}

#page-wrap .form .iwassist-selector {
    background: #efefef;
    border: 0px;
}

#page-wrap .form .iwassist-selector .iwassist-choice {
    border: 0px;
}

#page-wrap .form .iwassist-selector .iwassist-choice > select {
    font-size: 15px;
    padding-top: 7px;
    padding-left: 20px;
    padding-bottom: 7px;
    padding-right: 50px;
    color: #434343;
}

#page-wrap .form .iwassist-selector .iwassist-virtual {
    background: transparent;
}

#page-wrap .form .iwassist-selector .iwassist-virtual:after {
    border-color: #434343;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    padding: 3px;
    margin-top: -5px;
    right: 18px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

#page-wrap .form input[type="text"] {
    font-size: 15px;
    background-color: #efefef;
    width: 100%;
    height: 34px;
    padding-top: 7px;
    padding-left: 20px;
    padding-bottom: 7px;
    padding-right: 20px;
    color: #434343;
    border: 0px;
    line-height: 20px;
}

#page-wrap .form input[type="text"].datepicker,
#page-wrap .form input[type="text"].datepicker2 {
    background-image: url(../img/form/calendar.png);
    background-position: right 12px center;
    background-repeat: no-repeat;
    padding-right: 50px;
}

#page-wrap .form textarea {
    font-size: 15px;
    background-color: #efefef;
    width: 100%;
    height: 100px;
    padding-top: 7px;
    padding-left: 20px;
    padding-bottom: 7px;
    padding-right: 20px;
    color: #434343;
    border: 0px;
    resize: none;
    line-height: 20px;
}

#page-wrap .form .error {
    border: 1px solid #e93a3a!important;
}

/******************************************************************************/

#page-wrap .info {
    position: relative;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}

#page-wrap .info .inner {
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

#page-wrap .info .inner-extend {
    max-width: 1300px;
}

#page-wrap .info .details {
    position: relative;
    background-image: url(../img/bg-info.png);
    background-position: center top;
    background-repeat: repeat-x;
    padding-bottom: 60px;
    margin-top: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

#page-wrap .info .content {
    position: relative;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0px;
}

#page-wrap .info .description {
    float: right;
    width: 46.67%;
    padding: 15px 0px 0px 40px;
}

#page-wrap .info .description-full {
    float: none;
    width: 100%;
    padding: 0px;
}

#page-wrap .info .player {
    position: relative;
    float: left;
    width: 53.33%;
}

#page-wrap .info .player > div {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

#page-wrap .info .player > div > img {
    width: 100%;
}

#page-wrap .info .player > div > video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#page-wrap .gallery {
    position: relative;
    background: #f8eefb;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    margin: auto;
}

#page-wrap .gallery-full {
    background: transparent;
    margin-top: -20px;
}

#page-wrap .gallery .inner {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

#page-wrap .gallery .slick-prev, 
#page-wrap .gallery .slick-next {
    background: #a7a6e2;
}

#page-wrap .gallery .top .slick-prev, 
#page-wrap .gallery .top .slick-next {
    margin-top: -52px;
}

#page-wrap .gallery .slick-prev > i,
#page-wrap .gallery .slick-next > i {
    border-color: #fff;
}

#page-wrap .gallery .top {
    position: relative;
    background: #fff;
    padding: 30px 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

#page-wrap .gallery .top .large-item .photo {
    position: relative;
    max-width: 900px;
    margin: auto;
}

#page-wrap .gallery .top .large-item .caption {
    position: relative;
    max-width: 900px;
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 0px;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

#page-wrap .gallery .top .counter {
    display: inline-block;
    background: #a461b7;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 5px;
}

#page-wrap .gallery .bottom {
    position: relative;
    background: #a7a6e2;
    padding: 20px 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#page-wrap .gallery .bottom .slick-list {
    max-width: 920px;
    margin: auto;
}

#page-wrap .gallery .bottom .slick-list .slick-item {
    padding-left: 10px;
    padding-right: 10px;
}

#page-wrap .gallery .bottom .small-item {
    border-radius: 10px;
    overflow: hidden;
}

#page-wrap .gallery .bottom .slick-current .small-item {
    border: 2px solid #fff;
}

#page-wrap .info .shortcut-list {
    position: relative;
    max-width: 1240px;
    padding: 0px 20px;
    margin: auto;
    margin-top: 20px;
}

#page-wrap .info .shortcut-list .inner-inner {
    position: relative;
    margin-left: -12px;
    margin-right: -12px;
}

#page-wrap .info .shortcut-list .item {
    display: inline-block;
    width: 33.33%;
    padding: 0px 12px;
    margin-top: 30px;
    vertical-align: top;
}

#page-wrap .info .shortcut-list .item > div {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

#page-wrap .info .shortcut-list .item > div > a {
    display: block;
}

#page-wrap .info .shortcut-list .item .caption {
    background: #5c229b;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 15px 20px;
    line-height: 24px;
}

@media only screen and (max-width: 1016px) {
    #page-wrap .info {
        padding-bottom: 60px;
    }
    
    #page-wrap .info .details {
        padding-bottom: 0px;
        border-radius: 10px;
    }

    #page-wrap .info .content {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
    
    #page-wrap .info .description {
        float: none;
        width: 100%;
        padding: 0px;
    }
    
    #page-wrap .info .player {
        float: none;
        width: 100%;
        margin-top: 40px;
    }
    
    #page-wrap .gallery-full {
        margin-top: -80px;
    }
    
    #page-wrap .info .shortcut-list {
        margin-top: 0px;
    }
    
    #page-wrap .info .shortcut-list .item {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 816px) {
    #page-wrap .gallery .top {
        padding: 30px 20px;
    }
    
    #page-wrap .gallery .bottom {
        padding: 20px;
    }
    
    #page-wrap .info .shortcut-list .item {
        width: 50%;
    }
}

@media only screen and (max-width: 516px) {
    #page-wrap .top-title > span {
        font-size: 24px;
        line-height: 33px;
    }
    
    #page-wrap .iwassist-selector .iwassist-choice > select {
        font-size: 15px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    
    #page-wrap .info {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
    
    #page-wrap .info .content {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
    
    #page-wrap .gallery {
        padding: 30px 15px;
    }
    
    #page-wrap .gallery-full {
        margin-top: -40px;
    }
    
    #page-wrap .gallery .slick-prev, 
    #page-wrap .gallery .slick-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        border-radius: 10px;
    }
    
    #page-wrap .gallery .slick-prev > i {
        top: -1px;
        left: 1px;
        padding: 3px;
    }
    
    #page-wrap .gallery .slick-next > i {
        top: -1px;
        right: 1px;
        padding: 3px;
    }
    
    #page-wrap .gallery .top {
        padding: 20px 15px;
    }
    
    #page-wrap .gallery .top .slick-prev, 
    #page-wrap .gallery .top .slick-next {
        margin-top: -31px;
    }
    
    #page-wrap .gallery .top .large-item .caption {
        font-size: 15px;
        padding: 10px 0px;
    }
    
    #page-wrap .gallery .top .counter {
        font-size: 15px;
    }
    
    #page-wrap .gallery .bottom {
        padding: 20px 10px;
    }
    
    #page-wrap .gallery .bottom .slick-list .slick-item {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    #page-wrap .info .shortcut-list {
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #page-wrap .info .shortcut-list .inner-inner {
        margin: auto;
    }
    
    #page-wrap .info .shortcut-list .item {
        display: block;
        width: 100%;
        padding: 0px;
        margin-top: 20px;
    }
    
    #page-wrap .info .shortcut-list .item .caption {
        font-size: 15px;
    }
}