@charset utf-8;
/*--
	Theme Name: theme09
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.1+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/
@import url(http://fonts.googleapis.com/css?family=Oswald);
/* General
---------------------------------------- */
html,
body {min-width:960px; height:100%;}
body{
	background: url(images/bg-body.jpg) center top repeat fixed #1b1a1e;
	color: #565454;
	font: 11px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:relative;
}

#main {font-size:11px; background:url(images/content-shadow.png) center top repeat-y; min-height:100%;}

.container {
	width: 960px;
	margin: 0 auto;
	position:relative;
}

.content-box-inside {background:#28272b; border-bottom:1px solid #1f1e21;}

/* 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:221px;
	position:relative;
	z-index:99;
	background:none;
	margin:0px;
	padding:0px;
}
body.home #header {height:226px;}

.row-menu {
	width:100%;
	height:67px;
	position:relative;
	z-index:2;
	background:url(images/bg-row-menu.gif) 0 bottom repeat-x #1b1b1d;
}
.row-logo {
	width:100%;
	position:relative;
	z-index:1;
}
/* Logo */
.logo {
	position:relative;
	float:left;
	overflow:hidden;
	width:450px;
	margin:0;
	padding:57px 0 0px 40px;
}
	
	.logo h1,
	.logo h2 {
		font-size:60px;
		line-height:64px;
		margin-bottom:0;
		font-weight:normal;
		text-transform:uppercase;
		display:inline-block;
		float:left;
		color:#fff;
		/* for text-logo */
		/*margin:-10px 0 0px 0px;
		background:url(images/text-logo-bg.png) 100% 9px no-repeat;
		padding:0 20px 0 0;
		margin-right:15px;*/
	}
		.logo h1 a,
		.logo h2 a {
			color:#fff;
			text-decoration:none;
		}
.logo .tagline {
	font-size:24px;
	line-height:28px;
	color:#565454;
	text-transform:uppercase;
	width:178px;
	display:inline-block;
	float:left;
	margin:-5px 0 0px 0px;
	text-indent:-5000px;
}



/* Header widget */
#widget-header {
	position:absolute;
	left:460px;
	top:70px;
	z-index:1;
}
	.widget-header {}


/* Social Networks */
#widget-header .social-networks {
	list-style-type:none;
	padding:0;
	margin:0;
	border:none;
}
	#widget-header .social-networks li {
		float:left;
		border:none;
		padding:0;
		margin:0 0 0 5px;
		list-style-type:none;
		height:30px;
	}
		#widget-header .social-networks li a {
			text-decoration:none;
			float:left;
			height:30px;
			display:block;
		}
		#widget-header .social-networks li a:hover {color:red;}

/* EasyTooltip */
.tooltip {
	background: none repeat scroll 0 0 #d12107;
	border: 1px solid #fff;
	color: #fff;
	display: none;
	font-size: 11px;
	line-height:1.2em;
	margin: -70px 0 0px;
	padding: 5px;
	z-index:99;
}

/* Request a quote */
#widget_my_requestquotewidget {
	width:100%;
	overflow:hidden;
}
	
	.top-box {
		background:url(images/bg-box.gif) 0 0 repeat-x #19181b;
		border-top:1px solid #1b1a1d;
		border-left:1px solid #101012;
		border-right:1px solid #100f11;
		border-bottom:1px solid #000;
		padding:35px 20px 20px 28px;
		overflow:hidden;
		zoom:1;
		position:relative;
		min-height:42px;
	}
	.top-box p {
		font-size:24px;
		line-height:28px;
		letter-spacing:-1px;
		color:#fff;
		margin:0;
	}
	.box-button {
		position:absolute;
		right:27px;
		top:50%;
		margin-top:-18px;
	}
	.box-text {
		float:left;
		width:85%;
	}



/* ----------------------------------------
				Slider
---------------------------------------- */
#slider-wrapper {
	width:919px;
	height:601px;
	position:relative;
	background:none;
	margin:0 auto 35px;
}
.showcase-load {
    background: none;
    height: 601px;
    overflow: hidden;
    width: 919px;
}
#showcase-holder {
    background: url(images/loading.gif) center center no-repeat;
    height: 601px;
    margin: 0 0 0px;
    padding: 0px;
}
div {margin:0; border:0;}
.showcase {
    display: none;
    height: 601px;
    margin: 0 auto;
    position: relative;
}
.showcase-content-container {
    background: none;
	position:relative;
	z-index:1;
	width: 919px;
}
.showcase-arrow-previous, .showcase-arrow-next {
    background: url(images/arrows.png) 0 0 no-repeat;
    cursor: pointer;
    height: 33px;
    position: absolute;
    top: 220px;
    width: 33px;
}
.showcase-arrow-previous {left: 0px;}
.showcase-arrow-previous:hover {background-position: 0 -34px;}
.showcase-arrow-next {
    background-position: -34px 0;
    right: 0px;
}
.showcase-arrow-next:hover {
    background-position: -34px -34px;
}
.showcase-content {
    background-color:none;
    text-align: center;
}
.showcase-content-wrapper {
    display: table-cell;
    height: 421px;
    text-align: center;
    vertical-align: middle;
    width: 919px;
}
.showcase-plus-anchor {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
}
.showcase-plus-anchor:hover {
    background-color: #000000;
}

