@charset "UTF-8";  
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	text-rendering: optimizeLegibility;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
::-webkit-input-placeholder{
	color: #767370;
}
::-moz-input-placeholder{
	color: #767370;
}
:-moz-input-placeholder{
	color: #767370;
}
:-ms-input-placeholder{
	color: #767370;
}
.error::-webkit-input-placeholder{
	color: #c9252c !important;
}
.error:-moz-placeholder{
	color: #c9252c !important;
}
.error::-moz-placeholder{
	color: #c9252c !important;
}
.error:-ms-input-placeholder{
	color: #c9252c !important;
}
:focus::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder{
	color: transparent !important;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	color: transparent !important;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	color: transparent !important;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	color: transparent !important;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
    font: 12px Tahoma, sans-serif;
	color: #616161;
}
label{
	font-size: 12px;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: inline-block;
	width: 100%;
	height: 34px;
	margin: 0;
	padding: 0 6px;
	font-size: 12px;
	color: #616161;
	border: solid 1px #bababa;
	background: #fff url('../images/blank.png') no-repeat right center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
textarea{
	padding: 9px 6px;
	height: 116px;
	resize: none;
}
.error{
	padding-right: 30px !important;
	color: #c9252c !important;
	font-weight: bold !important;
	border-color: #c9252c !important;
	background: #fff url('../images/error.png') no-repeat right 9px center !important;
}
textarea,
textarea.error{
	background-position: right 9px !important;
	background-position: right 9px top 9px !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 30px;
	padding: 7px 15px;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: 0 none;
	background: rgb(29,114,59);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkNzIzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzYxMzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(29,114,59,1) 0%, rgba(23,97,49,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,114,59,1)), color-stop(100%,rgba(23,97,49,1)));
	background: -webkit-linear-gradient(top,  rgba(29,114,59,1) 0%,rgba(23,97,49,1) 100%);
	background: -o-linear-gradient(top,  rgba(29,114,59,1) 0%,rgba(23,97,49,1) 100%);
	background: -ms-linear-gradient(top,  rgba(29,114,59,1) 0%,rgba(23,97,49,1) 100%);
	background: linear-gradient(to bottom,  rgba(29,114,59,1) 0%,rgba(23,97,49,1) 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button.inline-table{
	padding: 0;
}
.button .td{
	width: 1000px;
	padding: 0 12px 0 0;
	text-align: left;
}
.button .td:first-child{
	width: 0;
	padding-left: 12px;
}
.button .td img{
	max-width: none;
	max-height: none;
}
.button.big{
	width: 183px;
	height: 39px;
	font-size: 14px;
	line-height: 25px;
	background: url('../images/button.png') no-repeat center center;
}
.button:hover{
	opacity: 0.75;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	border: 0 none;
	border-top: solid 1px #000;
	height: 0;
	margin: 0;
	padding: 0;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
.caroufredsel_wrapper{
	cursor: url('../images/Move.cur'), auto !important;
}
/* off */

/* text */
.plaintext{
	line-height: 20px;
	text-align: justify;
}
.plaintext h1,
.plaintext h2,
h1.title,
h2.title{
	margin: 0 0 20px;
	font-size: 24px;
	line-height: normal;
}
h1.title,
h2.title,
.sidebar h2.title,
h3.title{
	padding: 0 0 8px;
	color: #176131;
	background: url('../images/h1.png') no-repeat left bottom;
}
.sidebar h2.title,
h3.title{
	padding: 0 0 10px;
	background-image: url('../images/h2.png');
}
.plaintext h3,
.sidebar h2.title,
h3.title{
	margin: 0 0 20px;
	font-size: 16px;
	line-height: normal;
}
h1.title:first-child,
h2.title:first-child,
.sidebar h2.title:first-child,
h3.title:first-child{
	margin-top: -6px;
}
.sidebar h2.title:first-child,
h3.title:first-child{
	margin-top: -4px;
}
.plaintext a{
	color: #176131;
}
.plaintext p,
.plaintext img{
	margin: 0 0 20px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	margin: 0 0 20px;
	padding: 0 17px;
}
.plaintext ol ol,
.plaintext ul ol,
.plaintext ul ol,
.plaintext ul ul{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext ul ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 20px;
}
.plaintext table img{
	margin: 0;
}
.plaintext .table{
	margin: 0 0 20px;
}
.plaintext .table td{
	padding: 8px;
}
.plaintext .table th{
	padding: 8px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	background: #939598;
}
.plaintext .table tr:nth-child(even) td{
	background: #e7e7e8;
}
.plaintext .table tr:first-child td{
	color: #fff;
	background: #f26122;
}
.plaintext .table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: 0.7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
.plaintext strong{
	color: #000;
}
/* off */

#up2top{
	opacity: 0.5;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 4px;
	margin-left: 640px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transform: translate(0);
	-webkit-transition: 0.25s ease opacity;
	-moz-transition: 0.25s ease opacity;
	-o-transition: 0.25s ease opacity;
	transition: 0.25s ease opacity;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
#up2top:hover{
	opacity: 1;
	filter: none;
    -webkit-filter: none;
}
#wrapper{
	overflow: hidden;
	min-width: 1240px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff url('../images/top.png') no-repeat center top;
}
.inside{
	width: 1240px;
	margin: 0 auto;
}
/* header */
header{
	padding: 10px 0 0;
}
header .phone{
	width: 189px;
	margin: 22px 0 0 163px;
	font-size: 22px;
	color: #2a120d;
}
header .phone .img{
	margin: 18px 0 0;
}
header .phone li{
	margin: 6px 0 0;
}
header .phone li:first-child{
	margin: 0;
}
header .phone a{
	text-decoration: none;
}
header .phone .code{
	font-size: 14px;
	vertical-align: 5px;
}
header .button.big{
	margin: 32px 156px 0 0;
}
header .button.big .img{
	padding-top: 4px;
}
header .logo{
	margin: 0 400px;
	padding: 8px 0 11px;
}
.nav{
	z-index: 1;
	width: 942px;
	height: 56px;
	margin: 0 auto;
	padding: 0 40px;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	background: url('../images/nav.png') no-repeat center top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.nav .table{
	width: 100%;
	height: 49px;
}
.nav .td{
	width: 1000px;
	height: 49px;
	text-decoration: none;
}
.nav li.td{
	background: url('../images/spacer.png') no-repeat left -1px center, url('../images/spacer.png') no-repeat right -1px center;
}
.nav li.td:first-child{
	background: url('../images/spacer.png') no-repeat right -1px center;
}
.nav li.td:last-child{
	background: url('../images/spacer.png') no-repeat left -1px center;
}
.nav li.active .td,
.nav li .td:hover{
	background: rgba(0,0,0,0.2);
}
.nav li.active .td{
	cursor: default;
}
/* header off */

/* content */
main{
	padding: 42px 0 190px;
}
.slider-box{
	overflow: hidden;
	width: 1240px;
	height: 434px;
	margin: -76px 0 40px;
	padding: 0 0 33px;
}
.caroufredsel_wrapper{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#slider .desc{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 434px;
	content: ' ';
	-webkit-box-shadow: inset 0 0 1px 8px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 0 1px 8px rgba(255,255,255,0.2);
	-o-box-shadow: inset 0 0 1px 8px rgba(255,255,255,0.2);
	box-shadow: inset 0 0 1px 8px rgba(255,255,255,0.2);
}
#slider .desc .txt{
	width: 570px;
	padding: 10px;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	background: rgba(42,18,13,0.7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#slider img{
	-webkit-backface-visibility: visible;
	-webkit-transform: none;
}
.slider-navigation{
	width: 321px;
	height: 33px;
	margin: 0 auto;
	background: url('../images/slider-navigation.png') no-repeat center bottom;
}
.slider-nav{
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	margin: -7px 0 0;
	border-style: solid;
}
.slider-nav.prev{
	left: 37px;
	border-width: 6px 10px 6px 0;
	border-color: transparent #fff transparent transparent;
}
.slider-nav.next{
	right: 37px;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fff;
}
.slider-nav.prev:hover{
	border-color: transparent #9cce6a transparent transparent;
}
.slider-nav.next:hover{
	border-color: transparent transparent transparent #9cce6a;
}
.slider-pager a{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 10px 3px 0;
	border: solid 2px #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.slider-pager a.selected,
.slider-pager a:hover{
	border-color: #9cce6a;
}
.slider-pager a.selected{
	cursor: default;
}
.slider-pager span{
	display: none;
}
.sidebar{
	width: 228px;
}
.content{
	width: 640px;
	margin: 0 0 0 30px;
	padding: 0 43px;
	background: url('../images/left.png') repeat-y left top, url('../images/right.png') repeat-y right top;
}
.block{
	margin: 50px 0 0;
}
.block:first-child{
	margin: 0;
}
.show-all{
	font-size: 12px;
	color: #176131;
}
.sidenav{
	font-size: 11px;
	color: #fff;
}
.sidenav a{
	text-decoration: none;
}
.sidenav > ul > li{
	margin: 3px 0 0;
}
.sidenav > ul > li:first-child{
	margin: 0;
}
.sidenav .top-level{
	padding: 9px 0;
	background: #1d723b;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkNzIzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzYxMzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1d723b 0%, #176131 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d723b), color-stop(100%,#176131));
	background: -webkit-linear-gradient(top,  #1d723b 0%,#176131 100%);
	background: -o-linear-gradient(top,  #1d723b 0%,#176131 100%);
	background: -ms-linear-gradient(top,  #1d723b 0%,#176131 100%);
	background: linear-gradient(to bottom,  #1d723b 0%,#176131 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.sidenav .top-level a{
	margin: 0 40px 0 10px;
}
.sidenav .top-level a:hover{
	color: #9cce6a;
}
.open{
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 19px;
	height: 19px;
	margin: -10px 0 0;
	background: url('../images/open.png') no-repeat center center;
}
.open:before{
	position: absolute;
	left: 4px;
	top: 6px;
	width: 0;
	height: 0;
	content: ' ';
	border-style: solid;
	border-width: 9px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.open:hover:before{
	border-color: #9cce6a transparent transparent transparent;
}
li.active .open:before{
	margin-top: -2px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sidenav .subnav{
	margin: -5px 0 0;
	padding: 15px 0 10px;
	background: #9cce6a;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.sidenav .subnav li:before{
	display: block;
	height: 0;
	margin: 0 10px;
	content: ' ';
	border-top: solid 1px #8cbc5c;
}
.sidenav .subnav li:first-child:before{
	display: none;
}
.sidenav .subnav a{
	display: block;
	padding: 8px 10px;
}
.sidenav .subnav a:hover,
.sidenav .subnav li.active a{
	color: #176131;
	background: #fff;
}
.sidenav .subnav li.active a{
	cursor: default;
}
.news-list{
	color: #176131;
}
.news-list li,
.review-list li{
	margin: 0 0 20px;
	padding: 0 0 4px;
	border-bottom: solid 1px #d7d7d7;
}
.news-list li:last-child,
.review-list li:last-child{
	margin: 0;
	padding: 0;
	border: 0 none;
}
.news-list h3{
	margin: 4px 0;
	font-size: 14px;
}
.news-list .txt{
	line-height: 26px;
}
blockquote{
	position: relative;
	margin: 0 0 20px;
	padding: 10px;
	line-height: 20px;
	color: #fff;
	text-align: justify;
	background: #2a120d;
	-webkit-border-radius: 4px 4px 4px 0;
	-moz-border-radius: 4px 4px 4px 0;
	border-radius: 4px 4px 4px 0;
}
.questions blockquote{
	margin: 20px 0 0 35px;
	color: #636363;
	border: solid 1px #d7d7d7;
	background: #fff;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
}
blockquote:after{
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 13px;
	height: 10px;
	content: ' ';
	background: url('../images/conner.png') no-repeat left top;
}
.questions blockquote:after{
	left: -1px;
	top: auto;
	bottom: 100%;
	height: 11px;
	background: url('../images/angle.png') no-repeat left bottom;
}
.review-list li,
.team-list{
	color: #2a120d;
	line-height: 20px;
}
.author{
	font-size: 14px;
}
.team-list li{
	margin: 15px 0 0;
}
.team-list li:first-child{
	margin: 0;
}
.team-list img{
	padding: 6px;
	border: solid 4px #2a120d;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.job-list{
	margin: 30px 0 0;
}
.job-list .td{
	width: 1000px;
}
.job-list li.td:first-child,
.job-list li.td:last-child{
	width: 0;
}
.job-list figure{
	width: 174px;
	margin: 0 auto;
}
.job-list figure figcaption{
	margin: 0 0 8px;
	font-size: 16px;
	color: #176131;
}
.job-list figure .img{
	height: 128px;
	vertical-align: bottom;
}
.projects-list li{
	width: 198px;
	height: 198px;
	margin: 23px 0 0 23px;
}
.projects-list li:nth-child(3n+1){
	margin-left: 0;
}
.projects-list li:nth-child(1),
.projects-list li:nth-child(2),
.projects-list li:nth-child(3){
	margin-top: 0;
}
.projects-list li:hover{
	opacity: 0.75;
}
.projects-list li img{
	padding: 2px;
	border: solid 1px #d7d7d7;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.questions{
	line-height: 20px;
}
.questions li{
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: solid 1px #d7d7d7;
}
.questions .info{
	color: #176131;
}
.questions pre{
	font: 12px/20px Tahoma, sans-serif;
	text-align: justify;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
/* content off */

/* footer */
footer{
	min-width: 1240px;
	height: 100px;
	margin: -100px 0 0;
	color: #8f766a;
	background: #2a120d;
}
footer:before{
	display: block;
	height: 10px;
	margin: -8px 0 0;
	content: ' ';
	background: #fff  url('../images/bottom.png') no-repeat center top;
}
footer,
.footer-nav li,
.dev{
	font-size: 11px;
	line-height: 18px;
}
footer a{
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}
.copy,
.footer-center{
	padding: 12px 0 0;
}
.footer-contacts{
	margin: 10px 0 0;
}
.footer-center{
	margin: 0 300px;
	white-space: nowrap;
}
.footer-nav{
	padding: 0 0 10px;
}
.footer-nav li:before{
	margin: 0 8px;
	content: '|';
}
.footer-nav li:first-child:before{
	display: none;
}
.socials{
	padding: 5px 0 0;
}
.socials li{
	margin: 0 0 0 8px;
}
.socials li:first-child{
	margin: 0;
}
.socials a:hover img{
	opacity: 0.75;
}
.dev{
	text-align: right;
}
.counters{
	padding: 30px 0 0;
}
.counters li{
	margin: 0 0 0 10px;
}
.counters li:first-child{
	margin: 0;
}
/* footer off */
iframe{
	border: 0 none !important;
	outline: 0 none !important;
}
/* popup & form */
#order{
	width: 313px;
}
#order table{
	width: 100%;
}
#order input,
#order textarea{
	margin: 4px 0 0;
}
#order .before-send td,
.question .before-send td{
	padding: 6px 0 0;
}
#order .before-send tr:first-child td,
.question .before-send tr:first-child td{
	padding: 0;
}
.after-send{
	display: none;
	font-size: 20px;
}
.question table{
	width: 400px;
}
.question .before-send table td{
	width: 1000px;
	vertical-align: top;
}
.question .before-send table td:first-child{
	width: 0;
	padding-top: 16px;
	padding-right: 20px;
	white-space: nowrap;
}
.question .before-send table tr:first-child td:first-child{
	padding-top: 10px;
}
#order .after-send table{
	height: 150px;
}
/* popup & form off */














/* eof */