/* Custom Styles */
html, body {
  overflow-x: hidden;
}
.mlr0{
	margin: auto 0;
}
.mtop5{
	margin-top:5px;
}
.mbotttom5{
	margin-bottom:5px;
}
.mr5{
	margin-right:5px;
}
.mr10{
	margin-right:10px;
}
.mr15{
	margin-right:15px;
}
.mr20{
	margin-right:20px;
}
.plr0{
	padding: auto 0;
}
.middle{
	margin-top:6%;
}
.caret {
    border-top: 4px solid;
}
.fa-caret-down::before {
    font-size: 90%;
    margin-left: 4px;
}
.purchase-btn{
	  background-image: url("/images/breadcrumb.jpg");
    padding-top: 10px;
    height: 50px;
    border-radius: 20px;
    margin-top: 15px;
}
#PPForm input[type="checkbox"], #PPForm input[type="radio"] {
    margin: -3px 0 0;
}
#AfterShowList{
	width:94%;
	margin: auto 3%;
}
.sponsor-logo{
	height:60px;
	margin:auto 0;
}
.sponsor-logo-img{
	vertical-align:middle;
}

.thumbnail_container {
     position: relative;
     width: 100%;
     padding-bottom: 100%;
  margin-bottom:20px;
}
.dropdown-backdrop {
    position: static;
}

.thumbnail {
	position:absolute;
	width:100%;
	height:100%;
	box-shadow: 2px 2px 4px #c6c6c6;
}

.thumbnail img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

img{
    max-height:100%;
}
img{
	max-height:auto !important;
}
.thumb{
	width:95% !important;
	box-shadow: 2px 2px 4px #c6c6c6;
	 background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.2s ease-in-out 0s;
		 height: auto !important;
    position: relative !important;
}
.thumb img{
	position:relative !important;
}
.content1body{
	  border-style: none solid none none;
    border-width: medium 1px medium medium;
		border-color:#c6c6c6;
}

.content2body{
  border-style: none none none solid;
  border-width: medium medium medium 1px;
	border-color:#c6c6c6;
	margin-left:-1px;

}
#Content1Body ul, ol{
  list-style: outside ;
  padding: 0 0 0 35px;
  font-size:16px;
	margin:auto 40px;
}
#Content1Body li{
	margin-bottom:10px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px !important;
}
.partners h4 {
	background-color: #fbf0f1;
	font-size: 14px;
	padding: 5px;
	color:#c90e7f;
}

