/* ---------------------------------------------------------
1. General reset
2. General Typography
3. Common site styles
---------------------------------------------------------*/

/* ---------------------------------------------------------
1. General reset
---------------------------------------------------------*/

#footer .fnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
.navbar-default .navbar-nav > li .dropdown-menu > li:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html,
body {
	height: 100%;
}

body {
	line-height: 18px;
	min-width: 320px;
	-ms-overflow-style: scrollbar;
	-webkit-font-smoothing: antialiased;
}

input[type="search"] {
	box-sizing: content-box;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="submit"],
textarea,
select {
	-webkit-appearance: none;
	box-shadow: none;
}

input[type="email"]:focus,
input[type="email"]:active {
	box-shadow: none;
}

a,
button,
input[type="submit"] {
	outline: none !important;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
	box-shadow: none !important;
}

.center-block {
	float: none;
}

.clearfix {
	clear: both;
}

a,
button,
input[type="submit"] {
	outline: none !important;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?oaoz7a");
	src: url("../fonts/icomoon.eot?oaoz7a#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?oaoz7a") format("truetype"), url("../fonts/icomoon.woff?oaoz7a") format("woff"), url("../fonts/icomoon.svg?oaoz7a#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
	content: "\e900";
}

/* ---------------------------------------------------------
2. General Typography
---------------------------------------------------------*/

h2 {
	line-height: 18px;
}

p {
	margin: 0 0 10px;
}

a:hover,
a:focus,
a:active {
	color: #86c63f;
}

a,
button {
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	-webkit-transition-property: color, border, background;
	transition-property: color, border, background;
}

#header .btn,
#main .btn,
#footer .btn {
	font: 300 16px/20px "Oswald", Arial, sans-serif;
	vertical-align: top;
}

#header .form-control,
#main .form-control,
#footer .form-control {
	font: 300 12px/16px "Oswald", Arial, sans-serif;
}

.text {
	display: block;
}

/* ---------------------------------------------------------
3. Common site styles
---------------------------------------------------------*/

/* main container styles */

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
	table-layout: fixed;
}

#wrapper .w1 {
	overflow: hidden;
	position: relative;
}

/* header styles, page logo styles, top bar styles */

#header {
	padding: 20px 0 5px;
	position: relative;
}

#header:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: auto;
	right: 0;
	bottom: 0;
	background: url(../images/bg-header.png) no-repeat 0 100%;
	background-size: 100% auto;
	content: "";
	z-index: 1;
}

#header .logo {
	display: block;
	position: relative;
	z-index: 600;
	width: 230px;
	margin: -5px auto 0;
}

#header .logo img {
	max-width: 100%;
	display: block;
	height: auto;
}

#header .top-bar {
	font: 300 14px/20px "Oswald", Arial, sans-serif;
	background: #3e5c99;
	overflow: hidden;
	position: relative;
	color: #fff;
	margin: 0 auto;
	padding: 6px 80px 6px 25px;
}

#header .top-bar:after,
#header .top-bar:before {
	position: absolute;
	left: 0;
	top: -10px;
	right: 0;
	bottom: auto;
	content: "";
	height: 10px;
	box-shadow: 0 0 8px 1px rgba(246, 248, 245, .5);
}

#header .top-bar:after {
	top: auto;
	bottom: -10px;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, .5);
}

#header .top-bar .border-left,
#header .top-bar .border-right {
	position: absolute;
	left: 0;
	top: 0;
	right: auto;
	bottom: 0;
	z-index: 500;
}

#header .top-bar .border-left:after,
#header .top-bar .border-left:before,
#header .top-bar .border-right:after,
#header .top-bar .border-right:before {
	position: absolute;
	left: 0;
	top: auto;
	right: auto;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 0 0 9px;
	content: "";
	border-color: transparent transparent transparent #f6f8f5;
}

#header .top-bar .border-left:after,
#header .top-bar .border-right:after {
	bottom: auto;
	top: 0;
	border-width: 26px 9px 0 0;
	border-color: #f6f8f5 transparent transparent transparent;
}

#header .top-bar .border-right {
	left: auto;
	right: 0;
}

#header .top-bar .border-right:after {
	border-width: 0 9px 26px 0;
	left: auto;
	right: 0;
	border-color: transparent #f6f8f5 transparent transparent;
}

