@charset utf-8;
/*--
	Theme Name: theme1963
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.2+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/
@import url(../fonts/crimsonroman.css);
/*----------------------------------------
				General
---------------------------------------- */
html,
body {
	min-width:980px;
}
body{
	background-color: #e1dccd;
	background-image:url(../images/bg-body.gif);
	background-position:center top;
	background-repeat:repeat;
	color: #6a6963;
	font: 12px/18px Arial, Helvetica, sans-serif;
	position:relative;
}

#main {font-size:12px;}

.bg {background:url(../images/bg-content.gif) center top repeat;}
	

/* List styling */
dl dt {
	background:url(../images/list-arrow.gif) no-repeat 0 3px;
	padding:0 0 3px 32px;
	margin-bottom:.2em;
	font-size:18px;
	line-height:1.2em;
	color:#191919;
}
dl dd {
	padding:0 0 0 32px;
	margin:0 0 1.5em 0;
}
	ul {
		list-style-type:none;
		padding:0;
		margin:0 0 7px 0;
	}
		#content ul {overflow:hidden;}
		.archive-lists ul {margin-bottom:30px;}
		
		.pp_gallery li {background:none;}

	ul li {
		vertical-align:top;
		list-style-type:none; 
		padding:0px 0 0 14px;
		margin:0 0 4px 0;
		background:url(../images/list-marker.png) 1px 8px no-repeat;
	}

		ul li a {
			color:##4b7f39;
			text-decoration:none;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		ul li a:hover {color:#6a6963;}
		
			.widget ul li a, 
			.archive-lists ul li a {color:#686661;}
			
			.widget ul li a:hover,
			.archive-lists ul li a:hover {color:##4b7f39;}

		#wpadminbar li  {border:none;}
		#wpadminbar li a {
			-webkit-transition:none;
			-moz-transition: none;
			-o-transition: none;
			transition: none;
			background:none;
			padding:0;
			border:none;
		}
		
		ul ul {
			margin:0;
			padding:10px 0 0 0;
		}


/*----------------------------------------
				Header
---------------------------------------- */
#header {
	height:207px;
	position:relative;
	z-index:99;
	background:url(../images/bg-header.png) 0 bottom repeat-x;
}
	body.home #header {height:247px;}
	
	.top-indent {margin-top:-82px;}
	
.bg-header {background:url(../images/bg-body.gif) center top repeat; height:206px;}
	body.home .bg-header {height:246px;}
	
	.row-logo {height:118px;}
	
	.row-menu {
		height:45px;
		background:url(../images/row-menu.gif) center top repeat;
		border-radius:3px 3px 0 0;
		box-shadow: 0px 0px 10px rgba(0,0,0, .22);
	}
	
.top-banner {
	display:inline-block;
	width:303px;
	height:65px;
	overflow:hidden;
	padding:24px 0 0 0;
}
	.top-banner a {display:block;}

/* Logo */
.bg-logo {
	width:298px;
	height:163px;
	position:absolute;
	z-index:99;
	margin-left:8px;
}
/* Logo */
.logo {
	margin:0;
	padding:0px 0 0 0px;
	position:relative;
	z-index:100;
	float:left;
	text-align:center;
	width:298px;
}

	.logo img {}
	
	.logo h1,
	.logo h2 {
		font-size:50px;
		line-height:60px;
		color:#fff;
		margin:0 0 93px 0;
		padding:10px 0 0 0;
		text-transform:none;
		background:none;
		font-family:Arial, Helvetica, sans-serif;
	}
		.logo h1 a,
		.logo h2 a {
			color:#fff;
			text-decoration:none;
		}
		
.logo .tagline {
	font-size:16px;
	font-weight: bold;
	line-height:20px;
	text-transform:uppercase;
	color:#17476E;
	margin:-75px 0 0 3px;
	text-align:center;
	font-family: 'Crimson Text Roman', serif;
}


/* Header widget */
#widget-header {
	position:relative;
	padding:22px 0 0 0;
}
	.widget-header {}


/* EasyTooltip */
.tooltip {
	background: none repeat scroll 0 0 #252525;
	border: 1px solid #000000;
	color: #EEEEEE;
	display: none;
	font-size: 11px;
	line-height:1.2em;
	margin: 13px 0 0;
	padding: 5px;
	z-index:99;
}



/*---------------------------------------- 
					Slider
---------------------------------------- */
#slider-wrapper {
	height:428px;
	width:950px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#slider {
	position:relative;
	width:950px;
	height:428px;
	background:url(../images/loading.gif) no-repeat 50% 50% #191919;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption .nivo-caption-inner {
	padding:0;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
  display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	width:950px;
	height:20px;
	left:0;
	bottom:20px;
	text-align:center;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	width:14px;
	height:14px;
	margin:0 4px;
	background:#9f0b06;
	font-size:0;
	line-height:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	background:#fff;
}

.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	top:50%;
	background:url(../images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
	right:0;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {background-position:-36px -35px;}
a.nivo-prevNav {
	left:0;
	background-position:0 0;
}
a.nivo-prevNav:hover {background-position:0 -35px;}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}



/*----------------------------------------
				Navigations
---------------------------------------- */
/* Primary navigation */
nav.primary {
	padding:7px 0px 0 9px;
	background:none;
	z-index:99;
	position:relative;
}

#topnav {margin:0;}

/* Essential styles for dropdown menu */
.sf-menu {
	padding:0px 0px 0px 0px;
	position:relative;
	background:none;
	text-align:left;
}
.sf-menu li {
	position:relative;
	list-style:none;
}
.sf-menu > li{
	display:block;
	float:left;
	text-align:center;
	position:relative;	
	margin:0 0 0 18px;
	padding:0;
	background: none;
}
	.sf-menu > li:first-child {margin: 0;}
	.sf-menu > li.indent {margin:0 0 0 332px;}
	
	.sf-menu > li.indent-1 {margin:0 0 0 25px;}

.sf-menu li a {
	display:block;
	text-decoration:none;
}
.sf-menu > li > a {
	font-size:16px; 
	line-height:20px;
	color:#fff;
	padding:6px 8px 5px 7px;
	font-family: 'Crimson Text Roman', serif;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../images/bg-submenu.png) 0 0 repeat-x;
	border-radius:2px;
	-webkit-transition:none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.sf-menu > li:hover > a, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {
		color:#fff; 
		background-position: 0 bottom;
		background-color:#b8211c;
}

.sf-menu ul {
	position:		absolute;
	width:			169px; /* left offset of submenus need to match (see below) */
	padding:12px 10px 10px 18px;
	z-index:200;
	display:none;
	margin:0;
	background:url(../images/bg-submenu.gif) 0 0 repeat-x #9d0904;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			38px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	width:169px;
	padding:12px 10px 10px 18px;
	margin:0;
	background:url(../images/bg-submenu.gif) 0 0 repeat-x #9d0904;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			179px; /* match ul width */
	top:			-12px;
	z-index:99;
}
.sf-menu ul li, .sf-menu ul li li {
	margin:0;
	padding:0;
	text-align:left;
	background:none;
	display:block;
}