.showcase-thumbnail-container {
    background:url(images/bg-thumb-container.jpg) 0 7px repeat-x;
	position:relative;
	z-index:2;
	margin-top:-7px;
	padding:0px 0 0 0;
}
.showcase-thumbnail-wrapper {
    overflow: hidden;
}
.showcase-thumbnail {
    cursor: pointer;
    height: 187px;
    position: relative;
    width: 152px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.showcase-thumbnail img {display:none;}

.showcase-thumbnail-content {
    padding:16px 10px 10px 18px;
    text-align: justify;
	font-size:12px;
	line-height:21px;
	color:#bbbbbc;
	hover text font color:#FFFFFF
	height:133px;
	overflow:hidden;
	background:#1f1e21;
}
	.showcase-thumbnail-content .link {margin-top:10px;}
	
.showcase-thumbnail-wrapper-horizontal {
    margin:0px 0 0 0;
    padding: 0px 0px 0px 0px;
}
.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
    margin:0 0px 0 1px;
    width: 152px;
}
	.showcase-thumbnail:hover .showcase-thumbnail-content, .showcase-thumbnail.active .showcase-thumbnail-content {background-color:#1b1b1d;}
	
	.showcase-thumbnail .thumb-top {
		background:url(images/bg-thumb.gif) 0 bottom repeat-x;
		height:29px;
		width:152px;
		position:relative;
	}
		.showcase-thumbnail .thumb-top-inside {
			background:transparent;
			height:6px;
			width:152px;
			position:absolute;
			left:0;
			top:23px;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
			z-index:1;
		}
		.showcase-thumbnail:hover .thumb-top-inside, .showcase-thumbnail.active .thumb-top-inside {background:#0d0d0d;}
		
		.showcase-thumbnail .thumb-marker{
			background:url(images/marker-active.png) center -100px no-repeat;
			height:27px;
			width:152px;
			position:absolute;
			left:0;
			top:0px;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
			z-index:2;
		}
		.showcase-thumbnail:hover .thumb-marker, .showcase-thumbnail.active .thumb-marker {background-position:center 0;}
		
	.showcase-thumbnail .slide-text {
		margin-top:115px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.showcase-thumbnail:hover .slide-text, .showcase-thumbnail.active .slide-text {margin-top:0;}
	
.showcase-thumbnail-button-backward,
.showcase-thumbnail-button-forward {
	padding: 15px 0px;
	cursor: pointer;
}

.showcase-thumbnail-button-backward {
    margin-right: 0px;
	padding-bottom: 0;
}
.showcase-thumbnail-button-forward {
    margin-left: 0px;
	padding-bottom: 0;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical, 
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical, 
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal, 
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
    background-image: url(images/direction_nav.png);
	background-repeat:no-repeat;
	display: block;
    height: 0px;
    width: 0px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
    background-position: 0 -55px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal {
    background-position: 0 0px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
    background-position: -12px -55px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal {
    background-position: -12px 0px;
}
.showcase-thumbnail-button-forward span span, .showcase-thumbnail-button-backward span span {
    display: none;
}

/* ----------------------------------------
				Sidebar
---------------------------------------- */
#sidebar {padding:0px 0 0 0;}
	#sidebar h3 {margin-bottom:21px;}
	#sidebar .widget ul ul {padding-top:14px;}

	.widget {
		padding:0px 0px 0px 0px;
		margin-bottom:44px;
	}
	.widget ul li{
		font-size:11px;
		line-height:15px;
		margin-bottom:15px;
		background:url(images/link-marker.png) 0 6px no-repeat;
		padding-left:17px;
	}
	.widget ul li a{
		font-size:11px;
		line-height:15px;
		color:#fff;
		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;
	}
	.widget ul li a:hover {color:#d12107;}
	
	.main-widget {margin-bottom:45px;}
	.main-widget ul li{
		font-size:11px;
		line-height:15px;
		margin-bottom:1px;
		background:url(images/bg-links.gif) 0 0 repeat-x #19181b;
		
	}
	.main-widget ul li a{
		display:block;
		font-size:12px;
		line-height:15px;
		padding:17px 5px 17px 38px;
		background:url(images/link-marker1.png) 15px 20px no-repeat;
		color:#fff;
		text-shadow:1px 1px 1px #000;
		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;
	}
	.main-widget ul li a:hover {color:#d62908;}
/* ----------------------------------------
				Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	padding:0 25px 20px 29px;
}
	.padding-left {padding:0 0 0 29px;}
	.padding-right {padding:0 17px 0 0;}

#content {padding:0px 0 0 0;}
#content.left {float:right !important;}


/* ----------------------------------------
					Post
---------------------------------------- */
.post-holder {
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #1f1e21;
	padding:0 0 30px 0;
	margin:0 12px 40px 0;
}
.post-holder .entry-header {margin-bottom:16px;}
/* Post header */
.post-holder .entry-header h2 {
	font-size:13px;
	line-height:21px;
	display:block;
	color:#FFFFFF;
	text-shadow:1px 1px 1px #000;
	margin-bottom:0px;
	padding-top:3px;
}
	.post-holder .entry-header h2 a{
		color:#FFFFFF;
		text-shadow:1px 1px 1px #000;
		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;
	}
	.post-holder .entry-header h2 a:hover {color:#d12107;}
	
	/* Single Post */
	.post-holder.single-post {padding:0 0 18px 0; margin:0 12px 40px 0;}
	.post-holder.single-post .entry-header {margin-bottom:21px;}
	.post-holder.single-post h1 {
		font-size:13px;
		line-height:21px;
		display:block;
		color:#FFFFFF;
		text-shadow:1px 1px 1px #000;
		margin-bottom:0px;
		padding-top:3px;
	}
		.post-holder.single-post h1 a{
			color:#ffffff;
			text-shadow:1px 1px 1px #000;
			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;
		}
		.post-holder.single-post h1 a:hover {color:#d12107;}
	

/* Meta information for post */
.post-meta {
	padding:0;
	width:100%;
	overflow:hidden;
}
	.post-meta .meta-width {width:530px;}
	.post-meta .date {
		display:block;
		position:relative;
		float:left;
		width:44px;
		margin:0px 10px 0 0;
		text-align:center;
		padding:11px 0 12px 0;
		background:url(images/bg-date.gif) 0 0 repeat-x #fa620f;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.48), 1px 1px 10px rgba(0, 0, 0, 0.49) inset;
		-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.48), 1px 1px 10px rgba(0, 0, 0, 0.49) inset;
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.48), 1px 1px 10px rgba(0, 0, 0, 0.49) inset; 
	}

		.post-meta .day {
			display:block;
			font-size:11px;
			line-height:12px;
			color:#fff;
			padding:0;
		}
		.post-meta .mounth{
			font-size:11px;
			line-height:12px;
			display:block;
			color:#fff;
		}
		.post-meta .author {color:#fa630f; text-shadow:1px 1px 1px #000; margin-top:-3px;}
.post-meta a {
	color:#fa630f; 
	text-shadow:1px 1px 1px #000;
	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;
}
.post-meta a:hover {color:#fff;}

.post-meta .comments {padding:21px 0 0 0;}

/* Featured thumbnail */
.stroke {
	position:absolute;
	border:5px solid #28272b;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:2;
	opacity:0;
	filter:alpha(opacity=0);
}
.featured-thumbnail {
	float:left;
	margin:6px 20px 10px 0;
}
	.featured-thumbnail .img-wrap {
		float:left;
		position:relative;
		overflow:hidden;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.featured-thumbnail .img-wrap a{display:block;}
	.featured-thumbnail .img-wrap img {
		position:relative;
		z-index:1;
	}
	/*.featured-thumbnail .img-wrap:hover {border:1px solid #d12107;}*/
	/*.featured-thumbnail.no-hover .img-wrap:hover {border:1px solid transparent!important;}*/
	
	
	/* Large thumbnail */
	.featured-thumbnail.large {
		float:none;
		overflow:hidden;
		margin:3px 0px 20px 0;
	}
	.featured-thumbnail.large .img-wrap {
		float:left;
		display:block;
		overflow:hidden;
	}
	
	/* Small thumbnail */
	.featured-thumbnail.small {
		float:none;
		overflow:hidden;
		margin:0px 0px 24px 0;
	}


/* Post content */
.post-content .excerpt {margin-bottom:19px;}
.pagination a {
	display:inline-block;
	padding:0 5px;
	background:#eee;
}

/* Post footer */
.post-holder footer {
	clear:both;
	padding:5px 0 0 0;
}
.post-holder.single-post footer {margin-top:20px;}


/* ----------------------------------------
			Author - Single Post
---------------------------------------- */
#post-author {
	overflow:hidden;
	background:#FFFFFF;
	padding:20px;
	margin:0 12px 36px 0;
}
#post-author h3 a{
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	#post-author h3 a:hover {color:#d12107;}

	#post-author .gravatar {
		float:left;
		margin:0 20px 0 0;
	}
	#post-author .gravatar img {border:1px solid #6d6c6e;}
	
	#author-description {}
	
	#author-link {margin-top:15px;}
	#author-link a{text-transform:capitalize;}


/* ----------------------------------------
		Author Page - About Author 
---------------------------------------- */
.author-info {
	overflow:hidden;
	border-bottom:1px solid #1f1e21;
	padding:0 0 37px 0;
	margin:0 12px 36px 0;
}
	.author-info .avatar {
		float:left;
		margin:0 20px 0 0;
	}
		.author-info .avatar img {margin:0; border:1px solid #6d6c6e;}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
}
	.author-meta p.gravatar {margin:0;}

/* Recent author posts */
#recent-author-posts {margin-bottom:30px;}


/* Recent author comments */
#recent-author-comments ul li{margin-bottom:7px;}


/* ----------------------------------------
	Older and newer navigation 
---------------------------------------- */
nav.oldernewer {
	overflow:hidden;
	margin:0 12px 30px 0;
}
	.older {float:left;}
	.newer {float:right;}

nav.oldernewer a{
	font-size:13px;
	line-height:21px;
	display:block;
	color:#ffffff;
	text-shadow:1px 1px 1px #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
nav.oldernewer a:hover {color:#d12107;}


/* ----------------------------------------
		Page Navigaton (wp-pagenavi) 
---------------------------------------- */
.wp-pagenavi {
	clear: both;
	overflow:hidden;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	position:relative;
	color:#565454;
	background:#1c1b1e;
	margin:0 0 1px 0;
	padding: 1px 8px 0px 8px !important;
	margin-right:5px;
	display:inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0px 1px 0px rgba(50, 49, 54, 1.0), 1px 1px 2px rgba(0, 0, 0, 0.44) inset;
	-moz-box-shadow:  0px 1px 0px rgba(50, 49, 54, 1.0), 1px 1px 2px rgba(0, 0, 0, 0.44) inset;
	-webkit-box-shadow:  0px 1px 0px rgba(50, 49, 54, 1.0), 1px 1px 2px rgba(0, 0, 0, 0.44) inset; 
	border: none !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background:#28272b;
	color:#fff;
	box-shadow: none;
	-moz-box-shadow:  none;
	-webkit-box-shadow:  none;
}
.wp-pagenavi a.nextpostslink {
	text-indent:-5000px;
	background:url(images/pagenavi-next.png) center center no-repeat #1c1b1e;
	padding: 1px 11px 0px 11px;
	margin-left:10px;
}
.wp-pagenavi a.previouspostslink{
	text-indent:-5000px;
	background:url(images/pagenavi-prev.png) center center no-repeat #1c1b1e;
	padding: 1px 11px 0px 11px;
	margin-right:15px;
}
.wp-pagenavi a.nextpostslink:hover, .wp-pagenavi a.previouspostslink:hover {background-color:#28272b;}

.wp-pagenavi .pages {
	float:right;
	border:none;
	color:#999;
	display:none;
}

/* ----------------------------------------
				Tags
---------------------------------------- */
.tags-cloud a, .tagcloud a {
	text-decoration: none;
	position:relative;
	color:#565454;
	background:#1c1b1e;
	padding: 4px 7px;
	margin:0 1px 4px 0;
	display:inline-block;
	font-size:12px !important;
	line-height:16px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	vertical-align:top;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0px 1px 0px rgba(50, 49, 54, 1.0), 0px 1px 2px rgba(0, 0, 0, 0.64) inset;
	-moz-box-shadow:  0px 1px 0px rgba(50, 49, 54, 1.0), 0px 1px 2px rgba(0, 0, 0, 0.64) inset;
	-webkit-box-shadow:  0px 1px 0px rgba(50, 49, 54, 1.0), 0px 1px 2px rgba(0, 0, 0, 0.64) inset;
}
.tags-cloud a:hover, .tagcloud a:hover {
	color:#fff;
	background:#000;
}

/* ----------------------------------------
				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:0;}
	.header-title h1 {margin-bottom:25px;}
	.header-title .page-desc {
		font-size:.91em;
		color:#999;
	}

/* Style for PrettyPhoto */
.img-hover {
	display:inline-block; 
	position:relative;
	overflow:hidden;
	z-index:2;	
}
	.img-hover img {
		display:block;
		position:relative;
	}
	.img-hover .mask{
		background:url(images/magnify.png) center center no-repeat #000;
		cursor:pointer;
		bottom: 50%;
		left: 50%;
		right: 50%;
		top: 50%;
		opacity: 0;
		position: absolute;
		z-index:3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		margin:0px;
	}
	.img-hover:hover .mask {
		bottom:0;
		left: 0;
		opacity: 0.5;
		right: 0;
		top: 0;
		margin:0px;
	}


/* Default layout 3 columns */
#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 17px 8px 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;
			width:280px;
			height:166px;
			position:relative;
			margin-bottom:14px;
		}
		#gallery .portfolio li a.image-wrap {
			display:block;
			overflow:hidden;
			width:280px;
			height:166px;
			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;
		}
		
		#gallery .portfolio .folio-desc {
			margin:0;
			padding:0;
		}
			#gallery .portfolio .folio-desc h3{
				font-size:13px;
				line-height:21px;
				color:#fefefe;
				text-shadow:1px 1px 1px #000;
				font-weight:normal;
				margin-bottom:8px;
			}
				#gallery .portfolio .folio-desc h3 a{
					color:#fefefe;
					text-shadow:1px 1px 1px #000;
					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;
				}
				#gallery .portfolio .folio-desc h3 a:hover {color:#d62908;}
		
		#gallery .portfolio p.excerpt {padding:0;}
		


/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:100%;
	margin:0 0 20px 0;
	padding:0 0 0px 0;
}
	#gallery.one_column .portfolio li span.image-border {
		width:590px;
		height:350px;
		float:left;
		margin:0 20px 0 0;
	}
	#gallery.one_column .portfolio li a.image-wrap {
		width:590px;
		height:350px;
	}
	#gallery.one_column .folio-desc {overflow:hidden;}
	#gallery.one_column .folio-desc h3 {margin-bottom:19px;}
	#gallery.one_column .folio-desc .date {color:#fa630f; text-shadow:1px 1px 1px #000; margin:0;}
	#gallery.one_column .folio-desc .excerpt {margin-bottom:25px;}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:432px;
	margin-right:16px;
}
	#gallery.two_columns .portfolio li span.image-border {
		width:432px;
		height:236px;
		margin-bottom:24px;
	}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:432px;
		height:236px;
	}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:205px;
	margin-right:17px;
}
	#gallery.four_columns .portfolio li span.image-border {
		width:205px;
		height:122px;
	}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:205px;
		height:122px;
	}

	
