@import url(fonts.css);

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, img, small, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video,input, button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	outline:none;
	position:relative;
}

iframe {
    border:none;
}

header, nav, section, article, aside, footer {display:block;}

/*========general========*/

body {
 	font-family: Arial, Verdana, sans-serif;
 	background: #f1d19d;
}

a {
 	font-size: 14px;
 	text-decoration: underline;
	color: #B17353;
	
}

a:hover {
	text-decoration: none;
}

.clear {
 	clear:both;
}

button {
	cursor: pointer;
}

ul li {
	list-style-type: none;
}

a img {
	border: none;
}

p {
	font-size: 19px;
	font-family: 'MonotypeCorsivaRegular';
	color: #a05944;	
	text-shadow: 0px 2px 6px rgba(255, 255, 255, 0.6);
}

.floated:after {
	visibility: visible;
	display: block;
	height: 0;
	content: '';
	clear: both;	
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #b17353;
    font-size: 10px;
    line-height: 16px;
	font-family: 'Myriad Pro'
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b17353;
    font-size: 10px;
    line-height: 16px;
	font-family: 'Myriad Pro'
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b17353;
    font-size: 10px;
    line-height: 26px;
	font-family: 'Myriad Pro';
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #b17353;
    font-size: 10px;
    line-height: 16px;
	font-family: 'Myriad Pro'
}

/*========main========*/

header {
}

.bg-wrapper {
	max-width: 1278px;
	min-width: 865px;
	margin: 0 auto;
	z-index: 10;
	overflow: hidden;
	background: url(../images/long.jpg) repeat-y 50% 0;
	min-height: 1080px;
}

.bg-wrapper.m-p,
.bg-wrapper.h-p,
.bg-wrapper.r-p{
	min-height:800px;
}

.wrapper {
	width: 865px;
	margin: 0 auto;
}

.lang-menu {
	float: left;
	width: 167px;
	margin-top: 55px;
	z-index: 100;
	margin-left: 34px;
}

.lang {
	display: inline-block;
}

.lang li {
	float: left;
	margin: 0 7px;
}

.lang li a {
	color: #a05944;
	text-decoration: none;
    font-family: 'pf_dindisplay_proregular';
    font-size: 16px;
}

.lang li a.current {
    font-family: 'pf_dindisplay_problack';
}


.phone {
	float: right;
    font-family: 'pf_dindisplay_probold';
    font-size: 20px;
    color: #a05944;
    margin-top: 60px;
    z-index: 100;
    margin-right: 19px;
}

.logo {
	float:left;
	margin-bottom:-121px;
	z-index:100;

}

.logo-href {
	display: block;
	width: 442px;
	height: 269px;
	background: url(../images/logo.png) no-repeat 0 0;
}

.phrase {
	position:absolute;
	left:116px;
	bottom:132px;
    font-size: 27px;
    color: #a05944;
       font-family: 'studioscriptttregular';
       word-spacing: 1px;
}

.main-menu {
	margin-top:-34px;
	z-index:100;

}

.main-menu > ul {

}

.main-menu > ul > li {
	background: url(../images/menu-bg.png) no-repeat 0 -10px;
	height: 126px;
	float: left;
	margin-left: -29px;
	width: 154px;
}

.main-menu > ul > li.active {
	background:url(../images/menu-bg.png) 1px -532px !important;

}

.main-menu > ul > li.active a {
	height:100px;
	background:url(../images/white-shadow.png) no-repeat center 6px;
	
}

@-moz-document url-prefix() {
	.main-menu > ul > li {
		padding-top: 10px;
		padding-left: 20px;
	}
}

.main-menu > ul > li:first-child {
	margin-left: -18px;
}

.main-menu > ul > li > a {
    font-family: 'victorianaregular';
    font-size: 20px;
    color: #a05944;
    text-decoration: none;
    text-transform: uppercase;
    height: 62px;
    display: table-cell;
    width: 111px;
    vertical-align: middle;
    top: 10px;
    left: 21px;
    text-align: center;
    line-height: 18px;
}

.main-menu > ul > li:hover > a {
	text-shadow: 1px 1px 4px rgba(160, 90, 68, 0.6);
}

.main-menu > ul > li:hover {
	background-position:-1px -366px;
}
.main-menu > ul > li.last {
	position: absolute;
	right: -20px;
	top: 0;
}

.main-menu .has-sub .sub {
	display: none;
    font-family: 'victorianaregular';
}

