/*svg styles*/
@import url('https://fonts.googleapis.com/css?family=Muli');

.logo {
	stroke:#fff;
	stroke-width:2px;
	fill:none;
	}

.st {
	font-family: 'Muli', sans-serif;
	font-weight:100;
	font-size:30px;
	}

/* @group clearfix */

.sb-clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .sb-clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .sb-clearfix { zoom: 1; } /* IE7 */


/* @end */

.sb-btn-holder a,
.sb-btn-holder .sb-text{
	display: block;
	float: left;
	margin-bottom: 5px;
}

.sb-btn-holder.sb-vertical a{
	float: none;
} 

/* Smartphones  */
/*@media only screen and (max-width : 480px) {
	
	.sb-btn-holder.sb-vertical a{
		float: left;
	} 

}*/

.sb-btn-holder.sb-under .sb-text{
	float: none;
}


.sb-btn-holder.sb-float .sb-text,
.sb-btn-holder.sb-float a{
	
	padding: 0 5px 0 5px;
	margin-right: 0;
}

.sb-btn-holder.sb-under a{
	margin-right: 10px;	
}

.sb-btn-holder a,
.sb-btn-holder a:hover{
	text-decoration: none !important;
}
/* @end */