@charset utf-8;
/*--
	Theme Name: theme1700
	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=Trocchi);
/*----------------------------------------
				General
---------------------------------------- */
html,
body {
	min-width:320px;
}
body{
	background-color: #fbfbfb;
	background-image:url(images/bg-body.gif);
	background-position:center top;
	background-repeat:repeat;
	color: #848484;
	font: 12px/21px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	position:relative;
}


#main {font-size:12px;}


/* 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:40px;}
	ul li {
		vertical-align:top;
		list-style-type:none; 
		color:#848484;
		background:url(images/list-marker.png) 0 9px no-repeat;
		padding:0 0 0 16px;
		margin:0 0 9px 0;
	}
		ul li a {
			color: #792480;
			text-decoration:underline;
			-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:#000; text-decoration:none;}
		
		#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:297px;
	position:relative;
	z-index:99;
	background:none;
	margin:0px;
	padding:0;
}
	body.home #header {height:312px;}
	
	.row-menu {
		position:relative;
		width:100%;
		height:106px;
		z-index:2;		
	}
		body.home .row-menu {
			height:103px;
			border-bottom:3px solid #f6f6f6;
		}
		
	.row-logo {
		position:relative;
		width:100%;
		height:191px;
		z-index:1;
	}
		body.home .row-logo {height:206px;}

/* Logo */
.logo {
	width:202px;
	padding:0 0 0 0;
	position:relative;
	z-index:100;	
}
	.logo img {
		width: 600px;
		margin-left: 160px;
		margin-bottom:3px;
	}
	
	.logo h1,
	.logo h2 {
		font-size:60px;
		line-height:65px;
		color:#2f2d22;
		font-family: 'Trocchi', serif;
		font-weight:400;
		text-transform:none;
		padding:0;
		margin:0;
	}
		.logo h1 a,
		.logo h2 a {
			color:#2f2d22;
			text-decoration:none;
			display:block;
		}
		
.logo .tagline {
	font-size:12px;
	line-height:17px;
	text-transform:uppercase;
	text-align:center;
	color:#c6c7c8;
	margin:-5px 0 0 0;
	display:block;
	font-family: 'Trocchi', serif;
	font-weight:400;
}


/* Header widget */
#widget-header {
	position:absolute;
	top:54px;
	right:0px;
}
	.widget-header {}

.social-networks {
	overflow:hidden;
	padding:0;
	display:none;
}
	
	.social-networks li {
		list-style-type:none;
		float:left;
		width:24px;
		height:24px;
		padding:0;
		margin:0 0px 0 4px;	
	}
	.social-networks li a{
		position:relative;
		display:block;
		
	}
	.social-networks li a span {
		position:absolute;
		top:0;
		left:0;
		display:block;
		opacity:0;
	}

/* EasyTooltip */
.tooltip {
	background: none repeat scroll 0 0 #792480;
	border: 1px solid #fff;
	color: #fff;
	display: none;
	font-size: 11px;
	line-height:16px;
	margin: 17px 0 0;
	padding: 5px;
	z-index:99;
}




/* Request a quote */
#widget_my_requestquotewidget {}
	
	.top-box {
		background:#eee;
		border:1px solid #dbdbdb;
		padding:20px;
		margin-bottom:20px;
		overflow:hidden;
		zoom:1;
		position:relative;
		min-height:80px;
		}
	.box-button {
		float:right;
		width:20%;
		padding:5% 0 5% 5%;
		}
		.box-button .button {
			float:right;
			}
	.box-text {
		float:left;
		width:75%;
		}



/* ----------------------------------------
				Slider
---------------------------------------- */
#slider-wrapper {
	height:506px;
	position:relative;
	overflow:hidden;
	z-index:1;
	padding:0;
	background:url(images/loading.gif) center center no-repeat;
	margin-top:0px;	
}

/*----------------------------------------
				Navigations
---------------------------------------- */
/* Primary navigation */
nav.primary {
	position:relative;
	z-index:2;
	padding:40px 0 0 0;
	display:inline-block;
}
#topnav {
	margin:0; 
	height:63px;
}

/* Essential styles for dropdown menu */
.sf-menu {
	padding:0;
	margin:0;
	position:relative;
	background:none;
	text-align:left;
}
.sf-menu li {
	position:relative;
}
.sf-menu > li{
	background:none;
	display:block;
	float:left;
	text-align:left;
	padding:19px 0 0 0;
	margin:0 28px 0 0;
	font-size:12px; 
	line-height:17px;
}

.sf-menu > li:first-child  {
	background:none;
	width:81px;
	height:63px;
	padding:0;
	margin:0 50px 0 0;
	border-right:3px solid #f6f6f6;
}

.sf-menu li a {
	font-weight:400;
	font-family: 'Trocchi', serif;
	text-transform:uppercase;
	background:none;
	text-decoration:none;
}
.sf-menu > li > a {
	font-size:12px; 
	line-height:17px;
	padding:0;
	color:#c6c7c8;
	padding:0 20px 0 0;
	display:inline-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;
}