/* ----------------------------------------
				Comments
---------------------------------------- */
h3#comments {margin-bottom:25px;}
.commentlist {
	list-style-type:none;
	padding:0 0 30px 0;
	margin:0 6px 15px 0;
	border-bottom:1px solid #1f1e21;
}
	li.comment {
		list-style-type:none;
		overflow:hidden;
		position:relative;
		margin:0 0 10px 0;
	}
			li.comment .comment-body {
				padding:15px 30px 20px 101px;
				position:relative;
				zoom:1;
				background:#333236;
				border:none;
				min-height:100px;
				font-size:11px;
				line-height:21px;
				color:#565454;
			}
			.comment-author {padding:0;}
				.comment-author .fn {
					font-size:13px;
					line-height:18px;
					color: #ffffff;
					font-style:normal;
					text-transform:uppercase;
					font-family: 'Oswald', sans-serif;
					font-weight:400;
					position:absolute;
					width:70px;
					text-align:center;
					left:19px;
					top:91px;
				}
				.comment-author .fn a {
					text-decoration:none;
					color: #ffffff;
					-webkit-transition: all 0.5s ease;
					-moz-transition: all 0.5s ease;
					-o-transition: all 0.5s ease;
					transition: all 0.5s ease;
				}
				.comment-author .fn a:hover {color:#d12107;}
				.comment-author .says {display:none;}
				.comment-meta {
					font-size:12px;
					line-height:21px;
					color: #ffffff;
					font-family:Arial, Helvetica, sans-serif;
					font-style:italic;
					position:absolute;
					right:85px;
					bottom:20px;
				}
				.comment-meta a {
					text-decoration:none;
					color: #565454;
					-webkit-transition: all 0.5s ease;
					-moz-transition: all 0.5s ease;
					-o-transition: all 0.5s ease;
					transition: all 0.5s ease;
				}
				.comment-meta a:hover {color:#fff;}
		
			li.comment .avatar {
				float:none;
				margin:0;
				display:block;
				vertical-align:top;
				overflow:hidden;
				position:absolute;
				left:20px;
				top:20px;
				padding:0px;
				border:none;
				vertical-align:top;
				overflow:hidden;
			}
			li.comment .comment-body p {margin-bottom:18px;}
			.reply {
				position:absolute;
				bottom:21px;
				right:26px;
				font-family:Arial, Helvetica, sans-serif;
			}
			.reply a {
				display:inline-block;
				color:#fff;
				text-decoration:none;
				font-style:italic;
				font-size:12px;
				line-height:21px;
				-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:#d12107;}
			.commentlist ul.children {padding:10px 0 0 50px; margin:0 0 -10px 0;}
			.commentlist ul.children li.comment {padding:0; margin:0 0 10px 0;}

	
#respond {padding:20px 0 0 0;}
	#respond  h3 {margin-bottom:24px;}
.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;}
.cancel-comment-reply small{ font-size:11px;}

/* 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:6px 20px 10px 1px;
}
.alignright {
	float:right;
	margin:0 0 10px 20px;
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.aligncenter {
	text-align:center;
	margin:0 auto;
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
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;
}


/* ----------------------------------------
				 404
---------------------------------------- */
#error404 {padding:30px 0 100px 0;}
	.error404-num {
		font-size:250px;
		line-height:1.2em;
		color:#fff;
		text-align:center;
	}
	#error404 hgroup {
		margin:0 0 2em 0;
		padding-top:50px;
	}
		#error404 hgroup h1 {
			font-size:3em;
			margin-bottom:.2em;
		}
		#error404 hgroup h2 {color:#565454;}


