@font-face {
  font-family: 'fontello';
  src: url('f/fontello.eot');
  src: url('f/fontello.eot?#iefix') format('embedded-opentype'), url('f/fontello.woff') format('woff'), url('f/fontello.ttf') format('truetype'), url('f/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 
================================================================================
	INDEX
================================================================================

1. 

================================================================================
	$Commons
================================================================================
*/
body {
  background-color: #f9f9f9;
}
::-webkit-selection {
  color: #ffffff;
  background-color: #ffa01f;
  text-shadow: none;
}
::-moz-selection {
  color: #ffffff;
  background-color: #ffa01f;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background-color: #ffa01f;
  text-shadow: none;
}
/* Links
----------------------------------------------------------------------------- */
a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #333333;
}
a:hover {
  color: #ffa01f;
}
a:active {
  color: #b86a00;
}
/* Logo --------------------------------------------------------------------- */
#logo {
  display: block;
  float: left;
  line-height: 1;
  font-size: 28px;
  padding: 30px 0;
}
#logo a {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  width: 116px;
  height: 20px;
  overflow: hidden;
  background: url("i/logo.png") no-repeat;
}
#logo.left {
  float: left;
}
#logo.center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
#logo.right {
  float: right;
}
#logo.text a {
  text-indent: 0;
  white-space: normal;
  overflow: visible;
  width: auto;
  height: auto;
  background-image: none;
}
#logo.text.left {
  text-align: left;
}
#logo.text.right {
  text-align: right;
}
/* Page links (post inner navigation) --------------------------------------- */
#page-links {
  clear: both;
}
/* Preload ------------------------------------------------------------------ */
.item-image,
.list-thumb {
  position: relative;
  background-color: #fff;
  background-image: url(i/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  height: auto;
}
.item-image img,
.list-thumb img {
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* Overlay ------------------------------------------------------------------ */
.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pop {
  font-family: 'fontello';
  line-height: 1px;
  font-size: 1px;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 0px;
  height: 0px;
  margin-left: 0;
  margin-top: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  speak: none;
}
.list-thumb:hover .pop,
.item-image a:hover .pop,
a.item-image:hover .pop {
  font-size: 24px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*
================================================================================
	$Slideshow
================================================================================
*/
/* Background --------------------------------------------------------------- */
.background_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.background_container canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  visibility: hidden;
}
.background_container img {
  position: relative;
  display: block;
  visibility: hidden;
}
.background_overlay {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 19;
}
.slideshow-wrapper.playing .slide-box-caption {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.slideshow-wrapper.playing:hover .slide-box-caption {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#background_slider {
  width: 100%;
}
#background_slider li.slide {
  display: block;
  height: 100%;
  width: 100% !important;
}
#background_slider li.slide img {
  z-index: 10;
}
#background_slider li.slide_type_video object,
#background_slider li.slide_type_video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
}
/* Slideshow caption -------------------------------------------------------- */
.slide-box-caption {
  overflow: hidden;
  z-index: 60;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}
.slide-box-caption:after {
  display: block;
  content: "\0020";
  height: 0;
  clear: both;
  visibility: hidden;
}
.slide-overlay {
  width: 100%;
  /* Standard ------------------------------------------------------------- */

}
.slide-overlay .playpause {
  display: inline-block;
  font-weight: bold;
}
.slide-overlay.slide-layout-boxed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  color: #fff;
}
.slide-overlay.slide-layout-boxed .slide-heading {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
.slide-overlay.slide-layout-boxed .slide-heading a {
  color: #fff;
}
.slide-overlay.slide-layout-boxed .slide-heading a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.slide-overlay.slide-layout-boxed.no-caption .slide-heading {
  margin-bottom: 0;
}
.slide-overlay.slide-layout-boxed .slide-caption {
  font-size: 13px;
  line-height: 1.5;
}
.slide-overlay.slide-layout-boxed .slide-caption a {
  border-bottom: 1px solid;
}
.slide-overlay.slide-layout-boxed .slide-caption p:last-of-type {
  margin-bottom: 0;
}
.slide-overlay.slide-layout-boxed.slide-type-video .slide-caption p:last-of-type {
  margin-bottom: 10px;
}
.slide-overlay.slide-layout-custom {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 60px;
  left: 0;
}
/* Slideshow controls ------------------------------------------------------- */
.controls-container {
  position: absolute;
  bottom: 30px;
  left: 15px;
}
.controls li {
  display: inline;
  float: left;
}
.controls li a {
  display: block;
  float: left;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.6);
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  font-size: 19px;
  font-family: "fontello";
  text-align: center;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-shadow: 0 -1px 0 #000000;
  outline: none;
  speak: none;
}
.controls li a:hover {
  background-color: #fff;
  color: #000;
}
.controls li a.bg-prev {
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.controls li a.bg-next {
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
@media only screen {
  .slide-overlay.slide-layout-boxed,
  .slide-overlay.slide-layout-custom {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
/* 
================================================================================
	Desktop theme adjustments
================================================================================
*/
@media only screen and (min-width: 798px) {
  .slide-overlay {
    left: 15px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    /* Slideshow active ------------------------------------------------- */
  
  }
  .slide-overlay.slide-layout-boxed {
    max-width: 492px;
  }
  .slide-overlay.dynamic-slide.slide-in {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 60;
  }
  .slide-overlay.dynamic-slide.fastslide {
    -webkit-transition-property: left, opacity;
    -moz-transition-property: left, opacity;
    -o-transition-property: left, opacity;
    transition-property: left, opacity;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    left: -200px;
  }
  .slide-overlay.dynamic-slide.fastslide.slide-in {
    left: 15px;
  }
  .slide-overlay.slide-layout-custom {
    left: 0;
  }
  .slide-overlay.slide-layout-custom.dynamic-slide.fastslide.slide-in {
    left: 0px;
  }
  /* Boxed layout --------------------------------------------------------- */
  .layout-boxed .slide-overlay {
    /* Slideshow active --------------------------------------------- */
  
  }
  .layout-boxed .slide-overlay.slide-layout-boxed {
    left: 30px;
  }
  .layout-boxed .slide-overlay.dynamic-slide.fastslide {
    -webkit-transition-property: left, opacity;
    -moz-transition-property: left, opacity;
    -o-transition-property: left, opacity;
    transition-property: left, opacity;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    left: -200px;
  }
  .layout-boxed .slide-overlay.dynamic-slide.fastslide.slide-in {
    left: 30px;
  }
  .layout-boxed .slide-overlay.slide-layout-custom {
    left: 0;
  }
  .layout-boxed .slide-overlay.slide-layout-custom.dynamic-slide.fastslide.slide-in {
    left: 0px;
  }
  .layout-boxed .controls-container {
    left: 30px;
  }
}
/* 
================================================================================
	Mobile theme adjustments
================================================================================
*/
@media only screen and (max-width: 797px) {
  .slide-overlay {
    width: 90%;
    margin-left: 5%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /* Slideshow active ------------------------------------------------- */
  
  }
  .slide-overlay.dynamic-slide.slide-in {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 60;
  }
  .slide-overlay.dynamic-slide.fastslide {
    -webkit-transition-property: bottom, opacity;
    -moz-transition-property: bottom, opacity;
    -o-transition-property: bottom, opacity;
    transition-property: bottom, opacity;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    bottom: 0;
  }
  .slide-overlay.dynamic-slide.fastslide.slide-in {
    bottom: 60px;
  }
  /* Slideshow controls --------------------------------------------------- */
  .controls-container {
    left: 50%;
    margin-left: -30px;
  }
}
.slideshow-wrapper .advancer {
  height: 2px;
  width: 0px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
/*
================================================================================
	$Sidebar
================================================================================
*/
#main-sidebar {
  width: 298px;
}
#main-sidebar .wrapper {
  width: 268px;
}
.w-sidebar.sidebar-left .sidebar {
  float: left;
}
.w-sidebar.sidebar-left .content-wrapper {
  float: right;
}
.w-sidebar.sidebar-right .sidebar {
  float: right;
}
.w-sidebar.sidebar-right .content-wrapper {
  float: left;
}
/*
================================================================================
	$Menu
================================================================================
*/
.menu li {
  display: inline;
  float: left;
}
.menu.tertiary li,
.menu.secondary li {
  margin-right: 8px;
  padding-right: 8px;
}
.menu.tertiary li:last-child,
.menu.secondary li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.menu.tertiary li .sub-menu,
.menu.secondary li .sub-menu {
  display: none;
}
.menu.tertiary li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.menu.secondary li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.select-menu {
  display: none;
}
#main-nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#main-nav ul {
  line-height: 1;
  float: left;
  display: block;
}
#main-nav ul li {
  float: left;
}
#main-nav ul li {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#main-nav ul li a {
  display: block;
  outline: none;
  cursor: default;
}
#main-nav ul li a[href] {
  cursor: pointer;
}
#main-nav ul li.menu-item-hover > a,
#main-nav ul li.current-menu-item > a {
  color: #ffa01f;
}
#main-nav ul.sub-menu {
  display: none;
  position: absolute;
  width: 180px;
  left: 10px;
  margin-top: 0px;
  border-top: 2px solid #ffa01f;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 300;
  background-color: #fff;
}
#main-nav ul.sub-menu li {
  position: relative;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  padding: 0;
  border-top: 1px solid #eaeaea;
  font-weight: normal;
  text-transform: none;
}
#main-nav ul.sub-menu li a {
  background-color: transparent;
  padding: 10px 10px;
}
#main-nav ul.sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
#main-nav ul.sub-menu li a.w-sub:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  content: '\61';
  position: absolute;
  right: 0;
}
#main-nav ul.sub-menu li:first-of-type {
  position: relative;
  border-top: none;
}
#main-nav ul.sub-menu li.menu-item-hover > a,
#main-nav ul.sub-menu li.current-menu-item > a {
  color: #ffa01f;
  padding: 10px 10px;
  border-top: none;
}
#main-nav ul.sub-menu li .sub-menu {
  top: -2px;
  left: 180px;
}
#main-nav ul.sub-menu li .sub-menu li:first-of-type:before {
  display: none;
}
/*
================================================================================
	$Header
================================================================================
*/
/* Social top --------------------------------------------------------------- */
#top-container {
  background-color: #34302D;
  z-index: 101;
  padding-top: 5px;
  padding-bottom: 5px;
}
#top-container .text {
  float: left;
}
#top-container .text a {
  border-bottom: 1px solid;
}
#top-container .social-top-bar ul {
  float: right;
}
#top-container .social-top-bar li a {
  margin-left: 5px;
}
#top-container .social-top-bar li,
#top-container .social-top-bar li a,
#top-container .social-top-bar li a img {
  float: left;
}
/* Header style ------------------------------------------------------------- */
.layout-boxed #header-wrapper {
  -webkit-box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.1);
}
.sub-header #header {
  border-bottom: none;
}
#header-wrapper {
  position: relative;
  background-color: #fff;
  z-index: 100;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3);
}
/* Main navigation ------------------------------------------------------ */
#main-nav {
  z-index: 200;
  position: absolute;
  right: 0;
  bottom: 15px;
}
#main-nav ul li {
  padding: 0 15px;
}
#main-nav ul li a {
  padding-bottom: 15px;
}
#main-nav ul li.menu-item-hover > a,
#main-nav ul li.current-menu-item > a {
  padding-bottom: 15px;
}
#main-nav ul.sub-menu {
  text-align: left;
}
#main-nav ul.sub-menu li {
  padding: 0;
}
#main-nav ul.sub-menu li a {
  padding: 10px 10px;
}
#main-nav ul.sub-menu li.menu-item-hover > a,
#main-nav ul.sub-menu li.current-menu-item > a {
  padding: 10px 10px;
}
#main-nav.center {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  bottom: 0;
}
#main-nav.center #menu-primary {
  margin: 0 auto 10px;
  float: none;
  display: inline-block;
}
#main-nav.right {
  left: 0;
  right: auto;
}
/* Slideshow wrapper ---------------------------------------------------- */
.slideshow-wrapper {
  position: relative;
}
/*
================================================================================
	$Content
================================================================================
*/
.w-slideshow #main-container-wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
}
.wout-slideshow #main-container-wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
}
.page-header {
  position: relative;
}
.page-header h1 {
  font-size: 32px;
  font-weight: bold;
  color: #34302D;
}
.page-header h2 {
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  color: #999;
  margin-top: 4px;
}
#subheader-wrapper {
  overflow: hidden;
}
#subheader-wrapper p {
  margin-bottom: 0;
}
#subheader {
  padding: 30px 0;
}
.home #subheader {
  text-align: center;
  padding: 45px 0;
}
.home #subheader:before {
  content: "";
  width: 100%;
  height: 30px;
  display: block;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -30px;
}
#page-subheader-wrapper {
  font-size: 18px;
  font-style: italic;
  color: #777;
}
#page-subheader-wrapper #page-subheader {
  padding-top: 45px;
}
#page-subheader-wrapper #page-subheader p {
  margin-left: 15px;
  margin-right: 15px;
}
#page-subheader-wrapper #page-subheader p:last-child {
  margin-bottom: 0;
  padding-bottom: 45px;
}
/*
================================================================================
	$Page footer
================================================================================
*/
#footer-sidebar-wrapper {
  background-color: #E6E6E6;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 6px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.12);
}
/*
================================================================================
	$Footer
================================================================================
*/
#footer-wrapper {
  background-color: #34302D;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}