.sf-menu > li:hover > a, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {color:#792480;}
	
	.sf-menu > li:first-child > a {
		text-indent:-5000px;
		padding:0;
		display:block;
		height:100%;
		width:100%;
		position:relative;
	}

	.sf-menu > li:first-child > a:before{
		content:"";
		display:block;
		position:absolute;
		width:15px;
		height:13px;
		top:20px;
		left:28px;
		display:inline-block;
		cursor:pointer;
		background:url(images/home-icon.png) 0 0 no-repeat;
	}

	.sf-menu > li:first-child:hover > a:before, .sf-menu > li:first-child.sfHover > a:before, .sf-menu > li:first-child.current-menu-item > a:before {background-position:0 -13px;}
	
	.sf-menu > li > a >.menu-marker {
		display:inline-block;
		width:9px;
		height:5px;
		position:absolute;
		top:5px;
		right:0;
		background:url(images/menu-marker.png) center 0px no-repeat;
	}

.sf-menu ul {
	position:		absolute;
	width:			194px; /* left offset of submenus need to match (see below) */
	background:#792480;
	padding:0;
	z-index:200;
	display:none;
	margin:0;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-34px;
	top:			62px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	width:194px;
	background:#792480;
	padding: 0;
	margin:0;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			195px; /* match ul width */
	top:			-1px;
	z-index:99;
}
.sf-menu ul > li {
	background:#792480;
	margin:0px;
	padding:0;
	text-align:left;
	border-top:1px solid #a71580;
	-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 ul > li:first-child {border-top:none;}

	.sf-menu ul > li:hover, .sf-menu ul > li.sfHover, .sf-menu ul > li.current-menu-item {background:#a71580;}

.sf-menu li li > a {
	text-align:left;
	color:#fefeff;
	display:block;
	font-size:12px;
	line-height:18px;
	padding:16px 5px 16px 32px;
}
.sf-menu li li.current-menu-item > a, .sf-menu li li.sfHover > a, .sf-menu li li:hover > a {color:#fefeff;}




/* Navigation select styling */
select.mnav {
	border:1px solid #c8c8c8;
	background-color:#e4e4e4;
	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;}





/*----------------------------------------
				Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	padding:0 0 55px !important;
}
	
#content {}
#content.left {float:right !important;}

	.before-content-area {margin-bottom:36px;}
	.left-content-area {margin-bottom:20px;}
	.right-content-area {margin-bottom:20px;}

/*----------------------------------------
				 Sidebar
---------------------------------------- */
#sidebar {}
	#sidebar h3{
		font-size:36px;
		line-height:40px;
		text-transform:lowercase;
		color:#792480;
		font-family: 'Trocchi', serif;
		margin:0 0 21px 0;
	}
		#content .widget ul {margin-bottom:0px;}
		.widget ul li{background-position:0 9px;}
		.widget {margin-bottom:43px;}
	

/*----------------------------------------
				 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:#2f2d22;
			font-family: 'Trocchi', serif;
			font-weight:400;
			padding:4px 0;
			margin-bottom:5px;
			text-align:center;
		}
		#wp-calendar thead {
			border-top:1px solid #eaeaea;
			border-bottom:1px solid #eaeaea;
		}
		#wp-calendar tfoot {border-top:1px solid #eaeaea;}
		
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			color:#792480;
			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:#395b82;}
	

/*----------------------------------------
		Page Navigaton (wp-pagenavi)
---------------------------------------- */
.wp-pagenavi {
	clear: both;
	padding:10px 0 0 0;
	margin:0;
	position:relative;
}
	body.author .wp-pagenavi {padding:45px 0 40px 0;}
	
.wp-pagenavi .extend {margin-right:14px;}
.wp-pagenavi a, .wp-pagenavi .current {
	display:inline-block;
	margin:0px 14px 0px 0;
	font-size:22px; 
	line-height:26px;
	text-transform:lowercase;
	color:#c6c7c8;
	font-family: 'Trocchi', serif;
	font-weight:400;
	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;
}

	.wp-pagenavi a.previouspostslink,
	.wp-pagenavi a.first{margin:0px 20px 0px 0;}
	
	.wp-pagenavi a.nextpostslink, 
	.wp-pagenavi a.last{margin:0px 20px 0px 6px;}
	
	.wp-pagenavi a:hover, .wp-pagenavi .current {color:#792480;}
	
.wp-pagenavi .pages {
	float:right;
	font-size:22px; 
	line-height:26px;
	text-transform:lowercase;
	color:#c6c7c8;
	font-family: 'Trocchi', serif;
	font-weight:400;
	display:none;
}		
/*---------------------------------------- 
				Tags
---------------------------------------- */
.tags-cloud a,
.tagcloud a {
	display:inline-block;
	padding:2px 10px 4px;
	text-decoration:none;
	color:#fff!important;
	margin:0 1px 4px 0;
	font-size:13px !important;
	line-height:18px;
	vertical-align:top;
	background:#792480;
	position:relative;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tags-cloud a:hover,
.tagcloud a:hover {
	color:#0d2237;
	background:#381511;
}


/*----------------------------------------
				 Post
---------------------------------------- */
.post-holder {
	margin:0 0px 36px 0;
	position:relative;
	overflow:hidden;
	padding:0;
}

/* Post header */
.entry-header {margin-bottom:11px;}

.post-holder .entry-title {
	font-size:18px;
	line-height:22px;
	color:#792480;
	text-transform:none;
	margin-bottom:0px;
	padding:0;	
}
	.post-holder .entry-title a{
		display:inline-block;
		text-decoration:none;
		color:#792480;
		-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: #2f2d22;}

/* Meta information for post */
.post-meta {
	width:100%;
	font-size:12px;
	line-height:21px;
	color:#848484;
	overflow:hidden;
}
	.post-meta .fleft {padding-top:5px;}
	
	.post-meta a{
		text-decoration:none;
		color:#848484;
		-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: #792480;}

	.comments-link, a.comments-link {
		font-size:12px;
		line-height:14px;
		color:#fff;
		text-decoration:none;
		display:inline-block;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		width:33px;
		height:22px;
		/* overflow:hidden; */
		padding:4px 0 0 0;
		text-align:center;
		margin:0 3px 0 0;
		background:url(images/bg-comment.png) 0 0 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;
	}
	a.comments-link:hover {color:#000;}	

/* Featured thumbnail */
.featured-thumbnail {
	position:relative;
	float:left;
	margin:5px 20px 10px 0;	
	
}
	.featured-thumbnail img{
		padding:1px;
		background:#fff;
		border:1px solid #eaeaea;
		-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 a:hover img {border:1px solid #792480;}
	
	/* Large thumbnail */
	.featured-thumbnail.large {
		overflow:hidden;
		margin:5px 0px 21px 0;	
	}
	.clients .featured-thumbnail.large {margin:5px 20px 10px 0;}
	
	.clients .post-content{overflow:visible;}
	.clients .clear {display:none;}

/* Post content */
.post-content {}
	.post-content .excerpt {margin-bottom:17px;}
	
	
	
p.gravatar {
	float:left;
	margin-right:20px;
}


/* Post edit link */
.post-edit-link {}
.post-edit-link:hover {}

/* ----------------------------------------
				Related Posts
---------------------------------------- */
.related-posts {
	overflow:hidden;
	padding:0 0 40px 0;
	margin:0;
}
	.related-posts li {
		list-style-type:none;
		padding:0;
		margin:0 0 0 3%;
		float:left;
		background:none;
		width:144px;
		overflow:hidden;
	}
	.related-posts li:first-child {margin-left:0;}
		.related-posts li .featured-thumbnail {
			float:none;
			margin:0 0 10px 0;
			overflow:hidden;
		}

/*----------------------------------------
				 Comments
---------------------------------------- */
h3#comments {
	font-size:36px;
	line-height:40px;
	text-transform:lowercase;
	color:#792480;
	margin-bottom:13px;
}
	.commentlist {
		list-style-type:none;
		padding:0 0px 20px 0px;
		margin:0;
	}
		li.comment {
			list-style-type:none;
			overflow:hidden;
			padding: 0;
			margin: 0;
			background:none;
			text-transform:none;
			font-size:12px;
			line-height:21px;
			color:#848484;
		}

			li.comment .comment-body {
				padding:19px 33px 19px 97px;
				position:relative;
				zoom:1;
				background:#f6f6f6;
				border:1px solid #eaeaea;
				margin-top:13px;
			}
				li.comment .comment-body p {min-height:60px; margin-bottom:9px;}
				
			.comment-author {
				position:absolute;
				left:23px;
				top:22px;
			}
				.comment-author .author{
					font-size:12px;
					line-height:21px;
					font-weight:bold;
					color:#848484;
					display:block;
					padding-top:17px;
				}
			/* Comment meta */
			.comment-meta {
				float:right;
				font-size:12px;
				line-height:21px;
				color:#848484;
				font-weight:bold;
				display:inline-block;
				margin-bottom:0px;
				background:url(images/meta-icon.gif) 100% 3px no-repeat;
				margin-top:2px;
				padding-right:27px;
				margin-right:15px;
			} 
			.comment-meta a {}
	
			 /* Avatar */
			li.comment .avatar {
				float:none;
				margin:0;
				display:block;
				vertical-align:top;
				overflow:hidden;
			}

			#content .commentlist ul.children {
				margin:0 0 0 30px;
				padding:0;
				overflow:hidden;
			}

			/* Reply */
			.reply {display:inline-block; float:right;}
			.reply a {
				font-size:12px;
				line-height:21px;
				display:inline-block;
				color:#792480;
				text-decoration:underline;
				text-transform:capitalize;
				padding-left:15px;
				background:url(images/link-marker.png) 0 9px 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;
			}
			.reply a:hover {
				text-decoration:none;
				color:#000;
				background-position:0 -69px;
			}
			
/*----------------------------------------
				Respond
---------------------------------------- */ 	
	#respond {
	   padding-top:5px;
	   margin-top:20px;
  	}
	#respond h3 {
		font-size:36px;
		line-height:40px;
		text-transform:lowercase;
		color:#792480;
		margin-bottom:26px;
	}
		.cancel-comment-reply small {font-size:12px;}
		.cancel-comment-reply a {
		   color: #848484 !important;
		   text-decoration:underline;
		   background:none;
		   padding:0;
		   margin-bottom:4px;
		}
		.cancel-comment-reply a:hover {text-decoration:none;}
		
.allowed_tags {
	  background:#eee;
	  padding:15px;
	  font-size:11px;
	  font-family:"Courier New", Courier, monospace;
	  color:#666;
}
.allowed_tags strong {font-family:Tahoma, Geneva, sans-serif;}

/* ----------------------------------------
				Image styling
---------------------------------------- */		
.alignleft {
	float:left;
	margin:0 20px 10px 0;
	}
.alignright {
	float:right;
	margin:0 0 10px 20px;
	}
.aligncenter {
	text-align:center;
	margin:0 auto;
	}
.alignnone {
	margin:0 0 10px 0;
	}
article .post-content img {
	max-width:710px;
	}

.frame {
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
	}
	


	
	
	
	
/* 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:20px;}

/* Recent author comments */
#recent-author-comments {
	padding:20px 0px 0 0;
	margin-bottom:20px;
}
	#recent-author-comments ul li {background-position:0 7px;}

.author-info {
	overflow:hidden;
	padding:0 0 0px 0;
	margin:0 0px 36px 0;
}
	.author-info .avatar {
		margin:0 20px 0 0;
		float:left;
		position:relative;
		overflow:hidden;
	}
		.author-info .avatar img {
			margin:0;
			padding:1px;
			background:#fff;
			border:1px solid #eaeaea;
		}

.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:#792480;
		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:23px;}
	.header-title h1 {
		font-size:36px;
		line-height:40px;
		text-transform:lowercase;
		color:#792480;
		font-family: 'Trocchi', serif;
		margin:0;
	}
	.header-title .page-desc {color:#848484;}

/* Default layout 3 columns */
#gallery {}
	#gallery .portfolio {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:4px 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 40px 0;
			position:relative;
			background:none;
			padding:0;
			color:#848484;
		}
		* + 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:296px;
				height:206px;
				position:relative;
				padding:1px;
				border:1px solid #eaeaea;
				margin-bottom:21px;
				text-decoration:none;
				background:#fff 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 li a.image-wrap:hover {border:1px solid #792480;}
				
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:0;
			}
				#gallery .portfolio .folio-desc h3 {
					font-size:18px;
					line-height:22px;
					color:#792480;
					text-transform:none;
					margin-bottom:0px;
				}
					#gallery .portfolio .folio-desc h3 a{
						color:#792480;
						text-decoration:none;
						background:none;
						padding:0;
					}
					#gallery .portfolio .folio-desc h3 a:hover {color:#2f2d22;}
					
			#gallery .portfolio p.excerpt {padding:0;}

			
			span.zoom-icon {
				height: 36px;
				width: 36px;
				left: 50%;
				bottom: 100%;
				margin-left: -18px;
				position: absolute;
				z-index:3;
				background:url(images/img-marker.png) 0 0 no-repeat;
			}
			span.zoom-text {
				font-size: 14px;
				line-height:18px;
				left: 0;
				margin-top: 25px;
				position: absolute;
				text-align: center;
				text-transform: uppercase;
				top: 100%;
				width: 100%;
				z-index:3;
				color:#fff;
				font-weight:bold;
			}
			span.zoom-bg {
				position: absolute;
				top:1px;
				left:1px;
				bottom:1px;
				right:1px;
				opacity:0;
				z-index:2;
				background:#000;
				filter:alpha(opacity=0);
			}
			
/* 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:580px;
		height:266px;
		float:left;
		margin:0 26px 0 0;
	}
		#gallery.one_column .folio-desc {
			overflow:hidden;
			padding:0;
		}
		#gallery.one_column .folio-desc h3 {margin-bottom:7px;}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:460px;
	margin-right:16px;
}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:456px;
		height:246px;
	}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:220px;
	margin-right:16px;
}

	#gallery.four_columns .portfolio li a.image-wrap {
		width:216px;
		height:166px;
	}


/*----------------------------------------
					FAQs
---------------------------------------- */
.faq_list {}
	.faq_list dt {
		color:#2f2d22;
		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:#2f2d22;
		font-weight:bold;
	}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
	}
		.faq_list dd .marker {top:0px;}