/* ----------------------------------------
				Calendar 
---------------------------------------- */
#calendar_wrap {padding:0;}
	#wp-calendar {width:100%;}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
			color:#565454;
		}
		#wp-calendar caption {
			text-align:center;
			color:#fff;
			text-transform:uppercase;
			font-size:18px;
			line-height:22px;
			letter-spacing:-1px;
			padding:4px 0;
			margin-bottom:5px;
		}
		#wp-calendar thead tr{
			background:none;
			border-bottom: 1px solid #1f1e21;
		}
		#wp-calendar tfoot tr {border-top: 1px solid #1f1e21;}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			color:#565454;
   			text-shadow:1px 1px 1px #000;
			text-align:center;
		}
		#wp-calendar #prev {text-align:left;}
		#wp-calendar #next {text-align:right;}


/* ----------------------------------------
			Custom widgets
---------------------------------------- */


/* Recent Comments */
ul.recentcomments {
	padding:0;
	margin:0;
	}
	ul.recentcomments li {
		border-top:1px solid #c6c6c6;
		padding:25px 0 25px 0;
		margin:0;
		border-bottom:none;
		background:none;
		overflow:hidden;
		list-style-type:none;
		}
	ul.recentcomments li:first-child {
		padding-top:0;
		border-top:none;
		}
		ul.recentcomments li img {
			float:left;
			margin:0 12px 0 0;
			}
		ul.recentcomments .comment-body {
			padding:15px 0 0 0;
			}
			ul.recentcomments .comment-body a {
				text-decoration:none;
				color:#96999d;
				}
			ul.recentcomments .comment-body a:hover {
				color:#000;
				text-decoration:underline;
				}
		ul.recentcomments li h4 {
			margin-bottom:.1em;
			}
			ul.recentcomments li h4 a {
				text-decoration:none;
				}
			ul.recentcomments li h4 a:hover {
				color:#000;
				}
		ul.recentcomments li small {
			font-size:11px;
			color:#6a6a6a;
			}

