/* Minification failed. Returning unminified contents.
(205,28): run-time error CSS1039: Token not allowed after unary operator: '-ea-btn-color'
(207,28): run-time error CSS1039: Token not allowed after unary operator: '-ea-btn-bg-color'
(214,35): run-time error CSS1039: Token not allowed after unary operator: '-ea-btn-bg-color'
(478,32): run-time error CSS1039: Token not allowed after unary operator: '-ea-bg-color'
(479,21): run-time error CSS1039: Token not allowed after unary operator: '-ea-color'
(483,32): run-time error CSS1039: Token not allowed after unary operator: '-ea-deemphasized-color'
(487,25): run-time error CSS1039: Token not allowed after unary operator: '-ea-title-color'
(491,32): run-time error CSS1039: Token not allowed after unary operator: '-ea-alt-bg-color'
(492,21): run-time error CSS1039: Token not allowed after unary operator: '-ea-alt-color'
(496,25): run-time error CSS1039: Token not allowed after unary operator: '-ea-alt-title-color'
(500,32): run-time error CSS1039: Token not allowed after unary operator: '-ea-alt-deemphasized-color'
(1037,35): run-time error CSS1039: Token not allowed after unary operator: '-ea-deemphasized-color'
(1059,35): run-time error CSS1039: Token not allowed after unary operator: '-ea-deemphasized-color'
(2396,17): run-time error CSS1039: Token not allowed after unary operator: '-ea-title-color'
(3054,36): run-time error CSS1039: Token not allowed after unary operator: '-ea-btn-bg-color'
(3061,37): run-time error CSS1039: Token not allowed after unary operator: '-ea-btn-bg-color'
 */

.pull-to-dir {
    float: left;
}

.pull-rev-dir {
    float: right;
}

.rtl {
    direction: rtl;
}

.min-w-10ch {
    min-width: 10ch;
}

.min-w-40ch {
    min-width: 40ch;
}

.form-group {
    margin-bottom: 1rem;
}

    .form-group .form-control {
        font-size: 1.2rem;
    }

.table {
    color: inherit;
}

    .table tr td {
        border: none;
    }


#wrapper {
    margin-top: 50px;
}

@font-face {
    font-family: 'eaicon';
    src: url('../fonts/icomoon.eot?nzhop0');
    src: url('../fonts/icomoon.eot?nzhop0#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?nzhop0') format('truetype'), url('../fonts/icomoon.woff?nzhop0') format('woff'), url('../fonts/icomoon.svg?nzhop0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* stylish-portfolio */
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .text-vertical-center h1 {
        margin: 0;
        padding: 0;
        font-size: 4.5em;
        font-weight: 700;
    }

/* Custom Button Styles */


/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    #sidebar-wrapper.active {
        top: 0;
        right: 250px;
        width: 250px;
        box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

.sidebar-nav li a {
    display: block;
    text-decoration: none;
}

    .sidebar-nav li a:active,
    .sidebar-nav li a:focus {
        text-decoration: none;
    }

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

    .sidebar-nav > .sidebar-brand a:hover {
        color: #fff;
        background: none;
    }


/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

    .call-to-action .btn {
        margin: 10px;
    }

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/* Footer */

.message {
    font-size: 1.5em;
    margin-left: 15px;
    margin-right: 15px;
}

.close {
    opacity: 1;
    font-size: 2em;
    float: right;
}

.modal-header .close {
    margin-top: -5px;
}

.fixed-background {
    position: fixed;
    min-height: 500px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /*125% To compensate for mobile browser address bar space */
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
}

#iframeMap {
    width: 100%;
    height: 100%;
}

.justify {
    text-align: justify;
}

.ea-Agenda {
    color: black;
}

.ws-agenda-nav .nav-item {
    border-radius: 30px;
    border: 1px solid var(--ea-btn-color);
    margin: 8px;
    background-color: var(--ea-btn-bg-color);
    padding-left: 0px;
    padding-right: 0px;
}

.ws-agenda-nav nav-item a.nav-link.active {
    font-weight: bold;
    border-bottom: solid 4px var(--ea-btn-bg-color);
}

.collapsed {
    margin-left: 10px;
}

.btn-dark {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-light {
    background-color: white;
    color: #373a3c;
    border-color: #adadad;
}

blockquote {
    border-left: 0;
    font-size: 1.5em;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: initial;
}

#menu-toggle {
    z-index: 1000;
    float: left;
}

.navbar .navbar-nav .navbar-brand {
    margin: 0;
}

.toggle {
    margin: 5px 5px 0 0;
}

ul.langbar {
    display: block;
    position: fixed;
    right: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    list-style: none;
}

    ul.langbar > li > a {
        padding-inline-start: 1rem;
    }


.legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 1.5em;
    line-height: inherit;
    color: #333;
    border: 0;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.btn-action span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

    .btn-action span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: 0;
        right: -1em;
        transition: 0.5s;
    }

.btn-action:hover span {
    padding-right: 1.2em;
}

    .btn-action:hover span:after {
        opacity: 1;
        right: 0;
    }


.nav-text {
    text-align: left;
    color: white;
}

nav.navbar-event {
    height: 50px;
    overflow: hidden;
}

    nav.navbar-event img
    {
        max-height: 40px;
    }

    .dropdown-menu {
        left: -60px;
        background-color: #222;
    }

.langbar-sm {
    margin-top: 0;
    padding-top: 0;
}

.red {
    color: red;
}

.thumb {
    margin-bottom: 30px;
}

.site-footer {
    min-height: 150px;
}

.modal {
    color: black;
}

.top {
    z-index: 1050;
    position: fixed;
    top: 0;
    min-height: 55px;
    left: 0;
    border-radius: 0;
    color: #fff !important;
    background-color: rgba(0,0,0,0.4);
}

#lang label {
    color: white;
    text-decoration: none;
}

.logo-right {
    float: right;
    padding-left: 10px;
    padding-bottom: 5px;
}

.logo-left {
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
}

.clearfix {
    padding-bottom: 15px;
}

.headline {
    text-transform: uppercase;
    text-align: center;
}

h2.headline {
    font-size: 2em;
    letter-spacing: 0.1em;
    padding-bottom: 1rem;
}

.background {
    background-color: white !important;
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background-size: cover;
}

.vertical {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.ws-side-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    right: 0;
    top: 0;
    width: 100%;
    background-position-y: center;
    margin-right: 30px;
    margin-left: -15px;
}

.ws-row {
    position: relative;
    display: flex;
    height: auto;
}


.ws-link-icon {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
}

.ws-link-title {
    padding: 15px;
    font-size: 2em;
}

.section-bg {
    display: block;
    width: 100%;
    background: url() no-repeat center center scroll;
    background-size: cover;
}

.sponsor-img {
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 130px;
    margin-bottom: 20px;
    border: 1px solid #e1e2e7;
    display: table;
}