#header .top-bar .border-right:before {
	border-width: 0 0 26px 9px;
	left: auto;
	right: 0;
	border-color: transparent transparent #f6f8f5 transparent;
}

#header .top-bar .link {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 650;
	text-overflow: ellipsis;
}

#header .top-bar .link a {
	color: #fff;
}

#header .top-bar .link a:hover {
	color: #86c63f;
}

#header .top-bar .call {
	white-space: nowrap;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 650;
	text-overflow: ellipsis;
}

#header .top-bar .call a {
	color: #fff;
}

#header .top-bar .call a:hover {
	color: #86c63f;
}

/* main navigation styles */

.navbar-default {
	border: 0;
	background: none;
	font-family: "Oswald", Arial, sans-serif;
	margin: 0 -15px;
	min-height: inherit;
	border-radius: 0;
}

.navbar-default .navbar-toggle {
	position: absolute;
	left: auto;
	top: -166px;
	right: 35px;
	bottom: auto;
	margin: 0;
	z-index: 500;
	background: #fff;
}

.navbar-default .navbar-collapse {
	box-shadow: none;
	padding: 0;
	min-height: inherit;
	border: 0;
}

.navbar-default .navbar-nav {
	min-height: inherit;
	border-radius: 0;
	border: 0;
	background: #d7e4ca;
	overflow: hidden;
	margin: 0;
	float: none;
}

.navbar-default .navbar-nav:after,
.navbar-default .navbar-nav:before {
	display: none;
	content: inherit;
}

.navbar-default .navbar-nav > li {
	display: block;
	position: relative;
	border-top: 1px solid #cadbb9;
}

.navbar-default .navbar-nav > li.open {
	z-index: 500;
}

.navbar-default .navbar-nav > li:first-child {
	border: 0;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.open > a:focus {
	color: #fff;
	background: #3e5c99;
}

.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.open > a:focus {
	color: #e3bf54;
}

.navbar-default .navbar-nav > li > a {
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	position: relative;
	display: block;
	padding: 6px 12px 7px;
	color: #61823d;
	z-index: 50;
}

.navbar-default .navbar-nav > li > a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #3e5c99;
	border-width: 6px 12px 0;
	margin-left: -12px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background: #3e5c99;
	color: #e3bf54;
}

.navbar-default .navbar-nav > li:last-child > .dropdown-menu {
	left: auto;
	right: 0;
}

.navbar-default .navbar-nav > li .dropdown-menu {
	background: #d7e4ca;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	padding: 0;
	text-transform: none;
	z-index: 40;
	text-align: center;
}

.navbar-default .navbar-nav > li .dropdown-menu > li {
	border-top: 1px solid #cadbb9;
}

.navbar-default .navbar-nav > li .dropdown-menu > li:last-child {
	padding: 0;
}

.navbar-default .navbar-nav > li .dropdown-menu > li > a {
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	display: block;
	color: #61823d !important;
	position: relative;
	padding: 10px 12px;
	white-space: normal;
}

.navbar-default .navbar-nav > li .dropdown-menu > li > a:hover {
	color: #fff !important;
	background: #3e5c99 !important;
}

.navbar-default .navbar-nav > li .dropdown-menu > li > a:after {
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	position: absolute;
	left: -23px;
	top: 2px;
	right: auto;
	bottom: auto;
	font-size: 10px;
	line-height: 17px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

/* main informative part styles */

#main {
	overflow: hidden;
	padding: 20px 0;
}

/* main content styles */

#content {
	overflow: hidden;
}

#content h2 {
	position: relative;
	padding: 10px 0;
	margin: 0 0 15px;
}

#content h2:after,
#content h2:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: auto;
	background: url(../images/border.png) repeat-x;
	content: "";
	height: 3px;
}

#content h2:after {
	top: auto;
	bottom: 0;
}

#content .block {
	overflow: hidden;
	padding: 0 0 5px;
}

#content .block .block-holder {
	overflow: hidden;
}

#content .content-area {
	overflow: hidden;
	padding: 10px 0 15px;
}

#content .images-area {
	overflow: hidden;
	margin: 0 -8px;
	letter-spacing: -.32em;
}

#content .images-area .img {
	letter-spacing: 0;
	padding: 0 0 15px;
}

