@charset utf-8;
/*--
	Theme Name: theme1690
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.4.1 + from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
--*/

/* Add Google WebFonts */
@import url(http://fonts.googleapis.com/css?family=Oswald);

/* General
---------------------------------------- */
html,
body {
	min-width:1040px;
	height:100%;
	}
body{
	background-color: #1c1c1d;
	color: #7e7e7f;
	font: 100%/1.125em Arial, Helvetica, sans-serif;
	position:relative;
}

/* BgStretcher */
.bgstretcher {
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}

::selection {background: rgb(227,115,65); color:rgb(255,255,255);}
::-moz-selection {background: #668822; color:rgb(255,255,255);}
img::selection {background: transparent;}
img::-moz-selection {background: transparent;}
body {-webkit-tap-highlight-color: rgb(227,115,65);}

#main {
	font-size:.8125em;
	line-height:1.4615em;
	position:relative;
	z-index:2;
	height:100%;
}
.extra {
	width:100%;
	min-height:100%;
	height:auto;
	margin:0 0 -240px;
	position:relative;
	z-index:1;
}
.block {height:240px;}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin:0 0 1em 0;
	}

h5 {
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
}
h6 {margin:0;}


/* 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;
	}
dl dd {
	padding:0 0 0 32px;
	margin:0 0 1.5em 0;
	}

.list > ul {
	padding:0;
	margin:-10px 0 0;
	border:none;
	background:none;
}
	.list > ul > li {
		list-style-type:none;
		padding:4px 0 3px 12px;
		margin:0;
		border:none;
		background:url(images/marker-1.png) 0 11px no-repeat;
		line-height:19px;
	}
		.list > ul > li > a {
			color:#271A07;
			text-decoration:none;
			-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
				-moz-transition: all 0.3s ease-out;  /* FF4+ */
					-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
						transition: all 0.3s ease-out;
		}
		.list > ul > li > a:hover {
			text-decoration:underline;
			color:#e37341;
		}

.link {
	font-size:11px !important;
	line-height:19px !important;
	text-transform:uppercase;
	text-decoration:underline !important;
	color:#dc7b4c!important;
	-webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
	     -moz-transition: all 0.3s ease-out;  /* FF4+ */
	      -ms-transition: all 0.3s ease-out;  /* IE10 */
	       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	          transition: all 0.3s ease-out;
}
.link:hover {color:#fff !important;}

/* Header
---------------------------------------- */
#header {
	position:relative;
	z-index:99;
	background:url(images/header-tail.png) 50% 0 repeat-x;
}

/* Logo */
.logo {float:left;}
	.logo h1,
	.logo h2 {
		margin:0;
		position:relative;
		z-index:1;
		}
		.logo h1 a,
		.logo h2 a {
			display:block;
			width:193px;
			height:87px;
			overflow:hidden;
			font-family: 'Oswald', sans-serif;
			font-size:33px;
			font-weight:400;
			line-height:1.2em;
			margin:0;
			padding:97px 0 0;
			text-transform:uppercase;
			text-align:center;
			background:url(images/logo-bg.png) 0 0 no-repeat;
			color:#fff;
			text-decoration:none;
			}
.logo .tagline {
	font-size:10px;
	color:#411c10;
	text-transform:uppercase;
	margin:-47px 0 28px 30px;
	position:relative;
	z-index:2;
	}

/* 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 {
	width:100%;
	overflow:hidden;
	}

	.top-box {
		width:300px;
		height:470px;
		border-bottom:4px solid #e37341;
		overflow:hidden;
		position:relative;
		margin:2px 0;
		box-shadow:0 0 2px rgba(0,0,0,.5);
		background:#000;
		font-size:12px;
		line-height:20px;
		color:#7e7e7f;
	}
	.top-box img {
		-webkit-transition: .35s;
		-moz-transition: .35s;
		transition: .35s;
		position: relative;
		left: -390px;
	}
		.top-box:hover .box-title {padding-bottom:50px; top:357px;}
		.top-box:hover img {opacity:.8; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);}

	.box-title {
		padding:18px 21px 12px 18px;
		background:rgba(0,0,0,.85);
		position:absolute;
		left:0;
		top:395px;
		z-index:9;
		overflow:hidden;
		width:261px;
		height:45px;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.no-rgba .box-title {background:url(images/top-box-tail.png) 0 0 repeat;}
	.box-title h2 {
		font-family: 'Oswald', sans-serif;
		font-size:18px !important;
		line-height:20px !important;
		font-weight:400;
		color:#f0eeeb !important;
		text-transform:uppercase;
		margin:0 0 3px !important;
	}
	.more-btn {
		display:inline-block;
		width:22px;
		height:22px;
		text-indent:-999em;
		background:url(images/more-btn.png) 0 0 no-repeat;
		margin:0px 0 0 2px;
		float:right;
	}
	.more-btn:hover {background-position:0 100%;}


/* Carousel-1 */
#carousel {
	height: 1%;
	overflow:hidden;
}
	#carousel .viewport {
		width: 100%;
		height:230px;
		overflow: hidden;
		position: relative;
		padding:0;
		margin:0 0 16px;
	}
#carousel .buttons {
	display: block;
	width: 35px;
	height: 35px;
	text-indent:-999em;
	background:url(images/carousel-control.png) 0 0 no-repeat;
	position:absolute;
	top:0px;
}
	#carousel .buttons.next {background-position:100% -35px; right:0px;}
	#carousel .buttons.prev {background-position:0 0; right:40px;}
	#carousel .buttons.next:hover {background-position:100% 0;}
	#carousel .buttons.prev:hover {background-position:0 -35px;}