/* make container-fluid */
.ws-section {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .ws-section .h2 {
        font-size: 3em;
    }

    .ws-section:nth-of-type(odd) {
        background-color: var(--ea-bg-color);
        color: var(--ea-color);
    }

        .ws-section:nth-of-type(odd) .border-color {
            border-color: var(--ea-deemphasized-color);
        }

        .ws-section:nth-of-type(odd) a, .ws-section:nth-of-type(odd) a:link, .ws-section:nth-of-type(odd) a:visited, .ws-section:nth-of-type(odd) a:active {
            color: var(--ea-title-color);
        }

    .ws-section:nth-of-type(even) {
        background-color: var(--ea-alt-bg-color);
        color: var(--ea-alt-color);
    }

        .ws-section:nth-of-type(even) .headline, .ws-section:nth-of-type(even) h1, .ws-section:nth-of-type(even) h2, .ws-section:nth-of-type(even) h3, .ws-section:nth-of-type(even) h4, .ws-section:nth-of-type(even) h5, .ws-section:nth-of-type(even) h6, .ws-section:nth-of-type(even) a, .ws-section:nth-of-type(even) a:link, .ws-section:nth-of-type(even) a:visited, .ws-section:nth-of-type(even) a:active {
            color: var(--ea-alt-title-color);
        }

        .ws-section:nth-of-type(even) .border-color {
            border-color: var(--ea-alt-deemphasized-color);
        }

.section-main {
    padding-top: 50px;
    padding-bottom: 50px;
    vertical-align: middle;
    position: relative;
}

.ws-section img:not(.country-flag), .ws-section-raw img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}


.menu > li > a {
    text-transform: capitalize;
}

.events-list {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}

.company-img {
    height: 150px;
}

.no-padding {
    padding: 0;
}

.ws-story {
    padding: 0;
    border-radius: 0;
    border: none;
    background-color: initial;
}

    .ws-story img {
        width: 100%;
        display: block;
        border-radius: 5px;
        transition: all 0.5s ease;
        max-width: 400px;
    }

        .ws-story img:hover {
            transform: scale(1.04);
        }

    .ws-story h3 {
        text-align: center;
        margin: 0.5em 0 0.2em 0;
        font-weight: 500;
    }

.ws-topic-title {
    font-weight: bold;
}


.ws-exhibitor-box {
}

    .ws-exhibitor-box .exhibitor-details {
        padding-top: 20px;
    }

    .ws-exhibitor .exhibitor-bio p, .ws-exhibitor-box .exhibitor-bio p {
        white-space: pre-wrap;
        direction: ltr;
    }

    .ws-exhibitor-box .exhibitor {
        border: 0;
    }

.ws-exhibitors.row {
    justify-content: center;
}

.ws-exhibitors .exhibitor, .ws-exhibitors .exhibitor-card {
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    color: #555;
    overflow: hidden;
}

.exhibitor-card .exhibitor-name {
    padding-top: 0.5rem;
    height: 4rem;
    overflow: hidden;
}

.exhibitor-card .exhibitor-logo > img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width:768px) {
    .exhibitor-card .exhibitor-logo {
        height: 120px;
        overflow: hidden;
    }
}

.exhibitor-card .exhibitor-booth,
.exhibitor-card .exhibitor-country {
    height: 1.2rem;
    overflow: hidden;
    margin: 5px;
}

.exhibitor {
    position: relative;
    display: block;
    padding: 4px;
    height: 120px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .exhibitor > img {
        position: absolute;
        max-height: 95%;
        max-width: 70%;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    .exhibitor > .no-img {
        height: 120px;
        font-size: 1.5em;
        text-align: center;
        padding-top: 30px;
    }

    .exhibitor > .no-img-lg {
        padding-top: 10px;
    }

    .exhibitor > div {
        display: block;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

a.exhibitor.active, a.exhibitor:focus, a.exhibitor:hover {
    border-color: #337ab7;
}

@media only screen and (min-width : 768px) and (max-width : 1200px) {
    .exhibitor > .no-img-lg {
        font-size: 1.5em;
    }

    .exhibitor > .no-img-md {
        font-size: 1.7em;
        padding-top: 0;
    }
}


.ws-speaker-box {
    display: flex;
    flex-direction: column;
}

    .ws-speaker-box .speaker-img {
        width: 10rem;
        height: auto;
        border-radius: 10px;
    }

    .ws-speaker-box .speaker-details {
        padding-left: 1rem;
        border-radius: 5px;
    }

    .ws-speaker-box .speaker-bio {
        margin-top: 1rem;
    }

        .ws-speaker-box .speaker-bio p {
            white-space: pre-wrap;
            direction: ltr;
        }


    .ws-speaker-box .role-title {
        text-align: center;
        letter-spacing: 0.5em;
        font-weight: bold;
        padding: 15px;
        font-size: 2em;

    }

.ws-speaker .speaker-bio p {
    white-space: pre-wrap;
    direction: ltr;
    text-align: left;
}

.speaker {
    margin: auto;
    text-align: center;
}

    .speaker a:hover {
        cursor: pointer;
    }

    .speaker h4 {
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    .speaker h5 {
        margin: auto;
        line-height: 1.2em;
        font-weight: 400;
    }

.ws-section img.speaker-img {
    max-height: 200px;
    margin: 0 auto 0.5rem auto;
    border: solid 1px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.ws-section .speaker-img:hover {
    transform: scale(1.1);
}

.ws-speaker {
    padding-top: 1rem;
}

    .ws-speaker .speaker-bio {
        max-width: 60%;
        margin: auto;
        margin-top: 20px;
    }

.speakers-list .category-title {
    text-align: center;
}

.speakers-list + .speakers-list {
    margin-top: 2rem;
}

.contact-us-homepage {
    font-size: 1.5em;
}

.ws-faq {
    border: solid 1px;
    border-radius: 5px;
    margin-bottom: 0.4rem;
}

    .ws-faq .accordion-toggle {
        cursor: pointer;
    }

.ws-faq-question {
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0.5rem;
}

.ws-faq-answer {
    margin-inline-start: 1rem;
    display: none;
    white-space: pre-wrap;
}

.countdown .part {
    width: 25%;
    float: left;
    text-align: center;
}

    .countdown .part .value {
        font-size: 9vw;
        line-height: 1;
        display: block;
    }

    .countdown .part .text {
        font-size: 2vw;
        text-transform: uppercase;
        letter-spacing: 2px;
        opacity: .8;
        min-width: 6.5em;
        line-height: 1;
    }

/** Countdown for large screens **/
@media (min-width: 1024px) and (max-width: 1920px) {
    .countdown .part .value {
        font-size: 8vw;
    }
}

@media (min-width: 1920px) and (max-width: 2800px) {
    .countdown .part .value {
        font-size: 7vw;
    }
}

@media (min-width: 2801px) {
    .countdown .part .value {
        font-size: 6vw !important;
    }

    .countdown .part .text {
        min-width: 5.5em;
    }
}

#myCarousel {
    height: 200px;
    color: white;
    margin-bottom: 30px;
    background: #2f4357;
}

    #myCarousel .item img {
        margin: 0 auto;
        height: 200px;
        width: 200px;
    }

    #myCarousel h1, #myCarousel h3 {
        margin-top: 40px;
        font-size: 2em;
    }

.img-center {
    margin: 0 auto;
}

.spinner {
    position: absolute;
    left: 50%;
    padding-top: 5%;
    font-size: 60px;
}

.dir-en {
    direction: ltr;
}

.dir-he {
    direction: rtl;
}

.ltr {
    direction: ltr;
    text-align: left;
}

.rtl {
    direction: rtl;
    text-align: right;
}

.map {
    padding-bottom: 20px;
}


.table thead > tr > td {
    font-weight: bold;
}

hr.soften {
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    border: 0;
}

.list-group {
    color: black;
}

.no-link {
    text-decoration: none !important;
}

#btnRegister {
    text-decoration: none;
}

.right {
    float: right;
}

.ws-speakers-offset {
    margin-left: 12%;
}
/*languages*/
.span-wrepper {
    margin-left: 0;
}

    .span-wrepper input {
        margin: 0;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: none;
    }

        .span-wrepper input:active + .flag-label {
            opacity: 1;
        }

        .span-wrepper input:checked + .flag-label {
            -webkit-filter: none;
            -moz-filter: none;
            filter: none;
            opacity: 1;
        }

/*make language link show cursor*/
.link {
    cursor: pointer;
    color: white;
}

.ws-ticket-info {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 0;
}

.ticket-description {
    font-size: small;
}

#Header {
    margin-right: auto;
    margin-left: auto;
}

