body {
	color: black;
	font-family: 'Oswald';
	margin: 0;
	padding: 0;
}
.rollover {
	color: black;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.rollover:hover {
	color: white;
	background-color: #000;
}
.iframeOverlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	opacity: 0.7;
	z-index: 9998;
}
/****about****/
.about {
	position: absolute;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	padding-top: 45px;
	background-color: #faaf1b;
	z-index: 9999;
	right: 100%;
}
.title {
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
}
.about p {
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	line-height: 23px;
	position: relative;
	overflow: hidden;
	width: 550px;
	position: relative;
}
.selected {
	color: white;
	background-color: #000;
}
/****contacts****/
.contacts {
	position: absolute;
	padding-right: 60px;
	padding-bottom: 45px;
	padding-left: 60px;
	padding-top: 45px;
	background-color: #faaf1b;
	z-index: 9999;
	display: block;
	right: 100%;
}
.contacts b {
	font-size: 18px;
	font-family: 'Arial';
	position: relative;
	top: 3px;
}
.contacts .send_form {
	width: 470px;
	/*float: left;*/
	display: inline-block;
	padding-right: 50px;
}
input, textarea {
	border: 1px solid #000;
	background: #faaf1b;
	font-family: Arial;
	font-size: 14px;
	margin-top: 14px;
	color: #000;
	padding-left: 10px;
}
input {
	height: 36px;
	width: 210px;
	color: #000;
	display: inline-block;
}
textarea {
	height: 138px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	width: 448px;
	margin-top: 16px;
	color: #000;
	resize: none;
	overflow: auto;
}
.button {
	border: 1px solid #000;
	background: #faaf1b;
	color: black;
	height: 40px;
	width: 144px;
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button a {
	padding-top: 7px;
	color: black;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#contact-form-1 .button {
	margin-top: 16px;
	float: left;
}
.button:hover {
	background: #000;
	color: white;
}
.button:hover a {
	color: white;
}
.contacts .address {
	margin-top: 11px;
	display: inline-block;
	font-family: Arial;
	font-size: 15px;
	vertical-align: top;
	float: right;
}
.contacts .address p {
	line-height: 12px;
	font-family: 'Arial';
	font-size: 15px;
}
.contacts .address .button {
	width: 112px;
	margin-top: 5px;
}
.contacts .address img {
	padding-right: 10px;
	position: relative;
	padding-right: 10px;
}
#contact-form-1 fieldset {
	border: none;
	padding: 0;
	margin: 0;
	float: left;
}
#name {
	float: left;
}
#email {
	float: right;
}
#contact-form-1 .success {
	display:none;
	font-size:18px;
	line-height:20px;
	padding:10px;
	position:relative;	
	box-shadow:none;
	-pie-background: none;
	border:1px solid #232323;
	margin-bottom:10px;
	color:#000;	
	background:#fff;
	width: 440px;
	
}
/****services****/
.close {
	position: absolute;
	width: 65px;
	height: 65px;
	cursor: pointer;
	background-image: url('icons/close.png');
	top: 0;
	right: 0;
}
.close:hover {
	background-image: url('icons/close1.png');
}
.services {
	position: absolute;
	padding-right: 60px;
	padding-bottom: 45px;
	padding-left: 60px;
	padding-top: 45px;
	background-color: #faaf1b;
	z-index: 9999;
	right: 100%;
}
.table {
	position: relative;
	margin-top: 23px;
	display: block;
}
.mf-services {
	margin-bottom: 15px;
	width: 550px;
	overflow: hidden;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
.mf-container {
	height: 35px;
	width: 548px;
	border: 1px solid #000;
}
.mf-services span {
	top: 6px;
	position: relative;
	margin-left: 10px;
	font-family: 'Oswald';
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
.mf-services span:hover {
	color: white;
}
.mf-services-text {
	line-height: 150%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	width: 535px;
	font-family: 'Arial';
	font-size: 15px;
}
.mf-services .openService {
	width: 35px;
	min-height: 35px;
	margin-top: -26px;
	right: 3px;
	cursor: pointer;
	position: absolute;
	background-image: url('icons/openSort.png');
}
.mf-services .openService:hover {
	background-image: url('icons/openSort1.png');
}
.closeService {
	width: 35px;
	height: 35px;
	margin-top: -26px;
	right: 3px;
	cursor: pointer;
	position: absolute;
	background-image: url('icons/closeSort.png');
}
.closeService:hover {
	background-image: url('icons/1.png');
}
.openService, .closeService, .close, .mf-services span {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/****clients****/
.clients {
	position: absolute;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	padding-top: 45px;
	background-color: #faaf1b;
	z-index: 9999;
	right: 100%;
}
.mf-clients {
	font-family: 'Arial';
	font-size: 15px;
	top: 5px;
	position: relative;
}
.mf-clients tr {
	height: 30px;
}