.main-menu .has-sub .sub li {
	text-align:center;
	margin: 3px 0;
}

.main-menu .has-sub .sub li a {
	padding: 0;
	margin: 0;
	height: auto;
    font-size: 15px;
    color: #a05944;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 100;
}

.main-menu .has-sub .sub li a:hover {
	text-shadow: 1px 1px 4px rgba(160, 90, 68, 0.6);
}

.main-menu .has-sub:hover,.main-menu .act.has-sub{
	font-size: 15px;
	background-position: 1px -532px !important;
}
.main-menu .act.has-sub .sub{display:block;}
.home .main-menu .act.has-sub{background-position: 0 -10px !important;}
.home .main-menu .act.has-sub:hover{background-position: 1px -532px !important;}
.home .main-menu .act.has-sub .sub{display:none; }
.home .main-menu .act.has-sub:hover .sub{display:block;}

.main-menu .has-sub .sub {
	width: 111px;
	position: absolute;
	left: 19px;
}
.main-menu .has-sub:hover .sub{display:block;} 

.slider {
	z-index: 100;
}

.slider:before {
	background: url(../images/rope.png) no-repeat 0 0;
	content: '';
	width: 1000px;
	height: 50px;
	position: absolute;
	top: -14px;
	left: -42px;
	z-index: 100;
}

.content {
min-height:309px;
font-family: 'MonotypeCorsivaRegular';
}
.content-inner *{font-family: 'MonotypeCorsivaRegular';
font-size: 19px !important;text-shadow: 0px 2px 6px rgba(255, 255, 255, 0.6);
}

.quote {
	width: 584px;
	font-size: 19px;
    font-family: 'MonotypeCorsivaRegular';
    color: #a05944;	
    text-align: center;
    margin: 0 auto;
   text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.6);
}

.text {
	width: 709px;
	margin-left: 85px;
	margin-top: 24px;
}

.text p {
	word-spacing: 7px;
	line-height: 22px;
	text-indent: 12px;
	margin-bottom: 28px;
}

.stamp {
	background: url(../images/stamp.png) no-repeat 0 0;
	width: 202px;
	height: 341px;
	position: absolute;
	bottom: -126px;
	right: -26px;
	z-index: 200;
}

.inner-page .stamp {
	bottom:-212px;
	right:29px;
}

.m-p .stamp {
	right:31px;
	bottom:-15px;
}

.r-p .stamp {
	right: 30px;
	bottom: -46px;
}

footer {
 	font-family: 'pf_dindisplay_promedium';
 	font-size: 16px;
 	color: #a05944;
 	margin-top: 75px;
 	text-align: center;
	padding-bottom: 23px;
}

.inner-page footer {
	padding-bottom:95px;
}

.m-p footer {
	padding-bottom:60px;
	margin-top:109px;
}

.r-p footer {
	padding-bottom:30px;
	margin-top:134px;
}

.footer-inner > span {
	padding: 0 16px;
}

.wrapper.inner-page .main-menu {
	top: -491px;
}

.wrapper.inner-page header {
	/*height:627px;*/
}

.wrapper.inner-page .slider {
	margin-top: 20px;
}

.wrapper.inner-page .secondary-menu {
    font-family: 'victorianaregular';
    background: url(../images/menu-bg2.png) no-repeat 0px 0px;
    height: 86px;
    width: 923px;
    left: -25px;
    padding-top: 19px;
    top: -40px;
    z-index: 100;
    text-align: center;
}

.wrapper.inner-page .secondary-menu ul li {
	display: inline-block;
	margin-left: 28px;
	vertical-align: middle;
	text-align: center;
	line-height: 16px;
	top: -2px;
}

.wrapper.inner-page .secondary-menu ul li:first-child {
	margin-left: 59px;
}

.wrapper.inner-page .secondary-menu ul li a {
	color: #a05944;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	height: 34px;
}

.wrapper.inner-page .secondary-menu ul li a:hover {
	text-shadow:1px 1px 4px rgba(160, 90, 68, 0.6);
}

.wrapper.inner-page .slider:before {
	top: auto;
	bottom: -70px;
	left: -37px;
}
.bg-wrapper.i-p {
	background: url(../images/long-bg.jpg) no-repeat 0px 0;
}
.inner-page aside.left,
.inner-page aside.right {
	width: 256px;
	display: inline-block;
	vertical-align: top;
}

.inner-page aside.left {
	margin-top:-58px;
}

