﻿.SectionFullBgContent {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 536px;
    position: relative;
    letter-spacing: 1px;
}

.headphoto:before {
    position: absolute;
    content: "";
    /*background-image: url(_images/bg_cover02.jpg);*/
    background-color: #000000;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.58;
}

.column-33 {
    padding: 20px 0;
    background-image: linear-gradient(to right bottom, #051937, #004d7a, #008793, #00bf72, #a8eb12);
    color: #fff;
    border-radius: 10px;
}

/*Food &amp; Beverages*/
.facilities_boderpic {
    border: 1px solid #d5d5d5;
    width: 100%;
    padding-bottom: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.live_box {
    margin-bottom: 30px;
}

.live_title {
    font-size: 1.4rem;
    margin: 0;
    font-weight: 600;
}

.live_smfont {
    margin-top: 5px;
    margin-bottom: 16px;
    color: #6D6D6D;
    font-size: 0.9rem;
    letter-spacing: 0.9px;
}

.live_smfont p {
    margin-bottom: 5px;
}

.hall {
    display: inline-block;
    padding: 0 40px;
    height: 40px;
    width: 180px;
    text-align: center;
    padding-top: 8px;
    display: inline-block;
    font-size: 1em;
    background-color: #00AA9D;
    position: relative;
    color: #ffffff;
}

.hall:before {
    position: absolute;
    bottom: -14px;
    left: 85px;
    content: "▼";
    color: #00AA9D;
}

/*font-size scalable*/
.functionBtn {
    font-size: 1rem;
}

.functionBtn a {
    color: #fff;
}

@media (min-width: 1200px) {
    .functionBtn {
        font-size: 1.3rem;
    }
}