/* text zone*/

.text-zone {
    margin-top: 78px;
    margin-bottom: 0px;
}

.text-zone-title {
    font-size: 18px;
    color: #b79839;
    font-family: 'ProximaNovaA-Regular';
    font-weight: normal;
}

.text-zone-description {
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    font-family: 'ProximaNova-Light';
    font-weight: 300;
    border-bottom: 2px solid #ffd962;
    margin-top: 10px;
    padding-bottom: 30px;
}

.space_vertical {
    margin: 10px 0px 10px 0px;
}

.event_gallery {
    margin-top: 10px!important;
}

.gray-background {
    background: #f6f6f6;
    padding: 30px 20px;
    margin-top: 110px;
    margin-bottom: 120px;
}

.image-spacing {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

.owl-event .item {
    margin: 10px 10px;
}

.event-title {
    font-size: 18px;
    font-family: 'Proxima Nova';
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

.event-title a {
    color: #000;
}

.event-title a:hover,
.event-title a:focus {
    color: #d8b74f;
}

.border-title {
    background: #ffd962;
    height: 2px;
    margin: 0 auto;
    width: 70%;
}

.event-description {
    font-size: 13px;
    line-height: 16px;
    font-family: 'Proxima Nova';
    color: #000;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
    height: 110px;
}

.btn-view-event {
    background: #ffd962;
    border-radius: 20px;
    padding: 9px 15px 6px 15px;
    border-bottom: 2px solid #d8b74f;
    color: #282828;
    font-size: 14px;
    font-family: 'Proxima Nova Condensed';
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 60%;
}

.btn-view-event:hover,
.btn-view-event:focus {
    color: #282828;
}


/* event details */

.pic_event {
    margin: 0 auto;
    display: block;
}

.title-event {
    font-size: 18px;
    font-family: 'Proxima Nova';
    font-weight: 600;
    color: #000;
}

.text-description-event {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Proxima Nova';
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* start form */

.form-background {
    background: #ffd962;
    padding: 28px 30px;
    margin-top: 30px;
}

.form-title {
    font-size: 30px;
    color: #282828;
    font-family: 'Proxima Nova';
    font-weight: 600;
    margin-bottom: 5px;
}

.form-subtitle {
    font-size: 14px;
    color: #282828;
    font-family: 'ProximaNovaA-Regular';
    margin-bottom: 10px;
}

.form-background label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 2px;
    max-width: 100%;
    font-size: 14px;
    color: #000;
    font-family: 'Proxima Nova';
}

.form-background .star-mention {
    color: #ff0000;
}

.form-background .form-control {
    background-color: #ffffff;
    background-image: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-background .btn {
    border: 2px solid #000;
    border-radius: 20px;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 600;
    background: none;
    color: #000;
    margin-top: 10px;
}

.form-mention {
    font-size: 13px;
}


/*.form-background .btn:hover, .form-background .btn:focus {*/


/*border: 2px solid #000;*/


/*color: #000;*/


/*}*/


/*.form-background .form-control::-webkit-input-placeholder {*/


/*/!* WebKit browsers *!/*/


/*color: #fff;*/


/*}*/


/*.form-background .form-control:-moz-placeholder {*/


/*/!* Mozilla Firefox 4 to 18 *!/*/


/*color: #fff;*/


/*opacity: 1;*/


/*}*/


/*.form-background .form-control::-moz-placeholder {*/


/*/!* Mozilla Firefox 19+ *!/*/


/*color: #fff;*/


/*opacity: 1;*/


/*}*/


/*.form-background .form-control:-ms-input-placeholder {*/


/*/!* Internet Explorer 10+ *!/*/


/*color: #fff;*/


/*}*/


/* RESPONSIVE CSS
 -------------------------------------------------------------------------------*/


/*Large desktop*/

@media (min-width: 1260px) and (max-width: 1280px) {}


/*Small Desktop*/

@media (min-width: 1200px) {}


/*Laptops*/

@media (min-width: 992px) and (max-width: 1199px) {
    .event-description {
        height: 110px;
    }
}


/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .event-description {
        height: 110px;
    }
}


/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}


/* Samsung Galaxy Tab 3 (7") ----------- */

@media only screen and (min-device-width: 600px) and (max-device-width: 767px) and (orientation: portrait) {
    .title-event {
        margin-top: 15px;
        text-align: center;
    }
    .text-description-event {
        text-align: center;
    }
    .form-title {
        font-size: 20px;
    }
    /* formular */
    .form-background .form-control {
        font-size: 16px;
    }
    .form-background label {
        display: none;
    }
}


/* Samsung Galaxy Tab 3 (7") ----------- */

@media only screen and (min-device-width: 600px) and (max-device-width: 767px) and (orientation: landscape) {
    .title-event {
        margin-top: 15px;
        text-align: center;
    }
    .text-description-event {
        text-align: center;
    }
    .form-title {
        font-size: 20px;
    }
    /* formular */
    .form-background .form-control {
        font-size: 16px;
    }
    .form-background label {
        display: none;
    }
}


/* LG (G3,G4,G5, Nexus 5), Samsung Galaxy S(3-7), HTC ONE  ----------- */

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) {
    .event-description {
        height: auto;
    }
    .title-event {
        margin-top: 15px;
        text-align: center;
    }
    .text-description-event {
        text-align: center;
    }
    .form-title {
        font-size: 20px;
    }
    /* formular */
    .form-background .form-control {
        font-size: 16px;
    }
    .form-background label {
        display: none;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) {
    .event-description {
        height: auto;
    }
    .title-event {
        margin-top: 15px;
        text-align: center;
    }
    .text-description-event {
        text-align: center;
    }
    .form-title {
        font-size: 20px;
    }
    /* formular */
    .form-background .form-control {
        font-size: 16px;
    }
    .form-background label {
        display: none;
    }
}


/* iPhone 6,7 ----------- */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) {
    .event-description {
        height: auto;
    }
    .title-event {
        margin-top: 15px;
        text-align: center;
    }
    .text-description-event {
        text-align: center;
    }
    .form-title {
        font-size: 20px;
    }
    /* formular */
    .form-background .form-control {
        font-size: 16px;
    }
    .form-background label {
        display: none;
    }
    /*.form-background .form-control::-webkit-input-placeholder {*/
    /*/!* WebKit browsers *!/*/
    /*color: #000;*/
    /*}*/
    /*.form-background .form-control:-moz-placeholder {*/
    /*/!* Mozilla Firefox 4 to 18 *!/*/
    /*color: #000;*/
    /*opacity: 1;*/
    /*}*/
    /*.form-background .form-control::-moz-placeholder {*/
    /*/!* Mozilla Firefox 19+ *!/*/
    /*color: #000;*/
    /*opacity: 1;*/
    /*}*/
    /*.form-background .form-control:-ms-input-placeholder {*/
    /*/!* Internet Explorer 10+ *!/*/
    /*color: #000;*/
    /*}*/
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) {
    .event-description {
        height: auto;
    }
    .title-event {
        margin-top: 15px;
        text-align: center;
    }
    .text-description-event {
        text-align: center;
    }
    .form-title {
        font-size: 20px;
    }
    /* formular */
    .form-background .form-control {
        font-size: 16px;
    }
    .form-background label {
        display: none;
    }
}


