html,
body{
	/* min-width:1000px; */
	min-width:780px;
}
body{
	margin:0;
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:#fff url(../images/body.jpg) no-repeat 50% 0;
	position:relative;
	line-height: normal;
}
body, button {
	font-size: 20px;
}

/* div breaking row of flex-items in flex-container */
.break {
	height: 0;
}
@media screen and (max-width: 1200px) {
	.break {
	  flex-basis: 100%;
	  height: 0;
	}
}

ul#navigation {
	font-size: 20px;
	line-height: 1.5;
}
/* mobile devices*/
@media screen and (max-width: 1200px) {
	body, button {
		font-size: 36px;
	}
	ul#navigation {
		font-size: 24px;
		line-height: 1.25;
	}
}


img{
	border:none;
	max-width: 100%;
}
a{
	color:#577701;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
form,
fieldset{
	margin:0;
	padding:0;
	border:none;
}
input[type=submit]:hover{cursor:pointer;}
input,
select,
textarea{
	/* color:#808080; */
	font:18px Georgia, "Times New Roman", Times, serif;
}

@media screen and (max-width: 1200px) {
	input,
	select,
	textarea {
	    font-size: 36px;
	}	
}


/* page */
.page{
	width:100%;
	overflow:hidden;
}
/* .page:after,
.page:before, */
.page-after,
.page-before{
	/* content:''; */
	position:fixed;
	top:0;
	left:0;
	width:438px;
	height:1199px;
	background:url(../images/decor-left.png) no-repeat;
	z-index:1;
}
/* .page:after, */
.page-after{
	left:auto;
	right:0;
	background:url(../images/decor-right.png) no-repeat 100% 0;
}
/* main-page */
.main-page{
	/* width:940px; */
	width:75%;
	margin:0 auto;
	position:relative;
	z-index:2;
}
/* header */
#header{
	overflow:hidden;
	width:100%;
	min-height:550px;
	margin:0 0 41px;
	padding:17px 0 16px;
}
/* header-block */
.header-block{
	overflow:hidden;
	width:205px;
	height:465px;
	padding:32px 8px 0;
	background:url(../images/sprite.png) no-repeat -139px 0;
}
/* logo */
.logo{
	display:block;
	width:138px;
	height:101px;
	margin:0 auto 20px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/sprite.png) no-repeat;
}
.logo a{
	display:block;
	height:100%;
}
/* navigation */
#navigation{
	margin:0;
	padding:0 2px 0 0;
	list-style:none;
	overflow:hidden;
	text-align:center;
}
#navigation li{
	margin:0 0 14px;
	position:relative;
}
#navigation li:before{
	content:'';
	width:25px;
	height:7px;
	position:absolute;
	top:-11px;
	left:50%;
	margin:0 0 0 -11px;
	background:url(../images/sprite.png) no-repeat -82px -104px;
}
#navigation li:first-child:before{display:none;}
#navigation a{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	position:relative;
	text-decoration:none;
}
#navigation .active a:before,
#navigation .active a:after,
#navigation a:hover:before,
#navigation a:hover:after{
	content:'';
	width:100px;
	height:1px;
	position:absolute;
	top:13px;
	left:100%;
	margin:0 0 0 6px;
	background:#76605e;
	border-top:1px solid #090909;
}
#navigation .active a:before,
#navigation a:hover:before{
	left:auto;
	right:100%;
	margin:0 6px 0 0;
}
#navigation a:hover,
#navigation .active a{color:#ffbc08;}
/* main */
#main{
	width:100%;
	position:relative;
	padding:0 0 99px;
	z-index:2;
}
#main h2{
	margin:0 0 8px;
	font-size:24px;
	line-height:normal;
	font-weight:normal;
	color:#5b1f0f;
}
@media screen and (max-width: 1200px) {
	#main h2{font-size:32px;}
}
#main p{margin:0 0 1px; padding: 10px 20px 0px;}
/* gallery */
.gallery{
	overflow:hidden;
	margin:0 13px 44px 14px;
	display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    align-items: center;
    justify-content: space-around;
}
.gallery .link-prev,
.gallery .link-next{
	float:left;
	width:34px;
	height:34px;
	/* margin:54px 2px 0 0; */
	/* margin:90px 2px 0 0; */
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/sprite.png) no-repeat 0 -105px;
}
.gallery .link-next{
	float:right;
	margin-right:0;
	background-position:-39px -105px;
}
.gallery .holder{
	position:relative;
	overflow:hidden;
	width:840px;
    /* height: 141px; */
}
.gallery .holder ul{
	float:left;
	width:99999px;
	margin:0;
	padding:0;
	list-style:none;

}
.gallery .holder ul li{
	float:left;
	padding:0 30px;

}

