/*
=======================================
	INDEX
=======================================

1 - Commons
2 - Header
3 - Slideshow
4 - Footer
5 - Page
6 - Blog
	6.1 - Blog grid style
7 - Portfolio
8 - Archive
9 - Widgets
10 - Shortcodes

=======================================
	$Commons
======================================= */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
*:first-child + html .clearfix {
  min-height: 1px;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}
body {
  font-size: 13px;
  line-height: 1.5;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  color: #666;
  background: #f9f9f9 url(config/style/i/patterns/noise.png) repeat;
}
a {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.pullquote {
  float: left;
  margin: 20px 20px 20px 0;
  padding: 10px 0;
  width: 220px;
  border-top: 5px solid #d4650b;
  border-bottom: 5px solid #d4650b;
  border-left: none;
  font-size: 20px;
  line-height: 1.25;
  color: #111111;
}
.pullquote p {
  margin-bottom: 0 !important;
}
.inlinequote {
  clear: both;
  margin: 20px 0;
  padding: 10px 0;
  border-top: 5px solid #ccc;
  border-bottom: 5px solid #ccc;
  border-left: none;
  font-size: 18px;
  line-height: 1.25;
  color: #333;
  font-style: italic;
}
.inlinequote p {
  margin-bottom: 0 !important;
}
blockquote {
  border-left: 4px solid #ccc;
  padding-left: 10px;
  margin: 20px;
}
#slogan {
  clear: both;
  font-size: 32px;
  line-height: 1.2;
  padding: 0 0 40px;
  text-align: center;
}
.w-sidebar.sidebar-right #main #slogan {
  margin-right: 0;
  width: 700px;
  text-align: left;
}
.w-sidebar.sidebar-left #main #slogan {
  width: 620px;
  margin-left: 320px;
  text-align: left;
}
.w-slideshow .header-wrapper {
  padding-bottom: 240px;
}
.w-slideshow.w-sidebar #main {
  padding-top: 250px;
  margin-top: -190px;
}
.w-slideshow #main.container.slogan-bottom {
  padding-top: 30px;
}
.wout-sidebar .container#main {
  background: url(i/sheet-background-left.png) repeat-y;
}
.wout-sidebar .top {
  background: url(i/small-sheet-left.png) top left no-repeat;
}
.wout-sidebar .bottom {
  background: url(i/small-sheet-left.png) bottom left no-repeat;
}
.wout-sidebar .content {
  padding-left: 10px;
  margin-left: -20px;
}
.wout-sidebar .content .heading {
  margin-left: 20px;
}
.wout-sidebar .content .text {
  margin-left: 20px;
}
.wout-sidebar.page-template-template-full-php .top,
.wout-sidebar.page-template-template-portfolio-full-php .top,
.wout-sidebar.single-attachment .top {
  background: url(i/big-sheet.png) no-repeat top;
}
.wout-sidebar.page-template-template-full-php .bottom,
.wout-sidebar.page-template-template-portfolio-full-php .bottom,
.wout-sidebar.single-attachment .bottom {
  background: url(i/big-sheet.png) no-repeat bottom;
}
.wout-sidebar.page-template-template-full-php .container#main,
.wout-sidebar.page-template-template-portfolio-full-php .container#main,
.wout-sidebar.single-attachment .container#main {
  background: url(i/sheet-background-full.png) repeat-y;
}
.wout-sidebar.page-template-template-full-php .container#main .content:after,
.wout-sidebar.page-template-template-portfolio-full-php .container#main .content:after,
.wout-sidebar.single-attachment .container#main .content:after {
  display: none;
}
.wout-sidebar.page-template-template-full-php .content,
.wout-sidebar.page-template-template-portfolio-full-php .content,
.wout-sidebar.single-attachment .content {
  padding-left: 20px;
  padding-right: 20px;
}
.wout-sidebar.page-template-template-full-php .content .heading,
.wout-sidebar.page-template-template-portfolio-full-php .content .heading,
.wout-sidebar.single-attachment .content .heading {
  margin-left: 10px;
  width: 940px;
}
.wout-sidebar.page-template-template-full-php .content .text,
.wout-sidebar.page-template-template-portfolio-full-php .content .text,
.wout-sidebar.single-attachment .content .text {
  margin-left: 10px;
}
.w-sidebar #main-sidebar {
  margin-top: 40px;
}
/* page border top and bottom */
.top {
  height: 20px;
  width: 1000px;
  display: block;
  position: relative;
  margin: -20px auto 0;
}
.bottom {
  height: 40px;
  width: 1000px;
  display: block;
  position: relative;
  margin: 0 auto -40px;
}
.entry-attachment .attachment img {
  width: 100%;
  height: auto;
}
/* page type */
.content {
  display: block;
}
.container#main {
  display: block;
}
.container#main .content:after {
  height: 227px;
  width: 14px;
  display: block;
  position: absolute;
  content: "";
  top: -16px;
  right: -11px;
  z-index: 999;
  background: url(i/right-shadow.png) no-repeat;
}
.w-sidebar.sidebar-right .container#main {
  background: url(i/sheet-background-left.png) repeat-y;
}
.w-sidebar.sidebar-right .top {
  background: url(i/small-sheet-left.png) no-repeat top left;
}
.w-sidebar.sidebar-right .bottom {
  background: url(i/small-sheet-left.png) no-repeat bottom left;
}
.w-sidebar.sidebar-right .content {
  padding-left: 10px;
  margin-left: -20px;
}
.w-sidebar.sidebar-right .content .heading {
  margin-left: 20px;
}
.w-sidebar.sidebar-right .content .text {
  margin-left: 20px;
}
.w-sidebar.sidebar-right #main-sidebar {
  margin-left: 20px;
}
.w-sidebar.sidebar-left .top {
  background: url(i/small-sheet-right.png) 260px top no-repeat;
}
.w-sidebar.sidebar-left .bottom {
  background: url(i/small-sheet-right.png) 260px bottom no-repeat;
}
.w-sidebar.sidebar-left .container#main {
  background: url(i/sheet-background-right.png) 260px 0 repeat-y;
}
.w-sidebar.sidebar-left .container#main .content {
  padding-right: 10px;
  right: -20px;
}
.w-sidebar.sidebar-left .container#main .content .heading {
  margin-right: 30px;
  margin-left: 70px;
}
.w-sidebar.sidebar-left .container#main .content .text {
  margin-right: 30px;
  margin-left: 70px;
}
.w-sidebar.sidebar-left .container#main .content:before {
  height: 227px;
  width: 14px;
  display: block;
  position: absolute;
  content: "";
  top: -16px;
  left: -20px;
  z-index: 999;
  background: url(i/left-shadow.png) no-repeat;
}
.w-sidebar.sidebar-left .container#main .content:after {
  display: none;
}
.w-sidebar.sidebar-left #main-sidebar {
  margin-left: 0;
}
.home.blog.wout-slideshow.slogan-top .header-wrapper {
  padding-bottom: 20px;
}
.home.blog.wout-slideshow #slogan {
  margin-bottom: 30px;
}
.home.blog.wout-slideshow .call-to-action {
  margin-top: -55px;
}
.home.page .header-wrapper {
  padding-bottom: 60px;
}
.home.blog-like.wout-sidebar #main {
  padding-top: 20px;
}
.home.wout-sidebar.wout-slideshow.page #main {
  padding-top: 0;
}
.home.wout-slideshow.slogan-bottom .call-to-action {
  margin-top: 0;
}
.home.blog.wout-slideshow.call-to .header-wrapper {
  padding-bottom: 100px;
}
.home.blog.wout-slideshow.call-to.slogan-bottom .header-wrapper,
.home.blog.wout-slideshow.call-to.slogan-top .header-wrapper {
  padding-bottom: 60px;
}
.home.blog.w-sidebar.sidebar-left .container#main .content:before,
.home.blog.w-sidebar.sidebar-right .container#main .content:before,
.home.blog.blog-like .container#main .content:before,
.home.blog.w-sidebar.sidebar-left .container#main .content:after,
.home.blog.w-sidebar.sidebar-right .container#main .content:after,
.home.blog.blog-like .container#main .content:after {
  display: none;
}
.home.blog.blog-like {
  background: #fff;
}
.home.blog.blog-like.w-slideshow #slideshow {
  margin-bottom: 10px;
}
.home.blog.blog-like .container#main {
  background: none;
}
/* widget icon */.widget-icon {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
/* call-to-action */
.call-to-action {
  clear: both;
  padding: 30px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.call-to-action:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 31px;
  left: 0;
  height: 9px;
  width: 100%;
  background: url(i/callto-bottom.png) center bottom no-repeat;
}
.call-to-action h1 {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.25;
  display: block;
}
.call-to-action.center h1 {
  text-align: center;
  margin-top: 0;
}
.call-to-action .btn.medium {
  float: right;
  text-align: center;
  line-height: 1.5;
  max-width: 30%;
  margin: 0 0 0 20px;
  padding: 10px 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 23px 23px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 23px 23px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 23px 23px rgba(255, 255, 255, 0.2);
}
.call-to-action .btn.medium:hover {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 23px 23px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 23px 23px rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 23px 23px rgba(255, 255, 255, 0.3);
}
.call-to-action .btn.medium:active {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 23px 23px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 23px 23px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 23px 23px rgba(0, 0, 0, 0.1);
}
/* preload */
.thumb,
.gallery-icon a,
.preload {
  background: url(i/loader.gif) no-repeat center center;
}
.thumb img,
.gallery-icon a img,
.preload img {
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  float: left;
}
/* Transition fix for prettyphoto */
.pp_pic_holder a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* Page navigation ======================= */
.page-nav {
  zoom: 1;
  margin: 20px 0;
}
.page-nav:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-nav .pages {
  padding: 5px 20px 5px 0;
  margin-right: 10px;
  color: #999;
  border-right: 2px solid #ccc;
}
.page-nav a,
.page-nav .current {
  color: #666;
  padding: 5px 10px;
}
.page-nav a:hover {
  background: #f5f5f5;
  text-decoration: none !important;
}
.page-nav .current {
  color: #d4650b;
}
#nav-below {
  clear: both;
  zoom: 1;
}
#nav-below:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
#nav-below li {
  list-style-type: none;
}
#nav-below .nav-next a,
#nav-below .nav-previous a {
  color: #999;
}
#nav-below .nav-next a:hover,
#nav-below .nav-previous a:hover {
  color: #111111;
}
#nav-below .nav-previous {
  float: left;
}
#nav-below .nav-next {
  float: right;
}
.page-nav-container {
  padding-left: 85px;
}
/* Posts & Works navigation =========== */
.post-nav {
  zoom: 1;
  clear: both;
  margin: 20px 0 0 0;
  border-top: 1px solid #ccc;
  overflow: hidden;
  height: 60px;
}
.post-nav:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
.post-nav .items-container {
  position: relative;
  float: left;
  display: inline;
  width: 444px;
}
.post-nav .items-container ul {
  margin-bottom: 0;
}
.post-nav .items-container li {
  padding: 20px 0;
  line-height: 1.5;
  display: table;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.post-nav .items-container li em {
  padding-left: 20px;
  border-left: 1px solid #ccc;
  font-style: normal;
}
.post-nav .items-container li span {
  width: 20%;
  padding-right: 20px;
  color: #ccc;
  text-align: right;
}
.post-nav .items-container li em,
.post-nav .items-container li span {
  display: table-cell;
}
.post-nav .items-arrows {
  float: right;
  width: 131px;
  margin-bottom: 0;
}
.post-nav .items-arrows li {
  float: left;
  list-style-type: none;
  margin-bottom: 0;
  width: 65px;
}
.post-nav .items-arrows .previous-arrow:last-child {
  border-right: 1px solid #ccc;
}
.post-nav .items-arrows .next-arrow {
  float: right;
}
.post-nav .items-arrows .next-arrow:last-child {
  border-left: 1px solid #ccc;
}
.post-nav .items-arrows a {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  color: #ccc;
  line-height: 60px;
}
.post-nav .items-arrows a:hover {
  background-color: #f5f5f5;
  color: #999;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}
/* Link pages navigation =========== */
#page-links {
  zoom: 1;
  clear: both;
  margin-left: 10px;
}
#page-links:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
#page-links p {
  margin-bottom: 0;
}
#page-links .pages {
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
  padding-left: 0;
  color: #ccc;
}
#page-links span {
  padding: 0 5px;
}
#page-links a {
  color: #ccc;
}
/* Comments =========================== */
#comments {
  zoom: 1;
  float: left;
  /*	Nested comments -------------------------- */

}
#comments:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
#comments li {
  zoom: 1;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
