/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block;
}

mark, rp, rt, ruby, summary, time {
	display:inline;
}
/* Global properties ======================================================== */
html, body {
	width:100%;
	padding:0;
	margin:0;
}
body {
	width:100%; height:100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
	color:#69685d;
	min-width:960px;
	background:url(../images/bodyshape.jpg) center 0 repeat;	
}

body>.bodydiv {width:100%; height:100%; background:#edede7;}

.footerline {background:url(../images/footerline.png) center bottom no-repeat; padding-bottom:30px;}

/***********************************************************************/

a {
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:none;
}
.bold {
	font-weight: bold;
}

a.button {
	
	background:url(../images/greenbutton.jpg) 0 0 repeat-x #a7b146;
	border-radius:20px;
	text-transform:uppercase;
	box-shadow:0px 2px 2px #9d9682; 
	text-shadow:0px 2px 2px #7e8534; 
	font-family:"Times New Roman", Times, serif;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	
	padding:5px 18px 6px 18px;
	display:inline-block;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
a.button:hover {
	background:#a48d66; color:#fff;
}



a.button-1 {
	float:right;
	background:url(../images/moreshape.jpg) 0 0 repeat-x;
	box-shadow:0px 2px 4px #dcdcd7; 
	border-radius:20px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color:#9d9d7a;
	font-size:11px;
	line-height:14px;
	padding:8px 18px 8px 19px;
	
	display:inline-block;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
a.button-1:hover {
	background:#c9c7bb; color:#fff;
}

a.button-2 {
	margin-left:7px;
	background:url(../images/moreshape.jpg) 0 0 repeat-x;
	box-shadow:0px 2px 4px #dcdcd7; 
	border-radius:20px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color:#9d9d7a;
	font-size:11px;
	line-height:14px;
	padding:8px 13px 8px 14px;
	
	display:inline-block;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
a.button-2:hover {
	background:#c9c7bb; color:#fff;
}

a.link {
	text-decoration:underline;
	cursor:pointer;
	color:#78a021;
}
a.link:hover {
	color:#69685d;
	text-decoration:none !important;
}
a.link2 {
	text-decoration:none !important;
	cursor:pointer;
	color:#78a021;
}
a.link2:hover {
	color:#69685d;
	text-decoration:underline  !important;
}
a.link3 {
	text-decoration:none !important;
	cursor:pointer;
	color:#69685d;
}
a.link3:hover {
	color:#69685d;
	text-decoration:underline  !important;
}

a.link4 {
	text-decoration:none !important;
	cursor:pointer;
	color:#a85646;
}
a.link4:hover {
	color:#69685d;
	text-decoration:none !important;
}




ul {
	margin:0;
	padding:0;
	list-style-image:none;
}
ul.list-1 li {
	padding:0px 0 8px 18px;
	line-height:20px;
	background:url(../images/marker.png) 0 6px no-repeat;
}
ul.list-1 li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#898989;
	line-height:20px;
}
ul.list-1 li a:hover {
	color:#88b80f;
}

.numbox {
	width:68px;
	height:77px;
	background:url(../images/page5_date.png) 0 0 no-repeat;
	overflow:hidden;
	float:left;
	margin: 0 9px 0px -5px;
}



/******************************************************************/
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	width:100%;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative
}
.wrap {
	overflow:hidden;
	position:relative
}
.extra-wrap {
	overflow:hidden;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}

.img-indent {
	float:left;
	margin:0 20px 0px 0;
}
.img-indent2 {
	float:left;
	margin:0 10px 0px 0;
}
.img-indent3 {
	float:left;
	margin:0 12px 0px 0;
}
.img-indent4 {
	float:left;
	margin:0 10px 0px 0;
}
.img-indent5 {
	float:left;
	margin:0 11px 0px 0;
}
.img-indent6 {
	float:left;
	margin:6px 12px 0px 0;
}

.img-indent7 {
	float:left;
	margin:0 7px 0px 0;
}

.last {
	margin-right:0px !important;
}
/* Lightbox image */
.lightbox-image {
	position:relative;
	display:inline-block;
}
.lightbox-image img {
	position:relative;
	z-index:2;
}
.lightbox-image span {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0;
	background:url(../images/magnify.png) 50% 50% no-repeat;
}
.lightbox-image strong {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../images/prettyBg.png) 0 0 repeat;
}

.lightbox-image:hover strong {z-index:99;}

.lightbox-image:hover span {z-index:100;
			  -webkit-transition:all 0.2s ease;
			  -moz-transition:all 0.2s ease;
			  -o-transition:all 0.2s ease;
			  transition:all 0.2s ease;}
			  
			  
			  
/*--------- gallery ---------*/
#slide { width:916px; height:523px; position:relative; overflow:hidden; padding:3px 4px 4px 4px; z-index:2; margin-left:-1px; background:url(../images/gall_shape.png) 0 0 no-repeat;}

.gallery {
	width:916px;
	position:relative;
	z-index:2
}
.items {display:none;}			  
.pag {width:900px;padding:5px 0;margin:5px auto;position:relative;}
.img-pags {position:static;left:35px;z-index:1;display:block;}
.img-pags ul {margin:0}
.img-pags li {	margin:0 8px 0 0;height:169px; width:205px;}
.img-pags li a {position:relative;display:block;padding:5px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.img-pags li a img {opacity:1;  -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.img-pags li a span{ display:block;}
.img-pags li.active a,.img-pags li a:hover{}
.img-pags li.active a img,.img-pags li a:hover img{ opacity:0.6;}		


.button3 {
	position:absolute;
	left:1px;
	top:59px;
	width:23px;
	height:49px;
	background:url(../images/arrow_left.png) 0 0 no-repeat;

	display:inline-block;

}
.button3:hover {
	background-position:bottom; 
}
	
.button4 {
	position:absolute;
	left:896px;
	top:59px;
	width:23px;
	height:49px;
	background:url(../images/arrow_right.png) 0 0 no-repeat;

	display:inline-block;

}
.button4:hover {
	background-position:bottom; 
}

/*********************************header*************************************/
header {
	
	margin:0 auto;
	z-index:101;
	position:relative;
	background:url(../images/head_line.jpg) center 0 repeat;	
}

header>div {position:relative;
	background:url(../images/headbg2.jpg) center 0 repeat; margin:0 auto;}

.head {width:960px; margin:0 auto; position:relative;}

h1 {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 205px;
}

h11 {
	position: relative;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 205px;
}

header .fright {
	 margin-right:10px;	 
}
nav {
	display:block;
	margin-top:-6px;
	z-index:101;
}

.s4 {margin-top:0px; margin-bottom:0px; position:relative;}
.s4>div {background:url(../images/bodyshape.jpg) center 0 repeat; position:relative; width:940px; height:540px;}


#pags {margin:-45px 0px 0 868px; position:absolute;}
#pags a { background:url(../images/pagcircle.png) 0 0 no-repeat; width:14px; height:14px; margin-left:2px; display:inline-block;}
#pags a:hover{ background:url(../images/pagcirclehover.png) 0 0 no-repeat;  }
#pags a.activeSlide { background:url(../images/pagcirclehover.png) 0 0 no-repeat;  }
#pags a:focus { outline: none; }

/*********************************content*************************************/
#content { padding-bottom:20px; }
#content>.bgdiv {position:relative; overflow:hidden; padding-top:47px; width:100%;
	padding-bottom:0px; background:url(../images/slidershape2.png) center 0 no-repeat;}



.picborder { border:#fff 3px solid; border-radius:5px; box-shadow:0px 0px 4px #f1eee6;}

.bordline { border-bottom:#bab0b7 1px dashed; }


.marg0 {margin:0 0 0 0 !important;}

.marg1 {
	margin-left: -7px;
	margin-bottom: 20px;
}
.marg2 {margin-top:16px;}
.marg3 {margin-top:7px;}
.marg4 {
	margin-bottom: 40px;
}

.marg5 {margin-top:-6px;}
.marg6 {margin-top:8px;}
.marg7 {margin-top:42px;}
.marg8 {margin-top:-5px;}
.marg9 {margin-left:35px;}
.marg10 {margin-top:-7px;}
.marg11 {margin-top:19px;}
.marg12 {margin-top:30px;}
.marg13 {margin-top:14px;}
.marg14 {margin-right:8px;}
.marg15 {margin-top:4px;}
.marg16 {margin-top:27px;}
.marg17 {margin-top:2px;}
.marg18 {margin-top:26px;}
.marg19 {margin-top:16px;}
.marg20 {margin-top:2px;}
.marg21 {margin-top:53px;}
.marg22 {margin-left:12px;}
.marg23 {margin-top:22px;}
.marg24 {margin-top:36px;}
.marg25 {margin-top:21px;}
.marg26 {margin-top:16px;}
.marg27 {margin-top:15px;}
.marg29 {margin-top:15px;}
.marg30 {margin-right:8px;}
.marg32 {margin-top:-5px;}





.pad1 {padding-bottom:22px;}
.pad2 {padding-bottom:23px;}
.pad3 {padding-bottom:24px;}
.pad4 {padding-bottom:27px;}
.pad5 {padding-bottom:29px;}
.pad6 {padding-bottom:20px;}
.pad7 {padding-bottom:16px;}
.pad8 {padding-bottom:21px;}
.pad9 {padding-bottom:0px;}
.pad10 {padding-bottom:22px;}
.pad11 {padding-bottom:21px;}
.pad12 {padding-bottom:16px;}


.margbot1 {
	margin-top: -6px;
	margin-left: 10px;
	margin-right: 10px;
}
.margbot1 ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	list-style-type: disc;
}
.margbot1 ul li {
	font-size: 15px;
	line-height: 27px;
}


.margbot2 { margin-top:-7px; margin-left:20px; margin-right:20px;}
.margbot3 { padding-top:19px; margin-left:15px; }
.margbot4 { margin-top:0px; margin-left:30px; }
.margbot5 { margin-top:35px; margin-left:30px; margin-right:26px; float:left;}
.margbot6 { margin-top:-7px; margin-left:20px;}




h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	line-height:44px;
	color:#a48d65;
  	font-weight:normal;
	font-style:italic;
	letter-spacing:-1px;
}
h2 span {line-height:15px;}

h3 {
	font-size:48px;
	color:#524f44;
	letter-spacing:0px;
}

.text-1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 66px;
	line-height: 90px;
	color: #a48d65;
	letter-spacing: -3px;
	font-style: italic;
	display: inline-block;
}

.text-1 span {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#a48d65;
	margin-top:13px;
  	font-style:italic;
	display:inline-block;
}
.text-1 strong {
	font-family: 'Pinyon Script', cursive;
	font-size:40px;
	margin-top:14px;
	color:#b2432d;
	font-style:normal;
 	font-weight:400;
	display:inline-block;
	letter-spacing:0px;
	
}

.text-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 27px;
	color: #69685d;
	display: inline-block;
}
.text-3 {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	line-height:40px;
	color:#a9805f;
  	font-weight:normal;
	font-style:italic;
	display:inline-block;
}
.text-3  span{ line-height:8px;}

