@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,menu{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
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{
	outline: none;
}
::-webkit-input-placeholder{
	font-style: italic;
	color: #95a2aa;
}
:-moz-placeholder{
	font-style: italic;
	color: #95a2aa;
}
::-moz-placeholder{
	font-style: italic;
	color: #95a2aa;
}
:-ms-input-placeholder{
	font-style: italic;
	color: #95a2aa;
}
:focus::-webkit-input-placeholder{
	color: transparent;
}
:focus:-moz-placeholder{
	color: transparent;
}
:focus::-moz-placeholder{
	color: transparent;
}
:focus:-ms-input-placeholder{
	color: transparent;
}
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,
a.hover{
	text-decoration: none;
}
a.hover:hover{
	text-decoration: underline;
}
html, body{
	height: 100%;
}
body{
	font-family: Verdana, sans-serif;
	color: #46413e;
	font-size: 12px;
	line-height: 165%;
}
input:not([type='submit']):not([type='file']):not([type='checkbox']):not([type='radio']),
textarea,
.input{
	width: 175px;
	height: 18px;
	padding: 5px 8px;
	font-size: 14px;
	font-weight: normal;
	line-height: 128%;
	border: solid 1px #cad5df;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 2px 2px 2px rgba(9,171,110,0.07);
	-moz-box-shadow: inset 2px 2px 2px rgba(9,171,110,0.07);
	box-shadow: inset 2px 2px 2px rgba(9,171,110,0.07);
}
.button{
	cursor: pointer;
	display: inline-block;
	width: 270px;
	height: 42px;
	margin: 0;
	padding: 0;
	line-height: 42px;
	font-size: 14px;
	color: #cd6201;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	border: 0 none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 2px 2px 5px rgba(122,116,103,0.4), 1px 1px 0 #f4f1e9;
	-moz-box-shadow: inset 2px 2px 5px rgba(122,116,103,0.4), 1px 1px 0 #f4f1e9;
	box-shadow: inset 2px 2px 5px rgba(122,116,103,0.4), 1px 1px 0 #f4f1e9;
}
.button.active,
.button:hover{
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmI4YTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(191,184,166,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(191,184,166,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(191,184,166,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(191,184,166,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(191,184,166,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(191,184,166,1) 100%);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.button.active{
	cursor: default;
}
.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: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;
}
.bluecolor{
	color: #009bdd;
}
.redcolor{
	color: #e2294b;
}
hr{
	border: 0 none;
	border-top: solid 1px #a9a28e;
	border-bottom: solid 1px #cfcabc;
	height: 0;
	margin: 0 0 1px;
	padding: 0;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.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%;
}
/* off */

/* text */
.plaintext,
.noplain{
	padding: 20px 0;
}
.col2{
	width: 462px;
}
.plaintext h1,
.plaintext h2,
.section-title{
	height: 39px;
	margin: 0 0 20px;
	padding: 14px 110px 0 20px;
	font-size: 20px;
	line-height: 100%;
	color: #332a25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background: url('../images/bar.png') no-repeat center top;
}
.no-margin .section-title{
	margin: 0;
}
.plaintext .col2 h1,
.plaintext .col2 h2,
.col2 .section-title{
	background-image: url('../images/bar-half.png');
}
.plaintext h3{
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #332a25;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.white,
.plaintext a{
	color: #fff;
}
.plaintext p{
	margin: 0 0 20px;
	text-align: justify;
}
.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{
    position: relative;
	left: 16px;
	padding: 10px 20px 20px 20px;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 20px;
}
/* off */

#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #e6e1d2;
}
.inside{
	width: 956px;
	margin: 0 auto;
}
/* header */
header{
	padding: 0 0 1px;
	background: url('../images/header.png') repeat-x center top, #e6e1d2 url('../images/header-repeat.png') repeat-x center top;
	background: url('../images/header.png') repeat-x center top, url('../images/header-repeat.png') repeat-x center top, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTFkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWI3YTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmViN2E1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: url('../images/header.png') repeat-x center top, url('../images/header-repeat.png') repeat-x center top,  -moz-linear-gradient(top,  #e6e1d2 0%, #beb7a5 100%, #beb7a5 100%);
	background: url('../images/header.png') repeat-x center top, url('../images/header-repeat.png') repeat-x center top,  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e1d2), color-stop(100%,#beb7a5), color-stop(100%,#beb7a5));
	background: url('../images/header.png') repeat-x center top, url('../images/header-repeat.png') repeat-x center top,  -webkit-linear-gradient(top,  #e6e1d2 0%,#beb7a5 100%,#beb7a5 100%);
	background: url('../images/header.png') repeat-x center top, url('../images/header-repeat.png') repeat-x center top,  -o-linear-gradient(top,  #e6e1d2 0%,#beb7a5 100%,#beb7a5 100%);
	background: url('../images/header.png') repeat-x center top, url('../images/header-repeat.png') repeat-x center top,  -ms-linear-gradient(top,  #e6e1d2 0%,#beb7a5 100%,#beb7a5 100%);
	background: url('../images/header.png') repeat-x center top, url('../images/header-repeat.png') repeat-x center top,  linear-gradient(to bottom,  #e6e1d2 0%,#beb7a5 100%,#beb7a5 100%);
}
.secondary header{
	background: url('../images/header.png') repeat-x center top, #e6e1d2 url('../images/header-secondary-repeat.png') repeat-x center top;
	background: url('../images/header.png') repeat-x center top, url('../images/header-secondary-repeat.png') repeat-x center top, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTFkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWI3YTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmViN2E1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: url('../images/header.png') repeat-x center top, url('../images/header-secondary-repeat.png') repeat-x center top,  -moz-linear-gradient(top,  #e6e1d2 0%, #beb7a5 100%, #beb7a5 100%);
	background: url('../images/header.png') repeat-x center top, url('../images/header-secondary-repeat.png') repeat-x center top,  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e1d2), color-stop(100%,#beb7a5), color-stop(100%,#beb7a5));
	background: url('../images/header.png') repeat-x center top, url('../images/header-secondary-repeat.png') repeat-x center top,  -webkit-linear-gradient(top,  #e6e1d2 0%,#beb7a5 100%,#beb7a5 100%);
	background: url('../images/header.png') repeat-x center top, url('../images/header-secondary-repeat.png') repeat-x center top,  -o-linear-gradient(top,  #e6e1d2 0%,#beb7a5 100%,#beb7a5 100%);
	background: url('../images/header.png') repeat-x center top, url('../images/header-secondary-repeat.png') repeat-x center top,  -ms-linear-gradient(top,  #e6e1d2 0%,#beb7a5 100%,#beb7a5 100%);
	background: url('../images/header.png') repeat-x center top, url('../images/header-secondary-repeat.png') repeat-x center top,  linear-gradient(to bottom,  #e6e1d2 0%,#beb7a5 100%,#beb7a5 100%);
}
#header{
	max-width: 1600px;
	margin: 0 auto;
	background: url('../images/header-center.png') no-repeat center top, #e6e1d2 url('../images/header-bg.png') no-repeat center top;
	background: url('../images/header-center.png') no-repeat center top, url('../images/header-bg.png') no-repeat center top, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTFkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWI3YTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmViN2E1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: url('../images/header-center.png') no-repeat center top, url('../images/header-bg.png') no-repeat center top, -moz-linear-gradient(top,  #e6e1d2 0%, #beb7a5 100%, #beb7a5 100%);
	background: url('../images/header-center.png') no-repeat center top, url('../images/header-bg.png') no-repeat center top, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e1d2), color-stop(100%,#beb7a5), color-stop(100%,#beb7a5));
	background: url('../images/header-center.png') no-repeat center top, url('../images/header-bg.png') no-repeat center top, -webkit-linear-gradient(top,  #e6e1d2 0%,#beb7a5 100%,#beb7a5 100%);
	background: url('../images/header-center.png') no-repeat center top, url('../images/header-bg.png') no-repeat center top, -o-linear-gradient(top,  #e6e1d2 0%,#beb7a5 100%,#beb7a5 100%);
	background: url('../images/header-center.png') no-repeat center top, url('../images/header-bg.png') no-repeat center top, -ms-linear-gradient(top,  #e6e1d2 0%,#beb7a5 100%,#beb7a5 100%);
	background: url('../images/header-center.png') no-repeat center top, url('../images/header-bg.png') no-repeat center top, linear-gradient(to bottom,  #e6e1d2 0%,#beb7a5 100%,#beb7a5 100%);
}
.secondary #header{
	background: url('../images/header-center.png') no-repeat center top, #e6e1d2 url('../images/header-secondary-bg.png') no-repeat center top;
	background: url('../images/header-center.png') no-repeat center top, url('../images/header-secondary-bg.png') no-repeat center top, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTFkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWI3YTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmViN2E1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: url('../images/header-center.png') no-repeat center top, url('../images/header-secondary-bg.png') no-repeat center top, -moz-linear-gradient(top,  #e6e1d2 0%, #beb7a5 100%, #beb7a5 100%);
	background: url('../images/header-center.png') no-repeat center top, url('../images/header-secondary-bg.png') no-repeat center top, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e1d2), color-stop(100%,#beb7a5), color-stop(100%,#beb7a5));
	background: url('../images/header-center.png') no-repeat center top, url('../images/header-secondary-bg.png') no-repeat center top, -webkit-linear-gradient(top,  #e6e1d2 0%,#beb7a5 100%,#beb7a5 100%);
	background: url('../images/header-center.png') no-repeat center top, url('../images/header-secondary-bg.png') no-repeat center top, -o-linear-gradient(top,  #e6e1d2 0%,#beb7a5 100%,#beb7a5 100%);
	background: url('../images/header-center.png') no-repeat center top, url('../images/header-secondary-bg.png') no-repeat center top, -ms-linear-gradient(top,  #e6e1d2 0%,#beb7a5 100%,#beb7a5 100%);
	background: url('../images/header-center.png') no-repeat center top, url('../images/header-secondary-bg.png') no-repeat center top, linear-gradient(to bottom,  #e6e1d2 0%,#beb7a5 100%,#beb7a5 100%);
}
header .inside{
	padding: 0 0 24px;
}
header .top{
	padding: 5px 0 0;
	color: #fff;
}
header .logo{
	position: absolute;
	top: 60px;
}
.phone{
	display: inline-block;
	padding: 54px 0 0;
	font-size: 26px;
	line-height: 100%;
	color: #332a25;
	text-align: left;
}
.secondary header .inside > .middle{
	text-align: right;
	height: 140px;
}
header .logo,
.phone{
	z-index: 1;
}
.phone .small{
	padding: 0 0 4px 24px;
    font-size: 10px;
	line-height: 100%;
}
.slider{
	margin: -62px 0 0;
}
.slider.bg{
	position: absolute; 
	width: 956px;
	height: 364px;
}
.slider li{
	width: 956px;
	height: 364px;
}
.slider li .bar-outer{
	position: absolute;
	left: 0;
	top: 50%;
	width: 714px;
	height: 150px;
	padding: 4px;
	margin: -79px 0 0;
	background: rgba(255,255,255,0.5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.slider.bg li .bar-outer{
	background: none;
}
.slider li .bar{
	overflow: hidden;
	width: 714px;
	height: 150px;
	background: #5a524e;
	background: #5a524e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNiUiIHN0b3AtY29sb3I9IiM1YTUyNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNiUiIHN0b3AtY29sb3I9IiM1YTUyNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MSUiIHN0b3AtY29sb3I9IiM0NzNlM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #5a524e 26%, #5a524e 26%, #473e3a 61%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#5a524e), color-stop(26%,#5a524e), color-stop(61%,#473e3a));
	background: -webkit-linear-gradient(top,  #5a524e 26%,#5a524e 26%,#473e3a 61%);
	background: -o-linear-gradient(top,  #5a524e 26%,#5a524e 26%,#473e3a 61%);
	background: -ms-linear-gradient(top,  #5a524e 26%,#5a524e 26%,#473e3a 61%);
	background: linear-gradient(to bottom,  #5a524e 26%,#5a524e 26%,#473e3a 61%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.slider.bg li .bar{
	background: #fff;
}
.slider li .bar .bg{
	opacity: 0.75;
	position: absolute;
	left: 300px;
	top: -50px;
	width: 1000px;
	height: 600px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 67%, rgba(255,255,255,0) 71%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(67%,rgba(255,255,255,0)), color-stop(71%,rgba(255,255,255,0)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 67%,rgba(255,255,255,0) 71%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 67%,rgba(255,255,255,0) 71%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 67%,rgba(255,255,255,0) 71%);
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 67%,rgba(255,255,255,0) 71%);
}
.slider li .bar .txt{
	width: 470px;
	padding: 20px 0 0 20px;
	font-size: 16px;
	line-height: 125%;
	color: #fff;
}
.slider li .bar .txt h2{
	font-size: 22px;
	line-height: 120%;
	margin: 0 0 20px;
}
.slider .shadow{
	position: absolute;
	right: 52px;
	bottom: 0;
}
.slider .img-outer{
	position: absolute;
	right: 0;
	top: 0;
	width: 364px;
	height: 364px;
	background: #e7e7e7;
	-webkit-box-shadow: inset 5px 5px 5px #d3d8db;
	-moz-box-shadow: inset 5px 5px 5px #d3d8db;
	box-shadow: inset 5px 5px 5px #d3d8db;
}
.slider.bg .img-outer{
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.slider .inner{
	margin: 6px;
	width: 350px;
	height: 350px;
	border: solid 1px #fff;
}
.slider .borders{
	pointer-events: none;
	opacity: 0.25;
	position: absolute;
	left: 6px;
	top: 6px;
	width: 318px;
	height: 318px;
	border: solid 18px #fff;
}
#pagination{
	position: absolute;
	z-index: 1;
	left: 22px;
	bottom: 77px;
}
#pagination a{
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 6px;
	border: solid 2px #fff;
	font-size: 0;	
	line-height: 0;
	background: rgb(238,186,138);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYmE4YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iI2M5ODM0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(238,186,138,1) 0%, rgba(201,131,68,1) 61%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,186,138,1)), color-stop(61%,rgba(201,131,68,1)));
	background: -webkit-linear-gradient(top,  rgba(238,186,138,1) 0%,rgba(201,131,68,1) 61%);
	background: -o-linear-gradient(top,  rgba(238,186,138,1) 0%,rgba(201,131,68,1) 61%);
	background: -ms-linear-gradient(top,  rgba(238,186,138,1) 0%,rgba(201,131,68,1) 61%);
	background: linear-gradient(to bottom,  rgba(238,186,138,1) 0%,rgba(201,131,68,1) 61%);
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-webkit-box-shadow: inset -2px 2px 1px #eeba8a;
	-moz-box-shadow: inset -2px 2px 1px #eeba8a;
	box-shadow: inset -2px 2px 1px #eeba8a;
}
#pagination a:first-child{
	margin: 0;
}
#pagination a span{
	opacity: 0;
	position: absolute;
	left: 2px;
	top: 2px;
	width: 6px;
	height: 6px;
	text-indent: -1000px;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
#pagination a.selected span{
	opacity: 1;
}
#nav{
	padding: 30px 0 0;
}
#nav menu,
footer nav{
	width: 100%;
	font-size: 16px;
	line-height: 100%;
	color: #332a25;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	white-space: nowrap;
}
#nav li,
footer nav li{
	width: 956px;
}
#nav li:hover{
	color: #c98344;
}
#nav li:first-child,
#nav li:last-child,
footer nav li:first-child,
footer nav li:last-child{
	width: 480px;
	text-align: left;
}
#nav li:last-child,
footer nav li:last-child{
	text-align: right;
}
#nav li .block{
	display: inline-block;
}
#nav li a,
footer nav li a{
	display: block;
	text-decoration: none;
}
#nav li .bar{
	visibility: hidden;
	height: 6px;
	margin-top: 8px;
	background: rgb(232,159,93);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiNlODlmNWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiNjOTgzNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(232,159,93,1) 48%, rgba(201,131,68,1) 52%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,rgba(232,159,93,1)), color-stop(52%,rgba(201,131,68,1)));
	background: -webkit-linear-gradient(top,  rgba(232,159,93,1) 48%,rgba(201,131,68,1) 52%);
	background: -o-linear-gradient(top,  rgba(232,159,93,1) 48%,rgba(201,131,68,1) 52%);
	background: -ms-linear-gradient(top,  rgba(232,159,93,1) 48%,rgba(201,131,68,1) 52%);
	background: linear-gradient(to bottom,  rgba(232,159,93,1) 48%,rgba(201,131,68,1) 52%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#nav li.active .bar{
	visibility: visible;
}
#nav .line{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 2px 2px 5px rgba(122,116,103,0.4), 1px 1px 0 #d9d3ca;
	-moz-box-shadow: inset 2px 2px 5px rgba(122,116,103,0.4), 1px 1px 0 #d9d3ca;
	box-shadow: inset 2px 2px 5px rgba(122,116,103,0.4), 1px 1px 0 #d9d3ca;
}
header .links,
.block-list li{
	margin: 24px 0 0;
	padding: 10px 0 7px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 2px 2px 5px rgba(122,116,103,0.4), 1px 1px 0 #d9d3ca;
	-moz-box-shadow: inset 2px 2px 5px rgba(122,116,103,0.4), 1px 1px 0 #d9d3ca;
	box-shadow: inset 2px 2px 5px rgba(122,116,103,0.4), 1px 1px 0 #d9d3ca;
}
.block-list li{
	padding: 10px 0 8px 10px;
	-webkit-box-shadow: inset 2px 2px 5px rgba(122,116,103,0.4), 1px 1px 0 #f4f1e9;
	-moz-box-shadow: inset 2px 2px 5px rgba(122,116,103,0.4), 1px 1px 0 #f4f1e9;
	box-shadow: inset 2px 2px 5px rgba(122,116,103,0.4), 1px 1px 0 #f4f1e9;
}
.block-list li:first-child{
	margin: 0;
}
header .links li,
header .links a{
	display: block;
	width: 290px;
	height: 160px;
	text-decoration: none;
	font-size: 14px;
	line-height: 128%;
	color: #332a25;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
header .links li{
	margin-left: 34px;
}
header .links li:first-child{
	margin: 0;
}
.fabrics a{
	background: url('../images/fabrics-bg.png') no-repeat center top;
}
.offers a{
	background: url('../images/offers-bg.png') no-repeat center top;
}
.scheme a{
	background: url('../images/scheme-bg.png') no-repeat center top;
}
header .links a .title{
	font-size: 20px;
	line-height: 100%;
	color: #cd6201;
}
header .links a .title{
	padding: 6px 0 0;
	width: 290px;
	height: 50px;
}
header .links a .txt{
	width: 290px;
	height: 40px;
}
/* header off */

/* content */
main{
	padding: 0 0 109px;
}
.partners{
	padding: 0 0 40px;
}
.partners-slider{
	margin: 0 32px;
}
.partners-slider .caroufredsel_wrapper{
	display: inline-block !important;
}
.partners-slider,
#partners-slider,
#partners-slider li{
	height: 38px;
	text-align: center;
}
.slider-nav{
	cursor: pointer;
 	position: absolute;
	top: 50%;
	margin: -16px 0 0;
}
#prev{
	left: -32px;
}
#next{
	right: -32px;
}
.map{
	background: #d8d2c2; /* Old browsers */
	background: -moz-linear-gradient(top,  #d8d2c2 0%, #beb7a5 25%, #beb7a5 25%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d2c2), color-stop(25%,#beb7a5), color-stop(25%,#beb7a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d8d2c2 0%,#beb7a5 25%,#beb7a5 25%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d8d2c2 0%,#beb7a5 25%,#beb7a5 25%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d8d2c2 0%,#beb7a5 25%,#beb7a5 25%); /* IE10+ */
	background: linear-gradient(to bottom,  #d8d2c2 0%,#beb7a5 25%,#beb7a5 25%); /* W3C */
}
.map .top{
	padding: 2px 0 1px;
	background: #beb7a5;
}
.map .top hr{
	margin: 0;
}
.map .inside{
	padding: 50px 0;
}
.no-margin .inside{
	padding: 20px 0 50px;
}
#map{
	padding: 0 0 40px;
}
.more{
	font-size: 11px;
	color: #fff;
}
.block-list{
	margin: 0 0 24px;
	padding: 0;
	text-align: justify;
}
.block-list,
.block-list li{
	list-style: none !important;
}
.block-list li img{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.block-list h3,
.tab h3{
	margin: 0 0 8px;
	font-size: 16px;
	color: #cd6201;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.block-list li .txt{
	margin: 0 10px 0 132px; 
}
.block-list li .txt p:last-child{
	margin: 0;
}
.tab-nav{
	font-size: 0;
	line-height: 0;
	padding: 10px 0 30px;
}
.tab-nav li{
	margin: 0 0 0 20px;
}
.tab-nav li:first-child{
	margin: 0;
}
.tab .tab-nav{
	padding: 0 0 20px;
}
.tab .tab-nav li{
	width: 104px;
	margin-left: 10px;
}
.tab .tab-nav li:first-child{
	margin: 0;
}
.tab{
	display: none;
}
.active.tab{
	display: block;
}
.tab h3{
	margin: 0 0 12px;
}
.tab ol{
	padding: 0 0 0 24px;
}
.tab ol li{
	padding: 0 0 6px;
}
.tab .block-list{
	margin: 0;
}
.tab .block-list li{
	margin: 0;
	padding-right: 9px;
}
.tab .block-list li .img{
	margin-top: 10px;
}
.tab .block-list li .img:first-child{
	margin: 0;
}
.noplain > .tabs{
	padding: 0 0 50px;
}
.item-block{
	padding: 40px 0 20px;
}
.item-block .description{
	width: 290px;
	text-align: justify;
}
.item-block h1{
	text-align: left;
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 120%;
	color: #cd6201;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.tab .info{
	margin: 0 300px 0 0;
}
.info-table{
	width: 100%;
}
.info-table th{
	text-align: left;
}
.info-table td{
	padding-bottom: 4px;
	vertical-align: top;
}
.info-table .line{
	padding: 0 0 0 3px;
	width: 0;
	border-left: solid 1px #e16a0a;
	border-right: solid 1px #f4f1e9;
	background: #e8710b;
}
.info-table .first .line{
	border-radius: 3px 3px 0 0/9px;
}
.info-table .last .line{
	-webkit-border-radius: 0 0 3px 3px/9px;
	-moz-border-radius: 0 0 3px 3px/9px;
	border-radius: 0 0 3px 3px/9px;
}
.info-table .first.last .line{
	-webkit-border-radius: 3px/9px;
	-moz-border-radius: 3px/9px;
	border-radius: 3px/9px;
}
.info-table .last td{
	padding-bottom: 0;
}
.info-table td:first-child{
	padding-right: 10px;
}
.info-table td:last-child{
	width: 31%;
	padding-left: 10px;
	color: #cd6201;
}
.info-table td[colspan]{
	padding-left: 0;
	padding-right: 0;
}
.info-table .hr{
	border-top: solid 1px #c9c4b6;
	border-bottom: solid 1px #f8f5ea;
	padding: 0;
}
.info-table .spacer{
	padding: 10px;
}
.info-table .circle{
	display: inline-block;
	width: 14px;
	height: 14px;
	font-size: 0;
	line-height: 0;
	background: rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.2), 1px 1px 0 rgba(255,255,255,0.5);
	margin: 0 0 -1px;
}
.info-table .circle:before{
	position: absolute;
	left: 3px;
	top: 3px;
	width: 8px;
	height: 8px;
	content: ' ';
	background: #f0780d;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.25), 1px 1px 0 rgba(255,255,255,0.5);
}
/* content off */

/* footer */
footer{
	margin: -109px 0 0;
	height: 109px;
	background: url('../images/footer-center.png') no-repeat center top, #4e4642 url('../images/footer.png') repeat-x center top;
}
footer .inside{
	width: 680px;
}
.copy{
	padding: 5px 0 20px;
	color: #fff;
}
footer nav{
	font-size: 11px;
	line-height: 100%;
	color: #fff;
	text-shadow: none;
}
footer nav a:hover{
	text-decoration: underline;
}
footer .phone{
	padding: 16px 0 0;
	font-size: 16px;
	color: #fff;
}
footer .phone .small{
	padding-left: 0;
}
.dev{
	padding: 18px 0 0;
	font-size: 11px;
	line-height: 133%;
	color: #fff;
}
.dev img{
	margin: 4px 6px 0 0;
}
.dev a{
	text-decoration: none;
}
.dev a:hover{
	text-decoration: underline;
}
.counters{
	width: 300px;
	margin: 0 auto;
	padding: 13px 0 0;
}
/* footer off */



















/* eof */