#carousel .disable { visibility: hidden; }
#carousel .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 100%; left: 0; top: 0;}
#carousel .overview li {
	list-style-type:none;
	margin:0 20px 0 0;
	padding:0;
	width:220px;
	overflow:hidden;
	float:left;
}
	#carousel .overview .featured-thumbnail {margin:0 0 17px;}
	#carousel .overview h5 a {text-decoration:none;}
	#carousel .overview h5 a:hover {color:#DC7B4C;}

/* Carousel-2 */
#carousel2 {
	height: 1%;
	overflow:hidden;
}
	#carousel2 .viewport {
		width: 100%;
		height:155px;
		overflow: hidden;
		position: relative;
	}
#carousel2 .buttons {
	display: block;
	width: 35px;
	height: 35px;
	text-indent:-999em;
	background:url(images/carousel-control.png) 0 0 no-repeat;
	position:absolute;
	top:0px;
}
	#carousel2 .buttons.next {background-position:100% -35px; right:0px;}
	#carousel2 .buttons.prev {background-position:0 0; right:40px;}
	#carousel2 .buttons.next:hover {background-position:100% 0;}
	#carousel2 .buttons.prev:hover {background-position:0 -35px;}
#carousel2 .disable { visibility: hidden; }
#carousel2 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 100%; left: 0; top: 0;}
#carousel2 .overview li {
	list-style-type:none;
	margin:0 20px 0 0;
	padding:0;
	width:300px;
	overflow:hidden;
	float:left;
}
	#carousel2 .overview .featured-thumbnail {margin:0 0 17px;}
	#carousel2 .overview h5 a {text-decoration:none;}
	#carousel2 .overview h5 a:hover {color:#DC7B4C;}
	#carousel2 .overview .post-meta {
			display: block;
			float: left;
			margin: 0 12px 20px 0;
			text-transform: uppercase;
			width: 34px;
			padding:0 8px;
			height: 50px;
			font-family: 'Oswald', sans-serif;
			font-size: 16px;
			line-height: 22px;
			font-weight:400;
			color: #ffffff;
			text-align: center;
			text-transform:uppercase;
			overflow:hidden;
			background:url(images/time-bg.png) 0 0 no-repeat;
		}
		#carousel2 .overview .indent-bot {margin-bottom:15px;}


/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position:relative;
	z-index:2;
}

/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			120px; /* left offset of submenus need to match (see below) */
	padding:5px 0;
	background:url(images/submenu-tail.gif) 0 0 repeat-x #1a1a17;
	box-shadow:1px 1px 3px rgba(0,0,0,.5);
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:inline-block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			50px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			122px; /* match ul width */
	top:			-5px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu {
	float:			right;
}
.sf-menu > li > a {
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	line-height:39px;
	height:43px;
	font-weight:400;
	padding:0 21px 0 19px;
	text-decoration:none;
	text-transform:uppercase;
	color:white;
	overflow:hidden;
	-webkit-transition: background 0.3s ease-out;  /* Saf3.2+, Chrome */
		-moz-transition: background 0.3s ease-out;  /* FF4+ */
			-o-transition: background 0.3s ease-out;  /* Opera 10.5+ */
				transition: background 0.3s ease-out;
}
.sf-menu > li {background:url(images/menu-spacer.png) 100% 0 no-repeat;}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a,
.sf-menu > li.current-menu-item > a {
	background:url(images/menu-active.jpg) 0 0 repeat-x #4d6818;
	color:#fff;
	text-shadow:0 1px #668822;
	box-shadow:1px 1px 2px rgba(0,0,0,0.5);
}

.sf-menu li li a {
	display:block;
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	line-height:23px;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding-left:10px;
	text-shadow:0 1px #100f0e;
	background:url(images/submenu-hover.gif) 0 -100% no-repeat;
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
					-moz-transition: all 0.3s ease-out;  /* FF4+ */
					-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
					transition: all 0.3s ease-out;
}
.sf-menu li li a:hover,
.sf-menu li li.sfHover > a,
.sf-menu li li.current-menu-item > a {
	text-shadow:0 1px #668822;
	background-position:0 100%;
	background-repeat:repeat-x;
	background-color:#668822;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* Content
---------------------------------------- */
.content-bg {
	padding:35px 0 20px;
	margin:0 -30px 3px;
	background:url(images/content-tail.jpg) 50% 0 repeat #19191a;
	box-shadow:1px 1px 3px rgba(0,0,0,.5);
}
.primary_content_wrap {
	position:relative;
	z-index:1;
	padding:20px 0 50px;
}
	.primary_content_wrap h1,
	.primary_content_wrap h2,
	.primary_content_wrap h3 {
		font-family: 'Oswald', sans-serif;
		font-size:24px;
		line-height:30px;
		font-weight:400;
		text-transform:uppercase;
		color:white;
		margin:0 0 30px;
	}
	.primary_content_wrap h4 {color:#fff;}
		.primary_content_wrap h1 span {color:#dc7b4c;}
	.primary_content_wrap h5 {
		font-family: 'Oswald', sans-serif;
		font-size:12px;
		line-height:20px;
		font-weight:400;
		text-transform:uppercase;
		color:#fff;
		margin:0 0 5px;
	}

#content {
	padding:0 30px;
}
#content.left {
	float:right !important;
	}
#content.right {padding-right:0;}


/* Page */
.page {

	}
	#page-content {

	}
	#page-meta {

	}