/* 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;
		margin:0;
		}
	.post_list li:first-child {
		border:none;
		padding-top:0;
		}
		.post_list li img {
			float:left;
			margin:0 15px 0 0;
			}

/* Popular posts */
.popular-posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular-posts li {
		overflow:hidden;
		margin:0 0 2em 0;
		}
		.popular-posts li .post-thumb {
			float:left;
			margin-right:20px;
			width:100px;
			height:100px;
			overflow:hidden;
			padding:1px;
			border:1px solid #dbdbdb;
			}
		.popular-posts li .post-thumb.empty-thumb {
			background:url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;
			}
		.popular-posts li h5 {
			font-size:1em;
			margin-bottom:.5em;
			}
		.popular-posts li .excerpt {
			margin-bottom:.8em;
			}


/* ----------------------------------------
			Post Cycle 
---------------------------------------- */
#post-cycle {height: 1%; padding:1px 0 0 0; position:relative;}

	#post-cycle .viewport {
		height: 500px;
		margin-bottom: 41px;
		overflow: hidden;
		position: relative;
		width: 684px;
	}
	#post-cycle .disable { visibility: hidden; }
	#post-cycle .overview {
		list-style: none; 
		position: absolute; 
		padding: 0; 
		margin: 0; 
		left: 0; 
		top: 0;
	}
	#post-cycle .overview li {
		float: left; 
		margin: 0 0px 0 1px; 
		padding:0; 
		height: 500px; 
		width: 170px;
	}
	#post-cycle .overview li a.thumb {
		display:block; 
		width:100%;  
		overflow:hidden;
	}
	#post-cycle .overview li a.thumb img {position:relative; z-index:1;}
		
	#post-cycle .cycle_item figure.featured-thumbnail {
		width:170px;
		overflow:hidden;
		position:relative;
	}
	#post-cycle .cycle_item .item-indent {padding:0 21px 0 0;}
	#post-cycle .cycle_item time {
		font-size:11px;
		line-height:15px;
		color:#fa630f;
		text-shadow:1px 1px 1px #000;
		display:block;
		margin-bottom:4px;
	}
	#post-cycle .cycle_item p {margin-bottom:19px;}
	
#post-cycle .carousel-control {
	height:27px;
	position:absolute;
	top:-51px;
	right:-1px;
	z-index:10;
}
#post-cycle .buttons { 
	display: inline-block;  
	float: right; 
	width: 26px; 
	height: 27px; 
	text-indent:-999em;
	position:relative;
	background:url(images/carousel-controls.jpg) 0 0 no-repeat;
	margin-left:5px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
	#post-cycle .buttons.next {background-position:100% 0;}
	#post-cycle .buttons.prev {background-position:0 0;}
		#post-cycle .buttons span {
			display:block;
			width:100%;
			height:100%;
			position:absolute;
			left:0;
			top:0;
			background:url(images/carousel-controls.jpg) 0 0 no-repeat;
		}
		
		#post-cycle .buttons.next span {background-position:100% -27px;}
		#post-cycle .buttons.prev span {background-position:0 -27px;}

/* ----------------------------------------
			Testi Cycle 
---------------------------------------- */
#testi-cycle {height: 1%; padding:0px 0 0 0; position:relative;}

	#testi-cycle .viewport {
		height: 202px;
		overflow: hidden;
		position: relative;
		width: 180px;
	}
	#testi-cycle .disable { visibility: hidden; }
	#testi-cycle .overview {
		list-style: none; 
		position: absolute; 
		padding: 0; 
		margin: 0; 
		left: 0; 
		top: 0;
	}
	#testi-cycle .overview li {
		float: left; 
		margin: 0 0px 0 1px; 
		padding:0; 
		height: 202px; 
		width: 180px;
		background:none;
	}
	#testi-cycle .overview li a.testi-thumb {
		float:left;
		margin:1px 13px 0 1px;
		position:relative;
		cursor:pointer;
		display:block;
	}
	#testi-cycle .overview li a.testi-thumb img {position:relative; z-index:1;}
	#testi-cycle .overview li a{background:none; padding:0;}
	
	#testi-cycle .overview li .name-testi {overflow:hidden; padding:12px 0 0 0; text-align:left;}
		#testi-cycle .overview li .name-testi .user {
			font-size:13px;
			line-height:21px;
			color:#fefefe;
			text-shadow:1px 1px 1px #000;
			font-weight:normal;
			display:block;
		}
		#testi-cycle .overview li .name-testi .country {
			font-size:11px;
			line-height:21px;
			color:#fa630f;
			text-shadow:1px 1px 1px #000;
			font-weight:normal;
			display:block;
		}
	#testi-cycle .overview li .excerpt {
		font-size:14px;
		line-height:21px;
		color:#565454;
		text-shadow:none;
		font-style:italic;
	}
	#testi-cycle .overview li .excerpt:hover {color:#fff!important;}
	#testi-cycle .overview li .p1 {margin-bottom:24px;}
	
#testi-cycle .carousel-control {
	height:27px;
	position:absolute;
	top:-50px;
	right:1px;
	z-index:10;
}
#testi-cycle .buttons { 
	display: inline-block;  
	float: right; 
	width: 26px; 
	height: 27px; 
	text-indent:-999em;
	position:relative;
	background:url(images/carousel-controls.jpg) 0 0 no-repeat;
	margin-left:5px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
	#testi-cycle .buttons.next {background-position:100% 0;}
	#testi-cycle .buttons.prev {background-position:0 0;}
		#testi-cycle .buttons span {
			display:block;
			width:100%;
			height:100%;
			position:absolute;
			left:0;
			top:0;
			background:url(images/carousel-controls.jpg) 0 0 no-repeat;
		}
		
		#testi-cycle .buttons.next span {background-position:100% -27px;}
		#testi-cycle .buttons.prev span {background-position:0 -27px;}


#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;
				}

/* 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;
		margin-bottom:2em;
		margin-right:5px;
		background:url(images/quotes.png) no-repeat 10px 10px #f3f3f3;
		}
		.name-testi {
			padding:0 0 0 2.2em;
			text-align:right;
			font-weight:bold;
			display:block;
			color:#333;
			}
			.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;
				}

/* Recent Posts */
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	.latestpost li {
		margin:0 0 2em 0;
		list-style-type:none;
		}
		.latestpost li a {
			text-decoration:none;
			color:#000;
			}
		.latestpost li a:hover {
			text-decoration:underline;
			}
			.latestpost li h4 {
				margin-bottom:0;
				}


/* Twitter widget */
.twitter_update_list {
	overflow:hidden;
	}
.twitter ul li {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0 0 0 37px;
	background:url(images/twitter-icon.png) no-repeat 0 0;
	}
	.twitter ul li .twitt-body {
		padding:0 0 5px 0;
		}
	.twitter ul li .twitt-body a {
		font-weight:bold;
		}
	.twitter ul li a.timesince {
		font-size:11px;
		}
