@charset utf-8;

/*--

	Theme Name: theme1340

	Theme URI: http://template-help.com/

	Description: A theme for Wordpress 3.2.X from Template-Help.com Collection

	Author: Template_Help.com 

	Author URL: http://www.Template-Help.com/ 

--*/



/* General

---------------------------------------- */

html,

body {

	min-width:960px;

	}

body{

	background: #697046;

	background-image:url(images/main-bg.jpg);

	background-repeat:no-repeat;

	background-position:50% 0;

	color: #6d6d6d;

	font: 100%/1.1875em Arial, Helvetica, sans-serif;

	position:relative;

}



#main {

	font-size:.75em;

}





/* 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;

	}









/* Header

---------------------------------------- */

#header {

	height:350px;

	position:relative;

	z-index:99;

}



/* Logo */

.logo {

	position:absolute;

	left:100px;

	top:35px;

	}

	.logo h1,

	.logo h2 {

		font-size:3em;

		line-height:1.2em;

		margin-bottom:0;

		}

		.logo h1 a,

		.logo h2 a {

			color:#222;

			text-decoration:none;

			}



/* Social Networks */

.social-networks {

	list-style-type:none;

	padding:0;

	margin:0;

	border:none;

	}

	.social-networks li {

		float:left;

		border:none;

		padding:0;

		margin:0 0 0 5px;

		}

		.social-networks li a {

			text-decoration:none;

			float:left;

			position:relative;

			}

		.social-networks li a:hover {

			color:red;

			}







/* Request a quote */

#widget_my_requestquotewidget {

	width:100%;

	overflow:hidden;

	}

	

	.top-box {

		background:#eee;

		border:1px solid #dbdbdb;

		padding:20px;

		margin-bottom:20px;

		overflow:hidden;

		zoom:1;

		position:relative;

		min-height:80px;

		}

	.box-button {

		float:right;

		background:#dbdbdb;

		font-size:21px;

		color:#fff;

		text-decoration:none;

		padding:10px;

		position:absolute;

		right:30px;

		top:50%;

		margin-top:-25px;

		}

	.box-text {

		float:left;

		width:75%;

		}







/* Hand */

#hand-extra-bg > div{

	position:absolute;

	left:50%;

	z-index:10;

	pointer-events:none;

	}

	#hand-extra-bg #first-part {
		background:url(images/the-ball.png) no-repeat 0 0;
		width:190px;
		height:151px;
		margin-left:-24px;
		top:433px;
		}

	#hand-extra-bg #second-part {
display:none;
		background:url(images/muldoon-flowers2.png) no-repeat 0 0;

		width:199px;

		height:164px;

		margin-left:273px;

		top:578px;

		}

	#hand-extra-bg #third-part {
display:none;
		background:url(images/hand-bottom.png) no-repeat 0 0;

		width:185px;

		height:191px;

		margin-left:359px;

		top:676px;

		}









/* Scroller

---------------------------------------- */

#scroller {

	overflow: hidden;

	clear: left;

	margin: 0 auto;

	padding: 10px 0;

	position: relative;

	height: 300px;

	background:url(images/loading.gif) no-repeat 50% 50%;

}

	ul.hidden {

		display:none;

	}



	#scroller .ui-tabs-hide { display: block; }	



	#scroller .scroll_container { margin: 0; 	visibility: hidden; }

	#scroller div.item { float: left; margin-right: 10px; }

	#scroller div.item a { display: block; }

	#scroller div.item a img { display: block; }

	#scroller div.item .item-overflow { overflow: hidden; position: relative }	



/* Thumbnail Scroller */

#scroller_thumbnails { 

	margin: 0 auto;

	padding: 0 40px 27px 42px;

	position: relative;

	visibility: hidden;

	}

	#scroller_thumbnails ul { 

		margin: 0;

		padding:0;

		list-style-type:none;

		position:relative;

		z-index:12;

		}

	

	#scroller_thumbnails li { 

		float: left; 

		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);	

		padding:0;

		margin:0 10px 0 0;

		position:relative;

		border:none;

		background:none;

	}

		#scroller_thumbnails li span.thumb-border {

			display:block;

			width:78px;

			height:101px;

			position:absolute;

			left:0;

			top:0;

			z-index:9;

			background:url(images/thumb-item-border.png) no-repeat 0 0;

			display:none;

			}

		#scroller_thumbnails li:hover span.thumb-border {

			display:block;

			}

		#scroller_thumbnails li.current span.thumb-border {

			display:block;

			}

		#scroller_thumbnails li img { display: block; }

		#scroller_thumbnails li:last-child { margin-right: 0; }

	

	#scroller_thumbnails .scroll-buttons { 

		position: absolute;

		top: 50%;

		margin-top: -27px;

		display: block;

		width: 15px;

		height: 26px;

		text-indent: -999em;

		background:url(images/scroller-nav.png) no-repeat 0 0;

		z-index:11;

		}

	#scroller_thumbnails .next { right: 0; background-position:-15px 0; }

	#scroller_thumbnails .prev { left: 0; }

	#scroller_thumbnails .next:hover {

		background-position:-15px -26px;

		}

	#scroller_thumbnails .prev:hover {

		background-position:0 -26px;

		}

	



/* Image slider */

#slider { 

	position: relative;

	height: 4px;

	margin: 0 auto;

	visibility: hidden;

	background:#64605c;

	background:rgba(0, 0, 0, .5);

	}

	

	#slider .ui-slider-handle { 

		position: absolute;

		display: block;

		width: 84px;

		height: 27px;

		top: -13px;

		margin-left: -39px;

		background:url(images/slide-handle.png) no-repeat 0 0;

		}

	#slider .ui-handle-helper-parent { 

		position: relative;

		width: 100%;

		height: 100%;

		margin: 0 auto;

	}



