@charset utf-8;
/*--
	Theme Name: theme1717
	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=Pacifico);
/* ----------------------------------------
				General
---------------------------------------- */
html,
body {
	min-width:320px;
}
body{
	background-color: #1f1f1f;
	background-image:url(images/bg-body.gif);
	background-position:center top;
	background-repeat:repeat;
	color: #4e4e4e;
	font: 13px/18px Arial, Helvetica, sans-serif;
	position:relative;
}

#main {font-size:13px;}
.bg {
	width:100%;
	background:url(images/bg.png) center top no-repeat;
}

/* List styling */
dl dt {
	background:url(images/list-arrow.gif) no-repeat 0 3px;
	padding:0 0 3px 32px;
	margin-bottom:.2em;
	font-size:18px;
	line-height:1.2em;
	color:#191919;
}
dl dd {
	padding:0 0 0 32px;
	margin:0 0 1.5em 0;
}
ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
	
	#content ul {margin-bottom:34px;}
	ul li {
		vertical-align:top;
		list-style-type:none; 
		color:#8f8e8e;
		padding:0;
		margin:0 0 6px 0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
		
		ul li a {
			color: #4e4e4e;
			padding:0 0 0 25px;
			text-decoration:none;
			display:inline-block;
			background:url(images/list-marker.png) 0 1px no-repeat;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		ul li a:hover {color:#8f8e8e; background-position: 0 -86px;}
		
		#wpadminbar li a {
			-webkit-transition:none;
			-moz-transition: none;
			-o-transition: none;
			transition: none;
		}
		
		ul ul {
			margin:0;
			padding:10px 0 0 0;
		}


/*----------------------------------------
				 Header
---------------------------------------- */
#header {
	height:375px;
	position:relative;
	z-index:99;
	background:none;
	margin:0px;
	padding:0px 0 0 0;
}
	.row-logo {
		position:relative;
		width:100%;
		height:148px;
		background:url(images/line-1.png) center bottom repeat-x;
	}

	.row-menu {
		position:relative;
		width:100%;
		height:227px;
		background:url(images/line-1.png) center bottom repeat-x;
	}

/* Logo */
.logo {
	width:200px;
	margin:0;
	padding:48px 0 0 17px;
	position:relative;
	z-index:100;	
}
	.logo img {margin-bottom:-2px; margin-top:-1px; margin-left:-3px;}
	
	.logo h1,
	.logo h2 {
		font-size:50px;
		line-height:55px;
		color:#969696;
		text-shadow:0 2px 2px rgba(0,0,0, .74);
		font-family: 'Pacifico', cursive;
		font-weight:400;
		text-transform:lowercase;
		letter-spacing:-1px;
		padding:0;
	}
		.logo h1 a,
		.logo h2 a {
			color:#959595;
			text-decoration:none;
			display:block;
		}
		
.logo .tagline {
	font-size:10px;
	line-height:16px;
	text-transform:uppercase;
	color:#4e4e4e;
	margin:-2px 0 0 0px;
	display:block;
	text-align:center;
	display:none;
}

/* ----------------------------------------
				Top search
---------------------------------------- */
#top-search {
	position:absolute;
	right:0;
	top:54px;
}
.bg-form {
	overflow:hidden;
	position:relative;
	height:37px;
	width:228px;
	color:#4e4e4e;
	font-size:14px;
	line-height:18px;
	background:url(images/bg-form.png) 0 0 repeat-x;
	border-bottom:1px solid #313131;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

	#top-search .input-search {
		width:165px;
		height:24px;
		color:#4e4e4e;
		font-size:14px;
		line-height:24px;
		padding:7px 10px 6px 10px;
		background:url(images/bg-form.png) 0 -100px no-repeat;
		border:none;
		float:left;
		margin-right:0px;
		border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
	}
	#top-search #submit {
		width:43px;
		height:37px;
		background:none;
		border:none;
		cursor:pointer;
		padding:0;
		margin:0;
		text-indent:-5000px;
		z-index:4;
		display:block;
		position:relative;
	}
	.bg-submit {
		width:43px;
		height:37px;
		background:none;
		border:none;
		cursor:pointer;
		text-decoration:none;
		z-index:3;
		display:block;
		float:left;
		position:relative;
	}
	
	.bg-submit .submit-bg {
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		display:block;
		background:url(images/bg-submit.png) 0 0 no-repeat;
	}
	.bg-submit .submit-bg-hover {
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		display:block;
		background:url(images/bg-submit-hover.png) 0 0 no-repeat;
	}

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

/*----------------------------------------
				Request a quote
---------------------------------------- */
#widget_my_requestquotewidget {}
	
	.top-box {
		background:none;
		padding:0px 0 7px 0;
		margin:0;
		overflow:hidden;
		zoom:1;
		position:relative;
	}
		.top-box h1 {margin-bottom:0px;}
			.top-box h1 span {
				color:#fff;
				display:block;
				margin-top:-8px;
			}
	.box-button {
		float:right;
		width:23%;
		text-align:right;
		padding:2px 0 0 0;
	}

	.box-text {
		float:left;
		width:77%;
	}


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

#topnav {
	margin:0;
	display:none;	
}
	

/* Essential styles for dropdown menu */
.sf-menu {
	padding:40px 0px 0px 0px;
	position:relative;
	background:none;
	text-align:left;
}
.sf-menu li {
	position:relative;
}
.sf-menu > li{
	display:block;
	float:left;
	text-align:center;
	position:relative;	
	margin:0 20px 0 0px;
	border:none;
	padding:0;
	background:url(images/bg-submenu.jpg) 0 0 repeat-x #1d1d1d;
	width:140px;
	height:140px;
	border-radius:70px;
	-moz-border-radius:70px;
	-webkit-border-radius:70px;
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.14);
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.14); 
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.14);
}
	.sf-menu > li.lasts {margin:0 0 0 -2px;}

.sf-menu li a {
	padding:0;
	display:block;
	text-transform:uppercase;
	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;
}
.sf-menu > li > a {
	font-size:20px; 
	line-height:142px;
	color:#4a4a4a;
	text-shadow:0 2px 2px rgba(0,0,0, .74);
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	/*padding:59px 0px 58px 0px;*/
	position:relative;
	overflow:hidden;
	/*text-indent:150px;*/
	background-position:0 0;
	background-repeat:no-repeat;
	border-radius:71px;
	-moz-border-radius:71px;
	-webkit-border-radius:71px;
}	
	.sf-menu > li.home-item > a {background-image:url(images/home-icon.png);}
	.sf-menu > li.about-item > a {background-image:url(images/about-icon.png);}
	.sf-menu > li.products-item > a {background-image:url(images/products-icon.png);}
	.sf-menu > li.services-item > a {background-image:url(images/services-icon.png);}
	.sf-menu > li.blog-item > a {background-image:url(images/blog-icon.png);}
	.sf-menu > li.contacts-item > a {background-image:url(images/contacts-icon.png);}
	
	
.sf-menu > li:hover > a, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {
	color:#4a4a4a;
	text-shadow:0 2px 2px rgba(0,0,0, .74);
	/*text-indent:0px;*/
	background-position:0 -300px;
}

.sf-menu > li > a .link-wrap {
	left: 150px;
	position: relative;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	-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:hover > a .link-wrap, .sf-menu > li.sfHover > a .link-wrap, .sf-menu > li.current-menu-item > a .link-wrap {
	left: 0;
}
 
.sf-menu ul {
	position:		absolute;
	width:			140px; /* left offset of submenus need to match (see below) */
	padding:37px 0px 34px 0px;
	z-index:200;
	display:none;
	margin:0;
	background:url(images/bg-submenu.jpg) 0 0 repeat-x #1d1d1d;
	border-radius:70px;
	-moz-border-radius:70px;
	-webkit-border-radius:70px;
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.14);
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.14); 
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.14);
}
	
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			151px; /* match top ul list item height */
	z-index:		99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	width:140px;
	padding:37px 0px 34px 0px;
	margin:0;
	background:url(images/bg-submenu.jpg) 0 0 repeat-x #1d1d1d;
	border-radius:70px;
	-moz-border-radius:70px;
	-webkit-border-radius:70px;
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.14);
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.14); 
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.14);
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			140px; /* match ul width */
	top:			-37px;
	z-index:99;
}

	
.sf-menu ul li, .sf-menu ul li li {
	margin:0px 0px 5px 0;
	padding:0;
	text-align:center;
	background:none;
	display:block;
}