.twitter .profileLink {
	
	}


/* Flickr widget */
.flickrImages {
	overflow:hidden;
	position:relative;
}
.flickrImages a {
	float:left;
	display:block;
	width:75px;
	height:75px;
	background:#000;
	margin:0 1px 1px 0;
	}
.flickrImages a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.flickrImages a:hover img {
	opacity:.5;
}
.flickrImages a.link {
	display:inline;
	float:none;
	width:auto;
	height:auto;
	margin:0;
	background:none;
	}

/* Banner widget */
.banners-holder {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.banners-holder li {
		list-style-type:none;
		float:left;
		margin:0 3px 3px 0;
		padding:0;
		}
		.banners-holder li img {
			vertical-align:top;
			float:left;
			}



/* 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:14px;
	line-height:1.5em;
	font-weight:normal;
	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 {
	border-bottom:1px solid #1f1e21;
	padding:15px 30px 30px 270px;
	width:auto;
	background:url(images/quotes.png) no-repeat 225px 7px;
	font-size:13px;
	line-height:21px;
	font-style:italic;
	margin:0 0 30px 0;
	position:relative;
}
	blockquote.testi-single p {
		margin:0 0 18px 0;
		padding:0;
	}
		.testi-pic {
			position:absolute;
			left:10px;
			top:10px;
		}
			.testi-pic img {border:1px solid #6d6c6e;}
			
			blockquote.testi-single .user {
				font-size:13px;
				line-height:21px;
				color:#fefefe;
				text-shadow:1px 1px 1px #000;
				font-weight:normal;
				display:block;
				font-style:normal;
			}
			blockquote.testi-single .country {
				font-size:11px;
				line-height:21px;
				color:#fa630f;
				text-shadow:1px 1px 1px #000;
				font-weight:normal;
				display:block;
				font-style:normal;
			}





/* 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 .excerpt {
			margin-bottom:1.5em;
		}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			color:#888;
			text-transform:uppercase;
			}


/* Our team */
.recent-posts.team {
	margin:0;
	padding:0;
}
	.recent-posts.team li {
		display:inline-block;
		width:205px;
		overflow:hidden;
		margin:0 20px 39px 0;
	}
		.recent-posts.team li:nth-child(4n) {margin-right:0;}
		.recent-posts.team li.nomargin {margin-right:0;}
		.recent-posts.team li .thumb-wrap {
			width:205px;
			overflow:hidden;
			margin-bottom:23px;
		}
		.recent-posts li h5 {
		  font-size:11px;
		  line-height:22px;
		  color:#fa630f;
		  text-shadow:1px 1px 1px #000;
		  margin:0 0 0px;
		}		
		.recent-posts.team li a {
			color:#fa630f;
		 	text-shadow:1px 1px 1px #000;
			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;
		}
			.recent-posts.team li a:hover {color:#fff;}
		.recent-posts.team li .excerpt {margin-bottom:0;}

/* Services */
.recent-posts.services {
	margin:0;
	padding:0;
}
	.recent-posts.services li {
		display:block;
		overflow:hidden;
		border-top:1px solid #313033;
		padding:14px 0 0 0;
		margin:0 0px 16px 0;
	}
		.recent-posts.services li:first-child {
			border-top:none;
			padding:0;
		}

		.recent-posts.services li img.thumb {
			float:left;
			margin:6px 13px 25px 0;
		}
		.recent-posts.services li h5 {
		  font-size:13px;
		  line-height:21px;
		  color:#fefefe;
		  text-shadow:1px 1px 1px #000;
		  margin:0 0 8px;
		}		
		.recent-posts.services li a {
			color:#fefefe;
		 	text-shadow:1px 1px 1px #000;
			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;
		}
			.recent-posts.services li a:hover {color:#fa630f;}
		.recent-posts.services li .excerpt {margin-bottom:0;}

/* 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:none;
	padding:20px 0 27px 0;
}
.footer-content {
	float:left;
	font-size:12px;
	line-height:18px;
	color:#525156;
	text-shadow:1px 1px 1px #000;
	padding:6px 0 0 30px;
}
	.footer-content a{
		color:#525156;
		text-shadow:1px 1px 1px #000;
		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;
	}
	.site-name:hover, .text-bot:hover {color:#fff;}
	/* Footer widget */
	#widget-footer {}

	/* Footer widget */
	#widget-footer .social-networks {overflow:hidden; float:right; padding:0 30px 0 0;}
	#widget-footer .social-networks li {
		float:left;
		margin-left:5px;
		position:relative;
	}
	
	
	/* Footer navigation */
	nav.footer {
		float:left;
		padding:20px 0 10px 30px;
	}
		nav.footer ul {overflow:hidden;}
			nav.footer ul li {
				list-style-type:none;
				float:left;
				padding:0;
				margin:0 15px 0 0;
			}
			nav.footer ul li a{
				font-size:12px;
				line-height:18px;
				color:#525156;
				text-shadow:1px 1px 1px #000;
				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;
			}
			nav.footer ul li a:hover, nav.footer ul li.current-menu-item a {color:#fff;}
	
/* Misc
---------------------------------------- */
.button {
	display:inline-block;
	padding:6px 21px 7px 22px;
	background:url(images/bg-button.png) 0 0 repeat-x #d22207;
	border-top:2px solid #fc8915;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	line-height:22px;
}
	.button:hover {
		background-position: 0 -64px;
		border-top:2px solid #d12107;
		background-color:#f9620f;
	}
		.button-marker {
			width:7px;
			height:5px;
			display:inline-block;
			background:url(images/button-marker.png) 0 0 no-repeat;
			margin: 0 0 0 9px;
			vertical-align:middle;
		}
		
.link {
	display:inline-block;
	background:url(images/link-marker.png) 100% 6px no-repeat;
	padding-right:16px;
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
	font-size:11px;
	line-height:15px;
	-webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
	.link:hover {text-decoration:underline;}
	
.text-1 {
	font-size:13px;
	line-height:21px;
	color:#fff;
	margin-right:-20px;
}
.text-indent {
	font-size:11px;
	line-height:22px;
	color:#fa630f;
	text-shadow:1px 1px 1px #000;
	float:left;
	width:34px;
}
/* lists */
.list-1 {
		padding:4px 0px 0px 50px;
		margin-bottom:23px;
	}
	.list-1 li{
		font-size:11px;
		line-height:15px;
		margin-bottom:15px;
		background:url(images/link-marker.png) 0 6px no-repeat;
		padding-left:17px;
	}
	.list-1 li a{
		font-size:11px;
		line-height:15px;
		color:#fff;
		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;
	}
	.list-1 li a:hover {color:#d12107;}

.list-2 {
		padding: 0;
		margin-bottom:23px;
	}
	.list-2 li{
		font-size:11px;
		line-height:15px;
		margin-bottom:15px;
		background:url(images/link-marker.png) 0 6px no-repeat;
		padding-left:17px;
	}
	.list-2 li a{
		font-size:11px;
		line-height:15px;
		color:#fff;
		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;
	}
	.list-2 li a:hover {color:#d12107;}
	
/*.list {
		padding:4px 0px 0px 50px;
		margin-bottom:23px;
	}*/
	.list li{
		font-size:11px;
		line-height:21px;
		margin-bottom:25px;
		background:url(images/list-marker.jpg) 0 6px no-repeat;
		padding-left:30px;
		color:#565454;
		margin-right:-10px;
	}
	.list li a{
		font-size:11px;
		line-height:22px;
		display:block;
		color:#fa630f;
		text-shadow:1px 1px 1px #000;
		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;
	}
	.list li a:hover {color:#fff;}
	
/* indents */
.indent-bot {margin-bottom:30px;}
.p2 {margin-bottom:25px;}
.p1 {margin-bottom:20px;}
.prev-indent-bot {margin-bottom:18px;}
.prev-indent-bot1 {margin-bottom:8px;}

/* Back to Top */
#back-top-wrapper {
  width:100%;
  position:absolute;
  overflow:hidden;
  height:100px;
}
#back-top {
	position: fixed;
	bottom: 30px;
	left:50%;
	margin-left:500px;
	display:none;
}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(images/up-arrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}

/* 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;
	font-size:4em;
	line-height:1em;
	margin:0 10px 0 0;
	text-transform:uppercase;
	}

.widget-area {
	
}

.hr {
	height:1px;
	background:none;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:15px 5px;
}
.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 {
	margin-left:0;
	margin-right:0;
	}
.spacer {
	height:50px;
	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;
	color:#fff;
	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;
		}
	.address dd span {
		float:left;
		width:70px;
	}
		.address dd a {
			color:#fff;
			text-decoration:underline;
		}
		.address dd a:hover {
			text-decoration:none;
		}





/* 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:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.23em;
	vertical-align:middle;
	font-weight:normal;
	color:#565454;
	border:none;
	outline:none;
}
input[type="text"], textarea {
	border: 1px solid #242326;
	background:#262528;
	padding:5px 5px 6px 5px;
	width:248px;
	height:15px;
}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	border:none;
	background:url(images/button-marker.png) 100% 6px no-repeat;
	padding:0 20px 0 0;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	line-height:15px;
	cursor:pointer;
	margin:0px;
}
.bg-submit {
	display:inline-block;
	padding:6px 21px 8px 22px;
	background:url(images/bg-button.png) 0 0 repeat-x #d22207;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top:1px solid #fc8915;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	line-height:22px;
	cursor:pointer;
	margin-right:10px;
}
	.bg-submit:hover {
		background-position: 0 -64px;
		border-top:1px solid #d12107;
		background-color:#f9620f;
	}



/* ---------------------------------------- 
			Comment form 
----------------------------------------*/
#commentform {position:relative;}
	#commentform .bg-submit {margin-left:2px;}
	#commentform p.field {margin-bottom:8px;}
	#commentform p.area {margin-bottom:21px;}
		#commentform small {color:#9fab28; font-size:11px;}
	#commentform label {display:block; padding-bottom:6px;}
	#commentform input[type="text"] {
		width:284px;
		height:15px;
		padding:6px 8px 7px 8px;
		position:relative;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		box-shadow: 0px 1px 0px rgba(50, 49, 54, 1.0), 0px 1px 2px rgba(0, 0, 0, 0.64) inset;
		-moz-box-shadow:  0px 1px 0px rgba(50, 49, 54, 1.0), 0px 1px 2px rgba(0, 0, 0, 0.64) inset;
		-webkit-box-shadow:  0px 1px 0px rgba(50, 49, 54, 1.0), 0px 1px 2px rgba(0, 0, 0, 0.64) inset;
	}
	#commentform textarea {
		width:454px;
		padding:6px 8px 7px 8px;
		position:relative;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		box-shadow: 0px 1px 0px rgba(50, 49, 54, 1.0), 0px 1px 2px rgba(0, 0, 0, 0.64) inset;
		-moz-box-shadow:  0px 1px 0px rgba(50, 49, 54, 1.0), 0px 1px 2px rgba(0, 0, 0, 0.64) inset;
		-webkit-box-shadow:  0px 1px 0px rgba(50, 49, 54, 1.0), 0px 1px 2px rgba(0, 0, 0, 0.64) inset;
		resize:none;
		height:256px;
		overflow:auto;
	}




/* ---------------------------------------- 
			Contact form 
----------------------------------------*/
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	width:335px;
	position:relative;
}
.wpcf7-form p.field label {
	float:left;
	width:51px;
	padding-top:3px;
}
.wpcf7-form p.field input {
	float:left;
	position:relative;
	width:270px;
	height:15px;
	margin:0 0 1px 0;
	box-shadow: 0px 1px 0px rgba(50, 49, 54, 1.0), 0px 1px 2px rgba(0, 0, 0, 0.64) inset;
	-moz-box-shadow:  0px 1px 0px rgba(50, 49, 54, 1.0), 0px 1px 2px rgba(0, 0, 0, 0.64) inset;
	-webkit-box-shadow:  0px 1px 0px rgba(50, 49, 54, 1.0), 0px 1px 2px rgba(0, 0, 0, 0.64) inset;
}
	.wpcf7-form p.field small {color:red;}
.wpcf7-form textarea {
	float:left;
	position:relative;
	width:270px;
	height:205px;
	margin:0 0 1px 0;
	resize:none;
	overflow:auto;
	margin-bottom:17px;
	box-shadow: 0px 1px 0px rgba(50, 49, 54, 1.0), 0px 1px 2px rgba(0, 0, 0, 0.64) inset;
	-moz-box-shadow:  0px 1px 0px rgba(50, 49, 54, 1.0), 0px 1px 2px rgba(0, 0, 0, 0.64) inset;
	-webkit-box-shadow:  0px 1px 0px rgba(50, 49, 54, 1.0), 0px 1px 2px rgba(0, 0, 0, 0.64) inset;
}

.ajax-loader {position:absolute; right:70px; bottom:12px;}

.wpcf7-form .submit-wrap {
	padding:0 0 0 51px;
	margin:0;
}
	span.wpcf7-form-control-wrap {
		display:block;
	}
	.wpcf7-not-valid-tip {
		width:270px !important;
		position:absolute;
		left:51px !important;
		top:0 !important;
		padding:2px 0 3px 10px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
	}


/* ---------------------------------------- 
				Top search 
----------------------------------------*/
.form-text {
	text-transform:capitalize;
	font-size:11px;
	line-height:15px;
	color:#565454;
	text-shadow:1px 1px 1px #000;
	float:left;
	width:46px;
	padding:13px 0 0 0;
}
#top-search {
	position:absolute;
	right:11px;
	top:11px;
	overflow:hidden;
	z-index:11;
}
	.bg-form{
		overflow:hidden;
		position:relative;
		float:left;
		margin:0 0 1px 1px;
		padding:0 14px 0 1px;
		background:#141416;
		border:none;
		-webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.32) inset, 0 1px 0px rgba(48, 47, 52, 0.32);
		-moz-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.32) inset, 0 1px 0px rgba(48, 47, 52, 0.32);
		box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.32) inset, 0 1px 0px rgba(48, 47, 52, 0.32);
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}
	#top-search .input-search {
		width:214px;
		height:29px;
		position:relative;
		background:#141416;
		border:none;
		color:#565454;
		margin-right:0px;
		float:left;
		padding:5px 5px 6px 14px;
	}
	#top-search #submit {
		width:14px;
		height:40px;
		position:relative;
		background:url(images/form-top-a.png) 0 13px no-repeat;
		display:inline-block;
		border:none;
		float:left;
		cursor:pointer;
		margin:0;
		padding:0;
		text-indent:-5000px;
	}
	#top-search #submit:hover {background-position: 0 -43px;}