#comments li:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
#comments .sub.heading {
  border-top-width: 5px;
}
#comments .comments-container {
  padding-left: 55px;
  width: 575px;
}
#comments #comments-title {
  margin-top: 0;
  font-size: 22px;
  color: #111111;
}
#comments .comment_leftcol {
  float: left;
  position: relative;
  display: inline;
  width: 65px;
}
#comments .comment_leftcol img {
  width: 45px;
  height: 45px;
}
#comments .admin .comment_leftcol img {
  padding-bottom: 5px;
  border-bottom: 4px solid #d4650b;
}
#comments .comment {
  clear: both;
  zoom: 1;
}
#comments .comment:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
#comments .comment_rightcol {
  float: left;
  width: 510px;
}
#comments .comment_rightcol .comment_head {
  color: #999;
  font-size: 12px;
  margin-bottom: 20px;
}
#comments .comment_rightcol .comment_head .user {
  font-size: 14px;
  color: #111111;
}
#comments .comment_rightcol .comment_head .user a {
  color: #111111;
}
#comments .comment_rightcol .comment_head .user a:hover {
  color: #d4650b;
}
#comments .comment_rightcol .comment_head .comment-reply-link {
  color: #111111;
}
#comments .comment_rightcol .comment_head .comment-reply-link:hover {
  text-decoration: underline;
}
#comments ul .comment .comment_leftcol {
  margin-left: 65px;
}
#comments ul .comment .comment_rightcol {
  width: 445px;
}
#comments ul ul .comment .comment_leftcol {
  margin-left: 130px;
}
#comments ul ul .comment .comment_rightcol {
  width: 380px;
}
#comments ul ul ul .comment .comment_leftcol {
  margin-left: 195px;
}
#comments ul ul ul .comment .comment_rightcol {
  width: 315px;
}
#comments ul ul ul ul .comment .comment_leftcol {
  margin-left: 260px;
}
#comments ul ul ul ul .comment .comment_rightcol {
  width: 250px;
}
/* Respond form ======================= */
#comments #respond {
  position: relative;
  margin-top: 40px;
}
#comments #respond #reply-title {
  padding: 20px 0 20px 0;
  margin-left: 0;
  border-top: none;
}
#comments #respond:before {
  content: "";
  width: 10px;
  height: 22px;
  position: absolute;
  left: -30px;
  top: 20px;
  background: #d4650b;
}
#comments #respond #commentform .form-submit {
  margin-bottom: 20px;
}
.sidebar-left #respond #reply-title {
  padding: 20px 0;
  margin-left: 0;
}
#respond {
  clear: both;
  float: left;
  zoom: 1;
  /* submit button */

  /* Comment form */

}
#respond:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
#respond #submit {
  margin-left: 0;
  font-size: 14px;
  padding: 8px 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 14px 14px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 14px 14px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 14px 14px rgba(255, 255, 255, 0.2);
}
#respond #submit:hover {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 14px 14px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 14px 14px rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 14px 14px rgba(255, 255, 255, 0.3);
}
#respond #submit:active {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 14px 14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 14px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 14px 14px rgba(0, 0, 0, 0.1);
}
#respond #reply-title {
  font-size: 20px;
  line-height: 1;
  color: #111111;
  margin-top: 0;
  padding: 20px 0;
  border-top: 5px solid #d4650b;
  position: relative;
}
#respond #cancel-comment-reply-link {
  color: #666;
  background: #f5f5f5;
  padding: 0 10px;
  margin-left: 20px;
  font-size: 12px;
  line-height: 22px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: right;
  display: block;
}
#respond #cancel-comment-reply-link:hover {
  color: #fff;
  background: #d4650b;
}
#respond #commentform p {
  zoom: 1;
  clear: both;
  margin-bottom: 20px;
}
#respond #commentform p:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
#respond #commentform p label {
  line-height: 32px;
}
#respond #commentform a {
  color: #111111;
}
#respond #commentform a:hover {
  text-decoration: underline;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url,
