	/*
	Theme Name: Planet Business Template
	Version: 1.0
	Author: seven media
	
	This theme was designed and built by seven media,
	http://themeforest.net/user/sevenmedia
	*/
	
	/*basic*/
	.color-var {
	position: fixed;
	top: 30px;
	left: -35px;
	padding: 5px 50px 5px 70px;
	color: #F26A2F;
	font-weight: bold;
	line-height: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 50px;
	background-color: #2C2C2C;
	-webkit-box-shadow: 0px 1px 5px #1C1C1C;
	-moz-box-shadow: 0px 1px 5px #1C1C1C;
	box-shadow: 0px 1px 5px #1C1C1C;
	text-align: center;
	}