/*#region landing header */
#landing-header .landing-header-content {
    background-color: rgba(70, 72, 82, 0.5);
    position: absolute;
    bottom: 0;
    /*padding: 5%;*/
    width: 100%;
    height: 100%;
    text-align: center;
    max-width: 100%;
}

.landing-header-content h1,
.landing-header-content h2,
.landing-header-content h3,
.landing-header-content h4 {
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}

.landing-header-content h1 {
    font-weight: bold;
    font-size: 8vw;
}

.landing-header-content h2 {
    font-size: 4vw;
}

.landing-header-content h3 {
    font-size: 2.5vw;
}

#landing-header .landing-img {
    width: 100%;
    position: relative;
}


/*#endregion */

/*.modal-footer {
    margin-left: 20px;
}*/

.lead-text {
    margin: 0;
    font-weight: bold;
    font-size: 1.5em;
}

.text-big {
    font-size: 24px;
}

.text-wrepper {
    top: 25%;
    left: 30%;
    position: absolute;
}

.containerbg {
    background-color: white;
}

/*#region menu style */

.offcanvas .offcanvas-header {
    border-bottom: solid 1px var(--ea-deemphasized-color);
}

.navbar-event .navbar-nav li {
    transition: transform 0.3s ease-in-out;
}

    .navbar-event .navbar-nav li:hover {
        transform: translateY(-1px);
    }

.offcanvas .navbar-nav li:not(disabled) {
    transition: transform 0.3s ease-in-out;
}

    .offcanvas .navbar-nav li:not(disabled):hover {
        transform: translateX(8px);
    }

.offcanvas .navbar-nav li.nav-item-divder {
    height: 1px;
    margin: 0.5rem 0;
    border-bottom: solid 1px var(--ea-deemphasized-color);
    cursor: default;
}

/*#endregion */
/*#region footer */
footer p {
    font-size: 20px;
}

    footer p.small {
        font-size: 16px;
    }

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

footer .btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer {
    color: #fff;
    padding: 0;
}

    footer h3 {
        margin-bottom: 30px;
    }

    footer .footer-above {
        padding-top: 50px;
        background-color: #3F3F3F;
    }

    footer .footer-col {
        margin-bottom: 50px;
    }

    footer .footer-below {
        padding: 2rem 0;
        background-color: #535252;
    }

    footer .btn-social {
        display: inline-block;
        width: 50px;
        height: 50px;
        border: 2px solid #fff;
        border-radius: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 45px;
    }

    footer .btn:focus,
    footer.btn:active,
    footer .btn.active {
        outline: 0;
    }

    footer a,
    footer a:hover,
    footer a:focus,
    footer a:active,
    footer a.active {
        outline: 0;
        color: #18bc9c !important;
    }

    footer .btn-outline:hover,
    footer .btn-outline:focus,
    footer .btn-outline:active,
    footer .btn-outline.active {
        border: solid 2px #fff;
        color: #18bc9c;
        background: #fff;
    }

/*#endregion */

/*#region Collapse-nav */

/* ==================================================
  Collapse-nav styling
  ================================================== */
.collapse-nav:before,
.collapse-nav:after {
    content: " ";
    display: table;
}

.collapse-nav:after {
    clear: both;
}

.collapse-nav .navbar-brand,
.collapse-nav.navbarnav > li > a {
    padding: 15px;
}


.collapse-item.collapse-item-hidden {
    display: none;
}

.collapse-nav .collapse-item {
    float: left !important;
}

.collapse-nav-target .collapse-item {
    float: none !important;
}

.collapse-nav-target .dropdown-menu {
    position: absolute !important;
    background: black !important;
    -webkit-background-clip: padding-box !important;
    -moz-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border: 1px solid #ccc !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    right: 0 !important;
    left: auto !important;
    margin-top: 0 !important;
}

    .collapse-nav-target .dropdown-menu > li > a {
        color: rgba(255,255,255,0.8) !important;
    }

/* ==================================================
  Collapse-nav styling END
  ================================================== */

/*#endregion */

.spacing {
    margin: 0 5px 0 5px;
}

.mail-modal {
    padding: 20px 23px 23px;
}

.section-sm {
    padding: 50px 0;
    min-height: 100px;
}


/* Custom Button Styles */
.btn-menu-dark {
    border-radius: 0;
    color: #fff !important;
}

    .btn-menu-dark:hover,
    .btn-menu-dark:focus,
    .btn-menu-dark:active {
        color: #fff;
        background-color: rgba(0,0,0,0.7);
    }

.btn-menu-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

    .btn-menu-light:hover,
    .btn-menu-light:focus,
    .btn-menu-light:active {
        color: #333;
        background-color: rgba(255,255,255,0.8);
    }

/*#region searchbar */

.search-box {
    position: absolute;
    margin-left: 400px;
    right: 50px;
}

