﻿/*****************************************************************************/
/********************* CSS Lite Stylesheet for DEMA 2016 *********************/
/*****************************************************************************/


/* ====================== Default container styles ========================== */


body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #313130;
	background-image: url('../images/interface/bg.gif');
	background-position: top center;
	background-color: #fff;
	/*text-align: center;
	margin: 0;*/
}

@media (min-width: 1200px) {
	.container {
    width: 1004px;
	}
}

@media (min-width: 992px) {
	.container {
    width: 1004px;
	}
}

a {
	color: #00ad83;
}

a:hover {
	color: #007458;
	text-decoration: underline;
}

h1 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#1e3854;
	text-transform: uppercase;
	text-shadow:none;
}

h2 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:17px;
	color:#3f7d8c;
}

h3 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#f39f37;
}

h4 {
	/*
	color: #428bca;
	*/
}

h5 {
	/*
	color: #428bca;
	*/
}

#header.container {
	background-color: #faca3e;
	height: 0px;
}

.Masthead {
	box-shadow: none;
}

#content-container .container {
	background-color: white;
	-webkit-box-shadow: none;
}



/* ====================== 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;
}

p.box1 {
	padding: 18px 18px 5px 18px;
}

p.box2 {
	padding: 18px 18px 0px 18px;
}

p.box3 {
	padding: 18px 18px 5px 18px;
}

@media (min-width: 993px) {
	.thumbnail.home,.thumbnail.right {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: 326px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.thumbnail.home,.thumbnail.right {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: 300px;
	}
}

@media (min-width: 300px) and (max-width: 767px) {
	.thumbnail.home,.thumbnail.right {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: 245px;
	}
}

@media (min-width: 993px) {
	.thumbnail.secondary,.thumbnail.right {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.thumbnail.secondary,.thumbnail.right {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	}
	.thumbnail.home.video {
	height: 288px;
	}
	.thumbnail.home.news {
	height: 236px;
	}
	.thumbnail.home.support {
	height: 328px;
	}
}

@media (min-width: 300px) and (max-width: 767px) {
	.thumbnail.secondary,.thumbnail.right {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	}
	.thumbnail.home.support {
	height: 328px;
	}
	.thumbnail.home.video {
	height: auto;
	}
	.thumbnail.home.news {
	height: auto;
	}
}

@media (min-width: 993px) {
	.thumbnail.supporters,.thumbnail.right {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: 303px;
	}
}

@media (min-width: 993px) {
	.thumbnail.support,.thumbnail.right {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: 326px;
	}
}

@media (min-width: 300px) and (max-width: 992px) {
	.thumbnail.supporters,.thumbnail.right {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: auto;
	display: inline-block;
	width: 100%;
	}
}

p.box1 {
	padding: 18px 18px 5px 18px;
}

p.box2 {
	padding: 18px 18px 0px 18px;
}

p.box3 {
	padding: 18px 18px 5px 18px;
}

@media (min-width: 300px) and (max-width: 767px) {
	div.caption1 {
	padding-bottom: 31px !important;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	div.caption1 {
	padding-bottom: 18px !important;
	}
}

@media (min-width: 300px) and (max-width: 767px) {
	div.caption2 {
	padding-bottom: 20px !important;
	}
}

@media (min-width: 993px) and (max-width: 1199px) {
	div.caption2 {
	padding-bottom: 66px !important;
	}
}
@media (min-width: 1200px) {
	div.caption2 {
	padding-bottom: 66px !important;
	}
}

@media (min-width: 300px) and (max-width: 767px) {
	div.caption3 {
	padding-bottom: 0px !important;
	}
}

@media (min-width: 993px) {
	div.caption1 {
	padding-bottom: 56px !important;
	}
}

@media (min-width: 1200px) {
	div.caption3 {
	padding-bottom: 0px !important;
	}
}

@media (min-width: 993px) and (max-width: 1199px) {
	div.caption3 {
	padding-bottom: 0px !important;
	}
}
@media (min-width: 993px){
	.boxes{
		margin-top: 35px;
		margin-bottom: 55px;
	}
}

@media (max-width: 992px){
	#twitter{
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
/* ====================== Navigational styles =============================== */


@media (min-width: 1200px) {
	#tdleftnav {
	padding-left: 2px;
	padding-right: 2px;
	}
}

@media (min-width: 993px) and (max-width: 1199px) {
	#tdleftnav {
	padding-left: 2px;
	padding-right: 2px;
	}
}