/* ---------------------------------------- 
			Sidebar search form
---------------------------------------*/
#searchform {overflow:hidden;}
#searchform  .bg-form {padding:0 5px 0 1px;}
#searchform .searching {
	width:140px;
	position:relative;
	margin-right:5px;
	background:#141416;
	border:none;
	color:#565454;
	float:left;
	height:30px;
	padding:5px 5px 6px 14px;
}
	#searchform .submit {
		cursor:pointer;
		margin:0;
		width:14px;
		height:40px;
		float:left;
		position:relative;
		background:url(images/form-top-a.png) 0 13px no-repeat;
		display:inline-block;
		border:none;
		text-indent:-5000px;
	}
	#searchform .submit:hover {background-position: 0 -43px;}
	
	#sidebar .form-text {display:none;}

/* 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;}

.one_half.left, .one_third.left, .two_third.left, .three_fourth.left, .one_fourth.left, .one_fifth.left, .two_fifth.left, .three_fifth.left, .four_fifth.left, .one_sixth.left, .five_sixth.left{ margin-left:4%; margin-right:0!important;}


.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;
}

/* Navigations
---------------------------------------- */
/* Primary navigation */
nav.primary {
	position:relative;
	padding:0px;
	background:none;
	z-index:9;
}	

/* Essential styles for dropdown menu */
.sf-menu, nav.primary .menu {
	padding:0px 0px 0px 0px;
	position:relative;
	background:none;
	text-align:left;
	height:66px;
}
	