#carousel-show ul, ol {
    list-style: outside none none;
}
.standard-phone,.standard-address,.standard-citystate{
	display:block;
}
.double-column {
    -moz-column-count: 2;
    margin-bottom: 40px;
}
.google-maps {
    height: 300px;
    margin-top: 5%;
    position: relative;
    width: 100%;
}
#map-canvas {
    height: 300px;
    padding-top: 0;
    width: 100%;
}
.col-count-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
} 
.col-count-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
} 
#Content1Body #ads ul{
	margin:auto;
}
#Content1Body #ads li{
	list-style:none;
	margin-bottom:20px;
	min-height: 350px;
	max-height: 350px;
}
#main-menu ul li,  
#main-menu ul li a, 
#main-menu ul li a:hover, 
#main-menu ul li .dropdown  {
	-webkit-backface-visibility: hidden;
}
.img-photo {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 4px 4px 2px #bfbebf;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.dotted{
	border-style: dotted none none;
    border-width: 2px 0 0;
}
.dashed {
    border-top: dashed 1.5px ;
    width: 75%;
}
.member1 {
    background-image: url("/images/Member1.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 45px;
    margin-top: 5px;
    width: 100%;
}
.member2 {
    background-image: url("/images/Member2.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    margin-top: 5px;
    width: 50%;
}
.standard-member1 {
    background-image: url("/images/Member1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 45px;
    margin-top: 4px;
    width: 100%;
}
.standard-member2 {
    background-image: url("/images/Member2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    margin-top: 4px;
    width: 100%;
}
#TicketTypes{
	margin-bottom:10px;
}
#TicketTypes p{
	margin-bottom:10px;
}
#TicketTypes .form-group{
  border-bottom: thin dotted #cccccc;
  margin: 10px 5px;
  padding: 0 5px 10px;
}
.ticket-description{
	display:inline-block !important;
	width:100%;
	margin-left:-15px;
}
 .ticket-price{
	display:inline-block !important;
	float:right;
}
.caption {
	 display: block;
    font-size: small;
    margin-top: 8px;
    text-align: center;
}
.disclaimer {
	 display: block;
    font-size: smaller;
    margin-top: 8px;
    text-align: left;
		font-style:italic;
		line-height:1.3em;
}
	#CategorySponsor {
    background-image: url("/images/sponsorborder.png");
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    margin-top: 45px;
    padding: 50px;
}
#CategorySponsor img{
	max-width:300px;
	max-height:70px;
	margin-bottom:1%;
}
.panel-heading .accordion-toggle:after {
  font-family: 'Glyphicons Halflings'; 
  content: "\e080" ; 
  float: right; 
  color: grey; 
}
.panel-heading .accordion-toggle.collapsed:after {
   content:"\e114"; 
}
.panel-default > .panel-heading {
background-color: #f5f5f5;
border-color: #ddd;
color: #333;
}
.gallery-exhibitor{
	margin-bottom:10px;
	min-height:200px;
}
.feature-secondary-box {
    background: white none repeat scroll 0 0;
    border: 4px solid #d8dcdf;
    border-radius: 25px;
    box-shadow: 2px 2px 30px #e6e6e5 inset;
    margin: 8px;
    min-height: 450px;
    padding: 34px 20px 24px;
    position: relative;
    text-align: center;
}
.radio-inline{
	 line-height: 1.2em;
    margin: 4px auto 10px;
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
	.content1body {
    border-color: none;
    border-style: none none none none;
    border-width: 0;
}
.content2body{
  border-style: none none none none;
  border-width:none;
	border-color:transparent;
	border-left:0;
}
}
/* Small */
@media(min-width:768px) and (max-width:991px){
.content1body{
	  border-style: none none none none;
    border-width: none;
		border-color:transparent;
}
.content2body{
  border-style: none none none none;
  border-width:none;
	border-color:transparent;
	border-left:0;
}
.gallery-exhibitor{
	min-height:155px;
	overflow:hidden;
}
}
/* Extra Small */
@media(max-width:767px){
	#Content1Body #ads li{
	list-style:none;
	margin-bottom:20px;
	min-height: 0;
 }
 #Content1Body .internal-list{
	 margin:auto 6%;
	}
 .content1body{
	  border-style: none none none none;
    border-width: none;
		border-color:transparent;
}
.content2body{
  border-style: none none none none;
  border-width:none;
	border-color:transparent;
	border-left:0;
}
  #ExhibitorMap{
		margin-left:-30px;
		margin-right:-30px;
		}
			.member1 {
		background-position:left center;
	}
	#ExhibitorContactBlock .member1, #ExhibitorContactBlock .member2 {
		background-position:center center;
	}
	.member1 {
    background-position: center center;
}
.ticket-description{
	display:inline-block !important;
	width:100%;
}
 .ticket-price{
	display:inline-block !important;
	float:left;
	padding-left:0;
}
#CategorySponsor img{
	max-width:250px;
	padding-bottom:12px;
}
	#CategorySponsor {
    background-image: url("/images/sponsorborder.png");
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    margin-top: 45px;
		padding:0;
}
.gallery-exhibitor{
	min-height:104px;
	overflow:hidden;
}
#Features{
	margin:auto -45px;
}
.feature-secondary-box {
    min-height:auto;
    padding: 34px 20px 24px;
		width:auto;
}
#CatDesc {
	margin:auto -15px;
}
#CatDesc img{
	margin-bottom:20px;
}
.planning p{
	text-align:center;
	}

}