/** Item Caption for Images */

.item-caption { 

	position: absolute;

	bottom: 0;

	left: 20px; 

	right: 20px;

	padding: 10px; 

	line-height: 18px;

	opacity: 0;

	color:#6b6866;

}

	.item-caption h5 {

		color:#fff;

		}



	span.image-border {

		display:none;

		}

	#scroller div.item span.image-border {

		display:block;

		width:310px;

		height:470px;

		background:url(images/item-border.png) no-repeat 0 0;

		position:absolute;

		left:0;

		top:0;

		z-index:9;

		}

#scroller div.item.ui-tabs-hide span.image-border {

	display:none;

	}



#scroller div.photo a {

	background:url(images/magnifier.png) no-repeat 50% 50% #000;

	cursor:pointer;

	}



#scroller_thumbnails li { background: #fff; }

#scroller_thumbnails li img { }



#scroller_thumbnails li.current {

	box-shadow:3px 5px 4px rgba(0, 0, 0, .3);

	-moz-box-shadow:3px 5px 4px rgba(0, 0, 0, .3);

	-webkit-box-shadow:3px 5px 4px rgba(0, 0, 0, .3);

	}



.scroll-bar-wrap {

	margin-bottom:100px;

	}











/* Navigations

---------------------------------------- */



/* Primary navigation */

nav.primary {

	position:relative;

	z-index:2;

}



/* Essential styles for dropdown menu */

.sf-menu, .sf-menu * {

	margin:			0;

	padding:		0;

	list-style:		none;

}

.sf-menu {

	line-height:	1.0;

}

.sf-menu ul {

	position:		absolute;

	top:			-999em;

	width:			100%; /* left offset of submenus need to match (see below) */

}

.sf-menu ul li {

	width:			100%;

}

.sf-menu li:hover {

	visibility:		inherit; /* fixes IE7 'sticky bug' */

}

.sf-menu li {

	/*float:			left;*/

	position:		relative;

}

.sf-menu a {

	display:		block;

	position:		relative;

}

.sf-menu li:hover ul,

.sf-menu li.sfHover ul {

	left:			2px;

	top:			39px; /* match top ul list item height */

	z-index:		99;

}

ul.sf-menu li:hover li ul,

ul.sf-menu li.sfHover li ul {

	top:			-999em;

}

ul.sf-menu li li:hover ul,

ul.sf-menu li li.sfHover ul {

	left:			100%; /* match ul width */

	top:			0;

	margin-left:1px;

}

ul.sf-menu li li:hover li ul,

ul.sf-menu li li.sfHover li ul {

	top:			-999em;

}

ul.sf-menu li li li:hover ul,

ul.sf-menu li li li.sfHover ul {

	left:			100%; /* match ul width */

	top:			0;

}





/* Our skin for dropdown menu */

.sf-menu {

	max-width:760px;

	margin-top:60px;

	float:			right;

}

.sf-menu a {

	text-decoration:none;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size:16px;

	color:#a19995;

	text-transform:uppercase;

	background:#242223;

	padding:0 11px 0 11px;

	border-radius:5px;

	-moz-border-radius:5px;

	-webkit-border-radius:5px;

	padding:11px;

}



.no-borderradius .sf-menu a {

	background:url(images/sf-right.png) no-repeat 100% 0;

	padding-left:6px;

	}

.no-borderradius .sf-menu li {

	padding-left:6px;

	background:url(images/sf-left.png) no-repeat 0 0;

	}

.no-borderradius .sf-menu > li {

	margin-left:2px;

	}

	.no-borderradius .sf-menu > li > a {

		margin-left:0;

		}

	.no-borderradius .sf-menu > li:hover > a,

	.no-borderradius .sf-menu > li.sfHover > a,

	.no-borderradius .sf-menu > li.current-menu-item > a{

		background:url(images/sf-right-hover.png) no-repeat 100% 0;

		}

	.no-borderradius .sf-menu > li:hover,

	.no-borderradius .sf-menu > li.sfHover,

	.no-borderradius .sf-menu > li.current-menu-item {

		background:url(images/sf-left-hover.png) no-repeat 0 0;

		}

	

	.no-borderradius .sf-menu ul {

		margin-left:-4px;

		}

		

		