.search-icon {
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-icon-open {
    z-index: 1000;
    right: 400px;
}

.icon-magnifier {
    z-index: 1010;
}

.navbar-toggle {
    left: 20px;
    float: left;
}

.search-bar {
    border: 0 none;
    border-radius: 20px;
    /*width: 400px;*/
    height: 40px;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
    padding: 0;
    position: absolute;
    right: 0;
}

.search-bar-open {
    display: block;
    width: 400px;
    padding-left: 40px;
    padding-right: 10px;
    top: 0;
    z-index: 1020;
}

/*#endregion */


/*#region Carousel directive */

/* ==================================================
  carousel directive
  ================================================== */

.ea-carousel .carousel-inner img {
    height: 500px;
    margin: 0 auto;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.ea-carousel .carousel-inner .next.left,
.ea-carousel .carousel-inner .prev.right {
    opacity: 1;
}

.ea-carousel .carousel-control {
    z-index: 1000;
    width: 0;
    visibility: hidden;
}

.ea-carousel:hover .carousel-control {
    visibility: visible;
    cursor: pointer;
}

.ea-carousel .carousel-control.left,
.ea-carousel .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

    .ea-carousel .carousel-control.left span {
        padding: 15px;
        margin-left: 0;
    }

    .ea-carousel .carousel-control.right span {
        padding: 15px;
        margin-right: 0;
    }


.ie .ea-carousel .carousel-control.left span {
    padding: 10px;
    margin-left: 0;
}

.ie .ea-carousel .carousel-control.right span {
    padding: 10px;
    margin-right: 0;
}


.ea-carousel .carousel-control .glyphicon-chevron-left,
.ea-carousel .carousel-control .glyphicon-chevron-right,
.ea-carousel .carousel-control .icon-prev,
.ea-carousel .carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

.ea-carousel .carousel-control .glyphicon-chevron-left,
.ea-carousel .carousel-control .icon-prev {
    left: 0;
}

.ea-carousel .carousel-control .glyphicon-chevron-right,
.ea-carousel .carousel-control .icon-next {
    right: 0;
}

.ea-carousel .carousel-control.left span,
.ea-carousel .carousel-control.right span {
    background-color: #000;
    color: white;
}

    .ea-carousel .carousel-control.left span:hover,
    .ea-carousel .carousel-control.right span:hover {
        opacity: .7;
        filter: alpha(opacity=70);
    }

.ea-carousel .text {
    color: #fff;
}

.ea-carousel .carousel-caption {
    bottom: 600px;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    color: #fff;
    background-color: rgba(70,72,82,.5);
    display: inline-block;
}

.ea-carousel .active .carousel-caption {
    bottom: 20px;
}

/* ==================================================
  carousel directive END
  ================================================== */
/*#endregion */

/*#region bootstrap override */
.dropdown-menu > li > a {
    color: #fff;
}

.nav-links a, .nav-links span {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}

    .nav-links A:hover {
        color: #FFF !important;
    }


body.modal-open {
    overflow: visible;
}


/*#endregion */




/* ribbon  */
.app-image {
    min-width: 255px;
}

.side-corner-tag {
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 5px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-weight: 900;
}

    .side-corner-tag p {
        display: inline;
    }

        .side-corner-tag p span {
            position: absolute;
            display: inline-block;
            right: -20px;
            box-shadow: 0 0 10px rgba(0,0,0,.2), inset 5px 30px rgba(255,255,255,.2);
            text-align: center;
            text-transform: uppercase;
            top: 17px;
            background: #d93131;
            width: 194px;
            padding: 1px 5px;
            -moz-transform: rotate(28deg);
            -ms-transform: rotate(28deg);
            -o-transform: rotate(28deg);
            -webkit-transform: rotate(28deg);
            transform: rotate(21deg);
        }

        .side-corner-tag p:before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: -17px;
            right: 69px;
            z-index: -1;
            border: 17px solid;
            border-color: transparent transparent #662121 transparent;
        }

        .side-corner-tag p:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 74px;
            z-index: -1;
            right: -10px;
            border: 17px solid;
            border-color: #662121 transparent transparent transparent;
        }

/********************************/
/*       Fade carousel       */
/********************************/
.fade-carousel {
    position: relative;
    /*height: 100vh;*/
    min-height: 100%;
}

    .fade-carousel .carousel-inner .item {
        height: 100vh;
        min-height: 100%;
    }

    .fade-carousel .carousel-indicators > li {
        margin: 0 2px;
        opacity: .7;
    }

        .fade-carousel .carousel-indicators > li.active {
            width: 10px;
            height: 10px;
            opacity: 1;
        }


.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-shadow: -1px -1px 5px rgba(0,0,0,.4), 1px 1px 5px rgba(0,0,0,.4), -1px 1px 5px rgba(0,0,0,0.4), 1px -1px 5px rgba(0,0,0,0.4);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

    .hero span {
        font-weight: bold;
        line-height: 1;
        display: block;
        margin: 0;
        padding: 0;
    }

.slider-image .hero {
    opacity: 0;
    -webkit-transition: .6s all ease-in-out .1s;
    -moz-transition: .6s all ease-in-out .1s;
    -o-transition: .6s all ease-in-out .1s;
    -webkit-transition: 1s all ease-in-out .1s;
    -moz-transition: 1s all ease-in-out .1s;
    -o-transition: 1s all ease-in-out .1s;
    transition: .6s all ease-in-out .1s;
    transition: 1s all ease-in-out .1s;
}

.slider-image.active .hero {
    opacity: 1;
    -webkit-transition: .6s all ease-in-out .1s;
    -moz-transition: .6s all ease-in-out .1s;
    -o-transition: .6s all ease-in-out .1s;
    transition: .6s all ease-in-out .1s;
}

.slider-image {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    /*-moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);*/
}

    .slider-image.active {
        -moz-transition: all 3s;
        -o-transition: all 3s;
        -webkit-transition: all 3s;
        transition: all 3s;
    }

/* Overlay   */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .5;
}

.fade-carousel .carousel-control.right span {
    padding: 10px;
}

.fade-carousel .carousel-control.left span {
    padding: 10px;
}
/*   Slides backgrounds  */
.fade-carousel .slide-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat;
}