.text-4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 44px;
	color: #a85646;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -1px;
}
.text-4-galeria {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 44px;
	color: #a85646;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -1px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.text-5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
	font-weight:bold;
	color:#a85646;
}
.text-6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:23px;
	color:#a85646;
}
.text-7 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:24px;
	color:#dc5316;
	font-weight:normal;
	font-style:italic;
}
.text-8 {font-weight:bold; margin-top:17px;}
.text-9 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height:26px;
	color:#a85646;
  	font-weight:normal;
	font-style:italic;
	letter-spacing:-1px;
	margin-top:-2px;
	
}


.list1 {margin-top:13px; width:300px;}
.list1 li a:hover {color:#a85646; }
.list1 li {padding:0px 0 6px 13px;  font-family: Arial, Helvetica, sans-serif; font-size:12px; background:url(../images/arrow_link.png) 0 7px no-repeat; }
.list1 li:first-child { border-top:none;}
.list1 li a {
			  display:inline-block;
			  color:#78a021;
			  -webkit-transition:all 0.2s ease;
			  -moz-transition:all 0.2s ease;
			  -o-transition:all 0.2s ease;
			  transition:all 0.2s ease;
}



.boxpic1 {
	width: 290px;
	border-right: 1px solid #fff;
	margin-top: 6px;
	margin-left: 29px;
	float: left;
	vertical-align: top;
	padding-bottom: 10px;
}
.boxpic1_1  {
	float: left;


}

.boxpic1:first-child {margin-left:30px;}
.lastbox {border-right:1px solid transparent !important; width:260px; margin-top:6px; margin-left:29px; float:left; padding-bottom:10px;}
.boxpic1>.text-4 {margin-top:6px; padding-bottom:5px;}


.box-1 {
	width: 278px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-bottom: 10px;
	background-repeat: repeat;
	background-position: 0 0;
}
.grid_4 .box-1 img {
	margin: 3px;
}


.box-7 { background:url(../images/box-1_shape.jpg) 0 0 repeat-y; padding:29px 40px 35px 40px; width:213px; margin-top:2px; border-radius:11px;}
.box-8 { background:url(../images/box-1_shape.jpg) 0 0 repeat-y; padding:29px 40px 37px 40px; width:213px; margin-top:13px; border-radius:11px;}
.box-9 { background:url(../images/box-1_shape.jpg) 0 0 repeat-y; padding:29px 40px 24px 40px; width:213px; margin-top:14px; border-radius:11px;}

.box-2up {
	background: url(../images/box-2_up.png) 0 0 no-repeat;
	display: block;
	padding-top: 24px;
}
.box-2down { background:url(../images/box-2_down.png) 0 0 no-repeat; padding-bottom:24px; display:block;}
.box-2center { background:url(../images/box-2_center-line.png) 0 0 repeat-y; display:block;}
.box-2centerpic {
	background: url(../images/box-2_center-line.png) 0 0 repeat-y;
	display: block;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}

.box-2center>div { background:url(../images/box-2_center.png) 0 bottom no-repeat; display:block; padding:0 0px 0 0px;}

.box-3 {float:left; width:270px; position:relative; padding-bottom:28px;}
.box-4 {float:left; position:relative; width:270px; padding-bottom:28px;}
.box-5 {width:300px; background:url(../images/quotes.png) 0 0 no-repeat; position:relative;}

.box-6 {position:relative; float:left; margin-bottom:9px;}



.brownshape {width:100%; background:#a85646; padding:23px 0px 13px 0px; position:absolute; bottom:0px; overflow:hidden;}
.brownshape  p {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#fff; text-align:center;}

.circleshape {position:absolute; background:url(../images/numcircle.png) 0 0 no-repeat; width:47px; height:48px; overflow:hidden; bottom:23px; left:85px; padding-top:13px;}
.circleshape  p {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#605c5a; text-align:center;}


.boldtext {font-weight:bold; display:block; text-align:right; margin-top:14px; margin-right:8px;}


.blockpic {margin-left:13px; padding-bottom:16px; margin-top:7px;}
.blockpic>a {margin-left:17px;}
.blockpic2 {margin-left:10px;  margin-top:7px;}
.blockpic2>figure {margin-left:20px; float:left; padding-bottom:12px;}

.phoneblock {width:251px; float:left;}

/****************************footer************************/
footer {
	position: relative;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100px;
	width: 100%;
	background-image: url(../images/head_line.jpg);
	background-repeat: repeat;
	background-position: center 0px;
}

footer .fright p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#aaa197;
	padding:8px 0px 20px 0px;	
}
footer .fright p a {
	color:#aaa197;
	text-decoration:none;
}
footer .fright p a:hover {
	text-decoration:underline;
}

.footeric2 {
	float:right;
	margin-top:14px;
}

.footeric2 a {
	display:inline-block;
	width:16px;
	height:16px;
	float:left;
}
.footeric2 a:hover {
	opacity:0.8;
}
.footic-1 {background:url(../images/icon_01.png) 0 0 no-repeat; margin-right:5px;}
.footic-2 {background:url(../images/icon_02.png) 0 0 no-repeat; margin-right:5px;}
.footic-3 {background:url(../images/icon_03.png) 0 0 no-repeat; margin-right:5px;}
.footic-4 {background:url(../images/icon_04.png) 0 0 no-repeat; margin-right:5px;}
.footic-5 {background:url(../images/icon_05.png) 0 0 no-repeat;}


/**********************************form********************************************/
.form-1 {margin:0px 0 0 0;}
.form-1 label {display:inline-block; vertical-align:middle; float:left; font-size:15px; line-height:18px;}

.form-2 {margin:0px 0 70px 0;}
.form-2 label {display:inline-block; vertical-align:middle; float:left; font-size:15px; line-height:18px;}




.bot-1 {padding-bottom:0px !important;}




.label-1 {
	display: block;
	width: 200px;
	padding-bottom: 9px;
	color: #5a853e;
	margin-left: -1px;
	font-size: 15px;
	line-height: 18px;
}
.label-2 {display:block; width:200px; padding-top:15px; padding-bottom:9px; color:#dc5316; margin-left:-1px;}
.label-3 {display:block; width:73px; padding-top:15px; padding-bottom:9px; color:#693120; margin-left:-1px;}
.label-4 {display:block; width:70px; padding-top:15px; padding-bottom:9px; color:#693120; margin-left:-1px;}

.label-5 {display:block; width:42px; margin-top:-4px; padding-bottom:9px; color:#5a853e; margin-left:7px;}
.label-6 {display:block; width:200px; padding-top:2px; padding-bottom:9px; color:#5a853e; margin-left:-1px;}
.label-7 {display:block; width:200px; padding-top:14px; padding-bottom:9px; color:#dc5316; margin-left:-1px;}
.label-8 {display:block; width:200px; padding-top:14px; padding-bottom:9px; color:#693120; margin-left:-1px;}
.label-9 {display:block; width:200px; padding-top:14px; padding-bottom:9px; color:#5a853e; margin-left:-1px;}
.label-10 {display:block; width:200px; margin-top:-16px; padding-bottom:10px; color:#5a853e; margin-left:22px;}


.dotline {display:block; float:left; background:url(../images/dotline.png) 0 0 no-repeat; width:1px; height:42px; margin-left:20px; margin-top:-6px;}



.input-1 {width:191px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#757169; font-weight:normal; height:13px;
	background:url(../images/search_form.jpg) 0 -1px repeat-x #ecebe4;
	border-radius:5px;
	border-top:1px solid #c2baaa;
	border-left:1px solid #e4e1da;
	border-right:1px solid #e4e1da; padding:5px 4px 6px 7px; display: inline-block; float:left; margin-left:0px;}




.select-1 {width:83px; float:left; }
.select-2 {width:110px; float:left; margin-left:10px;}
.select-3 {width:52px; float:left;}
.select-4 {width:52px; float:left; margin-left:20px;}
a.button {
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
}
.form-2 a.button {margin:19px 0px 0 0; float:left;}


.map {
	
	width:334px;
	height:347px;

}
.map iframe {
	width:334px;
	height:347px;
}


dl {
	margin:24px 0px 0 0px;
	float:left;
}
dl dt {}
dl dd span {
	display:block;
	width:69px;
	float:left;
}
dl dd {}
dl dd a {}
#form {
	margin: 0px 0 0px 0px;
	width:540px;
}
#form input {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#69685d; font-weight:normal; background:#fff; border:1px solid #e8e2d7; border-radius:3px;
	
	
	padding:10px 4px 10px 11px;
	outline: medium none;
	width: 325px;
	height:19px; 
	float:left;
}
#form textarea {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#69685d; font-weight:normal; background:#fff; border:1px solid #e8e2d7; border-radius:3px;
	height: 271px;
	outline: medium none;
	overflow: auto;
	padding: 12px 4px 10px 11px;
	width: 523px;
	resize:none;
	margin:0px 0 0 0;
	float:left;
}
#form label {
	position:relative;
	display: block;
	min-height:50px;
}
#form .error, #form .empty {
	color: #F00;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:190px;
	float:left;
	margin-top:5px;
}
#form .error-empty {
	margin: 4px 0 0 5px !important;
	display:none;
	float:left;
}
#form .success {
	display:none;
}
.btns {
	text-align:right;
	width:538px;
	position:relative;
	overflow:hidden;
	padding-bottom:5px;
}
.btns a {
	margin: 22px 0px 0px 10px;
}
.szep {
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
