/*****************************************************************************/


/************************ CSS Lite Stylesheet for PM's ***********************/


/*****************************************************************************/


/* ====================== Base color palette information ==================== */


/*
Base blue
hex #428bca

Dark blue
hex #2a6496;
	
Base orange
hex #ff8000;
	
Base white
hex #fff; (or white)
*/


/* ====================== Default container styles ========================== */

body {
    background-color: #fff;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
}

div#header {
    background: #040404;
    color: white !important;
    /* width: 100%; */
}
div#header a {

    color: white !important;

}
a {
    color: #6b2067;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

h1 {
    /*
	color: #428bca;
	*/
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: none;
    font-weight: 300;
}

h2 {
    /*
	color: #428bca;
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-shadow: none;
	*/
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 35px;
    margin: .6em 0;
}

h3 {
    /*
	color: #428bca;
	*/
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.73em;
    font-weight: 600;
}

h4 {
    /*
	color: #428bca;
	*/
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: .7em 0;
}

h5 {
    /*
	color: #428bca;
	*/
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #000000;
}

.Masthead {
    /*
	box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
	*/
}

#content-container .container {
    background-color: white;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 10px;
}

.is-btn {
    padding: 10px 50px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 0;
    letter-spacing: 3px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    transition: all .16s ease;
}

.is-btn-exlg {
    font-size: 35px;
    text-transform: none;
    padding: 10px 55px;
    line-height: 1.5;
    letter-spacing: 1px;
    border-radius: 4px;
}

.is-btn {
    border-radius: 4px;
    /* font-size: 16px !important; */
}



.is-dark-text .is-light-text .is-btn-ghost2, .is-light-text .is-btn-ghost2, .template1 a.is-btn-ghost2 {
    color: #fff;
    border: 2px solid #1B6D76;
    background-color: #1B6D76;
}

@media (max-width: 767px) {
    .is-dark-text .is-light-text .is-btn-ghost2, .is-light-text .is-btn-ghost2, .template1 a.is-btn-ghost2 {
        display: block;
    }
    
    a.is-btn.is-btn-ghost3.is-btn-exlg {
        display: block;
    }
}

a.is-btn-ghost2:hover {
    border: 2px solid #327E85 !important;
    background-color: #327E85 !important;
    color: #fff !important;
}

a.is-btn.is-btn-ghost3.is-btn-exlg{
    color: #fff !important;
    border: 2px solid #3F2851;
    background-color: #3F2851;
}

a.is-btn.is-btn-ghost3.is-btn-exlg:hover {
    border: 2px solid #583F6C !important;
    background-color: #583F6C !important;
    color: #fff;
}

.top-buttons {
    z-index: 999;
    /*text-align: right;*/
    /* max-width: 1170px; */
    padding-right: 20px;
    margin: 0 auto;
    /*margin-top: 30px;*/
}

.top-buttons .is-btn {
    margin: 0 6px;
    letter-spacing: 1px;
    border-radius: 0;
    font-size: 15px;
    padding: 3px 20px;
    font-size: 16px;
}

@media (max-width: 480px) {
    .top-buttons .is-btn {
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 600;
    }
}

@media (max-width: 1023px) {
    .top-buttons {
        padding-top: 20px;
    }
}

@media (max-width: 992px) {
    .top-buttons {
    text-align: center;
    }
}

a.is-btn.is-btn-ghost2.is-btn-small.attendee-reg-top-fixed.attendee-reg-hpbanner {
    color: #fff;
    border: 2px solid #ffffff;
    background-color: transparent;
    font-weight: 600;
    margin-right: 10px;
    /*text-transform: uppercase;*/
}


a.is-btn.is-btn-ghost3.is-btn-small.exhibit-inquire-top-fixed.exhibit-inquire-hpbanner {
    color: #000 !important;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    font-weight: 600;
}

