﻿@font-face {
    font-family: 'icomoon';
    src: url('../Content/fonts/exh-icon-fonts/icomoon.eot?zahk07');
    src: url('../Content/fonts/exh-icon-fonts/icomoon.eot?zahk07#iefix') format('embedded-opentype'), 
        url('../Content/fonts/exh-icon-fonts/icomoon.ttf?zahk07') format('truetype'), 
        url('../Content/fonts/exh-icon-fonts/icomoon.woff?zahk07') format('woff'), 
        url('../Content/fonts/exh-icon-fonts/icomoon.svg?zahk07#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-whats-new:before {
    content: "\e922";
}

.icon-images:before {
    content: "\e923";
}

.icon-press-release:before {
    content: "\e924";
}

.icon-tours:before {
    content: "\e925";
}

.icon-videos:before {
    content: "\e926";
}

.icon-who-we-are:before {
    content: "\e927";
}



/* ------------ Exhibitor Search / Event Styles ------------ */
.search, .filter, .filter-clears {
    margin-bottom: 15px;
}

.search-panel {
    padding: 40px 0 40px 0;
    border-bottom: 1px solid #d1d3d4;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .04em;
    width: 100%;
}

.search-panel, .search-panel a {
    color: #6D6E71;
}

/*.search-panel a:hover, .profile a.pop:hover {
    color: #739d8b !important;
}

.profile p {
    display: inline;
    margin-right: 15px;
    color: #a7a9ac;
}

.profile a.pop {
    display: inline;
    margin-right: 25px;
    font-size: 1.2em;
    color: #a8c3b8 !important;
}

.profile {
    margin-top: 20px;
}*/

.product-pics .search-panel {
    padding: 40px 0 40px 0;
    border-bottom: none !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0 !important;
    width: 100%;
}

.no-result {
    padding: 40px 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .04em;
}
 
/* Search Box Styling */
/*.autocomplete-input {
    background-color: #fff;
    font-size: .95em;
    text-transform: uppercase;
    color: #999;
    width: 50%;
    border: 2px solid #d1d3d4;
    padding: 12px 0 10px 13px;
    outline: none;
    -moz-border-radius: 25px;
    border-radius: 25px;
}*/

.autocomplete-input::-webkit-input-placeholder {
    color: #999;
}

.autocomplete-input::-moz-placeholder {
    color: #999;
}

.autocomplete-input:-ms-input-placeholder {
    color: #999;
}

.autocomplete-input:-moz-placeholder {
    color: #999;
}

.autocomplete:hover {
    background: #fff;
}

ul.ui-menu {
    -webkit-padding-start: 0px !important;
}

.ui-autocomplete {
    background: #fff;
    border-radius: 0;
    border-right: 2px solid #d1d3d4;
    border-left: 2px solid #d1d3d4;
    border-bottom: 2px solid #d1d3d4;
    width: 400px;
    max-height: 400px;
    margin-top: 5px;
    overflow: auto;
    -webkit-filter: drop-shadow(3px 2px 3px rgba(0,0,0,.6));
    filter: drop-shadow(3px 2px 3px rgba(0,0,0,.6));
    /*border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;*/
}

.ui-autocomplete.source:hover {
    background: #fff;
}

.ui-menu .ui-menu-item{
    display: block;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    color: #999;
    border-radius: 0;
    padding: 6px 6px 6px 15px;
    cursor: pointer;
}

.ui-menu .ui-menu-item:hover{
    text-decoration: none;
    color: #739d8b !important;
    background: none;
}

/* End Search Box Styles */


.exh-list {
    border-top: 1px solid #e6e7e8;
    margin-top: 30px;
}

.exhibitor-row {
    /*float: left;*/
    width: 100%;
    display: block;
    padding: 12px 30px 12px 15px;
    border-bottom: 1px solid #e6e7e8;
}

.exhibitor-row a, .exh-info p.date-series {
    color: #6D6E71;
}

.exhibitor-row a:hover {
    color: #739d8b;
}

.exhibitor-row:hover {
    background-color: #f1f2f2;
}

.exh-info {
    /*float: left;*/
    width: 80%;
    display: inline-block;
}

.exh-info p {
    margin: 0;
    padding: 0;
    color: #a7a9ac;
}

.exh-info p a {
    color: #86B3B9;
    font-size: 14px;
}

.exh-info p a:hover {
    color: #739d8b;
}

.exh-info a:hover {
    color: #739d8b;
}

.exh-info .description {
    margin: 15px 0;
}

h3.exh-name {
    font-size: 1.25em;
}

a.add-to-plan, a.love {
    float: right !important;
    margin-top: 10px !important;
    background: none !important;
    border: none !important;
    color: #d1d3d4 !important;
    font-size: 1.85em !important;
    cursor: pointer !important;
}

.icon-mymarket-star:hover {
    color: #739d8b;
}

a.love {
    clear: both !important;
    font-size: 1.3em !important;
    padding-right: 3px !important;
    margin-top: 15px !important;
}

a.love:hover {
    color: #ac3434 !important;
}

.tab-label {
    padding: 7px 10px 0 0;
    color: #ccc;
}

.filter-nav-tabs > li > a {
  line-height: .75;
  border-radius: 2px 2px 0 0;
}

.alpha-link {
    padding: 5px 0;
    width: 30px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color: #65a8b1 !important;
    -webkit-text-decoration: #65a8b1 solid underline;
    text-decoration: #65a8b1 solid underline;
    -webkit-text-underline-position: under;
    text-underline-position: under;
}

    .alpha-link.date {
        -webkit-text-decoration: none;
        text-decoration: none;
        -webkit-text-underline-position: none;
        text-underline-position: none;
    }

a.alpha-link:hover, a.alpha-link.active {
    background-color: #8cc1c8 !important;
    color: #fff !important;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-text-underline-position: none;
    text-underline-position: none;
}

a.alpha-link.disabled {
    color: #a7a9ac !important;
    pointer-events: none;
    cursor: default;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-text-underline-position: none;
    text-underline-position: none;
}

/*a.alpha-link.disabled {
    color: #a7a9ac !important;
    pointer-events: none;
    cursor: default;
    text-decoration: line-through;
}*/

.btn-sm {
    border-radius: 0px;
}

.btn-filter {
    color: #6D6E71;
    margin-bottom: 10px;
}

.btn-filter:hover {
    background-color: #e6e7e8;
    color: #739d8b;
}

.btn-sm.btn-dark {
    border: 2px solid #a6c9c9;
    border-radius: 0px;
}

.btn-sm.btn-dark:hover {
    border-color: #739d8b;
    color: #739d8b;
}

.filter-clears {
    position: relative;
    width: 100%;
    height: auto;
    /*padding-top: 40px;*/
}

.btn-sm.clear {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin-bottom: 10px;
}

.results {
    position: absolute;
    top: 0;
    right: 15px;
}


.btn.btn-dark {
    font-family: AvenirLT-Heavy;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #a7a9ac;
    padding: 9px 10px;
    border: 2px solid #a7a9ac;
    border-radius: 0px;
}

p.attending {
    /*color: #e2962b;*/
    color: #cc9e5d;
    /*color: #8cc1c8;*/
    font-size: 1.2em;
    margin-top: 10px;
    /*font-style: italic;*/
}


/* ---------- Aply Filters Button Styles ---------- */

#applyFilters {
    margin-left: 15px;
}

#applyFilters.btn-dark.inactive {
    border: 2px solid #d1d3d4;
    color: #d1d3d4;
}

#applyFilters.btn-dark.active {
    border: 2px solid #739d8b;
    background-color: #739d8b;
    border-radius: 0px;
    color: #fff;
}

#applyFilters.btn-dark.active:hover {
    border-color: #8cc1c8;
    background-color: #8cc1c8;
    color: #fff;
}

@media (max-width: 430px) {
    #applyFilters {
        margin-left: 0px;
    }
}

/* ---------- End Apply Filters Button Styles ---------- */

.exh-social-icons {
    margin: 30px 0 15px 0;
}

.exh-social-icons a {
    font-size: 2em;
    margin-right: 20px;
}

.exh-social-icons .web {
    font-size: .7em;
    margin-right: 0 !important;
}




/* ---- Event Styles ---- */

.days, .date {
    width: 30px;
    text-align: center;
    display: block;
}

.date {
    color: #8cc1c8;
    display: block;
    margin-top: 10px;
}

.date-select {
    padding-right: 80px;
}

.date-select .virtual {
    padding-left: 10px;
}

a.date {
    width: 30px;
    height: 30px;
    border: none;
    background: none;
}

a.date:hover, a.filter-select:hover, a.date.active, a.filter-select.active {
    background-color: #8cc1c8 !important;
    color: #fff !important;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

a.filter-select {
    padding: 5px 10px;
    border: none;
    background: none;
    color: #8cc1c8;
}

.date-filter {
    margin-top: 25px;
}

.filter {
    margin-top: 30px;
}

.filter-clear {
    margin-left: 5px;
    font-weight: 800;
    color: #739d8b;
}

.virtual .days {
    width: 90px;
    margin-top: 40px;
}

.virtual a.date {
    width: 90px !important;
    text-align: center;
}

.virtual a.alpha-link {
    text-transform: none;
}

.search p.tab-label, .search .ui-widget-container {
    display: inline !important;
}

p.event-type-label {
    font-size: 15px;
    font-weight: 100;
    color: #8cc1c8;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.filter-clears.virtual .btn-sm {
    width: 103px;
}

.btn-sm.btn-dark.active {
    background-color: #8cc1c8;
    border-color: #8cc1c8;
    color: #fff;
}

button:focus {
    outline: none !important;
    outline-offset: 0;
}



/* -------------------- Media Styles -------------------- */

@media (max-width: 992px) {
    .tab-label {
        display: block !important;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .virtual .days {
        width: 90px;
        margin-top: 50px;
    }

    .search p.tab-label, .search .ui-widget-container {
        display: inline !important;
    }

    .clear-mobile {
        clear: left !important;
    }

    .filter-nav-tabs > li a.filter-category {
        padding-left: 0 !important;
    }

    .filter-nav-tabs > li a:hover {
        background-color: none !important;
        color: #ff0000;
    }

    .alpha-select {
        margin-top: 22px;
    }

        .alpha-select > .alpha-link {
            padding-bottom: 5px;
        }
}

@media (max-width: 768px) {
    button.filter-select {
        margin-top: 0px;
    }
}

@media (max-width: 420px) {
    .search-panel {
        padding: 20px 0 20px 10px;
    }

    .autocomplete-input {
         width: 96%;
    }

    .filter {
        margin-top: 15px;
    }

    .alpha-select > .alpha-link {
        padding-bottom: 5px !important;
    }

    .img-cover {
        background-attachment: fixed;
        background-position: center 50px;
        background-repeat: no-repeat;
        background-size: 140%;
        height: 30vw;
    }

    .tab-label {
        margin-top: 0 !important;
    }
}

@media (max-width: 360px) {
    .date-select {
        padding-right: 50px;
    }
}


/* This is just for testing MyMarket/JanRain integration */
.mymarket-active-star {
    border-color: #739d8b;
    color: #739d8b !important;
}

.active-header {
    background-color: #bbb !important;
    color: #fff;
}

.mymarket-loved {
    color: #ac3434 !important;
}

.text-panel {
    padding: 0;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0 !important;
    border: none !important;
    margin-top: 10px;
}

.text-panel button {
    padding: 3px 20px 2px 20px;
    border: none;
    background-color: #86B3B9;
    color: #fff;
    font-family: "AvenirLT-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.exhibitor-row:hover .text-panel {
    background-color: #f1f2f2;
}

button.accordion {
    padding: 3px 10px 2px 10px;
    /*border-bottom: 1px solid transparent;*/
    border: 1px solid #86B3B9;
    background-color: #fff;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    display: inline-block !important;
    color: #86B3B9;
    font-family: "AvenirLT-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button.accordion:hover {
    background-color: #86B3B9;
    color: #fff;
}


/*------------ Exh Tab Styles ------------*/

.exh-profile .nav > li > a {
    display: inline-block;
    font-size: 1.3em;
}

span.tab-icon {
    display: inline-block;
    margin-right: 10px;
    font-size: .8em;
}

.virtual-tour {
    margin-bottom: 40px;
}