@import url("../moreno/css/responsive.css");

	/*  #Mobile (Portrait)
	================================================== */
    /* Note: Design for a width of 320px */
    @media only screen and (max-width: 767px) {		
		/*--circle--*/
		.home_circle{ 
			width:200px;
			height:200px;
			position:relative;
			top:inherit;
			left:inherit;
			margin-top:60px;
			margin-left:auto;
			margin-right:auto;
			-webkit-border-radius: 230px;
			-moz-border-radius: 230px;
			border-radius: 230px;		
		}
		.home_circle .gap{ height:75px !important; }
		
.social_bar {
	bottom: 10px;
	left: 50%;
	width: 100px !important;
	margin-left:-48px;
}

		.social_bar a {
			background: rgba(0, 0, 0, .6);
			height: 30px;
			width: 32px;
			display: inline-block;
			margin-bottom: 1.5px;
			text-align: center;
			line-height: 32px;
			color: #FFF !important;
			font-size: 12px;
		}
.copyright.front_page {
	text-align:center;
	font-size:10px;
}		
		
	}