/* Defaults */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,latin-ext);
html { overflow: -moz-scrollbars-vertical; }
body {
	font-family: Arial;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	color: #777777;
	background: #eceaeb!important;
}
input, button, select, option, textarea {
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	color: #999999;
}
.container {
	width: 930px;
	margin: 0 auto;
}
.overflow { overflow: hidden; }
.clearfix, .clear { clear: both; }
.relative { position: relative; }
.absolute { position: absolute; }
a, area {
	text-decoration: none;
	outline: none;
}
.f_left { float: left; }
.f_right { float: right; }
img { display: block; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-25 { margin-bottom: 25px; }
h2 {
	font-size: 15px;
	color: #ed008c;
}
/* -------------------------------------------------------- */
/* header */

.top { background: #000; }
.social-buttons a {
	float: left;
	margin-right: 20px;
}
.header {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.logo { margin-top: 15px; }
.menu a {
	display: block;
	float: left;
	line-height: 100px;
	padding: 0 20px;
	color: #454142;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
}
.menu a.active, .menu a:hover {
	background: #ed008c;
	color: #fff;
}
.main-gallery { }
.main-gallery, .main-services {
	width: 250px;
	padding: 0 20px;
}
.main-content-title {
	font-size: 18px;
	font-weight: 700;
	color: #2f2d2e;
	text-align: center;
	margin-bottom: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.main-services { margin-left: 40px; }
.footer {
	padding: 15px 0;
	border-top: 1px solid #e5e5e5;
	font-weight: 300;
	background: #333;
	color:#ccc;
}
.footer-menu a {
	display: block;
	float: left;
	color: #ccc;
	margin-left: 20px;
}
.content-text, .references { background: #fff; }
.content-text {
	line-height: 24px;
	padding: 20px;
}
.references {
	padding: 20px 0 0 20px;
	overflow: hidden;
}
.reference-item {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 200px;
	float: left;
}
.reference-item img { border: 1px solid #efefef; }
.content-text a {
	color: #ed008c;
	text-decoration: underline;
}
.main-bottom-content {
	background: #fff;
	padding: 15px 25px;
}
.gallery li {
	float: left;
	width: 164px;
	margin: 0 10px 10px 0;
}
.gallery li img { width:164px; }