/* TPL File Can Edit Content */
.form-subscribe-services {
    margin-left: 20px;
}

.form-subscribe-services .global_form > div > div {
    padding: 0;
    background: transparent;
}

.form-subscribe-services .global_form div.form-label {
    color: #ffffff;
    margin-bottom: 0;
    display: none;
}

.form-subscribe-services .global_form div.form-element {
    width: auto;
    margin: 0;
    margin-bottom: 5px;
}

.form-subscribe-services .global_form div.form-element button {
    background: #ffffff;
    padding: 3px 5px;
    color: #eb008b;
    border: 0;
}

.form-subscribe-services .global_form input[type=text],
.form-subscribe-services .global_form input[type=email] {
    border-radius: 0;
    padding: 3px 5px;
    width: 400px;
    border: none;
}

#subscribeMessage {
    margin-bottom: 5px;
    font-size: 14px;
    color: #ffffff;
}

.guest-user .layout_core_menu_logo a img {
    max-height: 60px;
}

.allure_images_page_container .allure_images_top_head_left .layout_core_menu_logo {
    z-index: 999;
}

#global_page_core-index-index .layout_top > .layout_middle > .generic_layout_container:last-child {
    padding: 0 !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ld-layout-cus-1 .ldl-vl-middle {
    display: none;
}

.ld-layout-cus-1 {
    background-image: url(https://www.alpssocial.com/application/modules/Allure/externals/images/landing/ld-bg-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    position: relative;
}

.ldl-heading {
    color: #ffffff;
    font-size: 120px;
    line-height: initial;
    text-align: center;
    text-transform: uppercase;
}

.ldl-heading-desc {
    color: #ffffff;
    font-size: 50px;
    line-height: initial;
    text-align: center;
}

.ldl-vl-middle {
    position: absolute;
    top: calc(50% + 50px);
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
}

.ldl-heading-desc span {
    display: inline-block;
}

.ldl-heading-desc span:before {
    content: '';
    display: block;
    height: 2px;
    background-color: #fd04a6;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .ld-layout-cus-1 {
        height: 60vh;
    }

    .ldl-heading {
        font-size: 35px;
    }

    .ldl-heading-desc {
        font-size: 22px;
    }
}

@media (min-width: 551px) and (max-width: 767px) {
    .ld-layout-cus-1 {
        background-position: center 50px;
        background-color: #000001;
        height: 60vh;
    }
}

@media (max-width: 550px) {
    .ld-layout-cus-1 {
        background-position: center 50px;
        background-color: #000001;
        height: 47vh;
    }
}

/*----------------------------------*/
.ld-layout-cus-2 {
    height: 25vh;
    background-color: #eb008b;
    position: relative;
}

.ldl-lvl-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
}

.ld-lvl-form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    flex-flow: row wrap;
}

.ld-lvl-frm-left, .ld-lvl-frm-right {
    flex: 1 49%;
}

.ld-lvl-frm-left {
    text-align: right;
}

.ld-lvl-frm-right {

}

.ld-lvl-text {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
    border-right: 2px solid #ffffff;
    padding-right: 10px;
    display: inline-block;
}

.ld-form-ele {
    margin-bottom: 10px;
}

.ld-form-ele:last-child {
    margin-bottom: 0;
}

.ld-form-ele label.ld-frm-control {
    color: #ffffff;
    display: inline-block;
    width: 100px;
    text-align: right;
    padding: 0 20px;
}

.ld-form-ele input.ld-frm-control {
    height: 32px;
    padding: 5px 10px;
    width: calc(100% - 170px);
    max-width: 408px;
}

.ld-lvl-form:before, .ld-lvl-form:after {
    content: '';
    display: table;
}

.ld-lvl-form:after {
    clear: both;
}

@media (max-width: 991px) {
    .ld-layout-cus-2 {
        height: 40vh;
    }

    .ld-lvl-frm-left, .ld-lvl-frm-right {
        flex: 1 100%;
        max-width: 100%;
    }

    .ld-lvl-frm-left {
        text-align: center;
    }

    .ld-lvl-text {
        font-size: 20px;
        line-height: 24px;
        border-right: none;
        padding-right: 0;
        border-bottom: 2px solid #ffffff;
        margin-bottom: 10px;
    }

    .ld-form-ele label.ld-frm-control {
        width: 95px;
    }

    .ld-form-ele input.ld-frm-control {
        width: calc(100% - 142px);
    }

    .ld-lvl-horizontal {
        max-width: 320px;
        margin: auto;
    }
}

