/*****************************************************************************/


/************************ 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;
    color: #777;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    font-weight: 100;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
body {
    font-family: 'Roboto', sans-serif;
    line-height: normal;
}

a {
    /*
	color: #428bca;
	*/
    font-family: "Open Sans", Arial, sans-serif;
}

a:hover {
    /*
	color: #2a6496;
	text-decoration: underline;
	*/
}

h1 {
    /*
	color: #428bca;
	*/
}

h2 {
    /*
	color: #428bca;
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-shadow: none;
	*/
}

h3 {
    /*
	color: #428bca;
	*/
}

h4 {
    /*
	color: #428bca;
	*/
}

h5 {
    /*
	color: #428bca;
	*/
}

.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;
}

div#header-container {
    background: #333;
    /* border-bottom: 2px solid #fff; */
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


/* ====================== 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 =============================== */

.navbar-collapse {
    padding: 0px;
    box-shadow: none;
    background-color: #333;
}

.container > .navbar-collapse {
    border-bottom-color: #ff8000;
    border-bottom-style: none;
    border-bottom-width: 2px;
}

.navbar-top > li > a {
	padding: 5px;
	color: #fff;
}

.navbar-top > li > a:hover {
    /*
	color: #428bca;
	background-color: white;
	*/
}

a#ctl00_UserInfo_lnkLogout:hover {
    color: white;
}

.navbar-nav > li > a {
    /*
	color: white;
	*/
}

.navbar-nav > li > a:hover {
    color: rgb(214, 64, 38);
    background-color: transparent;
}

.navbar-nav > li > a.active {
    color: rgb(214, 64, 38);
    background-color: transparent;
}

.navbar-nav > li.active > a {
    color: rgb(214, 64, 38);
    background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
    /*
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	*/
}

.dropdown-menu {
    /*
	background-color: white;
	border-bottom-color: #ff8000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	*/
}

.dropdown-menu > li > a {
    /*
	color: #333;
	*/
}

.dropdown-menu > li > a:hover {
    color: rgb(214, 64, 38);
    background-color: transparent;
}

.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: rgb(51, 51, 51);
    margin-right: 15px;
    background-color: rgb(51, 51, 51);
}

i.fa.fa-caret-down {
    /*
	display: none; (This is optional)
	*/
}

@media (max-width: 992px) {
    .navbar-header {
        background: #333333;
    }
}

.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 3px;
    border-radius: 0px;
}

#dvCustomMasthead {
    display: block;
}

@media (min-width: 992px) {
    #ctl00_dvTopNavigation .navbar-nav {
        float: none;
        text-align: center;
        width: 100%;
        margin: 0;
    }
    #ctl00_dvTopNavigation .navbar-nav > li {
        display: inline-block;
        float: none;
    }
}


/* ====================== Custom footer styles ============================== */

#footer-container .container {
    background-color: transparent;
    border-top-color: #ff8000;
    border-top-style: none;
    border-top-width: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#footer-container > .container {
    width: 100%;
    padding: 0px;
}

.footer h2 {
    /*
	color: white;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.footer ul {
    /*
	padding-left: 0px;
	margin-top: 10px;
	float: left;
	*/
}

.footer ul li {
    /*
	color: white;
	text-decoration: none;
	margin-bottom: 8px;
	list-style-type: none;
	*/
}


/* Footer */

footer {
    background: #121214;
    border-top: 4px solid #1F1F1F;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 80px 0 0;
    position: relative;
    clear: both;
}

footer div.footer-ribon {
    background: #999;
    position: absolute;
    margin: -100px 0 0 22px;
    padding: 10px 20px 6px 20px;
}

footer div.footer-ribon:before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}

footer div.footer-ribon span {
    color: #FFF;
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}


/*footer div.container div.row > div {
	margin-bottom: 25px;
}*/

footer div.container input:focus {
    box-shadow: none;
}


/* Newsletter */

footer div.newsletter form {
    width: 100%;
    max-width: 262px;
}

footer div.newsletter input.form-control {
    height: 34px;
    padding: 6px 12px;
}


/* Twitter */

footer a.twitter-account {
    color: #FFF;
    display: block;
    font-size: 0.9em;
    margin: -15px 0 5px;
    filter: alpha(opacity=55);
    opacity: 0.55;
}

footer a.twitter-account:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

footer div.twitter .icon {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px;
}

footer div.twitter a.time {
    color: #999;
    display: block;
    font-size: 0.9em;
    padding-top: 3px;
    margin-bottom: 20px;
}

footer div.twitter a.time:last-child {
    margin-bottom: 0;
}

footer div.twitter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Contact */