#content .images-area .img img {
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
}

/* aside styles, logo experience styles, call block styles */

.aside {
	overflow: hidden;
	max-width: 140px;
	margin: 0 auto;
}

.aside .logo-experience {
	display: block;
	margin: 0 auto 15px;
	width: 130px;
}

.aside .logo-experience img {
	max-width: 100%;
	display: block;
	height: auto;
}

.aside .call-area {
	background: url(../images/border.png) repeat-x;
	overflow: hidden;
	padding: 15px 0;
	clear: both;
}

.aside .call-area h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	margin: 0 0 3px;
	letter-spacing: 1px;
}

.aside .call-area .call {
	display: inline-block;
	vertical-align: top;
	font: 700 18px/21px "Oswald", Arial, sans-serif;
}

/* contact form styles */

.contact-form {
	font-family: "Oswald", Arial, sans-serif;
	overflow: hidden;
	clear: both;
	padding: 20px 0;
}

.contact-form .row-area {
	overflow: hidden;
	letter-spacing: -.32em;
}

.contact-form .input-group {
	overflow: hidden;
	padding: 0 0 10px;
	display: block;
	letter-spacing: 0;
}

.contact-form .input-group.btn-area {
	text-align: center;
}

.contact-form .input-group label {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	float: left;
	color: #61823d;
	float: left;
	margin: 0 0 5px;
}

.contact-form .input-group .form-control {
	width: 100%;
	height: 27px;
	font: 300 12px/16px "Oswald", Arial, sans-serif;
	background: #fff;
	border: 0;
	box-shadow: none;
	border-radius: 5px;
	float: left;
}

.contact-form .input-group .form-control:focus {
	box-shadow: none;
}

.contact-form .input-group textarea.form-control {
	width: 100% !important;
	min-height: 88px;
}

.contact-form .input-group select {
	font: 300 12px/27px "Oswald", Arial, sans-serif;
	width: 100%;
	height: 27px;
	border: 0;
	background: #fff;
	display: block;
}

.contact-form .btn-primary {
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
	border-radius: 0;
	padding: 6px 10px;
	position: relative;
}

.contact-form .btn-primary:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #3e5c99;
	border-width: 16px 0 16px 6px;
	margin-top: -16px;
}

.contact-form .btn-primary:hover:after,
.contact-form .btn-primary:focus:after {
	border-left-color: #2f4675;
}

/* footer styles, site info styles, footer content styles, footer nav styles, site-by styles  */

#footer {
	display: table-footer-group;
	height: 1%;
	color: #0b2f0f;
}

#footer .footer-holder {
	position: relative;
	padding: 25px 0 20px;
	overflow: hidden;
}

#footer .footer-holder:after,
#footer .footer-holder:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: auto;
	height: 11px;
	z-index: -1;
	display: block;
	content: "";
	background: url(../images/arrow.png) repeat-x;
}

#footer .footer-holder:after {
	background: #dfebd3;
	height: auto;
	bottom: 0;
	top: 11px;
}

#footer .footer-holder > .container {
	overflow: hidden;
}

#footer a {
	color: #0b2f0f;
}

#footer .info {
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
	position: relative;
	padding: 0 5px 20px;
}

#footer .info:after {
	position: absolute;
	left: 5px;
	top: auto;
	right: 5px;
	bottom: 0;
	background: url(../images/border.png) repeat-x;
	content: "";
	height: 3px;
}

#footer .info address {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 11px;
}

#footer .info .call,
#footer .info .email {
	display: block;
}

#footer .info .call a,
#footer .info .email a {
	color: #0b2f0f;
}

#footer .footer-content {
	overflow: hidden;
}

#footer .fnav {
	font: 300 12px/16px "Oswald", Arial, sans-serif;
	overflow: hidden;
	padding: 15px 5px 18px;
	position: relative;
}

#footer .fnav:after {
	position: absolute;
	left: 5px;
	top: auto;
	right: 5px;
	bottom: 0;
	background: url(../images/border.png) repeat-x 0 100%;
	content: "";
	height: 3px;
}

#footer .fnav:last-child {
	padding-bottom: 0;
}

#footer .fnav:last-child:after {
	display: none;
}

#footer .fnav ul {
	letter-spacing: -.32em;
	margin: 0 -8px 0 -11px;
}