.inner-page aside.right {
	position:absolute;
	top:-54px;
	right:-24px;

}

.inner-page .content-inner {
	width: 368px;
	display: inline-block;
	background: #f1d09b;
	vertical-align: top;
	min-height: 1340px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	padding: 15px;
	color: #a05944;
	margin: -109px 0 68px -9px;
        font-size: 14px;
	font-family: 'MonotypeCorsivaRegular';
}

.papirus {
	background:url(../images/papirus-body.png) repeat-y -7px 0px;
	margin-bottom:122px;
	text-align:center;
	padding:0 43px 6px 24px;
}
.papirus img {
	width:100%;
}

.papirus:before,
.papirus:after {
	display: block;
	content: '';
	width: 100%;
	height: 73px;
	position: absolute;
	left: -12px;
}

.papirus:before {
	background: url(../images/papirus-top.png) no-repeat 0px 0px;
	top: -66px;
}

.papirus:after {
	background: url(../images/papirus-bottom.png) no-repeat 0px 0px;
	bottom: -73px;
}

.papirus .p-top {

}

.papirus .p-bot,
.papirus .p-top  {
	border-bottom:2px solid rgba(138,89,63,0.16);
	padding-bottom:47px;
	margin-bottom:13px;
	top:-12px;	
}

.papirus .p-bot {
	border:none;
	padding-bottom:0;
}

.papirus .p-tit {
	font-family: 'Myriad Pro';
	color: #80442e;
	font-size: 14px;
	position: absolute;
	top: -52px;
	text-transform: uppercase;
	width: 77%;
	text-align: center;
}

.order .p-tit {
	font-size: 10px;
	top: 18px;
}

.order form {
}

.papirus.order {
	background: url(../images/order-papirus.png) no-repeat -13px 0px;
	margin-top: -67px;
	padding: 50px 22px 69px 0;
	margin-bottom: 62px;
}

.papirus.order:before,
.papirus.order:after {
	display: none;
}

.papirus input {
	margin: 5px 0 7px;
}

input {
	width: 193px;
	height: 27px;;;;
	border:none;
	padding-left: 10px;
	display: inline-block;
    color: #b17353;
   	-webkit-box-shadow: inset 0px 2px 10px rgba(101,36,13,0.6);;
	-moz-box-shadow: inset 0px 2px 10px rgba(101,36,13,0.6);;
	box-shadow: inset 0px 2px 10px rgba(101,36,13,0.6);;
}

textarea {
	-webkit-box-shadow: inset 0px 2px 10px rgba(101,36,13,0.6);;
	-moz-box-shadow: inset 0px 2px 10px rgba(101,36,13,0.6);;
	box-shadow: inset 0px 2px 10px rgba(101,36,13,0.6);;
	border:none;
	padding-left: 13px;
	display: inline-block;
    color: #b17353;
}

input.small {
	width: 95px;
	margin:5px 0 0 0;
}

.papirus button {
	margin: 8px auto 0;
}

button.brown,
a.btn {
	text-transform: uppercase;
	background: #a56047;
	border:none;
	color: #fff;
	font-family: 'Myriad Pro';
	font-size: 10px;
	padding: 10px 29px;
	border-radius: 2px;
	display: block;	
}

#ui-datepicker-div {
	width: 216px !important;
}

.hasDatepicker {
	background: #fff url(../images/date-bg.png) no-repeat 172px center;
}

.wrapper.menu .main-menu {
	margin-top: auto;
	top: -13px;
}

.wrapper.menu aside {
	width: 203px;
	display: inline-block;
	vertical-align: top;
	margin-top: -25px;
	margin-left: -30px;;
}

.wrapper.menu .right {
	width: 686px;
	display: inline-block;
	vertical-align: top;
	margin-top: -30px;
margin-bottom: 87px;


}
.wrapper.menu .right *{font-family: 'MonotypeCorsivaRegular' !important;
font-size: 19px !important;text-shadow: 0px 2px 6px rgba(255, 255, 255, 0.6);
}
.aside-nav > li {
	width: 204px;
	background: url(../images/inner-menu-bg.png) no-repeat 0 0px;
	margin-bottom: -23px;
}

.aside-nav > li.active a {
	background: url(../images/white-shadow.png) no-repeat center -6px;
}

.aside-nav > li.hover {
	background-position: 0px -425px;
}

.aside-nav > li > a {
	font-family: 'victorianaregular';
	font-size: 20px;
	color: #a05944;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 18px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 76px;
	width: 200px;
}