/* Archives */
.archive-lists ul li {
	list-style-type:none;
	font-size:11px;
	line-height:19px;
	padding:4px 0 3px 12px;
	margin:0;
	background:url(images/marker-1.png) 0 12px no-repeat;
}
	.archive-lists ul li a {
		color:#7E7E7F;
		text-decoration:none;
		-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
			-moz-transition: all 0.3s ease-out;  /* FF4+ */
				-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
					transition: all 0.3s ease-out;
	}
	.archive-lists ul li a:hover {color:#E37341; text-decoration:underline;}

/* Comments
---------------------------------------- */
h3#comments {
 padding-top:10px;
 margin-bottom:25px;
 }
.commentlist {
 list-style-type:none;
 padding:0 0 20px 0;
 margin:0;
 position:relative;
 overflow:hidden;
 }
 li.comment {
  list-style-type:none;
  overflow:hidden;
  position:relative;
  padding: 0;
  margin: 0;
  background:none;
  border:none;
  text-transform:none;
 }
 li.comment > div {padding-bottom:10px;}
  .odd {

  }
  .even {

  }
   li.comment .comment-body {
    padding:20px;
    position:relative;
    zoom:1;
    background:rgba(255,255,255,.1);
    }
	.no-rgba li.comment .comment-body {background:url(images/frame-tail.png) 0 0 repeat; border:1px solid #3b3b3c;}
    li.comment .comment-body p {
     min-height: 65px;
    }
  .author-comment {

  }
  .comment-author {
	float:left;
	margin:0 20px 10px 0;
   }
   .comment-author .author {
    font-style:italic;
    text-transform:capitalize;
    width:65px;
    text-align:center;
    display: block;
    font-size:15px;
    padding-top: 6px;
   }
  .comment-text {

  }

	/* Comment meta */
  .comment-meta {
	color:#fff;
  }
  .comment-meta a {

		}

	 /* Avatar */
   li.comment .avatar {
    float:none;
    margin:0;
    vertical-align:top;
    overflow:hidden;
	border:5px solid rgba(255,255,255,.1);
    }
    li.comment .avatar {
     display:block;
     vertical-align:top;
     overflow:hidden;
     }

    .commentlist ul.children {
     margin:0 0 0 30px;
     overflow:hidden;
	 position:relative;
     }
     .commentlist ul.children li.comment {

      }

		/* Reply */
    .reply {
		text-align:right;
     }
     .reply a {
		  display:inline-block;
		  font-size:11px;
		  line-height:19px;
		  text-transform:uppercase;
		  color:#fc854b;
      }
     .reply a:hover {
		color:#fff;
		text-decoration:none;
      }


  .waiting-for-approval {

  }
 #trackbacks {

 }
  li.trackback {

  }
 p#no-comments {

 }
 #comments-form {

 }

 .allowed_tags {
  background:#eee;
  padding:15px;
  font-size:11px;
  font-family:"Courier New", Courier, monospace;
  color:#666;
  }
  .allowed_tags strong {
   font-family:Tahoma, Geneva, sans-serif;
   }
  #respond {padding-top:28px;}
	#respond h3 {margin-bottom:20px;}
  .cancel-comment-reply a {
   color:#fff !important;
   text-decoration:underline;
  }
  .cancel-comment-reply a:hover {
   text-decoration:none;
  }





/* Post
---------------------------------------- */
.post {

}
	.postContent {

	}
	.post-excerpt {

	}


.post-holder {
	margin-bottom:25px;
	position:relative;
	overflow:hidden;
	}