.sf-menu li li a {
	text-align:center;
	display:block;
	color:#4a4a4a;
	font-size:10px;
	line-height:18px;
	text-shadow:0 2px 2px rgba(0,0,0, .74);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
	background:none;
	-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 {color:#aaaaaa}

/* Navigation select styling */
select.mnav {
	border:1px solid #c8c8c8;
	background-color:#e4e4e4;
	color:#000;
	display:none;
	width:100%;
	height:30px;
	padding:5px;
	cursor:pointer;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

select.mnav:focus {border-color:#999;}

select.mnav option {
	padding:5px;
	cursor:pointer;
}

select.mnav option.main_item {font-weight:bold;}

/* ----------------------------------------
				Slider
---------------------------------------- */
#slider-wrapper {
	height:429px;
	position:relative;
	overflow:hidden;
	z-index:1;
	padding:5px 5px 65px 5px;
	background:url(images/bg-slider.jpg) 0 0 repeat-x #171717;
	border-bottom:1px solid #3f3f3f;
	margin-top:19px;	
}


/*----------------------------------------
				Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	padding:67px 0 44px !important;
}
	body.home .primary_content_wrap	{padding:52px 0 7px!important;}
	
#content {padding:0px 0 0 0;}
	#content.left {float:right !important;}
	
	#content-area .grid_4{margin-bottom:35px;}
	#content-area h1 span {
		display:block;
		margin:-12px 0 -12px 0;	
	}
	#content-area h2 {margin-bottom:37px;}
	#content-area p {margin-bottom:18px;}
	#content-area .button {margin-top:29px;}


/*----------------------------------------
				 Sidebar
---------------------------------------- */
#sidebar {padding:0px;}
	#sidebar h3{
		font-size:30px;
		line-height:34px;
		letter-spacing:-1px;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		margin:0 0 37px 0;
		color:#959595;
		text-shadow:0 2px 2px rgba(0,0,0, .74)
	}
	#content .widget ul {margin-bottom:0px;}
	.widget {
		padding-top:62px;
		margin-bottom:54px;
		position:relative;
		background:url(images/line-1.png) 0 0 repeat-x;
	}
		
		.widget ul li {color: #4e4e4e;}
		.widget ul li a, .archive-lists ul li a{color: #4e4e4e;}
		.widget ul li a:hover, .archive-lists ul li a:hover {color:#8f8e8e;}
		
		.widget:first-child {padding-top:0px; background:none;}
		
		.widget li .featured-thumbnail {
			float:left;
			padding:0;
			background:none;
			border:none;
			margin:4px 20px 5px 0;
		}

/*----------------------------------------
				 Calendar
---------------------------------------- */
#calendar_wrap {padding:0;}
	#wp-calendar {width:100%;}

		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
		}
		#wp-calendar caption {
			font-size:16px;
			color:#959595;
			text-shadow:0 2px 2px rgba(0,0,0, .74);
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			text-align:center;
			font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
			text-transform:uppercase;
		}
		#wp-calendar thead {
			border-top:1px solid #4e4e4e;
			border-bottom:1px solid #4e4e4e;
		}
		#wp-calendar tfoot {border-top:1px solid #4e4e4e;}
		
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			color:#959595;
			text-shadow:0 2px 2px rgba(0,0,0, .74);
			font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
			text-align:center;
		}
		#wp-calendar #prev {text-align:left;}
		#wp-calendar #next {text-align:right;}		

/*----------------------------------------
		Older and newer navigation
---------------------------------------- */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}
	.older {float:left;}
	.newer {float:right;}
	
	nav.oldernewer a {
		-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:#4e4e4e;}
	

/*----------------------------------------
		Page Navigaton (wp-pagenavi)
---------------------------------------- */
.wp-pagenavi {
	clear: both;
	padding:40px 0 0 0;
	margin:0;
	position:relative;
	overflow:hidden;
	background:url(images/line-1.png) 0 0 repeat-x;
}
	body.author .wp-pagenavi {padding:40px 0 40px 0;}

	
.wp-pagenavi .extend {margin-right:3px; float:left; margin-top:30px;}
.wp-pagenavi a, .wp-pagenavi .current {
	display:inline-block;
	float:left;
	position:relative;
	overflow:hidden;
	padding:10px 17px 12px 17px;
	margin:5px 3px 0px 0;
	font-size:16px; 
	line-height:20px;
	text-transform:uppercase;
	color:#959595;
	text-shadow:0 2px 2px rgba(0,0,0, .74);
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	background:url(images/bg-button.gif) 0 0 repeat-x #1b1b1b;
	border-bottom:1px solid #3e3e3e;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

	.wp-pagenavi a.nextpostslink, 
	.wp-pagenavi a.previouspostslink,
	.wp-pagenavi a.last, 
	.wp-pagenavi a.first{padding:10px 12px 12px 12px; letter-spacing:-0.04em;}
	
	.wp-pagenavi a:hover, .wp-pagenavi .current {color:#010101;}
	.wp-pagenavi .current {
		background:url(images/bg-button-hover.gif) 0 0 repeat-x #3e3e3e;
		border-bottom:1px solid #3e3e3e;
	}
	.wp-pagenavi a .button-txt {
		z-index:4;
		position:relative;
		display:block;
	}
	.wp-pagenavi a .bg-button {
		display:block;
		background:url(images/bg-button-hover.gif) 0 0 repeat-x #3e3e3e;
		border-bottom:1px solid #3e3e3e;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		right:0;
		bottom:0;
		opacity:0;
	}
	.wp-pagenavi a:hover .bg-button{opacity: 1;}
	
.wp-pagenavi .pages {
	float:right;
	border:none;
	color:#4e4e4e;
	display:none;
}
			
/*---------------------------------------- 
				Tags
---------------------------------------- */
.tags-cloud a,
.tagcloud a {
	display:inline-block;
	padding:4px 10px 4px;
	text-decoration:none;
	font-weight:bold;
	color:#959595;
	text-shadow:0 2px 2px rgba(0,0,0, .74);
	text-transform:uppercase;
	margin:0 1px 4px 0;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:13px !important;
	line-height:18px;
	vertical-align:top;
	background:url(images/bg-button.gif) 0 0 repeat-x #1b1b1b!important;
	border-bottom:1px solid #3e3e3e;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position:relative;
	overflow:hidden;
}
.tags-cloud a:hover,
.tagcloud a:hover {
	color:#010101;
}
	.tags-cloud .button-txt, .tagcloud .button-txt{
		z-index:4;
		position:relative;
		display:block;
	}
	.tags-cloud .bg-button, .tagcloud .bg-button{
		display:block;
		background:url(images/bg-button-hover.gif) 0 0 repeat-x #3e3e3e;
		border-bottom:1px solid #3e3e3e;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		right:0;
		bottom:0;
		opacity:0;
	}
	.tags-cloud a:hover .bg-button, .tagcloud a:hover .bg-button{opacity: 1;}
/*----------------------------------------
				Misc
---------------------------------------- */
.button {
	display:inline-block;
	padding:10px 18px 12px 18px!important;
	background:url(images/bg-button.gif) 0 0 repeat-x #1b1b1b!important;
	border-bottom:1px solid #3e3e3e;
	letter-spacing:-1px;
	text-decoration:none;
	font-weight:bold;
	font-size:16px; 
	line-height:20px;
	text-transform:uppercase;
	color:#959595!important;
	text-shadow:0 2px 2px rgba(0,0,0, .74);
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	position:relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	.button:hover {color:#010101!important;}		
	.button .button-txt {
		z-index:4;
		position:relative;
		display:block;
	}
	.button .bg-button {
		display:block;
		background:url(images/bg-button-hover.gif) 0 0 repeat-x #3e3e3e;
		border-bottom:1px solid #3e3e3e;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		right:0;
		bottom:0;
		opacity:0;
	}
	.button:hover .bg-button{opacity: 1;}		

.link {
	font-size:10px;
	line-height:16px;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#fff;
	margin-top:9px;
	margin-bottom: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 {color:#355576;}
	
.no-results {margin-bottom:40px;}
.no-results strong{color:#d2d2d2;}


/*----------------------------------------
				 Post
---------------------------------------- */
.post-holder {
	margin:0 0px 41px 0;
	position:relative;
	overflow:hidden;
	padding:0;
}
	.single .post-holder {
		padding-bottom:50px; 
		margin-bottom:58px;
		background:url(images/line-1.png) 0 bottom repeat-x;
	}
/* Post header */
.entry-header {margin-bottom:21px;}
	.single-post .entry-header {padding-top:3px;}


.post-holder .entry-title {
	font-size:13px;
	line-height:18px;
	color:#d2d2d2;
	font-weight:normal;
	text-transform:none;
	text-shadow:none;
	letter-spacing:normal;
	margin-bottom:0px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;	
}
	.post-holder .entry-title a{
		display:inline-block;
		text-decoration:none;
		color:#d2d2d2;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.post-holder .entry-title a:hover {color: #4e4e4e;}

/* Meta information for post */
.post-meta {
	width:100%;
	font-size:13px;
	line-height:18px;
	color:#4e4e4e;
}
	.post-meta a{
		text-decoration:none;
		color:#4e4e4e;
		-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:#d2d2d2;}
	
/* Featured thumbnail */
.featured-thumbnail {
	position:relative;
	overflow:hidden;
	float:left;
	margin:4px 20px 10px 0;
	padding:5px 5px 25px 5px;
	background:url(images/bg-img.jpg) 0 0 repeat-x #171717;
	border-bottom:1px solid #3f3f3f;
}
	.featured-thumbnail a {display:block;}
	.featured-thumbnail img {position:relative;}

/*----------------------------------------
				Servivces & Clients
---------------------------------------- */
.single-post.clients .featured-thumbnail,
.single-post.services .featured-thumbnail,
.clients .featured-thumbnail,
.services .featured-thumbnail {
	padding:0;
	background:none;
	border-bottom:none;
}	

	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:0;
		overflow:hidden;
		margin-bottom:32px;
	}


/* Post content */
.post-content {padding:0;}
	.post-content .excerpt {margin-bottom:23px;}
	

/* Post footer */
.post-holder .post-footer {
	clear:both;
	padding:0;
	overflow:hidden;
}
.post-holder .post-footer a {
	float:left;
	margin-right:22px;
	margin-bottom:0px;
}
	.comments-link {
		font-size:16px;
		line-height:18px;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		font-weight:bold;
		letter-spacing:-1px;
		color:#959595;
		text-shadow:0 2px 2px rgba(0,0,0, .74);
		text-decoration:none;
		display:inline-block;
		margin-top:11px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	a.comments-link:hover {color:#4e4e4e;}
	
	.post-navigation {}
	
p.gravatar {
	float:left;
	margin-right:20px;
}


/* Post edit link */
.post-edit-link {}
.post-edit-link:hover {}

/*----------------------------------------
				Related Posts
---------------------------------------- */	
#content .related-posts {
	overflow:hidden;
	padding:0 0 59px 0;
	margin:0 0 57px 0;
	background:url(images/line-1.png) 0 bottom repeat-x;
}
	.related-posts li {
		list-style-type:none;
		padding:0;
		margin:0 0 0 14px;
		float:left;
		background:none;
		width:150px;
	}
	.related-posts li:first-child {
		margin-left:0;
	}
		.related-posts li a {
			background:none;
			padding:0;
		}
		.related-posts li .featured-thumbnail {
			float:none;
			margin:0 0 10px 0;
			overflow:hidden;
		}
/*----------------------------------------
				 Comments
---------------------------------------- */
h3#comments {
	font-size:30px;
	line-height:34px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin:0 0 3px 0;
	color:#959595;
	text-shadow:0 2px 2px rgba(0,0,0, .74);
}
	.commentlist {
		list-style-type:none;
		position:relative;
		padding:0 60px 63px 0;
		margin:0 20px 0 0;
		background:url(images/line-1.png) 0 bottom repeat-x;
	}
		
		li.comment {
		  list-style-type:none;
		  overflow:hidden;
		  padding: 0;
		  margin: 0;
		  background:none;
		  text-transform:none;
		}

	   li.comment .comment-body {
			padding:25px 30px 30px 100px;
			position:relative;
			zoom:1;
			background:url(images/bg-comment.png) 0 0 repeat;
			border-bottom:1px solid #3e3e3e;
			margin-top:21px;
			font-size:13px;
			line-height:18px;
			color:#4e4e4e;
		}
		li.comment .comment-body p {
			min-height: 60px;
			margin-bottom:9px;

		}
		
		/*author*/
		.comment-author {
		   position:absolute;
		   left:20px;
		   top:29px;
	   }
	   /* Avatar */
		li.comment .avatar {
			float:none;
			margin:0;
			vertical-align:top;
			overflow:hidden;
			display:block;
		}
		.comment-author .author {
			width:58px;
			text-align:center;
			display: block;
			font-size:13px;
			line-height:18px;
			color:#fff;
			padding-top: 6px;
		}
	
		/* Comment meta */
		.comment-meta {
			float: right;
			color: #d2d2d2;
			font-size:13px;
			line-height:18px;
			display:inline-block;
			margin-top:12px;
		} 

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

		/* Reply */
		.reply {
			 float: right;
			 margin-left: 29px;
		}
		 .reply a {
			font-size:16px; 
			line-height:20px;
			text-transform:uppercase;
			text-decoration:none;
			letter-spacing:-1px;
			display:inline-block;
			font-weight:bold;
			color:#959595;
			text-shadow:0 2px 2px rgba(0,0,0, .74);
			font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
			background:url(images/bg-button.gif) 0 0 repeat-x #1b1b1b!important;
			border-bottom:1px solid #3e3e3e;
			padding:10px 17px 12px 16px;
			position:relative;
			-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:#010101;}
				
			.reply a .button-txt {
				z-index:4;
				position:relative;
				display:block;
			}
			.reply a .bg-button {
				display:block;
				background:url(images/bg-button-hover.gif) 0 0 repeat-x #3e3e3e;
				border-bottom:1px solid #3e3e3e;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
				position: absolute;
				overflow: hidden;
				top: 0;
				left: 0;
				right:0;
				bottom:0;
				opacity:0;
			}
			.reply a:hover .bg-button{opacity: 1;}	
			
.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
---------------------------------------- */ 	
	#respond {
	   padding-top:41px;
	   margin-top:16px;
  	}
	#respond h3 {
		font-size:30px;
		line-height:34px;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		letter-spacing:-1px;
		margin:0 0 37px 0;
		color:#959595;
		text-shadow:0 2px 2px rgba(0,0,0, .74);
	}
	  .cancel-comment-reply a {
		   color: #d2d2d2 !important;
		   text-decoration:underline;
		   background:none;
		   padding:0;
		   margin-bottom:4px;
	  }
	  .cancel-comment-reply a:hover {text-decoration:none;}

/*----------------------------------------
				Image styling
---------------------------------------- */
.alignleft {
	float:left;
	margin:6px 20px 20px 0;
	padding:5px 5px 25px 5px;
	background:url(images/bg-img.jpg) 0 0 repeat-x #171717;
	border-bottom:1px solid #3f3f3f;
}
.alignright {
	float:right;
	margin:4px 0 10px 20px;
	padding:5px 5px 25px 5px;
	background:url(images/bg-img.jpg) 0 0 repeat-x #171717;
	border-bottom:1px solid #3f3f3f;
}
.aligncenter {
	text-align:center;
	margin:0 auto;
}
.alignnone {
	margin:0 0 10px 0;
	padding:5px 5px 25px 5px;
	background:url(images/bg-img.jpg) 0 0 repeat-x #171717;
	border-bottom:1px solid #3f3f3f;
}
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;
	}
	
	
/* Post Formats
---------------------------------------- */

/* Images Format Type */
.recent-posts .format-image {
	float:left;
	margin:0 20px 20px 0;
	}	
	
.image-post-format {
	float:left;
	margin:0 0 10px 0;
	padding:7px;
	background:#f6f6f6;
	position:relative;
	}

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

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

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

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

/* Video Format Type */
.recent-posts .format-video {
	
	}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 2% 0;
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


/* Gallery Post Format */
.slides_container_gallery {
	width:600px;
	margin-bottom:10px;
	height:300px;
	}
	.slides_container_gallery .g_item {
		width:600px;
		display:block;
		}
		.slides_container_gallery .g_item img {
			width:100%;
			height:auto;
			}

/*----------------------------------------
				 Author
---------------------------------------- */

/* Recent author posts */
#recent-author-posts {margin-bottom:50px;}

/* Recent author comments */
#recent-author-comments {padding-top:40px;}

.author-info {
	overflow:hidden;
	padding-bottom:50px; 
	margin:0 0px 41px 0;
	position:relative;
	background:url(images/line-1.png) 0 bottom repeat-x;
}

	.author-info .avatar {
		margin:0 20px 0 0;
		float:left;
		position:relative;
		padding:5px 5px 25px 5px;
		background:url(images/bg-img.jpg) 0 0 repeat-x #171717;
		border-bottom:1px solid #3f3f3f;
	}
	.author-info .avatar img {
		padding:0;
		background:none;
		border-bottom:none;
		margin:0;
	}

.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:#4e4e4e;
		text-align:center;
	}
	#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:37px;}
	.header-title h1 {
		font-size:30px;
		line-height:34px;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		margin:0 0 16px 0;
		color:#959595;
		letter-spacing:-1px;
		text-shadow:0 2px 2px rgba(0,0,0, .74)
	}
	.header-title .page-desc {color:#4e4e4e;}



/* Default layout 3 columns */
#gallery {}
	#gallery .portfolio {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:5px 0 0 0;
		margin:0;
	}
		#gallery .portfolio li {
			list-style-type:none;
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top; 
			width:300px;
			margin:0 16px 45px 0;
			position:relative;
			background:none;
			padding:0;
			color:#4e4e4e;
			line-height:18px;
		}
		* + html #gallery .portfolio li {display:inline;}
		#gallery .portfolio li.nomargin {margin-right:0 !important;}

			#gallery .portfolio li a.image-wrap {
				display:block;
				overflow:hidden;
				width:290px;
				height:142px;
				position:relative;
				margin-bottom:32px;
				padding:5px 5px 25px 5px;
				background:url(images/bg-img.jpg) 0 0 repeat-x #171717;
				border-bottom:1px solid #3f3f3f;
			}
				#gallery .portfolio li a.image-wrap .loading-wrap {
					width:100%;
					height:100%;
					display:block;
					position:relative;
					overflow:hidden;
					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-bottom:0;
				padding:0;
			}
					
			#gallery .portfolio p.excerpt {padding:0; margin-bottom:30px;}
			#gallery .portfolio .folio-desc .button {margin:0px;}

			
			.zoom-icon {
				display:block;
				position:absolute;
				left:0px;
				top:0px;
				right:0px;
				bottom:0px;
				cursor:pointer;
				background:rgba(0, 0, 0, .6);
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				opacity:0;
			}
			.no-rgba .zoom-icon {
				background:url(images/black-opacity-60.png);
				visibility:hidden;
			}
			.zoom-icon:before {
				content:"";
				display:block;
				position:absolute;
				left:50%;
				top:50%;
				width:101px;
				height:103px;
				margin:-51px 0 0 -50px;
				background:url(images/magnify-alt.png) 50% 50% no-repeat;
			}
			.image-wrap:hover .zoom-icon {
				opacity:1;
			}
			.no-rgba .image-wrap:hover .zoom-icon {
				visibility:visible;
			}
/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:100%;
	margin-right:0;
	margin-left:0;
}
	#gallery.one_column .portfolio li a.image-wrap {
		width:450px;
		height:235px;
		float:left;
		margin:0 20px 0 0;
	}
		
		#gallery.one_column .folio-desc {
			overflow:hidden;
			padding:12px 0px 0 0;
		}
		#gallery.one_column .folio-desc h3 {margin-bottom:21px;}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:460px;
	margin-right:16px;
}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:450px;
		height:235px;
	}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:220px;
	margin-right:16px;
}

	#gallery.four_columns .portfolio li a.image-wrap {
		width:210px;
		height:110px;
	}