.sf-menu li li a {
	text-align:left;
	color:#fff;
	font-size:12px;
	line-height:22px;
	padding:0;
	background:none;
	display:inline-block;
	text-decoration:none;
}

.sf-menu li li.current-menu-item > a, .sf-menu li li.sfHover > a, .sf-menu li li:hover > a {color:#fff; text-decoration:underline;}






/*----------------------------------------
				Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	padding:30px 0 34px 0;
}
	body.home .primary_content_wrap {padding:431px 0 50px 0;}
	
#content {}
#content.left {float:right !important;}

.content-area h2 {margin:0 0 11px 0;}

	.blogroll {
		list-style-type:none;
		padding:0px 0 0 0px;
		margin:32px 18px 0 21px;
		border-top:1px solid #dbccbd;
	}

	.blogroll li {
		vertical-align:top;
		list-style-type:none; 
		padding:0px 0 7px 21px;
		margin:7px 0 0px 0;
		border-bottom:1px solid #dbccbd;
		background:url(../images/content-marker.png) 0px 7px no-repeat;
	}

		.blogroll li a {
			font-size:14px;
			line-height:20px;
			color:#3f332d;
			font-weight:400;
			font-family: 'Crimson Text Roman', serif;
			text-transform:uppercase;
			display:inline-block;
			text-decoration:none;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		.blogroll li a:hover {color:#b7201b;}


/*---------------------------------------- 
					Post
---------------------------------------- */
.header-title {
	margin-bottom:13px;
	padding:21px 0 0 0;
	background:url(../images/bg-title.png) 0 0 repeat-x;
}
	.header-title h1 {
		font-size:36px;
		line-height:40px;
		color:#3f332d;
		font-weight:400;
		font-family: 'Crimson Text Roman', serif;
		text-transform:uppercase;
		margin-bottom:0;
	}

.post-holder {
	margin-bottom:30px;
	padding:0 0 20px 0;
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #d5cdb8;
}
	.single .post-holder {margin-bottom:25px;}
	.post-holder.no-border {border-bottom:none; padding:0;}

/* Post header */
.entry-header {
	overflow:hidden;
	margin-bottom:3px;
}
	.single .entry-header {margin-bottom:3px;}
	
	.entry-header time {
		float:left;
		width:84px;
		height:63px;
		padding:15px 0 0 0;
		font-size:16px;
		line-height:20px;
		color:#fff;
		font-weight:400;
		font-family: 'Crimson Text Roman', serif;
		text-transform:uppercase;
		text-align:center;
		margin:0 20px 0 0;
		background:url(../images/bg-date.png) 0 0 no-repeat;
		overflow:hidden;
	}
	
	.post-holder .entry-title,
	.single-post .entry-title{
		font-size:12px;
		line-height:18px;
		color:#6a6762;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		overflow:hidden;
		padding:0;
		background:none;
		text-transform:none;
		margin-bottom:0px;
		padding-top:12px;
	}
	
	.post-holder .entry-title a{
		display:inline-block;
		text-decoration:none;
		color:#6c6a65;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.post-holder .entry-title a:hover {color:##4b7f39;}
	
/* Meta information for post */
.post-meta {
	font-size:12px;
	line-height:18px;
	color:#6a6862;
	overflow:hidden;
}
	.post-meta a{
		text-decoration:none;
		color:#686661;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.post-meta a:hover {color:##4b7f39;}


/* Featured thumbnail */
.featured-thumbnail {
	position:relative;
	float:left;
	margin:5px 20px 10px 0;
	padding:9px;
	background:#d5cdb8;
	border-radius:3px;
}
	.services .featured-thumbnail {
		background:none;
		padding:0;
		border-radius:0;
	}

	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:0;
		overflow:hidden;
		margin-bottom:25px;
	}
	.featured-thumbnail.large img {
		max-width:100%;
		height:auto;
	}

/* Post content */
.post-content {}
	.post-content .excerpt {margin-bottom:21px;}

	
p.gravatar {
	float:left;
	margin-right:20px;
}

.addthis_toolbox.addthis_default_style > a {
	float: none !important;
	display: inline-block !important;
	vertical-align: top !important;
	margin: 3px 0 !important;
	padding: 0 !important;
}
.addthis_toolbox.addthis_default_style .addthis_button_facebook_like {
	width: 100px;
}
.addthis_toolbox.addthis_default_style .addthis_button_pinterest_pinit {
	width:70px;
}

/*---------------------------------------- 
				Related Posts
---------------------------------------- */
.related-posts {
	overflow:hidden;
	padding:0 0 12px 0;
	margin:0 0px 24px 0;
	border-bottom:1px solid #d5cdb8;	
}
	.related-posts li {
		list-style-type:none;
		padding:0;
		margin:0 15px 15px 0px;
		display:inline-block;
		background:none;
		width:153px;
		border:none;
	}
	.related-posts li:nth-child(4n) {margin-right:0!important;}
	.related-posts li.nomargin {margin-right:0!important;}
	
		.related-posts li .featured-thumbnail {
			float:none;
			margin:0 0 10px 0;
			overflow:hidden;
		}
		
		.related-posts li h5 {margin:0;}
		.related-posts li h5 a {
			color:#6d625b;
			text-decoration:none;
		}
			.related-posts li h5 a:hover {color:##4b7f39;}
			
/*----------------------------------------
				 Comments
---------------------------------------- */
h3#comments {
	font-size:36px;
	line-height:40px;
	color:#3f332d;
	font-weight:400;
	font-family: 'Crimson Text Roman', serif;
	margin:0 0 1px 0;
	text-transform:uppercase;
}
	.commentlist {
		list-style-type:none;
		padding:0 0 30px 0;
		margin:0;
		border-bottom:1px solid #d5cdb8;	
	}
		li.comment {
			list-style-type:none;
			overflow:hidden;
			padding: 0;
			margin: 0!important;
			background:none;
			text-transform:none;
		}

			li.comment .comment-body {
				padding:10px 20px 9px 10px;
				position:relative;
				zoom:1;
				background:url(../images/bg-comments.png) 0 0 repeat;
				margin-top:10px;
				overflow:hidden;
			}
				li.comment .comment-body p {
					margin-bottom:0px;
					padding-top:6px;
				}
				
			.comment-author {
				float:left;
				margin:0px 15px 0px 0;
			}
	
			 /* Avatar */
			li.comment .avatar {
				float:none;
				display:block;
				vertical-align:top;
				overflow:hidden;
				border:1px solid #9e9a93;
			}
   
			.author-comment{
				display: block;
				font-size:12px;
				line-height:18px;
				color:#6b6963;
				margin-top:4px;
				text-align:center;
			}

			.talign {text-align:right;}
			
			/* Comment meta */
			.comment-meta {
				font-size:12px;
				line-height:18px;
				color:#6b6963;
				display:inline-block;
				text-transform:lowercase;
			} 
			.comment-meta a {color:#6b6963;}

			.commentlist ul.children {
				margin:0 0 0 40px;
				padding:0;
				overflow:hidden;
			}
			.commentlist ul.children li.comment {}

			/* Reply */
			.reply {
				display:inline-block;
				margin-right:0px;
				margin-left: 15px;
			}
			.reply a {
				display:inline-block;
				font-size:12px;
				line-height:18px;
				color:##4b7f39;
				text-decoration:none;
				text-transform:lowercase;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
			.reply a:hover {color:#6b6963; text-decoration:none;}
			
/*----------------------------------------
				Respond
---------------------------------------- */ 	
	#respond {
	   padding-top:10px;
	   margin-top:14px;
  	}
	#respond h3 {
		font-size:36px;
		line-height:40px;
		color:#3f332d;
		font-weight:400;
		font-family: 'Crimson Text Roman', serif;
		margin:0 0 13px 0;
		text-transform:uppercase;
	}	
		.cancel-comment-reply small {font-size:12px;}
		.cancel-comment-reply a {
		   color: #6b6963 !important;
		   text-decoration:underline;
		   background:none !important;
		   padding:0;
		   margin-bottom:5px;
		   display:inline-block;
		   text-transform:none;
		}
		.cancel-comment-reply a:hover {text-decoration:none;}

.allowed_tags {
	background:#eee;
	padding:15px;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
	color:#666;
}
.allowed_tags strong {font-family:Tahoma, Geneva, sans-serif;}

/*----------------------------------------
				Image styling
---------------------------------------- */
.alignleft {
	float:left;
	margin:5px 13px 10px 0;
}
.alignright {
	float:right;
	margin:0 0 10px 20px;
}
.aligncenter {
	text-align:center;
	margin:0 auto;
}
.alignnone {
	margin:0 0 10px 0;
}
article .post-content img {
	max-width:710px;
}

.frame {
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
}


/*----------------------------------------
				Page Navigaton
---------------------------------------- */

.pagenavi {
	clear:both;
	padding:0px 0 40px;
	position:relative;
	overflow:hidden;
	text-align:center;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	font-family: 'Crimson Text Roman', serif;
}
 
.pagenavi span, .pagenavi a {
	display:inline-block;
	margin: 2px 6px 2px 0;
	padding:0;
	text-decoration:none;
	width:auto;
	color:#3f332d;
	background:none;
	
}
 
.pagenavi a:hover,
.pagenavi .current{
	color:#b7201b;
}



/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older {float:left;}
	.newer {float:right;}
	
/* Gallery post format */
.gallery_post {
	list-style-type:none;
	padding:0;
	margin:0 0 17px;
	width:100%;
	overflow:hidden;
}
	.gallery_post .g_item {
		overflow:hidden;
		display:none;
	}
	.gallery_post .g_item:first-child {
		display:block;
	}
		.gallery_post .g_item .featured-thumbnail,
		#primary .gallery_post .g_item .featured-thumbnail{
			float:none;
			margin:0;
		}
			.gallery_post .g_item .featured-thumbnail img {float:none;}

.g_pagination {
	text-align:left;
	overflow:hidden;
	margin:0 0 20px 0;
}
	.g_pagination ul {
		list-style-type:none;
		margin:0;
		padding:.5em 0;
		overflow:hidden;
	}
		.g_pagination ul li {
			padding:0 5px 0 0;
			display:inline;
			margin:0;
			background:none;
		}
			.g_pagination ul li a {
				display:inline-block;
				text-decoration:none;
				width:10px;
				height:10px;
				background:#41352e;
				font-size:0;
				line-height:0;
				border-radius:5px;
				vertical-align:top;
			}
			.g_pagination li.activeSlide a,
			.g_pagination li a:hover {
				background:#9f0b06;
			}
			
.g_controls {
	float:right;
}
	.g_controls a {
		display:inline-block;
		background:#41352e;
		color:#fff;
		vertical-align:top;
		font-size:11px;
		text-decoration:none;
		border-radius:4px;
		font-family:"Times New Roman", Times, serif;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
		.g_controls a span {
			display:inline-block;
			padding:2px 6px 4px 6px;
		}
	.g_controls a:hover {
		background:#9f0b06;
	}

/*---------------------------------------- 
				Author
---------------------------------------- */
/* Recent author posts */
#recent-author-posts {
	margin-bottom:3em;
}

/* Recent author comments */
#recent-author-comments {
	
}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}
	.author-info .avatar {
		margin:0 20px 0 0;
	}
		.author-info .avatar img {
			float:left;
			padding:9px;
			background:#d5cdb8;
			border-radius:3px;
		}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
}
	.author-meta p.gravatar {
		margin:0;
	}