#footer-wrapper a {
  color: #ffffff;
}
#footer-wrapper a:hover {
  color: #ffa01f;
}
#footer-wrapper a:active {
  color: #b86a00;
}
#copyright {
  float: left;
}
.secondary.menu {
  float: right;
}
/*
================================================================================
	$Contact
================================================================================
*/
/*
================================================================================
	$Portfolio
================================================================================
*/
/* Isotope 
------------------------------------------------------------------------------- */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/* Portfolio filter 
----------------------------------------------------------------------------- */
#filter {
  zoom: 1;
  visibility: hidden;
  clear: both;
  margin-bottom: 30px;
}
#filter:after {
  display: block;
  content: "\0020";
  height: 0;
  clear: both;
  visibility: hidden;
}
#filter .loader {
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  float: right;
  color: #666;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(i/loader.gif);
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#filter .loader.loading {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#filter li {
  float: left;
  margin-right: 10px;
}
#filter li a {
  position: relative;
  display: block;
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#filter li.current a {
  color: #ffa01f;
}
#filter li:after {
  content: "/";
  display: block;
  position: relative;
  float: left;
  margin-left: 10px;
  color: #ccc;
  color: rgba(0, 0, 0, 0.2);
}
#filter li:last-child:after {
  content: "";
}
/* Works grid
----------------------------------------------------------------------------- */
.portfolio {
  /* Two columns ---------------------------------------------------------- */

  /* Three columns -------------------------------------------------------- */

  /* Four columns --------------------------------------------------------- */

  /* Item ----------------------------------------------------------------- */

}
.portfolio .item-image:hover .flex-direction-nav {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.portfolio .item {
  float: left;
}
.portfolio.two .item {
  width: 462px;
}
.portfolio.three .item {
  width: 298px;
  margin-left: 15px;
  margin-right: 15px;
}
.portfolio.four .item {
  width: 216px;
}
.portfolio .item {
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.portfolio .item .list-thumb {
  float: left;
  width: 100%;
}
.portfolio .item .list-thumb img {
  float: left;
  width: 100%;
  max-width: 100%;
}
.portfolio .item .data {
  clear: both;
  float: left;
  width: 100%;
  display: inline;
  position: relative;
  margin-top: 15px;
  text-align: center;
}
.portfolio .item .data h1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 4px;
}
.portfolio .item .data h1 a {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.portfolio .item .data h1 a:hover {
  border-bottom: 1px solid #e6e6e6;
}
.portfolio .item .data em {
  font-style: italic;
  font-size: 12px;
  line-height: 1;
  color: #999;
  color: rgba(0, 0, 0, 0.4);
}
/* Single work page --------------------------------------------------------- */
.works {
  width: 626px;
  float: left;
  position: relative;
  display: inline;
  margin-right: 30px;
}
.works .item-image {
  float: left;
  display: inline;
}
.works .item-image li a {
  float: left;
}
.works .item-image:hover .flex-direction-nav {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-works .meta {
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
  margin-top: 20px;
}
.single-works .related-container .item-image {
  margin-bottom: 10px;
}
.single-works .related-container .item-image:hover .flex-direction-nav {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.prj-info {
  float: left;
  display: inline;
  position: relative;
  width: 268px;
}
.prj-info .meta {
  font-size: 90%;
}
.prj-info .meta li {
  margin-bottom: 8px;
}
.prj-info .meta li em {
  font-weight: bold;
}
.prj-info .meta li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.work-nav {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  padding: 4px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  font-size: 12px;
}
.work-nav li {
  font-weight: bold;
  float: right;
}
.work-nav li.next-arrow {
  margin-left: 20px;
}
/*
================================================================================
	$Blog
================================================================================
*/
#reply-title,
#comments-title {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
#comments-title {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
#reply-title {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAECAYAAABLLYUHAAAAGElEQVQIW2OYOXPmfwYY+P//PxyjAmRlAM5ADoyJJy0+AAAAAElFTkSuQmCC) repeat-x 0px center;
  padding-bottom: 0;
  margin-bottom: 15px;
}
#reply-title span {
  background-color: #fff;
  padding-right: 15px;
  display: inline-block;
}
#respond {
  margin-top: 30px;
}
#comments {
  clear: both;
  float: left;
  margin-top: 15px;
  /* Comments section title
------------------------------------------------- */

  /* General
------------------------------------------------- */

  /* Nested comments
------------------------------------------------- */

}
#comments h3 span {
  float: right;
}
#comments .comments-container {
  float: left;
}
#comments li {
  clear: both;
  float: left;
  line-height: 20px;
  margin-top: 20px;
  /* Comment left column
------------------------------------------------- */

  /* Comment right column
------------------------------------------------- */

  /* Respond form
------------------------------------------------- */

}
#comments li .comment {
  clear: both;
  float: left;
  position: relative;
  display: inline;
  margin-bottom: 20px;
  width: 100%;
}
#comments li .comment a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
#comments li .comment.admin img {
  -webkit-box-shadow: 0 0 0 2px #ffa01f;
  -moz-box-shadow: 0 0 0 2px #ffa01f;
  box-shadow: 0 0 0 2px #ffa01f;
}
#comments li .comment_leftcol {
  float: left;
  width: 40px;
  margin-right: 15px;
  font-size: 12px;
}
#comments li .comment_leftcol a {
  display: block;
}
#comments li .comment_leftcol img {
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#comments li .comment_rightcol {
  width: 571px;
  display: block;
  float: left;
}
#comments li .comment_rightcol .comment_head {
  font-size: 12px;
  float: left;
  width: 100%;
  line-height: 13px;
}
#comments li .comment_rightcol .comment_head p {
  margin-bottom: 4px;
  color: #999999;
}
#comments li .comment_rightcol .comment_head p:last-of-type {
  margin-bottom: 0;
}
#comments li .comment_rightcol .comment_head .user {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 10px;
  color: #333333;
  display: block;
  margin-bottom: 4px;
}
#comments li .comment_rightcol .comment_body {
  float: left;
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
  color: #333333;
}
#comments li .comment_rightcol .comment_body p a,
#comments li .comment_rightcol .comment_body li a {
  border-bottom: 1px solid;
}
#comments li #respond {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  clear: both;
  float: left;
  position: relative;
  display: inline;
  margin-bottom: 40px;
  background: rgba(0, 0, 0, 0.02);
  padding: 10px 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#comments li #respond h3 {
  margin-top: 0;
  border-top: none;
  background: none;
  width: 100%;
  display: block;
  float: left;
}
#comments li #respond h3 span {
  float: left;
  padding-right: 0;
  display: block;
  background: none;
}
#comments li #respond h3 small {
  float: right;
}
#comments li #respond #commentform {
  clear: both;
}
#comments li #respond .form-submit {
  margin-bottom: 0;
}
#comments ul {
  clear: both;
}
#comments ul .comment_leftcol {
  margin-left: 55px;
}
#comments ul .comment_rightcol {
  width: 516px;
}
#comments ul ul {
  clear: both;
}
#comments ul ul .comment_leftcol {
  margin-left: 110px;
}
#comments ul ul .comment_rightcol {
  width: 461px;
}
#comments ul ul ul {
  clear: both;
}
#comments ul ul ul .comment_leftcol {
  margin-left: 165px;
}
#comments ul ul ul .comment_rightcol {
  width: 406px;
}
.list {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  /* Image ---------------------------------------------------------------- */
  /* Header --------------------------------------------------------------- */
  /* Footer --------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */

  /* Standard */

  /* Big image */

  /* Image on top */

}
.list .icon {
  font-family: "fontello";
  font-size: 16px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  speak: none;
}
.list .number {
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-weight: bold;
  color: #fff;
}
.list .item-image:hover .icon {
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.list .item-image:hover .number,
.list .item-image:hover .flex-direction-nav {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.list .item-image .comments {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background-color: #ffa01f;
  z-index: 10;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.list .item-image .comments a {
  color: #ffffff;
}
.list .item-header {
  position: relative;
  margin-bottom: 4px;
}
.list .item-header h1 {
  clear: both;
  font-size: 18px;
  font-weight: bold;
}
.list .item-header h1 a {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.list .item-header h1 a:hover {
  border-bottom: 1px solid #e6e6e6;
}
.list footer {
  font-size: 12px;
  font-style: italic;
  color: #999;
}
.list footer a {
  color: #333333;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.list footer a:hover {
  color: #ffa01f;
}
.list footer a:active {
  color: #b86a00;
}
.list footer a:hover {
  border-bottom: 1px solid #e6e6e6;
}
.list footer:after {
  content: "";
  display: block;
  clear: both;
  width: 30px;
  height: 1px;
  background-color: #ccc;
  margin: 10px 0;
}
.list.type-1 {
  display: inline-block;
  margin-bottom: 30px;
  /* Wrapper ---------------------------------------------------------- */

  /* Featured image --------------------------------------------------- */

}
.list.type-1 .item-wrapper {
  float: left;
  width: 73.801916933%;
}
.list.type-1 .item-wrapper.no-thumb {
  width: 100%;
}
.list.type-1 .item-image {
  float: left;
  width: 21.405750799%;
  margin-bottom: 0;
  margin-right: 4.792332268%;
}
.list.type-2 {
  zoom: 1;
  /* Wrapper ---------------------------------------------------------- */

  /* Featured image --------------------------------------------------- */

}
.list.type-2:after {
  display: block;
  content: "\0020";
  height: 0;
  clear: both;
  visibility: hidden;
}
.list.type-2 .item-wrapper {
  float: left;
  width: 47.603833866%;
}
.list.type-2 .item-wrapper.no-thumb {
  width: 100%;
}
.list.type-2 .item-image {
  width: 47.603833866%;
  height: auto;
  margin-bottom: 0;
  margin-right: 4.792332268%;
  float: left;
}
.list.type-3 {
  clear: none;
  width: 31.236897275%;
  margin-right: 3.144654088%;
  float: left;
  text-align: center;
  /* Wrapper ---------------------------------------------------------- */

  /* Featured image --------------------------------------------------- */

}
.list.type-3.n3 {
  margin-right: 0;
}
.list.type-3 .item-header {
  clear: both;
}
.list.type-3 footer:after {
  margin: 10px auto;
}
.list.type-3 .item-wrapper {
  clear: both;
  width: 100%;
}
.list.type-3 .item-wrapper.no-thumb {
  width: 100%;
}
.list.type-3 .item-image {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 15px;
}
.w-sidebar .list.type-3 {
  width: 47.603833866%;
  margin-right: 4.792332268%;
}
.w-sidebar .list.type-3.n2 {
  margin-right: 0;
}
/* Post format gallery ------------------------------------------------------ */
.post-gallery {
  position: relative;
  /* Navigation dot ------------------------------------------------------- */

  /* Navigation arrows ---------------------------------------------------- */

}
.post-gallery .flex-control-nav {
  display: none;
}
.post-gallery .flex-direction-nav {
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.post-gallery .flex-direction-nav li {
  float: left;
}
.post-gallery .flex-direction-nav li .flex-prev,
.post-gallery .flex-direction-nav li .flex-next {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 9999;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.post-gallery .flex-direction-nav li .flex-prev:hover,
.post-gallery .flex-direction-nav li .flex-next:hover {
  background-color: #ffa01f;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.post-gallery .flex-direction-nav li .flex-prev {
  background-image: url(i/gallery_prev.png);
  margin-right: 2px;
}
.post-gallery .flex-direction-nav li .flex-next {
  background-image: url(i/gallery_next.png);
}
/* Single ------------------------------------------------------------------- */
.single .text.content-three-fourth {
  float: right;
  clear: none;
}
.single .meta.content-one-fourth {
  float: left;
  clear: none;
  font-size: 11px;
  color: #999;
  color: rgba(0, 0, 0, 0.4);
}
.single .meta.content-one-fourth li {
  margin-bottom: 5px;
}
.single .item-image {
  margin-bottom: 30px;
  width: 100%;
}
/* Page navigation ---------------------------------------------------------- */
.post .post-nav {
  margin-top: 30px;
}
#main-container .page-nav,
#main-container .post-nav {
  float: left;
  width: 100%;
  zoom: 1;
  clear: both;
  font-size: 12px;
  line-height: 20px;
  height: 35px;
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eaeaea;
  border-top-color: rgba(0, 0, 0, 0.1);
}
#main-container .page-nav:after,
#main-container .post-nav:after {
  display: block;
  content: "\0020";
  height: 0;
  clear: both;
  visibility: hidden;
}
#main-container .page-nav a,
#main-container .post-nav a {
  padding: 7px 10px;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
#main-container .page-nav span,
#main-container .post-nav span {
  padding: 7px 10px;
}
#main-container .page-nav .nav-previous,
#main-container .post-nav .nav-previous {
  width: 49%;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
#main-container .page-nav .nav-previous a,
#main-container .post-nav .nav-previous a {
  padding-left: 0;
  padding-right: 0;
}
#main-container .page-nav .nav-next,
#main-container .post-nav .nav-next {
  width: 49%;
  float: right;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}
#main-container .page-nav .nav-next a,
#main-container .post-nav .nav-next a {
  padding-left: 0;
  padding-right: 0;
}
#main-container .page-nav.numbers-nav span,
#main-container .post-nav.numbers-nav span,
#main-container .page-nav.numbers-nav a,
#main-container .post-nav.numbers-nav a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 7px;
}
#main-container .page-nav.numbers-nav span.current,
#main-container .post-nav.numbers-nav span.current {
  font-weight: bold;
  background: #e7e7e7;
}
#main-container .page-nav.numbers-nav a:hover,
#main-container .post-nav.numbers-nav a:hover {
  color: #fff;
}
/* Related content ---------------------------------------------------------- */
.related-container {
  margin-top: 40px;
}
.related-container h3 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.single-post .related-container #relatedlist li {
  zoom: 1;
  clear: both;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.single-post .related-container #relatedlist li:after {
  display: block;
  content: "\0020";
  height: 0;
  clear: both;
  visibility: hidden;
}
.single-post .related-container #relatedlist h1 {
  font-size: 14px;
  float: left;
}
.single-post .related-container #relatedlist .mark {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  float: right;
  background-color: #c0c0c0;
  padding: 0 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* Single work -------------------------------------------------------------- */