footer ul.contact,
footer ul.contact li {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul.contact i {
    display: block;
    float: left;
    font-size: 1.2em;
    margin: 7px 8px 10px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px;
}

footer ul.contact i.icon-envelope {
    font-size: 1em;
    top: 0;
}

footer ul.contact p {
    margin-bottom: 10px;
}


/* Footer Logo */

footer a.logo {
    display: block;
}

footer a.logo.pull-bottom {
    margin-bottom: 12px;
}

footer form {
    filter: alpha(opacity=85);
    opacity: 0.85;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer a {
    color: #FFF !important;
}

footer h5 {
    color: #CCC !important;
}

footer a:hover {
    color: #CCC;
}

footer h4 {
    font-size: 1.8em;
    font-weight: 200;
    text-shadow: 1px 1px 1px #000;
}


/* === FOOTER === */

footer {
    background-color: #282828 !important;
}

section#nass-footer p {
    color: #999;
}

section#nass-footer ul.list-unstyled.list-inline.text-uppercase {
    font-weight: 600;
}

section#nass-footer ul.list-unstyled.list-inline.text-uppercase a {
    border-right: 1px solid #fff;
    padding-right: 11px;
    text-decoration: none;
    font-weight: 100;
    font-size: 14px;
}

footer section#nass-footer ul.list-unstyled.list-inline.text-uppercase a:hover {
    color: #777 !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

section#nass-footer ul.list-unstyled.list-inline.text-uppercase a:last-child {
    border-right: none;
    padding-right: 0;
}

section#nass-footer img {
    max-width: 175px;
    margin: 20px;
}

section#nass-footer ul.list-unstyled.list-inline.text-uppercase span {
    padding: 0 10px;
}

section#nass-footer .social-icons .fa {
    color: #ddd;
    font-size: 2em;
    margin: 10px 5px;
    padding: 10px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px;
    border: 3px solid #ddd;
    width: 55px;
    height: 55px;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

section#nass-footer .social-icons .fa:hover {
    color: #333;
    background: #fff;
}

.copyright {
    text-align: center;
    font-size: 18px;
}

div.footer-copyright {
    padding: 10px 0 10px !important;
}

footer {
    margin-top: 0px !important;
}

footer p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
}


/* Copyright */

.copyright {
    text-align: center;
    font-size: 18px;
}

div.footer-copyright {
    background: #0C0C0C;
    border-top: 4px solid #111;
    margin-top: 40px;
    padding: 30px 0 10px;
}

div.footer-copyright nav {
    float: right;
}

div.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

div.footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

div.footer-copyright p {
    color: #555;
    margin: 0;
    padding: 0;
}

footer div.alert a {
    color: #222 !important;
}

footer div.alert a:hover {
    color: #666 !important;
}

footer span.phone {
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    margin-top: -5px;
}

footer.short {
    padding-top: 50px;
}

footer.short div.footer-copyright {
    background: transparent;
    border: 0;
    padding-top: 0;
    margin-top: 0;
}

footer ul.nav-list.primary > li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 20px;
    padding-bottom: 11px;
}

footer ul.nav-list.primary > li:last-child a {
    border-bottom: 0;
}

footer ul.nav-list.primary > li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

footer ul.recent-work li {
    float: left;
    width: 30%;
    margin: 10px 3% 0 0;
}

footer ul.recent-work li a.thumb-info {
    float: left;
    display: inline-block;
}

footer ul.recent-work img {
    width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

footer ul.recent-work li:hover img {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

footer a.view-more-recent-work {
    padding: 12px;
}

footer ul.list.icons li {
    margin-bottom: 5px;
}

.copyright {
    text-align: center;
    font-size: 18px;
    color: #777;
}

div.footer-copyright {
    padding: 10px 0 10px !important;
}

footer {
    margin-top: 0px !important;
}

/*EXHIBITOR CONSOLE*/


/*remove icons*/

.ExhibitorConsoleVisible .thumbnail.setMinHeight .media span.pull-left.media.object img {
  display: none !important;
}

.ExhibitorConsoleVisible .thumbnail.setMinHeight {
  min-height: 230px !important;
}


/*change .thumbnail class to .well class*/

.ExhibitorConsoleVisible .col-md-6 .thumbnail.setMinHeight {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  padding: 19px;
}

.ExhibitorConsoleVisible .thumbnail.setMinHeight .media-body li {
  color: #222;
  font-size: 18px;
}


.ExhibitorConsoleVisible .panel-body .media .media-body h4.media-heading,
.ExhibitorConsoleVisible .panel-body .media .media-body h4.media-heading a h4 {
    font-size: 32px;
    font-weight: 600;
  color: #428bca;
}
.ExhibitorConsoleVisible .panel-body .media .media-body {
    font-size: 18px;
    font-weight: 400;
}



/*zoom effect*/

/*
.ExhibitorConsoleVisible .thumbnail.setMinHeight:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -ms-transform: scale(1.1);
}
*/




/* ================== 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;
}