.slider {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.slider-container {
    min-height: 100px;
    position: relative;
}

.hero .title {
    font-size: 5vw;
}

.hero .subtitle {
    font-size: 2.5vw;
    margin-top: 15px;
}

.placeholder {
    height: 55vh;
}

/* hero carousel */
.welcome-buttons {
    position: relative;
    width: 100%;
    color: #FFF;
    z-index: 1;
}

.btn-welcome {
    font-size: 2em;
    white-space: initial;
    line-height: 1.5em;
    font-weight: bold;
    color: #FFF !important;
    background-color: rgba(0, 0, 0, 0.50);
    border-color: #000;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

    .btn-welcome:hover {
        color: #000 !important;
        background-color: #FFF;
    }
/**Welcome Slider Content*/
.ws-sliderwelcome-content {
    background-color: rgba(0,0,0,0.6);
    text-align: center;
}

    .ws-sliderwelcome-content h2 {
        font-size: 2em;
        border-bottom: solid 1px;
        padding-bottom: 2.5vh;
        margin-bottom: 2.5vh;
    }

    .ws-sliderwelcome-content h3 {
        font-size: 1.17em;
    }

/********************************/
/*          forcast             */
/********************************/
.forcast-title {
    position: relative;
    font-size: 1.5em;
}

.forcast-currently {
    font-size: 1.5em;
}

.forcast-temp {
    display: inline-block;
    position: relative;
    top: -15px;
    margin-left: 5px;
    font-size: 1.5em;
}

.forcast-daily {
    display: table;
    font-size: 1em;
    text-align: center;
}

    .forcast-daily .day {
        display: table-cell;
        text-align: center;
    }

        .forcast-daily .day .day-label {
            display: inline-block;
            width: 100%;
        }

.forcast-temp-bar {
    position: relative;
    width: 20px;
    margin: 18px auto 0;
    background-color: rgb(0, 170, 255);
    border-radius: 200px;
}

.high-temp {
    position: relative;
    width: 100%;
    top: -28px;
    font-size: 1.5em;
}

.low-temp {
    position: relative;
    width: 100%;
    top: 10px;
    font-size: 1.5em;
}

.forcast-temp-sm {
    top: -10px;
    margin-left: 5px;
    font-size: 1.5em;
}
/* forecast end */


/********************************/
/*          testimonials        */
/********************************/

.ws-testimonials .owl-dots {
    margin: 0 auto; /*for centering the dots*/
    text-align: center;
}

.ws-testimonials .owl-dot {
    text-align: center;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    /*border: 1px solid #ccc;*/
    background: #333;
    margin-right: 5px;
    display: inline-block; /*for making them horizontal, if you want vertical then you can use- display: block*/
}

    .ws-testimonials .owl-dot.active {
        background: #535252;
    }

.ws-testimonials .pic {
    margin-right: 1em;
    width: 180px;
    float: left;
    overflow: hidden;
    border-radius: 4px;
    border: 8px solid rgba(255,255,255,0.15);
}

.rtl .ws-testimonials .pic {
    margin-right: 0;
    margin-left: 1em;
}

.ws-testimonials .pic img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.ws-testimonials .testifier {
    margin-top: 10px;
}

    .ws-testimonials .testifier .name {
    }

    .ws-testimonials .testifier .org:before {
        content: ",";
    }

.ws-testimonials .owl-height {
    min-height: 250px !important;
}

.ws-testimonials blockquote:before {
    content: open-quote;
    font-size: 3em;
    line-height: 0.1em;
    vertical-align: -0.4em;
    margin-left: -0.2em;
}

.ws-testimonials blockquote:after {
    content: close-quote;
    font-size: 3em;
    line-height: 0.1em;
    vertical-align: -0.4em;
}

.ws-testimonials blockquote {
    display: inline;
    border-left: 0;
    font-size: 1.5em;
    position: relative;
    quotes: "\201C""\201D""\2018""\2019";
}

    .ws-testimonials blockquote p {
        display: inline;
        font-style: italic;
    }

.ws-testimonials .owl-theme .owl-controls .owl-page.active span {
    background: #fff;
    border: 1px solid #fff;
}

.ws-testimonials .owl-theme .owl-controls .owl-page span {
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
}

/**  end */

/*** Article ***/
.ws-article img {
    position: relative;
    margin-top: -20%;
    max-width: 300px;
}

.ws-article {
    padding: 3%;
    background: #fff;
    transition: all 0.6s ease-out;
    box-shadow: 0 5px 6px #444;
}

.ws-article-article {
    padding: 10%;
    background: #444;
    color: #eee;
}

.article-header {
    background: #f9f9f9;
    padding: 6%;
    color: #444444;
}

.ws-article-btn {
    color: #fff;
    background-color: #F95353;
    border-color: #F95353;
    border-radius: 0;
    padding: 3%;
    transition: all 0.6s ease-in;
}

    .ws-article-btn:hover {
        color: #eee;
        transition: all 0.5s ease-in;
    }

.ws-article-footer, .ws-article-footer a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.5em;
}

/*** Article End***/

.ws-stats .counters {
}

.ws-stats .counterbox {
    text-align: center;
    margin: 0 25px 0 25px;
}

.ws-stats .count::after {
    content: '+';
    margin-left: -0.2em;
}

.ws-stats .count {
    font-size: 6em;
    font-weight: 900;
    margin: 0 25px 0 25px;
    line-height: 1em;
}

.ws-stats .title {
    text-transform: uppercase;
    margin: 0 20px 20px 20px;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 0.5em;
}


div.list-group-item {
    height: auto;
    min-height: 220px;
}

.img-news {
    max-width: 200px;
}


/*=========================
  Social links Icons
 ================= */
.ws-social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    .ws-social-network li {
        display: inline;
        margin: 0 5px;
    }

    /*  social icons */
    .ws-social-network a.icoRss:hover {
        background-color: #F56505;
    }

    .ws-social-network a.icoFacebook:hover {
        background-color: #3B5998;
    }

    .ws-social-network a.icoTwitter:hover {
        background-color: #33ccff;
    }

    .ws-social-network a.icoGoogle:hover {
        background-color: #BD3518;
    }

    .ws-social-network a.icoVimeo:hover {
        background-color: #0590B8;
    }

    .ws-social-network a.icoLinkedin:hover {
        background-color: #007bb7;
    }

        .ws-social-network a.icoRss:hover i, .ws-social-network a.icoFacebook:hover i, .ws-social-network a.icoTwitter:hover i,
        .ws-social-network a.icoGoogle:hover i, .ws-social-network a.icoVimeo:hover i, .ws-social-network a.icoLinkedin:hover i {
            color: #fff;
        }

a.ws-socialIcon:hover, .ws-socialHoverClass {
    color: #44BCDD;
}

.ws-social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.ws-social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.ws-social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.ws-social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.ws-social-circle a {
    background-color: #D3D3D3;
}

/*=========================
  Social links Icons End
 ================= */

/*#region media queries */
/* Landscape phones and down */
@media (max-width: 480px) {
    .ws-stats .counterbox {
        margin: 0;
    }

    .ws-stats .count::after {
        content: '+';
        margin-left: -0.2em;
    }

    .ws-stats .count {
        font-size: 4em;
        margin: 0;
    }

    .ws-stats .title {
        margin: 0;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    .sponsor-img {
        margin-left: 5px;
        margin-right: 5px;
        position: relative;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
        border: 1px solid #e1e2e7;
        display: table;
        height: 100px;
    }

    .nav .navbar-nav {
        padding: 5px;
    }

    #sidebar-wrapper {
        top: 0;
        right: 0;
        width: 200px;
        z-index: 1000;
        width: 0;
        height: 100%;
        margin-left: -220px;
        overflow-y: auto;
        overflow-x: hidden;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        #sidebar-wrapper.active {
            right: 250px;
            width: 250px;
            box-shadow: 8px 0 8px 0 rgba(0, 0, 0, 0.1);
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

        #sidebar-wrapper::-webkit-scrollbar {
            display: none;
        }

    #wrapper.toggled #sidebar-wrapper {
        width: 220px;
    }

    .text-wrepper {
        top: 0;
        left: 0;
        position: relative;
    }

    .carousel-fade .carousel-inner img {
        width: 100%;
        height: 300px;
    }
}

