/* For st-actionContainer : start */
.st-actionContainer {
	z-index: 9999;
	position: fixed;
    display: inline-block;
    max-width: 280px;
}

.right-bottom {
	bottom: 8em;
	right: 2em;
	float: right !important;
}

.left-bottom {
	bottom: 2em;
	left: 2em;
	float: left !important;
}

div.st-actionContainer li{
	list-style: none;
}

.st-panel{
	width: auto;
	margin-bottom: 10%;
	/* background: rgba(255,255,255, 0.85); */
	background-color: #F9F9F9;
	color: white;
	border: 2px solid #eee;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 5px;
	display: none;
}

div.st-panel{
	font-family: Roboto;
	font-size: 15px;

}

.st-panel-header{
	background: transparent;
    color: #26466d;
    font-size: 20px;
    font-family: 'Muli-Black';
    text-align: center;
    padding: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.st-panel-contents{
	padding: 15px;
}

.st-button-main{
	font-size:24px;
	color:#ffffff;
	font-size:24px;
	text-align:center;
	line-height:60px;
	cursor:pointer;
	height: 100%;
	width: 100%;
	display: table;
}

.st-button-main > i{
	display: table-cell;
	vertical-align: middle;
}

.st-btn-container{
	background: rgba( 29,93,122, 1);
	width:60px;
	height:60px;
	border-radius:100%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

@media screen and (max-width : 480px) {
    .st-btn-container {
		width: 40px;
		height: 40px;
	}
	.right-bottom {
		bottom: 7em;
	}
	.st-button-main {
		line-height: 40px;
	}
	.st-button-main img {
		max-width: 40px;
	}
}
@media screen and (max-width : 1000px)  and (max-height : 480px) {
    .st-actionContainer {
		max-width: 600px;
	}
	.st-actionContainer .st-panel{
		margin-bottom: 2%;
		max-width: 680px;
		width: 600px;
	}
	.gridChild{
		max-width: 98px;
		display: inline-block;
		float: left;
		height: 100px !important;
	}
	.gridChild .smartcity_tab_icon {
		width: 45px !important; 
		height: 45px !important;
	}
	.st-panel .smartcity_tab_icon:before {
		width: 45px!important;
	}
}

.rotateForward{
    animation-name:             rotateF;
    animation-duration:         0.65s;
    animation-iteration-count:  1;

}

@keyframes rotateF {
  from {
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
  }
  to {
            transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
  }
}

.rotateBackward{
    animation-name:             rotateB;
    animation-duration:         0.65s;
    animation-iteration-count:  1;

}

@keyframes rotateB {
  from {
            transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
  }
  to {
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
  }
}

/*option grid in panel*/

.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.gridChild {
	flex: 0 0 50%;
	height: 130px;
	background: transparent;
	text-align:center;
	text-decoration: none;
	color: #4b4b4b;
    line-height:50px;
    font-family: 'Muli-Black';
    font-size: 14px;
}

.gridChild:hover {
	background:transparent;
	color: black;
	text-decoration: none !important;
}
.gridChild .smartcity_tab_icon{
    width: 75px;
    height: 75px;
    background-color: #f9f9f9;
}

.smartcoty_floating_mobility p{
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	color: #076997;
}
.smartcoty_floating_mobility:hover p{
	opacity: 1;
}

.smartcoty_floating_living p{
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	color: #8F6D00;
}
.smartcoty_floating_living:hover p{
	opacity: 1;
}

.smartcoty_floating_environment p{
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	color: #557A1A;
}
.smartcoty_floating_environment:hover p{
	opacity: 1;
}

.smartcoty_floating_people p{
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	color: #E01E00;
}
.smartcoty_floating_people:hover p{
	opacity: 1;
}

.smartcoty_floating_government p{
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	color: #973902;
}
.smartcoty_floating_government:hover p{
	opacity: 1;
}

.smartcoty_floating_economy p{
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	color: #6D29FF;
}
.smartcoty_floating_economy:hover p{
	opacity: 1;
}

.st-actionContainer a:focus p{
	opacity: 1;
}

/* For st-actionContainer : end */