#respond #commentform #comment {
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 13px;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
  float: left;
  margin-right: 10px;
  line-height: 20px;
  width: 318px;
}
#respond #commentform #comment {
  width: 553px;
  max-width: 553px;
}
#respond #commentform .comment-notes {
  background: #f5f5f5;
  color: #111111;
  padding: 8px 10px;
  float: left;
}
#respond #commentform .comment-form-comment label {
  display: none;
}
#respond #commentform .form-submit {
  margin-bottom: 40px;
}
/* =======================================
	$Header
======================================= */
.header-wrapper {
  background: #d4650b;
  padding: 20px 0 60px 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.header-wrapper #slogan {
  color: #fff;
  padding: 40px 0 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.header-wrapper:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 20px;
  background: url(i/gradient_shadow.png) repeat-x bottom;
}
#header {
  color: #fff;
  z-index: 10000;
}
#header a {
  color: #fff;
}
#header h1 {
  float: left;
}
#header h1 a {
  display: block;
  overflow: hidden;
  text-indent: -9999em;
  width: 152px;
  height: 32px;
  background: url(i/logo.png) no-repeat;
  margin-top: 5px;
}
#header h1 a:hover {
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#header .nav-wrapper {
  position: absolute;
}
#header .nav,
#header .menu {
  float: right;
  position: relative;
  display: inline;
  list-style: none;
}
#header .nav ul,
#header .menu ul {
  float: right;
  position: relative;
  display: inline;
  list-style: none;
}
#header .nav li,
#header .menu li {
  display: block;
  float: left;
  font-size: 14px;
  margin-left: 10px;
  font-weight: bold;
  position: relative;
  line-height: 20px;
  /* sub menu */

}
#header .nav li.current-menu-item a,
#header .menu li.current-menu-item a,
#header .nav li.current_page_item a,
#header .menu li.current_page_item a,
#header .nav li.current-menu-ancestor a,
#header .menu li.current-menu-ancestor a,
#header .nav li.current_page_ancestor a,
#header .menu li.current_page_ancestor a {
  background: #fff;
  color: #111111;
}
#header .nav li.menu-item-hover > a,
#header .menu li.menu-item-hover > a {
  background: #fff;
  color: #111111;
}
#header .nav li a,
#header .menu li a {
  position: relative;
  display: block;
  float: left;
  padding: 30px 10px 10px 10px;
  margin-top: -20px;
}
#header .nav li a:hover,
#header .menu li a:hover {
  background: #fff;
  color: #111111;
}
#header .nav li:hover ul,
#header .menu li:hover ul {
  display: block;
}
#header .nav li:hover ul ul,
#header .menu li:hover ul ul {
  display: none;
}
#header .nav li ul,
#header .menu li ul {
  position: absolute;
  padding-top: 17px;
  z-index: 10000;
  top: 40px;
  left: -4px;
  display: none;
}
#header .nav li ul li,
#header .menu li ul li {
  border-left: 4px solid #d4650b;
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  float: left;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #f1f1f1;
}
#header .nav li ul li:first-child:before,
#header .menu li ul li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
#header .nav li ul li:hover ul,
#header .menu li ul li:hover ul {
  display: block;
}
#header .nav li ul li:hover ul ul,
#header .menu li ul li:hover ul ul {
  display: none;
}
#header .nav li ul li a,
#header .menu li ul li a {
  min-width: 111px;
  padding: 5px 10px;
  margin-top: 0;
  color: #666 !important;
  font-size: 12px;
  font-weight: normal;
  text-shadow: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#header .nav li ul li a:hover,
#header .menu li ul li a:hover {
  background: #f1f1f1;
  text-shadow: 0 1px 0 #fff;
  color: #111111 !important;
}
#header .nav li ul li ul,
#header .menu li ul li ul {
  padding-top: 0;
  width: auto;
  top: 0;
  left: 100%;
  z-index: 100;
  position: absolute;
  display: none;
}
#header .nav li ul li ul li:first-child:before,
#header .menu li ul li ul li:first-child:before {
  display: none;
}
#header .nav li ul li ul li:hover ul,
#header .menu li ul li ul li:hover ul {
  display: block;
}
#header .nav li ul li ul li:hover ul ul,
#header .menu li ul li ul li:hover ul ul {
  display: none;
}
/* =======================================
	$Slideshow
======================================= */
#new-slider img {
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.preload {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff url(i/loader.gif) no-repeat center center;
}
/* shadow */
.header-shadow {
	background: url(i/header-shadow.png) bottom;

	display: block;

	height: 8px;

	width: 100%;

}

.slideshow-shadow {
  display: block;
  height: 8px;
  margin: -20px auto 30px;
  width: 942px;
}
.slideshow-shadow.left-caption {
  height: 7px;
  background: url(i/slideshow-small-shadow.png) no-repeat bottom right;
}
.slideshow-shadow.right-caption {
  height: 7px;
  background: url(i/slideshow-small-shadow.png) no-repeat bottom left;
}
.slideshow-shadow.full {
  background: url(i/slideshow-big-shadow.png) no-repeat bottom center;
}
.blog-like .slideshow-shadow {
  margin-top: -10px;
}
#slideshow {
  position: relative;
  width: 942px;
  height: 382px;
  margin: -190px auto 20px;
  display: block;
  z-index: 1000;
  overflow: hidden;
}
#slideshow.custom-layout {
  margin-bottom: 40px;
}
#slideshow .slideshow-wrapper {
  width: 924px;
  height: 364px;
  padding: 8px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#slideshow.nivo {
  width: 924px;
  height: 364px;
  padding: 8px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#slideshow.nivo .nivo-wrapper {
  overflow: hidden;
  width: 924px;
  height: 364px;
}
#slideshow #new-slider {
  margin-bottom: 0;
  background-color: white;
}
#slideshow #new-slider li {
  list-style: none;
  position: relative;
  float: left;
  width: 942px;
  height: 382px;
}
#slideshow #new-slider li iframe {
  width: 100%;
  height: 100%;
}
#slideshow:hover .pause {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#slideshow:hover #slide-controls a,
#slideshow:hover .nivo-directionNav a {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #111;
  background: rgba(0, 0, 0, 0.7);
}
#slideshow:hover #slide-controls a#slide-prevNav,
#slideshow:hover .nivo-directionNav a#slide-prevNav,
#slideshow:hover #slide-controls a.nivo-prevNav,
#slideshow:hover .nivo-directionNav a.nivo-prevNav {
  left: 0px;
}
#slideshow:hover #slide-controls a#slide-nextNav,
#slideshow:hover .nivo-directionNav a#slide-nextNav,
#slideshow:hover #slide-controls a.nivo-nextNav,
#slideshow:hover .nivo-directionNav a.nivo-nextNav {
  right: 0px;
}
#slideshow:hover.left-caption #slide-controls a#slide-prevNav,
#slideshow:hover.left-caption .nivo-directionNav a#slide-prevNav,
#slideshow:hover.left-caption #slide-controls a.nivo-prevNav,
#slideshow:hover.left-caption .nivo-directionNav a.nivo-prevNav {
  left: 320px;
}
#slideshow:hover.right-caption #slide-controls a#slide-nextNav,
#slideshow:hover.right-caption .nivo-directionNav a#slide-nextNav,
#slideshow:hover.right-caption #slide-controls a.nivo-nextNav,
#slideshow:hover.right-caption .nivo-directionNav a.nivo-nextNav {
  right: 320px;
}
#slideshow.left-caption .slideshow-wrapper {
  width: 604px;
  height: 364px;
  float: right;
  padding: 8px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#slideshow.left-caption .slideshow-wrapper img,
#slideshow.left-caption .slideshow-wrapper iframe {
  float: right;
}
#slideshow.left-caption .caption-box {
  margin-left: 1px;
  float: left;
  text-align: left;
}
#slideshow.left-caption .slide-nav {
  float: right;
  right: 640px;
  top: 210px;
  z-index: 100000;
}
#slideshow.left-caption .controls-wrapper {
  right: 9px;
  top: 9px;
}
#slideshow.left-caption .pause {
  right: 288px;
}
#slideshow.right-caption .slideshow-wrapper {
  width: 604px;
  height: 364px;
  float: left;
  padding: 8px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#slideshow.right-caption .slideshow-wrapper img,
#slideshow.right-caption .slideshow-wrapper iframe {
  float: left;
}
#slideshow.right-caption .caption-box {
  margin-right: 1px;
  float: right;
}
#slideshow.right-caption .slide-nav {
  float: right;
  left: 640px;
  top: 210px;
  z-index: 100000;
}
#slideshow.right-caption .controls-wrapper {
  left: 9px;
  top: 9px;
}
#slideshow.right-caption .pause {
  left: 288px;
}
#slideshow.full .caption-box {
  background: #111;
  background: rgba(0, 0, 0, 0.8);
  width: 260px;
  display: block;
  position: absolute;
  bottom: 21px;
  right: 26px;
  padding: 10px 20px;
  color: #fff;
}
#slideshow.full .caption-box h1 {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 10px;
}
#slideshow.full .caption-box a {
  color: #fff;
}
#slideshow.full .pause {
  left: 448px;
}
#slideshow .nivo-caption {
  background: #111;
  background: rgba(0, 0, 0, 0.8);
  width: 262px;
  display: block;
  position: absolute;
  bottom: 21px;
  left: 604px;
  padding: 10px 20px;
  color: #fff;
}
#slideshow .nivo-caption a {
  color: #fff;
}
#slideshow.right-caption .caption-box,
#slideshow.left-caption .caption-box {
  width: 262px;
  height: 380px;
  display: block;
}
#slideshow.right-caption .caption-box .top-box,
#slideshow.left-caption .caption-box .top-box {
  height: 50%;
  display: block;
  position: relative;
}
#slideshow.right-caption .caption-box .top-box h1,
#slideshow.left-caption .caption-box .top-box h1 {
  position: absolute;
  bottom: 20px;
  border-top: 4px solid #fff;
  padding-top: 10px;
  font-size: 22px;
  line-height: 1.25;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#slideshow.right-caption .caption-box .top-box h1 a,