/*----------------------------------------
					FAQs
---------------------------------------- */
.faq_list {}
	.faq_list dt {
		color:#d2d2d2;
		position:relative;
		padding:0 0 5px 28px;
		font-size:15px;
		font-weight:normal;
		margin:0;
		background:none;
	}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		font-size:15px;
		color:#959595;
		text-shadow:0 2px 2px rgba(0,0,0, .74);
		font-weight:bold;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
	}
		.faq_list dd .marker {}



/*---------------------------------------- 
			Custom widgets
---------------------------------------- */
/* Recent Comments */
ul.recentcomments {
	padding:0;
	margin:0;
}
	ul.recentcomments li {
		padding:0;
		margin:0 0 25px 0;
		border-bottom:none;
		background:none;
		overflow:hidden;
		list-style-type:none;
	}
		ul.recentcomments li a {
			background:none;
			padding:0;
		}
		ul.recentcomments li img {
			float:left;
			margin:0px 12px 5px 0;
			position:relative;
		}
		ul.recentcomments .comment-body {padding:15px 0 0 0;}
			ul.recentcomments .comment-body a {
				text-decoration:none;
				color:#4e4e4e;
			}
			ul.recentcomments .comment-body a:hover {color:#d2d2d2;}
			
		ul#recentcomments li a {padding:0 0 0 25px!important;}
			
		ul.recentcomments li h4 {margin-bottom:5px;}
			ul.recentcomments li h4 a {text-decoration:none;}
			ul.recentcomments li h4 a:hover {color:#4e4e4e;}
		ul.recentcomments li small {
			font-size:11px;
			color:#d2d2d2;
		}

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
	.post_list li {
		margin:0 0px 26px 0;
		color:#395b82;
		list-style-type:none;
		overflow:hidden;
		padding:0;
		background:none;
	}

		.post_list li a{
			padding:0;
			background:none;
		}
		.widget .post_list li .post_content {margin-bottom:5px;}
		.widget .post_list li a.post-title, .widget .post_list li a.link {
			display:inline-block;
			padding:0;
			color:#d2d2d2;
			padding:0;
		}
			.widget .post_list li a.post-title:hover, .widget .post_list li a.link:hover {color:#4e4e4e;}


					

/* Popular posts */
.popular-posts {
	list-style-type:none;
	padding:0;
	margin:0;
}
	.popular-posts li {
		overflow:hidden;
		list-style-type:none;
		width:100%;
		margin:0 0px 26px 0;
		padding:0;
		background:none;
		color:#395b82;
	}
		.popular-posts li .post-thumb {
			width:110px;
			height:110px;
			float:left;
			margin:4px 20px 5px 0;
			overflow:hidden;
			position:relative;
		}
		.popular-posts li a {
			background:none;
			padding:0;
		}
			.popular-posts li .post-thumb a{display:block;}
			
				
		.popular-posts li .post-thumb.empty-thumb {background:url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;}
			
			.widget .popular-posts li h4 {
				font-size:13px;
				line-height:18px;
				font-weight:normal;
				font-family:Arial, Helvetica, sans-serif;
				margin:0 0 5px 0;
				color:#d2d2d2;
				text-shadow:none;
				text-transform:none;
				letter-spacing:normal;
			}
			.widget .popular-posts li h4 a {
				display:inline-block;
				padding:0;
				color:#959595;
			}
				.widget .popular-posts li h4 a:hover {color:#d2d2d2;}
		
		.popular-posts li .excerpt {margin-bottom:8px;}
		

					

/* Post Cycle */
.post_cycle {
	padding:0;
	margin:0;
	}
.post_cycle .cycle_item {
	display:none;
	}
.post_cycle .cycle_item:first {
	display:block;
	}

	
/*
	Load CSS before JavaScript
*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	width:270px;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container .item {
	width:270px;
	height:170px;
	display:block;
}

/*
	Optional:
	Reset list default style
*/
.pagination {
	list-style:none;
	margin:0;
	padding:0;
}

/*
	Optional:
	Show the current slide in the pagination
*/
.pagination {
	text-align:center;
}
.pagination li {
	list-style-type:none;
	margin:0 5px 0 0;
	padding:0;
	display:inline;
	background:none;
}
.pagination li a, .widget .pagination li a {
	background:#1b1b1b;
	color:#959595;
	display:inline-block;
	padding:3px 7px;
}
.pagination .current a, .pagination a:hover, .widget .pagination li a:hover, .widget .pagination .current a {
	color:#010101;
	background:#313131;
}
	#slides .prev {margin-right:10px;}

/* Carousel widget */
.es-carousel-wrapper{
	background: #101010;
	padding:10px 37px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}
.es-carousel{
	overflow:hidden;
	background:#000;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
	color:#fff;
}
	.es-carousel ul li a {
		padding:0;
		background:none;
	}
.es-carousel ul li .thumbnail{
	display:block;
	border-style:solid;
	border-color:#222;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:12px;
	background:transparent url(images/nav.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-carousel ul li h4 {
	margin-bottom:.5em;
	}
.es-carousel ul li .excerpt {
	margin-bottom:10px;
	}
.es-nav span.es-nav-next{
	right:12px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}			

	

/* 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 .featured-thumbnail {
			float:none;
			margin:0 0 15px 0;
		}
			.folio_cycle .folio_item .featured-thumbnail img {float:none;}
#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;
			margin:0;
			display:inline;
		}
			#folio-controls ul li a {
				display:inline-block;
				text-decoration:none;
				width:9px;
				height:9px;
				background:#000;
				font-size:0;
				line-height:0;
				border-radius:5px;
			}
			#folio-controls ul li a:hover {
				background:#999;
			}

/*----------------------------------------
			Testimonials
---------------------------------------- */
.testimonials {
	padding: 5px 0 0 0;
	margin: 0 0 19px 0;
	overflow:hidden;
}
.testimonials div.testi_item {
	padding: 0;
	margin: -4px 0 15px 0;
	background: none;
}
.testimonials div.testi_item blockquote {
	display: block;
	position: relative;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background:none;
	border:none;
}

.testimonials div.testi_item blockquote a {
	text-decoration: none;
	font-size:13px;
	line-height:18px;
	font-style:normal;
	color: #4e4e4e;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.testimonials div.testi_item blockquote a:hover {color: #d2d2d2;}

.name-testi {
	padding: 18px 0 0 0px;
	text-align: left;
	display: block;
	font-size:13px;
	line-height:18px;
	color:#4e4e4e;
}
.name-testi a {font-weight: normal;}
	.name-testi .user {color:#4e4e4e;}

.testimonials .thumb {
	float: left;
	margin-right: 20px;
}
/*----------------------------------------
			Single Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial {
	font-size:13px;
	line-height:18px;
	font-style:normal;
	color: #4e4e4e;
	margin:0 0 30px 0;
	width:auto;
	position:relative;
	padding: 25px 20px 20px 279px;
	background:url(images/quotes.png) no-repeat 235px 15px;
	border:1px solid #313131;
}
	article.testimonial .featured-thumbnail {
		position:absolute;
		left:20px;
		top:20px;
	}
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		font-size:13px;
		line-height:18px;
		color:#4e4e4e;
		font-family:Arial, Helvetica, sans-serif;
	}

		article.testimonial .name-testi a {
			color:#d2d2d2;
			display:inline-block;
			margin:4px 0 0 0;
			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;
		}
		article.testimonial .name-testi a:hover {color:#4e4e4e;}


/* Single Testimonial */
.testi-single {
	font-size:13px;
	line-height:18px;
	font-style:normal;
	color: #4e4e4e;
	margin:0 0 30px 0;
	width:auto;
	position:relative;
	padding: 25px 20px 20px 279px;
	background:url(images/quotes.png) no-repeat 235px 15px;
	border:1px solid #313131;
}
	.testi-single p {
		margin:0 0 10px 0;
		padding:0;
	}
		.testi-single .featured-thumbnail {
			position:absolute;
			left:20px;
			top:20px;
		}
		.testi-single .name-testi {
			text-align:right;
			font-size:13px;
			line-height:18px;
			color:#4e4e4e;
		}
			.testi-single .name-testi a{
				color:#d2d2d2;
				display:inline-block;
				margin:4px 0 0 0;
				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;
			}
			.testi-single .name-testi a:hover{color:#4e4e4e;}

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

/*----------------------------------------
			Recent Posts
---------------------------------------- */
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
}
	.latestpost li {
		margin:0 16px 30px 0;
		list-style-type:none;
		width:300px;
		display:inline-block;
		background:none;
		padding:0;
		color:#4e4e4e;
	}
		.latestpost li a {
			background:none;
			padding:0;
		}
		
		.latestpost li:nth-child(3n) {margin-right:0px;}
		.latestpost li.nomargin {margin-right:0px;}

		.latestpost li h2 {margin-bottom:23px;}
		.latestpost li h2 a {
			display:inline-block;
			padding:0;
			color:#959595;
		}
			.latestpost li h2 a:hover {color: #4e4e4e;}
			
		.latestpost li time {display:none;}
		.latestpost li .excerpt {margin-bottom:30px;}
		
		.latestpost li .featured-thumbnail {
			float:none;
			margin:0 0 32px 0;
		}
		.latestpost li .button {margin:0px;}
		
/*----------------------------------------
			Sidebar Recent Posts
---------------------------------------- */
.sidebar-latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
}
	.sidebar-latestpost li {
		margin:0 0px 32px 0;
		list-style-type:none;
		width:100%;
		display:block;
		padding:0;
		background:none;
		color:#4e4e4e;
		overflow:hidden;
	}
		.sidebar-latestpost li a {
			padding:0;
			background:none;
		}
			
		.sidebar-latestpost li time {
			font-size:13px;
			line-height:18px;
			color:#d2d2d2;
		}
		.sidebar-latestpost li .comments-link {
			font-size:16px;
			line-height:18px;
			color:#959595;
			text-shadow:0 2px 2px rgba(0,0,0, .74);
			margin-left:17px;
		}
			.sidebar-latestpost li .comments-link:hover {color:#4e4e4e;}
			
		.sidebar-latestpost li .excerpt {margin-bottom:9px;}
		
		.sidebar-latestpost li .featured-thumbnail {
			float:left;
			padding:0;
			background:none;
			border:none;
			margin:4px 20px 5px 0;
		}
	


/* Twitter widget */
.twitter {position:relative;}
.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-dark.png) no-repeat 0 0;
}
	.twitter ul li .twitt-body {padding:0 0 5px 0;}
	.twitter ul li .twitt-body a {
		font-weight:bold;
		color:#d2d2d2;
		background:none;
		padding:0;
	}
	.twitter ul li a.timesince {
		font-size:11px;
		color:#d2d2d2;
		background:none;
		padding:0;
	}
	.twitter ul li .twitt-body a:hover, .twitter ul li a.timesince:hover {color:#4e4e4e;}
	
.twitter .profileLink {}
.twitter  .preloader {
	position:absolute;
	top:40px;
	left:0;
	height: 25px;
	line-height:25px;
	padding-left: 30px;
	background-position:0 50%;
	background-repeat:no-repeat;
	background-image:url(images/loading-twitter.gif);
}



/* 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;
		background:none;
	}
		.banners-holder li a {
			background:none;
			padding:0;
		}
		.banners-holder li img {
			vertical-align:top;
			float:left;
		}
			
/* vCard widget */			
.vcard {
	
	}








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

/* Recent Posts */
#content .recent-posts {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
}
	.recent-posts li {
		list-style-type:none;
		margin:0 20px 38px 0;
		padding:0;
		border:none;
		background:none;
		width:300px;
		color:#4e4e4e;
		display:inline-block;
	}
		.recent-posts li a {
			background:none;
			padding:0;
		}
		.recent-posts li .excerpt {margin-bottom:30px;}
		.recent-posts li .post-comments {float:right;}
		/*----------------------------------------
						Latest
		---------------------------------------- */
		.recent-posts.latest li h2 {margin-bottom:17px;}
			.recent-posts.latest li h2 a {color:#959595;}
			.recent-posts.latest li h2 a:hover {color: #4e4e4e;}
			
		.recent-posts.latest li:nth-child(3n) {margin-right:0px;}
		.recent-posts.latest li.nomargin {margin-right:0px;}
		
		.recent-posts.latest li .featured-thumbnail {
			float:none;
			display:block;
			margin:0px 0 32px 0;
		}
		/*----------------------------------------
						News
		---------------------------------------- */
		#content .recent-posts.news {margin-bottom:12px;}
		.recent-posts.news li {
			float:none;
			overflow:hidden;
			display:block;
			width:100%;
			margin:0 0px 26px 0;
		}
		.recent-posts.news li .post-comments {display:none;}
		.recent-posts.news li .excerpt {margin-bottom:0;}
		.recent-posts.news li h2 {
			font-size:13px;
			line-height:18px;
			color:#d2d2d2;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			text-transform:none;
			text-shadow:none;
			letter-spacing:normal;
			padding:6px 180px 0 0;
			margin:0 0 9px 0;
			overflow:hidden;
		}
			.recent-posts.news li h2 a {color:#d2d2d2;}
			.recent-posts.news li h2 a:hover {color:#4e4e4e;}
		
		.recent-posts.news li .featured-thumbnail {display:none;}
		
		.recent-posts.news li .meta {float:left;}
		.recent-posts li .post-date {
			font-size:13px;
			line-height:18px;
			color:#959595;
			text-shadow:0 2px 2px rgba(0,0,0, .74);
			text-align:center;
			display:block;
			text-transform:uppercase;
			width:72px;
			padding:16px 0 0 0;
			height:57px;
			float:left;
			margin:1px 8px 0 0;
			background:url(images/bg-date.png) 0 0 no-repeat;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		.recent-posts li .post-date .day {
			font-size:25px;
			line-height:30px;
			color:#959595;
			font-weight:bold;
			display:block;
		}
		.recent-posts li .post-date .mounth {
			display:block;
			margin-top:-7px;
		}
		
		/*----------------------------------------
						Clients
		---------------------------------------- */
		#content .recent-posts.clients {padding:10px 0 0 0;}
		.recent-posts.clients li {
			margin:0 9px 16px 0;
			width:134px;
		}
		.recent-posts.clients li:nth-child(2n) {margin-right:0px;}
		.recent-posts.clients li.nomargin {margin-right:0px;}
		
		.recent-posts.clients li h2 {display:none;}	
		.recent-posts.clients li:nth-child(2n) {margin-right:0px;}
		.recent-posts.clients li.nomargin {margin-right:0px;}
		
		.recent-posts.clients li .featured-thumbnail {
			float:none;
			display:block;
			background:none;
			padding:0;
			border-bottom:none;
			margin:0;
		}

/* Our team */
.recent-posts.team {
  margin: 0;
  padding: 0;
}
	.recent-posts.team li {
		float: left;
		width: 174px;
		overflow: hidden;
		margin: 0 19px 20px 0;
		background:none;
		padding: 0px;
		color: #4e4e4e;
	}
	.recent-posts.team li:nth-child(3n) {margin-right: 0;}
	.recent-posts.team li.nomargin {margin-right: 0;}
		.recent-posts.team li .featured-thumbnail {
			width: 174px;
			overflow: hidden;
			float: none;
			margin: 0 0 15px 0;
		}
	.recent-posts.team li .excerpt {margin-bottom: 0;}

/*----------------------------------------
			Recent Post Services
---------------------------------------- */
#content .recent-posts.services {
	list-style-type:none;
	padding:6px 0 0 0;
	margin:0;
	overflow:hidden;
}
	.recent-posts.services li {
		float:left;
		width:300px;
		margin:0 19px 23px 0;
		background:none;
		padding:0;
	}
		.recent-posts.services li:nth-child(2n) {margin-right:0;}
		.recent-posts.services li.nomargin{margin-right:0;}
		
		.recent-posts.services li .featured-thumbnail {
			margin:4px 14px 0px 0;
			background:none;
			padding:0;
			border-bottom:none;
		}
		.recent-posts.services li h2 {
			font-size:13px;
			line-height:18px;
			color:#d2d2d2;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			text-transform:none;
			text-shadow:none;
			letter-spacing:normal;
			padding:0px 0px 0 0;
			margin:0 0 9px 0;
		}
			.recent-posts.services li h2 a {color:#d2d2d2;}
			.recent-posts.services li h2 a:hover {color:#4e4e4e;}
		.recent-posts.services li .excerpt {margin-bottom: 10px;}

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


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

/*----------------------------------------
				Footer
---------------------------------------- */
#footer {
	background:url(images/line-1.png) center top repeat-x;
	padding:33px 0 70px;
	overflow:hidden;
	position:relative;
}

	
	/* Footer navigation */
	nav.footer {
		overflow:hidden;
		float:right;
		padding:0 0 0 0px;
	}
		nav.footer ul {
			margin:0;
			padding:0;
			overflow:hidden;
		}
			nav.footer ul li {
				list-style-type:none;
				float:left;
				background:url(images/footer-marker.gif) 0 8px no-repeat;
				padding:0 0 0 10px;
				margin:0 0px 0 6px;
				font-size:13px;
				line-height:18px;
			}
			nav.footer ul li:first-child {background:none; padding:0px;}
			nav.footer ul li a {
				font-size:13px;
				line-height:18px;
				color:#4e4e4e;
				text-decoration:none;
				display:inline-block;
				background:none;
				padding:0;
				-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:#8f8e8e; text-decoration:underline;}

	
	/* Footer text */
	#footer-text {
		padding:0px 0 0 1px;
		font-size:13px;
		line-height:18px;
		color:#4e4e4e;
		float:left;	
	}
		#footer-text a {
			text-decoration:none;
			color:#4e4e4e;
			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;
		}
		#footer-text a:hover {color:#8f8e8e; text-decoration:underline;}
		
		#footer-text a.site-name {text-transform:capitalize;}
		#footer-text a.text-bot {
			background:url(images/footer-marker.gif) 0 8px no-repeat;
			padding-left:8px;
			margin-left:1px;
		}


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

/* 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 20px 3px 0;
}
.toggle .trigger {
	background:url(images/bg-button.gif) 0 0 repeat-x #1b1b1b;
	display: block;
	padding: 12px 12px 10px 20px;
	text-decoration:none;
	height:1%;
	letter-spacing:-1px;
	text-decoration:none;
	font-weight:bold;
	font-size:16px; 
	line-height:20px;
	text-transform:uppercase;
	color:#959595;
	text-shadow:0 2px 2px rgba(0,0,0, .74);
	border-bottom:1px solid #3e3e3e;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	position:relative;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.toggle .trigger:hover,
.toggle .active {
	color:#010101;
	background-color:#313131;
	background-position:0 -200px;
}


.toggle .box {
	padding: 33px 5px 32px 0;
}
.toggle .box ul li a{color:#395b82;}
.toggle .box ul li a:hover{color:#fff;}



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

.widget-area {
	
}

.hr {
	height:5px;
	background:url(images/line-1.png) 0 0 repeat-x;
	font-size:0;
	line-height:0;
	margin:20px 10px 57px;
}
.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;
	}
.sm_hr {
	height:5px;
	background:url(images/line-1.png) 0 0 repeat-x;
	font-size:0;
	line-height:0;
	margin:28px 10px 35px;
}
.grid_1 .sm_hr,
.grid_2 .sm_hr,
.grid_3 .sm_hr,
.grid_4 .sm_hr,
.grid_5 .sm_hr,
.grid_6 .sm_hr,
.grid_7 .sm_hr,
.grid_8 .sm_hr,
.grid_9 .sm_hr,
.grid_10 .sm_hr,
.grid_11 .sm_hr,
.grid_12 .sm_hr {
  margin-left: 0;
  margin-right: 0;
}
.spacer {
	height:5px;
	background:url(images/line-1.png) 0 0 repeat-x;
	font-size:0;
	line-height:0;
	margin:28px 0px 57px;
}

/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:10px 0 0 0;
}
.address dt {
	float:left;
	width:165px;
	margin-right:20px;
	padding:0 0 0 55px;
	background:none;
	font-size:13px;
	line-height:20px;
	color:#d2d2d2;
	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:100px;
	}
		.address dd a {
			color:#d2d2d2;
			background:none;
			padding:0;
			text-decoration:underline;
		}
		.address dd a:hover {color:#4e4e4e; text-decoration:none;}

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




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

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

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

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

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

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



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


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

/* Form defaults */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#4e4e4e;
	vertical-align:middle;
	font-weight:normal;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #313131;
	outline:none;
}
input[type="text"], textarea {
	background:url(images/bg-form.png) 0 0 repeat-x;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #313131;
	padding:5px 10px 5px 10px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	padding:0;
	font-size:16px; 
	line-height:20px;
	letter-spacing:-0.02em;
	text-transform:uppercase;
	color:#959595;
	font-weight:bold;
	text-shadow:0 2px 2px rgba(0,0,0, .74);
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	background: none;
	border:none;
	height:42px;
	cursor:pointer;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="submit"].submit-hover, input[type="reset"].submit-hover {
	color:#010101;
}

.submit-button {
	display:inline-block;
	padding:0px 16px 0px 15px!important;
	background:url(images/bg-button.gif) 0 0 repeat-x #1b1b1b!important;
	border-bottom:1px solid #3e3e3e;
	letter-spacing:-1px;
	text-decoration:none;
	font-weight:bold;
	font-size:16px; 
	line-height:20px;
	text-transform:uppercase;
	color:#959595;
	margin-right:15px;
	text-shadow:0 2px 2px rgba(0,0,0, .74);
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	position:relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	.submit-button:hover {color:#010101;}		
	.submit-button .button-txt {
		z-index:4;
		position:relative;
		display:block;
	}
	.submit-button .bg-button {
		display:block;
		background:url(images/bg-button-hover.gif) 0 0 repeat-x #3e3e3e;
		border-bottom:1px solid #3e3e3e;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		right:0;
		bottom:0;
		opacity:0;
	}
	.submit-button:hover .bg-button{opacity: 1;}	

/* Comment form */
#commentform {color:#4e4e4e;}
	#commentform a {
		color:#d2d2d2;
		background:none;
		padding:0;
	}
	#commentform a:hover {color:#4e4e4e;}
	
	#commentform p.field {margin-bottom:16px;}
	#commentform p.area {margin-bottom:34px;}
		#commentform small {
			color:#4e4e4e;
			font-size:13px;
		}
	#commentform label {
		display:block;
		padding-bottom:6px;
		color:#4e4e4e;
	}
	#commentform input[type="text"] {
		width:280px;
		height:27px;
		line-height:27px;
	}
	#commentform textarea {
		width:400px;
		height:177px;
		background:url(images/bg-area.png) 0 0 repeat-x;
		resize:none;
		overflow:auto;
	}




/* Contact form */
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
}
.wpcf7-form p.field input {
	width:278px;
	height:27px;
	line-height:27px;
	color:#4e4e4e;
}
	.wpcf7-form p.field small {color:red;}
.wpcf7-form textarea {
	color:#4e4e4e;
	width:278px;
	resize:none;
	height:177px;
	background:url(images/bg-area.png) 0 0 repeat-x;
	overflow:auto;
	margin-bottom:17px;
}
.wpcf7-form .submit-wrap {
	padding:0;
	margin:0;
}
	span.wpcf7-form-control-wrap {display:block;}
	div.wpcf7-response-output {
		margin-left:0 !important;
		margin-right:0 !important;
	}

.wpcf7-form .ajax-loader {display:none;}



/* Sidebar search form */
#searchform {overflow:hidden;}
	#searchform .bg-form {width:300px;}
	#searchform .searching {
		width:237px;
		height:24px;
		color:#4e4e4e;
		font-size:14px;
		line-height:24px;
		padding:7px 10px 6px 10px;
		background:url(images/bg-form.png) 0 -100px no-repeat;
		border:none;
		float:left;
		margin-right:0px;
		border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
	}
	#searchform .submit {
		width:43px;
		height:37px;
		background:none;
		border:none;
		cursor:pointer;
		padding:0;
		margin:0;
		text-indent:-5000px;
		z-index:4;
		display:block;
		position:relative;
	}




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


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

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


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

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

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




.logo {
    	width: 300px;
    	padding: 17px 0px 0px 17px !important;
}

h1 {font-size: 40px !important;}

h2 {
	font-size: 26px;
    	margin: 0px 0px 20px;
}

.sf-menu > li:hover > a, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {
    color: #c90000;
}


#respond {display: none;}
.nocomments {display: none;}

p {
color: #8f8f8f;
font-size: 14px;
}

.wpcf7-form textarea {color: #fff;}
.wpcf7-form p.field input {color: #fff;}

.alakuva {
padding:20px;
float:left;
}

.alakuvat {
margin-top:100px;
margin-bottom:50px;
}

.post-holder .entry-title {
    line-height: 24px;
font-size:24px;
}

.comments-link {
    display: none;
}

.alignnone {
    margin: 0px 0px 10px;
    padding: 5px 5px 0px;
    background: none;
    border-bottom: none;
}

#main {
    font-size: 16px;
}

.address dt {
    font-size: 16px;
}

#footer-text {
    font-size: 16px;
}