﻿.home-header {
	margin-top:-40px;
	margin-bottom:40px;
}

.home-header .title {
	position: absolute;
	top: 20%;
	left: 5%;
}
@media only screen and (max-width: 800px) {
	.home-header .title {
		top: 16%;
		left: 4%;
	}
}
.home-header .title .title-1 {
	font-size: 50px;
    font-weight: 200;
    line-height: 1.4;
    color: orange;
}
@media only screen and (max-width: 1000px) {
	.home-header .title .title-1 {
		font-size: 40px;
	}
}
.home-header .title .title-2 {
	display: inline-block;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	background: #e54a1a;
	padding: 5px;
}
.home-header .title .title-3 {
	font-size: 14px;
	line-height: 1.4;
	color: #aaa;
}

.front-team {
	/*background:#eee;
	padding:10px;*/
}
.sidebar2 { background: #eee; padding:10px; }
.header-navigation li.menu-search label {
	position: relative;
	top: -8px;
}
.header-navigation .dropdown-menu.drop-right {
	right:0;
}
.front-team h3 { margin-bottom:0;text-align:center; }
.front-team h3 strong { color: black !important }

.recent-work-description {
	text-align: center;
}
.note2 {
	color:#999;
	margin-top:10px
}

table.no-border {
	width:100%;
}
table.no-border td {
	border: none;
	padding: 5px 0;
	vertical-align:top;
}
.mix-grid .mix a.mix-preview {
    margin-left: -21px;
}