/*----------------------------------------
					404
---------------------------------------- */
#error404 {
	padding:30px 0 100px 0;
}
	.error404-num {
		font-size:250px;
		line-height:1.2em;
		color:#3f332d;
		text-align:center;
		font-weight:400;
		font-family: 'Crimson Text Roman', serif;
	}
	#error404 hgroup {
		margin:0 0 2em 0;
		padding-top:50px;
	}
		#error404 hgroup h1 {
			font-size:3em;
			margin-bottom:.2em;
		}
		#error404 hgroup h2 {
			background:none;
			padding:0;
			font-size:30px;
			line-height:36px;
		}

		
/*----------------------------------------
					Sidebar
---------------------------------------- */
#sidebar {}
#sidebar.left {padding-left:0px; padding-right:40px;}

	#sidebar h3{
		font-size:36px;
		line-height:40px;
		color:#3f332d;
		font-weight:400;
		font-family: 'Crimson Text Roman', serif;
		margin:0 0 8px 0;
		text-transform:uppercase;
	}
	.widget ul {margin-bottom:0px;}
	.widget {
		padding:0;
		margin-bottom:43px;
	}
		.widget:first-child {
			padding-top:21px;
			background:url(../images/bg-title.png) 0 0 repeat-x;
		}
	
/*----------------------------------------
				 Calendar
---------------------------------------- */
#calendar_wrap {padding:0;}
	#wp-calendar {width:100%;}

		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
		}
		#wp-calendar caption {
			font-size:22px;
			line-height:26px;
			color:#3f332d;
			text-align:center;
			font-weight:400;
			font-family: 'Crimson Text Roman', serif;
			padding:4px 0;
			margin-bottom:5px;
			text-transform:uppercase;
		}
		#wp-calendar thead {
			border-top:1px solid  #dbccbd;
			border-bottom:1px solid  #dbccbd;
		}
		#wp-calendar tfoot {border-top:1px solid  #dbccbd;}
		
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			line-height:20px;
			color:#3f332d;
			text-align:center;
			font-weight:400;
			font-family: 'Crimson Text Roman', serif;
		}
		#wp-calendar #prev {text-align:left;}
		#wp-calendar #next {text-align:right;}	