@media screen and (max-width: 1253px) {
	.gallery .holder{
		width:490px;
	}
	.gallery .holder ul li{
		padding:0 13px;
	}
}
.gallery .holder ul img{
	vertical-align:top;
	border:4px solid #4f0f00;
    /* height: 133px; */
    width: 212px;
}


/* main-box */
.main-box{
	overflow:hidden;
	line-height:normal;
	text-align:center;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.8);
}

/* main-heading */
.main-heading{
	overflow:hidden;
	min-height:34px;
	margin:0 0 32px;
	text-align:center;
}
.main-heading h1{
	display:inline-block;
	vertical-align:top;
	margin:0;
	color:#5c0d00;
	min-width:320px;
	position:relative;
	font:34px/42px Georgia, "Times New Roman", Times, serif;
}
.main-heading h1:before,
.main-heading h1:after{
	content:'';
	height:34px;
	width:292px;
	position:absolute;
	top:3px;
	left:100%;
	margin:0 0 0 18px;
	background:url(../images/sprite.png) no-repeat 0 -498px;
}
.main-heading h1:after{
	left:auto;
	top:5px;
	right:100%;
	margin:0 18px 0 0;
	background-position:0 -540px;
}

/* contact-box */
.contact-box{
	overflow:hidden;
    width: 100%;
	padding:6px 0 0;
}

@media screen and (max-width: 1125px) {
	.contact-box {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-around;
		padding:6px 0 0;
	}
}

.contact-box .column{
	/* float:left; */
	/* width:585px; */
	padding:4px 0 0;
	/*
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.8);
    */
}
/* contact-info */
.contact-info{
	overflow:hidden;
	margin:0 0 0px;
    padding: 0 20px 0;
}
.contact-info dt{
	display:block;
	color:#333;
	font-size:18px;
	font-weight:bold;
}

@media screen and (max-width: 1125px) {
	.contact-info dt{
		font-size:32px;
	}
}

.contact-info dd{
	overflow:hidden;
	margin:0 0 24px;
}
/* send-form */
.send-form{
	overflow:hidden;
	width:100%;
    padding: 0 20px 0;
}
.send-form .title{
	display:block;
	margin:0 0 8px;
	color:#333;
	font-size:18px;
}

@media screen and (max-width: 1125px) {
	.send-form .title{
		font-size:32px;
	}
}

.send-form input[type='text'],
.send-form input[type='tel'],
.send-form textarea,
.testimonials-form input[type='text'],
.testimonials-form textarea{
	display:block;
	width:500px;
	padding:6px;
	margin:0 0 0px;
	border:1px solid #816b3c;
}
.send-form textarea{
	width:500px !important;
	height:157px !important;
	max-height:157px;
	margin:0 0 16px;
	max-width:500px;
	overflow:auto;
}
.send-form input[type='button'],
.testimonials-form input[type='button']{
	display:block;
	width:132px;
	height:50px;
	overflow:hidden;
	margin:0 4px 0 auto;
	padding:0;
	border:none;
	cursor:pointer;
	background:url(../images/sprite.png) no-repeat 0 -142px;
	color:#fff;
	font:bold 15px/50px Georgia, 'Times New Roman', Times, serif;
	text-shadow:0 1px 0 #000;
}
/* testimonials-sectionul */
.testimonials-section{overflow:hidden;}
/* testimonials-form */
.testimonials-form {
	overflow:hidden;
	padding:13px 0 31px;
}
.testimonials-form .column{
	float:left;
	width:223px;
	margin:0 16px 0 0;
}
.testimonials-form input[type='text']{
	width:208px; 
	/* height: 28px; */
}
.testimonials-form textarea{
	float:left;
	width:410px !important;
	height:95px !important;
	max-height:95px;
	max-width:410px;
	overflow:auto;
	margin:0 18px 0 0;
}
/* captcha */
.captcha{
	float:left;
	width:99px;
}
.captcha img{vertical-align:top;}
.captcha .holder{
	overflow:hidden;
	margin: 0px 0px 0px 0;
	width: 125px;
}
.testimonials-form .captcha input[type='text']{
	width:120px; 
	/* height: 28px; */
}
.testimonials-form input[type='submit']{
	float:right;
	margin:10px 1px 0 0;
}
/* map */
.map{
	float:right;
	/* width:480px; */
}
.map .holder{
	overflow:hidden;
	margin:0 0 5px;
    padding-right:20px;
}
.map img{vertical-align:top;}
/* photo-box */
.photo-box{
	/*overflow:hidden;*/
	text-align:center;
    display: inline-block;
    margin-left:16px;
    margin-bottom: 30px;
}

