/* Powered by UNITED THEMES COPYRIGHT 2013 UNITED THEMES // www.unitedthemes.com */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* UNITED THEMES BUTTONS */

.ut-btn {
    cursor: pointer;
    display: inline-block;
    margin: 0 20px 20px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 12px;
	color:#FFFFFF !important;
	background:transparent;
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
	font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
}
.ut-btn.small {
	font-size:11px;
}
.ut-btn.medium {
	font-size:13px;
	height: 44px;
    line-height: 44px;
	padding: 0 20px;
}
.ut-btn.large {
	height: 50px;
    line-height: 51px;
	font-size:17px;
	padding: 0 20px;
}
.ut-btn.round {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.ut-btn:hover {
	color:#FFFFFF;
}
p .ut-btn {
	margin:0;
}

/* Theme Color Button */ 
.ut-btn.theme-btn:hover {
	background:#222222 !important;
}
/* dark */
.ut-btn.dark {
	background:#222222;
}
/* Red */
.ut-btn.red {
	background:#e74c3c;
}
.ut-btn.red:hover {
	background:#222222;
}
/* Turquoise */
.ut-btn.turquoise {
	background:#1abc9c;
}
.ut-btn.turquoise:hover {
	background:#222222;
}
/* Green */
.ut-btn.green {
	background:#2ecc71;
}
.ut-btn.green:hover {
	background:#222222;
}
/* Blue */
.ut-btn.blue {
	background:#3498db;
}
.ut-btn.blue:hover {
	background:#222222;
}
/* Midnight Blue */
.ut-btn.mid-blue {
	background:#34495e;
}
.ut-btn.mid-blue:hover {
	background:#222222;
}
/* Yellow */
.ut-btn.yellow {
	background:#f1c40f;
}
.ut-btn.yellow:hover {
	background:#222222;
}
/*  Orange */
.ut-btn.orange {
	background:#FF6E00;
}
.ut-btn.orange:hover {
	background:#222222;
}
/* Grey */
.ut-btn.grey {
	background:#95a5a6;
}
.ut-btn.grey:hover {
	background:#222222;
}
/* Purple */
.ut-btn.purple {
	background:#9b59b6;
}
.ut-btn.purple:hover {
	background:#222222;
}

/* UNITED THEMES Alert - Messages Boxes */

.ut-alert {
	margin:0 0 20px;
	padding:30px;
}
.ut-alert.white {
	background:#FFFFFF;
	border:1px solid;
	color:#222222;
}
.ut-alert.white h1,
.ut-alert.white h2,
.ut-alert.white h3,
.ut-alert.white h4,
.ut-alert.white h5, 
.ut-alert.white h6,
.ut-alert.white strong {
	color:#222222;
}
.ut-alert.grey {
	color:#222222;
	background:#F1F1F1;
}
.ut-alert.grey h1,
.ut-alert.grey h2,
.ut-alert.grey h3,
.ut-alert.grey h4,
.ut-alert.grey h5, 
.ut-alert.grey h6,
.ut-alert.grey strong {
	color:#222222;
}
.ut-alert.themecolor,
.ut-alert.themecolor h1,
.ut-alert.themecolor h2,
.ut-alert.themecolor h3,
.ut-alert.themecolor h4,
.ut-alert.themecolor h5, 
.ut-alert.themecolor h6,
.ut-alert.themecolor strong {
	color:#FFFFFF;
}



/* UNITED THEMES Skill Bars */

.ut-skill {
	margin-bottom:20px;
}
.ut-skill-percent,
.ut-skill-name {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.ut-skill-name { color:#222222; }
.dark .ut-skill-name { color:#222222; }
.light .ut-skill-name { color:#FFFFFF; }
.ut-skill-percent {
	color:#FFFFFF;
	line-height:30px;
	padding:0 10px 0;
}
.ut-skill-bar {
	height:30px;
	width:100%;
	display:block;
}
.ut-skill-active {
	width:0px;
}
.ut-skill-overlay {
	height:30px;
	background:#111111;
}
.ut-skill-overlay:hover {
}

/* UNITED THEMES Skill Bars */ 

.ut-brands {
	text-align:center;
}
.ut-brands a {
	-webkit-transition:0.2s opacity linear;
	-moz-transition:0.2s opacity linear;
	transition:0.2s opacity linear;
	opacity:1;
}

.ut-brands a:hover {
	opacity:0.7;	
}

/* UNITED THEMES Columns */

.ut-one-half,
.ut-one-third,
.ut-two-thirds,
.ut-three-fourths,
.ut-one-fourth,
.ut-one-fifth,
.ut-two-fifth,
.ut-three-fifth,
.ut-four-fifth,
.ut-one-sixth,
.ut-five-sixth {
	float:left;
	margin-bottom:0;
	margin-right:4%;
	position:relative;
	display:inline;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.ut-column-last {
	clear:right;
	margin-right:0;
}
.ut-one-half {
	width:48%;
}
.ut-one-third {
	width:30.66%;
}
.ut-two-thirds {
	width:65.33%;
}
.ut-three-fourths {
	width:74%;
}
.ut-one-fourth {
	width:22%;
}
.ut-one-fifth {
	width:16.8%;
}
.ut-two-fifth {
	width:37.6%;
}
.ut-three-fifth {
	width:58.4%;
}
.ut-four-fifth {
	width:79.2%;
}
.ut-one-sixth {
	width:13.33%;
}
.ut-five-sixth {
	width:82.67%;
}

/* UNITED THEMES Custom Icon */

.ut-custom-icon a i {
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	transition:0.3s all ease;
}

/* UNITED THEMES Highlights */

.ut-highlight-one,
.ut-highlight-two,
.ut-highlight-three,
.ut-highlight-four {
	padding:2px;
	color:#F26535;
}
.ut-highlight-two {
	color: #FFF;
	background:#222222;
}
.ut-highlight-three {
	background: #FF3;
	color:#222222;
}
.ut-highlight-four {
	color: #FFF;
	background: #F00;
}
/* UNITED THEMES Tabs */

.ut-nav-tabs {
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
	list-style: none !important;
}
.ut-nav-tabs li {
	float:left;
	display: list-item;
	margin-right:10px;
	margin-bottom:10px;
}
.ut-nav-tabs li a {
	font-weight: normal;
	font-size:11px;
	display:block;
	text-transform:uppercase;
	padding: 4px 12px;
	background:transparent;
	color:#888888;
	border:1px solid #888888;
	-webkit-transition:0.2s all linear;
	-moz-tran