/*----------------------------------------  
				FAQs
---------------------------------------- */
.faq_list {}
	.faq_list dt {
		color:#666;
		position:relative;
		padding:0 0 5px 28px;
		font-size:15px;
		font-weight:normal;
		margin:0;
		background:none;
	}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		font-size:15px;
		color:#333;
		font-weight:400;
		font-family: 'Crimson Text Roman', serif;
	}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
	}
		.faq_list dd .marker {top:3px;}



/*----------------------------------------
				Custom widgets
---------------------------------------- */

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
}
	.post_list li {
		list-style-type:none;
		overflow:hidden;
		background:none;
		padding:0;
		margin:0 0 10px 0;
	}
	
	.post_list li .post-title {overflow:hidden;}




/* Testimonials */
.testimonials {
  padding: 0;
  margin: 0;
}
.testimonials div.testi_item {
  padding: 0;
  margin: 0 0 2em 0;
  background: none;
	overflow:hidden;
}
.testimonials div.testi_item blockquote {
  display: block;
  position: relative;
  margin: 0;
  padding: 30px;
  background: #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
	}
.testimonials div.testi_item blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 65px;
  bottom: -20px;
	width:0;
	height:0;
	border-left: 20px solid transparent;
	border-right: 0 solid transparent;
	border-top: 20px solid #dbdbdb;
}
.testimonials div.testi_item blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 41px;
  height: 38px;
  background: url(../images/quotes.png) 0 0 no-repeat;
}
.testimonials div.testi_item blockquote a {
  text-decoration: none;
  color: #4e4e4e;
  display: block;
  font-style: normal;
  position: relative;
}
.testimonials div.testi_item blockquote a:hover {
  color: #ffffff;
}
.testimonials div.testi_item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:0 20px 0 10px;
	}
.name-testi {
  padding: 12px 0 0 0;
  text-align: right;
  display: block;
}
.name-testi a {
  font-weight: normal;
}
.testimonials .thumb {
  float: left;
  margin-right: 20px;
}


/*----------------------------------------
				Recent Posts
---------------------------------------- */
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
	.latestpost li {
		margin:10px 0 0px 0;
		list-style-type:none;
		background:none;
		padding:0;
		overflow:hidden;
	}
		.latestpost li:first-child {margin:0;}
		.latestpost li .featured-thumbnail {margin:0px 0 25px 0;}


		.latestpost li .excerpt {margin-bottom:21px;}

/* Banner widget */
.banners-holder {
	list-style-type:none;
	padding:0;
	margin:0;
}
	.banners-holder li {
		list-style-type:none;
		display:block;
		margin:0 0 30px 0;
		padding:0;
		text-align:center;
		background:none;
	}
		.banners-holder li img {
			vertical-align:top;
			display:inline-block;
		}

			
/*---------------------------------------- 
				Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial, .single article.testimonial  {
	border:1px solid #dbccbd;
	padding:30px 40px 30px 30px;
	width:auto;
	background:none;
	font-style:italic;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:35px;
}

	article.testimonial .featured-thumbnail, 
	.single article.testimonial  .featured-thumbnail {
		margin:5px 30px 10px 0;
	}
	
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		font-size:13px;
		line-height:18px;
		text-transform:none;
		font-family:Arial, Helvetica, sans-serif;
		padding:10px 0 0 0;
	}
		article.testimonial .name-testi .user {
			color:#000; 
			text-transform:none;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		
		article.testimonial .name-testi a {
			text-decoration:none;
			text-transform:none;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		article.testimonial .name-testi a:hover {
			text-decoration:underline;
			color:#000; 
		}




/*----------------------------------------
				Shortcodes
---------------------------------------- */

/* Recent Posts */
.recent-posts {
	margin:0;
	padding:0;
	overflow:hidden;
	border:none;
}
	.recent-posts li {
		list-style-type:none;
		margin:0 0 20px 0;
		padding:11px 0 0 0;
		border:none;
		background:none;
	}
		.recent-posts li .featured-thumbnail {
			float:left;
			margin:5px 30px 10px 0;
		}
		.recent-posts li h6 {
			overflow:hidden;
			margin:0 0 18px 0;
		}
			.recent-posts li h6 a {color:#6a6862;}
			.recent-posts li h6 a:hover {color:##4b7f39;}
			
		.recent-posts li h5 {overflow:hidden;}
			.recent-posts li h5 a {color:#3f332d;}
			.recent-posts li h5 a:hover {color:#b7201b;}
			
		.recent-posts li .excerpt {
			margin-bottom:15px;
		}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			color:#888;
			text-transform:uppercase;
			overflow:hidden;
		}
			.recent-posts li .post-date {float:left;}
			.recent-posts li .post-comments {float:right;}

/* Images Format Type */
.recent-posts .format-image {
	float:left;
	margin:0 20px 20px 0;
}	

/* Quote Format Type */
.recent-posts .format-quote {}

/* Link Format Type */
.recent-posts .format-link {}

/* Link Format Type */
.recent-posts .format-link {}	

/* Audio Format Type */
.recent-posts .format-audio {margin-bottom:2em;}
	.recent-posts .format-audio .audio-wrapper {margin-bottom:.5em;}

/* Video Format Type */
.recent-posts .format-video {
	float:left;
	width:300px;
	margin:0 20px 20px 0;
}
.recent-posts .format-video iframe {
	width:300px;
	height:200px;
}	

/* Our team */
.recent-posts.team {
	margin: 0;
	padding: 0 70px 0 0;
}
	.recent-posts.team li {
		overflow: hidden;
		margin: 0 0px 16px 0;
		background:none;
		padding:0;
	}

		.recent-posts.team li .featured-thumbnail {
			margin:4px 24px 0 0;
		}
			.recent-posts.team li h6 {margin:0;}
				.recent-posts.team li h6 a{color:#6b6964;}
				.recent-posts.team li h6 a:hover{color:##4b7f39;}
				
	.recent-posts.team li .excerpt {
		margin-bottom: 0;
	}


/* Services */
.recent-posts.services {
	list-style-type:none;
	padding:4px 40px 0 0;
	margin:0;
	overflow:hidden;
}
	.recent-posts.services li {
		display:block;
		margin:0 0px 15px 0;
		background:none;
		padding:8px 0 0 0;
		border-top:1px solid #dccdbe;
	}

		.recent-posts.services li .featured-thumbnail {
			margin:3px 7px 0 8px;
		}
		
		.recent-posts.services li .excerpt {margin:0;}
		
/* Activities */
.recent-posts.general {
	list-style-type:none;
	padding:4px 0px 0 0;
	margin:0;
	overflow:hidden;
}
	.recent-posts.general li {
		display:inline-block;
		width:210px;
		margin:0 31px 10px 0;
		background:none;
		padding:0;
	}
		.recent-posts.general li:nth-child(4n) {margin-right:0px!important;}
		.recent-posts.general li.nomargin {margin-right:0px!important;}

		.recent-posts.general li .featured-thumbnail {
			float:none;
			margin:0 0 27px 0;
		}
		
		.recent-posts.general li h6 {
			font-size:14px;
			line-height:20px;
			color:#3f332d;
			text-transform:uppercase;
			font-weight:400;
			font-family: 'Crimson Text Roman', serif;
			margin:0;
		}
			.recent-posts li h6 a {color:#3f332d;}
			.recent-posts li h6 a:hover {color:#b7201b;}
		
		.recent-posts.general li .excerpt {margin:0 0 10px 0;}


/* Popular Posts */
.popular_posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular_posts li {
		list-style-type:none;
		padding:0 0 20px 0;
		margin:0;
		overflow:hidden;
		}



/* Tags */
.tags-cloud a,
.tagcloud a {
	display:inline-block;
	background:#e0e0e0;
	padding:2px 7px;
	border-radius:3px;
	text-decoration:none;
	color:#838383;
	margin:0 1px 4px 0;
	font-size:11px !important;
	box-shadow:1px 1px 0 rgba(0, 0, 0, .2);
	line-height:1.5em;
	vertical-align:top;
	}
.tags-cloud a:hover,
.tagcloud a:hover {
	background:#000;
	color:#fff;
	}


/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		}


/*----------------------------------------
				Footer
---------------------------------------- */
#footer {
	background:url(../images/footer-line.png) 0 0 repeat-x;
	padding:35px 0px 38px 0px;
}

				
	#copyright {
		background:none;
		padding:0;
		margin:0;
	}
	
	
	/* Footer text */
	.footer-text {
		font-size:12px;
		line-height:20px;
		color:#3f332d;
		padding:0 0 0 4px;
	}
		.footer-text a {
			color:#4b7f39;
			text-decoration:none;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		.footer-text a:hover {color:#3f332d;}
		
		
		.footer-text .site-name {color:#3f332d;}
			.footer-text .site-name:hover {color:#4b7f39;}
			
		.footer-text a.text-bot {margin-left:15px;}
	


/*----------------------------------------
					Misc
---------------------------------------- */
#text-2 h2 {
	font-size:20px;
	line-height:25px;
	color:#8f8779;
	font-weight:bold;
	margin:0px;
	padding:5px 0px 4px;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
}
#text-2 h3 a{
	font-weight:normal;
	text-transform:none;
	color:#B41E19;
	text-decoration:none;
	font-size:14px;
}
#text-2 h3 a:hover{
	text-decoration:underline;
}
.button {
	display:block;
	text-decoration:none;
	width:111px;
	height:29px;
	padding:0px 0 0 0;
	margin:0;
	font-size:11px;
	line-height:29px;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	font-family: 'Crimson Text Roman', serif;
	text-align:center;
	background:url(../images/bg-button.png) 0 0 no-repeat;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
	.button:hover {
		color:#fff;
		background-position:0 -29px;
	}
	
/* Small Button */
.button.small {
	background: #ab1611;
	width: 77px;
	height: 31px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight:400;
	font-family: 'Crimson Text Roman', serif;
	text-align: center;
	overflow: hidden;
	position: relative;
	border-radius:2px;
}
	.button.small:hover {
		color: #3a2f2a;
		background:#d5cdb8;
	}
	
/* Large Button */
.button.large {
	width:151px;
	background:url(../images/bg-submit.png) 0 0 no-repeat;
}
	.button.large:hover {background-position:0 -29px;}


.no-results {
	
}


/* Lightbox */
.lightbox {
	display:block;
	position:relative;
}


/* Tabs */
.tabs {
    margin: 1px 0 20px 0;
}

.tabs .tab-wrapper {
    border: 1px solid #dddddd;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    margin: -1px 0 0 0;
}

.tabs .tab-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.tabs .tab-menu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

.tabs .tab-menu a {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 2px 0 0;
    padding: 8px 20px;
}

.tabs .tab-menu a:hover {
    background-color: #f2f2f2;
    color: #666666;
}

.tabs .tab-menu a.active {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');
    background: -moz-linear-gradient(bottom , #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #fafafa),color-stop(90%, #f6f6f6));
    border-bottom: none;
    color: #666666;
    padding: 8px 20px 9px 20px;
}

.tabs .tab {
	background-color: #fafafa;
	border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    padding: 20px;
}





/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle .trigger {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666666;
	display: block;
	padding: 10px 12px 10px 40px;
	position: relative;
	text-decoration:none;
	height:1%;
	}

.toggle .trigger span {
	background: url(includes/../images/toggle.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	text-indent: -9999px;
	width: 22px;
	height: 20px;
	}

.toggle .trigger:hover,
.toggle .active {
	background:#191919;
	color:#fff;
	}
.toggle .active span {
	background-position: 0 -20px;
	}

.toggle .box {
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	}



/* Dropcap */
.dropcap {
	display: block;
  float: left;
  margin: 0 22px 20px 0;
  text-transform: uppercase;
  width: 51px;
  height: 51px;
  background: #666;
	border-radius:6px;
  font-size: 36px;
  line-height: 51px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  text-transform: lowercase;
	}

.widget-area {
	
}

.hr {
	height:18px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}

.sm_hr {
	height:15px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}

.spacer {
	height:36px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}

/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
}
.address dt {
	float:left;
	width:165px;
	margin-right:20px;
	padding:0 0 0 55px;
	background:none;
	font-size:1em;
	line-height:18px;
	background:url(../images/address-icon1.png) no-repeat 0 3px;
}
.address dd {
	float:left;
	width:217px;
	padding:0 0 0 53px;
	background:url(../images/address-icon2.png) no-repeat 0 3px;
}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
	}
		.address dd ul li {
			background:none;
			padding:0;
			margin:0;
		}
	.address dd span {
		float:left;
		width:100px;
	}
		.address dd a {
			font-style:italic;
			color:#191919;
			text-decoration:underline;
		}
		.address dd a:hover {
			text-decoration:none;
		}

			
/* Google Map */
.google-map {
	margin-bottom:20px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url(../images/loading-map.gif);
}




/* VIDEO */
.video-wrap {
	margin-bottom: 10px;
	position:relative;
	zoom:1;
	}
	.video-wrap object {
		position:relative;
		z-index:2;
		}
	.video-bg {
		background-color:black;
		position:absolute;
		left:0;
		top:0;
		z-index:1;
		}

/* AUDIO */
.audio-wrapper {
   margin-bottom:1.5em;
}
.audio-desc {
	font-size:.91em;
	color:#999;
	padding:.5em 0 0 0;
	}
.audiojs audio { position: absolute; left: -1px; }
.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
	background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }
.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000; }
.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojs .play { display: block; }
.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
	background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }
.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
	background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }
.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); } 
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
	text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }

.audiojs .play { background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat; }
.audiojs .loading { background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat; }
.audiojs .error { background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat; }
.audiojs .pause { background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat; }

.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }

.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }



/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(../images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(../images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(../images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(../images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}
	


/*----------------------------------------
				Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#6b6963;
	vertical-align:middle;
	font-weight:normal;
	border:none;
	outline:none;
}
input[type="text"], input[type="email"], textarea {
	background:url(../images/bg-comments.png) 0 0 repeat;
	border:none;
	padding:5px 9px 5px 9px;
	border-radius:0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize:none;
}

.reservation-form-inside select {
	background:url(../images/bg-comments.png) 0 0 repeat;
	border:none;
	padding:5px 0px 5px 9px;
	border-radius:0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize:none;
}

input[type="submit"], input[type="reset"] {
	overflow:hidden;
	position:relative;
	display:inline-block;
	width:111px;
	height:29px;
	padding:0;
	font-size:11px;
	line-height:16px;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	font-family: 'Crimson Text Roman', serif;
	text-align:center;
	background:url(../images/bg-button.png) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	margin-right:10px;
}
input[type="submit"]:hover, input[type="reset"]:hover {background-position:0 -29px;}




/* Comment form */
#commentform {
	color:#6b6963;
}
	#commentform a {
		display:inline-block;
		background:none;
		color: #6b6963;
		text-decoration:underline;
		text-transform:none;
		font-size:12px;
		padding:0;
	}
		#commentform a:hover {text-decoration:none;}
		
	#commentform p.field {margin-bottom:9px;}
	#commentform p.area {margin-bottom:21px;}
		#commentform small {
			font-size:12px;
			line-height:18px;
			color:#6b6963;
		}
	#commentform label {
		display:block; 
		padding-bottom:5px;
		color:#6b6963;
	}
	#commentform input[type="text"] {
		width:301px;
		height:29px;
	}
	#commentform textarea {
		width:461px;
		height:249px;
		overflow:auto;
	}
	#commentform input[type="submit"] {
		width:151px;
		background:url(../images/bg-submit.png) 0 0 no-repeat;
	}
		#commentform input[type="submit"]:hover {background-position:0 -29px;}



/* Contact form */
.wpcf7-form p.field {
	margin-bottom:16px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
}
.wpcf7-form p.field input {
	width:100%;
	height:29px;
}
	.wpcf7-form p.field small {color:red;}
		
.wpcf7-form .input-file {
	width: 79px;
	height: 22px;
	background: url(../images/btn-choose-file.gif) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;
	position:relative;
}
.wpcf7-form input[type="file"] {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	cursor: pointer;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.wpcf7-form textarea {
	width:100%;
	height:255px;
	overflow:auto;
	margin-bottom:17px;
}
.wpcf7-form .submit-wrap {
	padding:0;
	margin:0;
}
	span.wpcf7-form-control-wrap {
		display:block;
	}
	.wpcf7-not-valid-tip {
		width:100% !important;
		position:absolute;
		left:0 !important;
		top:0 !important;
		padding:4px 0 5px 10px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.wpcf7-response-output {
		margin-left:0 !important;
		margin-right:0 !important;
	}




/* Sidebar search form */
#searchform {overflow:hidden;}
#searchform .searching {
	width:170px;
	height:29px;
	float:left;
	margin:0 20px 0 0;
}
	#searchform .submit {
		cursor:pointer;
		float:left;
		margin:0;
	}
	
	#sidebar #searchform .searching {
		width:100%;
		float:left;
		margin:0 0 10px 0;
	}
		#sidebar #searchform .submit {
			cursor:pointer;
			float:right;
			margin:0;
		}



/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */

/*----------------------------------------
				Booking Form 
---------------------------------------- */
/* Page */
/* Reservation Form */
.booking-form {
	position: relative;
	padding:0 20px 0 27px;
	background:url(../images/bg-form.jpg) center top no-repeat;
	border-radius:0 0 4px 4px;
}

#header .booking-form-inner {padding:11px 0 11px;}


#booking-form fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
#booking-form p {
	margin-bottom: 10px;
	padding: 0;
}
#booking-form label.title {
	display:inline-block;
	width:220px;
	float:left;	
	font-size:24px;
	line-height:30px;
	text-transform:uppercase;
	color:#fff;
	font-weight:400;
	font-family: 'Crimson Text Roman', serif;
	padding:2px 0 0 0;
}

	#header .row.side {
		float:left;
		padding-top:4px;
	}
		#header .row.side.select-indent {margin-left:0px; margin-right:15px;}
		#header .row.side.b-button {padding:0; margin-left:17px;}
		
#booking-form select {
  height: 27px;
  padding: 5px 3px;
  width: 85px;
  margin: 0 5px 0 0;
  -webkit-appearance: none;
}
#booking-form select option {
  padding: 2px 5px;
}
#booking-form select#selectedList {
  width: 111px;
  margin: 0;
}

#booking-form > input[type="text"] {
  margin: 0;
}
#booking-form input[type="text"],
#booking-form textarea {
	font-size:11px;
	line-height:13px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px 6px;
	border:1px solid #bab6ac;
	background:none;
	width:282px;
	height:23px;	
}
	#header #booking-form input[type="text"],
	#header #booking-form textarea {
		border:1px solid #8f8884;
		color:#686661;
	}
	#header .date-width {width:245px;}
	
#booking-form input.hasDatepicker {
	background: url(../images/form-date-icon-sp.png) 98% 1px no-repeat;
	float: left;
	display:block;
	margin-top:2px;
	color:#686661;
	width:136px;
	height:23px;
	padding:5px 6px;
	border:1px solid #bab6ac;
	font-size:11px;
	line-height:13px;
	font-family:Tahoma, Geneva, sans-serif;
}
	#header #booking-form input.hasDatepicker {
		color: #fff;
		width:110px;
		border:1px solid #8f8884;
		background: url(../images/form-date-icon.png) 98% 1px no-repeat;
	}
#header #booking-form #dateTo.hasDatepicker {margin-left: 5px;}
#booking-form #dateTo.hasDatepicker {margin-left: 10px;}

#booking-form input[type="submit"] {
	margin: 1px;
	padding: 0;
	background: #4b7f39;
	width: 115px;
	height: 31px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight:400;
	font-family: 'Crimson Text Roman', serif;
	text-align: center;
	overflow: hidden;
	position: relative;
	border-radius:2px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#booking-form input[type="submit"]:hover {
	color: #3a2f2a;
	background:#d5cdb8;
}
	
#booking-form .focus {
  border-color: #f00 !important;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.8) !important;
}
#booking-form textarea {
	padding: 5px;
	width: 288px;
	height: 65px;
}
#booking-form .error {
	display: none;
	color: #fff;
	background: #f95e5e;
	border: 1px solid #fff;
	font-size: 11px;
	line-height: 13px;
	width: 203px;
	height: 23px;
	padding: 4px 7px;
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 99999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	#header #booking-form .error {top:6px;}
	
	#name_error.error,
	#phone_error.error,
	#email_error.error,
	#not_valid_email.error{ top:0; width:100%;}
	
	#booking-form #dateFrom_error {
		width:136px; 
		padding: 4px 3px;
		left:0;
	}
	#booking-form #dateTo_error {
		width:136px; 
		padding: 4px 3px;
		left:146px;
	}
		#header #booking-form #dateTo_error {
			left:121px;
		}
		#header #booking-form #dateFrom_error,
		#header #booking-form #dateTo_error		{
			width:115px;
		}

		
	#booking-form #countSelect_error {
		width:100%;
		height:23px;
		padding: 4px 3px;
	}
	#header  #booking-form #countSelect_error {
		width:110px;
	}
	
#booking-form .error.hideError {
  display: none !important;
}
#message {
	font-weight:400;
	font-family: 'Crimson Text Roman', serif;
	text-transform: uppercase;
	border: 2px solid #bab6ad;
	padding: 15px;
}

/* Reservation Data */
.reservation-form-container {
	background: none;
	border:1px solid #bab6ac;
	margin: 30px 0 50px;
	overflow: hidden;
	position: relative;
}
.reservation-form-inside {
	padding: 20px 0 0 20px;
}
.reservation-form-container p {
	display: inline-block;
	width:45%;
	margin-right: 10px;
	float: left;
}
.reservation-form-container p:first-child {
	display: block;
	margin-right: 0;
	float: none;
	clear: both;
}
.reservation-form-container label {
	display: block;
	padding: 0 0 5px 0px;
}
.reservation-form-container input[type="text"] {
	width: 100%;
	height:29px;
}
.reservation-form-user {
	position: relative;
	overflow: hidden;
	padding:20px 0 0 0;
}
.reservation-form-user label {display: block; padding-bottom:3px;}
.reservation-form-user span.wpcf7-form-control-wrap {display: inline-block;}
.reservation-form-user input[type="text"],
.reservation-form-user input[type="email"] {
	width: 245px;
	height:29px;
}
.reservation-form-user > p {
	width: 245px;
	margin: 0 10px 10px 0;
	float: left;
}
.reservation-form-user .area {
	width: auto;
	margin-right: 0;
	float: none;
	clear: both;
}
.reservation-form-user .area textarea {
	width: 500px;
	margin: 0;
}
.reservation-form-user .captcha {
	width: auto;
	margin-right: 0;
	margin-bottom: 20px;
	float: none;
	clear: both;
}
.reservation-form-user .captcha input[type="text"] {
  width: 105px;
}
.reservation-form-user .submit {
  width: auto;
  margin: 0;
  padding: 20px 0 0;
  float: none;
  clear: both;
}
.reservation-form-user .wpcf7-not-valid-tip {width: 245px !important;}

.reservation-form-user .captcha .wpcf7-not-valid-tip {
  width: 105px !important;
}
.reservation-form-user input[type="checkbox"] {
  border: none;
  height: auto;
  padding: 0;
}
/*----------------------------------------
				Rooms Page
---------------------------------------- */		
#rooms-view {margin-top:-5px;}
	#rooms-view .rooms {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:0;
		margin:0;
		font-size:0;
	}
		#rooms-view .rooms li {
			list-style-type:none;
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top; 
			width:310px;
			margin:0 10px 11px 0;
			position:relative;
			background:none;
			padding:0;
			font-size:12px;
		}
		* + html #rooms-view .rooms li {display:inline;}
		#rooms-view .rooms li.nomargin {margin-right:0 !important;}
			
			#rooms-view .rooms .featured-thumbnail {
				display:block;
				float:none;
				margin:0 0 10px 0;
				padding:9px;
				background:#d5cdb8;
				border-radius:3px;
			}
			#rooms-view .rooms li a.image-wrap {
				display:block;
				padding:0px;
				overflow:hidden;
				width:292px;
				height:189px;
				position:relative;
				background:url(../images/loading-folio.gif) 50% 50% no-repeat;
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
			}

				#rooms-view .rooms li a.image-wrap img {display:block;}
				
			#rooms-view .rooms li h4 {
				margin:0px 0 5px;
			}
				#rooms-view .rooms li h4 a {text-decoration:none; color:#3f332d;}
				#rooms-view .rooms li h4 a:hover {color:#4b7f39;}
				
			#rooms-view .rooms .desc {
				margin:0;
				padding:0;				
			}
					#rooms-view .rooms .quick-meta {
						padding:4px 5px 6px 11px;
						margin-bottom:15px;
						border-bottom:1px solid #ddcfbe;
						border-top:1px solid #ddcfbe;
					}
						.quick-meta span {
							margin:0 4px 0 0;
							padding:0 0 0 8px;
							display:inline-block;
							background:url(../images/meta-marker.gif) 0 5px no-repeat
						}
							.quick-meta span:first-child {background:none; padding:0;}
							
						.quick-meta b {color:#6a6963;}
						
			#rooms-view .rooms p.excerpt {
				padding:0;
				margin:0 0 18px 0;
			}
			
			.zoom-icon {
				display:block;
				position:absolute;
				left:0px;
				top:0px;
				right:0px;
				bottom:0px;
				cursor:pointer;
				background:rgba(0, 0, 0, .4);
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				opacity:0;
			}
			.no-rgba .zoom-icon {
				background:url(../images/black-opacity-60.png);
				visibility:hidden;
			}
			.zoom-icon:before {
				content:"";
				display:block;
				position:absolute;
				left:50%;
				top:50%;
				width:25px;
				height:26px;
				margin:-13px 0 0 -13px;
				background:url(../images/magnify-alt.png) 50% 50% no-repeat;
			}
			.image-wrap:hover .zoom-icon {opacity:1;}
			.no-rgba .image-wrap:hover .zoom-icon {visibility:visible;}

		
/*---------------------------------------- 
			Single rooms Page
---------------------------------------- */	
#primary {padding:0; margin:0 0 20px 0;}

	#primary .booking-form {
		background:none;
		margin:0;
		padding:0 48px 0 0;
	}
	#primary .featured-thumbnail {
		float:none;
		margin:0 0 44px 0;
	}
		#primary .featured-thumbnail .image-wrap {display:block;}
		
	#primary .content-inner {padding:0 0 0 20px;}
		.bottom-meta {padding:4px 0 0 20px;}
	
		.bottom-meta .persons{
			display:block;
			padding:0 0 0 29px;
			margin:0 0 13px 0;
			background:url(../images/person-icon.png) 0 0 no-repeat;
		}
		.bottom-meta .square{
			display:block;
			padding:0 0 0 29px;
			margin:0 0 13px 0;
			background:url(../images/sq-icon.png) 0 3px no-repeat;
		}
		.bottom-meta .price{
			display:block;
			padding:0 0 0 29px;
			margin:0 0 10px 0;
			background:url(../images/money-icon.png) 0 2px no-repeat;
		}

/* Grid Gallery */
.grid_gallery {
  position: relative;
  overflow: hidden;
  padding: 0 0 0 0;
  margin:0 0 35px 0;
}
.grid_gallery_inner {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.grid_gallery .gallery_item {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	list-style-type: none;
}
.grid_gallery .gallery_item:nth-child(2n) {margin-right: 0;}
.grid_gallery .gallery_item.nomargin {margin-right: 0!important;}

	#primary .grid_gallery .gallery_item .featured-thumbnail {margin:0;}
	
.single-gallery-item {margin: 0;}
.single-gallery-item .zoom-icon {
	left:9px;
	top:9px;
	right:9px;
	bottom:9px;
}

	
/* Custom form elements 
***************************************/
.jClever.default {
	margin: 0px;
	padding: 0px;
}
.jClever.default .hidden {
	opacity: 0;
	filter: progid:dximagetransform.microsoft.alpha(opacity=0);
	position: absolute;
}
.jClever.default .jClever-element {
	outline: none;
	position: relative;
	float: left;
	margin: 2px 0px 0px 0px;
}
.jClever.default .row .jClever-element {
	float: none;
}
.jClever.default .jClever-element * {
	outline: none;
}
.jClever.default .row {
	vertical-align: middle;
	padding-bottom: 6px;
	position: relative;
}
.jClever.default .row > label {
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.jClever.default .row > .jClever-element {
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
label.field {
  display: inline-block;
  padding: 0 3px;
  color: #fff;
}
/*
 *
 *   SELECT
 *
 */
 #header .select-indent .jClever-element .jClever-element-select-wrapper {
	width: 141px !important;
 }
.jClever-element .jClever-element-select-wrapper {
	position: relative;
	width: 280px !important;
	height:21px !important;
	border:1px solid #bab7ae;
	cursor: pointer;
	padding: 0;
}
	#header .jClever-element .jClever-element-select-wrapper{
		width: 135px !important;
		color:#fff;
		border:1px solid #8f8884;
	}
.jClever.default .jClever-element-select-wrapper select {
	display: none;
}
.jClever.default .jClever-element select {
	display: none;
}
.jClever.default .jClever-element-select-center {
	white-space: nowrap;
	overflow: hidden;
	display: block;
	color:#686661;
	font-size:11px;
	line-height:13px;
	font-family:Tahoma, Geneva, sans-serif;
	padding: 4px 7px;
	position: relative;
	z-index: 1;
}
	#header .jClever.default .jClever-element-select-center {color:#fff;}

.jClever.default .jClever-element-select-right {
	position: absolute;
	z-index: 2;
	right: 1px;
	top: 1px;
	background: url(../images/select-sp.gif) 0 0 no-repeat;
	height: 19px;
	width: 20px;
	cursor: pointer;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-indent: -999em;
	overflow: hidden;
}
	#header .jClever.default .jClever-element-select-right {
		background: url(../images/select.gif) 0 0 no-repeat;
	}
.jClever.default .jClever-element-select-list-wrapper {
	position: absolute;
	border: 1px solid #6e6c66;
	border-top: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	top: 22px;
	left: -1px;
	background: #d5cdb8;
	display: none;
}
	#header .jClever.default .jClever-element-select-list-wrapper {
		background: #2d201e;
		border: 1px solid #87807d;
	}
	
.jClever.default .jClever-element-select-list {
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}
.jClever.default .jClever-element-select-list > li {
	list-style-type: none;
	padding: 0 0 2px 5px;
	margin: 3px 0;
	color: #fff;
	font-size:11px;
	background:none;
	font-family:Tahoma, Geneva, sans-serif;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.jClever.default .jClever-element-select-list > li.active {
	font-weight: bold;
}
.jClever.default .jClever-element-select-list > li:hover {
	color: #2d201e;
	background: #87807d;
}
.jClever.default .jClever-element-select-list > li:first-child {
  background: #161616 !important;
  color: #fff !important;
  cursor: pointer !important;
  font-weight: normal !important;
}
.jClever.default .jClever-element-select-list > li > span {
  overflow: hidden;
  width: 100%;
  display: block;
  position: relative;
  height: 100%;
  white-space: normal;
}
.jClever.default .jClever-element-select-list > li > span > i {
  font-style: normal;
}
/*
 *
 *   CHECKBOX
 *
 */
.jClever.default .jClever-element-checkbox-twins {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/checkbox.png) no-repeat left bottom;
}
.jClever.default .jClever-element-checkbox-twins.checked {
  background-position: left top;
}
/*
 *
 *   RADIO
 *
 */
.jClever.default .jClever-element-radio-twins {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/radio.png) no-repeat left bottom;
}
.jClever.default .jClever-element-radio-twins.checked {
  background-position: left top;
}
/*
 *
 *   BUTTON
 *
 */
.jClever.default button.styled {
  background: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.jClever.default button.styled > span {
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: 1px solid #c0c0c0;
}
.jClever.default button.styled:hover > span {
  background: #c0c0c0;
  color: #fff;
}
.jClever.default button.styled > span > span {
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 5px 15px;
}
/*
 *
 *   input`s
 *
 */
.jClever.default .input-type-text {
  border: 1px solid #c0c0c0;
  line-height: 20px;
  padding: 0 4px;
  color: #c0c0c0;
}
/*
 *
 *   textarea`s
 *
 */
.jClever.default form.jClever textarea {
  border: 1px solid #c0c0c0;
  padding: 0 4px;
  color: #c0c0c0;
  resize: none;
}
/*
 *
 *   file input
 *
 */
.jClever.default .jClever-element-file {
  width: 300px;
  height: 27px;
  overflow: hidden;
}
.jClever.default .jClever-element .hidden-file {
  opacity: 0;
  filter: progid:dximagetransform.microsoft.alpha(opacity=0);
  position: absolute;
  left: 0px;
  width: 300px;
  padding: 0px;
  line-height: 20px;
  height: 25px;
  line-height: 25px;
  margin-left: -218px;
  font-size: 20px;
}
.jClever.default .jClever-element .jClever-element-file-name {
  display: block;
  width: 198px;
  height: 25px;
  float: left;
  border-bottom: 1px solid #c0c0c0;
  line-height: 25px;
  overflow: hidden;
  background: url(../images/file-input.png) repeat-y right top;
}
.jClever.default .jClever-element .jClever-element-file-button {
  display: block;
  width: 100px;
  height: 25px;
  float: left;
  background: url(../images/file.png) no-repeat left top;
  margin: 3px 0 0 0;
}
.jClever.default .input-file-helper {
  width: 100px;
  height: 25px;
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
}
.jClever.default .jClever-element.focused .jClever-element-file-name {
  -moz-box-shadow: inset 0 0 5px #000;
  /* Для Firefox */

  -webkit-box-shadow: inset 0 0 5px #000;
  /* Для Safari и Chrome */

  box-shadow: inset 0 0 5px #000;
  /* Параметры тени */

}
.jClever.default .jClever-error-label {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 100%;
  color: #fff;
  width: 100%;
  padding: 5px;
  background: #EA1010;
  display: none;
}
.jClever.default .jClever-element.error .jClever-error-label {
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
/* ScrollPane style */
.jspContainer {
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #454545;
  position: relative;
}
.jspDrag {
  background: url(../images/jspDrag.png) 0 0 no-repeat #171717;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}