.sf-menu li {

	margin-bottom:1px;

}

	.sf-menu > li > a {

		font-size:20px;

		padding:9px 11px;

		margin-left:2px;

		}

	.boxshadow .sf-menu > li > a {

		box-shadow:4px 2px 4px rgba(0, 0, 0, .1);

		-moz-box-shadow:4px 2px 4px rgba(0, 0, 0, .1);

		-webkit-box-shadow:4px 2px 4px rgba(0, 0, 0, .1);

		}

	

	.sf-menu > li > a:hover,

	.sf-menu > li.sfHover > a,

	.sf-menu > li.current-menu-item > a{

		background-color:#FFF;

		background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dbd8d4)); /* Saf4+, Chrome */

		background-image: -webkit-linear-gradient(top, #ffffff, #dbd8d4); /* Chrome 10+, Saf5.1+ */

		background-image:    -moz-linear-gradient(top, #ffffff, #dbd8d4); /* FF3.6 */

		background-image:     -ms-linear-gradient(top, #ffffff, #dbd8d4); /* IE10 */

		background-image:      -o-linear-gradient(top, #ffffff, #dbd8d4); /* Opera 11.10+ */

		background-image:         linear-gradient(top, #ffffff, #dbd8d4);

		}

.sf-menu li li {

	font-weight:bold;

}

.no-borderradius .sf-menu li li {

	padding-left:6px;

	}

.sf-menu li li > a:hover,

.sf-menu li li.sfHover > a,

.sf-menu li li.current-menu-item > a{

	color:#fff;

	}

.sf-menu li:hover, .sf-menu li.sfHover,

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current-menu-item > a {

	outline:		0;

}



/*** arrows **/

.sf-menu a.sf-with-ul {

	padding-right: 	31px;

	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */

}

.sf-sub-indicator {

	position:		absolute;

	display:		block;

	right:			12px;

	top:			17px;

	width:			12px;

	height:			6px;

	text-indent: 	-999em;

	overflow:		hidden;

	background:url(images/sf_arrow.png) no-repeat 0 -6px;

}

.sf-menu > li.current-menu-item .sf-sub-indicator,

.sf-menu > li.sfHover .sf-sub-indicator{

	background-position:0 0;

	}



/*** shadows for all but IE6 ***/

.sf-shadow ul {

	background:	url(images/shadow.png) no-repeat bottom right;

	padding: 0 8px 9px 0;

	-moz-border-radius-bottomleft: 17px;

	-moz-border-radius-topright: 17px;

	-webkit-border-top-right-radius: 17px;

	-webkit-border-bottom-left-radius: 17px;

}

.sf-shadow ul.sf-shadow-off {

	background: transparent;

}









/* Top search */

#top-search {

	position:absolute;

	right:0;

	top:15px;

	}

	#top-search .input-search {

		width:160px;

		margin-right:10px;

		}

	#top-search #submit {

		width:50px;

		cursor:pointer;

		padding-left:0;

		padding-right:0;

		}











/* Content

---------------------------------------- */

.primary_content_wrap {

	position:relative;

	z-index:1;

	}

	#main-holder {

		background:#fff;

		background:rgba(255, 255, 255, .40);

		padding:35px 0 45px 0;
		
		font-size:18pt;
		
		line-height:30px;
		
		color:black;


		}

	.no-rgba #main-holder {

		background:url(images/main-holder-bg.png);

		}

	

#content {

	

}

#content.left {

	float:right !important;

	}

	#content.left.prefix_1 {

		padding-left:0 !important;

		padding-right:40px !important;

		}

	#content .indent {

		padding:0 30px 0 0;

		}





/* Page */

.page {

	

	}

	#page-content {

		

	}

	#page-meta {

		

	}









/* Comments

---------------------------------------- */

h3#comments {

	padding-top:25px;

	}

.commentlist {

	list-style-type:none;

	padding:0;

	margin:0;

	}

	li.comment {

		list-style-type:none;

		overflow:hidden;

	}

		.odd {

			

		}

		.even {

			

		}

			li.comment .comment-body {

				padding:10px 10px 25px 60px;

				position:relative;

				zoom:1;

				background:#fff;

				border:1px solid #eee;

				margin-bottom:20px;

				box-shadow:2px 2px 3px rgba(0, 0, 0, .05);

				-moz-box-shadow:2px 2px 3px rgba(0, 0, 0, .05);

				-webkit-box-shadow:2px 2px 3px rgba(0, 0, 0, .05);

				margin-right:5px;

				}

		.author-comment {

			

		}

		.comment-author {

			padding:.5em 0 1em 0;

			}

		.comment-text {

			

		}

		.comment-meta {

			font-size:11px;

			color:#999;

			position:absolute;

			right:20px;

			top:15px;

		}

			li.comment .avatar {

				float:none;

				margin:0;

				position:absolute;

				left:10px;

				top:10px;

				padding:1px;

				border:1px solid #dbdbdb;

				vertical-align:top;

				overflow:hidden;

				}

				li.comment .avatar {

					display:block;

					vertical-align:top;

					overflow:hidden;

					}

				

				.commentlist ul.children {

					margin:20px 0 0 30px;

					}

					.commentlist ul.children li.comment {

						

						}

				

				.reply {

					position:absolute;

					right:20px;

					bottom:15px;

					}

					.reply a {

						display:inline-block;

						background:#000;

						padding:3px 8px;

						color:#fff;

						text-decoration:none;

						}

					.reply a:hover {

						background:#666;

						}

				

				

		.waiting-for-approval {

			

		}

	#trackbacks {

		

	}

		li.trackback {

			

		}

	p#no-comments {

		

	}

	#comments-form {

		

	}

	

	.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;

			}

		#respond {

			padding:1em 0 0 0;

		}

		.cancel-comment-reply {

			

		}











/* Post

---------------------------------------- */

.post {

	

}

	.postContent {

		

	}

	.post-excerpt {

		

	}





article {

	margin-bottom:40px;

	width:100%;

	position:relative;

	clear:both;

	overflow:hidden;

	}



/* Post header */

article header h2 {

	margin-bottom:.65em;

	text-transform:uppercase;

	}

	article header h2 a {

		color:#000;

		text-decoration:none;

		}

	article header h2 a:hover {

		color:#6d6d6d;

		}

article.single-post {

	margin-bottom:30px;

	overflow:hidden;

	width:100%;

	}



/* Featured thumbnail */

.featured-thumbnail {

	float:left;

	margin:5px 20px 10px 0;

}

	.featured-thumbnail .img-wrap {

		float:left;

		

		}

	.featured-thumbnail .img-wrap:hover {

		background:#333;

		border-color:#333;

		}

	.featured-thumbnail.no-hover .img-wrap:hover {

		background:#f6f6f6 !important;

		}

		.featured-thumbnail img {

			float:left;

			}

	

	/* Small thumbnail */

	.featured-thumbnail.small img {

		padding:4px;

		}

	

	/* Large thumbnail */

	.featured-thumbnail.large {

		margin-right:0;

		float:none;

		overflow:hidden;

		margin-bottom:1.5em;

		}

	.featured-thumbnail.large .img-wrap {

		float:none;

		}

	.featured-thumbnail.large img {

		width:100%;

		height:auto;

		}

	.f-thumb-wrap {

		overflow:hidden;

		width:100%;

		height:249px;

		}



