.panel-rightbody .help-block {
	display: none !important;
}

.tooltip > .tooltip-inner {background-color: #FF8500;}

.panel {
	background: transparent;
	border-color: transparent;
	border-radius: 0 26px 26px 0;
	box-shadow: none;
	color: #fff;
	height: 300px;
	margin-bottom: 20px;
	position: relative;
	width: auto;
}
.panel a {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}
.panel a:hover{
	text-decoration: none;
}
.panel-rightbody i{
	font-size: 20px;
}

.panel-default > .panel-leftheading
{
	background: #707070;
}

.panel-leftheading
{
	float: left;
	height: 100%;
	padding: 10px 15px;
	position: absolute;
	width: 42px;
	border-radius:15px 0 0 15px;
}

.panel-lefttitle
{
	position: absolute;
	-webkit-transform: rotate(270deg);
	-webkit-transform-origin: left top;
	-moz-transform: rotate(270deg);
	-moz-transform-origin: left top;
	-ms-transform: rotate(270deg);
	-ms-transform-origin: left top;
	-o-transform: rotate(270deg);
	-o-transform-origin: left top;
	transform: rotate(270deg);
	transform-origin: left top;
}

.panel-rightbody {
	background: #ffffff none repeat scroll 0 0;
	display: none;
	float: right;
	height: 100%;
	margin-right: 40px;
	padding: 15px;
	width: 250px;
	border-radius: 25px 0 0 25px;
	border: 1px solid #39b665;
}
.panel-rightbody > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#leftSLideBar .panel-rightbody p {  line-height: 17px; }
#leftSLideBar .panel-rightbody i.fa {  margin-bottom: 30px; }
#leftSLideBar .panel-leftheading {  opacity:0.8;}
#leftSLideBar .panel-lefttitle {
	bottom: -60px;
	font-size: 18px;
	font-weight: 300;
	left: 0;
	line-height: 45px;
	padding-left: 55px;
	white-space: nowrap;
	color: #ffffff
}
#leftSLideBar .panel.panel-default > img:first-child {
	height: 64px;
	opacity: 0.7;
	position: absolute;
	right: 53px;
	top: 37px;
	width: 169px;
}
#leftSLideBar:hover .panel-rightbody {
	display: table;
}
#rightSLideBar {
	right: 40px;
	position: fixed;
	top: 50px;
}
#rightSLideBar .panel-lefttitle{
	bottom: 10px;
	font-size: 15px;
	font-weight: 300;
	margin-left: -12px;
	white-space: normal;
	width: 250px;
}
#rightSLideBar .panel-lefttitle i.fa{
	display: block;
	float: left;
	font-size: 44px;
	padding-right: 11px;
}
#rightSLideBar .panel-leftheading {
	font-size: 15px;
	font-weight: 300;
	line-height: 15px;
	right: -47px;
	border-radius: 15px 0 0 15px;
	width: 49px;
}
#rightSLideBar .panel-rightbody{
	width: 505px;
	background: #1bb4a4;
	position: relative;
	border-radius:10px 0 0 10px;
	border:1px solid #000;
	border-right: none;
}
#rightSLideBar .panel-rightbody > div{ vertical-align : top; }
#rightSLideBar .panel{ height:247px;}
#rightSLideBar .panel-rightbody h4 {
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	text-align: left
}
#rightSLideBar .panel-rightbody p{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	max-width: 264px;
	text-align: left;
}
#rightSLideBar:hover .panel-rightbody {
	display: table;
}
#rightSLideBar:hover .panel-leftheading {
	background:#1BB4A4;
}

#botcell {
	bottom: 17px;
	left: 74px;
	position: absolute;
}
#rightSLideBar:hover .panel-leftheading,
#leftSLideBar:hover .panel-leftheading{
	border-radius: 1px 1px 1px 1px !important;
	opacity: 1;
}
#rightSLideBar:hover .panel-leftheading{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.joinBtn {
	width: 50%;
	margin: 0 auto;
	color: #707070;
	border-color: #707070;
	background: #ffffff;

}

.join_legend{
	color: #707070;
	text-transform: uppercase;
}

.panel-rightbody .form-control {
	border: 0;
	border-bottom: 1px solid #ddd;
}
.masa-city {
	width: 14% !important;
	text-align: center;
	background: #f5f5f5;
	margin-bottom: 4px;
}

.masa-city.active a {
	background: #fd6514 !important;
	border-radius: 0;
}

#myCarousel .carousel-caption {
	left:0;
	right:0;
	bottom:0;
	text-align:right;
	padding:0 10px;
	background:rgba(0,0,0,0.8);
	text-shadow:none;
	border-radius: 0 0 10px 10px;
}

#myCarousel .list-group {
	position:absolute;
	top:0;
	left:0;
}
#myCarousel .list-group-item {
	border-radius:0px;
	cursor:pointer;
	padding: 0;
	width: 10%;
	float: right;
	margin: 0 8px 20px 10px;
	-webkit-transition: all 300ms ease-in;
	-webkit-transform: scale(1); 
	-ms-transition: all 300ms ease-in;
	-ms-transform: scale(1); 
	-moz-transition: all 300ms ease-in;
	-moz-transform: scale(1);
	transition: all 300ms ease-in;
	transform: scale(1); 
	border-radius: 50%;
}
#myCarousel .list-group .active {
	border-color:#fd6514;
	background: #ffffff;
	z-index: 2;
	-webkit-transition: all 300ms ease-in;
	-webkit-transform: scale(1.2);
	-ms-transition: all 300ms ease-in;
	-ms-transform: scale(1.2);   
	-moz-transition: all 300ms ease-in;
	-moz-transform: scale(1.2);
	transition: all 300ms ease-in;
	transform: scale(1.2);
}

.list-group-item img {
	max-width: 100%;
	border-radius: 50%;
}

@media (min-width: 992px) { 
	#myCarousel {padding-left:51%;margin-bottom: 30px;}
	#myCarousel .carousel-controls {display:none;} 	
}
@media (max-width: 991px) { 
	.carousel-caption p,
	#myCarousel .list-group {display:none;} 
}

.carousel-caption h4 {
	padding: 0;
	margin: 8px 0 7px 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}


.carousel-caption p {
	color: #ebc659;
	font-size: 12px;
}