#footer .fnav ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 8px 0 11px;
	margin: 0 0 4px;
	letter-spacing: 0;
	position: relative;
}

#footer .fnav ul li:before {
	position: absolute;
	left: 0;
	top: 7px;
	right: auto;
	bottom: auto;
	width: 3px;
	height: 3px;
	background: #0b2f0f;
	content: "";
	border-radius: 50%;
}

#footer .fnav ul li a {
	display: block;
}

#footer .fnav.add {
	font: 11px/14px Arial, sans-serif;
	display: table;
	table-layout: fixed;
	width: 100%;
}

#footer .fnav.add ul {
	margin: 0 -7px 8px -10px;
	overflow: hidden;
}

#footer .fnav.add ul li {
	padding: 0 7px 0 10px;
}

#footer .fnav.add ul li:before {
	top: 6px;
}

#footer .fnav .siteby {
	display: table-footer-group;
	text-transform: none;
}

@media (min-width: 768px) {
	#header {
		padding: 26px 0 27px;
	}

	#header .logo {
		width: 280px;
		margin-top: -29px;
	}

	#header .top-bar {
		font-size: 17px;
		line-height: 22px;
		height: 38px;
		max-width: 512px;
		padding: 6px 28px 6px 31px;
	}

	#header .top-bar .border-left:after,
	#header .top-bar .border-left:before,
	#header .top-bar .border-right:after,
	#header .top-bar .border-right:before {
		border-width: 19px 0 0 7px;
	}

	#header .top-bar .border-left:after,
	#header .top-bar .border-right:after {
		border-width: 19px 7px 0 0;
	}

	#header .top-bar .border-right:after {
		border-width: 0 7px 19px 0;
	}

	#header .top-bar .border-right:before {
		border-width: 0 0 19px 7px;
	}

	#header .top-bar .link {
		max-width: 220px;
		float: left;
	}

	#header .top-bar .call {
		max-width: 170px;
		float: right;
	}


	.navbar-default {
		padding: 10px 0 0;
		margin: 0;
		text-align: center;
	}

	.navbar-default .navbar-nav {
		margin: 0 -12px;
		overflow: visible;
		background: none;
		letter-spacing: -.32em;
	}

	.navbar-default .navbar-nav > li {
		display: inline-block;
		vertical-align: top;
		float: none;
		border: 0;
		letter-spacing: 0;
		margin: 0 8px 20px;
	}

	.navbar-default .navbar-nav > li.active > a:after,
	.navbar-default .navbar-nav > li.open > a:after,
	.navbar-default .navbar-nav > li.active > a:hover:after,
	.navbar-default .navbar-nav > li.open > a:hover:after,
	.navbar-default .navbar-nav > li.active > a:focus:after,
	.navbar-default .navbar-nav > li.open > a:focus:after {
		opacity: 1;
		visibility: visible;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 17px;
		line-height: 20px;
	}

	.navbar-default .navbar-nav > li > a:hover:after,
	.navbar-default .navbar-nav > li > a:focus:after {
		opacity: 1;
		visibility: visible;
	}

	.navbar-default .navbar-nav > li .dropdown-menu {
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		bottom: auto;
		min-width: 180px;
		text-align: left;
		padding: 15px 15px 15px 30px;
	}

	.navbar-default .navbar-nav > li .dropdown-menu > li {
		padding: 0 0 10px;
		border: 0;
	}

	.navbar-default .navbar-nav > li .dropdown-menu > li > a {
		font-size: 16px;
		line-height: 20px;
		color: #101010 !important;
		padding: 0;
	}

	.navbar-default .navbar-nav > li .dropdown-menu > li > a:hover {
		color: #3e5c99 !important;
		background: none !important;
	}

	.navbar-default .navbar-nav > li .dropdown-menu > li > a:hover:after {
		opacity: 1;
		visibility: visible;
	}

	.navbar-default .navbar-nav > li .dropdown-menu > li > a:after {
		left: -18px;
	}

	#content .block {
		padding: 0 0 22px;
	}

	#content .block .block-holder {
		padding: 0px 0 0;
	}

	#content .images-area .img {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 8px 22px;
	}

	#content .images-area.vertical {
		float: left;
		max-width: 44%;
		margin: 2px 20px 0 0;
	}

	#content .images-area.vertical .img {
		width: auto;
		display: block;
		padding: 0 0 16px;
	}

	.aside {
		max-width: inherit;
	}

	.aside .logo-experience {
		float: right;
		margin: 0 0 20px;
	}

	.aside .call-area {
		padding: 21px 0;
	}

	.aside .call-area h3 {
		font-size: 18px;
		line-height: 21px;
	}

	.aside .call-area .call {
		font-size: 24px;
		line-height: 28px;
	}

	.contact-form {
		padding: 25px 35px;
	}

	.contact-form .row-area {
		margin: 0 -15px;
	}

	.contact-form .input-group {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 15px 15px;
	}

	.contact-form .input-group.btn-area {
		text-align: left;
	}

	.contact-form .input-group label {
		font-size: 15px;
		line-height: 18px;
		margin: 0 0 10px;
	}

	.contact-form .btn-primary {
		margin: 28px 0 0;
	}

	#footer .footer-holder {
		padding: 35px 0 29px;
	}

	#footer .info {
		padding: 0 20px 0 0;
		float: left;
		overflow: visible;
		width: 30%;
		text-align: right;
	}

	#footer .info:after {
		background: url(../images/border2.png) repeat-y;
		top: 0;
		height: auto;
		right: 0;
		width: 3px;
		left: auto;
		bottom: -9999px;
	}

	#footer .footer-content {
		padding: 0 10px 0 14px;
	}

	#footer .fnav {
		font-size: 13px;
		line-height: 18px;
	}

	#footer .fnav:first-child {
		padding-top: 0;
	}