/* Post content */

.post-content {

	

}

	.post-content .excerpt {

		margin-bottom:1em;

		}

	.pagination {

		

	}

		.pagination a {

			display:inline-block;

			padding:0 5px;

			background:#eee;

			}



/* Post footer */

article footer {

	clear:both;

	padding:5px 0 0 0;

	overflow:hidden;

	width:100%;

	}

	article footer span.comment-link {

		display:inline-block;

		background:url(images/icon-comment.png) no-repeat 0 2px;

		padding:0 0 4px 35px;

		}

article.single-post footer {

	margin-top:20px;

	}

		



/* Meta information for post */

.post-meta {

	border-top:1px solid #e0e0df;

	border-top:1px solid rgba(0, 0, 0, .1);

	padding:10px 0 9px 0;

	width:100%;

	overflow:hidden;

	margin-bottom:1em;

	}

	.post-meta span.date {

		display:inline-block;

		background:url(images/icon-date.png) no-repeat 0 0;

		padding:0 35px 0 24px;

		}

	.post-meta span.author {

		display:inline-block;

		background:url(images/icon-author.png) no-repeat 0 0;

		padding:0 0 0 24px;

		font-style:italic;

		}

		.post-meta span.author a {

			text-decoration:none;

			}

		.post-meta span.author a:hover {

			text-decoration:underline;

			}

	

	.post-navigation {

		

	}

	

p.gravatar {

	float:left;

	margin-right:20px;

	}





/* Post edit link */

.post-edit-link {

	display:block;

	position:absolute;

	right:0;

	top:0;

	padding:2px 7px;

	background:#000;

	color:#fff;

	font-size:10px;

	text-transform:uppercase;

	text-decoration:none;

	border-radius:3px;

	}

.post-edit-link:hover {

	background:#666;

	}





/* Image styling */

.alignleft {

	float:left;

	margin:0 20px 10px 0;

	padding:7px;

	background:#fff;

	border:1px solid #dbdbdb;

	}

.alignright {

	float:right;

	margin:0 0 10px 20px;

	padding:7px;

	background:#fff;

	border:1px solid #dbdbdb;

	}

.aligncenter {

	text-align:center;

	margin:0 auto;

	padding:7px;

	background:#fff;

	border:1px solid #dbdbdb;

	}

.alignnone {

	margin:0 0 10px 0;

	padding:7px;

	background:#fff;

	border:1px solid #dbdbdb;

	}

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 (wp-pagenavi) */

.wp-pagenavi {

	clear: both;

}

.wp-pagenavi a, .wp-pagenavi span {

	text-decoration: none;

	padding: 5px 6px;

	margin: 2px;

	background:#d8d8d8;

}

.wp-pagenavi a:hover, .wp-pagenavi span.current {

	background:#2c2c2c;

	color:#fff;

}

.wp-pagenavi span.current {

	font-weight: bold;

}

.wp-pagenavi .pages {

	float:right;

	border:none;

	color:#999;

	background:none;

	}





/* Older and newer navigation */

nav.oldernewer {

	width:100%;

	overflow:hidden;

	margin-bottom:1.5em;

}

	.older {

		float:left;

	}

	.newer {

		float:right;

	}







/* Author

---------------------------------------- */

#post-author {

	overflow:hidden;

	border:1px solid #dbdbdb;

	padding:20px;

	margin-bottom:2em;

	background:#fff;

	box-shadow:2px 2px 3px rgba(0, 0, 0, .05);

	-moz-box-shadow:2px 2px 3px rgba(0, 0, 0, .05);

	-webkit-box-shadow:2px 2px 3px rgba(0, 0, 0, .05);

	}

#author-link {

	margin-top:1.5em;

	}

	#post-author .gravatar {

		margin:0 20px 0 0;

		}

	#post-author .gravatar img {

		background:#fff;

		border:1px solid #dbdbdb;

		padding:5px;

		}

#author-description {

	

	}



/* Recent author posts */

#recent-author-posts {

	margin-bottom:3em;

}



/* Recent author comments */

#recent-author-comments {

	

}



.author-info {

	width:100%;

	overflow:hidden;

	margin-bottom:3em;

	padding-bottom:2em;

	border-bottom:1px solid #eee;

}

	.author-info .avatar {

		margin:0 20px 0 0;

		}

		.author-info .avatar img {

			float:left;

			background:#fff;

			padding:7px;

			border:1px solid #dbdbdb;

			}



.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:#999;

		}

	#error404 hgroup {

		margin:0 0 2em 0;

		padding-top:50px;

		}

		#error404 hgroup h1 {

			font-size:3em;

			margin-bottom:.2em;

			}











/* Portfolio

---------------------------------------- */

.latestwork {

	width:100%;

	overflow:hidden;

	list-style-type:none;

	padding:0;

	margin:0;

	}

	.latestwork li {

		float:left;

		margin-right:20px;

		}





/* Gallery */

.header-title {

	margin-bottom:2.5em;

	}

	.header-title h1 {

		margin-bottom:.1em;

		}

	.header-title .page-desc {

		font-size:.91em;

		color:#999;

		}







/* Default layout 3 columns */

