/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }




/* Main Content */

.column {
	float: right;
	width: 100%;
	padding: 0em;
	min-height: 25px;
	margin-top:-37px;
	margin-right:0px;
	z-index:999999999;
	text-align: right;
	border: none;
}

@media screen and (max-width : 320px) {
.column {
	float: right;
	width: 100%;
	padding: 0em;
	min-height: 25px;
	margin-top:-33px;
	margin-right:0px;
	z-index:999999999;
}
}

