.text {
	color: #777; 
	position:relative; 
	font-size: 14px; 
	display: block;
	text-align: justify;
}
.show-more {
	background-color: #fff;
	color: #0b98e8; 
	position:relative; 
	font-size: 12px;  
	cursor: pointer;
}
.show-more:hover { 
	color: #1779dd;
}

.show-more-height {
	overflow:hidden; 
}
/*
.padd{
    margin-top:30px;
}

.padd-2{
    margin-top:25px;
}
*/
.position{
    margin-top:0px;
	margin-bottom:15px;
}
.color{
	color:#777777;
}

.color-2{
	color:#6DC2DA;
}

.clr-padd{
	clear:both;
	padding-top:1px;
}

.border-over{
	border-bottom: 3px solid #6BB9F0;
	margin: 10px 0px;
	padding-bottom: 10px;
}

.scroll-to-data{
	position:relative;
}

.image-h{
	max-height:85px !important;
}

.image-margin{
	margin-top:5px;
	}
	
.cursor-color{
	color:#1298FF;
	cursor:pointer;
}

.panel-position{
 text-align:center;
}

.sponsors-floor-map-logo{
 height: 18px;
}

.sponsor-show {
	text-align: center;
}
.sponsor-show .sp-logo {
	display: inline-block;
	width: 33%;
	height: calc(28.5vw);
}
.booth{
	border-radius:10px;
	color:#fff;
	position:relative;
	background: rgba(0,0,0,0.5);
	margin-left:10px;
}
.booth__lg{
	height:220px;
	width:97%;
}
.booth__md{
	height:150px;
	width:65%;
}
.booth__sm{
	height:110px;
	width:45%;
}
.sp-logo-container {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.sp-logo {
	display: block;
	/* 350 x 100 */
	width: 180px;
	background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
	background-position-y: center;
	background-color: #fff;
	border-radius:5px;
}
.sp-aspect-helper {
	width: 100%;
	visibility: hidden;
}
.sp-cover {
	display: block;
	/* 544 x 232 */
	width: 238px;
	height: 102px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
.sponsor__footer{
	max-width: 100%;
	position:absolute;
	bottom:10px;
	left:10px;
	padding:10px;
	word-break: break-word;
	max-height: 50px;
	overflow: hidden;
}
.sp-body{
	word-break: break-word;
	padding:10px;
}
.truncate__sponsor{
	white-space: nowrap;
	width:90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.app__right .sponsor__contain{
	height: 100%;
	max-width: 100% !important;
}
.sponsor__image_simple{
	height: 125px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0% 50%;
	width: 100%;
}
.sponsor__category{
	border: none;
}
.sponsor__short-profile{
	font-weight: normal;
}
.representatives-button .nbtn {
	width: 100%;
	margin-top: 5px;
}

.img-sponsor-bg {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%; 
}

.sponsor-aspect-helper {
	width: 100%; 
	visibility: hidden;
}

@media only screen and (min-width: 768px) {
	.img-sponsor-bg {
		max-width: 60%;
	}
}