.sf-menu li, nav.primary .menu li {
	position:relative;
	list-style:none;
}
.sf-menu > li, nav.primary > .menu > li {
	background:url(images/menu-separator.gif) right top no-repeat;
	width:120px;
	float:left;
	position:relative;	
	margin:0;
	border:none;
	padding:0;
	z-index: 3;
}
	
.sf-menu li a, nav.primary .menu li a {
	font-weight:normal;
	background:none;
	display:block;
	text-decoration:none;
	position:relative;
	z-index:6;
}
.sf-menu > li > a, nav.primary > .menu > li > a {
	font-size:11px; 
	line-height:22px;
	text-align:center;
	text-transform:uppercase;
	padding:22px 0px 22px 0px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/menu-current.gif) 0 70px repeat-x;
	
	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
}
	.sf-menu > li > a.menu-hover, nav.primary > .menu > li > a.menu-hover {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.sf-menu > li > a.sf-with-ul, nav.primary > .menu > li > a.sf-with-ul {
		text-align:left;
		padding:22px 0px 22px 20px;
	}
	.sf-menu > li > a >.menu-marker,  nav.primary > .menu > li > a > .menu-marker {
		display:inline-block;
		width:5px;
		height:5px;
		position:absolute;
		top:30px;
		right:23px;
		background:url(images/menu-marker.png) 0 0px no-repeat;
	}
.sf-menu > li:hover > a, .sf-menu > li.sfHover > a,  nav.primary > .menu > li:hover > a,  nav.primary > .menu > li.sfHover > a {color:#d12107; background-position:0 60px;}
.sf-menu > li.current-menu-item > a,  nav.primary > .menu > li.current_page_item > a {color:#d12107; background:url(images/menu-current.gif) left bottom repeat-x;}

.sf-menu ul, nav.primary .menu ul {
	position:		absolute;
	width:			150px; /* left offset of submenus need to match (see below) */
	background:url(images/menu-corner.png) center top no-repeat;
	padding: 6px 0 0px 0;
	z-index:200;
	display:none;
	margin:0;
}
.sf-menu li:hover ul, nav.primary .menu li:hover ul,
.sf-menu li.sfHover ul, nav.primary .menu li.sfHover ul {
	left:			50%;
	top:			64px; /* match top ul list item height */
	z-index:		99;
	margin-left:-75px;
}
ul.sf-menu li:hover li ul, nav.primary .menu li:hover li ul,
ul.sf-menu li.sfHover li ul, nav.primary .menu li.sfHover li ul {
	width:150px;
	background:#1b1b1d;
	padding: 0px 0 2px 0;
	margin:0;
}
ul.sf-menu li li:hover ul, nav.primary .menu li li:hover ul,
ul.sf-menu li li.sfHover ul, nav.primary .menu li li.sfHover ul {
	left:			151px; /* match ul width */
	top:			0px;
	z-index:99;
}

.sf-menu ul > li, nav.primary .menu ul > li {
	background:url(images/bg-submenu.gif) 0 2px repeat-x #1b1b1d;
	margin:0px;
	padding:0;
	text-align:left;
}

.sf-menu li li > a, nav.primary .menu li li > a {
	text-transform:capitalize;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	font-size:11px;
	line-height:18px;
	padding:14px 5px 8px 19px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sf-menu li li.current-menu-item > a, .sf-menu li li.sfHover > a, .sf-menu li li:hover > a, nav.primary .menu li li.current_page_item > a, nav.primary .menu li li.sfHover > a, nav.primary .menu li li:hover > a, nav.primary .menu li li.current_page_item > a {color:#d12107;}


/* Always remember to compress your live stylesheet and keep an uncompressed backup */