::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: inherit;
}
@media screen and (min-width: 769px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.row-no-padding {
    margin: 0;
}
.row-no-padding > div {
    padding: 0;
}
hr {
    border-color: #dcdcdc;
    margin: 50px 0;
}
a {
    color: inherit;
}
strong {
    font-family: "Gotham Bold";
}
.droparea {
    background: url("../images/dropzone.png") center no-repeat;
    border: 0;
    min-height: 160px;
    width: 330px;
    margin: 0 auto;
    position: relative;
}
.droparea .dz-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    padding: 5px 10px;
}
.droparea .dz-details > div {
    display: inline-block;
}
.droparea .dz-error-mark,
.droparea .dz-success-mark {
    display: none !important;
}
.droparea .dz-remove {
    position: absolute;
    top: 0;
    left: 0;
    color: red;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 0;
    text-align: center;
    line-height: 24px;
}
.droparea .dz-remove:after {
    content: "\f2ed";
    font-family: "Font Awesome\ 5 Free";
    font-size: 12px;
}
.droparea .dz-progress {
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 9;
    width: 100%;
    height: 5px;
}
.droparea .dz-progress .dz-upload {
    height: 5px;
    background: green;
    display: inline-block;
    vertical-align: top;
}
.droparea .dz-error-message {
    display: none !important;
}
.select-custom {
    position: relative;
    margin-right: 10px;
}
.select-custom select {
    -webkit-appearance: none;
    position: relative;
}
.select-custom:after {
    position: absolute;
    top: 18px;
    right: 20px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-top-color: #333;
}
.select-custom:last-child {
    margin: 0;
}
legend {
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
}
figure,
fieldset {
    margin: 0 0 10px;
    position: relative;
    clear: both;
}
figure label.error,
fieldset label.error {
    display: none !important;
}
figure input[type="file"],
fieldset input[type="file"] {
    background: #e6e6e6;
    padding: 10px 15px;
}
figure textarea,
fieldset textarea {
    padding: 5px 15px;
    border: 1px solid #c3c3c3;
    width: 100%;
    margin-right: 10px;
    background: #fff;
    border-radius: 0;
}
figure .form-check,
fieldset .form-check {
    line-height: 37px;
}
figure .form-check .form-check-label,
fieldset .form-check .form-check-label {
    font-size: 12px;
    margin: 0;
    font-weight: normal;
    line-height: 19px;
}
figure .intl-tel-input,
fieldset .intl-tel-input {
    height: 44px;
    padding: 0;
    border: 0 solid #c3c3c3;
    width: 100%;
    margin-right: 10px;
    background: #fff;
    border-radius: 0;
}
figure .intl-tel-input input,
fieldset .intl-tel-input input {
    width: 100% !important;
}
figure .intl-tel-input.valid,
fieldset .intl-tel-input.valid {
    border-color: green;
}
figure .intl-tel-input.error,
fieldset .intl-tel-input.error {
    border-color: red;
}
figure .intl-tel-input:last-child,
fieldset .intl-tel-input:last-child {
    margin: 0;
}
figure .intl-tel-input:disabled,
fieldset .intl-tel-input:disabled {
    background: #ccc;
}
figure.btn-wrap,
fieldset.btn-wrap {
    text-align: center;
    margin: 30px 0 0;
}
figure.col2 .intl-tel-input,
fieldset.col2 .intl-tel-input {
    width: calc(50% - 5px);
    float: left;
}
figure.col2 input[type="text"],
figure.col2 input[type="email"],
figure.col2 input[type="tel"],
figure.col2 input[type="date"],
fieldset.col2 input[type="text"],
fieldset.col2 input[type="email"],
fieldset.col2 input[type="tel"],
fieldset.col2 input[type="date"] {
    width: calc(50% - 5px);
    float: left;
}
figure.col2 .form-check,
figure.col2 .select-custom,
fieldset.col2 .form-check,
fieldset.col2 .select-custom {
    width: calc(50% - 5px);
    float: left;
}
figure.col3 .intl-tel-input,
fieldset.col3 .intl-tel-input {
    width: calc(33.33% - 7px);
    float: left;
}
figure.col3 input[type="text"],
figure.col3 input[type="email"],
figure.col3 input[type="tel"],
figure.col3 input[type="date"],
fieldset.col3 input[type="text"],
fieldset.col3 input[type="email"],
fieldset.col3 input[type="tel"],
fieldset.col3 input[type="date"] {
    width: calc(33.33% - 7px);
    float: left;
}
figure.col3 .form-check,
figure.col3 .select-custom,
fieldset.col3 .form-check,
fieldset.col3 .select-custom {
    width: calc(33.33% - 7px);
    float: left;
}
figure.col4 .intl-tel-input,
fieldset.col4 .intl-tel-input {
    width: calc(25% - 8px);
    float: left;
}
figure.col4 input[type="text"],
figure.col4 input[type="email"],
figure.col4 input[type="tel"],
figure.col4 input[type="date"],
fieldset.col4 input[type="text"],
fieldset.col4 input[type="email"],
fieldset.col4 input[type="tel"],
fieldset.col4 input[type="date"] {
    width: calc(25% - 8px);
    float: left;
}
figure.col4 .form-check,
figure.col4 .select-custom,
fieldset.col4 .form-check,
fieldset.col4 .select-custom {
    width: calc(25% - 8px);
    float: left;
}
figure input[type="file"],
figure input[type="text"],
figure input[type="email"],
figure input[type="tel"],
figure input[type="date"],
fieldset input[type="file"],
fieldset input[type="text"],
fieldset input[type="email"],
fieldset input[type="tel"],
fieldset input[type="date"] {
    height: 44px;
    padding: 5px 15px;
    border: 1px solid #c3c3c3;
    width: 100%;
    margin-right: 10px;
    background: #fff;
    border-radius: 0;
}
figure input[type="file"].valid,
figure input[type="text"].valid,
figure input[type="email"].valid,
figure input[type="tel"].valid,
figure input[type="date"].valid,
fieldset input[type="file"].valid,
fieldset input[type="text"].valid,
fieldset input[type="email"].valid,
fieldset input[type="tel"].valid,
fieldset input[type="date"].valid {
    border-color: green;
}
figure input[type="file"].error,
figure input[type="text"].error,
figure input[type="email"].error,
figure input[type="tel"].error,
figure input[type="date"].error,
fieldset input[type="file"].error,
fieldset input[type="text"].error,
fieldset input[type="email"].error,
fieldset input[type="tel"].error,
fieldset input[type="date"].error {
    border-color: red;
}
figure input[type="file"]:last-child,
figure input[type="text"]:last-child,
figure input[type="email"]:last-child,
figure input[type="tel"]:last-child,
figure input[type="date"]:last-child,
fieldset input[type="file"]:last-child,
fieldset input[type="text"]:last-child,
fieldset input[type="email"]:last-child,
fieldset input[type="tel"]:last-child,
fieldset input[type="date"]:last-child {
    margin: 0;
}
figure input[type="file"]:disabled,
figure input[type="text"]:disabled,
figure input[type="email"]:disabled,
figure input[type="tel"]:disabled,
figure input[type="date"]:disabled,
fieldset input[type="file"]:disabled,
fieldset input[type="text"]:disabled,
fieldset input[type="email"]:disabled,
fieldset input[type="tel"]:disabled,
fieldset input[type="date"]:disabled {
    background: #ccc;
}
figure select,
fieldset select {
    height: 44px;
    padding: 5px 15px;
    border: 1px solid #c3c3c3;
    width: 100%;
    margin-right: 10px;
    background: #fff;
    border-radius: 0;
}
figure select.valid,
fieldset select.valid {
    border-color: green;
}
figure select.error,
fieldset select.error {
    border-color: red;
}
figure select:last-child,
fieldset select:last-child {
    margin: 0;
}
figure select:disabled,
fieldset select:disabled {
    background: #ccc;
}
figure:after,
fieldset:after {
    content: "";
    clear: both;
    display: block;
}
.btn {
    padding: 25px 35px;
    color: #333;
    border: 1px solid #333;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 18px;
    line-height: 18px;
}
.btn.filled {
    background: #58595b;
    color: #fff;
    padding: 25px 75px;
}
.btn.small {
    padding: 15px 40px;
    background: #5b91ae;
    border: none;
    color: #fff;
    margin: 0;
    border-radius: 2px;
}
.btn.alt {
    background: #cbcbcb;
}
.btn.smaller {
    background: #5b91ae;
    font-size: 14px;
    padding: 10px 15px;
    border: 0;
    margin: 0;
    color: #333;
}
.btn.smaller.filled {
    color: #fff;
}
.btn.smaller.alt {
    border: 1px solid #5f5f5f;
    background: none;
}
.white-popup {
    position: relative;
    background: #fff;
    padding: 50px;
    width: auto;
    max-width: 350px;
    margin: 20px auto;
    text-align: center;
}
.white-popup h4 {
    font-size: 30px;
    color: #000;
    font-family: "Gotham Book";
    margin: 0;
    text-transform: uppercase;
}
.white-popup p {
    font-size: 16px;
    color: #000;
    font-family: "Gotham Medium";
    margin: 0;
}
.white-popup .fa {
    font-size: 72px;
    color: #5b91ae;
    margin-bottom: 20px;
}
.white-popup button.mfp-close {
    background: #5b91ae;
    color: #fff !important;
    opacity: 1;
}
.white-popup.alt {
    max-width: 470px;
    background: #e6e6e6;
}
.white-popup.alt p {
    font-size: 14px;
    margin: 0 0 30px;
    font-family: "Gotham Book";
    line-height: 24px;
}
.white-popup.alt .mfp-close {
    position: static;
    width: auto;
    height: auto;
    font-size: 18px;
    opacity: 1;
    padding: 15px 40px;
    line-height: 18px;
    margin-right: 50px;
}
.white-popup.alt button.mfp-close {
    display: none;
}
#nav > ul {
    /* display:block !important; */
}
#nav > ul > li > a {
    padding: 20px 10px 19px 10px !important;
    letter-spacing: 0;
}
.ad-authentication-wrap {
    background: url("../images/authentication-bg.jpg") no-repeat;
    background-size: 100% auto;
    padding: 200px 0 120px;
}
.ad-authentication-wrap .login-registration-box .forms {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    width: 80%;
    margin: 0 auto;
}
.ad-authentication-wrap .login-registration-box .forms form {
    padding: 50px 55px;
    color: #fff;
    width: 100%;
}
.ad-authentication-wrap .login-registration-box .forms form h3 {
    font-size: 30px;
    font-family: "Gotham Book", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #5b91ae;
}
.ad-authentication-wrap .login-registration-box .forms form a.signin-link,
.ad-authentication-wrap .login-registration-box .forms form a.signup-link {
    color: #5b91ae;
    font-family: "Gotham Medium", Arial, Helvetica, sans-serif;
}
.ad-authentication-wrap .login-registration-box .forms form input.text-box {
    height: 46px;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 0;
    background: none;
    margin: 0 0 20px;
    color: #fff;
    font-size: 14px;
    font-family: "Gotham Book", Arial, Helvetica, sans-serif;
}
.ad-authentication-wrap .login-registration-box .forms form input.text-box.error {
    border-color: red;
}
.ad-authentication-wrap .login-registration-box .forms form input.submit {
    height: 46px;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    border-radius: 0;
    background: #5b91ae;
    margin: 0;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Gotham Book", Arial, Helvetica, sans-serif;
}
.ad-authentication-wrap .login-registration-box .forms form label {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin: 0 0 10px;
}
.ad-authentication-wrap .login-registration-box .forms form label.error {
    color: red;
    font-size: 12px;
    margin: -10px 0 10px;
}
.ad-authentication-wrap .login-registration-box .forms form fieldset {
    margin: 0;
    position: relative;
}
.ad-authentication-wrap .login-registration-box .forms form.login-form {
    z-index: 22;
    position: relative;
}
.ad-authentication-wrap .login-registration-box .forms form.login-form p {
    margin: 0 0 40px;
}
.ad-authentication-wrap .login-registration-box .forms form.reset-form label.error {
    display: block !important;
}
.ad-authentication-wrap .login-registration-box .after-forms {
    text-align: center;
    font-weight: bold;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    margin: 30px auto 0;
    width: 80%;
}
.ad-authentication-wrap .login-registration-box .after-forms p {
    margin: 0;
    color: #5b91ae;
    font-size: 14px;
}
.ad-authentication-wrap .login-registration-box .after-forms p a {
    color: #fff;
}
.notification-list .item {
    text-align: left;
    padding: 15px 30px 15px 110px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
.notification-list .item i {
    position: absolute;
    top: 28px;
    left: 37px;
    font-size: 20px;
    color: #2a2a2a;
    opacity: 0.5;
}
.notification-list .item p {
    color: #2a2a2a;
    font-size: 13px;
}
.notification-list .item p span {
    font-size: 11px;
    color: #5b91ae;
}
.notification-list .item p span + span {
    color: #aeaeae;
    float: right;
}
.notification-list .item p:last-child {
    margin: 0;
}
.notification-list .item > a {
    font-size: 11px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.notification-list .item.read {
    background-color: #f8f8f8;
}
.notification-list .item.read > a {
    display: none;
}
.notification-list .item:last-child {
    border: 0;
}
.notification-list .item:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 90px;
    background: #f0f0f0;
}
.notification-list .item.no {
    padding-right: 0;
}
.notification-list .item.no:before {
    display: none;
}
.ad-page-wrap {
    font-family: "Gotham Book", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    padding-bottom: 50px;
}
.ad-page-wrap .section-heading {
    color: #050505;
    font-family: "Gotham Book", Arial, Helvetica, sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.ad-page-wrap .ad-welcome-header {
    background: url("../images/welcome-banner.jpg") center/cover no-repeat;
    position: relative;
}
.ad-page-wrap .ad-welcome-header .inner-data {
    text-align: center;
    margin: 240px 0 30px;
    position: relative;
}
.ad-page-wrap .ad-welcome-header .inner-data .user-info span {
    display: inline-block;
    margin: 0 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 0 1px #000;
}
.ad-page-wrap .ad-welcome-header .inner-data .user-info span img {
    border-radius: 50%;
}
.ad-page-wrap .ad-welcome-header .inner-data .actions {
    position: absolute;
    bottom: 0;
    right: 0;
}
.ad-page-wrap .ad-welcome-header .inner-data .actions .notification {
    color: red;
    font-size: 32px;
    position: relative;
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
}
.ad-page-wrap .ad-welcome-header .inner-data .actions .notification span {
    font-size: 12px;
    background: red;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    position: absolute;
    top: -12px;
    right: -12px;
    margin: 0;
    color: #fff;
    box-shadow: 0 0 10px #000;
}
.ad-page-wrap .ad-welcome-header .inner-data .actions .notification.empty {
    color: #5b91ae;
}
.ad-page-wrap .ad-welcome-header .inner-data .actions .notification.empty span {
    background: #f0f0f0;
    color: #000;
}
.ad-page-wrap .ad-welcome-header .inner-data .actions .logout-link {
    font-size: 12px;
    color: #000;
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    text-transform: uppercase;
    margin-left: 20px;
    vertical-align: super;
}
.ad-page-wrap .ad-welcome-header .inner-data .notification-wrap {
    position: absolute;
    top: 25px;
    right: 0;
    width: 430px;
    z-index: 1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    display: none;
}
.ad-page-wrap .ad-welcome-header .inner-data .notification-wrap h4 {
    font-size: 24px;
    color: #000;
    padding: 20px 30px;
    background: #f4f4f4;
    text-align: left;
    margin: 0;
}
.ad-page-wrap .ad-welcome-header .inner-data .notification-wrap h4 span {
    font-size: 14px;
    color: #808181;
}
.ad-page-wrap .ad-welcome-header .inner-data .notification-wrap .item {
    background-color: #ffff;
}
.ad-page-wrap .ad-welcome-header .inner-data .notification-wrap .view-all {
    background: #fff;
    text-align: center;
    display: block;
    padding: 15px 0;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Gotham Bold";
}
.ad-page-wrap .ad-welcome-header .inner-data .notification-wrap:before {
    display: block;
    content: "";
    border: 10px solid transparent;
    border-bottom-color: #f4f4f4;
    width: 20px;
    position: absolute;
    top: -20px;
    right: 102px;
}
.ad-page-wrap .ad-welcome-header:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
}
.ad-page-wrap .ad-welcome-data {
    text-align: center;
}
.ad-page-wrap .ad-welcome-data p {
    margin: 60px 0;
}
.ad-page-wrap .ad-welcome-data .welcome-text {
    margin-top: 40px;
    margin-bottom: 20px;
}
.ad-page-wrap .ad-welcome-data .welcome-text p {
    margin: 20px 0 !important;
}
.ad-page-wrap .ad-welcome-data .deadlines {
    text-align: left;
    max-width: 600px;
    margin: 0 auto 40px;
}
.ad-page-wrap .ad-welcome-data .deadlines table {
    width: 100% !important;
    max-width: 600px !important;
}
.ad-page-wrap .ad-welcome-data .deadlines tr {
    background: #ffffff;
}
.ad-page-wrap .ad-welcome-data .deadlines tr td:has(strong) {
    background: #f0f0f0 !important;
}
.ad-page-wrap .ad-welcome-data .deadlines tr td:has(strong) + td {
    background: #f0f0f0 !important;
}
.ad-page-wrap .ad-welcome-data .deadlines td {
    border: 0;
    padding: 10px 20px;
}
.ad-page-wrap .ad-welcome-data .deadlines td:first-child {
    font-family: "Gotham Book";
}
.ad-page-wrap .ad-welcome-data .deadlines td:last-child a {
    float: right;
    color: #acacac;
}
.ad-page-wrap .ad-welcome-data .schedule-wrap {
    background: #f4f4f4;
    padding: 50px 40px;
    margin: 0 0 40px;
}
.ad-page-wrap .ad-welcome-data .schedule-wrap h3 {
    text-align: left;
    font-size: 18px;
    font-family: "Gotham Medium";
    text-transform: uppercase;
}
.ad-page-wrap .ad-welcome-data .schedule-wrap h3 span {
    display: inline-block;
    background: #5b91ae;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 17px;
    margin-right: 20px;
    vertical-align: middle;
}
.ad-page-wrap .ad-welcome-data .schedule-wrap table {
    margin: 0 0 50px;
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
}
.ad-page-wrap .ad-welcome-data .schedule-wrap table td {
    background: #fff;
    text-align: left;
    padding: 15px 20px;
    border-color: #f4f4f4;
    width: 70%;
}
.ad-page-wrap .ad-welcome-data .schedule-wrap table td:last-child {
    color: #5b91ae;
    text-align: center;
    border-left: 1px solid #f4f4f4;
    width: 30%;
}
.ad-page-wrap .ad-welcome-data .schedule-wrap table:last-child {
    margin: 0;
}
.ad-inner-header {
    background: #58595b;
    text-align: center;
    padding: 45px 0;
    margin: 0 0 45px;
}
.ad-inner-header h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Gotham Medium";
    margin: 0;
    font-size: 16px;
}
.ad-sec-header {
    background: #f4f4f4;
    padding: 25px;
    border-bottom: 2px solid #d9d9d9;
    overflow: hidden;
}
.ad-sec-header h3 {
    color: #000;
    text-transform: uppercase;
    font-family: "Gotham Medium";
    margin: 0;
    font-size: 16px;
    overflow: hidden;
    line-height: 40px;
    float: left;
}
.ad-sec-header p {
    margin: 0 !important;
    line-height: 40px;
    clear: both;
}
.ad-sec-header .p-line-height p {
    line-height: 20px !important;
}
.ad-sec-header > a {
    float: right;
}
.add-section {
    border: 1px solid #f1f1f1;
    padding: 30px 30px 10px;
    border-bottom-width: 2px;
    margin-bottom: 30px;
}
.add-section.alt {
    background: rgba(234, 202, 121, 0.3);
}
.add-section.no-padding {
    padding: 0;
}
.search-page-wrap {
    background: #f4f4f4;
    padding: 45px 40px;
}
.search-page-wrap .post-item {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #dcdcdc;
}
.search-page-wrap .post-item h5 {
    font-size: 16px;
    color: #000;
    font-family: "Gotham Medium";
    margin: 0;
}
.search-page-wrap .post-item p {
    color: #5d5d5d;
    font-size: 14px;
    font-family: "Gotham Book";
}
.search-page-wrap .post-item .btn {
    padding: 5px 10px;
    font-size: 11px;
}
.search-page-wrap .load-more {
    text-align: center;
}
.search-page-wrap .load-more .btn {
    padding: 15px 25px;
    font-size: 14px;
    margin: 30px 0 20px;
}
.volunteer-request article {
    background: #f4f4f4;
    padding: 45px 40px;
    height: 100%;
}
.volunteer-request article p {
    margin: 0 0 30px;
}
.volunteer-request .row {
    margin-bottom: 50px;
}
.volunteer-request figure {
    height: 100%;
}
.volunteer-request figure img {
    height: 100%;
    object-fit: cover;
}
.contact-page .container {
    margin-bottom: 40px;
}
.contact-page .map {
    height: 370px;
    background: url("../images/map.jpg") no-repeat;
    margin-top: -50px;
    position: relative;
    margin-bottom: 50px;
    background-size: cover;
}
.contact-page .map address {
    position: absolute;
    bottom: 20px;
    left: 10%;
    background: #fff;
    padding: 30px;
    max-width: 230px;
}
.contact-page .map address h5 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 20px;
}
.contact-page .map address p {
    margin: 0;
}
.contact-page .info {
    padding: 0 50px;
    height: 100%;
    margin: 0 0 25px;
}
.contact-page .info h4 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 2px solid #5b91ae;
}
.contact-page .info p {
    margin: 0 0 15px;
}
.contact-page .info.alt {
    background: #f4f4f4;
    padding: 50px;
    margin: 0;
}
.contact-page .info.alt p {
    margin: 0;
}
.vip-designations .intro {
    margin: 0 0 50px;
}
.vip-designations .intro p {
    margin: 0 0 30px;
}
.vip-designations .intro p:last-child {
    margin: 0;
}
.vip-designations .intro h6 {
    font-size: 16px;
    font-family: "Gotham Book";
    margin: 0;
}
.vip-designations .types-wrap {
    padding: 70px 0;
    background: #f4f4f4;
    text-align: center;
    margin: 0 0 50px;
}
.vip-designations .types-wrap .icon {
    margin: 0 0 30px;
}
.vip-designations .types-wrap h5 {
    font-family: "Gotham Bold";
    margin: 0 0 20px;
}
.vip-designations .types-wrap p {
    font-size: 14px;
    margin: 0 0 20px;
    line-height: 24px;
}
.vip-designations .types-wrap p:last-child {
    margin: 0;
}
.vip-designations .form-box {
    background: #f4f4f4;
    padding: 50px;
    margin: 0 0 50px;
}
.vip-designations .section-heading {
    margin-bottom: 40px;
}
.data-table {
    margin: 0 0 40px;
    width: 100%;
}
.data-table thead {
    background: #e6e6e6;
}
.data-table thead tr {
    border: 0;
}
.data-table thead tr th {
    padding: 30px;
    border: 0;
}
.data-table tbody {
    border: 1px solid #e6e6e6;
}
.data-table tbody tr td {
    padding: 30px;
    vertical-align: middle;
}
.data-table tbody tr td a {
    margin: 0 0 0 20px;
}
.data-table tbody tr td a.del {
    color: red;
}
.data-table tbody tr td a.edit {
    color: #5b91ae;
}
.data-table tbody tr td:last-child {
    text-align: right;
}
.data-table.alt thead {
    background: #fafafa;
}
.data-table.alt thead tr th {
    padding: 15px;
    line-height: 30px;
}
.data-table.alt thead tr th a.btn {
    float: right; /*font-size:12px;*/ /*padding:5px 10px;*/
}
.data-table.alt tbody {
    border-right: 0;
    border-left: 0;
}
.data-table.alt tbody tr:hover {
    background: #f0f0f0;
}
.data-table.alt tbody tr td {
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.data-table.alt tbody tr:last-child td {
    border: 0;
}
.data-table.no-actions tbody tr td {
    text-align: left;
}
.volunteer-label {
    font-size: 18px;
}
.volunteer-count {
    height: 70px;
    padding: 0 15px;
    font-size: 18px;
    margin: 0 10px;
}
.exhibitor-passes .info {
    background: #f4f4f4;
    padding: 50px;
    margin-bottom: 30px;
}
.exhibitor-passes .info p {
    font-size: 16px;
}
.exhibitor-passes .info p:last-child {
    margin: 0;
}
.exhibitor-passes .info.filled {
    background: #5b91ae;
}
.exhibitor-passes .info.filled p {
    margin-bottom: 40px;
    color: #000;
    padding: 0 100px;
}
.exhibitor-passes .icon {
    margin: 40px 0;
}
.exhibitor-passes .icon:last-child {
    margin-bottom: 0;
}
.exhibitor-passes .critical-info p {
    color: #af0202;
}
.exhibitor-passes form {
    max-width: 760px;
    margin: 30px auto 30px;
}
.exhibitor-passes form .select-custom {
    width: calc(100% - 448px);
    float: left;
    margin: 0;
}
.exhibitor-passes form .select-custom select {
    height: 70px;
    font-size: 16px;
}
.exhibitor-passes form .select-custom:after {
    top: 32px;
}
.exhibitor-passes form .file-trigger {
    float: left;
    position: relative;
}
.exhibitor-passes form .file-trigger button {
    margin: 0;
    padding: 25px 0 26px;
    border: 0;
    width: 277px;
    background: #5b91ae;
    font-size: 12px;
    white-space: pre-line;
    max-height: 69px;
}
.exhibitor-passes form .file-trigger input.error + button {
    background: red;
}
.exhibitor-passes form .file-trigger input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.exhibitor-passes form input[type="submit"] {
    float: right;
    padding: 25px 0 26px;
    border: 0;
    width: 171px;
    max-width: 171px;
}
.exhibitor-passes form input[type="submit"][disabled="disabled"] {
    font-size: 14px;
}
.exhibitor-passes .white-box {
    background: #fff;
    padding: 30px;
    margin: 40px 0 0;
}
.exhibitor-passes .white-box .icon {
    margin-bottom: 15px;
}
.exhibitor-passes .white-box h5 {
    margin-bottom: 20px;
}
.exhibitor-passes .white-box .btn {
    background: #e6e6e6;
}
.exhibitor-passes .white-box .btn i {
    color: rgba(234, 202, 121, 0.3);
    margin-right: 5px;
}
.exhibitor-passes .content-box {
    background: #f4f4f4;
    padding: 50px;
    text-align: center;
}
.exhibitor-passes .content-box form {
    background: #fff;
    padding: 15px;
    max-width: 500px;
}
.exhibitor-passes .list-points {
    padding: 50px 100px 0;
}
.exhibitor-passes .list-points h3 {
    margin: 0 0 40px;
}
.exhibitor-passes .list-points ul {
    margin: 0;
    padding: 0;
    counter-reset: my-counter;
}
.exhibitor-passes .list-points ul li {
    list-style: none;
    text-align: left;
    padding-left: 75px;
    position: relative;
    margin-bottom: 30px;
    min-height: 50px;
    counter-increment: my-counter;
}
.exhibitor-passes .list-points ul li:before {
    content: counter(my-counter);
    display: block;
    width: 50px;
    height: 50px;
    background: #e6e6e6;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 24px;
    color: #a1a1a1;
}
.exhibitor-passes .list-points .btn {
    background: #e6e6e6;
}
.booth-design .info {
    margin-bottom: 30px;
}
.booth-design .info p {
    font-size: 16px;
}
.booth-design .info p:last-child {
    margin: 0;
}
.booth-design .box {
    background: #f4f4f4;
    padding: 60px 50px;
    margin: 40px 0 70px;
}
.booth-design .box h6 {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 35px;
}
.booth-design .box h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #5b91ae;
    margin: 0 0 10px;
}
.booth-design .box h3 {
    font-family: "Gotham Medium";
    text-transform: uppercase;
    margin: 0 0 35px;
}
.booth-design .box .avatar {
    display: block;
    float: left;
    margin: 0 35px 0 0;
    border-radius: 50%;
    overflow: hidden;
}
.booth-design .box .data {
    float: left;
    margin-top: 35px;
}
.booth-design .box.booth-info {
    background-color: #16479f;
    max-width: 450px;
    width: 100%;
    padding: 50px;
    min-height: 350px;
    margin: 0 auto;
}
.booth-design .box.booth-info h2 {
    font-family: "Gotham Bold", Arial, Helvetica, sans-serif;
    margin: 0 0 85px;
    font-size: 100px;
    color: #fff;
    text-transform: uppercase;
}
.booth-design .box.booth-info h3 {
    font-family: "Gotham Book", Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    margin: 0;
    font-weight: 400;
    color: #fff;
}
.booth-design .box.booth-info h3 strong {
    color: #fff;
    text-transform: uppercase;
    font-family: "Gotham Bold", Arial, Helvetica, sans-serif;
}
.booth-design .box-filled {
    background: rgba(234, 202, 121, 0.3);
    padding: 50px;
    text-align: center;
    margin-bottom: 40px;
}
.booth-design .box-filled .icon {
    margin: 0 0 20px;
    display: block;
}
.booth-design .box-filled p {
    line-height: 20px;
    min-height: 20px;
    margin: 0 0 20px;
}
.booth-design .box-filled .download-btn {
    border: 1px solid #000;
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
}
.shipping-page {
    padding: 20px 0 0;
}
.shipping-page .info {
    margin-bottom: 30px;
}
.shipping-page .info p {
    font-size: 16px;
}
.shipping-page .ad-partner-wrap {
    margin: 0 0 50px;
}
.shipping-page .ad-partner-wrap .ad-partner {
    background: #f4f4f4;
    padding: 50px;
    height: 100%;
}
.shipping-page .ad-partner-wrap .ad-partner h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 40px;
}
.shipping-page .ad-partner-wrap .ad-partner h5 {
    color: #5b91ae;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin: 25px 0 10px;
    text-transform: uppercase;
}
.shipping-page .ad-partner-wrap .ad-partner .avatar {
    width: 78px;
    border-radius: 50%;
    overflow: hidden;
}
.shipping-page .ad-partner-wrap .ad-partner address {
    font-size: 14px;
    margin: 0;
}
.shipping-page .content-box {
    margin: 0 0 40px;
}
.shipping-page .content-box article {
    padding: 50px 70px 50px 50px;
    background: #f4f4f4;
    height: 100%;
}
.shipping-page .content-box article p {
    margin: 0 0 20px;
    line-height: 24px;
}
.shipping-page .content-box article p *:last-child {
    margin: 0;
}
.shipping-page .content-box figure {
    height: 100%;
    margin: 0;
}
.shipping-page .content-box figure img {
    width: 100%;
}
.shipping-page .box-filled {
    background: rgba(234, 202, 121, 0.3);
    padding: 50px 160px;
    text-align: center;
}
.shipping-page .box-filled .icon {
    margin: 0 0 20px;
    display: block;
    min-height: 64px;
}
.shipping-page .box-filled h4 {
    margin: 0 0 25px;
}
.shipping-page .box-filled > h4 {
    margin-bottom: 40px;
}
.shipping-page .box-filled .download-btn {
    border: 1px solid #000;
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
}
.communications-page {
    padding: 20px 0 0;
}
.communications-page #gallery-communication-preview {
    margin: 0 0 20px;
    border: 1px solid #ccc;
    background: #d6d6d6;
    font-size: 18px;
    padding: 15px 30px;
}
.communications-page #gallery-communication-preview strong {
    display: inline-block;
    margin-right: 20px;
}
.communications-page .info {
    margin-bottom: 30px;
}
.communications-page .info p {
    font-size: 16px;
}
.communications-page .ad-partner-wrap {
    margin: 0 0 50px;
}
.communications-page .ad-partner-wrap .ad-partner {
    background: #f4f4f4;
    padding: 50px;
    height: 100%;
}
.communications-page .ad-partner-wrap .ad-partner h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 40px;
}
.communications-page .ad-partner-wrap .ad-partner h5 {
    color: rgba(234, 202, 121, 0.3);
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin: 25px 0 10px;
    text-transform: uppercase;
}
.communications-page .ad-partner-wrap .ad-partner address {
    font-size: 14px;
    margin: 0;
}
.communications-page .icons-box {
    padding: 50px 50px 25px;
    background: #f4f4f4;
    margin: 0 0 40px;
}
.communications-page .icons-box h3 {
    margin-bottom: 40px;
}
.communications-page .icons-box ul {
    margin: 0 0 25px;
}
.communications-page .icons-box ul li {
    color: #58595b;
}
.communications-page .icons-box p {
    overflow: hidden;
    margin: 0 0 25px;
}
.communications-page .icons-box p .icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 25px;
    float: left;
}
.communications-page .icons-box p .icon.icon18 {
    background: url("../images/icon18.png") no-repeat;
}
.communications-page .icons-box p .icon.icon19 {
    background: url("../images/icon19.png") no-repeat;
}
.communications-page .icons-box p .icon.icon20 {
    background: url("../images/icon20.png") no-repeat;
}
.communications-page .icons-box p .icon.icon21 {
    background: url("../images/icon21.png") no-repeat;
}
.communications-page .icons-box p .icon.icon22 {
    background: url("../images/icon22.png") no-repeat;
}
.communications-page .icons-box p .icon.icon23 {
    background: url("../images/icon23.png") no-repeat;
}
.communications-page .icons-box p .icon.icon24 {
    background: url("../images/icon24.png") no-repeat;
}
.communications-page .icons-box p .icon.icon25 {
    background: url("../images/icon25.png") no-repeat;
}
.communications-page .icons-box p .icon.icon26 {
    background: url("../images/icon26.png") no-repeat;
}
.communications-page .content-box {
    margin: 0 0 40px;
}
.communications-page .content-box h4 {
    text-align: center;
}
.communications-page .content-box article {
    padding: 50px 70px 50px 50px;
    background: #f4f4f4;
    height: 100%;
}
.communications-page .content-box article p {
    margin: 0 0 20px;
}
.communications-page .content-box article p *:last-child {
    margin: 0;
}
.communications-page .content-box figure {
    height: 100%;
    margin: 0;
}
.communications-page .content-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.communications-page .social-media {
    background: rgba(234, 202, 121, 0.3);
    padding: 50px 0;
    margin: 0 0 40px;
}
.communications-page .social-media h5 {
    font-size: 24px;
}
.communications-page .social-media p {
    color: #000;
}
.communications-page .social-media p.first {
    margin: 0 0 30px;
}
.communications-page .social-media p.last {
    margin: 30px 0 0;
}
.communications-page .social-media .icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
}
.communications-page .social-media .icon.fb {
    background: url("../images/social1.png") no-repeat;
    background-size: cover;
}
.communications-page .social-media .icon.tw {
    background: url("../images/social2.png") no-repeat;
    background-size: cover;
}
.communications-page .social-media .icon.it {
    background: url("../images/social3.png") no-repeat;
    background-size: cover;
}
.travel-page .content-box {
    padding: 50px 70px 50px 50px;
    background: #f4f4f4;
    margin: 0 0 40px;
}
.travel-page .content-box h3 {
    margin: 0;
}
.travel-page .content-box figure {
    margin: 30px 0 0;
    text-align: center;
}
.travel-page .content-box article {
    margin: 30px 0;
}
.travel-page .box-filled {
    background: rgba(234, 202, 121, 0.3);
    padding: 50px 0;
    text-align: center;
    margin: 0 0 40px;
}
.travel-page .box-filled .icon {
    margin: 0 0 20px;
    display: block;
}
.travel-page .box-filled p {
    clear: both;
    margin: 0 0 30px;
    color: #333;
}
.travel-page .box-filled h4 {
    margin: 0 0 25px;
    font-size: 14px;
    font-weight: 600;
}
.travel-page .box-filled ul {
    margin: 0 0 30px;
    padding: 0 50px;
    width: 25%;
    float: left;
}
.travel-page .box-filled ul li {
    list-style: none;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.travel-page .box-filled .download-btn {
    border: 1px solid #000;
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
}
.travel-page .box-filled p:last-child {
    margin: 0;
}
.travel-page .image-box {
    text-align: left;
}
.travel-page .image-box img {
    display: block;
    margin: 0 0 30px;
}
.travel-page .image-box h5 {
    font-size: 24px;
    text-transform: uppercase;
}
.travel-page .image-box h6 {
    color: #6e6e6e;
    font-size: 14px;
    margin: 0 0 45px;
}
.travel-page .data-table {
    margin: 0;
}
.image-library figure {
    margin: 0;
    background: #f1f1f1;
}
.image-library figure img {
    margin: 0 auto;
}
.image-library figure.image-box {
    height: 600px;
}
.image-library figure.image-box img {
    height: 100%;
}
.image-library .edit-form {
    background: #f4f4f4;
    padding: 50px;
}
.image-library .edit-form textarea {
    height: 150px;
}
.image-library .edit-form .checkbox input[type="checkbox"] {
    left: 0;
    margin-left: 0;
}
.image-library .upload-form {
    background: #f4f4f4;
    padding: 50px;
    margin: 0 0 40px;
}
.image-library .upload-form h4 {
    font-size: 18px;
    color: #5b91ae;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.image-library .upload-form p {
    margin: 0 0 10px;
    font-size: 12px;
}
.image-library .upload-form .dropzone-wrap {
    background: #fff;
    padding: 20px;
    margin-right: 20px;
}
.image-library .upload-form fieldset:last-child {
    margin-bottom: 0;
}
.image-library .upload-form .checkbox input[type="checkbox"] {
    left: 0;
    margin-left: 0;
}
.image-library .info {
    background: #f4f4f4;
    padding: 50px;
    text-align: center;
    margin: 0 0 40px;
}
.image-library .info p {
    margin: 0;
}
.image-library .image-gallery h4 {
    margin: 0 0 30px;
}
.image-library .image-gallery figure {
    position: relative;
    margin-bottom: 30px;
}
.image-library .image-gallery figure .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}
.image-library .image-gallery figure .overlay p {
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.image-library .image-gallery figure .overlay p a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #fff;
    margin: 20px 0 0;
}
.image-library .image-gallery figure .overlay p a i {
    margin-right: 5px;
}
.image-library .image-gallery figure span.label {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
}
.image-library .image-gallery figure:hover .overlay {
    display: block;
}
.gallery-profile-page h6 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.gallery-profile-page p {
    margin: 0 0 25px;
}
.gallery-profile-page .data-table {
    margin: 0;
}
.catalogue-entry-page .info {
    background: #f4f4f4;
    padding: 50px;
    margin-bottom: 30px;
}
.catalogue-entry-page .info p {
    font-size: 16px;
    margin-bottom: 30px;
}
.catalogue-entry-page .gallery-info {
    padding: 0 100px;
    margin: 0 0 30px;
}
.catalogue-entry-page .gallery-info h6 {
    font-size: 14px;
    color: rgba(234, 202, 121, 0.3);
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.catalogue-entry-page .upload-form h4 {
    font-size: 18px;
    color: rgba(234, 202, 121, 0.3);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.catalogue-entry-page .upload-form p {
    margin: 0 0 10px;
    font-size: 12px;
}
.catalogue-entry-page .upload-form fieldset:last-child {
    margin-bottom: 0;
}
.footer_menu .newsletter {
    background-color: #5b91ae;
}
#confirmation-popup .modal-dialog {
    max-width: 700px;
    margin: 100px auto 0;
}
#confirmation-popup .modal-dialog .modal-content {
    padding: 50px;
}
#confirmation-popup .modal-dialog .modal-content .modal-header {
    margin-bottom: 30px;
    padding: 0;
}
#confirmation-popup .modal-dialog .modal-content .modal-header h3 {
    text-transform: capitalize;
    font-family: "Gotham Book";
    font-size: 20px;
}
#confirmation-popup .modal-dialog .modal-content .modal-header .preview {
    margin: 30px 0 0;
}
#confirmation-popup .modal-dialog .modal-content .modal-header .preview h2 {
    font-family: "Gotham Bold";
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
}
#confirmation-popup .modal-dialog .modal-content .modal-header .preview h2 small {
    font-family: "Gotham Book";
    text-transform: capitalize;
}
#confirmation-popup .modal-dialog .modal-content .modal-body input.error {
    border-color: red;
}
#confirmation-popup .modal-dialog .modal-content .modal-body input.error + label {
    color: red;
}
#confirmation-popup .modal-dialog .modal-content .modal-body .bootstrap-select .dropdown-toggle {
    padding: 12px;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
    border-color: #ccc;
}
#confirmation-popup .modal-dialog .modal-content .modal-body .bootstrap-select .dropdown-menu {
    top: 44px;
}
#confirmation-popup .modal-dialog .modal-content .modal-footer p {
    margin: 30px 0 0;
}
#confirmation-popup button.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    display: table;
    content: "";
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
.data-table tbody tr td.icon-pdf-download {
    background: url(../images/icon-pdf-download.png) no-repeat;
    background-position: left center;
    padding-left: 70px;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.btn.btn-yellow {
    background: rgba(234, 202, 121, 0.3);
    border-color: #58595b;
}
.booth-info h5 {
    color: #000;
    text-transform: uppercase;
    font-family: "Gotham Medium";
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.booth-info strong {
    font-family: "Gotham Medium";
    color: #000;
    min-width: 80px;
    display: inline-block;
}
.booth-info p {
    line-height: 3.5;
    border-bottom: 1px solid #dadada;
}
.booth-info p:last-child {
    border-bottom: 0px;
}
.mt-5 {
    margin-top: 50px !important;
}
.mb-5 {
    margin-bottom: 50px !important;
}