
	/* common.css */
	#to_top {
		z-index: 999;
		position: fixed;
		bottom: 100px;
		right: 0;
		width: 65px;
		height: 60px;
		border: 1px solid transparent;
		border-radius: 5px 0 0 5px;
		background: #008ddf;
		background-position: center center;
		background-repeat: no-repeat;
		background-image: url('../assets/images/top_cap.png');
	}

	ul.sidebar-nav {
		margin-left: 0;
		width: 80%;
		float: left;
	}

	ul.sidebar-nav li {
		white-space: nowrap;
	}
	ul.sidebar-nav li .nav-mob i {
		margin-left:10px;
		margin-right:10px;
	}
	ul.sidebar-nav li ul li.flag-item {
		width:auto;
	}
	ul.sidebar-nav li ul li.flag-item .ico.ico-fb {
		width: 30px;
		height:30px;
	    background-color: transparent!important;
	    background: #3B5A99;
	    background-size: auto 100%!important;
	    background-position:center center;
	    background-image: url(../assets/images/facebook.png);
	}
	.menu-container.menu-c li.nav-item  {
		background-color: transparent;
	}

	.carousel-caption h2 {
		text-align: center;
	}

	.footer h5 a:hover {
		color: white;
		text-decoration: none;
		padding-right: 50px;
	}

	.ft-item a:hover {
		color: white;
		text-decoration: underline;
	}

	.footer .logo {
		padding-top : 20px;
	}

	.footer span {
		display: inline-block;
		margin-top: 35px;
		padding: 0 0 20px 80px;
		border-bottom: 1px solid #011848;
	}

	.face a {
		color: white;
	}

	.face a:hover {
		color: white;
	}

	.face i {
		font-size: 1.5rem!important;
	}

	.highlight {
		color: #03BCFF;
	}