#slideshow.left-caption .caption-box .top-box h1 a {
  color: #fff;
}
#slideshow.right-caption .caption-box .bottom-box,
#slideshow.left-caption .caption-box .bottom-box {
  height: 50%;
  width: 262px;
  display: block;
  position: absolute;
  top: 190px;
}
#slideshow.right-caption .caption-box .bottom-box p,
#slideshow.left-caption .caption-box .bottom-box p {
  margin-top: 20px;
  font-size: 14px;
}
.w-slideshow.w-sidebar.blog-like #main {
  margin-top: -230px;
}
.w-sidebar .bottom-box {
  background: #fff;
}
.w-sidebar .full .bottom-box {
  background: none;
}
/* controls */
.controls-wrapper {
  display: block;
  overflow: hidden;
}
.controls-wrapper-full {
  width: 924px;
  height: 364px;
  position: absolute;
  display: block;
  overflow: hidden;
  top: 9px;
  left: 9px;
}
#slide-controls a,
.nivo-directionNav a {
  color: #fff;
  position: absolute;
  top: 168px;
  z-index: 10000;
  cursor: pointer;
  padding: 0 10px;
  line-height: 28px;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#slide-controls a#slide-prevNav,
.nivo-directionNav a#slide-prevNav,
#slide-controls a.nivo-prevNav,
.nivo-directionNav a.nivo-prevNav {
  left: -30px;
}
#slide-controls a#slide-nextNav,
.nivo-directionNav a#slide-nextNav,
#slide-controls a.nivo-nextNav,
.nivo-directionNav a.nivo-nextNav {
  right: -30px;
}
.pause {
  float: left;
  position: absolute;
  top: 168px;
  z-index: 10000;
  text-indent: -999em;
  width: 8px;
  height: 8px;
  line-height: 8px;
  padding: 10px;
  overflow: hidden;
  background: #111111 url(i/pause.png) no-repeat center center;
  background: rgba(0, 0, 0, 0.7) url(i/pause.png) no-repeat center center;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.pause.paused {
  background: #111111 url(i/play.png) no-repeat center center;
  background: rgba(0, 0, 0, 0.7) url(i/play.png) no-repeat center center;
}
.slide-nav {
  display: block;
  position: absolute;
}
.slide-nav a {
  display: block;
  width: 8px;
  height: 8px;
  text-indent: -999em;
  z-index: 10000;
  background: #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 5px;
}
.slide-nav a:hover,
.slide-nav a.activeSlide {
  background: #d4650b;
}
.nivo-controlNav,
.full .slide-nav {
  position: absolute;
  display: block;
  line-height: 0px;
  z-index: 10000;
  float: left;
  left: 14px;
  bottom: 14px;
}
.nivo-controlNav a,
.full .slide-nav a {
  text-indent: -999em;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  margin-bottom: 0;
  padding: 0;
  float: left;
  display: block;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.nivo-controlNav a.activeSlide,
.full .slide-nav a.activeSlide,
.nivo-controlNav a.active,
.full .slide-nav a.active,
.nivo-controlNav a:hover,
.full .slide-nav a:hover {
  background: #d4650b;
}
/* $Flexy slideshow
----------------------------------- 

.flexslider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 480px;
	overflow: hidden;
	z-index: 0;
	
	a {
		max-height: 480px;
	}
	
	img {
		width: 100%;
		min-height: 480px;
	}
	
	.flex-control-nav {
		bottom: 30px;
		
		li {
			margin: 0;
			
			a {
				width: 8px; 
				height: 8px; 
				margin-right: 6px; 
				margin-left: 0;
				float: left;
				display: block;
				background: #fff;
				.border-radius(8px);
				
				&.activeSlide,
				&.active,
				&:hover { 
					background: @orange;
				}
			}
		}
	}
	
	.flex-direction-nav {
		li {
			a {
				width: 40px;
				height: 60px;
				background-color: rgba(0,0,0,.3);
				background-position: center center;
				background-repeat: no-repeat;
				.border-radius(3px);
				
				&:hover {
					background-color: rgba(0,0,0,1);
				}
				
				&.prev {
					background-image: url(i/arrow_prev.png);
					left: 40px;
				}
				&.next {
					right: 40px;
					background-image: url(i/arrow_next.png);
				}
			}
		}
	}
}

.slideshow-flexy .header-wrapper {
	height: 400px !important;
}
*/
/* =======================================
	$Footer
======================================= */
#footer {
  background: #333;
  color: #fff;
  padding: 20px 0;
  font-size: 12px;
}
#footer .copyright {
  float: left;
  padding-top: 10px;
  color: #999;
}
#footer .copyright a {
  color: #999;
}
#footer .copyright a:hover {
  color: #fff;
}
#footer .nav,
#footer .menu {
  float: right;
}
#footer .nav ul,
#footer .menu ul {
  float: right;
}
#footer .nav li,
#footer .menu li {
  float: left;
  font-size: 12px;
  margin-left: 5px;
  font-weight: bold;
}
#footer .nav li a,
#footer .menu li a {
  color: #999;
  display: block;
  padding: 10px;
}
#footer .nav li a:hover,
#footer .menu li a:hover {
  color: #fff;
  text-decoration: underline;
}
.page.wout-f-sidebar #footer,
.single.wout-f-sidebar #footer {
  padding-top: 40px;
}
.home.last-stripe-extended.wout-f-sidebar #footer {
  padding-top: 40px;
}
#footer-sidebar {
  background: #E8E8E8;
  padding: 60px 0 20px;
  font-size: 12px;
}
#footer-sidebar .widget h3 {
  font-size: 14px;
}
#footer-sidebar .tagcloud a:hover {
  color: #fff;
}
#logo-footer {
  display: inline;
}
/* =======================================
	$Page
======================================= */
.home #main {
  padding-top: 60px;
}
.home.page #main {
  padding-top: 0;
}
#main.container.slogan-bottom {
  padding-top: 50px;
  background: none;
  color: #111111;
}
.content {
  padding-top: 20px;
  padding-bottom: 70px;
}
.full .heading.span-7 {
  width: 1000px;
  padding-left: 0;
}
.full .pullquote {
  width: 300px;
}
.heading {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 5px solid #d4650b;
  position: relative;
}
.heading h1 {
  font-size: 36px;
  line-height: 1.1;
  color: #111111;
}
.heading h2 {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.heading h2 a {
  color: #111111;
}
.heading h2 a:hover {
  color: #d4650b;
}
.heading.sub {
  margin-top: 40px;
  padding-bottom: 0;
  padding-top: 10px;
  border-bottom: none;
  border-top: 5px solid #d4650b;
  font-size: 22px;
  color: #111111;
}
.heading.related {
  margin-top: 0;
}
/* Text style inside .text container ========= */
.page.sidebar-left .text .alignleft,
.page.sidebar-left .text img.alignleft {
  margin-left: 0;
}
.text .alignleft,
.textwidget .alignleft,
.text img.alignleft,
.textwidget img.alignleft {
  margin-left: 0;
  position: relative;
}
.text h1,
.textwidget h1,
.text h2,
.textwidget h2,
.text h3,
.textwidget h3,
.text h4,
.textwidget h4,
.text h5,
.textwidget h5 {
  line-height: 1;
  margin-bottom: .8em;
  margin-top: 1em;
  color: #111111;
}
.text h1,
.textwidget h1 {
  font-size: 38px;
  margin-top: .8em;
}
.text h2,
.textwidget h2 {
  font-size: 28px;
}
.text h3,
.textwidget h3 {
  font-size: 24px;
}
.text h4,
.textwidget h4 {
  font-size: 22px;
}
.text h5,
.textwidget h5 {
  font-size: 18px;
}
.text p,
.textwidget p {
  margin-bottom: 20px;
}
.text p.medium,
.textwidget p.medium {
  font-size: 16px;
}
.text a,
.textwidget a {
  color: #111111;
}
.text a:hover,
.textwidget a:hover {
  color: #d4650b;
}
.text ul,
.textwidget ul {
  margin-bottom: 20px;
}
.text ul li,
.textwidget ul li {
  list-style-type: square;
  margin-bottom: .6em;
}
.text ol,
.textwidget ol {
  margin-bottom: 20px;
}
.text ol li,
.textwidget ol li {
  list-style: decimal;
  list-style-position: inside;
}
.text li,
.textwidget li {
  list-style-position: inside;
}
.text li ul,
.textwidget li ul {
  margin: .6em 0 0 20px;
}
.text li ul ul,
.textwidget li ul ul {
  margin: .6em 0 0 20px;
}
.text li ul ul ul,
.textwidget li ul ul ul {
  margin: .6em 0 0 20px;
}
.text li,
.textwidget li {
  margin-bottom: .6em;
}
.text li ol,
.textwidget li ol {
  margin: .6em 0 0 20px;
}
.text li ol ol,
.textwidget li ol ol {
  margin: .6em 0 0 20px;
}
.text li ol ol ol,
.textwidget li ol ol ol {
  margin: .6em 0 0 20px;
}
.text table,
.textwidget table {
  width: 100%;
}
.text table caption,
.textwidget table caption {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-size: 16px;
  background-color: #eaeaea;
}
.text table th,
.textwidget table th {
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #111111;
  color: #fff;
}
.text table tr,
.textwidget table tr {
  border-bottom: 1px solid #d4d4d4;
  font-size: 13px;
  line-height: 1;
}
.text table tr:nth-child(2n),
.textwidget table tr:nth-child(2n) {
  background-color: #f6f6f6;
}
.text table tr:hover,
.textwidget table tr:hover {
  background-color: #eaeaea;
}
.text table td,
.textwidget table td {
  padding: 10px;
  text-align: center;
}
.text em,
.textwidget em {
  font-style: italic;
}
.text del,
.textwidget del {
  text-decoration: line-through;
}
.text q,
.textwidget q {
  font-style: italic;
}
.text cite,
.textwidget cite {
  font-style: italic;
}
.text strong,
.textwidget strong {
  font-weight: bold;
}
.text pre,
.textwidget pre,
.text code,
.textwidget code {
  font-size: 13px;
  line-height: 20px;
  font-family: mono-space, monospace;
}
.text pre,
.textwidget pre {
  clear: both;
  margin: 20px 0 10px;
  padding: 5px 10px;
  border: 1px solid #eaeaea;
  background: #f8f8f8;
  white-space: pre;
  text-shadow: 0 1px 0 #fff;
}
.text ins,
.textwidget ins {
  margin: 0 2px;
  padding: 2px 5px;
  background-color: #fdfe7c;
  text-decoration: none;
}
.text abbr,
.textwidget abbr {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}
/* =======================================
	$Blog
======================================= */
article {
  zoom: 1;
  position: relative;
  margin-bottom: 40px;
}
article:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
.entry-footer.span-2 {
  margin-left: 0;
  clear: both;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  color: #666;
  font-weight: bold;
}
.entry-footer.span-2 em {
  font-style: normal;
  font-weight: normal;
}
.entry-footer.span-2 a {
  color: #666;
  font-weight: normal;
}
.entry-footer.span-2 a:hover {
  color: #111111;
}
.entry-footer.span-2 p {
  margin-bottom: 0;
}
.entry-footer.span-2.meta p {
  clear: both;
  display: block;
  float: left;
  margin-bottom: 8px;
  line-height: 14px;
  font-size: 12px;
}
.entry-footer.span-2.meta p:hover .icon {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.entry-content.span-5,
.entry-content.span-6 {
  margin-right: 0;
}
.entry-content.span-8 {
  margin: 0;
}
.entry-image {
  float: left;
  margin-right: 10px;
}
.entry-image a {
  float: left;
}
.entry-image a img {
  float: left;
}
.single .entry-image {
  margin-right: 0;
  margin-bottom: 30px;
}
h1.entry-title {
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 10px 0;
}
h1.entry-title a {
  color: #111111;
}
.post-format {
  width: 40px;
  height: 40px;
  background-color: #111;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
}
.heading .post-format {
  left: 0;
}
.entry-content .alignleft,
.entry-content img.alignleft {
  margin-left: 0;
}
.entry-content .alignleft.size-thumbnail,
.entry-content img.alignleft.size-thumbnail {
  margin-left: 0;
}
.entry-content .meta {
  background: #f9f9f9;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 10px;
}
.entry-content .meta em {
  float: left;
  margin-right: 20px;
}
.entry-content .meta em:hover .icon {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.entry-content .meta a {
  color: #999;
}
.entry-content .meta a:hover .icon {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.post-divider {
  clear: both;
  zoom: 1;
  float: left;
  position: relative;
  height: 1px;
  background: #eaeaea;
  width: 100%;
  margin-top: 30px;
  display: block;
}
.post-divider:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
.sidebar-left .post-divider {
  margin-left: 0;
  padding-left: 0;
}
.post-gallery {
  position: relative;
  width: 220px;
  height: 220px;
  overflow: hidden;
  margin-right: 10px;
  float: left;
}
.post-gallery .gallery {
  margin-top: 0;
  margin-bottom: 0;
  left: 0;
}
.post-gallery .gallery .gallery-item {
  width: 220px;
  height: 220px;
  display: block;
  margin: 0;
}
.post-gallery .gallery .gallery-item a {
  display: block;
  width: 220px;
  height: 220px;
  max-width: 220px;
  max-height: 220px;
}
.post-gallery:hover .slide-prevNav,
.post-gallery:hover .slide-nextNav {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.post-gallery .slide-prevNav,
.post-gallery .slide-nextNav {
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 0;
  text-indent: -9999em;
  z-index: 9999;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.post-gallery .slide-prevNav:hover,
.post-gallery .slide-nextNav:hover {
  background-color: #111;
}
.post-gallery .slide-prevNav:active,
.post-gallery .slide-nextNav:active {
  background-color: #000;
}
.post-gallery .slide-prevNav {
  right: 25px;
  background: rgba(0, 0, 0, 0.7) url(i/gallery_prev.png) no-repeat center center;
}
.post-gallery .slide-nextNav {
  right: 0;
  background: rgba(0, 0, 0, 0.7) url(i/gallery_next.png) no-repeat center center;
}
.single .post-gallery {
  width: 620px;
  height: 320px;
  margin-right: 0;
  margin-bottom: 30px;
}
.single .post-gallery .gallery-item {
  width: 620px;
  height: 320px;
}
.single .post-gallery .gallery-item a {
  display: block;
  width: 620px;
  height: 320px;
  max-width: 620px;
  max-height: 320px;
}
.full.span-9 {
  width: 1020px;
}
.full .span-7 {
  width: 935px;
}
.full .span-5 {
  width: 765px;
}
.full .gallery {
  width: 935px;
}
/* stream variation */
.blog-stream {
  position: relative;
}
.blog-stream article {
  margin-bottom: 20px;
}
.blog-stream .entry-image {
  margin-right: 10px;
}
.blog-stream .entry-content {
  margin: 0 10px;
  width: 440px;
}
.blog-stream .entry-content.full-width {
  margin-left: 100px;
}
.blog-stream .stream-button a {
  width: 60px;
  height: 80px;
  background: #ffffff url(i/stream-arrow.png) no-repeat center center;
  text-indent: -9999em;
  display: block;
  float: left;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.blog-stream .stream-button a:hover {
  background-color: #efefef;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.blog-stream .meta {
  background: none;
  padding: 0;
  margin-bottom: 10px;
}
.blog-stream .entry-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-stream .entry-content {
  font-size: 12px;
  color: #999;
}
.blog-stream .post-divider {
  margin-top: 20px;
}
.blog-stream .post-gallery {
  position: relative;
  width: 80px;
  height: 80px;
}
.blog-stream .post-gallery .gallery .gallery-item {
  width: 80px;
  height: 80px;
}
.blog-stream .post-gallery .gallery .gallery-item a {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
}
.blog-stream .post-gallery .slide-prevNav,
.blog-stream .post-gallery .slide-nextNav {
  width: 15px;
  height: 15px;
}
.blog-stream .post-gallery .slide-prevNav:hover,
.blog-stream .post-gallery .slide-nextNav:hover {
  background-color: #000;
}
.blog-stream .post-gallery .slide-prevNav {
  right: 15px;
  background: rgba(0, 0, 0, 0.7) url(i/gallery_prev.png) no-repeat center center;
}
.blog-stream .post-gallery .slide-nextNav {
  right: 0;
  background: rgba(0, 0, 0, 0.7) url(i/gallery_next.png) no-repeat center center;
}
/* Blog grid style */
#bloglist {
  zoom: 1;
}
#bloglist:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
#bloglist li.bloglist-item {
  list-style: none;
}
#bloglist li.bloglist-item article {
  margin-bottom: 0;
  position: relative;
}
#bloglist li.bloglist-item .overlay {
  position: absolute;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  color: #fff;
}
#bloglist li.bloglist-item .overlay .entry-summary {
  margin-bottom: 20px;
}
#bloglist li.bloglist-item .overlay .meta {
  color: #999;
  margin-bottom: 0;
}
#bloglist li.bloglist-item .overlay .meta em {
  font-size: 11px;
  font-style: normal;
}
#bloglist li.bloglist-item:hover .overlay {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#bloglist li.bloglist-item .entry-header {
  position: absolute;
  background: #fff;
  bottom: 10px;
  margin: 0 10px;
  z-index: 100;
}
#bloglist li.bloglist-item .entry-header h1 {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 0;
  padding: 5px 10px;
}
#bloglist li.bloglist-item .entry-image .thumb:hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#bloglist li.bloglist-item .post-gallery {
  width: 194px;
  height: 194px;
}
#bloglist li.bloglist-item .post-gallery .gallery {
  width: 194px;
  height: 194px;
}
#bloglist li.bloglist-item .post-gallery .gallery .gallery-item {
  width: 194px;
  height: 194px;
}
#bloglist li.bloglist-item .post-gallery .gallery .gallery-item a {
  width: 194px;
  height: 194px;
  max-height: 194px;
  max-width: 194px;
}
/* Blog icons */
.icon {
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  width: 10px;
  height: 12px;
  top: 1px;
  margin-right: 5px;
  display: block;
  position: relative;
  float: left;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.icon.date {
  background: url(i/icons.png) no-repeat 0 center;
}
.icon.user {
  background: url(i/icons.png) no-repeat -10px center;
}
.icon.comments {
  background: url(i/icons.png) no-repeat -20px center;
}
.icon.category {
  background: url(i/icons.png) no-repeat -30px center;
}
.icon.tag {
  background: url(i/icons.png) no-repeat -40px center;
}
/* =======================================
	$Portfolio
======================================= */
.single-works .heading h2 {
  color: #999;
}
.single-works .heading h2 em {
  color: #333;
}
#worklist,
#relatedlist {
  zoom: 1;
  clear: both;
}
#worklist:after,
#relatedlist:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
#worklist li,
#relatedlist li {
  list-style-type: none;
  margin-bottom: 20px;
}
#filter {
  zoom: 1;
  margin-bottom: 30px;
}
#filter:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
#filter p {
  display: block;
  float: left;
  border-right: 1px solid #ccc;
  padding-right: 10px;
  line-height: 20px;
  color: #999;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#filter ul {
  margin-bottom: 0;
}
#filter li {
  list-style-type: none;
  display: inline;
  float: left;
  margin-bottom: 0;
}
#filter li.current a {
  background: #d4650b;
}
#filter li a {
  display: block;
  padding: 0 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #bfbfbf;
  color: #fff;
  line-height: 20px;
}
#filter li a:hover {
  text-decoration: none;
  background: #d4650b;
}
.worklist-item,
.relatedlist-item {
  zoom: 1;
  position: relative;
  overflow: hidden;
}
.worklist-item:after,
.relatedlist-item:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
.worklist-item .work-text,
.relatedlist-item .work-text,
.worklist-item .entry-text,
.relatedlist-item .entry-text {
  float: left;
  position: relative;
  display: inline;
}
.worklist-item .work-text.overlay,
.relatedlist-item .work-text.overlay,
.worklist-item .entry-text.overlay,
.relatedlist-item .entry-text.overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  padding: 0;
  background: #000;
  color: #fff;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.worklist-item .work-text.overlay a,