#footer .fnav.add {
		display: block;
		table-layout: inherit;
		width: auto;
		overflow: hidden;
	}

	#footer .fnav.add ul {
		margin-bottom: 0;
		float: left;
		max-width: 80%;
	}

	#footer .fnav .siteby {
		float: right;
		padding: 0 0 0 10px;
		max-width: 20%;
	}
}

@media (min-width: 876px) {
	h2 {
		font-size: 16px;
		line-height: 20px;
	}

	p {
		margin: 0 0 13px;
	}

	.text {
		font-size: 14px;
		line-height: 18px;
	}

	#header .logo {
		width: 338px;
		margin-top: -29px;
	}

.navbar-default {
		padding: 17px 0 14px;
	}

	.navbar-default .navbar-nav {
		margin: 0 -19px;
	}

	.navbar-default .navbar-nav > li {
		margin: 0 15px 20px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 19px;
		line-height: 22px;
	}

	.navbar-default .navbar-nav > li .dropdown-menu {
		padding: 22px 15px 22px 40px;
	}

	.navbar-default .navbar-nav > li .dropdown-menu > li {
		padding: 0 0 15px;
	}

	.navbar-default .navbar-nav > li .dropdown-menu > li > a {
		font-size: 18px;
		line-height: 21px;
	}

	.navbar-default .navbar-nav > li .dropdown-menu > li > a:after {
		font-size: 12px;
		line-height: 21px;
		left: -23px;
	}
	
	#main {
		padding: 29px 0 36px;
	}

	#content {
		padding: 0 8px 0 0;
	}

	#content h2 {
		margin: 0 0 28px;
		padding: 13px 0;
	}

	#content .block {
		padding: 0 0 30px;
	}

	#content .images-area.vertical {
		margin: 0 41px 0 0;
	}

	.aside {
		padding: 0 0 0 20px;
	}

	.aside .logo-experience {
		width: 158px;
		margin: -2px 5px 26px;
	}

	.aside .call-area h3 {
		font-size: 22px;
		line-height: 25px;
	}

	.aside .call-area .call {
		font-size: 28px;
		line-height: 31px;
	}

	.contact-form {
		padding: 30px 62px;
	}

	.contact-form .row-area {
		margin: 0 -21px;
	}

	.contact-form .input-group {
		padding: 0 21px 22px;
	}

	#footer .info {
		padding: 0 37px 0 0;
		width: 25.5%;
	}

	#footer .footer-content {
		padding: 0 17px 0 33px;
	}

	#footer .fnav {
		padding: 18px 0 29px;
	}
}

@media (min-width: 976px) {
	#header:after {
		width: 956px;
		left: 50%;
		margin: 0 0 0 -478px;
	}
}