/* Post header */
.post-holder .entry-title {
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:5px;
	}
	.post-holder .entry-title a {text-decoration:none;}
	.post-holder .entry-title a:hover {color:#DC7B4C;}
.post-holder.single-post {
	margin-bottom:30px;
	overflow:hidden;
	width:100%;
	}

/* Featured thumbnail */
.featured-thumbnail {
	position:relative;
	float:left;
	margin:5px 20px 10px 0;
	border:none;
	padding:5px;
	background:rgba(255,255,255,.1);
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
		-moz-transition: all 0.3s ease-out;  /* FF4+ */
			-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
				transition: all 0.3s ease-out;
	}
	.single-post .featured-thumbnail {background:rgba(255,255,255,.1) !important;}
	.no-rgba .featured-thumbnail {background:url(images/frame-tail.png) 0 0 repeat;}
	.featured-thumbnail:hover {background:#DC7B4C;}
	.featured-thumbnail img {
		float:left;
		}

	/* Small thumbnail */
	.featured-thumbnail.small img {
		padding:4px;
		}

	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:0;
		margin-top:0;
		overflow:hidden;
		margin-bottom:1.2em;
		background:rgba(255,255,255,.1) !important;
		}
	.no-rgba .featured-thumbnail.large {background:url(images/frame-tail.png) 0 0 repeat !important;}
	.featured-thumbnail.large img {
		max-width:100%;
		height:auto;
		}

/* Post content */
.post-content {

}
	.post-content .excerpt {
		margin-bottom:25px;
		}
	.pagination {

	}
		.pagination a {
			display:inline-block;
			padding:0 5px;
			background:#eee;
			}

/* Post footer */
.post-holder .post-footer {
	clear:both;
	padding:15px 0 0 0;
	}
.post-holder.single-post .post-footer {
	margin-top:20px;
	}


/* Meta information for post */
.post-meta {
	color:#7e7e7f;
	margin-bottom:20px;
}
	.post-meta a,
	.post-meta time {
		display:inline-block;
		text-decoration:none;
		color:#7e7e7f;
		padding-left:20px;
	}
	.post-meta a:hover {color:#DC7B4C; text-decoration:underline;}
	.post-meta time {background:url(images/time-icon.png) 0 3px no-repeat;}
	.post-meta a[rel^="author"] {background:url(images/author-icon.png) 0 2px no-repeat;}
	.post-meta .comments-link {background:url(images/comment-icon.png) 0 2px no-repeat;}

	.post-navigation {

	}

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


/* Post edit link */
.post-edit-link {

	}
.post-edit-link:hover {

	}


/* Image styling */
.alignleft {
	float:left;
	margin:0 15px 15px 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:5px;
	background:rgba(255,255,255,.1);
	border:none;
	text-align:center;
	}
	.no-rgba .frame {background:url(images/frame-tail.png) 0 0 repeat;}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
	}


/* Related Posts */
.related-posts {
	overflow:hidden;
	padding:0 0 30px 0;
	margin:-15px 0 0;
	}
	.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 .featured-thumbnail {
			float:none;
			margin:0 0 10px 0;
			overflow:hidden;
			}
		.related-posts li > a {
				display:inline-block;
				font-family: 'Oswald', sans-serif;
				font-size:12px;
				line-height:20px;
				font-weight:400;
				text-transform:uppercase;
				color:#fff;
				text-decoration:none;
		}
		.related-posts li > a:hover {color:#dc7b4c;}



/* Page Navigaton (wp-pagenavi) */
.wp-pagenavi {
	clear: both;
	overflow:hidden;
}
body.author .wp-pagenavi {
	padding-bottom: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border:none;
	margin:0 10px 10px 0;
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	line-height:1.2;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color:#dc7b4c;
}
.wp-pagenavi .pages {
	float:right;
	border:none;
	}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	display:inline-block;
	padding:6px 14px 5px;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	line-height:2;
	font-weight:400;
	text-transform:uppercase;
	text-shadow:0 1px #b2130c;
	color:#fff !important;
	text-decoration:none;
	background: #dc7b4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #dc7b4c 0%, #da7448 24%, #d35d3a 71%, #d15333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc7b4c), color-stop(24%,#da7448), color-stop(71%,#d35d3a), color-stop(100%,#d15333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dc7b4c 0%,#da7448 24%,#d35d3a 71%,#d15333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dc7b4c 0%,#da7448 24%,#d35d3a 71%,#d15333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dc7b4c 0%,#da7448 24%,#d35d3a 71%,#d15333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dc7b4c 0%,#da7448 24%,#d35d3a 71%,#d15333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc7b4c', endColorstr='#d15333',GradientType=0 ); /* IE6-9 */
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {background:#D15333; filter:none;}


/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older {
		float:left;
	}
	.newer {
		float:right;
	}



/* Gallery post format */
.gallery_post {
	list-style-type:none;
	padding:0;
	margin:0 0 1em 0;
	width:100%;
	overflow:hidden;
	}
	.gallery_post .g_item {
		overflow:hidden;
		display:none;
		}
	.gallery_post .g_item:first-child {
		display:block;
		}
		.gallery_post .g_item .featured-thumbnail {
			float:none;
			margin:0;
			}
			.gallery_post .g_item .featured-thumbnail img {
				float:none;
				}

.g_pagination {
	text-align:left;
	overflow:hidden;
	}
	.g_pagination ul {
		list-style-type:none;
		margin:0;
		padding:.5em 0;
		overflow:hidden;
		}
		.g_pagination ul li {
			padding:0 5px 0 0;
			display:inline;
			margin:0;
			}
			.g_pagination ul li a {
				display:inline-block;
				text-decoration:none;
				width:10px;
				height:10px;
				background:#000;
				font-size:0;
				line-height:0;
				border-radius:5px;
				vertical-align:top;
				}
			.g_pagination li.activeSlide a,
			.g_pagination li a:hover {
				background:#999;
				}


/* Author
---------------------------------------- */
#post-author {
	overflow:hidden;
	border:1px solid #dbdbdb;
	padding:20px;
	margin-bottom:2em;
	}
#author-link {
	margin-top:1.5em;
	}
	#post-author .gravatar {
		margin:0 20px 0 0;
		}
	#post-author .gravatar img {
		background:#fff;
		border:1px solid #dbdbdb;
		padding:5px;
		}
#author-description {

	}

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

/* Recent author comments */
#recent-author-comments ul {
	padding:0;
	margin:0;
}
	#recent-author-comments ul li {
		list-style-type:none;
		font-size:11px;
		line-height:20px;
		padding:3px 0 3px 12px;
		margin:0;
		background:url(images/marker-1.png) 0 10px no-repeat;
	}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:3em;
	padding-bottom:2em;
	border-bottom:1px solid rgba(255,255,255,.1);
}
	.author-info .avatar {
		margin:0 20px 0 0;
		}
		.author-info .avatar img {
			float:left;
			background:rgba(255,255,255,.1);
			padding:5px;
			}

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




/* 404
---------------------------------------- */
#error404 {
	padding:30px 0 60px 0;
}
	.error404-num {
		font-size:250px;
		line-height:1.2em;
		text-align:center;
		color:#dc7b4c;
		}
	#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:25px;
	}
	.header-title h1 {
		font-family: 'Oswald', sans-serif;
		font-size:24px;
		line-height:30px;
		font-weight:400;
		text-transform:uppercase;
		color:#271A07;
		margin:0;
		}
	.header-title .page-desc {
		font-size:.91em;
		}