.relatedlist-item .work-text.overlay a,
.worklist-item .entry-text.overlay a,
.relatedlist-item .entry-text.overlay a {
  display: block;
  height: 100%;
  zoom: 1;
}
.worklist-item .work-text.overlay a:after,
.relatedlist-item .work-text.overlay a:after,
.worklist-item .entry-text.overlay a:after,
.relatedlist-item .entry-text.overlay a:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
.worklist-item .work-text.overlay .overlaywrapper,
.relatedlist-item .work-text.overlay .overlaywrapper,
.worklist-item .entry-text.overlay .overlaywrapper,
.relatedlist-item .entry-text.overlay .overlaywrapper {
  display: block;
  zoom: 1;
  padding: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.worklist-item .work-text.overlay .overlaywrapper:after,
.relatedlist-item .work-text.overlay .overlaywrapper:after,
.worklist-item .entry-text.overlay .overlaywrapper:after,
.relatedlist-item .entry-text.overlay .overlaywrapper:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
.worklist-item .work-text.overlay h1,
.relatedlist-item .work-text.overlay h1,
.worklist-item .entry-text.overlay h1,
.relatedlist-item .entry-text.overlay h1 {
  color: #fff;
  display: block;
  float: none;
  font-size: 16px;
}
.worklist-item .work-text.overlay .work-category,
.relatedlist-item .work-text.overlay .work-category,
.worklist-item .entry-text.overlay .work-category,
.relatedlist-item .entry-text.overlay .work-category {
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  line-height: 14px;
}
.worklist-item .work-text.overlay .readmore,
.relatedlist-item .work-text.overlay .readmore,
.worklist-item .entry-text.overlay .readmore,
.relatedlist-item .entry-text.overlay .readmore {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  text-indent: -9999em;
  position: absolute;
  bottom: 10px;
  right: 10px;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  background: url(i/overlay-arrow.png) no-repeat top left;
}
.worklist-item h1,
.relatedlist-item h1 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 10px 0;
}
.worklist-item h1 a,
.relatedlist-item h1 a {
  color: #111111;
}
.worklist-item img,
.relatedlist-item img {
  float: left;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.worklist-item:hover img,
.relatedlist-item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.worklist-item:hover .work-text.overlay,
.relatedlist-item:hover .work-text.overlay {
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.worklist-item .entry-footer,
.relatedlist-item .entry-footer {
  width: 220px;
}
.single-works .entry-footer p {
  font-weight: normal;
  margin-bottom: 10px;
}
.single-works .entry-footer .work-categories {
  line-height: 14px;
}
.placeholder {
  display: block;
  width: 56px;
  height: 56px;
  background: #d9d9d9;
}
.one-col li {
  height: 320px;
}
.one-col img {
  width: 620px;
  height: 320px;
}
.one-col .placeholder {
  float: left;
  width: 620px;
  height: 320px;
}
.one-col img {
  width: 620px;
  height: 320px;
}
.one-col .work-text {
  float: right;
}
.one-col .work-text.overlay .overlaywrapper {
  padding: 20px;
}
.one-col .work-text.overlay .readmore {
  bottom: 20px;
  right: 20px;
}
.sidebar-left .one-col .work-text {
  float: right;
}
.sidebar-left .one-col .thumb {
  float: left;
}
.two-col {
  width: 640px;
  position: relative;
  left: -10px;
}
.two-col li {
  margin: 0 9px 40px 10px;
  width: 300px;
  height: 240px;
  float: left;
}
.two-col li .thumb {
  float: left;
}
.two-col li .work-text,
.two-col li .entry-text {
  width: 300px;
  margin-bottom: 0;
}
.two-col li .work-text h1,
.two-col li .entry-text h1 {
  font-size: 14px;
}
.two-col .placeholder {
  width: 300px;
  height: 240px;
}
.two-col img {
  width: 300px;
  height: 240px;
}
.two-col .work-text.overlay .overlaywrapper {
  padding: 15px;
}
.two-col .work-text.overlay .readmore {
  bottom: 15px;
  right: 15px;
}
.three-col {
  width: 640px;
  position: relative;
  left: -10px;
}
.three-col li {
  margin: 0 9px 20px 10px;
  width: 194px;
  height: 194px;
  float: left;
}
.three-col li h1 {
  float: left;
  font-size: 12px;
}
.three-col li .work-text,
.three-col li .entry-text {
  width: 194px;
}
.three-col li .placeholder {
  width: 194px;
  height: 194px;
}
.three-col li img {
  width: 194px;
  height: 194px;
}
.three-col li .work-text.overlay .overlaywrapper {
  padding: 15px;
}
.three-col li .work-text.overlay .readmore {
  bottom: 15px;
  right: 15px;
}
.three-col li.bloglist-item {
  margin-bottom: 20px;
}
.four-col {
  width: 960px;
  position: relative;
  left: -10px;
}
.four-col li {
  width: 220px;
  height: 220px;
  margin: 0 10px;
  float: left;
}
.four-col li .thumb {
  float: left;
}
.four-col li h1 {
  float: left;
  font-size: 14px;
}
.four-col li .work-text,
.four-col li .entry-text {
  width: 220px;
}
.four-col li .placeholder {
  width: 220px;
  height: 220px;
}
.four-col li img {
  width: 220px;
  height: 220px;
}
#relatedlist {
  margin-left: -10px;
  margin-right: 0;
  width: 640px;
}
#relatedlist .placeholder {
  width: 140px;
  height: 140px;
}
#relatedlist li {
  position: relative;
  margin: 0 10px;
  width: 140px;
  height: 140px;
  float: left;
  overflow: hidden;
}
#relatedlist li .thumb {
  width: 140px;
  height: 140px;
  float: left;
}
#relatedlist li h1 {
  font-size: 12px;
}
#relatedlist li .entry-text {
  width: 140px;
}
#relatedlist li img {
  width: 140px;
  height: 140px;
}
/* =======================================
	$Widgets
======================================= */
.expanded {
  margin-bottom: 20px;
}
.expanded .stripe-top,
.expanded .stripe-bottom {
  width: 1000px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.expanded .stripe-top {
  background: url(i/big-sheet.png) no-repeat top center;
  height: 20px;
}
.expanded .stripe-bottom {
  background: url(i/big-sheet.png) no-repeat bottom center;
  height: 40px;
}
.expanded .container.widget-stripe {
  background: url(i/sheet-background-full.png) repeat-y center;
  margin-bottom: 0;
  padding-top: 10px;
}
.expanded.last-stripe {
  margin-bottom: -40px;
}
.widget-stripe {
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.widget-stripe.first-stripe {
  padding-top: 40px;
}
.widget-stripe h3 {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #111111;
}
.widget-stripe h3 a {
  color: #111111;
}
.widget-stripe h3 a:hover {
  color: #d4650b;
}
.widget-stripe .widget {
  margin-bottom: 0px;
  font-size: 13px;
  /* tag cloud*/

  /* contact */

  /* generic list */

}
.widget-stripe .widget .tagcloud a {
  font-size: 12px !important;
}
.widget-stripe .widget .contact dt,
.widget-stripe .widget .contact dd {
  font-size: 13px !important;
}
.widget-stripe .widget ul {
  font-size: 13px;
}
.sidebar-left .sidebar .widget h3 {
  margin-left: 0;
  padding-left: 0;
  margin-right: -20px;
}
.sidebar-left.home.blog #main.container {
  background: url(i/sidebar-background-left.png) 10px repeat-y;
}
.sidebar-left.home.blog .sidebar .widget h3 {
  margin-right: 0px;
  padding-right: 0;
}
.sidebar-right.home.blog #main.container {
  background: url(i/sidebar-background.png) 730px repeat-y;
}
.sidebar-right.home.blog .sidebar .widget h3 {
  margin-left: 0px;
  padding-left: 0;
}
.sidebar .widget {
  /* search form */
}
.sidebar .widget h3 {
  font-size: 18px;
  line-height: 1.2;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-left: -20px;
  color: #333;
}
.sidebar .widget h3 a {
  color: #333;
}
.sidebar .widget h3 a:hover {
  color: #d4650b;
}
.sidebar .widget.footer h3 {
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .widget #searchform #s {
  width: 198px;
}
.sidebar#main-sidebar .widget h3 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
}
.widget {
  clear: both;
  zoom: 1;
  margin-bottom: 40px;
  /* generic list */

  /* testimonials */

  /* tag cloud */

  /* text widget */

  /* twitter */

  /* flickr */

  /* latest posts */

  /* custom menu */

  /*	Social */

  /* widget on footer*/

  /* recent comments */

}
.widget:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
.widget ul li a {
  display: block;
  padding: 5px 0;
  color: #111111;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget ul li a:hover {
  color: #d4650b;
  border-bottom-color: #d4650b;
}
.widget .side-testimonials-box {
  font-size: 12px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
}
.widget .side-testimonials-box:last-of-type {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget .side-testimonials-box .testimonial-msg {
  margin-bottom: 10px;
}
.widget .side-testimonials-box .testimonial-sign {
  border-left: 4px solid #ccc;
  font-size: 11px;
  color: #999;
  display: block;
  padding-left: 10px;
}
.widget .tagcloud a {
  position: relative;
  display: block;
  float: left;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #bfbfbf;
  color: #fff;
  line-height: 20px;
  padding-left: 23px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
  font-size: 12px !important;
}
.widget .tagcloud a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  display: block;
  position: absolute;
  top: 7px;
  left: 10px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.35);
}
.widget .tagcloud a:hover {
  text-decoration: none;
  color: #fff;
  background: #d4650b;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.widget .textwidget p {
  margin-bottom: 10px;
}
.widget #twitter_update_list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
}
.widget #twitter_update_list li:last-child {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget #twitter_update_list span {
  font-size: 12px;
  display: block;
  clear: both;
}
.widget #twitter_update_list span a {
  font-size: 12px;
  color: #111111;
}
.widget #twitter_update_list a {
  font-size: 10px;
  border-bottom: none;
  color: #999;
  display: inline;
}
.widget #twitter_update_list a:hover {
  color: #d4650b;
}
.widget #flickr_wrapper {
  float: left;
  width: 255px;
  position: relative;
  left: -10px;
}
.widget #flickr_wrapper .flickr_badge_image {
  float: left;
  width: 56px;
  margin: 0 10px 20px;
}
.widget #flickr_wrapper .flickr_badge_image a {
  float: left;
}
.widget #flickr_wrapper .flickr_badge_image a img {
  float: left;
  width: 56px;
  height: 56px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}