/*----------------------------------*/
.ld-layout-cus-3 {
    background-image: url(https://www.alpssocial.com/application/modules/Allure/externals/images/landing/ld-bg-2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    padding-top: 100px;
}

.ld-vl-top {
    width: 80%;
    text-align: center;
    margin: auto;
}

.ld-3-heading {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
}

.ld-3-heading:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 300px;
    height: 2px;
    background-color: #FFF100;
    margin: 15px auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.ld-3-content {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
}

@media (max-width: 991px) {
    .ld-3-heading {
        font-size: 25px;
        line-height: 32px;
    }

    .ld-3-content {
        font-size: 12px;
        line-height: 16px;
        text-shadow: 0px 0px 3px #000000;
    }

    .ld-layout-cus-3 {
        height: 60vh;
        padding-top: 30px;
    }
}

/*----------------------------------*/
.ld-layout-cus-4 {
    background: #000000;
    position: relative;
    padding: 60px 0;
}

.ld-layout-cus-4:before, .ld-layout-cus-4:after {
    content: '';
    display: table;
}

.ld-layout-cus-4:after {
    clear: both;
}

.ld-4-heading {
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    text-transform: uppercase;
}

.ld-4-content {
    width: 625px;
    float: right;
    margin-right: 10%;
    text-align: center;
}

.ld-4-desc {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.ld-icon-list {
    display: flex;
    flex-wrap: wrap;
}

.ld-icon-item {
    flex: 1 25%;
    margin-bottom: 30px;
}

.ld-icon-img {
    display: block;
    margin: auto;
}

.ld-icon-title {
    color: #ffffff;
    text-align: center;
    display: block;
    margin-top: 15px;
}

.ld-4-img {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
}

.ld-4-bot {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}

.td-4-line {
    width: 100%;
    height: 2px;
    background-color: #FFF100;
    margin: 15px 0;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

@media (min-width: 993px) and (max-width: 1367px) {
    .ld-4-content {
        width: 555px;
        margin-right: 5%;
    }

    .ld-4-img {
        width: 330px;
        left: 5%;
    }
}

@media (max-width: 992px) {
    .ld-4-desc {
        font-size: 16px;
    }

    .ld-4-content {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .ld-4-img {
        position: relative;
        left: inherit;
        top: inherit;
        transform: translate(0, 0);
        width: 215px;
        margin: auto;
        display: block;
    }

    .ld-4-bot {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .ld-icon-item {
        flex: 1 26%;
    }
}

/*----------------------------------*/
.ld-layout-cus-5 {
    background-image: url(https://www.alpssocial.com/application/modules/Allure/externals/images/landing/ld-bg-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 305px;
    padding-top: 45px;
}

.ld-5-content {
    width: 625px;
    float: right;
    margin-right: 10%;
}

.ld-layout-cus-5:before, .ld-layout-cus-5:after {
    content: '';
    display: table;
}

.ld-layout-cus-5:after {
    clear: both;
}

.ld-5-heading {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
}

.ld-5-desc {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

.ld-frm-email {
    height: 50px;
    padding: 5px 10px;
    border: 5px solid #25A9E0;
    width: 100%;
    font-size: 20px;
    max-width: 300px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.ld-mail-form {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ld-5-img {
    height: 305px;
    position: absolute;
    top: 0;
    left: 10%;
}

@media (min-width: 993px) and (max-width: 1367px) {
    .ld-5-content {
        width: 440px;
        margin-right: 5%;
    }

    .ld-5-img {
        left: 5%;
    }
}

@media (max-width: 992px) {
    .ld-layout-cus-5 {
        height: 260px;
    }

    .ld-5-content {
        text-align: center;
        width: 100%;
        float: none;
        margin-right: 10%;
    }

    .ld-mail-form {
        margin-top: 20px;
        margin-bottom: 0;
        text-align: center;
    }

    .ld-5-img {
        display: none;
    }

    .ld-5-heading {
        font-size: 22px;
        line-height: 30px;
    }

    .ld-5-desc {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }
}

/*----------------------------------*/
.ld-layout-line {
    height: 10px;
    width: 100%;
    background-color: #ffffff;
}

/*----------------------------------*/
.ld-6-img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

/*----------------------------------*/
.ld-layout-cus-7 {
    background: #000000;
    position: relative;
    padding: 30px 0;
}

.ld-layout-cus-7:before, .ld-layout-cus-7:after {
    content: '';
    display: table;
}

.ld-layout-cus-7:after {
    clear: both;
}

.ld-7-heading {
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    text-transform: uppercase;
}

.ld-7-content {
    width: 625px;
    float: right;
    margin-right: 10%;
    text-align: center;
}

.ld-7-desc {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.ld-7-img {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
    width: 344px;
}

.ld-7-bot {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}

.td-7-line {
    width: 100%;
    height: 2px;
    background-color: #FFF100;
    margin: 15px 0;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

@media (min-width: 1680px) {
    .ld-7-content {
        margin-right: 15%;
    }

    .ld-7-img {
        left: 15%;
    }
}

@media (min-width: 993px) and (max-width: 1367px) {
    .ld-7-content {
        width: 555px;
        margin-right: 5%;
    }

    .ld-7-img {
        width: 330px;
        left: 5%;
    }
}

@media (max-width: 992px) {
    .ld-7-desc {
        font-size: 16px;
    }

    .ld-7-content {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .ld-7-img {
        position: relative;
        left: inherit;
        top: inherit;
        transform: translate(0, 0);
        width: 215px;
        margin: auto;
        display: block;
    }

    .ld-7-bot {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

/*----------------------------------*/
.ld-layout-cus-8 {
    background: #000000;
    position: relative;
    padding: 30px 0;
}

.ld-layout-cus-8:before, .ld-layout-cus-8:after {
    content: '';
    display: table;
}

.ld-layout-cus-8:after {
    clear: both;
}

.ld-8-heading {
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    text-transform: uppercase;
}

.ld-8-content {
    width: 625px;
    float: left;
    margin-left: 10%;
    text-align: center;
}

.ld-8-desc {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.ld-8-img {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translate(0, -50%);
    width: 344px;
}

.ld-8-bot {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}

.td-8-line {
    width: 100%;
    height: 2px;
    background-color: #FFF100;
    margin: 15px 0;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.button-5-send {
    padding: 8px 35px;
    font-size: 13px;
    letter-spacing: .5px;
    border-radius: 25px;
    text-transform: uppercase;
    background-color: #25a9e0;
    color: #ffffff;
    border: 2px solid #25a9e0;
    cursor: pointer;
    display: inline-block;
    height: 47px;
    margin-left: 10px;
}

@media (min-width: 1680px) {
    .ld-8-content {
        margin-left: 15%;
    }

    .ld-8-img {
        right: 15%;
    }
}

@media (min-width: 993px) and (max-width: 1367px) {
    .ld-8-content {
        width: 555px;
        margin-left: 5%;
    }

    .ld-8-img {
        width: 330px;
        right: 5%;
    }
}

@media (max-width: 992px) {
    .ld-8-desc {
        font-size: 16px;
    }

    .ld-8-content {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .ld-8-img {
        position: relative;
        right: inherit;
        top: inherit;
        transform: translate(0, 0);
        width: 215px;
        margin: auto;
        display: block;
    }

    .ld-8-bot {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

/*----------------------------------*/
.ld-layout-cus-9 {
    background: #000000;
    position: relative;
    padding: 30px 0;
}

.ld-layout-cus-9:before, .ld-layout-cus-9:after {
    content: '';
    display: table;
}

.ld-layout-cus-9:after {
    clear: both;
}

.ld-9-heading {
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    text-transform: uppercase;
}

.ld-9-content {
    width: 625px;
    float: right;
    margin-right: 10%;
    text-align: center;
}

.ld-9-desc {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.ld-9-img {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
    width: 344px;
}

.ld-9-bot {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}

.td-9-line {
    width: 100%;
    height: 2px;
    background-color: #FFF100;
    margin: 15px 0;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

@media (min-width: 1680px) {
    .ld-9-content {
        margin-right: 15%;
    }

    .ld-9-img {
        left: 15%;
    }
}

@media (min-width: 993px) and (max-width: 1367px) {
    .ld-9-content {
        width: 555px;
        margin-right: 5%;
    }

    .ld-9-img {
        width: 330px;
        left: 5%;
    }
}

@media (max-width: 992px) {
    .ld-9-desc {
        font-size: 16px;
    }

    .ld-9-content {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .ld-9-img {
        position: relative;
        left: inherit;
        top: inherit;
        transform: translate(0, 0);
        width: 215px;
        margin: auto;
        display: block;
    }

    .ld-9-bot {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

/*----------------------------------*/
@media (min-width: 992px) {
    .allure_header_wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    #allure_landing_slider_header.allure_images_top_head {
        width: 90% !important;
    }

    .allure_images_top_head_left .layout_core_menu_logo {
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    .allure_images_top_head_right {
        width: 100% !important;
    }

    .allure_images_top_head_right .sign_in_up_header {
        position: absolute;
        right: 0;
        top: 0;
    }

    .allure_images_top_head_right #menu_search_icon {
        position: absolute;
        top: 10px;
        right: 155px;
    }
}
@media (max-width: 767px) {
    #global_page_trade-competition-pages-index div.layout_sitemenu_menu_main{
        margin-top: -35px !important;
    }
    ul.navigation{
        margin-bottom: 0!important;
    }

    .form-subscribe-services {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
            .guest-user .layout_core_menu_logo a img{
                max-height: 35px !important;
                float: left;
                margin-left: 40px;
            }

            .guest-user .sign_in_up_header{
                margin-top: -55px !important;
                margin-bottom: 0 !important;
            }

            .guest-user .sitemenu_toggle_button{
                margin-top: 8px;
            }
            .guest-user .allure_header_wrapper{
                box-shadow: none !important;
            }
        }