#gallery {

	

	}

	#gallery .portfolio {

		width:100%;

		overflow:hidden;

		list-style-type:none;

		padding:0;

		margin:0;

		}

		#gallery .portfolio li {

			display:-moz-inline-box;

			display:inline-block;

			zoom:1;

			vertical-align:top; 

			width:280px;

			margin:0 15px 50px 0;

			position:relative;

			}

		* + html #gallery .portfolio li {

			display:inline;

			}

		#gallery .portfolio li.nomargin {

			margin-right:0 !important;

			}

			#gallery .portfolio li span.image-border {

				display:block;

				border:1px solid #e3e3e3;

				border:1px solid rgba(0, 0, 0, .1);

				height:160px;

				width:280px;

				position:relative;

				}

			#gallery .portfolio li a.image-wrap {

				display:block;

				padding:4px;

				border:1px solid #fff;

				overflow:hidden;

				width:270px;

				height:150px;

				position:relative;

				background:#f5f5f5 url(images/loading-folio.gif) 50% 50% no-repeat;

				-webkit-transition: all .3s ease-in-out;

				-moz-transition: all .3s ease-in-out;

				-o-transition: all .3s ease-in-out;

				}

			#gallery .portfolio li a.image-wrap:hover {

				background-color:#000;

				background-image:none;

				}

				#gallery .portfolio li a.image-wrap:hover img {

					opacity:.5;

					}

				#gallery .portfolio li span.image-holder {

					display:block;

					width:270px;

					height:150px;

					overflow:hidden;

					}

			#gallery .portfolio li a.image-wrap:hover {

				

				}

				#gallery .portfolio li a.image-wrap img {

					float:left;

					}

			

			#gallery .portfolio .folio-desc {

				margin-bottom:0;

				padding:1.5em 0 0 0;

				}

				#gallery .portfolio .folio-desc h3 a {

					text-transform:uppercase;

					text-decoration:none;

					color:#000;

					}

				#gallery .portfolio .folio-desc h3 a:hover {

					color:#6d6d6d;

					}

			#gallery .portfolio p.excerpt {

				padding:0;

				}

			

			.zoom-icon {

				display:block;

				position:absolute;

				left:50%;

				top:50%;

				margin-left:-46px;

				margin-top:-46px;

				width:92px;

				height:92px;

				background:url(images/magnifier.png) 50% 50% no-repeat;

				cursor:pointer;

				-webkit-transition: all .3s ease-in-out;

				-moz-transition: all .3s ease-in-out;

				-o-transition: all .3s ease-in-out;

				opacity:0;

				}

			.no-opacity .zoom-icon {

				display:none;

				}

			#gallery .portfolio li a.image-wrap:hover .zoom-icon {

				opacity:1;

				}

			.no-opacity #gallery .portfolio li a.image-wrap:hover .zoom-icon {

				display:block;

				}





/* 1 column portfolio*/

#gallery.one_column .portfolio li {

	width:100%;

	margin-right:0;

	margin-left:0;

	}

	#gallery.one_column .portfolio li span.image-border {

		width:610px;

		height:310px;

		float:left;

		}

	#gallery.one_column .portfolio li a.image-wrap {

		width:600px;

		height:300px;

		}

		#gallery.one_column .folio-desc {

			float:left;

			margin:0 0 0 20px;

			overflow:hidden;

			width:240px;

			line-height:1.5em;

			}

		#gallery.one_column header {

			margin-bottom:1.5em;

			}

		#gallery.one_column header h2 {

			margin-bottom:.1em;

			}

			#gallery.one_column header h2 a {

				text-decoration:none;

				color:#000;

				}

			#gallery.one_column header h2 a:hover {

				color:#6d6d6d;

				}

			#gallery.one_column header time {

				font-size:11px;

				color:#999;

				}

	#gallery.one_column .portfolio li .hr {

		margin:0 0 50px 0;

		}

	#gallery.one_column .portfolio li:first-child .hr {

		display:none;

		}





/* 2 columns portfolio*/

#gallery.two_columns .portfolio li {

	width:420px;

	margin-right:25px;

	}

	#gallery.two_columns .portfolio li span.image-border {

		width:420px;

		height:250px;

		}

	#gallery.two_columns .portfolio li a.image-wrap {

		width:410px;

		height:240px;

		}

	#gallery.two_columns .portfolio li span.image-holder {

		display:block;

		width:410px;

		height:240px;

		overflow:hidden;

		}



/* 4 columns portfolio*/

#gallery.four_columns .portfolio li {

	width:210px;

	margin-right:9px;

	}

	#gallery.four_columns .portfolio li span.image-border {

		width:210px;

		height:130px;

		}

	#gallery.four_columns .portfolio li a.image-wrap {

		width:200px;

		height:120px;

		}















/* Sidebar

---------------------------------------- */

#sidebar {

	

}

	#widget-sidebar {

		

	}

		.widget {

			margin-bottom:25px;

		}

			.widget ul {

				border-top:1px solid #d8d8d8;

				border-top:1px solid rgba(0, 0, 0, .1);

				list-style-type:none;

				padding:0;

				margin:0;

				}

				.widget ul li {

					border-bottom:1px solid #d8d8d8;

					border-bottom:1px solid rgba(0, 0, 0, .1);

					padding:8px 0 8px 0;

					}

					.widget ul li a {

						color:#6d6d6d;

						text-decoration:none;

						}

					.widget ul li a:hover {

						color:#242424;

						text-decoration:none;

						}

			.widget ul ul {

				padding:0 0 0 20px;

				margin:0 0 -8px 0;

				border:none;

				}

				.widget ul ul li {

					border-bottom:none;

					border-top:1px solid #d8d8d8;

					}

				.widget ul ul > li:first-child {

					border-top:none;

					}

		.widget h3 {

			font-size:21px;

			color:#000;

			font-weight:normal;

			margin-bottom:1em;

			text-transform:uppercase;

			}

		

		ul.children {

			margin:0 0 0 20px;

			}



