/* 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 {width:100%; height:100%;}

body { 	 
	font-family:Tahoma, Geneva, sans-serif;
	color:#3d302d;
	min-width:1140px;
	background:url(../img/bg-3.jpg) center top repeat;
	font-size:12px;
	line-height:20px;
	height:100%;
}
.main {
	width:1140px; 	
	padding:0;
	margin:0 auto;
	position:relative;
}
a {color: #c78c52; outline:none; text-decoration: underline;}
a:hover {text-decoration:none;}
.link {text-decoration:underline;}
.link2:hover {text-decoration:underline;}
.link4 {text-decoration:none;}
.link3 {
	font-size:13px;
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#d8b7ad;
}
.link5 { color: #3d302d; }

.wrapper {width:100%; overflow:hidden; position:relative;}
.extra-wrap {overflow:hidden;}

p {margin-bottom:0px;} 
.p0 {margin-bottom:0;}
.p1 {margin-bottom:3px;}
.p2 {margin-bottom:4px;}
.p3 {margin-bottom:5px;}

.d-in-block {display:inline-block;}
.d-block {display:block;}
.reg {text-transform:uppercase;}
.reg2 { font-weight:bold;}
.rel {position:relative;}
.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}
.alignjustify {text-align:justify;}

.img-indent-l {float:left; margin:4px 20px 0px 0px;}	
.img-indent-2 {float:left; margin:4px 14px 0px 0px;}	
.img-indent-3 {float:left; margin:5px 22px 0px 0px;}	
.img_border {border:5px #fff solid;}

.content strong { color: #c78c52; }

/*********************************boxes**********************************/
.indent {padding:0;}

.indent-left {padding-left:30px;}

.indent-bottom {padding-bottom:10px;}

.indent-right {padding-right:20px;}
.indent-right1 {padding-right:10px;}
.indent-right2 {padding-right:30px;}

.indent-top {padding-top:9px;}
.indent-top1 {padding-top:37px;}
.indent-top2 {padding-top:46px;}
.indent-top3 {padding-top:4px;}

.margin-top { margin-top:0;}

.margin-bot {margin-bottom:13px;}
.margin-bot1 {margin-bottom:7px;}
.margin-bot2 {margin-bottom:42px;}
.margin-bot3 {margin-bottom:27px;}
.margin-bot4 {margin-bottom:21px;}
.margin-bot5 {margin-bottom:30px;}
.margin-bot6 {margin-bottom:15px;}
.margin-bot7 {margin-bottom:24px;}
.margin-bot8 {margin-bottom:9px;}
.margin-bot9 {margin-bottom:43px;}
.margin-bot10 {margin-bottom:12px;}
.margin-bot11 {margin-bottom:16px;}
.margin-bot12 {margin-bottom:35px;}
.margin-bot13 {margin-bottom:49px;}
.margin-bot14 {margin-bottom:33px;}
.margin-bot15 {margin-bottom:40px;}

.margin-left {margin-left:0;}

.margin-right {margin-right:20px;}



/*********************************header*************************************/
header {
	width:100%;
	height: 89px;
	background:url(../img/header_b.jpg) center top no-repeat;
}

#translate {
	position: absolute;
	top: 2px;
	right: 110px;
	text-align: right;
	color: #b0958d;
	font-size: 11px;
	font-family: Tahoma;
}
#translate a {
	color: #b0958d;
}

#logo {
	padding:13px 0 13px 109px;
	display:block;
	width:282px;
	float:left;
}
#logo a {
		display:block; 
		text-indent:-9999px;
		background:url(../img/logo.png) no-repeat 0 0;
		width:118px;
		height:63px;
}