/* Portrait tablet to landscape and desktop */

@media screen and (min-width: 768px) {
    .ea-carousel .carousel-control .glyphicon-chevron-left,
    .ea-carousel .carousel-control .glyphicon-chevron-right,
    .ea-carousel .carousel-control .icon-next,
    .ea-carousel .carousel-control .icon-prev {
        width: unset;
        height: unset;
        margin-top: unset;
        font-size: 30px;
    }

    .ie .ea-carousel .carousel-control .glyphicon-chevron-left,
    .ie .ea-carousel .carousel-control .glyphicon-chevron-right,
    .ie .ea-carousel .carousel-control .icon-next,
    .ie .ea-carousel .carousel-control .icon-prev {
        width: 50px;
        height: 50px;
        margin-top: auto;
        font-size: 30px;
    }

    .ws-sliderwelcome-content h2 {
        font-size: 4em;
    }

    .ws-sliderwelcome-content h3 {
        font-size: 2em;
    }
}

@media (min-width: 768px) and (max-width: 1999) {
    .headline h2 {
        font-size: 4vw;
    }
}

/* 1 px below bootstrap col-md */
@media(max-width:991px) {
    .ws-side-img {
        background: no-repeat 100% 100%;
        background-size: cover;
        height: 100%;
        right: 0;
        margin-right: 0;
        min-height: 400px;
        top: 0;
    }
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 1024px) {
    .hero {
        width: 980px;
    }
}

/* Large desktop */
@media (min-width: 1200px) {
    .headline h2 {
        font-size: 3em;
    }
}

/*#endregion */

.no-container .container {
    width: 100%;
}

.time-to {
    letter-spacing: 2px;
    font-size: 1.5em;
}

    .time-to span {
        display: inline-block;
        color: red;
    }

.text p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.image img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-of-text p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-of-text p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-of-text {
    height: 120px;
    font-size: 1.5em;
    overflow: hidden;
}

.ea-fixed-btn {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: 1000;
    border-radius: 0;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
}

.btn-featured {
    font-weight: bold;
    border-radius: 50px;
    margin: 10px;
}

.btn-animate {
    text-decoration: none;
    padding: 8px 43px 8px 23px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    background-color: #F27935;
}

    .btn-animate span {
        position: relative;
        z-index: 3;
    }

    .btn-animate .round {
        width: 25px;
        height: 24px;
        position: absolute;
        right: 3px;
        top: 3px;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        z-index: 2;
    }

        .btn-animate .round i {
            position: absolute;
            top: 50%;
            margin-top: -7px;
            left: 50%;
            margin-left: -14px;
            /*-moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;*/
        }

.btn-main .btn-txt {
    font-size: 2em;
    line-height: 1.45;
}

.btn-animate:hover {
    padding-left: 48px;
    padding-right: 28px;
}

    .btn-animate:hover .round {
        width: calc(100% - 6px);
    }

        .btn-animate:hover .round i {
            left: 12%;
        }

.btn-center {
    margin: 0 auto;
}

@media only screen and (max-width : 768px) {
    .ea-fixed-btn {
        width: 100%;
    }

        .ea-fixed-btn .round {
            visibility: hidden;
        }
}

.no-geolocation .map {
    display: none;
}

.ws-ticket-info + .ws-ticket-info {
    margin-top: 50px
}

.ws-ticket-info .price {
    text-align: center;
}

.card-body {
    padding: 15px;
}

.card:not(.eventcard) {
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.14), 0 2px 2px 0 rgba(0,0,0,.098), 0 1px 5px 0 rgba(0,0,0,.084);
    border: 0;
}

.ws-section .card h1, .ws-section .card h2, .ws-section .card h3,
.ws-section .card h4, .ws-section .card h5, .ws-section .card h6 {
    color: var(--ea-title-color);
}


.speaker-header {
    margin-top: -120px;
}

.profile-pic {
    border-radius: 50%;
    max-width: 50%;
}

#contact-exhibitor .profile-pic {
    max-width: 150px;
}

.ws-speaker-btn {
    color: #fff;
    background-color: #F95353;
    border-color: #F95353;
    border-radius: 0;
    padding: 3%;
    transition: all 0.6s ease-in;
}

    .ws-speaker-btn:hover {
        color: #eee;
        transition: all 0.5s ease-in;
    }

.ws-speaker-footer, .ws-speaker-footer a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.5em;
}

.ws-exhibitor {
    margin-bottom: 20px;
}

    .ws-exhibitor .exhibitor-header {
        margin-top: -20px;
    }

.ws-exhibitors .exhibitor-logo-warp {
    padding-top: 0.75rem;
    padding-bottom: 1rem;
}

.ws-exhibitors .exhibitor-name {
    display: block;
    text-align: center;
}

.ws-exhibitor-footer, .ws-exhibitor-footer a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.5em;
}

.ws-section .column-box {
    padding: 1em;
    border-radius: 5px;
    height: 100%;
}

@media (max-width: 768px) {
    .ws-section .row-box {
        display: block;
    }

        .ws-section .row-box .column-box {
            margin-top: 1em;
        }
}

.img-xs {
    height: 25px;
    display: inline-block;
}

.ws-section.contact-us img.company-logo {
    max-width: 250px;
}

.article-image {
    max-width: 250px;
}

.head-banner-wrap {
    min-height: 500px;
}

.head-banner {
    height: 100%;
    position: relative;
    min-height: 500px;
}

    .head-banner .banner-text {
        margin: 0;
        position: absolute;
        top: 50%;
        width: 100%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.grid-divider:before {
    content: "";
    border-left: 1px solid black;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

footer .organizer img {
    max-height: 3em;
}

footer .poweredby img {
    height: 0.7rem;
    display: inline-block;
}

.ea-link-list {
    padding-left: 0;
    list-style: none;
}

    .ea-link-list > li, .ea-link-list > .link {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
        font-weight: bold;
    }

        .ea-link-list > li.active, .ea-link-list > .link.active {
            font-size: 1.2em;
        }

    .ea-link-list > .nav-link > .link {
        padding-top: 0;
        padding-bottom: 0;
    }

        .ea-link-list > .nav-link > .link.active {
            font-size: 1.2em;
        }



.ws-section .venue-map {
    max-height: 500px;
    margin: 0 auto;
}

#VenueMap.ws-section .ea-link-list {
    text-align: center;
}

.map-marker {
    position: absolute;
    font-size: 30px;
    color: red;
}

#map-marker {
    position: absolute;
}


.pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: red;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}

    .pin:after {
        content: '';
        width: 12px;
        height: 12px;
        margin: 10px 0 0 8px;
        background: #2f2f2f;
        position: absolute;
        border-radius: 50%;
    }