/* Calendar */

#calendar_wrap {

	padding:0;

	}

	#wp-calendar {

		width:100%;

		}

		#wp-calendar caption {

			text-align:center;

			}

		#wp-calendar td {

			text-align:center;

			padding:6px 0;

			border:none;

			}

		#wp-calendar caption {

			font-size:16px;

			color:#000;

			font-weight:bold;

			padding:4px 0;

			margin-bottom:5px;

			}

		#wp-calendar thead th {

			padding:7px 0;

			font-size:14px;

			color:#000;

			text-align:center;

			}

		#wp-calendar #prev {

			text-align:left;

			}

		#wp-calendar #next {

			text-align:right;

			}



/* Tag Cloud */

.tagcloud {

	text-align:center;

	}

	.tagcloud a {

		text-decoration:none;

		line-height:normal;

		}

	.tagcloud a:hover {

		color:#000;

		}





/* Custom widgets

---------------------------------------- */



/* Posts Type widget */

.post_list {

	list-style-type:none;

	padding:0;

	margin:0;

	}

	.post_list li {

		overflow:hidden;

		padding-top:1.5em;

		padding-bottom:1.5em;

		border-top:1px solid #dbdbdb;

		}

	.post_list li:first-child {

		border:none;

		padding-top:0;

		}

		.post_list li img {

			float:left;

			margin:0 15px 10px 0;

			}



/* Popular posts */

.popular-posts-holder {

	width:196px;

	overflow:hidden;

	position:relative;

	}

.popular-posts {

	list-style-type:none;

	padding:0;

	margin:0;

	overflow:hidden;

	width:196px;

	border:none !important;

	}

	.popular-posts li {

		float:left;

		margin:0 6px 6px 0;

		padding:0 !important;

		border:none !important;

		width:92px;

		height:120px;

		background:#2c2c2c;

		-webkit-transition: all .2s ease-in-out;

		-moz-transition: all .2s ease-in-out;

		-o-transition: all .2s ease-in-out;

		box-shadow:3px 4px 3px rgba(0, 0, 0, .2);

		-moz-box-shadow:3px 4px 3px rgba(0, 0, 0, .2);

		-webkit-box-shadow:3px 4px 3px rgba(0, 0, 0, .2);

		

		}

	.popular-posts li:hover {

		box-shadow:none;

		-moz-box-shadow:none;

		-webkit-box-shadow:none;

		}

		.popular-posts li .post-thumb {

			width:92px;

			height:120px;

			overflow:hidden;

			}

			.popular-posts li .post-thumb span.thumb-holder {

				display:block;

				width:92px;

				height:120px;

				}

		.popular-posts li .post-thumb.empty-thumb {

			background:url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;

			}







/* Post Cycle */

.post_cycle {

	padding:0;

	margin:0;

	}

#post-cycle .cycle_item {

	display:none;

	}

#post-cycle .cycle_item:first {

	display:block;

	}





/* Folio Cycle */

.folio_cycle {

	list-style-type:none;

	padding:0;

	margin:0;

	width:100%;

	overflow:hidden;

	}

	.folio_cycle .folio_item {

		overflow:hidden;

		display:none;

		}

	.folio_cycle .folio_item:first {

		display:block;

		}

		.folio_cycle .folio_item figure.thumbnail {

			width:270px;

			overflow:hidden;

			}

#folio-controls {

	text-align:center;

	overflow:hidden;

	}

	#folio-controls ul {

		list-style-type:none;

		margin:0;

		padding:0;

		}

		#folio-controls ul li {

			padding:0 5px 0 0;

			display:inline;

			}

			#folio-controls ul li a {

				display:inline-block;

				text-decoration:none;

				width:8px;

				height:8px;

				background:#000;

				font-size:0;

				line-height:0;

				}

			#folio-controls ul li a:hover {

				background:#999;

				}







/* Testimonials */

.testimonials {

	padding:0;

	margin:0;

	}

	.testimonials div.testi_item {

		background:#fff;

		padding:1.5em 1.5em 2.5em 1.5em;

		margin-bottom:2em;

		margin-right:5px;

		background:url(images/quotes.png) no-repeat 10px 10px #f3f3f3;

		border:1px solid #dbdbdb;

		border:1px solid rgba(0, 0, 0, .05);

		box-shadow:2px 2px 2px rgba(0, 0, 0, .05);

		-moz-box-shadow:2px 2px 2px rgba(0, 0, 0, .05);

		-webkit-box-shadow:2px 2px 2px rgba(0, 0, 0, .05);

		}

		.name-testi {

			text-align:right;

			font-weight:bold;

			display:block;

			color:#333;

			font-family:Arial, Helvetica, sans-serif;

			}

			.name-testi a {

				font-weight:normal;

				}

		.testimonials .thumb {

			float:left;

			margin-right:20px;

			}

		.testimonials div.testi_item blockquote {

			border:none;

			padding:15px 0 15px 30px;

			margin:0;

			}

			.testimonials div.testi_item blockquote a {

				text-decoration:none;

				color:#888;

				display:block;

				}

			.testimonials div.testi_item blockquote a:hover {

				color:#333;

				}



/* Misc for Cycle widgets */

#testi-cycle .testi_item {

	display:none;

	}

#testi-cycle .testi_item:first {

	display:block;

	}