.aside-nav > li.has-sub {
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-ms-transition: height .3s;
	-o-transition: height .3s;
	transition: height .3s;
}

.aside-nav > li.has-sub ul {
   font-family: 'ds_yermak_dregular';
   top: -7px;
}

.aside-nav > li.has-sub .sub-holder:after,
.aside-nav > li.has-sub .sub-holder:before {
	content: '';
	display: block;
	width: 210px;
	height: 75px;
	left: -4px;
	position: absolute;
}

.aside-nav > li.has-sub .sub-holder {
	background: url(../images/menu-inner-mid.png) repeat-y 0px 0px;
	margin: 45px 0 64px 0;
}

.aside-nav > li.has-sub .sub-holder.hide {
	height: 0;
	margin: 0;
	overflow: hidden;	
}

.aside-nav > li.has-sub .sub-holder.menu > ul {
	display:none;
}

.aside-nav > li.has-sub .sub-holder:after {
	background: url(../images/menu-inner-bot.png) no-repeat 0px 0px;
	bottom: -71px;
	left: -5px;
	opacity: 0.9;
}

.aside-nav > li.has-sub .sub-holder:before {
	top: -67px;
	background: url(../images/menu-inner-top.png) no-repeat 0px 0px;
	height: 67px;
}

.aside-nav > li.has-sub ul li {
	width:161px;
	padding-left:3px;
	margin-left:20px;
	line-height:14px;
}


.aside-nav > li.has-sub ul li.active {
	background: url(../images/hover.png) no-repeat 0px 0px;
	background-size:cover;
}

.aside-nav > li.has-sub ul li a {
	font-size:14px;
	text-transform:uppercase;
	color:#a05944;
	text-decoration:none;
	display:block;
	padding:4px 0;;

}

.aside-nav > li.has-sub ul li a:hover {
	text-shadow:1px 1px 4px rgba(160, 90, 68, 0.4);
}

.menu .inner-rope {
	position: absolute;
	background: url(../images/inner-rope.png) no-repeat 0px 0px;
	height: 37px;
	width: 1023px;
	top: -61px;
	left: -40px;
}

#mybook {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	margin-top: 20px !important;
	margin-left: 0px;
}

#mybook:after {
	display: block;
	content: '';
	top: 0;
	left: 50%;
	background: url(../images/shadow.png) no-repeat 0px 0px;
	width: 15px;
	height: 479px;
	margin-left: -15px;
	position: absolute;
	z-index: 1000;
}