.pulse {
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    margin: 7px 0px 0px 6px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
}

    .pulse:after {
        content: "";
        border-radius: 50%;
        height: 40px;
        width: 40px;
        position: absolute;
        margin: -13px 0 0 -13px;
        -webkit-animation: pulsate 1s ease-out;
        -moz-animation: pulsate 1s ease-out;
        -o-animation: pulsate 1s ease-out;
        -ms-animation: pulsate 1s ease-out;
        animation: pulsate 1s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-box-shadow: 0 0 1px 2px #89849b;
        box-shadow: 0 0 1px 2px #89849b;
        -webkit-animation-delay: 1.1s;
        -moz-animation-delay: 1.1s;
        -o-animation-delay: 1.1s;
        -ms-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}


.ea-timer {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
}

    .ea-timer svg {
        transform: scaleX(-1);
    }

    .ea-timer .timer-circle {
        fill: none;
        stroke: none;
    }

    .ea-timer .time-elapsed {
        stroke-width: 7px;
        stroke: grey;
    }

    .ea-timer path.time-remaining {
        stroke-width: 7px;
        stroke-linecap: round;
        transform: rotate(90deg);
        transform-origin: center;
        transition: 1s linear all;
        fill-rule: nonzero;
        stroke: currentColor;
    }

        .ea-timer path.time-remaining.ok {
            color: rgb(65, 184, 131);
        }

        .ea-timer path.time-remaining.warning {
            color: orange;
        }

        .ea-timer path.time-remaining.alert {
            color: red;
        }

    .ea-timer .time-display {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1em;
    }

.app-btn {
    padding: 1em 2em;
    min-width: 100px;
    line-height: 10px;
    position: relative;
    text-align: center;
    font-size: 2em;
    border-radius: 8px;
}

    .app-btn span {
        padding-left: 10px;
    }

    .app-btn .app-icon {
        font-size: 1.8em;
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

.displayImg {
    margin-top: 15%;
}



.ws-divider {
    position: relative;
    width: 100%;
    height: 200px;
    top: 0 !important;
}

    .ws-divider .divider-slant {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 1px;
        clip-path: polygon(0 0,0 100%,100% 100%)
    }

    .ws-divider .divider-slant {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 1px;
        /*clip-path: polygon(0 0,0 100%,100% 100%)*/
    }

    .ws-divider:nth-of-type(2n+1) .divider-slant {
        clip-path: polygon(0 0,0 100%,100% 100%)
    }

    .ws-divider:nth-of-type(2n+2) .divider-slant {
        clip-path: polygon(100% 0,0 100%,100% 100%)
    }

    .ws-divider.divider-border {
        position: relative;
        width: 100%;
        height: 0;
        border-top: 5px solid var(--ea-btn-bg-color);
    }

    .ws-divider.divider-border-lg {
        position: relative;
        width: 100%;
        height: 0;
        border-top: 20px solid var(--ea-btn-bg-color);
    }

    .ws-divider.divider-jagged {
        top: -1px !important;
        height: 0;
    }

        .ws-divider.divider-jagged > div {
            content: "";
            height: 2vw;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            clip-path: polygon(0 0, 2.5% 100%, 5% 0, 7.5% 100%, 10% 0,12.5% 100%,15% 0, 17.5% 100%, 20% 0,22.5% 100%,25% 0, 27.5% 100%, 30% 0,32.5% 100%,35% 0, 37.5% 100%, 40% 0,42.5% 100%,45% 0, 47.5% 100%, 50% 0,52.5% 100%,55% 0, 57.5% 100%, 60% 0,62.5% 100%,65% 0, 67.5% 100%, 70% 0,72.5% 100%,75% 0, 77.5% 100%, 80% 0,82.5% 100%,85% 0, 87.5% 100%, 90% 0,92.5% 100%,95% 0, 97.5% 100%, 100% 0);
        }

.spinner .blob {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid black;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.spinner .blob-top {
    top: 0;
    -webkit-animation: blob-top 1s infinite ease-in;
    animation: blob-top 1s infinite ease-in;
}

.spinner .blob-bottom {
    top: 100%;
    -webkit-animation: blob-bottom 1s infinite ease-in;
    animation: blob-bottom 1s infinite ease-in;
}

.spinner .blob-left {
    left: 0;
    -webkit-animation: blob-left 1s infinite ease-in;
    animation: blob-left 1s infinite ease-in;
}

.spinner .move-blob {
    background: black;
    top: 0;
    -webkit-animation: blob-spinner-mover 1s infinite ease-in;
    animation: blob-spinner-mover 1s infinite ease-in;
}

@-webkit-keyframes blob-bottom {
    25%, 50%, 75% {
        top: 50%;
        left: 100%;
    }

    100% {
        top: 0;
        left: 50%;
    }
}

@keyframes blob-bottom {
    25%, 50%, 75% {
        top: 50%;
        left: 100%;
    }

    100% {
        top: 0;
        left: 50%;
    }
}

@-webkit-keyframes blob-left {
    25% {
        top: 50%;
        left: 0;
    }

    50%, 100% {
        top: 100%;
        left: 50%;
    }
}

@keyframes blob-left {
    25% {
        top: 50%;
        left: 0;
    }

    50%, 100% {
        top: 100%;
        left: 50%;
    }
}

@-webkit-keyframes blob-top {
    50% {
        top: 0;
        left: 50%;
    }

    75%, 100% {
        top: 50%;
        left: 0;
    }
}

@keyframes blob-top {
    50% {
        top: 0;
        left: 50%;
    }

    75%, 100% {
        top: 50%;
        left: 0;
    }
}

@-webkit-keyframes blob-spinner-mover {
    0%, 100% {
        top: 0;
        left: 50%;
    }

    25% {
        top: 50%;
        left: 100%;
    }

    50% {
        top: 100%;
        left: 50%;
    }

    75% {
        top: 50%;
        left: 0;
    }
}

@keyframes blob-spinner-mover {
    0%, 100% {
        top: 0;
        left: 50%;
    }

    25% {
        top: 50%;
        left: 100%;
    }

    50% {
        top: 100%;
        left: 50%;
    }

    75% {
        top: 50%;
        left: 0;
    }
}


.eventcard-wrapper a {
    color: initial;
    text-decoration: none;
    background-color: transparent;
}

a {
    cursor: pointer;
}

.card-top {
    overflow: hidden;
    margin: 0;
}

    .card-top img {
        height: auto;
        max-width: 100%;
        display: block;
    }

.eventcard-wrapper {
    padding: 1rem;
}

.eventcard {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
    box-shadow: none;
}

    .eventcard:hover .eventcard img {
        -webkit-filter: contrast(100%);
        filter: contrast(100%);
    }

    .eventcard .card-content {
        flex-direction: column;
        padding: 0.5rem 1rem;
        overflow: hidden;
    }


    .eventcard .card-title {
        margin-bottom: .75rem;
        font-size: 1.4rem;
        font-weight: bold;
        opacity: .8;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .eventcard .eventcard-footer {
        width: 90%;
        padding: 1rem 1rem 0.1rem 1rem;
        overflow: hidden;
    }


@media (min-width:768px) {
    .grid-row {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 25px;
        margin: 25px 0;
        grid-template-areas:
            "a b c";
    }

        .grid-row.grid-column {
            height: 300px;
            grid-area: a;
        }


    .eventcard {
        margin: 0;
    }

    .grid-column:not(.featured-event) .eventcard {
        height: 300px;
    }

        .grid-column:not(.featured-event) .eventcard .card-top {
            height: 100px;
        }

    /*.grid-column:not(.featured-event) .eventcard .card-title {
            max-width: 90%;
        }*/

    .grid-row.grid-left .grid-column:not(.featured-event) {
        grid-area: b;
    }

        .grid-row.grid-left .grid-column:not(.featured-event) ~ .grid-column:not(.featured-event) {
            grid-area: c;
        }



    .grid-row.grid-left .grid-column.featured-event,
    .grid-row.grid-right .grid-column.featured-event {
        grid-area: a;
    }

    .grid-row.grid-right > .grid-column:not(.featured-event) ~ .grid-column:not(.featured-event) {
        grid-area: b;
    }

    .grid-row.grid-right .grid-column:not(.featured-event) ~ .grid-column:not(.featured-event) {
        grid-area: c;
    }

    .grid-row.grid-left > .grid-column:not(.featured-event) > .eventcard,
    .grid-row.grid-right > .grid-column:not(.featured-event) > .eventcard {
        border-radius: 6px 6px 0 0;
    }

    .grid-row.grid-left > .grid-column:not(.featured-event) ~ .grid-column:not(.featured-event) > .eventcard,
    .grid-row.grid-right > .grid-column:not(.featured-event) ~ .grid-column:not(.featured-event) > .eventcard {
        border-radius: 0 0 6px 6px;
        margin-top: 0;
    }

    .grid-column.featured-event .eventcard {
        height: 625px;
    }

        .grid-column.featured-event .eventcard .card-top {
            height: 94px;
        }

    .eventcard .eventcard-footer {
        position: absolute;
        bottom: 0;
    }

    .eventcard .card-content {
        flex-direction: column;
        padding: 0.5rem 1rem;
        max-height: 45%;
        overflow: hidden;
    }
}

.eventcard .card-text {
    flex: 1 1 auto;
}

    .eventcard .card-text:last-child {
        margin-bottom: 0.5rem;
    }

    .eventcard .card-text:not(:last-child) {
        border-bottom: 2px solid #BCE0FD;
    }

.event-add-fav {
    position: absolute;
    right: 1rem;
    color: #002447;
    z-index: 100;
}

@media (min-width:768px) {
    .grid-column.featured-event .eventcard .card-text {
        font-size: 1.5rem;
    }
}

#featured-event .img-wrepper {
    width: 100%;
}

#featured-event .carousel-inner img {
    margin: 0 auto;
}

#featured-event .carousel-inner img {
    margin: 0 auto;
    border-radius: 5px;
}