/* Default layout 3 columns */
#gallery {

	}
	#gallery .portfolio {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:0;
		margin:0;
		font-size:0;
		line-height:0;
		}
		#gallery .portfolio li {
			list-style-type:none;
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top;
			width:300px;
			margin:0 20px 40px 0;
			position:relative;
			background:none;
			padding:0;
			font-size:13px;
			line-height:19px;
			}
		* + html #gallery .portfolio li {
			display:inline;
			}
		#gallery .portfolio li.nomargin {
			margin-right:0 !important;
			}
			#gallery .portfolio li span.image-border {
				display:block;
				padding:5px;
				background:rgba(255,255,255,.1);
			}
			.no-rgba #gallery .portfolio li span.image-border {background:url(images/frame-tail.png) 0 0 repeat;}
			#gallery .portfolio li a.image-wrap {
				display:block;
				overflow:hidden;
				width:290px;
				height:147px;
				position:relative;
				background:url(images/loading.png) 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 {
				background-color:#d15333;
				}
				#gallery .portfolio li a.image-wrap img {
					float:left;
					}

			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:1.5em 0 0 .5em;
				}
				#gallery .portfolio .folio-desc h3 {
					font-family: 'Oswald', sans-serif;
					font-size:12px;
					line-height:20px;
					font-weight:400;
					text-transform:uppercase;
					color:#fff;
					margin:0 0 5px;
				}
				#gallery .portfolio .folio-desc h3 a {text-decoration:none;}
				#gallery .portfolio .folio-desc h3 a:hover {color:#E37341;}
			#gallery .portfolio p.excerpt {
				padding:0;
				margin:0;
				}

			.zoom-icon {
				display:block;
				position:absolute;
				left:0px;
				top:0px;
				right:0px;
				bottom:0px;
				cursor:pointer;
				background:rgba(0, 0, 0, .7);
				-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:37px;
				height:62px;
				margin:-31px 0 0 -18px;
				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 span.image-border {
		float:left;
		overflow:hidden;
		margin-right:20px;
	}
	#gallery.one_column .portfolio li a.image-wrap {
		width:530px;
		height:267px;
		float:left;
		}
		#gallery.one_column .folio-desc {
			overflow:hidden;
			padding:0;
			}
			#gallery.one_column .portfolio p.excerpt {margin-bottom:20px;}

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

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:220px;
	margin-right:20px;
	}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:210px;
		height:107px;
		}







/* Sidebar
---------------------------------------- */
#sidebar {
	padding:0;
}
	#sidebar h3 {
		font-family: 'Oswald', sans-serif;
		font-size:24px;
		line-height:30px;
		font-weight:400;
		text-transform:uppercase;
		color:#fff;
		margin:0 0 26px;
	}
		.widget {
			padding-top:35px;
			border-top:1px solid rgba(255,255,255,.15);
			margin-bottom:30px;
		}
		.no-rgba .widget {border-top:1px solid #3e3e3f;}
		#sidebar > div.widget:first-child {border:none; padding:0;}
		#sidebar ul {
			border:none;
			background:none;
		}
			#sidebar ul li {
				list-style-type:none;
				padding:4px 0 3px 12px;
				margin:0;
				border:none;
				background:url(images/marker-1.png) 0 11px no-repeat;
				font-size:11px;
				line-height:19px;
			}
				#sidebar ul li a {
					color:#7e7e7f;
					text-decoration:none;
					-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
						-moz-transition: all 0.3s ease-out;  /* FF4+ */
							-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
								transition: all 0.3s ease-out;
				}
				#sidebar ul li a:hover {
					text-decoration:underline;
					color:#e37341;
				}


/* Calendar */
#calendar_wrap {
	padding:0;
	}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
			}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
			}
		#wp-calendar caption {
			font-size:16px;
			color:#fff;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			background:#E37341;
			color:#fff;
			text-align:center;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}



/* FAQs
---------------------------------------- */
.faq_list {

	}
	.faq_list dt {
		color:#fff;
		position:relative;
		padding:0 0 5px 28px;
		font-family: 'Oswald', sans-serif;
		font-size:12px;
		line-height:20px;
		font-weight:400;
		text-transform:uppercase;
		margin:0;
		background:none;
		}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		color:#fff;
		font-weight:400;
		}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
		}
		.faq_list dd .marker {
			top:3px;
			}



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


/* Recent Comments */
ul.recentcomments {
	padding:0;
	margin:0;
	}
	ul.recentcomments li {
		border-top:1px solid #c6c6c6;
		padding:25px 0 25px 0;
		margin:0;
		border-bottom:none;
		background:none;
		overflow:hidden;
		list-style-type:none;
		}
	ul.recentcomments li:first-child {
		padding-top:0;
		border-top:none;
		}
		ul.recentcomments li img {
			float:left;
			margin:0 12px 0 0;
			}
		ul.recentcomments .comment-body {
			padding:15px 0 0 0;
			}
			ul.recentcomments .comment-body a {
				text-decoration:none;
				color:#96999d;
				}
			ul.recentcomments .comment-body a:hover {
				color:#000;
				text-decoration:underline;
				}
		ul.recentcomments li h4 {
			margin-bottom:.1em;
			}
			ul.recentcomments li h4 a {
				text-decoration:none;
				}
			ul.recentcomments li h4 a:hover {
				color:#000;
				}
		ul.recentcomments li small {
			font-size:11px;
			color:#6a6a6a;
			}

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.post_list li {
		list-style-type:none;
		overflow:hidden;
		padding-top:1.5em;
		padding-bottom:1.5em;
		border-top:1px solid #dbdbdb;
		margin:0;
		}
	.post_list li:first-child {
		border:none;
		padding-top:0;
		}
		.post_list li .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 2em 0;
		}
		.popular-posts li .post-thumb {
			float:left;
			margin-right:20px;
			width:100px;
			height:100px;
			overflow:hidden;
			padding:1px;
			border:1px solid #dbdbdb;
			}
			.popular-posts li .post-thumb .thumbnail {
				width:100%;
				height:auto;
				}
		.popular-posts li .post-thumb.empty-thumb {
			background:url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;
			}
		.popular-posts li h5 {
			font-size:1em;
			margin-bottom:.5em;
			}
		.popular-posts li .excerpt {
			margin-bottom:.8em;
			}


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


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