.h-p .info,
.review {
	background: -moz-linear-gradient(top,  rgba(208,172,124,0.85) 0%, rgba(240,208,156,0.85) 25%, rgba(240,208,156,0.85) 78%, rgba(201,164,118,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,172,124,0.85)), color-stop(25%,rgba(240,208,156,0.85)), color-stop(78%,rgba(240,208,156,0.85)), color-stop(100%,rgba(201,164,118,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(208,172,124,0.85) 0%,rgba(240,208,156,0.85) 25%,rgba(240,208,156,0.85) 78%,rgba(201,164,118,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(208,172,124,0.85) 0%,rgba(240,208,156,0.85) 25%,rgba(240,208,156,0.85) 78%,rgba(201,164,118,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(208,172,124,0.85) 0%,rgba(240,208,156,0.85) 25%,rgba(240,208,156,0.85) 78%,rgba(201,164,118,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(208,172,124,0.85) 0%,rgba(240,208,156,0.85) 25%,rgba(240,208,156,0.85) 78%,rgba(201,164,118,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d0ac7c', endColorstr='#d9c9a476',GradientType=0 ); /* IE6-9 */
	padding: 70px 43px 90px;
	text-align: center; /* IE6-9 */
    color: #a05944;
    margin-top: 20px;
    -webkit-box-shadow: 0px 6px 14px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 6px 14px rgba(0,0,0,0.5);
    box-shadow: 0px 6px 14px rgba(0,0,0,0.5);
   font-family: 'MonotypeCorsivaRegular';
}

.h-p .info:before,
.h-p .info:after,
.review:before,
.review:after {
	background: url(../images/rope3.png) no-repeat 0px 0px;
	width: 726px;
	height: 47px;
	display: block;
	content: '';
	position: absolute;
	left: -14px;
	z-index: 100;
}

.h-p .info:before,
.review:before {
	top: -14px;
}
.h-p .info:after,
.review:after {
	bottom: -29px;
}

.h-p .info h1 {
	font-size: 36px;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.h-p .info p,
.review p {
	font-family: 'MonotypeCorsivaRegular'; 
	font-size: 16px;
	/*text-transform: uppercase;*/
	text-shadow: none;
}

.h-p .aside-nav > li.has-sub ul li {
	text-align: center;
}

.review {
	padding:12px 0px 31px;
	margin-bottom:30px;
	margin-top:13px;

}

.review .name {
	background: url(../images/comment-bg.png) no-repeat 0px 0px;
	width: 154px;
	height: 67px;
	display: block;
	line-height: 58px;
	text-transform: uppercase;
	margin-bottom: -11px;
}

.review p {
	text-align:left;
	padding:0 31px;
	/*font-size:21px;*/
	line-height:21px;

}

.callback {
	width: 396px;
background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(208,172,124,0.85)), color-stop(0.25, rgba(240,208,156,0.85)), color-stop(0.78, rgba(240,208,156,0.85)), to(rgba(201,164,118,0.85)));
background: -webkit-linear-gradient(rgba(208,172,124,0.85) 0%, rgba(240,208,156,0.85) 25%, rgba(240,208,156,0.85) 78%, rgba(201,164,118,0.85) 100%);
background: -moz-linear-gradient(rgba(208,172,124,0.85) 0%, rgba(240,208,156,0.85) 25%, rgba(240,208,156,0.85) 78%, rgba(201,164,118,0.85) 100%);
background: -o-linear-gradient(rgba(208,172,124,0.85) 0%, rgba(240,208,156,0.85) 25%, rgba(240,208,156,0.85) 78%, rgba(201,164,118,0.85) 100%);
background: linear-gradient(rgba(208,172,124,0.85) 0%, rgba(240,208,156,0.85) 25%, rgba(240,208,156,0.85) 78%, rgba(201,164,118,0.85) 100%); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d0ac7c', endColorstr='#d9c9a476',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 6px 14px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 6px 14px rgba(0,0,0,0.5);
    box-shadow: 0px 6px 14px rgba(0,0,0,0.5);
    text-align: center;
    padding: 15px 0;	
    margin: 34px auto  0;
}

.callback input {
	display: inline-block;
	width: 181px;
	margin-top: 2px;
}

.callback .brown {
	margin: 2px auto 0;
	padding: 10px 24px;
}

.callback .brown:active {
	top: 1px;
}

.callback textarea {
	height: 49px;
	width: 355px;
	padding: 0;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 7px;
	resize: none;
}

.callback:after,
.callback:before {
	background: url(../images/rope4.png) no-repeat 0px 0px;
	width: 456px;
	height: 47px;
	display: block;
	content: '';
	position: absolute;
	left: -30px;
}

.callback:after {
	bottom:-33px;

}

.callback:before {
	top:-17px;

}

.gallery {
	padding: 27px 20px !important;
        margin-bottom: 154px;
}

.gallery a {
	display: inline-block;
	vertical-align:top;
	margin-left: 5px;
	width: 156px;
	margin-bottom: 6px;
}

.gallery a img {
	width: 100%;
}

.gallery a:nth-child(3n+2) {
}

.gallery .nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 101;
}

.gallery .nav a {
	display: inline-block;
	background: url(../images/slider-nav.png) no-repeat 0px 0px;
	width: 81px;
	height: 82px;
	z-index: 100;
	position: absolute;
	top: -37px;
}

.gallery .nav a.next {
	right:-10px;

}

.gallery .nav a.prev {
	left:-45px;
	background-position:-93px 0px;

}




.adress ,.wrapper.menu .right .adress{
background: -moz-linear-gradient(top,  rgba(208,172,124,0.85) 0%, rgba(240,208,156,0.85) 25%, rgba(240,208,156,0.85) 78%, rgba(201,164,118,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,172,124,0.85)), color-stop(25%,rgba(240,208,156,0.85)), color-stop(78%,rgba(240,208,156,0.85)), color-stop(100%,rgba(201,164,118,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(208,172,124,0.85) 0%,rgba(240,208,156,0.85) 25%,rgba(240,208,156,0.85) 78%,rgba(201,164,118,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(208,172,124,0.85) 0%,rgba(240,208,156,0.85) 25%,rgba(240,208,156,0.85) 78%,rgba(201,164,118,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(208,172,124,0.85) 0%,rgba(240,208,156,0.85) 25%,rgba(240,208,156,0.85) 78%,rgba(201,164,118,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(208,172,124,0.85) 0%,rgba(240,208,156,0.85) 25%,rgba(240,208,156,0.85) 78%,rgba(201,164,118,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d0ac7c', endColorstr='#d9c9a476',GradientType=0 ); /* IE6-9 */

	width: 250px;
	float: left;
    font-family: 'victorianaregular' !important;
    text-decoration: none;
    font-size: 22px;
    color: #a05944;
    padding: 34px 0;
    text-align: center;
    margin: 29px 0 0 0;
    line-height: 1.5;
    text-transform: uppercase;
}
.wrapper.menu .right .adress *{    font-family: 'victorianaregular' !important;}

.adress:after,
.adress:before {
	background: url(../images/small-rope.png) no-repeat -4px 0px;
	width: 271px;
	height: 33px;
	display: block;
	content: '';
	position: absolute;
	left: -14px;
}


.adress:before {
	top: -13px;
}

.adress:after {
	bottom: -18px;
}

.content-inner .adress {
	float: none;
	background: none;
	margin: 0 auto;
}

.content-inner .adress:after,
.content-inner .adress:before {
	content:none;
}

.content-inner > .info .map {
	display: none;
}

.f-p .callback {
	float: right;
}

.f-p .info {
	padding: 0;
}

.pages {
	text-align: center;
	font-size: 0;
}

.pages li {
     display: inline-block;
     margin: 0 5px;
     background: rgb(235, 198, 150);
     border-radius: 4px;
}

.pages li a {
	color:#fff;
	text-decoration:none;
	padding:2px 7px;
	display:block;
}

.pages li.active{
	background:rgb(192, 149, 92);

}

.vopros input ,.wrapper.menu .right .vopros input  {
	background: #a56047;
	color: #fff;
	font-family: 'Myriad Pro'!important;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0;
	cursor: pointer;
}
div#SinoptikInformer.SinoptikInformer div.siHeader{
	background: url("http://informers.sinoptik.ua/img/logo-t1.png") no-repeat scroll right top #ECF5FF !important;
}

.content-inner .review {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.content-inner .review p {
	font-family: 'Myriad Pro';
	text-transform: none;
	font-size: 14px;
}

.content-inner .review:after,
.content-inner .review:before,
.content-inner .callback:before,
.content-inner .callback:after {
	display: none;
}

.content-inner .callback {
	padding: 20px;
	width: 100%;
}

.content-inner .callback input {
	width: 100%;
	margin-bottom: 10px;
}

.content-inner .callback textarea {
	width: 97%;
}

.content-inner .gallery {
	text-align: center;
}

.form-dropdown {
	width: 193px;
	height: 25px;
	margin: 5px;
	border: none;
	box-shadow: inset 0px 2px 10px rgba(101,36,13,0.6);
	color: #b17353;
	margin: 5px 0 7px;
	font-family: 'Myriad pro';
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 5px;
}

.papirus.order #cerror {
	position: absolute;
	z-index: 100;
	width: 200px;
	right: -171px;
}

.papirus.order #cerror img {
	width: 16px !important;
	height: 16px !important;
}

.admin-comment {
	text-align: left;
	margin:10px 0 0 15px;
	color: #AD360F;
}

.admin-comment p {
	color: #AD360F;	
}

.admin-comment small {
	font-family: 'Myriad Pro';
	font-size: 14px;
	padding: 0 31px;
	color: #AD360F;
}

.h-p .stamp {
	bottom: 0;
}

.info.slider-inner {
	padding: 0;
	margin-bottom: 40px;
}

.info.slider-inner .bx-viewport img {

}

a.btn {
	z-index: 10000;
	width: 270px;
	font-size: 13px;
	margin-top: 20px;
	text-align: center;
}
html body div.bg-wrapper div.wrapper div.content div.right div.adress div a.email{
  font-size: 20px;
}
.h-p div#map.info{
  height: 500px;
}

/*************************************************************/
.info.slider-inner .bx-slider li{max-height:360px; overflow:hidden}

/****************************************************************************/
.background{
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2d2d2d;
    opacity: 0.5;
    z-index: 0;
}

.block_book .right{
	z-index: 1001;
	display:inline-block;
}

.block_book{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 1002;
	width:100%;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
    min-height: 100%; 
}

.block_book .b-page img{width:100%; height:100%;}
