.events-wrepper {
    margin-bottom: 100px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    line-height: inherit;
}

.avatar-img {
    border-radius: 5px;
}

.clickable {
    cursor: pointer;
}


@media (min-width: 768px) {
    .pull-right-sm {
        float: right !important;
    }

    .offset-sm-exhibitos-staff {
        margin-left: 13.666667%;
    }
}

.cover {
    width: 100%;
    height: 200px;
    background-color: lightgray;
    background-size: cover;
    background-position: center;
}

#Exhibitor {
    margin-top: 4rem;
}

    #Exhibitor #content {
        padding: 0 1rem;
    }

    #Exhibitor .exhibitor-logo {
        overflow: hidden;
        width: 200px;
        height: 108px;
        margin: -60px 0 0 50px;
        border: 6px solid #FFF;
        background-color: white;
        color: #333;
        box-shadow: 0 0 5px rgba(90, 90, 90, 0.3);
    }

        #Exhibitor .exhibitor-logo .logo-text {
            line-height: 104px;
            font-size: larger;
            color: black;
        }

.action-btns {
    margin: -50px 0 0 0;
}

.exhibitor-img img {
    background: #FFF;
}

.exhibitor-bio {
    text-align: center;
    margin: 0 auto;
}

.exhibitor-staff {
    margin-top: 60px;
    display: flex;
}

    .exhibitor-staff:nth-of-type(odd) > * {
        float: right
    }

    .exhibitor-staff:nth-of-type(even) > * {
        float: left;
    }

    .exhibitor-staff .staff-img {
        max-width: 10rem;
        width: 30%;
    }

    .exhibitor-staff .staff-details
    {
        padding: 0 1rem;
        width: 70%;
    }

    .website-link {
        font-size: 1.2em;
        display: inline-block;
    }

.action-btns.full {
    margin: 0;
    padding-left: 15px;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .action-btns {
        margin: 0;
        padding-left: 15px;
        width: 100%;
    }

    #Exhibitor .exhibitor-logo {
        height: 100%;
    }
}

.exhibitor-gallery {
}

    .exhibitor-gallery .gallery-item img {
        margin: 0 auto;
    }

    .exhibitor-gallery .gallery-item {
        margin: 25px 0;
    }


.website-preview iframe {
    width: 1920px;
    height: 1080px;
    border: 0;
    -ms-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.stream-list.thumbnail {
    position: relative;
    line-height: 1;
}

.stream-list .iframe-overlay {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.stream-list .stream-title {
    font-size: larger;
}

.stream-list {
    overflow: hidden;
}

    .stream-list .stream-image .h3 {
        vertical-align: top;
        margin-top: 0;
    }

.website-preview {
    padding: 0;
    max-height: 500px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
}

.ws-preview {
    padding: 0;
    max-height: 500px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
}

.stream-link {
    background-color: rgba(0,0,0,0.6);
    margin: 0 5px;
}

.stream-link-btn {
    color: white;
}

.meeting-slots > .meeting-slot {
}

.meeting-slots .btn-time {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
    float: left;
    min-width: 13ch;
}

.meeting-slots .slot-day-label {
    display: block;
    float: left;
    width: 100%;
}

.btn-code-resend, .btn-code-resend:hover {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

    .btn-code-resend[disabled="disabled"]:hover {
        cursor: not-allowed;
    }


.error-msg {
    color: #a94442;
    white-space: pre-line;
    font-size: 1.2rem;
}

.underline {
    text-decoration: underline;
}


body.ws-embed {
    margin-top: 0;
}

    body.ws-embed > #wrapper {
        margin-top: 0;
    }

    body.ws-embed #Exhibitor {
        margin-top: 0;
    }

    body.ws-embed #Header ~ #Exhibitor {
        margin-top: 50px;
    }

.connect {
    clear: both;
}

#gallery-full {
    background-size: contain;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    cursor: zoom-out;
}

.gallery-image {
    max-height: 300px;
    cursor: zoom-in;
}