/***** menu *****/
nav {
	position: absolute;
	top: 29px; right: 95px;
}
.menu {
	z-index:20;
	float:right;
	font-family: 'Oswald', sans-serif;
}
.menu li {
	float:left; 
	position:relative;
	margin-left:1px;
}
.menu li:first-child {
	margin-left:0;
}
.menu li a {
	display:block;
	font-size:12px;
	line-height:1.2em;
	color: #d8a42c; 
	text-transform:uppercase; 
	z-index:20;
	background:url(../img/menu_l.png) left -100px no-repeat;
	padding:0 0 0 5px;
	height:40px;
	overflow:hidden;
	text-decoration: none;
}
.menu li a span {
	display:block;
	background:url(../img/menu_r.png) right -100px no-repeat;
	padding:0 5px 0 0;
}
.menu li a span span {
	background:url(../img/menu_t.gif) right -100px repeat-x;
	padding:12px 9px 14px;
}
.menu li.sfHover {
	position:relative;
	z-index:10;
}
.menu li a.active,
.menu > li > a:hover,
.menu > li.sfHover > a {
	background-position:left top;
}
.menu li a.active span,
.menu > li > a:hover span,
.menu > li.sfHover > a span,
.menu li a.active span span,
.menu > li > a:hover span span,
.menu > li.sfHover > a span span {
	background-position:right top;
}
.menu ul {
	z-index:20;
	letter-spacing:normal;
	position:		absolute;
	top:			-9999em;
	width:			190px;
	background: 	none;
	border:			none;

}
.menu ul ul {
}
.menu ul li {width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {
	background:none;
	margin:0;
	border:none;
}

.menu li li a {
	background:none;
	display:		block;
	padding:		0 0 0 5px;
	background:url(../img/menu_l.png) left top no-repeat;
}
.menu li li a span {
	display:block;
	background:url(../img/menu_r.png) right top no-repeat;
	padding:0 5px 0 0;
}
.menu li li a span span {
	background:url(../img/menu_t.gif) right top repeat-x;
	padding:12px 9px 14px;
}
.menu li li > a:hover, 
.menu li li.sfHover > a {
	color:#f1bd3e;
	background-image:url(../img/menu2_l.png);
}
.menu li li > a:hover span, 
.menu li li.sfHover > a span {
	background-image:url(../img/menu2_r.png);
}
.menu li li > a:hover span span, 
.menu li li.sfHover > a span span {
	background-image:url(../img/menu2_t.png);
}
.menu li:hover ul, .menu li.sfHover ul {
	left:			0px;
	top:			40px;
	z-index:		999;
}

.menu li li > a.active {
	color:#f1bd3e;
	background-image:url(../img/menu2_l.png);
}
.menu li li > a.active span {
	background-image:url(../img/menu2_r.png);
}
.menu li li > a.active span span {
	background-image:url(../img/menu2_t.png);
}


ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			190px;
	top:			0px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:0 0 30px;
}
.slider {
	width:1430px;
	height:440px;
	overflow:hidden;
	position:relative;
	left:50%;
	margin-left:-715px;
}
.pag {
	position:absolute;
	left:630px;
	bottom:0px;
	overflow:hidden;
	z-index:9;
	background:url(../img/pag_l.png) left top no-repeat;
	padding:0 0 0 52px;
	height:40px;
}
.pagination {
	background:url(../img/pag_r.png) right top no-repeat;
	padding:0 52px 0 0;
	overflow:hidden;
	height:40px;
}
.pagination li {
	float:left;
	display:block;
	padding:15px 0 0 10px;
	height:25px;
	background:url(../img/pag_t.gif) left top repeat-x;
}
.pagination li:first-child {
	padding-left:0;
}
.pagination li a {
	display:block;
	text-indent:-999px;
	width:14px;
	height:14px;
	background:url(../img/pag_nav.png) right top no-repeat;
}
.pagination li a:hover,
.pagination .current a {
	background-position:left top;
}
.pagination .current a {
	cursor:default;
}
.items {display:none;}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5 {
	float:left;
}
.col-1 {
	width:180px;
	margin-right:20px;
}
.col-2 {
	width:100px;
	margin-right:20px;
}
.col-3 {
	width:90px;
}
.col-4 {
	width:47px;
}
.col-5 {
	width:80px;
}
.col-6 {
	width:245px;
}
.box-1,
.box-2,
.box-3 {
	float:left;
	height:30px;
	margin-right:10px;
}
.box-1 {
	width:59px;
}
.box-2 {
	width:55px;
}
.box-3 {
	width:70px;
}
/*********************************bg's*************************************/
.bg-1 {
	background:url(../img/bg-1b.jpg) center top repeat-y;
	padding:40px 0 18px;
	margin-bottom:21px;
}
.bg-2 {
	width:940px;
	height:100px;
	background:url(../img/bg-2.png) left top no-repeat;
}
.bg-after-slider {
	background:url(../img/bg-1b.jpg) center top repeat-y;
	height: 40px;
}
.border-1 {
	background:url(../img/border1.png) right 35px no-repeat;
	padding-bottom:14px;
}
/*********************************buttons*************************************/
.button-1 {
	font-family: 'Oswald', sans-serif;
	display:inline-block;
	color:#c19549;
	background:#ececeb;
	font-size:13px;
	line-height:14px;
	padding:9px 14px 9px 12px;
	text-transform:uppercase;
	text-decoration: none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.button-1:hover {
	color:#ececeb;
	background:#c19549;
}
/*********************************lists*************************************/
.dl-1 dd {
	overflow:hidden;
}
.dl-1 dd span {
	display:block;
	float:left;
	width:108px;
}
.dl-2 dt {
	margin-bottom:20px;
}
.dl-2 dd {
	overflow:hidden;
}
.dl-2 dd span {
	display:block;
	float:left;
	width:110px;
}
.soc_list {
	float: left;
	overflow:hidden;
	padding-left:10px;
	margin-right: 20px;
}
.soc_list li {
	float:left;
	margin-left:8px;
}
.soc_list li:first-child {
	margin-left:0;
}
.soc_list li a {
	display:block;
	position:relative;
	width:32px;
	height:32px;
}
.soc_list li a img {
	position:absolute;
	left:0;
	top:-32px;
}
.soc_list li a:hover img {
	top:0;
}

footer .fb-like {
	margin-top: 7px;
	float: left;
	width: 250px;
	height: 130px;
}

.ul-1 li {
	color:#c78c52;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
}
.ul-2 {
	padding-bottom:10px;
}
.ul-2 li {
	overflow:hidden;
	font-size:12px;
	line-height:18px;
	color:#c78c52;
	background:url(../img/ul2.png) left 7px no-repeat;
	padding:0 0 0 10px;
}
.ul-2 li a {
	float:left;
	color:#c78c52;
}
.ul-2 li a:hover {
	text-decoration:underline;
}
.ul-2 li span {
	float:right;
}
/*********************************fonts*************************************/
h1, h2, h3 {
	display:block;
	font-size:36px;
	line-height:40px;
	color:#c78938;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	/* letter-spacing:-1px; */
	margin-bottom:14px;
}

h3 a {
	color:#c78938;
}

h3 {
	font-size:20px;
	line-height:26px;
}
h4, h5, h6 {
	display:block;
	font-size:18px;
	line-height: 24px;
	color:#59453f;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
h5 {
	font-size:16px;
}
h5 a {
	color:#59453f;
}
h5 a:hover {
	color:#c19549;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #59453f;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #c78938;
	text-decoration: underline;
}

h3 a.panel_home {
	color: #c78938;
}

.size-1 {font-size:12px; line-height:15px;}

.lh-1 {line-height:20px;}

.color-1 {color:#3d302d;}
.color-2 {color:#c78c52;}
		/*--- accordion begin ---*/
.accordion {
	padding:21px 0 0 0;
	width:281px;
}
	.accordion dt	{
		cursor:pointer;
		border-top:1px solid #c9c2b1;
		padding:1px 0 9px 0;
		background:url(../img/acc.png) 259px 12px no-repeat;
		display:block;
		font-size:16px;
		line-height:1.2em;
		color:#59453f;
		font-family: 'Oswald', sans-serif;
		font-weight:normal;
		text-transform:uppercase;
	}
	.accordion dt.active {
		background-image:url(../img/acc2.png);
	}
	.accordion dt:first-child {
		border:none;
	}
	.accordion dt h5 {
		color:#413f3b;
	}
	.accordion dd {
	}
/*--- accordion end ---*/

/******* form's ********/
#form-2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	line-height:20px;
	float:left;
}
.button_form2 {
	display:block;
	width:66px;
	height:75px;
	background:url(../img/button_form2.png) left top no-repeat;
	text-indent:-9999px;
	margin:11px 0 0 21px;
}
#form-2 strong {
	display:block;
	margin-bottom:5px;
	padding-top:20px;
}
#form-3 strong {
	display:block;
	margin-bottom:5px;
	padding-top:16px;
	color:#3d302d;
}
.jqTransformSelectWrapper {
    background:#fff;
    height:30px !important;
    position: relative;
    width:70px !important;
	background:url(../img/select.png) left top no-repeat;
}
.jqTransformSelectWrapper div span {
    cursor: pointer;
	font-family:Tahoma, Geneva, sans-serif;
    float: none;
	height:14px;
    font-size: 13px;
    line-height:16px;
    overflow: hidden;
    padding:6px 0 10px 10px;
    position: absolute;
    width:40px !important;
	color:#ffffff;
}
.box-1 .jqTransformSelectWrapper {
    width:59px !important;
}
.box-1 .jqTransformSelectWrapper div span {
    width:29px !important;
}
.box-1 .jqTransformSelectWrapper ul {
	width:57px !important;
}
.box-2 .jqTransformSelectWrapper {
    width:55px !important;
}
.box-2 .jqTransformSelectWrapper div span {
    width:25px !important;
}
.box-2 .jqTransformSelectWrapper ul {
	width:53px !important;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
    background: url("../img/select_a.png") no-repeat scroll center center transparent;
    display: block;
    height:30px !important;
    position: absolute;
    right:0px;
	top:0px;
    width:20px;
}
.jqTransformSelectWrapper ul {
    background-color: #f3c381;
    border: 1px solid #f3c381;
    display: none;
    left: 0;
    list-style: none outside none;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    top:30px;
    z-index: 10;
	width:68px !important;
}
.jqTransformSelectWrapper ul a {
    background-color: #f3c381;
    color: #ffffff;
    display: block;
    font-size: 12px;
    padding:5px;
    text-decoration: none;
}
.jqTransformSelectWrapper ul a.selected {
    background: none repeat scroll 0 0 #ed8527;
    color: #ffffff;
}
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
    background: none repeat scroll 0 0 #ed8527;
    color: #ffffff;
}
.jqTransformHidden {
    display: none;
}
.jqTransformRadioWrapper {
    display: block;
    float: left;
    margin: 0px 0px 0;
}
a.jqTransformRadio {
    background:url(../img/radio.png) no-repeat scroll right top transparent;
    display: block;
    height: 16px;
    vertical-align: middle;
	margin:3px 0 0 10px;
    width: 16px;
}
a.jqTransformChecked {
	background-position:left top;
}
span.jqTransformCheckboxWrapper {
    display: block;
    float: left;
	margin:0 27px 0 0;
}
a.jqTransformCheckbox {
    background:url(../img/checkbox.png) no-repeat scroll left bottom transparent;
    display: block;
    height: 30px;
    vertical-align: middle;
    width: 32px;
}
a.jqTransformChecked {
    background-position: left top;
}

.input-1 {
	display:block;
	width:159px;
	height:30px;
	padding:0 10px;
	background:url(../img/input-1.png) left top no-repeat;
	overflow:hidden;
	position:relative;
}
.input-1 input {
	width:159px !important;
	padding:7px 0 7px 10px;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#ffffff; 
	border:none;
	background:none;
	outline:none;
}

/***** contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	}
	#form1 fieldset {
		border:none;
		padding:0;
		}			
			#form1 label {
				display:block;
				min-height:60px;
			}
			#form1 label.message {
				height:228px;
			}
			.inp {
				display:block;
				width:266px;
				height:48px;
				padding:0 16px;
				background:#fff;
				overflow:hidden;
				position:relative;
				border:1px solid #e7e7e7;
			}
			#form1 input {
				width:266px;
				padding:14px 0 16px;
				margin:0;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:16px;
				color:#595959; 
				border:none;
				background:none;
				outline:none;
			}
			#form1 .area .error { float:none;}
			.text_a {
				position:relative;
				overflow:hidden;
				display:block;
				width:426px;
				height:226px;
				padding:0 16px;
				background:#fff;
				border:1px solid #e7e7e7;
			}
			#form1 textarea {
				height:198px;
				margin:0;
				width:426px;
				padding:14px 0;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:16px;
				color:#595959; 
				border:none;
				background:none;
				overflow:auto;
				outline:none;
				resize:none;
			}
			#form1 a {cursor:pointer;}
				#form1 .success {display:none; margin-bottom:20px;}
				#form1 .error,
				#form1 .empty {
					position:absolute;
					right:0px;
					top:3px;
					color:#f00;
					font-size:11px;
					line-height:16px;
					display:none;
					overflow:hidden;
				}
				#form1 .message .error,
				#form1 .message .empty {
					top:230px;
					left:5px;
				}
		.buttons-wrapper {text-align:right; padding-top:30px; position:relative;}
		.buttons-wrapper a { margin-left:9px;}
		
.map {
	width:390px;
	height:290px;
	margin-bottom:14px;
}
/****************************footer************************/
footer {
	color:#817b75;
	height:150px;
	overflow:hidden;
	width:100%;
	background:url(../img/footer.png) center top repeat;
	font-size:11px;
	line-height:14px;
	position:relative;
	z-index:10;
}
.footer_indent {
	padding:20px 0 18px;
}
footer a {
	color:#817b75;
}
.extra {
    height: auto !important;
    margin: 0 auto -70px;
    min-height: 100%;
    overflow: hidden;
    position: relative;
	background:url(../img/light.png) center 600px no-repeat;
	z-index:1;
}
.block {
	height:70px;
}

.powered {
	margin-top: 5px;
	margin-left: 15px;
}

img.panel_left {
	width: 340px;
	height: 186px;
}

img.panel_home {
	width: 210px;
	height: 115px;
}

#form-2 input.date {
	width: 110px;
	font-size: 14px;
	line-height: 26px;
	padding: 2px;
	background: #f3ae51 url('../img/qf_input.png') top left repeat-x;
	color: #ffffff;
	border: 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