/*----------------------------------------
				Custom widgets
---------------------------------------- */


/* Recent Comments */
ul.recentcomments {
	padding:0;
	margin:0;
}
	ul.recentcomments li {
		border-top:1px solid #eaeaea;
		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:#e35744;
			}
			ul.recentcomments .comment-body a:hover {color:#848484;}
			
		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:#848484;
		}

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
}
	.post_list li {
		list-style-type:none;
		overflow:hidden;
		padding:0;
		margin:0 0 15px 0;
		background:none;
	}
		.post_list li .post-title {text-decoration:none;}
		.post_list li .featured-thumbnail img {
			max-width:120px;
			height:auto;
		}
		.ie8 .post_list li .featured-thumbnail img {max-width:none;}

/* Popular posts */
.popular-posts {
	list-style-type:none;
	padding:0;
	margin:0;
}
	.popular-posts li {
		overflow:hidden;
		margin:0 0 15px 0;
		background:none;
		padding:0;
	}
		.popular-posts li .post-thumb {
			float:left;
			margin-right:20px;
			width:101px;
			height:102px;
			overflow:hidden;
			padding:1px;
			background:#fff;
			border:1px solid #eaeaea;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
			}
			.popular-posts li .post-thumb .thumbnail {
				width:100%;
				height:100%;
			}
			.popular-posts li .post-thumb:hover {border:1px solid #792480;}
			
		.popular-posts li .post-thumb.empty-thumb {background:url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;}
		
		.popular-posts li h5 {margin-bottom:10px;}
		.popular-posts li h5 a{text-decoration:none;}
		.popular-posts li .excerpt {margin-bottom:10px;}


/* 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 {
	padding:2px 7px; 
	display:inline-block;
	background:#f6f6f6;
	color:#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;
}
.pagination .current a, .pagination a:hover  {
	color:#fff;
	background:#792480;
}

/* Carousel widget */
.es-carousel-wrapper{
	background: none;
	padding:26px 0px 0 0;
	position:relative;
	border-top:3px solid #f6f6f6;
}
.es-carousel{
	overflow:hidden;
	background:none;
}
.es-carousel ul{
	display:none;
	overflow:hidden;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
	list-style-type:none;
	padding:0;
	margin:0 26px 0 0; 
	color:#848484;
	background:none;
}
.es-carousel ul li .featured-thumbnail{
	background:none;
	float:none;
	margin:0 0 10px 0;
}
.es-carousel ul li h2 {margin-bottom:5px;}
.es-carousel ul li h2 a {text-decoration:none; color:#792480;}
.es-carousel ul li h2 a:hover {color:#000;}

.es-carousel ul li a img{
	display:block;
	max-height:100%;
	max-width:100%;
}
.es-carousel ul li .excerpt {
	margin-bottom:17px;
}

.es-nav > span{
	position:absolute;
	right:0px;
	width:26px;
	height:26px;
	border-radius:13px;
	text-indent:-9000px;
	cursor:pointer;
	background-color:#f6f6f6;
	background-repeat:no-repeat;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}
.es-nav > span:hover {background-color:#792480;}

.es-nav span.es-nav-prev{
	right:32px;
	top:-41px;
	background-image:url(images/prev.png);
	background-position:-84px 50%;
}
.es-nav span.es-nav-next{
	right:0px;
	top:-41px;
	background-image:url(images/next.png);
	background-position:11px 50%;
}

	.es-nav span.es-nav-prev:hover {background-position:10px 50%;}
	.es-nav span.es-nav-next:hover {background-position:-83px 50%;}	

	

/* 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: 6px 0 0 0;
	margin: 0;
}
.testimonials div.testi_item {
  padding: 0 0 0 45px;
  margin: 0 0 70px 0;
  background:url(images/quotes.png) 0 10px no-repeat;
}
.testimonials div.testi_item blockquote {
  display: block;
  position: relative;
  margin: 0;
  padding: 1px;
  background: #fff;
  border-radius: 18px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border:1px solid #eaeaea;
}
	.testimonials div.testi_item blockquote .item-inner {
		background:url(images/bg-testi.gif) 0 0 repeat-x #f6f6f6;
		padding:22px 25px 23px 23px;
		border-radius: 18px;
		position:relative;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
	}
.testimonials div.testi_item blockquote:before {
	content: "";
	display: block;
	position: absolute;
	left: 113px;
	bottom: -35px;
	width:42px;
	height:36px;
	background:url(images/corner.png) 0 0 no-repeat;
}

.testimonials div.testi_item blockquote a {
	text-decoration: none;
	color: #848484;
	display: block;
	position: relative;
	font-size:12px;
	line-height:26px;
	font-family: 'Trocchi', serif;
	font-weight:400;
	font-style:italic;
	-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: #e35744;}

.name-testi {
  padding: 32px 0 0 0;
  text-align: right;
  display: block;
}
.name-testi .user {
	display:block;
	font-weight:bold;
	color:#848484;
}
.name-testi a {
	font-weight: normal;
	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;
}
.name-testi a:hover {color:#000;}
.testimonials .thumb {
	float: left;
	margin-right: 20px;
}
/*----------------------------------------
			Tabs Testimonials
---------------------------------------- */
.tabs .testimonials {padding: 0; background:url(images/bg-body.gif) 0 0 no-repeat;}

.tabs .testimonials div.testi_item {
  overflow:hidden;
  padding: 0;
  margin: 0;
  background:url(images/quotes.png) 240px 0px no-repeat;
}
.tabs .testimonials div.testi_item blockquote {
  display: block;
  position: relative;
  overflow:hidden;
  margin: 0;
  padding: 0px;
  background:none;
  border-radius: 0px;
  border:none;
}
.tabs .testimonials div.testi_item blockquote:before {display:none;}

	.tabs .testimonials div.testi_item blockquote .item-inner {
		background:none;
		padding:0;
		border-radius: 0px;
	}
	.tabs .testimonials div.testi_item blockquote a {
		text-decoration: none;
		color: #848484;
		display: block;
		position: relative;
		font-size:12px;
		line-height:21px;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-style:normal;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.tabs .testimonials div.testi_item blockquote a:hover {color: #e35744;}
	.tabs .testimonials div.testi_item .featured-thumbnail {margin:0 60px 5px 0;}
	
	.tabs .name-testi {padding: 12px 0 0 0;}

/* 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 0 30px 0;
	padding:0;
}
	.latestpost li {
		margin:0 0 15px 0;
		list-style-type:none;
		background:none;
		padding:0;
		color:#e35744;
	}
		.latestpost li .featured-thumbnail {margin:6px 19px 0 0;}

		.latestpost li .excerpt {margin-bottom:0px;}
		.latestpost li time {
			color:#848484;
			font-weight:bold;
			margin-bottom:8px;
			padding-top:3px;
			display:block;
		}


/* 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.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 {
	
	}
.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 0px 0px 0;
		padding:0;
	}
		.banners-holder li a {display:block;}
		.banners-holder li img {
			vertical-align:top;
			/* float:left; */
		}
		
	.widget .banners-holder li {
		margin:0 5px 5px 0;
	}		
/* vCard widget */			
.vcard {
	
	}


/* Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial {
	border:1px solid #eaeaea;
	padding:30px 30px 30px 280px;
	width:auto;
	background:url(images/quotes.png) no-repeat 245px 28px #f6f6f6;
	font-style:normal;
	font-size:12px;
	line-height:21px;
	font-weight:normal;
	margin-bottom:36px;
}
	article.testimonial .featured-thumbnail {
		position:absolute;
		left:20px;
		top:29px;
	}
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		color:#848484;
		font-size:12px;
		line-height:21px;
		font-weight:bold;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	}
		article.testimonial .name-testi a {
			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:#000;}


/* Single Testimonial */
.testi-single {
	border:1px solid #eaeaea;
	padding:30px 30px 30px 280px;
	width:auto;
	background:url(images/quotes.png) no-repeat 245px 28px #f6f6f6;
	font-size:12px;
	line-height:21px;
	font-style:normal;
	margin:0 0 36px 0;
	position:relative;
}
	.testi-single p {
		margin:0 0 1em 0;
		padding:0;
	}
		.testi-single .featured-thumbnail {
			position:absolute;
			left:20px;
			top:29px;
		}





/*----------------------------------------
				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 0 19px 0;
		padding:0;
		border:none;
		background:none;
		overflow:hidden;
	}
		.recent-posts li h4 a {text-decoration:none;}
		
		.recent-posts li .excerpt {
			margin-bottom:18px;
		}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:10px;
			font-size:10px;
			color:#848484;
			text-transform:uppercase;
			overflow:hidden;
		}
			.recent-posts li .post-date {float:left;}
			.recent-posts li .post-comments {float:right;}
		/*----------------------------------------
						General
		---------------------------------------- */
			#content .recent-posts.general {padding:6px 0 0 0;}
			.recent-posts.general li {width:100%;}
			.recent-posts.general li .featured-thumbnail {
				float:none;
				display:block;
				margin:0 0 24px 0;	
			}
			.recent-posts.general li .excerpt {padding:0 15px 0 0;}

/*----------------------------------------
				Our Team
---------------------------------------- */
#content .recent-posts.team {
  margin: 0;
  padding: 6px 0 0 0;
}
	.recent-posts.team li {
		float: left;
		width: 170px;
		overflow: hidden;
		margin: 0 15px 28px 0;
		color: #848484;
	}
	.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: 170px;
			overflow: hidden;
			float: none;
			margin: 0 0 19px 0;
		}
		
	.recent-posts.team li h4 {
		font-size:12px;
		line-height:21px;
		color:#848484;
		font-weight:bold;
		margin-bottom:0px;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	}
		.recent-posts.team li h4 a {color:#848484;}
		.recent-posts.team li h4 a:hover {color:#792480;}
		
	.recent-posts.team li .excerpt {margin-bottom: 0;}
	
	.single-post.team .job {font-weight:bold; font-size:12px;}
	.single-post.team h1.sp-title {margin-bottom:0px;}
	.single-post.team header {margin-bottom:23px;}

/*----------------------------------------
				Clients
---------------------------------------- */
	#content .recent-posts.clients {padding:6px 0 0 0;}
	.recent-posts.clients li {
		float: left;
		width: 195px;
		overflow: hidden;
		margin: 0 17px 25px 0;
		color: #848484;
	}
	.recent-posts.clients li:nth-child(3n) {margin-right: 0;}
	.recent-posts.clients li.nomargin {margin-right: 0;}
	
	.recent-posts.clients li .featured-thumbnail {
		float:none;
		display:block;
		margin:0 0 13px 0;	
	}
	.recent-posts.clients li h4 {display:none;}
	
/*----------------------------------------
				Services
---------------------------------------- */
#content .recent-posts.services {
	list-style-type:none;
	padding:1px 0 0 0;
	margin:0 0 21px 0;
	overflow:hidden;
}
	.recent-posts.services li {
		margin:0 0px 23px 0;
		background:none;
		padding:0;
	}
		.recent-posts.services li h4 {
			background:url(images/heading-marker.png) 0 5px no-repeat;
			padding-left:36px;
			font-size:12px;
			line-height:20px;
			font-weight:normal;
			color:#792480;
			font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
			margin-bottom:11px;
		}
			.recent-posts.services li h4 a {color:#792480;}
			.recent-posts.services li h4 a:hover {color:#000;}
			
			.recent-posts.services li .excerpt {
				padding:0 0 0 36px;
				margin-bottom:0px;
			}
			
/*----------------------------------------
				Works & Studies
---------------------------------------- */
#content .recent-posts.works {margin:0;}
	.recent-posts.works li {margin:0;}
		.recent-posts.works li h4 {display:none;}
		
		.recent-posts.works li .featured-thumbnail {margin: 0 20px 5px 0;}
			
			.recent-posts.works li .excerpt {margin-bottom:18px;}

/* 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 {
	padding:0px 0 51px;
	margin:0;
	position:relative;
	z-index:3;
}

	#copyright {border-top:3px solid #f6f6f6;}
	
	/* Footer navigation */
	nav.footer {
		overflow:hidden;
		float:left;
	}
		nav.footer ul {
			margin:0;
			padding:0;
			overflow:hidden;
		}
			nav.footer ul li {
				list-style-type:none;
				background:none;
				display:block;
				float:left;
				text-align:left;
				padding:28px 0 0 0;
				margin:0 28px 0 0;
				position:relative;
				line-height:16px;
			}
			nav.footer ul li:first-child {
				background:none;
				width:81px;
				height:63px;
				padding:0;
				margin:0 29px 0 0;
				border-right:3px solid #f6f6f6;
			}
			nav.footer ul li a {
				font-weight:400;
				font-family: 'Trocchi', serif;
				text-transform:uppercase;
				background:none;
				text-decoration:none;
				font-size:11px; 
				line-height:16px;
				padding:0;
				color:#c6c7c8;
				padding:0;
				display:inline-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;
			}
				nav.footer ul > li:first-child > a {
					text-indent:-5000px;
					padding:0;
					display:block;
					height:100%;
					width:100%;
					position:relative;
				}

				nav.footer ul > li:first-child > a:before{
					content:"";
					display:block;
					position:absolute;
					width:15px;
					height:13px;
					top:29px;
					left:28px;
					display:inline-block;
					cursor:pointer;
					background:url(images/home-icon.png) 0 0 no-repeat;
				}
			nav.footer ul > li:first-child:hover > a:before, nav.footer ul > li:first-child.current-menu-item > a:before {background-position:0 -13px;}
			nav.footer ul li a:hover, nav.footer ul li.current-menu-item a {color:#792480;}

	
	
	/* Footer text */
	#footer-text {
		float:right;
		padding:29px 0 0 0px;
		font-size:11px;
		line-height:16px;
		color:#c6c7c8;
		text-transform:uppercase;
		font-family: 'Trocchi', serif;
		font-weight:400;	
	}
		#footer-text a {
			text-decoration:none;
			color:#c6c7c8;
			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: #792480;}

/*----------------------------------------
				Misc
---------------------------------------- */
.separator {background:url(images/line-1.gif) 598px 0 repeat-y;}
.separator-1 {background:url(images/line-1.gif) 598px 0 repeat-y; margin-bottom:27px;}
.colborder{background:url(images/line-1.gif) 28px 0 repeat-y;}

	.separator.left {background:url(images/line-1.gif) 349px 0 repeat-y;}
	.prefix_1.left {padding-right:80px; padding-left:0px!important;}

.button, .camera_wrap a.button {
	display:inline-block;
	padding:10px 15px 9px;
	background:#792480;
	color:#fff;
	font-size:12px;
	line-height:17px;
	text-decoration:none;
	position:relative;
	text-transform:capitalize;
	font-family: 'Trocchi', serif;
	font-weight:400;
	border-radius:5px;
	box-shadow:0 1px 3px rgba(0,0,0, 0.31);
	-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, .camera_wrap a.button:hover {
		background:#381511;
	}
	
	.link {
		display:inline-block;
		font-size:12px;
		line-height:22px;
		color:#792480;
		text-decoration:underline;
		text-transform:capitalize;
		padding-left:15px;
		background:url(images/link-marker.png) 0 9px 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;
	}
		.link:hover {
			text-decoration:none;
			color:#000;
			background-position:0 -69px;
		}
		
	.link-1 {
		display:inline-block;
		font-size:12px;
		line-height:21px;
		color:#792480;
		text-decoration:none;
		text-transform:none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
		.link-1:hover {color:#000;}
		
.no-results {margin-bottom:40px;}
.no-results strong {color: #3a3a3a;}


/* Lightbox */
.lightbox {
	display:block;
	position:relative;
}
/*----------------------------------------
				 Back to Top
---------------------------------------- */
#back-top-wrapper {
	width:100%;
	position:absolute;
	overflow:hidden;
	height:0px;
}
#back-top {
	position: fixed;
	bottom: 50px;
	left:50%;
	margin-left:578px;
	display:none;
}

#back-top a {
	display: block;
	position:relative;
	text-align: center;
	font-size:0px;
	line-height:0px;
	width: 56px;
	height: 56px;
	text-decoration:none;
	background: #f6f6f6;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	
	/* rounded corners */
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}
#back-top a:hover {background-color: #792480;}

	#back-top a span {
		background:url(images/up-arrow.png) no-repeat center center;
		display:block;
		width: 56px;
		height: 56px;
	}


/*----------------------------------------
				Tabs
---------------------------------------- */
.tabs {margin: 12px 0 0px 0;}

.tabs .tab-wrapper { margin:0;}
.tabs .tab-menu {border-bottom:3px solid #792480;}
.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;
	background:none;
}

.tabs .tab-menu a {
    background: transparent;
	border-right:2px solid #f6f6f6;
    color: #848484;
    display: block;
    font-size: 12px;
	line-height:17px;
	text-transform:uppercase;
	font-family: 'Trocchi', serif;
	font-weight:400;
    margin: 0;
    padding: 18px 30px 15px 31px;
	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;
}

.tabs .tab-menu a:hover, .tabs .tab-menu a.active{color: #fff; background:#792480; border-right:2px solid #792480;}
.tabs .tab-menu li.lasts a {border-right:none;}

.tabs .tab {
	background: none;
    padding: 40px 10px 0 0;
}





/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle .trigger {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666666;
	display: block;
	padding: 10px 12px 10px 40px;
	position: relative;
	text-decoration:none;
	height:1%;
	}

.toggle .trigger span {
	background: url(includes/images/toggle.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	text-indent: -9999px;
	width: 22px;
	height: 20px;
	}

.toggle .trigger:hover,
.toggle .active {
	background:#191919;
	color:#fff;
	}
.toggle .active span {
	background-position: 0 -20px;
	}

.toggle .box {
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	}



/* Dropcap */
.dropcap {
	display: block;
	float: left;
	margin: 0 22px 20px 0;
	text-transform: uppercase;
	width: 78px;
	height: 78px;
	background:#9966cc;
	font-size:60px;
	line-height:62px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-family: 'Trocchi', serif;
	border-radius:39px;
	overflow:hidden;
}

.widget-area {
	
}

.hr {
	height:1px;
	background:#eee;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 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;
	}
.sm_hr {
  height: 1px;
  background: #eee;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 25px 10px;
}
.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: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;
	background:url(images/address-icon1.png) no-repeat 0 3px;
}
.address dd {
	float:left;
	width:217px;
	padding:0 0 0 53px;
	background:url(images/address-icon2.png) no-repeat 0 3px;
}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
	}
		.address dd ul li {
			background:none;
			padding:0;
			margin:0;
		}
	.address dd span {
		float:left;
		width:100px;
	}
		.address dd a {
			color: #792480;
			text-decoration:underline;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		.address dd a:hover {
			color:#000;
			text-decoration:none;
		}

/* Google Map */
.google-map {
	margin-bottom:20px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url(images/loading-map.gif);
}




/* VIDEO */
.video-wrap {
	margin-bottom: 10px;
	position:relative;
	zoom:1;
	}
	.video-wrap object {
		position:relative;
		z-index:2;
		}
	.video-bg {
		background-color:black;
		position:absolute;
		left:0;
		top:0;
		z-index:1;
		}

/* AUDIO */
.audio-wrapper {
   margin-bottom:1.5em;
}
.audio-desc {
	font-size:.91em;
	color:#999;
	padding:.5em 0 0 0;
	}
.audiojs audio { position: absolute; left: -1px; }
.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
	background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }
.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000; }
.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojs .play { display: block; }
.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
	background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }
.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
	background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }
.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); } 
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
	text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }

.audiojs .play { background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat; }
.audiojs .loading { background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat; }
.audiojs .error { background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat; }
.audiojs .pause { background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat; }

.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }

.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }



/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}
	


/*---------------------------------------- 
				Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848484;
	vertical-align:middle;
	font-weight:normal;
	border:1px solid #eaeaea;
	outline:none;
	border-radius:0;
}
input[type="text"], textarea {
	background:#f6f6f6;
	border:1px solid #eaeaea;
	padding:7px 10px 7px 10px;
}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	padding:0;
	font-size:12px;
	line-height:21px;
	color:#792480;
	text-decoration:underline;
	text-transform:capitalize;
	border:none;
	height:auto;
	cursor:pointer;
	padding-left:15px;
	background:url(images/link-marker.png) 0 7px 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;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	text-decoration:none;
	color:#000;
	background-position:0 -71px;
}


/* Comment form */
#commentform {}
	#commentform a {text-decoration:underline;}
	#commentform a:hover {color:#000; text-decoration:none;}
	
	#commentform p.field {margin-bottom:12px; overflow:hidden;}
	#commentform p.area {margin-bottom:31px; overflow:hidden;}
	
		#commentform small {color:#848484; font-size:12px;}
	#commentform label {
		display:block;
		float:left;
		width:54px;
		padding-right:8px;
		padding-top:10px;
		text-align:right;
	}
	#commentform input[type="text"] {
		width:365px;
		height:22px;
	}
	#commentform textarea {
		width:365px;
		height:184px;
		resize:none;
		overflow:auto;
	}
	.buttons {text-align:left; padding-left:341px;}