/* Folio Cycle */
.folio_cycle {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	}
	.folio_cycle .folio_item {
		overflow:hidden;
		display:none;
		}
	.folio_cycle .folio_item:first {
		display:block;
		}
		.folio_cycle .folio_item .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: 0;
  margin: 0;
}
.testimonials div.testi_item {
  padding: 0;
  margin: 0 0 2em 0;
  background: none;
}
.testimonials div.testi_item blockquote {
  display: block;
  position: relative;
  margin: 0;
  padding: 30px;
  background: #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
	}
.testimonials div.testi_item blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 65px;
  bottom: -20px;
	width:0;
	height:0;
	border-left: 20px solid transparent;
	border-right: 0 solid transparent;
	border-top: 20px solid #dbdbdb;
}
.testimonials div.testi_item blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 41px;
  height: 38px;
  background: url(images/quotes.png) 0 0 no-repeat;
}
.testimonials div.testi_item blockquote a {
  text-decoration: none;
  color: #4e4e4e;
  display: block;
  font-style: normal;
  position: relative;
}
.testimonials div.testi_item blockquote a:hover {
  color: #ffffff;
}
.name-testi {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.23;
	font-style:normal;
	padding: 12px 0 0 0;
	text-align: right;
	display: block;
	color:#fff;
}
	.name-testi .user {font-weight:bold;}