.navbar-collapse {
	padding: 0px;
	box-shadow: none;
	background-color: #00ad83;
}

.container > .navbar-collapse {
    background-color: #00ad83;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

.navbar-top > li > a {
	/*
	padding: 5px;
	color: #428bca;
	*/
}

.navbar-top > li > a:hover {
	/*
	color: #428bca;
	background-color: white;
	*/
}

.nav > li > a{
    padding: 10px 11px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.navbar-nav > li > a:hover {
	color: white;
	background-color: #00906d;
}

.navbar-nav > li > a.active {
	color: white;
	background-color: #00906d;
}

.navbar-nav > li > .dropdown-menu {
	/*
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	*/
}

.dropdown-menu {
	background-color: #00ad83;
	border-bottom-color: #ff8000;
	border-bottom-width: 2px;
	border-bottom-style: none;
	*/
}

.dropdown-menu > li > a {
	font-weight: bold;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
}

.dropdown-menu > li > a:hover {
	color: white;
	background-color: #00906d;
}

.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: #00ad83;
	background-color: #00ad83;
}

i.fa.fa-caret-down {
	/*
	display: none; (This is optional)
	*/
}

@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;
	}
}
/* ====================== Right Side bar Styles =========================*/
.quickcaret{
    border-radius: 50%;
    background-color: white;
    height: 15px;
    width: 15px;
    text-align: center;
    padding-top: 0px;
    color: #1f3954;
    font-size: 13px;
    border-style: solid;
    border-color: #faca3e;
    border-width: 1px;
}

ul.quicklinks >li > a {
    font-weight: bold;
    line-height: 2;
    text-transform: uppercase;
}

ul.quicklinks {
    list-style: none;
    margin-left: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}


/* ====================== Custom footer styles ============================== */


#footer-container .container {
	background-color: #faca3e;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0px;
	box-shadow: none;
}

.footer h2 {
	color: #1e3854;
    font-size: 13px;
    font-weight: bold;
    border-bottom-style: none;
}

.footer ul {
	padding-left: 0px;
	margin-top: 0px;
	float: left;
    padding-bottom: 10px;
}

.footer ul li {
    color: #1e3854;
    text-decoration: none;
    margin-bottom: 8px;
    list-style-type: none;
    font-size: 11px;
    line-height: .7;
}

.footer-right ul li{
	padding-left: 0px;
	padding-right: 0px;
}
.footer-right li a {
    margin-left: 0px;
}

.footer ul li a {
    color: #1e3854;
}
@media (min-width: 993px){
	.footer-middle {
		padding-left: 50px;
	}
	.footer-right{
	padding-left: 40px;
}

	.footer-left {
	padding-left: 40px;
	}
}

@media (max-width: 767px){
	.social{
		float: none !important;
		text-align: center;
	}
	.footer ul {
	float: none;
	}
	.footer{
		text-align: center;
	}
}

/* ==================== Client e_ExhibitorConsole.aspx icons ==================== */

.icon-ebooth_icon.basic:after {
    content: 'Basic';
    display: block;
    font-size: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.icon-ebooth_icon.silver:after {
    content: 'Silver';
    display: block;
    font-size: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.icon-ebooth_icon.gold:after {
    content: 'Gold';
    display: block;
    font-size: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.icon-ebooth_icon.bronze:after {
    content: 'Bronze';
    display: block;
    font-size: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.icon-ebooth_icon.grey:after {
    content: 'Basic';
    display: block;
    font-size: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

/*********************** Bold Exhibitor Status Styles *****************************/

.selected > .icon-ebooth_icon.silver:after {
    font-weight: bold;
}

.selected > .icon-ebooth_icon.gold:after {
    font-weight: bold;
}

.selected > .icon-ebooth_icon.grey:after {
    font-weight: bold;
}

.selected > .icon-ebooth_icon.basic:after {
    font-weight: bold;
}

.selected > .icon-ebooth_icon.bronze:after {
    font-weight: bold;
}

/* ====================== Additional Media Queries ========================== */


@media (min-width: 993px) {
	.content-expand {
    width: 75%;
	}
}

@media (min-width: 993px) {
	.right-container {
    width: 23%;
	}
}

@media (min-width: 300px) and (max-width: 992px) {
	.content-expand {
    width: 100%;
	}
	.right-container {
	width: 100%;
	margin-left: 0px;
	}
	.thumbnail.secondary,.thumbnail.right {
	width: 100%;
	}
}