.photobox-holder{
    margin-left:-16px;
}

.photo-box a{color:#5c0d00;}
.photo-box .img-holder{padding:0 0 12px;}
.photo-box .img-holder .box{
	display:inline-block;
	vertical-align:top;
	box-shadow:0 5px 5px rgba(106,80,22,0.75);
}
.photo-box .img-holder img{
vertical-align:top;
width: 300px;
/* height: 205px; */
height: 300px; 

}
/* photo-section */
.photo-section{
	overflow:hidden;
	width:100%;
	margin:-8px 0 0;
}
.photo-section .description,
.photo-section .description .holder{
	overflow:hidden;
	font-size:13px;
	line-height:normal;
}
.photo-section .description{margin:0 0 14px;}
.photo-section .back{
	float:left;
	margin:0 180px 0 24px;
	position:relative;
}
.photo-section .back:before{
	content:'';
	position:absolute;
	top:7px;
	left:-24px;
	width:17px;
	height:7px;
	background:url(../images/sprite.png) no-repeat -80px -120px;
}
/* photoalbum */
.photoalbum{
	margin:0 -16px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.photoalbum li{
	display:inline-block;
	vertical-align:top;
	margin:0 16px 21px 0;
}
.photoalbum img{
  vertical-align:top;
  width: 300px;
  height: 205px;
  }
/* testimonials */
.testimonials{
	overflow:hidden;
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
.testimonials li{
	vertical-align:top;
	overflow:hidden;
	margin:0 0 19px;
}
.testimonials .details{
	overflow:hidden;
	margin:0 0 5px;
	color:#999;
}
.testimonials .date{
	display:block;
	font-size:18px;
}
@media screen and (max-width: 1200px) {
	.testimonials .date{
		font-size:24px;
		margin-top: 6px;
	}
}

#main .testimonials p{margin:0;}
.testimonials .details p strong{color:#5b1f0f;}
.testimonials .details a{text-decoration:none;}
.testimonials .details a:hover{text-decoration:underline;}
.testimonials .holder{
	/* background:#fcf1d9; */
	background:rgba(252,241,217,0.8);
	position:relative;
	border-bottom:1px solid #d1c7a0;
	padding:10px 13px 13px;
	color:#000;
	font-weight:normal;
}

.testimonials .holder.unpublished{
	/* background:#FF9800; */
	background:#46a4cb;
}

.testimonials .holder:after{
	content:'';
	position:absolute;
	top:-12px;
	left:19px;
	width:14px;
	height:12px;
	background:url(../images/sprite.png) no-repeat -106px -116px;
}
/* description-section */
.description-section{
	overflow:hidden;
	margin:-19px 0 20px;

}
/* price-list */
.price-list{
	display:block;
	padding:0 0 0 29px;
	overflow:hidden;
	text-align:center;
}
.price-list a{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.price-list a:before{
	content:'';
	position:absolute;
	top:3px;
	left:-27px;
	width:22px;
	height:22px;
	background:url(../images/sprite.png) no-repeat 0 -200px;
}
.description-section .section{
	overflow:hidden;
	padding:25px 20px 31px;
	border-top:1px solid #d6c89a;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.8);
}
.description-section .section:first-child,
.description-section .price-list+.section{
	border-top:none;
	padding-top:30px;


}
.section .holder{overflow:hidden;}

@media screen and (max-width: 1200px) {
	.section .holder{
		display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: space-around;
	}
}

/* photo-block */
.photo-block{
	float:right;
	width:300px;
	text-align:right;
	padding:7px 0 0;
}
.photo-block ul{
	margin:0 -20px -10px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	text-align:left;
}
.photo-block ul li{
	display:inline-block;
	vertical-align:top;
	margin:0 16px 19px 0;
}
.photo-block ul img{vertical-align:top;}
/* text-section */
.text-section{overflow:hidden;}
#main .text-section p{
  margin:0 0 7px;
  word-wrap: break-word;
  overflow-wrap: break-word;
 }
.text-section .title{

	display:block;
	/* font-size:14px; */
	color:#333;
	margin:50px 0 14px;
}
/* price */
.price{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	/* font-size: 15px; */
}
.price li{
	/* float:left; */
	/* width:90px; */
	text-align:center;
	margin:0 45px 0 0;
}
.price .heading{
	display:block;
	color:#5c0d00;
}
.price .style02 .heading{color:#da0303;}
.price em{
	color:#799234;
	font-style:normal;
    font-size: larger;
}
.price li span.date {
	display: block;
}
/* footer */
#footer{
	position:relative;
	z-index:1;
	width:100%;
	padding:0 0 10px;
}
#footer:after{
	content:'';
	position:absolute;
	top:-109px;
	/* left:311px; */
	left:25%;
	width:319px;
	height:264px;
	background:url(../images/sprite.png) no-repeat 0 -586px;
	z-index:-1;
}
/* footer-nav */
.footer-nav{
	margin:0 -20px 53px;
	padding:0;
	list-style:none;
	overflow:hidden;
	text-align:center;
	position:relative;
}
@media screen and (max-width: 1200px) {
	.footer-nav {font-size:32px;}
}
.footer-nav:before,
.footer-nav:after{
	display: block;
	content:'';
	position:absolute;
	left:10px;
	width:98%;
	height:1px;
	z-index:1;
	border-top:1px solid #d6c89a;
}
.footer-nav:after{top: 98%;}
.footer-nav li{
	display:inline-block;
	vertical-align:top;
	padding: 13px 5px 14px;
	position:relative;
	z-index:10;
}
.footer-nav a{
	color:#5b1f0f;
	text-decoration:none;
    font-weight: bold;
}
.footer-nav a:hover{text-decoration:underline;}
/* footer-block */
.footer-block{
	overflow:hidden;
	margin:0 0 29px;
}
.footer-block .logic{float:right;}
@media screen and (max-width: 1200px) {
	.footer-block .logic{font-size:24px;}
}


.footer-block .logic img{vertical-align: middle; margin: 5px;}
.footer-block .logic a{color: #000; text-decoration: none;}

#footer p{
	margin:0;
	font-size:20px;
	color:#c3bab0;
	text-align:center;
}

.paging li{
    margin: 0 15px;

    display: inline-block;

}

.paging li a{
    cursor: pointer;
}

.paging .active{
    font-weight: bold;
}

.error{
	font-weight: normal;
	color:deeppink;
}

.success{
	font-weight: normal;
	color:green;
}

div.floating-button {
	position: fixed;
    top: 90%;
    transform: translateY(-50%);
    right: 0;
    /* background-color: rgba(255, 255, 255, 0.45); */
    padding: 0;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    z-index: 999;
}

div.floating-button-box {
	background-color: #5B1F0F;
	color: beige;
	padding: 10px;
	border-top-left-radius: 15px; 
	border-bottom-left-radius: 15px;

	background: radial-gradient(#8A1F02, #5B1F0F);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.3), -1px -2px 5px rgba(255,255,255,0.5);
}

div.floating-button a {
	text-decoration: none;
}

@media screen and (max-width: 1200px) {
	div.floating-button {
		font-size: 24px;
	}
}

div.floating-button-box:hover {
	color: white;
	background: radial-gradient(#5B1F0F, #8A1F02);
	box-shadow: 1px 2px 5px rgba(255,255,255,0.5), -1px -2px 5px rgba(255,255,255,0.5);
}

form button {
	background-color: #5B1F0F;
    color: white;
    padding: 10px;
	margin: 0 auto;
	display: block;
	border-radius: 6px;
	outline: none;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
}