.name-testi a {
  font-weight: normal;
  color:#DC7B4C;
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
  				-moz-transition: all 0.3s ease-out;  /* FF4+ */
  				-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
  				transition: all 0.3s ease-out;
}
.name-testi a:hover {color:#fff;}
.testimonials .thumb {
  float: left;
  margin-right: 20px;
}

/* 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 !important;
		list-style-type:none;
		padding:0 0 20px !important;
		background:none !important;
		font-size:13px !important;
		line-height:19px !important;
		}
		.latestpost li time {
			display: block;
			float: left;
			margin: 0 12px 20px 0;
			text-transform: uppercase;
			width: 50px;
			height: 50px;
			border-radius:50%;
			font-family: 'Oswald', sans-serif;
			font-size: 12px;
			line-height: 1.25;
			font-weight:400;
			color: #ffffff;
			text-align: center;
			text-transform:uppercase;
			overflow:hidden;
			position:relative;
			background: #e16d3e; /* Old browsers */
			background: -moz-linear-gradient(top,  #e16d3e 0%, #e78c52 47%, #e68951 61%, #e36f3f 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e16d3e), color-stop(47%,#e78c52), color-stop(61%,#e68951), color-stop(100%,#e36f3f)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #e16d3e 0%,#e78c52 47%,#e68951 61%,#e36f3f 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #e16d3e 0%,#e78c52 47%,#e68951 61%,#e36f3f 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #e16d3e 0%,#e78c52 47%,#e68951 61%,#e36f3f 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #e16d3e 0%,#e78c52 47%,#e68951 61%,#e36f3f 100%); /* W3C */
		}
		.no-rgba .latestpost li time {background:url(images/dropcap.gif) 0 0 repeat;}
			.latestpost li time span {
				display:block;
				font-size:22px;
				line-height:1.2;
				padding-top:3px;
			}
		.latestpost li h4 {
			font-family: 'Oswald', sans-serif;
			font-size:12px;
			line-height:20px;
			font-weight:400;
			text-transform:uppercase;
			margin-bottom:5px;
			}
			.latestpost li h4 a {color:#fff !important;}
			.latestpost li h4 a:hover {color:#E37341 !important;}
		.latestpost li .excerpt {
			margin-bottom:15px;
			}


/* 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 3px 3px 0 !important;
		padding:0 !important;
		background:none !important;
		}
		.banners-holder li img {
			vertical-align:top;
			float:left;
			}



/* vCard widget */
.vcard {

	}



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

/* Testimonials list */
article.testimonial {
	border:none;
	border-bottom:1px solid rgba(255,255,255,.1);
	padding:5px 30px 30px 205px;
	width:auto;
	background:url(images/quotes.png) no-repeat 150px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:35px;
	}
	.no-rgba article.testimonial {border-bottom:1px solid #3e3e3f;}
	article.testimonial .featured-thumbnail {
		position:absolute;
		left:5px;
		top:0px;
		background:rgba(255,255,255,.1) !important;
		}
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		color:#fff;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:1.2em;
		}
		article.testimonial .name-testi .user {font-weight:bold;}
		article.testimonial .name-testi a {color:#DC7B4C;
			-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
							-moz-transition: all 0.3s ease-out;  /* FF4+ */
							-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
							transition: all 0.3s ease-out;
		}
		article.testimonial .name-testi a:hover {color:#fff; text-decoration:none;}


/* Single Testimonial */
.testi-single {
	font-family:Georgia, "Times New Roman", Times, serif;
	border:none;
	padding:5px 30px 30px 205px;
	width:auto;
	background:url(images/quotes.png) no-repeat 150px 5px;
	font-size:14px;
	line-height:1.5em;
	font-style:italic;
	margin:0 0 2em 0;
	position:relative;
	}
	.testi-single p {
		margin:0 0 1em 0;
		padding:0;
		}
		.testi-single .featured-thumbnail {
			position:absolute;
			left:5px;
			top:0px;
			}





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

/* Recent Posts */
.recent-posts {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
	}
	.recent-posts li {
		list-style-type:none;
		margin:0 0 20px 0;
		padding:0;
		border:none;
		background:none;
		}
		.recent-posts li img.thumb {
			float:left;
			margin:0 20px 0 0;
			}
		.recent-posts li h5 {
			font-size:12px;
			line-height:20px;
			margin-bottom:6px;
			}
			.recent-posts li h5 a {text-decoration:none;}
			.recent-posts li h5 a:hover {color:#e37341;}
		.recent-posts li .excerpt {
			margin-bottom:1.5em;
			}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			color:#888;
			text-transform:uppercase;
			overflow:hidden;
			}
			.recent-posts li .post-date {
				float:left;
				}
			.recent-posts li .post-comments {
				float:right;
				}

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

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

	}

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

	}

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

	}

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

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

/* Our team */
.recent-posts.team {
  margin: 0;
  padding: 0;
}
	.recent-posts.team li {
		list-style-type:none;
		float: left;
		width: 140px;
		overflow: hidden;
		margin: 0 20px 20px 0;
		background:none;
		padding: 0;
	}
	.recent-posts.team li:nth-child(6n) {margin-right: 0;}
	.recent-posts.team li.nomargin {margin-right: 0;}
		.recent-posts.team li .featured-thumbnail {
			overflow: hidden;
			float: none;
			margin: 0 0 17px 0;
			border:none;
		}
	.recent-posts.team li .excerpt {
		margin-bottom: 0;
	}
	.recent-posts.team li a:hover {color: #dc7b4c;}

/* Services */
.recent-posts.services {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
	}
	.recent-posts.services li {
		list-style-type:none;
		float:left;
		width:220px;
		margin:0 20px 15px 0;
		background:none;
		padding:0;
		}
	.recent-posts.services li:nth-child(4n) {
		margin-right:0;
		}
	.recent-posts.services li.nomargin{
		margin-right:0;
		}
		.recent-posts.services li figure {
			float:none;
			margin:0 0 15px 0;
			overflow:hidden;
		}
		.recent-posts.services .excerpt {margin:0;}

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



/* Tags */
.tags-cloud a,
.tagcloud a,
.post-footer a {
	display:inline-block;
	background:#dc7b4c;
	padding:2px 7px;
	border-radius:3px;
	text-decoration:none;
	color:#fff;
	margin:0 1px 4px 0;
	font-size:11px !important;
	box-shadow:1px 1px 0 rgba(0, 0, 0, .2);
	line-height:16px;
	vertical-align:top;
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
		-moz-transition: all 0.3s ease-out;  /* FF4+ */
			-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
				transition: all 0.3s ease-out;
	}
.tags-cloud a:hover,
.tagcloud a:hover,
.post-footer a:hover {
	background:#000;
	}


/* 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 {
	width:100%;
	height:200px;
	padding:35px 0 20px;
	overflow:hidden;
	position:relative;
	z-index:99;
	color:black;
	background:url(images/footer-bg.jpg) 50% 0 repeat #1c1c1d;
	border-top:2px solid #515151;
	font-size:11px;
	line-height:19px;
}
	#footer h4 {
		font-family: 'Oswald', sans-serif;
		font-size:12px;
		line-height:2;
		font-weight:400;
		color:white;
		text-transform:uppercase;
		margin:0 0 18px;
	}
	#footer .textwidget {padding-right:40px; color:white;}
	#footer ul {
		padding:0;
		margin:0;
		border:none;
		background:none;
	}
		#footer ul > li {
			list-style-type:none;
			font-size:11px;
			line-height:16px;
			padding:5px 0 5px 12px;
			margin:0;
			background:url(images/marker-1.png) 0 10px no-repeat;
		}
			#footer ul > li > a {
				color:#7e7e7f;
				text-decoration:none;
				-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
					-moz-transition: all 0.3s ease-out;  /* FF4+ */
						-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
							transition: all 0.3s ease-out;
			}
			#footer ul > li > a:hover {
				color:#4d6818;
				text-decoration:underline;
			}

	/* Footer widget */
	#footer #widget-footer .social-networks {float:right; padding:37px 0 0;}
	#footer #widget-footer .social-networks li {
		list-style-type:none;
		padding:0 0 0 6px;
		margin:0;
		float:left;
		background:none;
	}
		#footer #widget-footer .social-networks li img {
			-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
				-moz-transition: all 0.3s ease-out;  /* FF4+ */
					-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
						transition: all 0.3s ease-out;
		}
		#footer #widget-footer .social-networks li a:hover img {opacity:0.6; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);}

	/* Footer navigation */
	#footer nav.footer {
		float:right;
	}
		#footer nav.footer ul {
			margin:0;
			padding:0;
		}
			#footer nav.footer ul li {
				list-style-type:none;
				float:left;
				padding-left:15px;
				margin:0;
				background:none;
			}

	/* Footer text */
	#footer-text {
		font-family: 'Oswald', sans-serif;
		font-size:12px;
		line-height:1.25;
		font-weight:400;
		color:#fff;
		text-transform:uppercase;
		position:absolute;
		right:0;
		top:-275px;
	}
		#footer-text a {color:#fff; text-decoration:none;}
		#footer-text a:hover {text-decoration:underline;}



/* Misc
---------------------------------------- */
.button {
	display:inline-block;
	padding:6px 14px 5px;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	line-height:2;
	font-weight:400;
	text-transform:uppercase;
	text-shadow:0 1px #b2130c;
	color:#fff;
	text-decoration:none;
	background: #dc7b4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #dc7b4c 0%, #da7448 24%, #d35d3a 71%, #d15333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc7b4c), color-stop(24%,#da7448), color-stop(71%,#d35d3a), color-stop(100%,#d15333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dc7b4c 0%,#da7448 24%,#d35d3a 71%,#d15333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dc7b4c 0%,#da7448 24%,#d35d3a 71%,#d15333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dc7b4c 0%,#da7448 24%,#d35d3a 71%,#d15333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dc7b4c 0%,#da7448 24%,#d35d3a 71%,#d15333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc7b4c', endColorstr='#d15333',GradientType=0 ); /* IE6-9 */

	}
	.button:hover {
		background:#d15333;
		filter: none;
		}