a.is-btn.is-btn-ghost2.is-btn-small.attendee-reg-top-fixed.attendee-reg-hpbanner:hover {
	color: #fff !important;

   background-color: gray !important;
}


a.is-btn.is-btn-ghost3.is-btn-small.exhibit-inquire-top-fixed.exhibit-inquire-hpbanner:hover {

    background-color: gray !important;
    color: #fff !important;
}



/* ====================== Additional container styles ======================= */

.breadcrumb {
    /*
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: transparent;
	*/
}

.badge {
    /*
	background-color: #428bca;
	*/
}

.pagination>li>a,
.pagination>li>span {
    /*
	color: #428bca;
	*/
}

.nav-tabs>li {
    /*
	color: #555;
	*/
}

.nav-tabs>li>a:hover {
    /*
	color: #2a6496;
	*/
}

.nav-tabs>li.active>a {
    /*
	border-top-color: #428bca;
	color: #428bca;
	*/
}

body.no-nav {
    /*
	background-color: white;
	background-image: none;
	*/
}







/* ====================== Navigational styles =============================== */

ul#nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
div#header-container {
    /* border-bottom: 3px solid #2e75b7; */
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background: #000;
}
div#ctl00_dvTopNavigation {
    background: white;
    /* border-bottom: none; */
    /* box-shadow: 0 3px 6px 0 rgba(0,0,0,.15) !important; */
}

div#tdleftnav {
    width: 100%;
    /* max-width: 1170px; */
}

div#dvTopSidebar {
    /* background: #f48991; */
    /* min-height: 204px; */
    /* background: url(../images/interface/headers/floorplan-header.jpg); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: 50% 60%; */
}

a.navbar-brand {
    padding: 0px;
    /*margin: 0px 0px;*/
    height: 90px;
    /*margin-top: -26px;
    margin-left: 0px;
    margin-bottom: 15px;*/
    margin: -28px 0px 0px 25px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-brand {
        float: none;
    }
}

@media (max-width: 767px) {
    a.navbar-brand {
        margin: 20px;
    }
}

.navbar-collapse {
    padding: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: gray;
    min-height: 50px;
}

.container>.navbar-collapse {
    border-bottom-color: #ff8000;
    border-bottom-style: none;
    border-bottom-width: 2px;
}

.navbar-top>li>a {
    /*
	padding: 5px;
	color: #428bca;
	*/
}

.navbar-top>li>a:hover {
    /*
	color: #428bca;
	background-color: white;
	*/
}

.navbar-collapse > .navbar-nav > li > a {
    color: #000;
    font-size: 13px;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 13px;
    /* padding: 10px 7px; */
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .25px;
    /* margin-bottom: 15px; */
    padding: 15px 25px;
}

.navbar-collapse > .navbar-nav > li > a > i {
    margin-left: 7px;
}

.navbar-collapse>.navbar-nav>li:hover>a {
	color: #000;
	background-color: #00aeef;
    border-bottom: none ;

}

.navbar-nav>li>a.active {
    background-color: transparent;
    color: #456ea5;
    border-bottom: none ;
}
.navbar-nav>li>a:hover {
    background-color: transparent;
    color: #456ea5;
    border-bottom: none ;
}
@media (max-width: 992px) {
    .navbar-nav>li>a.active:hover {
        color: #456ea5;
    }
}

.navbar-nav>li.active>a {
    
	color: #000;
	background-color: #42cbfc;
	
}

ul.nav.navbar-nav.navbar-right > li.dropdown {
    /*min-height: 60px;
    padding-left: 11px;
    padding-right: 11px;
    padding: 10px 11px;
    padding: 10px 10px;*/
}

.navbar-nav>li>.dropdown-menu {
    /*
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	*/
}

@media (min-width: 993px) {
    .navbar-nav>li>.dropdown-menu {
        right: auto;
        margin-top: 4px;
        min-width: 300px;
    }
    
    .navbar-nav>li:last-child>.dropdown-menu {
       left: -45px;
   }
}

.dropdown-menu {
    background-color: whitesmoke;
	color: #000;
    border: none;
    border-top: none;
    border-radius: 0px;
    border-left: none;
    padding: 15px 0px;
}

.dropdown-menu>li>a {
    color: #000;
    border-left: none ;
    margin: 0px 15px 0px 15px;
    font-size: 14px;
    padding: 8px 20px;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .dropdown-menu>li>a {
        font-size: 13px;
        text-shadow: none;
    }
}

.dropdown-menu>li:last-child>a {
    border-bottom: none;
}

.dropdown-menu>li:last-child:hover>a {
    border-bottom: none;
}

.dropdown-menu>li>a:hover {
    color: #000;
    background-color: transparent;
    border-bottom: 1px white solid;
}

.left-nav>li {
    /*
	border-bottom-color: #e0eded;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.left-nav>li>a {
    /*
	color: white;
	*/
}

.left-nav>li>a:hover {
    /*
	color: white;
	background-color: #ff8000;
	*/
}

.left-nav>li.active>a {
    /*
	color: white;
	background-color: #428bca;
	*/
}

.left-nav>li.active>a:hover {
    /*
	color: white;
	background-color: #428bca;
	*/
}

.left-nav>li.active>a:focus,
.left-subnav.in>li.active>a {
    /*
	color: white;
	background-color: #428bca;
	*/
}

.left-nav>li.active>.left-subnav>li>a,
.left-subnav.in>li>a {
    /*
	color: #428bca;
	*/
}

.left-nav>li.active>.left-subnav>li>a:hover,
.left-subnav.in>li>a:hover {
    /*
	color: #428bca;
	*/
}

.left-subnav.in>li>a {
    /*
	color: #428bca;
	padding: 8px 0px 8px 24px;
	background-color: white;
	*/
}

.left-subnav>li {
    /*
	border-bottom-color: #e0eded;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.left-subnav>li>a {
    /*
	padding: 8px 0px 8px 11px;
	color: #428bca;
	*/
}

.left-subnav>li>a:hover {
    /*
	color: #428bca;
	background-color: white;
	*/
}

.left-subnav>li.active>a {
    /*
	color: white;
	background-color: #428bca;
	*/
}

.left-subnav>li.active>a:hover {
    /*
	color: white;
	background-color: #428bca;
	*/
}

.nav-username {
    /*
	padding: 5px;
	color: white;
	height: auto;
	font-size: 14px;
	*/
}

#ctl00_UserInfo_lnkLogout {
    /*
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	*/
}

.navbar-toggle {
    border-color: transparent;
    background-color: transparent;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #898989;
}

#ctl00_dvTopNavigation .navbar-header {
    background: #000;
    text-align: center;
    margin: 20px 0px 0 0px;
}

.nav-logout:hover a {
    /*
	background-color:transparent !important;
	text-decoration: none;
	*/
}

.dropdown-toggle i.fa.fa-caret-down {
    /*
	display: none; (This is optional)
	*/
    margin-left: -8px;
    /* font-size: 14px; */
}

a.dropdown-toggle.language-toggle {
    display: none;
}


@media (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: 29px;
    }
}

@media (min-width: 993px) and (max-width: 1056px) {
    .main-nav-top ul.nav.navbar-nav.navbar-right {
        /*width: 100%;
        float: none !important;
        margin: 0 auto !important;*/
        text-align: center;
        display: inline-block;
    }

    #ctl00_dvTopNavigation .navbar-nav>li {
        display: inline-block;
        float: none;
    }
}

@media (max-width: 1056px) {
    a.navbar-brand img {
        margin: 0 auto;
    }
    a.navbar-brand {
        /*float: none;
        margin: 0 auto;*/
    }
    .navbar-collapse.collapse.top-navbar.main-nav-top {
        text-align: center;
        margin-top: 20px;
    }
}


@media (max-width: 992px) {
    a.navbar-brand img {
        padding-top: 8px;
        padding-bottom: 10px;
    }
    .navbar-collapse.top-navbar {
        background: #00aeef;
    }

    .navbar-collapse>.navbar-nav>li>a {
        text-align: center;
        font-size: 15px;
    }
}



@media (min-width: 992px) and (max-width: 1170px){
	/*.navbar-collapse > .navbar-nav > li > a {
	    font-size: 13px;
    }

    ul.nav.navbar-nav.navbar-right > li.dropdown {
        padding: 10px 7px;
    }*/

}

/*
.dropdown-menu>li {
    position: relative;
}

.dropdown-menu>li > a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 9px;
    border-color: transparent;
    transition: all .2s ease-in-out;
    position: absolute;
    left: 17px;
}

.dropdown-menu>li:hover > a::before {
    transition: all .2s ease-in-out;
    top: 13px;
    border-color: transparent transparent transparent #6d6e71;
}

*/
/* ================== When no content is in left sidebar =================== */

.left-container {
    /*
    min-height: 1px;
    */
}






/* =================== img-responsive for IE ============== */

.img-responsive {
    /*
	width: auto;
	*/
}





/* =================== Fix Focus State for nav ===================== */

.nav>li>a:focus {
    /*
    background-color: transparent;
    */
}

hr {
    border: none;
    border-top: 1px solid rgba(0,0,0,.18);
    margin: 40px 0px;
}

#dvCustomMasthead {
    display: block;
    background: white;
    background-color: #301b46;
}
.row.header-row {
    padding: 10px 30px;
}
#dvTopSidebar {
    display: block;
}

div#ctl00_ContentPlaceHolder1_ctlExhibitorSearchInfo_trHall {
    display: none;
}

div#ctl00_ContentPlaceHolder1_ctlExhibitorSearchInfo_trSubExpo {
    display: none;
}

/* ========== Hide Login Method ============== */

div#ctl00_ContentPlaceHolder1_pnlbadgenumber {
    display: none;
}

a.tooltip22 {outline:none; }
a.tooltip22 strong {line-height:30px;}
a.tooltip22:hover {text-decoration:none;} 
a.tooltip22 div {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
@media all and (min-width:768px)
{
a.tooltip22:hover div{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;
    }
}

/* ========== Universal Search ============== */

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    a.navbar-brand img {
        height: auto !important;
    }
}

.btn-primary {
    background-color: #1B6D76;
    border-color: #1B6D76;
}

.btn-primary:hover {
    background-color: #115057;
    border-color: #115057;
}

ul.nav.navbar-nav.navbar-right.search .form-group.us-input {
    position: absolute;
    right: 26px;
    top: 3px;
}

ul.nav.navbar-nav.navbar-right.search .form-group.us-input .mini {
    width: 330px;
}
/*
ul.nav.navbar-nav.navbar-right.a2zNav {
    margin: 50px 25px 5px 0px;
}*/

@media (min-width: 993px) and (max-width: 1170px) {
    ul.nav.navbar-nav.navbar-right.a2zNav {
        margin: -20px 25px 5px 0px;
    }   
}

@media (max-width: 767px) {
    ul.nav.navbar-nav.mobileNav {
        margin: 0px !important;
    }
    
    ul.nav.navbar-nav.navbar-right.search {
        margin-top: 0px;
    }
    
    #us_wrapper .input-group.full input#ctl00_ContentPlaceHolder1_us_searchQuery {
        font-size: smaller;
    }
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
}

.coro_alert {
    position: absolute;
    top: 0;
    z-index: 999999999999999;
    left: 0;
    right: 0;
    text-align: center;
    background: #000;
    padding: 5px 15px;
    max-width: 200px;
    color: #fff;
    display: block;
    margin: 0 auto;
    font-size: 15px;
    text-transform: uppercase;
}

.coro_alert a {
    color: #1B6D6F !important;
    font-size: 15px;
    font-weight: 700;
}

img.trans_logo {
    max-width: 565px;
}

/*Session details hide date 11 Feb*/
#sessionsDateTab .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none;
}


/* ============================ */
/* === Custom footer styles === */
/* ============================ */

#footer-container .container {
	background-color: #fff;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	width: 100%;
}


/* ================================== */
/* === Dark footer section styles === */
/* ================================== */

/* Dark Section styles */
.emeraldDarkSection {
    background-color: #DDE15D;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 55px;
    text-align: center;
}


/* Dark Section text styles */
.emeraldDarkSection .EDScalloutTxt {
    color: white;
    display: block;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 30px;
	font-family: 'Source Sans Pro','Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

.EDSbtnBox {
    max-width: 500px;
    margin: 0 auto;
}

.EDSbtnBox .col-md-6{
    padding: 0px;
}

/* Dark Section Button styles */

.emeraldDarkSection .emeraldbtn {
    font-size: 1.2em;
    padding: 12px 45px;
    line-height: 1.5;
    letter-spacing: 1px;
    border: none;
    font-weight: 600;
    display: inline-block;
    font-family: 'Source Sans Pro','Open Sans',Helvetica,Arial,Lucida,sans-serif;
    transition: all 300ms ease 0ms;
    border-radius: 5px;
}

/*

@media (min-width: 993px){
    a.emeraldbtn.EDSbtn-bottom-left.ebtn-color-1 {
        margin-right: 40px;
        margin-left: 20px;
    }
    a.emeraldbtn.EDSbtn-bottom-right.ebtn-color-2 {
		margin-right: 10px;
		margin-left: 30px;
		padding: 12px 50px;
	}
    a.emeraldbtn.EDSbtn-bottom-right.ebtn-color-2:hover{
        padding: 15px 25px 15px 15px;
    }
    a.emeraldbtn.EDSbtn-bottom-left.ebtn-color-1:hover {
        padding: 15px 25px 15px 15px;
    }
    .emeraldDarkSection .emeraldbtn:after{
        transition: all 300ms ease 0ms;
    }
    .emeraldDarkSection .emeraldbtn:after {
        border-style: solid;
        border-width: 0.20em 0.20em 0 0;
        content: '';
        display: inline-block;
        height: 0.8em;
        position: relative;
        top: 0.399em;
        vertical-align: top;
        width: 0.8em;
        left: 1px;
        transform: rotate(45deg);
        margin-left: -1em;
        opacity: 0;
}
    
    .emeraldDarkSection .emeraldbtn:hover:after{
        opacity: 1;
        margin-left: -0.3em;
        transition: all 300ms ease 0ms;
    }
   
} */

@media (max-width: 992px){
	.emeraldDarkSection .emeraldbtn {
		font-size: 20px;
		max-width: 400px;
		margin: 30px auto;
		padding: 20px;
	}
	.ecSection.ecRight {
		margin-top: 50px;
	}
}

@media (max-width: 767px){
	.emeraldDarkSection .emeraldbtn {
		font-size: 20px;
		max-width: 275px;
		margin: 30px auto;
		padding: 10px 30px;
	}
}

/* ======================================== */
/* === Emerald copyright section styles === */
/* ======================================== */

.eFooterContainer {
    display: flex;
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
}

.eFooterContainer hr {
    border-color: #b3b3b3;
}

.ecSection{
	padding: 0px;
}

.ecSection.ecLeft {
    padding-left: 14px;
}

.ecSection.ecLeft > ul{
    padding: 0px;
}
.ecSection.ecLeft > ul > li {
    display: inline-block;
    margin-right: 17px;
}

/* All text in footer (including links) */
.ecSection *{
    font-size: 18px;
    text-transform: none;
    font-weight: 100;
    color: #fff;
    line-height: 30.6px;
	font-family: 'Source Sans Pro','Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

.ecSection * a {
    color: #fff;
}

/* Hover state of all links in footer */
.ecSection a:hover {
    color: #000;
    text-decoration: none;
}

/* Just the left side links */
.ecSection.ecLeft > ul > li > a {
    /*font-size: 17.5px;
    text-transform: none;
    font-weight: 500;
    color: #000;*/
}

/* Just the left side links Hover */
.ecSection.ecLeft > ul > li > a:hover{
    /*color: #000;*/
}


/* Just the right side text */
.ecSection.ecRight p {
	margin: 30px 0 10px 0;
	text-align: right;
	/* font-size: 17.5px;
    text-transform: none;
    font-weight: 500;
    color: #000;
	line-height: 30.6px;*/
}


/* Just the right side links */
.ecSection.ecRight > p > a {
    /* font-size: 17.5px;
    text-transform: none;
    font-weight: 500;
    color: #000;*/
}

/* Just the rifht side link hover */
.ecSection.ecRight > p > a:hover {
    /*color: #000;*/
}

.emeraldCopyright {
    margin: 0 auto;
    background: #2a2a2a;
    padding: 10px 0;
}

@media (max-width: 992px){
	.ecSection.ecRight {
		margin-top: 50px;
	}
}

/* ================================ */
/* === Social media icon styles === */
/* ================================ */

.esocialRow {
    margin: 0 auto;
    background-color: #54347b;
    padding: 100px 5px;
}

div#dvFooterInc .eSocial-icons {
    /*display: flex;*/
    justify-content: flex-end;
    align-items: center;
    max-width: 250px;
    margin: 0 auto;
    text-align: right;
}
/*
.eSocial-icons .fa {
    color: #858b95;
    font-size: 36px;
    color: #8e8e8e !important;
}
*/

/* youtube icon (1/3) 
span.fa-stack.fa-lg {
    margin: 0 auto;
}
*/
/* youtube icon (2/3) 
.eSocial-icons i.fa.fa-youtube-play.fa-stack-1x.fa-inverse {
    color: white !important;
    font-size: 21px;
    margin: 1px auto;
}
*/
/* youtube icon (3/3) 
.eSocial-icons i.fa.fa-circle.fa-stack-2x {
    font-size: 38px;
    margin: 0 auto;
}*/

@media (max-width: 992px){
	div#dvFooterInc .eSocial-icons {
		justify-content: center;
		margin: 30px auto;
	}
	/*div#dvFooterInc .eSocial-icons a{
		margin: 0px 20px;
	}*/
}

/* ===================== */
/* === button colors === */
/* ===================== */
/* If button top colors differ from button bottom colors, 
then make sure to target the specific button and not these colors */


a.ebtn-color-1 {
    color: #ffffff;
    background-color: #4C2570;
    TEXT-TRANSFORM: UPPERCASE;
}

a.ebtn-color-1:hover {
    background-color: #2d2926;
    opacity: 0.8;
}

a.ebtn-color-2 {
    color: #ffffff;
    background-color: #6B2067;
}

a.ebtn-color-2:hover {
    background-color: #2d2926;
    opacity: 0.8;
}

#ExhibitorConsoleHeaderPreview{
   visibility: hidden;
}

.row.header-row {
    padding: 10px 30px;
    background: black !important;
   
}
.navbar-collapse {
   color :black;
    background-color: #fff !important;
   
}
.esocialRow {
    background-color: black !important;
     
}
.top-buttons .is-btn {
    margin: 0 3px !important;
   
    letter-spacing: 1px;
    border-radius: 0;
    font-size: 15px;
    padding: 3px 15px !important;
   
    font-size: 16px;
}

ul#nav {
    position:inherit !important;
 }
 
 .navbar-collapse > .navbar-nav > li > a {
    color: black !important;
 }
 
 @media (min-width: 993px) {
    div#tdleftnav {
        width: 100%;
        /* max-width: 1170px; */
        display: flex;
        justify-content: center;
    }
}