@charset "utf-8";


html{
	overflow-x:hidden !important;
	height: 100%;
}

@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}

.container{
	max-width: 1274px !important;
	width:99%;
	margin:0 auto;
	position: relative;
	z-index:5;
}






/* Top */
.geodir-js-type_btn {
	position:absolute;
	left:10px;
	top:10px;
	z-index:20;
	cursor:pointer;
	padding:6px 10px;
	border-radius:10px;
	color:#fff;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}
/*.geodir-js-type_btn i {
	float:left;
	width:36px;
	height:36px;
	line-height:36px;
	border-radius:100%;
    background: #425998;
	position:relative;
	z-index:2;
}*/
.geodir-js-type_btn span {
    border-radius: 36px;
    background: #425998;
	float:left;
	left:-36px;
	height:36px;
	line-height:36px;
	color: #fff;
	padding:0 18px 0 48px;
    font-size: 11px;
    font-weight: 600;
	position:relative;
	top:0;
	z-index:1;
	transition: all .2s ease-in-out;
	opacity:0;
	margin-top:-2px;
	visibility:hidden;
}
.geodir-js-type_btn:hover span {
	opacity:1;
	visibility:visible;
	margin-top:0;
}
.geodir-js-type_btn:hover i {
	font-weight:900;
}







@media only screen and (max-width: 768px) {
	.container{
		width:100vw;
	}
}