/* Contact form */
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
}
.wpcf7-form p.field input {width:278px; height:18px;}
	.wpcf7-form p.field small {color:red;}

.wpcf7-form textarea {
	width:278px;
	height:255px;
	resize:none;
	overflow:auto;
	margin-bottom:17px;
}
.wpcf7-form .submit-wrap {
	padding:0;
	margin:0;
}
	.wpcf7-form .submit-wrap input[type="submit"], .wpcf7-form .submit-wrap input[type="reset"] {margin-right:20px;}
	
	span.wpcf7-form-control-wrap {display:block;}
	
	.wpcf7-not-valid-tip {
		width:288px !important;
		position:absolute;
		left:0 !important;
		top:0 !important;
		padding:5px 0 6px 10px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
	}
	div.wpcf7-response-output {
		margin-left:0 !important;
		margin-right:0 !important;
	}





/* Sidebar search form */
#searchform {overflow:hidden;}
#searchform .searching {
	width:180px;
	margin-right:10px;
	float:left;
	height:18px;
}
	#searchform .submit {
		float:left;
		cursor:pointer;
		margin:6px 0 0 0;
	}



/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.testi_outer{
	float:left;	
}
.testi_outer {
float: left;
border-bottom: 1px dotted;
padding-bottom: 10px;
margin-bottom: 10px;
}
.auth {
color: #792480;
font-style: italic;
font-weight: bold;
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */
