.clearfix {
  zoom: 1;
}
.clearfix:before {
  container: "";
  display: table;
}
.clearfix:after {
  container: "";
  display: table;
  clear: both;
}
.ul_nav {
  list-style: none;
  zoom: 1;
}
.ul_nav:before {
  container: "";
  display: table;
}
.ul_nav:after {
  container: "";
  display: table;
  clear: both;
}
.ul_nav &gt; li {
  float: left;
}
.ul_nav &gt; li &gt; a {
  float: left;
}
.ul_clear {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}
.ul_clear li,
.ul_clear a {
  margin: 0;
  padding: 0;
}
.ul_clear li {
  background: none;
}
body {
  background: url("../bg_img/gradient.jpg") repeat;
}
#holder {
  background: url("../bg_img/main-bg.jpg") no-repeat center top;
  width: 100%;
}
.container {
  position: relative;
  width: 978px;
  margin: 0 auto;
}
.container .header {
  position: relative;
  width: 960px;
  height: 200px;
  z-index: 1;
  padding: 0 9px;
}
.container .header .logo {
  width: 283px;
  height: 200px;
  display: inline-block;
  background: url("../bg_img/logo.png") no-repeat;
  text-indent: -9999px;
  float: left;
  margin-left: -50px;
}
.container .header .language {
  float: right;
  margin-top: 65px;
}
.container .header .language ul {
  list-style: none;
  font-family: "faricy-new-web";
  font-weight: 400;
  font-size: 12px;
}
.container .header .language ul li {
  float: left;
  color: #ffffff;
}
.container .header .language ul li a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.container .header .language ul li a.current {
  color: #e2c396;
}
.container .header .language ul li.ro a {
  padding: 0 5px 0 0;
}
.container .header .language ul li.it a {
  padding: 0 0 0 5px;
}
.container .header .nav {
  /*clear: right;*/
  list-style: none;
  position: relative;
  overflow: hidden;
  margin: 118px 0 0 0;
  float: right;
}

/*.lt-ie8 .container .header .nav {
	margin: 140px 0 0 0;
}*/

.lt-ie8 .container .header .nav li {
	margin-left: 17px;
}
.container .header .nav li {
  float: left;
  margin-left: 25px;
}

.container .header .nav li a {
  font-family: "faricy-new-web";
  font-weight: 400;
  font-size: 15px;
  color: #eedac0;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(66, 66, 66, 0.75);
  padding: 5px 0;
  display: block;
  
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.container .header .nav li a:hover, .container .header .nav .current-menu-item a, .container .header .nav .current_page_item a {
	color: #d89930;
}

.container .content {
	width: 960px;
	background: url(../bg_img/content-shadow.png) no-repeat;
	padding: 10px 9px;
	margin-top: -10px;
	position: relative;
	z-index: 2;
}

.container #featured {
  position: relative;
  overflow: hidden;
  border: 1px solid #262a27;
  border-bottom: none;
  width: 958px;
  height: 460px;
}

.container #featured .column {
	width: 479px;
	float: left;
	position: relative;
	overflow: hidden;
}

.container #featured .left {
	width: 478px;
	border-right: 1px solid #262a27;
}

.container #featured .column .description {
	position: absolute;
	bottom: -140px;
	left: 0;
	background: url("../bg_img/caption-bg.png") repeat;
	padding: 25px 70px 0;
	height: 185px;
}

.container #featured .column .description h2 {
	font-family: "faricy-new-web";
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
	color: #eedac0;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px rgba(0,0,0,.60);
	margin-bottom: 30px;
}

.container #featured .column .description p {
	font-family: "nimbus-sans";
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #eedac0;
	margin-bottom: 20px;
}


.container .main {
  background: #f9f1e1 url("../bg_img/trees-bg.png") no-repeat left bottom;
  padding: 60px 70px 130px;
  position: relative;
  overflow: hidden;
}

.container .main h1, 
.container .main h2,
.container .main h3,
.container .main h4, 
.container .main h5, 
.container .main h6 {
	font-family: "adobe-garamond-pro";
	font-weight: 400;
	font-style: italic;	
	color: #1e321e;
	margin-bottom: 20px;
}

.container .main h1 { 
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 50px;
}

.container .main h2 { 
  font-size: 30px;
  line-height: 30px;
}

.container .main h3 { 
  font-size: 28px;
  line-height: 28px;
}

.container .main h4 { 
  font-size: 26px;
  line-height: 26px;
}

.container .main h5 { 
  font-size: 24px;
  line-height: 24px;
}

.container .main h6 { 
  font-size: 22px;
  line-height: 22px;
}

.container .main p,
.container .main ul {
  font-family: "nimbus-sans";
  font-weight: 400;
  font-size: 14px;
  color: #192c19;
  line-height: 24px;
  margin-bottom: 20px;
}

.container .main a {
	color: #f26522;
	text-decoration: none;
}

.container .main a:hover {
	text-decoration: underline;	
}

.container .main .signature {
  display: inline-block;
  margin-top: 30px;
}
.container .main ul {
  margin-left: 25px;
}
.container .main .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

.container .main .item img {
	float: left;
}
.container .main .item .description {
  float: right;
  width: 595px;
}
.container .main .item h3 {
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-style: italic;	
  font-size: 24px;
  color: #1e321e;
  line-height: 24px;
  margin-bottom: 25px;
}
.container .footer {
  position: relative;
  overflow: hidden;
  padding: 20px 9px 60px;
}
.container .footer p {
  float: left;
  font-size: 12px;
  color: #908d88;
}
.container .footer .developed {
  float: right;
  line-height: 20px;
}
.container .footer .developed a {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-indent: -9999px;
  background: url("../bg_img/footer-logo.png") no-repeat right top;
}
.container #featured-img {
  height: 290px;
  position: relative;

}
.container #featured-img .caption {
  background: url("../bg_img/caption-bg.png") repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 0 25px;
  width: 935px;
  height: 70px;
  line-height: 70px;
  z-index: 99;
}
.container #featured-img .caption h2 {
  font-family: "faricy-new-web";
  font-weight: 400;
  font-size: 16px;
  color: #d4b78e;
  text-transform: uppercase;
  padding-right: 100px;
}
.container .flexslider {
  width: 960px;
  height: 650px;
}
.container #carousel li {
  float: left;
}

					/*#gallery-container, .bx-wrapper {
						width: 960px;
						position: relative;
					}
					
					#gallery-thumbs {
						list-style: none;
					}
					
					#gallery-thumbs li {
						width: 159px;
						border-right: 1px solid #151717;
						overflow: hidden;
					}
					
					#gallery-container .bx-captions {
					  background: url("../bg_img/caption-bg.png") repeat;
					  position: absolute;
					  left: 0;
					  bottom: 0;
					  padding: 0 100px 0 25px;
					  width: 835px;
					  height: 70px;
					  line-height: 70px;
					  z-index: 99;
					  font-family: "faricy-new-web";
					  font-weight: 400;
					  font-size: 16px;
					  color: #d4b78e;
					  text-transform: uppercase;
					}
					
					#gallery-container .bx-prev, #gallery-container .bx-next {
						width: 8px;
						height: 12px;
						display: inline-block;
						text-indent: -9999px;
						position: absolute;
						bottom: 150px;
						z-index: 100;
					}
					
					#gallery-container .bx-prev {
					  background: url("../bg_img/slider-prev.png") no-repeat;
					  right: 80px;
					}
					
					#gallery-container .bx-next {
					  background: url("../bg_img/slider-next.png") no-repeat;
					  right: 40px;
					}*/
					
					
.page-id-13 .container .main {
  padding: 30px 26px 200px;
  min-height: 700px;
}

.page-id-13 .container .main .item {
	width: 211px;
	height: 244px;
	float: left;
	margin: 0 21px 15px 0;
	padding-top: 10px;
}

.page-id-13 .container .main .item.forth{
	margin: 0 0 15px 0;
}

.thumbnail {
	width: 211px;
	height: 244px;
	position: relative;
	display: block;
	background: url(../bg_img/frame.png) no-repeat;
}

.thumbnail .tape {
	width: 96px;
	height: 23px;
	background: url(../bg_img/tape.png) no-repeat;
	display: inline-block;
	position: absolute;
	top: -8px;
	left: 60px;
}

.thumbnail .figure {
	width: 190px;
	height: 190px;
	display: inline-block;
	padding: 7px 10px 0 11px;
}

.content .main .thumbnail h3 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #72756d;
	padding: 4px 10px 0;
	text-align: center;
	line-height: 14px;
	margin: 0;
	font-style: normal;
}

.content .main .thumbnail:hover {
	text-decoration: none;
}

.content .main .thumbnail:hover h3 {
	color: #2d3515;
}

.page-id-13 .gallery {
	display: none;
}

.contact-info, .contact-form {
	width: 410px;
	float: left;
}

.contact-info {
	width: 339px;
	border-right: 1px solid #cfc8bb;
	padding: 0 70px 120px 0;
}

.content .main .contact-info h6 {
	font-family: "nimbus-sans";
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	color: #192c19;
	line-height: 24px;
	margin-bottom: 0;
}

.container .main .contact-info ul {
	list-style: none;
	margin-left: 0;
}

.content .main .contact-info a {
	text-decoration: none;
	color: #192c19;
	font-family: "nimbus-sans";
	font-weight: 400;
	font-size: 14px;
}

.content .main .contact-info a:hover {
	text-decoration: underline;
}

#maps-container {
	position: relative;
}

#maps {
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 450px;
}

#maps .map {
	position: absolute;
	top: 0;
	left: 0;
}

#map-1 {
	position: relative;
	z-index: 2;
}

#map-2 {
	position: relative;
	z-index: 1;
}

#map-link {
	background: url("../bg_img/caption-bg.png") repeat;
	padding: 0 25px;
	width: 910px;
	height: 70px;
	line-height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
}

#map-link a {
	font-family: "faricy-new-web";
	font-weight: 400;
	font-size: 16px;
	color: #d4b78e;
	text-transform: uppercase;
	text-decoration: none;
}

#map-link .map1 {
	float: left;
}

#map-link .map2 {
	float: right;
}

#map-link .current {
	color: #ffffff;
}

.contact-form {
	width: 345px;
	padding-left: 65px;
}

.container .main .contact-form ul {
	list-style: none;
	margin-left: 0;
}

.container .main .contact-form ul .ginput_container {
	background-color: #f1e9d9;
	width: 350px;
	height: 50px;
	margin-bottom: 20px;
}

.contact-form label {
	font-family: "nimbus-sans";
	font-weight: 400;
	font-size: 14px;
	color: #584e3c;
	margin-left: 5px;
}

.contact-form input {
	width: 308px;
	height: 38px;
	border: 1px solid #bdb7ab;
	background-color: #cfc8bb;
	margin: 5px 0 0 5px;
	padding: 0 15px;
	
	font-family: "nimbus-sans";
	font-weight: 400;
	font-size: 14px;
	color: #584e3c;
	text-shadow: 0 1px 0 rgba(255,249,210,0.75);
}

.contact-form textarea {
	width: 308px;
	height: 178px;
	border: 1px solid #bdb7ab;
	background-color: #cfc8bb;
	margin: 5px 0 0 5px;
	resize: none;
	padding: 10px 15px 0;
	font-family: "nimbus-sans";
	font-weight: 400;
	font-size: 14px;
	color: #584e3c;
	text-shadow: 0 1px 0 rgba(255,249,210,0.75);
}

.contact-form input:hover, .contact-form input:focus, .contact-form textarea:hover, .contact-form textarea:focus {
	border: 1px solid #a79f91;
}

.contact-form #field_1_4 .ginput_container {
	height: 200px;
}

.contact-form .gform_footer {
	width: 147px;
	float: right;
	margin-right: 5px;
}

.contact-form .gform_footer .button {
	width: 147px;
	height: 42px;
	background: url(../bg_img/send-button.png) no-repeat;
	border: none;
}

.contact-form .validation_message, .contact-form .validation_error {
	display: none;
}

.container .main .contact-form .gfield_error input, .container .main .contact-form .gfield_error textarea {
	background-color: #FFDFDF;
	border: 1px solid #C89797;
}

.contact-form #gforms_confirmation_message {
	font-family: "nimbus-sans";
	font-weight: 400;
	font-size: 16px;
	color: #584e3c;
}