/* iPhone 6+,7+ ----------- */

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) {
    .event-description {
        height: auto;
    }
    .title-event {
        margin-top: 15px;
        text-align: center;
    }
    .text-description-event {
        text-align: center;
    }
    .form-title {
        font-size: 20px;
    }
    /* formular */
    .form-background .form-control {
        font-size: 16px;
    }
    .form-background label {
        display: none;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) {
    .event-description {
        height: auto;
    }
    .title-event {
        margin-top: 15px;
        text-align: center;
    }
    .text-description-event {
        text-align: center;
    }
    .form-title {
        font-size: 20px;
    }
    /* formular */
    .form-background .form-control {
        font-size: 16px;
    }
    .form-background label {
        display: none;
    }
}


/* Samsung Galaxy S7Edge ----------- */

@media only screen and (max-width: 412px) and (max-height: 732px) and (orientation: portrait) {
    .event-description {
        height: auto;
    }
    .title-event {
        margin-top: 15px;
        text-align: center;
    }
    .text-description-event {
        text-align: center;
    }
    .form-title {
        font-size: 20px;
    }
    /* formular */
    .form-background .form-control {
        font-size: 16px;
    }
    .form-background label {
        display: none;
    }
}

@media only screen and (max-width: 412px) and (max-height: 732px) and (orientation: landscape) {
    .event-description {
        height: auto;
    }
    .title-event {
        margin-top: 15px;
        text-align: center;
    }
    .text-description-event {
        text-align: center;
    }
    .form-title {
        font-size: 20px;
    }
    /* formular */
    .form-background .form-control {
        font-size: 16px;
    }
    .form-background label {
        display: none;
    }
}

.gray-background .col-md-4 {
    min-height: 500px;
}