.single-works .related-container h3 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAECAYAAABLLYUHAAAAGElEQVQIW2OYOXPmfwYY+P//PxyjAmRlAM5ADoyJJy0+AAAAAElFTkSuQmCC) repeat-x 0px center;
  text-transform: uppercase;
  padding-bottom: 0;
}
.single-works .related-container h3 span {
  background-color: #fff;
  padding-right: 10px;
}
.single-works .related-container #relatedlist li.relatedlist-item {
  clear: none;
  float: left;
  width: 216px;
  margin-right: 3.144654088%;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-works .related-container #relatedlist li.relatedlist-item.last {
  margin-right: 0;
}
.single-works .related-container #relatedlist h1 {
  font-size: 14px;
  font-weight: bold;
  float: none;
  text-align: center;
}
.single-works .related-container .list-thumb {
  width: 216px;
  float: left;
  margin-bottom: 10px;
}
.single-works .related-container .list-thumb img {
  width: 100%;
  max-width: 100%;
}
/*
================================================================================
	$Contact
================================================================================
*/
.map h1 {
  font-size: 13px;
}
#address,
#contactform {
  float: left;
}
#address h3,
#contactform h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.contact {
  font-size: 12px;
  margin-bottom: 20px;
}
.contact p {
  margin-bottom: 20px;
}
.contact address {
  display: block;
  margin-bottom: 20px;
}
.contact dt {
  font-weight: bold;
  float: left;
  clear: left;
  margin-right: 4px;
}
.contact dd {
  margin-bottom: 2px;
}
/*
================================================================================
	$Archives page
================================================================================
*/
.search_404 {
  zoom: 1;
  margin-bottom: 40px;
}
.search_404:after {
  display: block;
  content: "\0020";
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-template-archives-php .content .text p {
  margin-bottom: 40px;
}
.page-template-archives-php .content .text ul {
  list-style: none;
}
.sorry {
  font-size: 16px;
  font-style: italic;
}
/*
================================================================================
	$404 page
================================================================================
*/
.error404 #disclaimer {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px;
}
/*
================================================================================
	$Testimonials
================================================================================
*/
.testimonials-box {
  clear: both;
  position: relative;
  margin-bottom: 30px;
}
.testimonials-box:last-of-type {
  margin-bottom: 0;
}
.testimonials-box.style-1 {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fafafa;
  background-color: rgba(0, 0, 0, 0.02);
}
.testimonials-box.style-1 .testimonial-msg {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  position: relative;
  padding: 20px 20px 10px 20px;
  margin-left: 60px;
  border-left: 1px solid #eaeaea;
  margin-bottom: 0;
  color: #333;
  font-size: 16px;
  font-style: italic;
  z-index: 1;
  background-color: #fff;
}
.testimonials-box.style-1 .testimonial-msg:before {
  content: "\201C";
  display: block;
  position: absolute;
  left: -53px;
  top: 0;
  width: 60px;
  height: 120px;
  font-size: 120px;
  font-style: normal;
  line-height: 1;
  color: #eaeaea;
  color: rgba(0, 0, 0, 0.08);
  font-family: Helvetica, Arial, Geneva, sans-serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  z-index: -1;
}
.testimonials-box.style-1 .testimonial-sign {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0px 20px 20px 20px;
  margin-left: 60px;
  border-left: 1px solid #eaeaea;
  background-color: #fff;
}
.testimonials-box.style-1 .testimonial-sign .name {
  display: block;
}
.testimonials-box.style-1 .testimonial-sign em {
  clear: both;
  font-style: italic;
  font-weight: normal;
  color: #999;
}
.testimonials-box.style-2 {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.testimonials-box.style-2 .testimonial-msg {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  background-color: #fff;
  padding: 20px 20px 20px 70px;
  margin-bottom: 0;
  color: #333;
  font-size: 16px;
  font-style: italic;
  z-index: 1;
}
.testimonials-box.style-2 .testimonial-msg:before {
  content: "\201C";
  display: block;
  position: absolute;
  left: 13px;
  top: 0;
  width: 60px;
  height: 120px;
  font-size: 120px;
  font-style: normal;
  line-height: 1;
  color: #eaeaea;
  color: rgba(0, 0, 0, 0.08);
  font-family: Helvetica, Arial, Geneva, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  z-index: -1;
}
.testimonials-box.style-2 .testimonial-sign {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0;
  padding: 15px 20px 10px;
  background-color: #fafafa;
  background-color: rgba(0, 0, 0, 0.02);
  border-top: 1px solid #eaeaea;
}
.testimonials-box.style-2 .testimonial-sign .name {
  display: block;
}
.testimonials-box.style-2 .testimonial-sign em {
  clear: both;
  font-style: italic;
  font-weight: normal;
  color: #999;
}
.testimonials-box.style-2 .testimonial-sign:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 20px;
  width: 0;
  height: 0;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.testimonials-box.style-2 .testimonial-sign:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 19px;
  width: 0;
  height: 0;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #eaeaea;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}
.span-4 .testimonials-box.style-1 .testimonial-msg,
.content-one-fifth .testimonials-box.style-1 .testimonial-msg,
.content-one-third .testimonials-box.style-1 .testimonial-msg,
.content-one-fourth .testimonials-box.style-1 .testimonial-msg,
.span-4 .testimonials-box.style-2 .testimonial-msg,
.content-one-fifth .testimonials-box.style-2 .testimonial-msg,
.content-one-third .testimonials-box.style-2 .testimonial-msg,
.content-one-fourth .testimonials-box.style-2 .testimonial-msg {
  font-size: 14px;
}
/*
================================================================================
	$Form
================================================================================
*/
/* Comment global form
----------------------------------------------------------------------------------- */
.secondary form {
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  /* Form submit button
------------------------------------------------- */

}
.secondary form:after {
  display: block;
  content: "\0020";
  height: 0;
  clear: both;
  visibility: hidden;
}
.secondary form .logged-in-as {
  color: #999;
}
.secondary form .logged-in-as a {
  color: #333333;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.secondary form .logged-in-as a:hover {
  color: #ffa01f;
}
.secondary form .logged-in-as a:active {
  color: #b86a00;
}
.secondary form p,
.secondary form span {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}
.secondary form p.comment-notes,
.secondary form span.comment-notes,
.secondary form p.form-allowed-tags,
.secondary form span.form-allowed-tags {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.secondary form p.form-allowed-tags,
.secondary form span.form-allowed-tags {
  margin-top: 20px;
}
.secondary form p.required,
.secondary form span.required {
  display: inline;
  padding-left: 10px;
}
.secondary form label {
  margin-left: 10px;
  vertical-align: baseline;
  position: relative;
}
.secondary form .comment-form-author input,
.secondary form .comment-form-email input,
.secondary form .comment-form-url input,
.secondary form .comment-form-comment input,
.secondary form span input,
.secondary form .comment-form-author textarea,
.secondary form .comment-form-email textarea,
.secondary form .comment-form-url textarea,
.secondary form .comment-form-comment textarea,
.secondary form span textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aaa;
  font-family: inherit;
  font-size: 12px;
  padding: 10px;
  float: right;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.05), 0 -1px 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.05), 0 -1px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.05), 0 -1px 0 0 rgba(0, 0, 0, 0.05);
}
.secondary form .comment-form-author input,
.secondary form .comment-form-email input,
.secondary form .comment-form-url input,
.secondary form .comment-form-comment input,
.secondary form span input {
  width: 60%;
  float: left;
}
.secondary form .comment-form-author textarea,
.secondary form .comment-form-email textarea,
.secondary form .comment-form-url textarea,
.secondary form .comment-form-comment textarea,
.secondary form span textarea {
  float: left;
  width: 100%;
  max-width: 100%;
}
.secondary form .comment-form-comment label {
  display: none;
}
.secondary form input#submit {
  font-family: inherit;
  border: none;
}
.secondary form.contact-form span {
  position: relative;
}
.secondary form.contact-form span#message label.error {
  display: block;
  clear: both;
}
.secondary form.contact-form #message label {
  display: none;
}
.secondary form.contact-form input.error,
.secondary form.contact-form textarea.error {
  border: 1px solid #e26c4c;
}
.secondary form.contact-form label.error {
  clear: both;
  color: #e26c4c;
  display: block;
  padding: 5px 0 10px;
  margin-left: 0;
}
/*
================================================================================
	$Text
================================================================================
*/
.text,
.textwidget,
.comment_body {
  clear: both;
  /* nested ul and ol */

  /* Dropcaps
----------------------------------------------------------------------------------- */

  /* Widget icon
----------------------------------------------------------------------------------- */

  /* Images
----------------------------------------------------------------------------------- */

}
.text abbr,
.textwidget abbr,
.comment_body abbr,
.text acronym,
.textwidget acronym,
.comment_body acronym {
  font-style: italic;
  border-bottom: 1px dotted;
  cursor: help;
}
.text blockquote,
.textwidget blockquote,
.comment_body blockquote {
  float: left;
  clear: both;
  position: relative;
  padding-left: 60px;
  font-size: 16px;
}
.text blockquote p,
.textwidget blockquote p,
.comment_body blockquote p {
  margin-bottom: 0;
}
.text blockquote:before,
.textwidget blockquote:before,
.comment_body blockquote:before {
  content: "\201c";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  font-family: Helvetica, Arial, Geneva, sans-serif;
  font-size: 120px;
  line-height: 80px;
  margin: 5px 0 0 0;
  color: rgba(0, 0, 0, 0.1);
}
.text cite,
.textwidget cite,
.comment_body cite {
  font-style: italic;
}
.text cite:before,
.textwidget cite:before,
.comment_body cite:before {
  content: "—";
  margin-right: 5px;
}
.text h1,
.textwidget h1,
.comment_body h1 {
  margin-bottom: 10px;
}
.text h2,
.textwidget h2,
.comment_body h2 {
  margin-bottom: 10px;
}
.text h3,
.textwidget h3,
.comment_body h3 {
  margin-bottom: 10px;
}
.text h4,
.textwidget h4,
.comment_body h4 {
  margin-bottom: 10px;
}
.text h5,
.textwidget h5,
.comment_body h5 {
  margin-bottom: 10px;
}
.text h6,
.textwidget h6,
.comment_body h6 {
  margin-bottom: 10px;
}
.text p.medium,
.textwidget p.medium,
.comment_body p.medium {
  font-size: 1.2em;
}
.text em,
.textwidget em,
.comment_body em {
  font-style: italic;
}
.text del,
.textwidget del,
.comment_body del {
  text-decoration: line-through;
}
.text cite,
.textwidget cite,
.comment_body cite {
  font-style: italic;
}
.text strong,
.textwidget strong,
.comment_body strong {
  font-weight: bold;
}
.text ins,
.textwidget ins,
.comment_body ins {
  margin: 0 2px;
  padding: 2px 5px;
  background-color: #fdfe7c;
  text-decoration: none;
}
.text code,
.textwidget code,
.comment_body code {
  font-family: Monaco, Courier, "Courier New", monospace;
  font-size: 12px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.02);
}
.text pre,
.textwidget pre,
.comment_body pre {
  margin-top: 1.5em;
  background: rgba(0, 0, 0, 0.02);
  padding: 1em 1.5em;
  border: 1px solid #ddd;
}
.text pre br,
.textwidget pre br,
.comment_body pre br {
  display: none;
}
.text pre code,
.textwidget pre code,
.comment_body pre code {
  background: none;
}
.text ul,
.textwidget ul,
.comment_body ul,
.text ol,
.textwidget ol,
.comment_body ol,
.text dl,
.textwidget dl,
.comment_body dl,
.text p,
.textwidget p,
.comment_body p,
.text blockquote,
.textwidget blockquote,
.comment_body blockquote,
.text pre,
.textwidget pre,
.comment_body pre {
  margin-bottom: 1.5em;
}
.text ul,
.textwidget ul,
.comment_body ul {
  list-style: disc outside;
}
.text ol,
.textwidget ol,
.comment_body ol {
  list-style: decimal outside;
}
.text li,
.textwidget li,
.comment_body li {
  padding: 4px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.08);
}
.text li,
.textwidget li,
.comment_body li {
  list-style-position: inside;
}
.text li ul,
.textwidget li ul,
.comment_body li ul,
.text li ol,
.textwidget li ol,
.comment_body li ol {
  margin-left: 1.5em;
  margin-bottom: 0;
}
.text li ul ul,
.textwidget li ul ul,
.comment_body li ul ul,
.text li ol ul,
.textwidget li ol ul,
.comment_body li ol ul,
.text li ul ol,
.textwidget li ul ol,
.comment_body li ul ol,
.text li ol ol,
.textwidget li ol ol,
.comment_body li ol ol {
  margin-left: 1.5em;
  margin-bottom: 0;
}
.text li ul ul ul,
.textwidget li ul ul ul,
.comment_body li ul ul ul,
.text li ol ul ul,
.textwidget li ol ul ul,
.comment_body li ol ul ul,
.text li ul ol ul,
.textwidget li ul ol ul,
.comment_body li ul ol ul,
.text li ol ol ul,
.textwidget li ol ol ul,
.comment_body li ol ol ul,
.text li ul ul ol,
.textwidget li ul ul ol,
.comment_body li ul ul ol,
.text li ol ul ol,
.textwidget li ol ul ol,
.comment_body li ol ul ol,
.text li ul ol ol,
.textwidget li ul ol ol,
.comment_body li ul ol ol,
.text li ol ol ol,
.textwidget li ol ol ol,
.comment_body li ol ol ol {
  margin-left: 1.5em;
  margin-bottom: 0;
}
.text dl dt,
.textwidget dl dt,
.comment_body dl dt {
  font-weight: bold;
  float: left;
  margin-right: 10px;
  clear: left;
}
.text table,
.textwidget table,
.comment_body table {
  width: 100%;
}
.text table caption,
.textwidget table caption,
.comment_body table caption {
  font-weight: bold;
  font-style: italic;
  padding: 5px 0;
  text-align: center;
}
.text table th,
.textwidget table th,
.comment_body table th,
.text table td,
.textwidget table td,
.comment_body table td {
  padding: 5px;
}
.text table th,
.textwidget table th,
.comment_body table th {
  font-weight: bold;
}
.text table tr:nth-child(even) td,
.textwidget table tr:nth-child(even) td,
.comment_body table tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.02);
}
.text *:last-child,
.textwidget *:last-child,
.comment_body *:last-child {
  margin-bottom: 0;
}
.text .divider,
.textwidget .divider,
.comment_body .divider {
  clear: both;
  height: 1px;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 43px;
  margin-bottom: 45px;
}
.text .dropcap1,
.textwidget .dropcap1,
.comment_body .dropcap1,
.text .dropcap2,
.textwidget .dropcap2,
.comment_body .dropcap2,
.text .dropcap3,
.textwidget .dropcap3,
.comment_body .dropcap3 {
  display: block;
  float: left;
  text-align: center;
  margin: 4px 10px 0 0;
}
.text .dropcap1,
.textwidget .dropcap1,
.comment_body .dropcap1,
.text .dropcap3,
.textwidget .dropcap3,
.comment_body .dropcap3 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffa01f;
  color: #fff;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
}
.text .dropcap2,
.textwidget .dropcap2,
.comment_body .dropcap2 {
  margin-top: 0;
  font-size: 42px;
  line-height: 1;
}
.text .widget-icon,
.textwidget .widget-icon,
.comment_body .widget-icon {
  float: left;
  margin: 4px 10px 0 0;
  width: auto;
  max-width: none;
  height: auto;
}
.text .wp-caption-text,
.textwidget .wp-caption-text,
.comment_body .wp-caption-text {
  font-size: 11px;
  margin-bottom: 10px;
}
.text .aligncenter,
.textwidget .aligncenter,
.comment_body .aligncenter {
  margin: 20px auto;
}
.text object,
.textwidget object,
.comment_body object,
.text embed,
.textwidget embed,
.comment_body embed {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.text img,
.textwidget img,
.comment_body img {
  max-width: 100%;
  height: auto;
}
.text iframe,
.textwidget iframe,
.comment_body iframe {
  width: 100%;
  max-width: 100%;
}
.text img,
.textwidget img,
.comment_body img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#comments .comment_body h1,
#comments .comment_body h2,
#comments .comment_body h3,
#comments .comment_body h4,
#comments .comment_body h5,
#comments .comment_body h6 {
  clear: both;
}
#comments .comment_body blockquote {
  font-size: 14px;
  width: 100%;
  zoom: 1;
}
#comments .comment_body blockquote:after {
  display: block;
  content: "\0020";
  height: 0;
  clear: both;
  visibility: hidden;
}
#comments .comment_body blockquote blockquote {
  width: auto;
  margin-top: 30px;
}
#comments .comment_body ul li,
#comments .comment_body ol li {
  border-bottom: none;
  margin-top: 0;
}
#main-container .text p a,
#main-container .text li a {
  border-bottom: 1px solid;
}
.page-template-archives-php #main-container .text p a,
.page-template-archives-php #main-container .text li a {
  border-bottom: none;
}
/*
================================================================================
	$Shortcodes
================================================================================
*/
/* Price table
----------------------------------------------------------------------------------- */
.pricing-table {
  float: left;
  width: 100%;
  margin: 30px 0;
  /* Columns
------------------------------------------------- */

  /* Single plan
------------------------------------------------- */

}
.pricing-table.col-1 .plan {
  width: 100%;
}
.pricing-table.col-2 .plan {
  width: 50%;
}
.pricing-table.col-3 .plan {
  width: 33.333333333%;
}
.pricing-table.col-4 .plan {
  width: 25%;
}
.pricing-table.col-5 .plan {
  width: 20%;
}
.pricing-table.col-6 .plan {
  width: 16.666666667%;
}
.pricing-table.col-7 .plan {
  width: 14.285714286%;
}
.pricing-table.col-8 .plan {
  width: 12.5%;
}
.pricing-table.col-9 .plan {
  width: 11.111111111%;
}
.pricing-table.col-10 .plan {
  width: 10%;
}
.pricing-table .plan {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  display: block;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  /* Plan head
------------------------------------------------- */

  /* Plan content
------------------------------------------------- */

  /* Plan footer
------------------------------------------------- */

  /* Featured plan
------------------------------------------------- */

}
.pricing-table .plan:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.pricing-table .plan .plan-head {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.pricing-table .plan .plan-head h1 {
  color: #666;
  font-size: 16px;
  line-height: 1;
  padding-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
}
.pricing-table .plan .plan-head h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}
.pricing-table .plan .plan-head h2 span {
  font-size: 11px;
  vertical-align: super;
  font-weight: normal;
}
.pricing-table .plan .plan-content {
  padding: 0 10px;
  color: #999;
}
.pricing-table .plan .plan-content ul {
  list-style: none;
  margin-bottom: 0;
}
.pricing-table .plan .plan-footer .btn {
  display: block;
  padding: 9px 20px 12px;
  margin: 10px;
  font-size: 13px;
}
.pricing-table .plan.featured {
  border: 3px solid #ffa01f;
  margin-right: -1px;
  margin-top: -10px;
  z-index: 10;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.pricing-table .plan.featured .plan-footer {
  color: #fff;
  padding: 10px 0;
}
/* Alert boxes
----------------------------------------------------------------------------------- */
.message-box {
  position: relative;
  padding: 15px 45px 15px 45px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 15px;
  clear: both;
  /* Notice
------------------------------------------------- */

  /* Warning
------------------------------------------------- */

  /* Success
------------------------------------------------- */

  /* Error
------------------------------------------------- */

  /* Info
------------------------------------------------- */

  /* Close button
------------------------------------------------- */

  /* Icon
------------------------------------------------- */

}
.message-box.notice {
  border-color: rgba(13, 13, 13, 0.1);
  background-color: rgba(38, 38, 38, 0.1);
  color: rgba(0, 0, 0, 0.4);
}
.message-box.notice .close {
  color: rgba(0, 0, 0, 0.1);
}
.message-box.notice .close:hover {
  color: rgba(0, 0, 0, 0.1);
}
.message-box.warning {
  border-color: #e1d800;
  background-color: #fffee1;
  color: #948e00;
}
.message-box.warning .close {
  color: #c7c000;
}
.message-box.warning .close:hover {
  color: #615d00;
}
.message-box.success {
  border-color: #00e126;
  background-color: #e1ffe6;
  color: #009419;
}
.message-box.success .close {
  color: #00c721;
}
.message-box.success .close:hover {
  color: #006110;
}
.message-box.error {
  border-color: #ff8f8f;
  background-color: #ffe1e1;
  color: #940000;
}
.message-box.error .close {
  color: #c70000;
}
.message-box.error .close:hover {
  color: #610000;
}
.message-box.info {
  border-color: #7bccff;
  background-color: #e1f3ff;
  color: #005b94;
}
.message-box.info .close {
  color: #007bc7;
}
.message-box.info .close:hover {
  color: #003c61;
}
.message-box .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  width: 15px;
  line-height: 1;
  font-family: Helvetica, Arial, Geneva, sans-serif;
}
.message-box .icon {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: auto;
  max-width: none;
  position: absolute;
  top: 15px;
  left: 15px;
}
/* Custom color buttons
----------------------------------------------------------------------------------- */
a.custom-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-weight: bold;
  padding: 6px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a.custom-btn:hover {
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/* Icon boxes
----------------------------------------------------------------------------------- */
.icon-box {
  position: relative;
}
.icon-box h3 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 16px;
  margin-top: 0;
}
.icon-box.center {
  text-align: center;
}
.icon-box.center .widget-icon {
  float: none;
  display: block;
  margin: 0 auto 15px;
}
/* Toggle & accordion
----------------------------------------------------------------------------------- */
.shortcode_toggle {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  clear: both;
}
.acc_item {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
h2.slide_trigger,
h2.acc_trigger {
  display: block;
  margin-bottom: 0;
}
h2.slide_trigger a,
h2.acc_trigger a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: block;
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  outline: none;
}
h2.slide_trigger a:hover,
h2.acc_trigger a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.02);
  text-shadow: 0 1px 0 #fff;
}
h2.slide_trigger.open a,
h2.acc_trigger.open a {
  background-color: rgba(0, 0, 0, 0.02);
  color: #000;
  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;
  padding: 10px;
}
.slide_container:after,
.acc_container:after {
  display: block;
  content: "\0020";
  height: 0;
  clear: both;
  visibility: hidden;
}
.slide_container p:last-of-type,
.acc_container p:last-of-type {
  margin-bottom: 0;
}
.acc_container,
.slide_container {
  display: none;
}
.accordion {
  margin-bottom: 20px;
}
/* Tabs
----------------------------------------------------------------------------------- */
.tabs {
  margin-top: 20px;
  clear: both;
  zoom: 1;
}
.tabs:after {
  display: block;
  content: "\0020";
  height: 0;
  clear: both;
  visibility: hidden;
}
.tabs.vertical {
  margin-bottom: 20px;
}
.tabs.vertical ul.t-nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  border: none;
  margin-bottom: 10px;
}
.tabs.vertical ul.t-nav li {
  float: none;
  clear: left;
  display: block;
}
.tabs.vertical ul.t-nav li a {
  float: none;
  display: block;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-left: none;
}
.tabs.vertical ul.t-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.tabs.vertical ul.t-nav li.active a {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-left: none;
  -webkit-box-shadow: 1px 0 0 0 #ffffff;
  -moz-box-shadow: 1px 0 0 0 #ffffff;
  box-shadow: 1px 0 0 0 #ffffff;
}
.tabs.vertical ul.t-nav li.active a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.tabs.vertical .t-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 20px 30px;
  clear: right;
  float: right;
  width: 75%;
}
.tabs ul.t-nav {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
}
.tabs ul.t-nav li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0px;
  border-bottom: none;
}
.tabs ul.t-nav li a {
  font-weight: bold;
  float: left;
  padding: 10px;
  color: rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-left: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0);
  border-bottom: none !important;
  outline: none;
}
.tabs ul.t-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.02);
  text-decoration: none;
}
.tabs ul.t-nav li.active {
  margin-bottom: -1px;
}
.tabs ul.t-nav li.active a {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #fff !important;
  color: #000;
  text-shadow: none;
}
.tabs .tab-content {
  display: none;
}
.tabs .tab-content.content-active {
  display: block;
}
.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;
  padding: 10px;
}
.tabs .t-container:after {
  display: block;
  content: "\0020";
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Buttons
----------------------------------------------------------------------------------- */
a.btn,
input#submit,
input[type='submit'],
button {
  display: inline-block;
  font-weight: bold;
  padding: 6px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff !important;
  text-shadow: 0 -1px 0 #eb8700;
  border: 1px solid #eb8700;
  background-color: #eb8700;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffa01f), to(#eb8700));
  background-image: -moz-linear-gradient(top, #ffa01f, #eb8700);
  background-image: -ms-linear-gradient(top, #ffa01f, #eb8700);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa01f), color-stop(100%, #eb8700));
  background-image: -webkit-linear-gradient(top, #ffa01f, #eb8700);
  background-image: -o-linear-gradient(top, #ffa01f, #eb8700);
  background-image: linear-gradient(top, #ffa01f, #eb8700);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  /* Colors 
------------------------------------------------- */

  outline: none;
}
a.btn:hover,
input#submit:hover,
input[type='submit']:hover,
button:hover {
  color: #fff !important;
  background-color: #ffa01f;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffb652), to(#ffa01f));
  background-image: -moz-linear-gradient(top, #ffb652, #ffa01f);
  background-image: -ms-linear-gradient(top, #ffb652, #ffa01f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb652), color-stop(100%, #ffa01f));
  background-image: -webkit-linear-gradient(top, #ffb652, #ffa01f);
  background-image: -o-linear-gradient(top, #ffb652, #ffa01f);
  background-image: linear-gradient(top, #ffb652, #ffa01f);
}
a.btn:active,
input#submit:active,
input[type='submit']:active,
button:active {
  color: #ae6400 !important;
  background-color: #ffa01f;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eb8700), to(#ffa01f));
  background-image: -moz-linear-gradient(top, #eb8700, #ffa01f);
  background-image: -ms-linear-gradient(top, #eb8700, #ffa01f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb8700), color-stop(100%, #ffa01f));
  background-image: -webkit-linear-gradient(top, #eb8700, #ffa01f);
  background-image: -o-linear-gradient(top, #eb8700, #ffa01f);
  background-image: linear-gradient(top, #eb8700, #ffa01f);
  text-shadow: 0 1px 0 #ffb652;
}
a.btn.small,
input#submit.small,
input[type='submit'].small,
button.small {
  padding: 6px 16px 8px;
  font-size: 11px;
  line-height: 1;
}
a.btn.medium,
input#submit.medium,
input[type='submit'].medium,
button.medium {
  padding: 9px 20px 12px;
  font-size: 13px;
  line-height: 1;
}
a.btn.big,
input#submit.big,
input[type='submit'].big,
button.big {
  padding: 12px 26px 13px;
  font-size: 14px;
  line-height: 1;
}
a.btn.red,
input#submit.red,
input[type='submit'].red,
button.red {
  color: #fff !important;
  text-shadow: 0 -1px 0 #b63832;
  border: 1px solid #b63832;
  background-color: #b63832;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ce534d), to(#b63832));
  background-image: -moz-linear-gradient(top, #ce534d, #b63832);
  background-image: -ms-linear-gradient(top, #ce534d, #b63832);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ce534d), color-stop(100%, #b63832));
  background-image: -webkit-linear-gradient(top, #ce534d, #b63832);
  background-image: -o-linear-gradient(top, #ce534d, #b63832);
  background-image: linear-gradient(top, #ce534d, #b63832);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
a.btn.red:hover,
input#submit.red:hover,
input[type='submit'].red:hover,
button.red:hover {
  color: #fff !important;
  background-color: #ce534d;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d97a75), to(#ce534d));
  background-image: -moz-linear-gradient(top, #d97a75, #ce534d);
  background-image: -ms-linear-gradient(top, #d97a75, #ce534d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d97a75), color-stop(100%, #ce534d));
  background-image: -webkit-linear-gradient(top, #d97a75, #ce534d);
  background-image: -o-linear-gradient(top, #d97a75, #ce534d);
  background-image: linear-gradient(top, #d97a75, #ce534d);
}
a.btn.red:active,
input#submit.red:active,
input[type='submit'].red:active,
button.red:active {
  color: #862925 !important;
  background-color: #ce534d;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b63832), to(#ce534d));
  background-image: -moz-linear-gradient(top, #b63832, #ce534d);
  background-image: -ms-linear-gradient(top, #b63832, #ce534d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b63832), color-stop(100%, #ce534d));
  background-image: -webkit-linear-gradient(top, #b63832, #ce534d);
  background-image: -o-linear-gradient(top, #b63832, #ce534d);
  background-image: linear-gradient(top, #b63832, #ce534d);
  text-shadow: 0 1px 0 #d97a75;
}
a.btn.blue,
input#submit.blue,
input[type='submit'].blue,
button.blue {
  color: #fff !important;
  text-shadow: 0 -1px 0 #356e9e;
  border: 1px solid #356e9e;
  background-color: #356e9e;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4588c1), to(#356e9e));
  background-image: -moz-linear-gradient(top, #4588c1, #356e9e);
  background-image: -ms-linear-gradient(top, #4588c1, #356e9e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4588c1), color-stop(100%, #356e9e));
  background-image: -webkit-linear-gradient(top, #4588c1, #356e9e);
  background-image: -o-linear-gradient(top, #4588c1, #356e9e);
  background-image: linear-gradient(top, #4588c1, #356e9e);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
a.btn.blue:hover,
input#submit.blue:hover,
input[type='submit'].blue:hover,
button.blue:hover {
  color: #fff !important;
  background-color: #4588c1;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#6ba0ce), to(#4588c1));
  background-image: -moz-linear-gradient(top, #6ba0ce, #4588c1);
  background-image: -ms-linear-gradient(top, #6ba0ce, #4588c1);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ba0ce), color-stop(100%, #4588c1));
  background-image: -webkit-linear-gradient(top, #6ba0ce, #4588c1);
  background-image: -o-linear-gradient(top, #6ba0ce, #4588c1);
  background-image: linear-gradient(top, #6ba0ce, #4588c1);
}
a.btn.blue:active,
input#submit.blue:active,
input[type='submit'].blue:active,
button.blue:active {
  color: #254e70 !important;
  background-color: #4588c1;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#356e9e), to(#4588c1));
  background-image: -moz-linear-gradient(top, #356e9e, #4588c1);
  background-image: -ms-linear-gradient(top, #356e9e, #4588c1);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #356e9e), color-stop(100%, #4588c1));
  background-image: -webkit-linear-gradient(top, #356e9e, #4588c1);
  background-image: -o-linear-gradient(top, #356e9e, #4588c1);
  background-image: linear-gradient(top, #356e9e, #4588c1);
  text-shadow: 0 1px 0 #6ba0ce;
}
a.btn.green,
input#submit.green,
input[type='submit'].green,
button.green {
  color: #fff !important;
  text-shadow: 0 -1px 0 #5b7825;
  border: 1px solid #5b7825;
  background-color: #5b7825;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#799f31), to(#5b7825));
  background-image: -moz-linear-gradient(top, #799f31, #5b7825);
  background-image: -ms-linear-gradient(top, #799f31, #5b7825);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #799f31), color-stop(100%, #5b7825));
  background-image: -webkit-linear-gradient(top, #799f31, #5b7825);
  background-image: -o-linear-gradient(top, #799f31, #5b7825);
  background-image: linear-gradient(top, #799f31, #5b7825);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
a.btn.green:hover,
input#submit.green:hover,
input[type='submit'].green:hover,
button.green:hover {
  color: #fff !important;
  background-color: #799f31;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#96c43f), to(#799f31));
  background-image: -moz-linear-gradient(top, #96c43f, #799f31);
  background-image: -ms-linear-gradient(top, #96c43f, #799f31);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96c43f), color-stop(100%, #799f31));
  background-image: -webkit-linear-gradient(top, #96c43f, #799f31);
  background-image: -o-linear-gradient(top, #96c43f, #799f31);
  background-image: linear-gradient(top, #96c43f, #799f31);
}
a.btn.green:active,
input#submit.green:active,
input[type='submit'].green:active,
button.green:active {
  color: #384917 !important;
  background-color: #799f31;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5b7825), to(#799f31));
  background-image: -moz-linear-gradient(top, #5b7825, #799f31);
  background-image: -ms-linear-gradient(top, #5b7825, #799f31);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b7825), color-stop(100%, #799f31));
  background-image: -webkit-linear-gradient(top, #5b7825, #799f31);
  background-image: -o-linear-gradient(top, #5b7825, #799f31);
  background-image: linear-gradient(top, #5b7825, #799f31);
  text-shadow: 0 1px 0 #96c43f;
}
a.btn.yellow,
input#submit.yellow,
input[type='submit'].yellow,
button.yellow {
  color: #fff !important;
  text-shadow: 0 -1px 0 #c99f07;
  border: 1px solid #c99f07;
  background-color: #c99f07;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f7c40c), to(#c99f07));
  background-image: -moz-linear-gradient(top, #f7c40c, #c99f07);
  background-image: -ms-linear-gradient(top, #f7c40c, #c99f07);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7c40c), color-stop(100%, #c99f07));
  background-image: -webkit-linear-gradient(top, #f7c40c, #c99f07);
  background-image: -o-linear-gradient(top, #f7c40c, #c99f07);
  background-image: linear-gradient(top, #f7c40c, #c99f07);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
a.btn.yellow:hover,
input#submit.yellow:hover,
input[type='submit'].yellow:hover,
button.yellow:hover {
  color: #fff !important;
  background-color: #f7c40c;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f9d03d), to(#f7c40c));
  background-image: -moz-linear-gradient(top, #f9d03d, #f7c40c);
  background-image: -ms-linear-gradient(top, #f9d03d, #f7c40c);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9d03d), color-stop(100%, #f7c40c));
  background-image: -webkit-linear-gradient(top, #f9d03d, #f7c40c);
  background-image: -o-linear-gradient(top, #f9d03d, #f7c40c);
  background-image: linear-gradient(top, #f9d03d, #f7c40c);
}
a.btn.yellow:active,
input#submit.yellow:active,
input[type='submit'].yellow:active,
button.yellow:active {
  color: #8e7005 !important;
  background-color: #f7c40c;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#c99f07), to(#f7c40c));
  background-image: -moz-linear-gradient(top, #c99f07, #f7c40c);
  background-image: -ms-linear-gradient(top, #c99f07, #f7c40c);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c99f07), color-stop(100%, #f7c40c));
  background-image: -webkit-linear-gradient(top, #c99f07, #f7c40c);
  background-image: -o-linear-gradient(top, #c99f07, #f7c40c);
  background-image: linear-gradient(top, #c99f07, #f7c40c);
  text-shadow: 0 1px 0 #f9d03d;
}
a.btn.purple,
input#submit.purple,
input[type='submit'].purple,
button.purple {
  color: #fff !important;
  text-shadow: 0 -1px 0 #3c3043;
  border: 1px solid #3c3043;
  background-color: #3c3043;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#564660), to(#3c3043));
  background-image: -moz-linear-gradient(top, #564660, #3c3043);
  background-image: -ms-linear-gradient(top, #564660, #3c3043);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #564660), color-stop(100%, #3c3043));
  background-image: -webkit-linear-gradient(top, #564660, #3c3043);
  background-image: -o-linear-gradient(top, #564660, #3c3043);
  background-image: linear-gradient(top, #564660, #3c3043);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
a.btn.purple:hover,
input#submit.purple:hover,
input[type='submit'].purple:hover,
button.purple:hover {
  color: #fff !important;
  background-color: #564660;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#705c7d), to(#564660));
  background-image: -moz-linear-gradient(top, #705c7d, #564660);
  background-image: -ms-linear-gradient(top, #705c7d, #564660);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #705c7d), color-stop(100%, #564660));
  background-image: -webkit-linear-gradient(top, #705c7d, #564660);
  background-image: -o-linear-gradient(top, #705c7d, #564660);
  background-image: linear-gradient(top, #705c7d, #564660);
}
a.btn.purple:active,
input#submit.purple:active,
input[type='submit'].purple:active,
button.purple:active {
  color: #1c171f !important;
  background-color: #564660;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#3c3043), to(#564660));
  background-image: -moz-linear-gradient(top, #3c3043, #564660);
  background-image: -ms-linear-gradient(top, #3c3043, #564660);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3043), color-stop(100%, #564660));
  background-image: -webkit-linear-gradient(top, #3c3043, #564660);
  background-image: -o-linear-gradient(top, #3c3043, #564660);
  background-image: linear-gradient(top, #3c3043, #564660);
  text-shadow: 0 1px 0 #705c7d;
}
a.btn.grey,
input#submit.grey,
input[type='submit'].grey,
button.grey {
  color: #fff !important;
  text-shadow: 0 -1px 0 #8b9097;
  border: 1px solid #8b9097;
  background-color: #8b9097;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#a6aaaf), to(#8b9097));
  background-image: -moz-linear-gradient(top, #a6aaaf, #8b9097);
  background-image: -ms-linear-gradient(top, #a6aaaf, #8b9097);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a6aaaf), color-stop(100%, #8b9097));
  background-image: -webkit-linear-gradient(top, #a6aaaf, #8b9097);
  background-image: -o-linear-gradient(top, #a6aaaf, #8b9097);
  background-image: linear-gradient(top, #a6aaaf, #8b9097);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
a.btn.grey:hover,
input#submit.grey:hover,
input[type='submit'].grey:hover,
button.grey:hover {
  color: #fff !important;
  background-color: #a6aaaf;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#c1c4c7), to(#a6aaaf));
  background-image: -moz-linear-gradient(top, #c1c4c7, #a6aaaf);
  background-image: -ms-linear-gradient(top, #c1c4c7, #a6aaaf);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1c4c7), color-stop(100%, #a6aaaf));
  background-image: -webkit-linear-gradient(top, #c1c4c7, #a6aaaf);
  background-image: -o-linear-gradient(top, #c1c4c7, #a6aaaf);
  background-image: linear-gradient(top, #c1c4c7, #a6aaaf);
}
a.btn.grey:active,
input#submit.grey:active,
input[type='submit'].grey:active,
button.grey:active {
  color: #6c7278 !important;
  background-color: #a6aaaf;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#8b9097), to(#a6aaaf));
  background-image: -moz-linear-gradient(top, #8b9097, #a6aaaf);
  background-image: -ms-linear-gradient(top, #8b9097, #a6aaaf);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8b9097), color-stop(100%, #a6aaaf));
  background-image: -webkit-linear-gradient(top, #8b9097, #a6aaaf);
  background-image: -o-linear-gradient(top, #8b9097, #a6aaaf);
  background-image: linear-gradient(top, #8b9097, #a6aaaf);
  text-shadow: 0 1px 0 #c1c4c7;
}
a.btn.lightgrey,
input#submit.lightgrey,
input[type='submit'].lightgrey,
button.lightgrey {
  color: #fff !important;
  text-shadow: 0 -1px 0 #c1c1c1;
  border: 1px solid #c1c1c1;
  background-color: #c1c1c1;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#dadada), to(#c1c1c1));
  background-image: -moz-linear-gradient(top, #dadada, #c1c1c1);
  background-image: -ms-linear-gradient(top, #dadada, #c1c1c1);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #c1c1c1));
  background-image: -webkit-linear-gradient(top, #dadada, #c1c1c1);
  background-image: -o-linear-gradient(top, #dadada, #c1c1c1);
  background-image: linear-gradient(top, #dadada, #c1c1c1);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
a.btn.lightgrey:hover,
input#submit.lightgrey:hover,
input[type='submit'].lightgrey:hover,
button.lightgrey:hover {
  color: #fff !important;
  background-color: #dadada;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dadada));
  background-image: -moz-linear-gradient(top, #f3f3f3, #dadada);
  background-image: -ms-linear-gradient(top, #f3f3f3, #dadada);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #dadada));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #dadada);
  background-image: -o-linear-gradient(top, #f3f3f3, #dadada);
  background-image: linear-gradient(top, #f3f3f3, #dadada);
}
a.btn.lightgrey:active,
input#submit.lightgrey:active,
input[type='submit'].lightgrey:active,
button.lightgrey:active {
  color: #a2a2a2 !important;
  background-color: #dadada;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#c1c1c1), to(#dadada));
  background-image: -moz-linear-gradient(top, #c1c1c1, #dadada);
  background-image: -ms-linear-gradient(top, #c1c1c1, #dadada);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1c1c1), color-stop(100%, #dadada));
  background-image: -webkit-linear-gradient(top, #c1c1c1, #dadada);
  background-image: -o-linear-gradient(top, #c1c1c1, #dadada);
  background-image: linear-gradient(top, #c1c1c1, #dadada);
  text-shadow: 0 1px 0 #f3f3f3;
}
a.btn.graphite,
input#submit.graphite,
input[type='submit'].graphite,
button.graphite {
  color: #fff !important;
  text-shadow: 0 -1px 0 #414448;
  border: 1px solid #414448;
  background-color: #414448;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#595d63), to(#414448));
  background-image: -moz-linear-gradient(top, #595d63, #414448);
  background-image: -ms-linear-gradient(top, #595d63, #414448);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #595d63), color-stop(100%, #414448));
  background-image: -webkit-linear-gradient(top, #595d63, #414448);
  background-image: -o-linear-gradient(top, #595d63, #414448);
  background-image: linear-gradient(top, #595d63, #414448);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
a.btn.graphite:hover,
input#submit.graphite:hover,
input[type='submit'].graphite:hover,
button.graphite:hover {
  color: #fff !important;
  background-color: #595d63;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#71767e), to(#595d63));
  background-image: -moz-linear-gradient(top, #71767e, #595d63);
  background-image: -ms-linear-gradient(top, #71767e, #595d63);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71767e), color-stop(100%, #595d63));
  background-image: -webkit-linear-gradient(top, #71767e, #595d63);
  background-image: -o-linear-gradient(top, #71767e, #595d63);
  background-image: linear-gradient(top, #71767e, #595d63);
}
a.btn.graphite:active,
input#submit.graphite:active,
input[type='submit'].graphite:active,
button.graphite:active {
  color: #242528 !important;
  background-color: #595d63;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#414448), to(#595d63));
  background-image: -moz-linear-gradient(top, #414448, #595d63);
  background-image: -ms-linear-gradient(top, #414448, #595d63);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414448), color-stop(100%, #595d63));
  background-image: -webkit-linear-gradient(top, #414448, #595d63);
  background-image: -o-linear-gradient(top, #414448, #595d63);
  background-image: linear-gradient(top, #414448, #595d63);
  text-shadow: 0 1px 0 #71767e;
}
a.btn.brown,
input#submit.brown,
input[type='submit'].brown,
button.brown {
  color: #fff !important;
  text-shadow: 0 -1px 0 #61452e;
  border: 1px solid #61452e;
  background-color: #61452e;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#845e3e), to(#61452e));
  background-image: -moz-linear-gradient(top, #845e3e, #61452e);
  background-image: -ms-linear-gradient(top, #845e3e, #61452e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #845e3e), color-stop(100%, #61452e));
  background-image: -webkit-linear-gradient(top, #845e3e, #61452e);
  background-image: -o-linear-gradient(top, #845e3e, #61452e);
  background-image: linear-gradient(top, #845e3e, #61452e);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
a.btn.brown:hover,
input#submit.brown:hover,
input[type='submit'].brown:hover,
button.brown:hover {
  color: #fff !important;
  background-color: #845e3e;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#a7774e), to(#845e3e));
  background-image: -moz-linear-gradient(top, #a7774e, #845e3e);
  background-image: -ms-linear-gradient(top, #a7774e, #845e3e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7774e), color-stop(100%, #845e3e));
  background-image: -webkit-linear-gradient(top, #a7774e, #845e3e);
  background-image: -o-linear-gradient(top, #a7774e, #845e3e);
  background-image: linear-gradient(top, #a7774e, #845e3e);
}
a.btn.brown:active,
input#submit.brown:active,
input[type='submit'].brown:active,
button.brown:active {
  color: #38281a !important;
  background-color: #845e3e;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#61452e), to(#845e3e));
  background-image: -moz-linear-gradient(top, #61452e, #845e3e);
  background-image: -ms-linear-gradient(top, #61452e, #845e3e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61452e), color-stop(100%, #845e3e));
  background-image: -webkit-linear-gradient(top, #61452e, #845e3e);
  background-image: -o-linear-gradient(top, #61452e, #845e3e);
  background-image: linear-gradient(top, #61452e, #845e3e);
  text-shadow: 0 1px 0 #a7774e;
}
/* custom color buttons default :hover and :active color state */
a.custom-btn,
a.custom-btn:hover,
a.custom-btn:active {
  color: #fff !important;
}
/* Call to action
----------------------------------------------------------------------------------- */
.call-to {
  overflow: hidden;
  margin-bottom: 45px;
  background: rgba(0, 0, 0, 0.035);
  border: 1px solid #ddd;
  padding: 0 20px;
}
.call-to .call-to-text {
  float: left;
  font-size: 20px;
  margin: 25px 20px 25px 0;
}
.call-to a.btn {
  float: left;
  margin-top: 22px;
  margin-bottom: 22px;
}
/*
================================================================================
	$Widgets
================================================================================
*/
.widget {
  clear: both;
  zoom: 1;
  margin-bottom: 40px;
  /* Widget header
----------------------------------------------------------------------------- */

  /* Widget list
------------------------------------------------- */

  /* Widget Pages
----------------------------------------------------------------------------- */

  /* Latest posts list
----------------------------------------------------------------------------- */

  /* WordPress default calendar
----------------------------------------------------------------------------- */

  /* Tag cloud
----------------------------------------------------------------------------- */

  /* Social
----------------------------------------------------------------------------- */

  /* Custom menu
----------------------------------------------------------------------------- */

  /* Twitter
----------------------------------------------------------------------------- */

  /* Recent comments
----------------------------------------------------------------------------- */

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

}
.widget:after {
  display: block;
  content: "\0020";
  height: 0;
  clear: both;
  visibility: hidden;
}
.widget:last-of-type {
  margin-bottom: 0;
}
.widget header {
  margin-bottom: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAECAYAAABLLYUHAAAAGElEQVQIW2OYOXPmfwYY+P//PxyjAmRlAM5ADoyJJy0+AAAAAElFTkSuQmCC) repeat-x 0px center;
}
.widget header h3 {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 0;
}
.widget ul li {
  padding: 4px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}
.widget .textwidget .readmore:before {
  content: "– ";
}
.widget .side-post,
.widget .latest-works-container {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget .side-post .item-image,
.widget .latest-works-container .item-image {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  width: auto;
}
.widget .side-post .item-image img,
.widget .latest-works-container .item-image img {
  float: left;
}
.widget .side-post .item-image.video,
.widget .latest-works-container .item-image.video {
  width: 50px;
  height: 50px;
}
.widget .side-post .item-image.video img,
.widget .latest-works-container .item-image.video img {
  width: 100%;
  height: 100%;
}
.widget .side-post .no-thumb,
.widget .latest-works-container .no-thumb {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.widget .side-post:last-of-type,
.widget .latest-works-container:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget .side-post .post-head h4,
.widget .latest-works-container .post-head h4 {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: bold;
}
.widget .side-post .post-head p,
.widget .latest-works-container .post-head p {
  font-size: 11px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.4);
}
.widget #wp-calendar {
  width: 100%;
}
.widget #wp-calendar caption {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
}
.widget #wp-calendar th {
  padding: 6px 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #333;
  color: #fff;
}
.widget #wp-calendar tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 1;
}
.widget #wp-calendar tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.02);
}
.widget #wp-calendar tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.widget #wp-calendar tr:hover a {
  color: #000;
}
.widget #wp-calendar tr a {
  color: ;
  font-weight: bold;
}
.widget #wp-calendar tr a:hover {
  color: ;
}
.widget #wp-calendar td {
  padding: 6px 5px;
  text-align: center;
}
.widget #wp-calendar td#prev {
  text-align: left;
}
.widget #wp-calendar td#next {
  text-align: right;
}
.widget .tagcloud a {
  position: relative;
  display: block;
  float: left;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff !important;
  line-height: 20px;
  font-size: 12px !important;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.widget .tagcloud a:hover {
  text-decoration: none;
  color: #fff !important;
}
.widget #social li {
  display: inline;
  float: left;
  border-bottom: none;
}
.widget #social li a {
  margin-right: 5px;
  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 .menu {
  clear: both;
  zoom: 1;
  float: left;
}
.widget .menu:after {
  display: block;
  content: "\0020";
  height: 0;
  clear: both;
  visibility: hidden;
}
.widget .menu li {
  list-style: none;
  border-left: 1px solid #666;
  border-bottom: none;
  position: relative;
  margin-bottom: 0;
  padding-left: 10px;
  clear: both;
}
.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;
  color: #666;
}
.widget .menu ul li {
  clear: both;
}
.widget #twitter_update_list li {
  list-style: none;
  padding-left: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url(i/twitter.png) no-repeat left 10px;
  overflow: hidden;
}
.widget #twitter_update_list span {
  font-size: 12px;
  display: block;
  clear: both;
  color: rgba(0, 0, 0, 0.4);
}
.widget #twitter_update_list span a {
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
}
.widget #twitter_update_list a {
  border-bottom: none !important;
  font-size: 10px;
  display: inline;
  text-transform: uppercase;
  font-weight: bold;
}
.widget #recentcomments li {
  color: rgba(0, 0, 0, 0.4);
}
.widget .testimonials-box {
  clear: both;
  position: relative;
  margin-bottom: 30px;
}
.widget .testimonials-box:last-of-type {
  margin-bottom: 0;
}
.widget .testimonials-box .testimonial-msg {
  position: relative;
  margin-bottom: 10px;
  color: #333;
  font-size: 13px;
  font-style: italic;
  z-index: 1;
}
.widget .testimonials-box .testimonial-sign {
  position: relative;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
  padding-top: 15px;
}
.widget .testimonials-box .testimonial-sign .name {
  display: block;
}
.widget .testimonials-box .testimonial-sign em {
  clear: both;
  font-style: italic;
  font-weight: normal;
  color: #999;
}
.widget .testimonials-box .testimonial-sign:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 20px;
  width: 0;
  height: 0;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.widget .testimonials-box .testimonial-sign:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 19px;
  width: 0;
  height: 0;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #eaeaea;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}
/* Flickr
----------------------------------------------------------------------------- */
#flickr_wrapper {
  float: left;
  width: 100%;
  position: relative;
}
#flickr_wrapper .flickr_badge_image {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 10px 10px 0;
}
#flickr_wrapper .flickr_badge_image a {
  float: left;
}
#flickr_wrapper .flickr_badge_image a img {
  float: left;
  width: 100%;
  height: 100%;
}
.span-4 #flickr_wrapper .flickr_badge_image {
  width: 55px;
  height: 55px;
}
.span-3 #flickr_wrapper .flickr_badge_image {
  width: 50px;
  height: 50px;
}
/* Search widget
----------------------------------------------------------------------------- */
#searchform label {
  display: none;
}
#searchform #searchsubmit {
  display: none;
}
#searchform #s {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 12px;
  padding: 10px;
  width: 100%;
  float: left;
  text-indent: 26px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  background-image: url(i/search.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.05), 0 -1px 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.05), 0 -1px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.05), 0 -1px 0 0 rgba(0, 0, 0, 0.05);
}
#searchform #s:focus {
  outline: none;
  border: 1px solid #666;
  text-indent: 0;
  background-position: 10px -36px;
}
#main-container .widget h3 {
  background-color: #fff;
}
#footer-sidebar-wrapper {
  color: #666;
}
#footer-sidebar-wrapper a {
  color: #666666;
}
#footer-sidebar-wrapper a:hover {
  color: #ffa01f;
}
#footer-sidebar-wrapper a:active {
  color: #b86a00;
}
#footer-sidebar-wrapper .widget h3 {
  background-color: #E6E6E6;
  color: #333;
}
#footer-sidebar-wrapper .widget h3 a {
  color: #333333;
}
#footer-sidebar-wrapper .widget h3 a:hover {
  color: #ffa01f;
}
#footer-sidebar-wrapper .widget h3 a:active {
  color: #b86a00;
}
/* Horizontal widgets ------------------------------------------------------- */
.horz-widget {
  width: 100%;
}
.horz-widget .wdgt-header {
  float: left;
}
.horz-widget .wdgt-header h3 {
  margin-bottom: 0;
}
.horz-widget .side-post,
.horz-widget .latest-works-container {
  clear: none;
}
.horz-widget .side-post.content-one-fourth,
.horz-widget .latest-works-container.content-one-fourth {
  width: 23.125%;
}
.horz-widget .side-post.content-one-third,
.horz-widget .latest-works-container.content-one-third {
  width: 31%;
}
.horz-widget .side-post .item-image,
.horz-widget .latest-works-container .item-image {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.horz-widget .side-post .post-head,
.horz-widget .latest-works-container .post-head {
  clear: both;
  margin-bottom: 15px;
}
.horz-widget .side-post .post-head h4,
.horz-widget .latest-works-container .post-head h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}
.horz-widget .side-post .text,
.horz-widget .latest-works-container .text {
  font-size: 90%;
}
/* 
================================================================================
	Mobile theme adjustments
================================================================================
*/
@media only screen and (max-width: 797px) {
  /* Horizontal widgets ------------------------------------------------------- */
  .horz-widget .wdgt-header {
    margin-bottom: 20px;
  }
  .horz-widget .side-post.content-one-fourth,
  .horz-widget .latest-works-container.content-one-fourth {
    width: 100%;
  }
  .horz-widget .side-post.content-one-third,
  .horz-widget .latest-works-container.content-one-third {
    width: 100%;
  }
  .horz-widget .side-post .item-image,
  .horz-widget .latest-works-container .item-image {
    width: 100%;
  }
}
.twitter-tweet-rendered blockquote {
  float: none;
  clear: none;
  padding-left: 0;
  font-size: inherit;
}
.twitter-tweet-rendered blockquote:before {
  display: none;
}
/* 
================================================================================
	Tablet theme adjustments
================================================================================
*/
@media only screen and (min-width: 798px) and (max-width: 1013px), (device-width: 798px) {
  #main-sidebar {
    width: 226px;
  }
  #main-sidebar .wrapper {
    width: 196px;
  }
  .portfolio.two .item {
    width: 344px;
  }
  .portfolio.three .item {
    width: 216px;
  }
  .portfolio.four .item {
    width: 162px;
  }
  .works {
    width: 440px;
  }
  .single-works .related-container #relatedlist li.relatedlist-item {
    width: 162px;
  }
  .single-works .related-container .list-thumb {
    width: 162px;
  }
}
/* 
================================================================================
	Mobile theme adjustments
================================================================================
*/
@media only screen and (max-width: 797px) {
  #logo.left,
  #logo.right {
    float: none;
    text-align: center;
    padding-bottom: 20px;
  }
  #logo.center {
    padding-bottom: 20px;
  }
  #logo.text.left,
  #logo.text.right {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
  }
  #top-container .span-12 {
    padding-left: 6.25% !important;
    padding-right: 6.25% !important;
  }
  #footer {
    text-align: center;
  }
  #footer #copyright {
    float: none;
  }
  #footer .select-menu {
    margin-top: 10px;
  }
  #main-nav,
  #sub-nav {
    padding: 0 6.25% 20px;
    margin: 0 auto;
    clear: both;
    float: none !important;
    position: relative !important;
    bottom: 0;
  }
  #main-nav > ul.menu,
  #sub-nav > ul.menu,
  #main-nav > div.menu > ul,
  #sub-nav > div.menu > ul {
    display: none !important;
  }
  #main-nav .select-menu,
  #sub-nav .select-menu {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    width: 100%;
    cursor: pointer;
    position: relative;
    padding: 8px 15px;
    outline: none;
    border: 1px solid #adadad;
    background-color: #fcfcfc;
    background-image: url(i/select.png), -moz-linear-gradient(top, #fcfcfc, #e5e5e5);
    background-image: url(i/select.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e5e5e5));
    background-image: url(i/select.png), -webkit-linear-gradient(top, #fcfcfc, #e5e5e5);
    background-image: url(i/select.png), -o-linear-gradient(top, #fcfcfc, #e5e5e5);
    background-image: url(i/select.png), -ms-linear-gradient(top, #fcfcfc, #e5e5e5);
    background-image: url(i/select.png), linear-gradient(to bottom, #fcfcfc, #e5e5e5);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e5e5e5', GradientType=0);
    background-repeat: no-repeat, repeat-x;
    background-position: 95% center, top center;
    text-shadow: 0 1px 0 #fff;
    color: #333;
  }
  #sub-nav {
    padding-bottom: 0;
  }
  #main-sidebar {
    width: 100%;
    float: left;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #main-sidebar .wrapper {
    width: 87.5%;
    margin-left: 6.25%;
    margin-right: 6.25%;
  }
  .portfolio.two .item,
  .portfolio.three .item,
  .portfolio.four .item {
    width: 87.5%;
    margin-left: 6.25%;
    margin-right: 6.25%;
  }
  .works,
  .prj-info {
    width: 100%;
    margin-right: 0;
  }
  .works .previous-arrow,
  .prj-info .previous-arrow {
    float: left;
  }
  .single-works .related-container #relatedlist li.relatedlist-item {
    width: 45%;
    margin: 0 2.5% 2.5%;
  }
  .single-works .related-container #relatedlist li.relatedlist-item.n3 {
    clear: both;
  }
  .single-works .related-container .list-thumb {
    width: 100%;
  }
  #footer-sidebar-wrapper .col {
    margin-bottom: 6.25%;
  }
  #footer-sidebar-wrapper .col:last-of-type {
    margin-bottom: 0;
  }
  .w-sidebar .list.type-2 .item-wrapper,
  .wout-sidebar .list.type-2 .item-wrapper {
    width: 100%;
  }
  .w-sidebar .list.type-2 .item-image,
  .wout-sidebar .list.type-2 .item-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .w-sidebar .list.type-3,
  .wout-sidebar .list.type-3 {
    width: 100%;
    margin-right: 0;
  }
  #address {
    margin-top: 30px;
  }
}