.no-results {

}


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

/* Back to Top */
#back-top-wrapper {
  width:100%;
  position:absolute;
  overflow:hidden;
  height:60px;
}
#back-top {
	position: fixed;
	bottom: 30px;
	left:50%;
	margin-left:550px;
	margin-bottom:0;
	display:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}

#back-top a {
	width: 54px;
	height:54px;
	display: block;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	line-height:1.2;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background:url(images/top.png) 0 0 no-repeat;
	border-radius:50%;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
}

/* arrow icon (span tag) */
#back-top span {
	display: block;
	padding-top:22px;
	background:url(images/up-arrow.gif) 50% 10px no-repeat;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

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

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

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

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

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

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

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

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





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

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

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

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



/* Dropcap */
.dropcap {
	display: block;
	float: left;
	margin: 0 12px 20px 0;
	text-transform: uppercase;
	width: 50px;
	height: 50px;
	border-radius:50%;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	line-height: 50px;
	font-weight:400;
	color: #ffffff;
	text-align: center;
	text-transform:uppercase;
	overflow:hidden;
	background: #e16d3e; /* Old browsers */
	background: -moz-linear-gradient(top,  #e16d3e 0%, #e78c52 47%, #e68951 61%, #e36f3f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e16d3e), color-stop(47%,#e78c52), color-stop(61%,#e68951), color-stop(100%,#e36f3f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e16d3e 0%,#e78c52 47%,#e68951 61%,#e36f3f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e16d3e 0%,#e78c52 47%,#e68951 61%,#e36f3f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e16d3e 0%,#e78c52 47%,#e68951 61%,#e36f3f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e16d3e 0%,#e78c52 47%,#e68951 61%,#e36f3f 100%); /* W3C */
	position:relative;
}
.no-rgba .dropcap {background:url(images/dropcap.gif) 0 0 repeat;}

.widget-area {

}

.hr {
	height:1px;
	background:rgba(255,255,255,.15);
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 10px 35px;
	}
	.no-rgba .hr {background:#454546;}
.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 {
			list-style-type:none;
			background:none;
			padding:0;
			margin:0;
			}
	.address dd span {
		float:left;
		width:100px;
		}
		.address dd a {
			text-decoration:underline;
			}
		.address dd a:hover {
			text-decoration:none;
			}


/* Google Map */
.google-map {
	margin-bottom:20px;
	}




/* 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 {height:16px;}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	border:none;
	outline:none;
}
input[type="text"], textarea {
	color:#7e7e7f;
	background:#252526;
	border:1px solid rgba(255,255,255,.1);
	padding:5px;
	}
	.no-rgba input[type="text"], .no-rgba textarea {border:1px solid #3b3b3c;}
input[type="submit"], input[type="reset"] {
	display:inline-block;
	padding:0px 14px;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	line-height:39px;
	height:39px;
	font-weight:400;
	text-transform:uppercase;
	text-shadow:0 1px #b2130c;
	color:#fff;
	text-decoration:none;
	background: #dc7b4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #dc7b4c 0%, #da7448 24%, #d35d3a 71%, #d15333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc7b4c), color-stop(24%,#da7448), color-stop(71%,#d35d3a), color-stop(100%,#d15333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dc7b4c 0%,#da7448 24%,#d35d3a 71%,#d15333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dc7b4c 0%,#da7448 24%,#d35d3a 71%,#d15333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dc7b4c 0%,#da7448 24%,#d35d3a 71%,#d15333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dc7b4c 0%,#da7448 24%,#d35d3a 71%,#d15333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc7b4c', endColorstr='#d15333',GradientType=0 ); /* IE6-9 */
	border:none;
	position:relative;
	margin-right:15px;
	}
input[type="submit"]:hover, input[type="reset"]:hover {
	background: #d15434;
	filter:none;
	}


/* Comment form */
#commentform {

	}
	#commentform p.field {
		margin-bottom:10px;
		}
		#commentform small {
			color:#dc7b4c;
			font-size:100%;
			}
	#commentform label {
		display:block;
		}
	#commentform input[type="text"] {
		width:288px;
		}
	#commentform textarea {
		width:498px;
		max-width:498px;
		min-width:498px;
		height:148px;
		min-height:148px;
		overflow:auto;
		}




/* Contact form */
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
	}
.wpcf7-form p.field input {
	width:288px;
	}
	.wpcf7-form p.field small {
		color:red;
		}
.wpcf7-form textarea {
	width:288px;
	max-width:288px;
	min-width:288px;
	height:255px;
	min-height:255px;
	overflow:auto;
	margin-bottom:17px;
	}
.wpcf7-form .submit-wrap {
	padding:0;
	margin:0;
	}
	span.wpcf7-form-control-wrap {
		display:block;
		}
	.wpcf7-not-valid-tip {
		width:288px !important;
		height:16px !important;
		line-height:16px !important;
		position:absolute;
		left:0 !important;
		top:0 !important;
		padding:5px !important;
		background:#dc7b4c !important;
		color:#fff !important;
		border:1px solid #dc7b4c !important;
		}
	div.wpcf7-response-output {
		margin-left:0 !important;
		margin-right:0 !important;
		}





/* Sidebar search form */
#searchform {

	}
#searchform .searching {
		width:215px;
		margin-right:10px;
		}
	#searchform .submit {
		width:60px;
		height:30px;
		line-height:30px;
		cursor:pointer;
		padding-left:0;
		padding-right:0;
		margin:0;
		}



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


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

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


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

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

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