#testi-controls {

	text-align:center;

	overflow:hidden;

	}

	#testi-controls ul {

		list-style-type:none;

		margin:0;

		padding:0;

		}

		#testi-controls ul li {

			padding:0;

			margin:0 2px 0 0;

			display:inline-block;

			}

		* + html #testi-controls ul li {

			display:inline;

			zoom:1;

			}



/* Testimonials Shortcode */

.latest-testi {

	overflow:hidden;

	width:100%;

	}

	.latest-testi div.testi_item {

		float:left;

		width:232px;

		margin-left:20px;

		margin-bottom:10px;

		}

	.latest-testi div.testi_item:first-child {

		margin-left:0;

		}







/* Testimonials

---------------------------------------- */



/* Testimonials list */

article.testimonial {

	border:1px solid #eee;

	padding:30px 30px 30px 235px;

	width:auto;

	background:url(images/quotes.png) no-repeat 170px 20px;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-style:italic;

	font-size:17px;

	line-height:1.4em;

	font-weight:normal;

	color:#87929f;

	margin-bottom:35px;

	}

	article.testimonial .testi-pic {

		position:absolute;

		left:20px;

		top:20px;

		}

	article.testimonial .name-testi {

		display:block;

		text-align:right;

		font-style:normal;

		color:#222c36;

		font-size:13px;

		font-family:Arial, Helvetica, sans-serif;

		line-height:1.2em;

		}

		article.testimonial .name-testi a {

			text-decoration:none;

			}

		article.testimonial .name-testi a:hover {

			text-decoration:underline;

			}





/* Single Testimonial */

blockquote.testi-single {

	font-family:Georgia, "Times New Roman", Times, serif;

	border:1px solid #eee;

	padding:30px 30px 30px 235px;

	width:auto;

	background:url(images/quotes.png) no-repeat 170px 20px #fff;

	font-size:1.83em;

	line-height:1.4em;

	font-style:italic;

	margin:0;

	position:relative;

	box-shadow:2px 2px 2px rgba(0, 0, 0, .05);

	-moz-box-shadow:2px 2px 2px rgba(0, 0, 0, .05);

	-webkit-box-shadow:2px 2px 2px rgba(0, 0, 0, .05);

	}

	blockquote.testi-single p {

		margin:0 0 1em 0;

		padding:0;

		}

		.testi-pic {

			position:absolute;

			left:20px;

			top:20px;

			}

			.testi-pic img {

				padding:7px;

				background:#fff;

				border:1px solid #dbdbdb;

				}

			blockquote.testi-single .name-testi {

				font-style:normal;

				font-size:15px;

				line-height:1.2em;

				}











/* Shortcodes

---------------------------------------- */



/* Recent Posts */

.recent-posts {

	margin:0;

	padding:0;

	width:100%;

	overflow:hidden;

	border:none;

	}

	.recent-posts li {

		margin:0 0 20px 0;

		padding:0;

		border:none;

		}

		.recent-posts li img.thumb {

			float:left;

			margin:0 20px 0 0;

			}

		.recent-posts li h5 {

			font-size:1em;

			margin-bottom:0;

			}

		.recent-posts li .excerpt {

			margin-bottom:1.5em;

			}

		.recent-posts li span.meta {

			display:block;

			margin-bottom:.5em;

			font-size:10px;

			color:#888;

			text-transform:uppercase;

			}









/* Tags */

.tags-cloud a {

	display:inline-block;

	background:#e0e0e0;

	padding:1px 7px;

	border:1px solid #bdbdbd;

	border-radius:3px;

	text-decoration:none;

	color:#838383;

	}

.tags-cloud a:hover {

	background:#eee;

	}





/* 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 {

	padding:50px 0 50px 0;

	color:#DEFFD1;

}

	#footer a {

		text-decoration:none;

		color:#DEFFD1;

		}

	#footer a:hover {

		text-decoration:underline;

		}

	/* Copyright */

	.copyright {

		float:right;
		padding-top:40px;

		}

	

	/* Footer navigation */

	nav.footer {

		float:left;
		font-size:18px;
		font-weight:bold;

	}

		nav.footer ul {

			margin:0;

			padding:0;

			list-style-type:none;

			}

			nav.footer ul li {

				list-style-type:none;

				float:left;

				padding:0 15px 0 0;

				margin:0;

				}







/* Misc

---------------------------------------- */

.button {

	display:inline-block;

	padding:7px 15px;

	background:#000;

	color:#fff;

	text-decoration:none;

	border-radius:4px;

	-moz-border-radius:4px;

	-webkit-border-radius:4px;

	}

.button:hover {

	background:#999;

	}



.link {

	background:url(images/rarr.gif) no-repeat 100% 5px;

	padding:0 11px 0 0;

	font-weight:bold;

	text-decoration:none;

	font-weight:bold;

	color:#000;

	}

.link:hover {

	text-decoration:underline;

	}

.no-results {

	

}



/* 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 ~ br {

	display:none;

	}



.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));

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');

	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;

	}



.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;

	font-size:4em;

	line-height:1em;

	margin:0 10px 0 0;

	text-transform:uppercase;

	}



.widget-area {

	

}



.hr {

	height:1px;

	background:#d8d8d8;

	overflow:hidden;

	font-size:0;

	line-height:0;

	margin:30px 5px;

	max-width:860px;

	}

.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {

	

	} 



/* Address */

.address {

	overflow:hidden;

	width:100%;

	margin:0;

	padding:0;

	}

.address dt {

	float:left;

	width:155px;

	margin-right:5px;

	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:right;

	width:195px;

	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;

			}

	.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;

			}





/* EasyTooltip */

#easyTooltip{

	padding:3px 8px;

	background:#000;

	color:#fff;

	font-size:10px;

	z-index:9999;

	}





/* 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:1em;

	vertical-align:middle;

	font-weight:normal;

	border:1px solid #dbdbdb;

	box-shadow:inset 0 0 9px rgba(0, 0, 0, .1);

	-moz-box-shadow:inset 0 0 9px rgba(0, 0, 0, .1);

	-webkit-box-shadow:inset 0 0 9px rgba(0, 0, 0, .1);

	outline:none;

}

input[type="text"], textarea {

	background:#f3f3f3;

	border:1px solid #e5e5e5;

	padding:6px 0 6px 5px;

	box-shadow:inset 0 0 9px rgba(0, 0, 0, .1);

	-moz-box-shadow:inset 0 0 9px rgba(0, 0, 0, .1);

	-webkit-box-shadow:inset 0 0 9px rgba(0, 0, 0, .1);

	}

input[type="submit"], input[type="reset"] {

	position:;

	display:inline-block;

	padding:0 19px;

	line-height:31px;

	background:#000;

	color:#fff;

	font-weight:bold;

	text-decoration:none;

	font-size:12px;

	border:none;

	height:31px;

	cursor:pointer;

	margin-right:4px;

	border-radius:4px;

	-moz-border-radius:4px;

	-webkit-border-radius:4px;
	}

input[type="submit"]:hover, input[type="reset"]:hover {

	background-color: #d1d1d1;

	color:#000;

	}





/* Comment form */

#commentform {

	

	}

	#commentform p.field {

		margin-bottom:5px;

		}

		#commentform small {

			color:#8b8b8b;

			}

	#commentform label {

		display:block;

		}

	#commentform input[type=text] {

		width:250px;

		padding:6px;

		}

	#commentform textarea {

		width:460px;

		height:150px;

		padding:6px;

		overflow:auto;

		}

	#commentform #submit {

		background:#000;

		height:30px;

		line-height:30px;

		padding:0 10px;

		color:#fff;

		cursor:pointer;

		border:none;

		}

	#commentform #submit:hover {

		background:#bdbdbd;

		color:#000;

		}

	

	#commentform input[type=text]:hover,

	#commentform input[type=text]:focus,

	#commentform textarea:hover,

	#commentform textarea:focus {

		background:#f0f0f0;

		}









/* Contact form */

.wpcf7-form p.field {

	margin-bottom:9px;

/*	overflow:hidden; */hidd

	vertical-align:top;

	width:380px;

	position:relative;

	}

.wpcf7-form p.field label {

	float:left;

	width:79px;

	padding-top:6px;

	}

.wpcf7-form p.field input {

/*	float:left;*/

	padding:9px 5px 9px 10px;

	width:280px;

	border:1px solid #dbdbdb;

	color:#111;

	font-size:12px;

	}

	.wpcf7-form p.field small {

		color:red;

		}

.wpcf7-form textarea {

/*	float:left;*/

	width:280px;

	height:205px;

	background:#f3f3f3;

	font-size:1em;

	padding:9px 5px 9px 10px;

	border:1px solid #dbdbdb;

	overflow:auto;

	color:#111;

	font-size:12px;

	margin-bottom:5px;

	}

.wpcf7-form .submit-wrap {

	padding:0 0 0 0px;

	margin:0;

	}

	span.wpcf7-form-control-wrap {

		display:block;

		}

	.wpcf7-not-valid-tip {

		width:285px !important;

		position:absolute;

		left:79px !important;

		top:0 !important;

		padding:7px 0 6px 10px !important;

		background:#f3b7b7 !important;

		color:red !important;

		border:1px solid red !important;

		}











/* Sidebar search form */

#searchform {

	

	}

#searchform .searching {

	width:180px;

	margin-right:4px;

	}

#sidebar #searchform .searching {

	width:123px;

	}

	#searchform .submit {

		width:55px;

		cursor:pointer;

		padding-left:0;

		padding-right:0;

		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;

}


#dedicatedTxt {
	background-image:url(images/slogan.png);
	width:289px;
	height:117px;
	margin-left:-320px;
	top:210px;
	left:50%;
	position:absolute;
	display:none;
	
}

#withoutTxt {
	background-image:url(images/without.png);
	width:325px;
	margin-left:-300px;
	height:84px;
	position:absolute;
	top:430px;
	left:50%;
	display:none;
}

#socLinks {
	width:180px;
	right:50%;
	margin-right: -557px;
	top:20px;
	position:absolute;
	z-index:99999;
}


.wpcf7-form {
	font-size:13pt;
}


.pageButton {

	max-width:760px;

	margin-top:60px;
	
	text-align:center;

}

.pageButton a {

	text-decoration:none;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size:32px;

	color:#a19995;

	text-transform:uppercase;

	background:#242223;

	padding:0 11px 0 11px;

	border-radius:5px;

	-moz-border-radius:5px;

	-webkit-border-radius:5px;

	padding:11px;

}

.pageButton a:hover {
	background: #CCC;
	color:#000;
}


h5 {


	margin-top:60px;
	
	text-align:center;

}

h5 a {

	text-decoration:none;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size:32px;

	color:#a19995;

	text-transform:uppercase;

	background:#242223;

	padding:0 11px 0 11px;

	border-radius:5px;

	-moz-border-radius:5px;

	-webkit-border-radius:5px;

	padding:11px;

}

h5 a:hover {
	background: #CCC;
	color:#000;
}


/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#hand-extra-bg #first-part  { display:none; }
#hand-extra-bg #second-part  { display:none; }

}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
#hand-extra-bg #first-part  { display:none; }
#hand-extra-bg #second-part  { display:none; }
}

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