.widget .side-post,
.widget .latest-works-container {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
}
.widget .side-post:last-child,
.widget .latest-works-container:last-child {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget .side-post .thumb,
.widget .latest-works-container .thumb {
  float: left;
  margin-right: 10px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.widget .side-post .thumb img,
.widget .latest-works-container .thumb img {
  float: left;
  border: 2px solid #fff;
}
.widget .side-post .thumb.video,
.widget .latest-works-container .thumb.video {
  width: 56px;
  height: 56px;
}
.widget .side-post .thumb.video img,
.widget .latest-works-container .thumb.video img {
  width: 100%;
  height: 100%;
}
.widget .side-post .placeholder,
.widget .latest-works-container .placeholder {
  width: 56px;
  height: 56px;
  float: left;
  margin-right: 10px;
  border: 2px solid #fff;
  background: #d9d9d9;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.widget .side-post .post-head,
.widget .latest-works-container .post-head {
  float: left;
  width: 150px;
}
.widget .side-post .post-head h4,
.widget .latest-works-container .post-head h4 {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 5px;
}
.widget .side-post .post-head h4 a,
.widget .latest-works-container .post-head h4 a {
  color: #333;
}
.widget .side-post .post-head h4 a:hover,
.widget .latest-works-container .post-head h4 a:hover {
  color: #d4650b;
}
.widget .side-post .post-head p,
.widget .latest-works-container .post-head p {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
}
.widget .side-post .post-head.no-image,
.widget .latest-works-container .post-head.no-image {
  width: 220px;
}
.widget .menu {
  clear: both;
  zoom: 1;
  float: left;
}
.widget .menu:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
.widget .menu li {
  list-style: none;
  border-left: 1px solid #666;
  position: relative;
  margin-bottom: 0;
  padding-left: 10px;
}
.widget .menu li a {
  padding: 5px;
  border: none;
  display: block;
}
.widget .menu li a:hover {
  border: none;
}
.widget .menu li a:before {
  content: "-";
  position: absolute;
  left: -1px;
  font-weight: normal;
}
.widget #social li {
  display: inline;
  float: left;
}
.widget #social li a {
  margin-right: 10px;
  float: left;
  display: block;
  border-bottom: none;
}
.widget #social li a:hover {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: relative;
  top: -2px;
}
.widget.footer header h3 {
  padding-left: 0;
  margin-left: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.widget #recentcomments li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
}
.widget #recentcomments li:last-child {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* contact */
.contact p {
  font-size: 12px;
  margin-bottom: 10px;
}
.contact a {
  color: #111111;
}
.contact a:hover {
  color: #d4650b;
}
.contact dt {
  font-size: 12px;
  font-weight: bold;
  padding-right: 10px;
  float: left;
}
/* search form */
#searchform .screen-reader-text,
#searchform #searchsubmit {
  display: none;
}
#searchform #s {
  text-indent: 26px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  background-image: url(i/search.png);
  background-repeat: no-repeat;
  background-position: 10px;
  background-position-y: 10px;
  background-position-x: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#searchform #s:focus {
  text-indent: 0;
  background-position: 10px -36px;
  background-position-y: -36px;
  background-position-x: 10px;
}
.search_404 #s {
  margin-top: 20px;
  width: 598px;
}
/* dimensions for home page widget stripe */
.one-fourth #searchform #s {
  width: 198px;
}
.one-third #searchform #s {
  width: 278px;
}
.one-third .side-post {
  width: 300px;
}
.one-third .side-post .post-head {
  width: 230px;
}
.one-half #searchform #s,
.two-fourths #searchform #s {
  width: 438px;
}
.one-half .side-post,
.two-fourths .side-post {
  width: 320px;
}
.one-half .side-post .post-head,
.two-fourths .side-post .post-head {
  width: 245px;
}
.two-thirds .side-post,
.three-fourths .side-post,
.two-fourths .side-post,
.full .side-post {
  width: 320px;
}
.two-thirds .side-post .post-head,
.three-fourths .side-post .post-head,
.two-fourths .side-post .post-head,
.full .side-post .post-head {
  width: 245px;
}
.full #searchform #s {
  width: 918px;
}
/* calendar */
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-size: 13px;
}
#wp-calendar th {
  padding: 6px 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #333;
  color: #fff;
}
#wp-calendar tr {
  border-bottom: 1px solid #d4d4d4;
  font-size: 12px;
  line-height: 1;
}
#wp-calendar tr:nth-child(2n) {
  background-color: #f6f6f6;
}
#wp-calendar tr:hover {
  background-color: #eaeaea;
}
#wp-calendar tr a {
  color: #111111;
  font-weight: bold;
}
#wp-calendar tr a:hover {
  color: #d4650b;
}
#wp-calendar td {
  padding: 6px 5px;
  text-align: center;
}
/* =======================================
	$Archive
======================================= */
/* =======================================
	$Images
======================================= */
.alignleft,
img.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}
.alignright,
img.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft img,
.alignright img {
  float: left;
}
.thumb,
.gallery img,
.text img,
.entry-content img,
#flickr_wrapper a,
.post-gallery,
.gallery-item a,
.textwidget a img {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.thumb:hover,
.gallery img:hover,
.text img:hover,
.entry-content img:hover,
#flickr_wrapper a:hover,
.post-gallery:hover,
.gallery-item a:hover,
.textwidget a img:hover {
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.wp-caption-text {
  clear: both;
  border-left: 5px solid #ccc;
  padding-left: 10px;
  font-size: 11px;
}
.wp-caption img {
  margin-bottom: 10px;
}
.single .entry-content .size-large {
  margin-left: -160px;
}
/*	Gallery WordPress
------------------------------- */
.gallery {
  zoom: 1;
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}
.gallery:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
.gallery p {
  margin-bottom: 20px;
}
.gallery a {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  max-height: 150px;
}
.gallery a img {
  float: left;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.gallery .gallery-item {
  float: left;
  text-align: center;
  position: relative;
  display: inline;
  width: 23%;
  margin: 0 2%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 46%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 29.333333333%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 21%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 16%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 12.666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 10.285714286%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 8.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 7.111111111%;
}
.gallery .gallery-caption {
  font-size: 11px;
  padding: 4px;
  max-width: auto;
  margin: 0 auto;
}
.gallery br + br {
  display: none;
}
/* =======================================
	$Shortcodes
======================================= */
/* toggle & accordion */
h2.slide_trigger,
h2.acc_trigger {
  display: block;
  margin-bottom: 0;
}
h2.slide_trigger a,
h2.acc_trigger a {
  display: block;
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
  color: #999;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
h2.slide_trigger a:hover,
h2.acc_trigger a:hover {
  text-decoration: none;
  background-color: #f9f9f9;
  text-shadow: 0 1px 0 #fff;
}
h2.slide_trigger.open a,
h2.acc_trigger.open a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  background-color: #f9f9f9;
  color: #111111;
  text-shadow: 0 1px 0 #fff;
}
h2.slide_trigger.open span,
h2.acc_trigger.open span {
  background-position: bottom left;
}
h2.slide_trigger .toggle,
h2.acc_trigger .toggle {
  float: left;
  position: relative;
  display: block;
  margin-right: 10px;
  width: 13px;
  height: 13px;
  background: url('i/toggle.png') no-repeat left top;
}
.slide_container,
.acc_container {
  clear: both;
  zoom: 1;
  border: 1px solid #ccc;
  padding: 10px;
}
.slide_container:after,
.acc_container:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
.slide_container p:last-of-type,
.acc_container p:last-of-type {
  margin-bottom: 0;
}
.accordion {
  margin-bottom: 20px;
}
/* tabs */
.tabs {
  margin-top: 20px;
  clear: both;
  zoom: 1;
}
.tabs:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
.tabs ul.t-nav {
  position: relative;
  margin-bottom: 0;
  float: left;
  bottom: -1px;
}
.tabs ul.t-nav li {
  list-style-type: none;
  float: left;
  margin-bottom: 0;
  margin-right: -1px;
}
.tabs ul.t-nav li a {
  font-weight: bold;
  float: left;
  padding: 10px;
  background: #f1f1f1;
  color: #999;
  border: 1px solid #ccc;
  text-shadow: 0 1px 0 #fff;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.tabs ul.t-nav li a:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}
.tabs ul.t-nav li.active a {
  background: #fff;
  color: #111111;
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  text-shadow: none;
}
.tabs .tab-content p:last-of-type {
  margin-bottom: 0;
}
.tabs .tab-content .acc_item:first-of-type .acc_trigger {
  margin-top: 10px;
}
.tabs .tab-content .acc_trigger {
  margin-top: 20px;
}
.tabs .tab-content .accordion {
  margin-bottom: 10px;
}
.tabs .t-container {
  clear: both;
  zoom: 1;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}
.tabs .t-container:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
/* buttons */
a.btn,
#submit {
  display: inline-block;
  padding: 5px 20px;
  margin: 5px 0;
  background: #d4650b;
  border: 1px solid #a44e08;
  color: #fff;
  font-family: inherit;
  line-height: 1;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 13px 13px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 13px 13px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 13px 13px rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.08s linear;
  -moz-transition: all 0.08s linear;
  transition: all 0.08s linear;
}
a.btn:hover,
#submit:hover {
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 13px 13px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 13px 13px rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 13px 13px rgba(255, 255, 255, 0.3);
}
a.btn:active,
#submit:active {
  color: #693205;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 13px 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 13px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 13px 13px rgba(0, 0, 0, 0.1);
}
a.btn.inline,
#submit.inline {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 5px;
}
a.btn.small,
#submit.small {
  font-size: 13px;
}
a.btn.medium,
#submit.medium {
  font-size: 16px;
  padding: 8px 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 17px 17px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 17px 17px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 17px 17px rgba(255, 255, 255, 0.2);
}
a.btn.medium:hover,
#submit.medium:hover {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 17px 17px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 17px 17px rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 17px 17px rgba(255, 255, 255, 0.3);
}
a.btn.medium:active,
#submit.medium:active {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 17px 17px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 17px 17px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 17px 17px rgba(0, 0, 0, 0.1);
}
a.btn.big,
#submit.big {
  font-weight: normal;
  font-size: 22px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 22px 22px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 22px 22px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 22px 22px rgba(255, 255, 255, 0.2);
}
a.btn.big:hover,
#submit.big:hover {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 22px 22px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 22px 22px rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 22px 22px rgba(255, 255, 255, 0.3);
}
a.btn.big:active,
#submit.big:active {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 22px 22px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 22px 22px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 22px 22px rgba(0, 0, 0, 0.1);
}
a.btn.red,
#submit.red {
  background: #ce534d;
  border-color: #b63832;
}
a.btn.red:hover,
#submit.red:hover {
  color: #fff;
}
a.btn.red:active,
#submit.red:active {
  color: #862925;
}
a.btn.blue,
#submit.blue {
  background: #4588c1;
  border-color: #356e9e;
}
a.btn.blue:hover,
#submit.blue:hover {
  color: #fff;
}
a.btn.blue:active,
#submit.blue:active {
  color: #254e70;
}
a.btn.green,
#submit.green {
  background: #799f31;
  border-color: #5b7825;
}
a.btn.green:hover,
#submit.green:hover {
  color: #fff;
}
a.btn.green:active,
#submit.green:active {
  color: #384917;
}
a.btn.yellow,
#submit.yellow {
  background: #f7c40c;
  border-color: #c99f07;
}
a.btn.yellow:hover,
#submit.yellow:hover {
  color: #fff;
}
a.btn.yellow:active,
#submit.yellow:active {
  color: #8e7005;
}
a.btn.purple,
#submit.purple {
  background: #564660;
  border-color: #3c3043;
}
a.btn.purple:hover,
#submit.purple:hover {
  color: #fff;
}
a.btn.purple:active,
#submit.purple:active {
  color: #1c171f;
}
a.btn.grey,
#submit.grey {
  background: #a6aaaf;
  border-color: #8b9097;
}
a.btn.grey:hover,
#submit.grey:hover {
  color: #fff;
}
a.btn.grey:active,
#submit.grey:active {
  color: #6c7278;
}
a.btn.graphite,
#submit.graphite {
  background: #595d63;
  border-color: #414448;
}
a.btn.graphite:hover,
#submit.graphite:hover {
  color: #fff;
}
a.btn.graphite:active,
#submit.graphite:active {
  color: #242528;
}
a.btn.brown,
#submit.brown {
  background: #845e3e;
  border-color: #61452e;
}
a.btn.brown:hover,
#submit.brown:hover {
  color: #fff;
}
a.btn.brown:active,
#submit.brown:active {
  color: #38281a;
}
/*	Columns
-------------------------- */
.content-one-third {
  width: 31%;
  margin-right: 3.5%;
}
.content-two-third {
  width: 62%;
  margin-right: 3.5%;
}
.content-one-fourth {
  width: 23.125%;
  margin-right: 2.5%;
}
.content-two-fourth {
  width: 48.75%;
  margin-right: 2.5%;
}
.content-three-fourth {
  width: 74.375%;
  margin-right: 2.5%;
}
.content-one-fifth {
  width: 17.9166667%;
  margin-right: 2.6041667%;
}
.content-two-fifth {
  width: 38.4375%;
  margin-right: 2.6041667%;
}
.content-three-fifth {
  width: 58.9583333%;
  margin-right: 2.6041667%;
}
.content-three-fifth {
  width: 79.4791667%;
  margin-right: 2.6041667%;
}
.last {
  margin-right: 0;
}
.first {
  clear: both;
}
/* =======================================
	$Search page
======================================= */
.span-5.page-result {
  margin-left: 170px;
}
/* =======================================
	$Contact page
======================================= */
#map {
  width: 378px;
  height: 280px;
  position: relative;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.sidebar-left #map {
  width: 318px;
  margin-left: 0;
}
.sidebar-right #map {
  width: 378px;
  margin-left: 0;
}
#map h1 {
  font: 14px/1.5em Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
}
.contact.w-map {
  float: left;
  width: 220px;
  margin-left: 20px;
}
.contact.w-map dl {
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
}
.contact-form {
  clear: both;
  float: left;
  display: block;
  width: 620px;
}
.contact-form input,
.contact-form textarea {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}
.contact-form label {
  float: left;
  width: 120px;
  vertical-align: baseline;
  padding: 10px 20px 0 0;
}
.contact-form label.error {
  color: #e26c4c;
  display: block;
  width: 458px;
  float: none;
  padding: 0;
  margin-left: 140px;
  position: relative;
  top: -10px;
}
.contact-form #name,
.contact-form #email,
.contact-form #message {
  clear: both;
  display: block;
  float: left;
  position: relative;
  width: 620px;
}
.contact-form #name input,
.contact-form #email input,
.contact-form #message input,
.contact-form #name textarea,
.contact-form #email textarea,
.contact-form #message textarea {
  width: 458px;
  max-width: 458px;
}
.contact-form #submit {
  margin: 0 0 0 140px;
}
input,
textarea {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 13px;
}
input:focus,
textarea:focus {
  border-color: #ccc;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
#result p {
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 30px;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
#result p.success {
  color: #fff;
  background: #a6c059;
  border: 1px solid #8da73f;
  text-shadow: 0 -1px 1px #8da73f;
}
