/*-----------------------------------------------------------------------------------

	Theme Name: Comdex
	Theme URI: http://www.olevmedia.com
	Description: Business & Portfolio Theme
	Author: OlevMedia
	Author URI: http://www.olevmedia.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0.4
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS', serif;
  font: normal 12px/18px 'Trebuchet MS', serif;
  color: #000000;
  background: #000;
}
body.bg-cover {
  background-size: cover;
}
img {
  border: 0;
}
* {
  outline: 0;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.clear.line-1 {
  height: 18px;
}
.clear.line-2 {
  height: 36px;
}
.container {
  width: 980px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.colored {
  color: #ffec1a;
}
.dots-divider {
  height: 7px;
  background: url('img/dots.png') repeat-x;
  margin: 14px 0;
}
.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}
.alignright {
  float: right;
  margin: 0 0 18px 18px;
}
.aligncenter {
  display: block;
  margin: 18px auto;
}
hr {
  margin: 18px 0;
  border: 0;
  height: 2px;
  background: url(img/dot.png) repeat-x;
}
/****************************
* Columns
****************************/
.one-half {
  float: left;
  width: 450px;
  margin: 0 20px;
}
.one-fourth {
  float: left;
  width: 205px;
  margin: 0 20px;
}
.three-fourth {
  float: left;
  width: 695px;
  margin: 0 20px;
}
.full-width {
  margin: 0 20px;
}
.col-content-full-width .one-half,
.col-content-w-sidebar .one-half,
.col-content-full-width .one-third,
.col-content-w-sidebar .one-third,
.col-content-full-width .two-third,
.col-content-w-sidebar .two-third,
.col-content-full-width .one-fourth,
.col-content-w-sidebar .one-fourth,
.col-content-full-width .three-fourth,
.col-content-w-sidebar .three-fourth,
.col-content-full-width .one-fifth,
.col-content-w-sidebar .one-fifth,
.col-content-full-width .two-fifth,
.col-content-w-sidebar .two-fifth,
.col-content-full-width .three-fifth,
.col-content-w-sidebar .three-fifth,
.col-content-full-width .four-fifth,
.col-content-w-sidebar .four-fifth,
.col-content-full-width .one-sixth,
.col-content-w-sidebar .one-sixth,
.col-content-full-width .five-sixth,
.col-content-w-sidebar .five-sixth {
  float: left;
  margin: 0 4% 0 0;
}
.col-content-full-width .one-half.last,
.col-content-w-sidebar .one-half.last,
.col-content-full-width .one-third.last,
.col-content-w-sidebar .one-third.last,
.col-content-full-width .two-third.last,
.col-content-w-sidebar .two-third.last,
.col-content-full-width .one-fourth.last,
.col-content-w-sidebar .one-fourth.last,
.col-content-full-width .three-fourth.last,
.col-content-w-sidebar .three-fourth.last,
.col-content-full-width .one-fifth.last,
.col-content-w-sidebar .one-fifth.last,
.col-content-full-width .two-fifth.last,
.col-content-w-sidebar .two-fifth.last,
.col-content-full-width .three-fifth.last,
.col-content-w-sidebar .three-fifth.last,
.col-content-full-width .four-fifth.last,
.col-content-w-sidebar .four-fifth.last,
.col-content-full-width .one-sixth.last,
.col-content-w-sidebar .one-sixth.last,
.col-content-full-width .five-sixth.last,
.col-content-w-sidebar .five-sixth.last {
  margin-right: 0;
}
.col-content-full-width .one-half, .col-content-w-sidebar .one-half {
  width: 48%;
}
.col-content-full-width .one-third, .col-content-w-sidebar .one-third {
  width: 30.66%;
}
.col-content-full-width .two-third, .col-content-w-sidebar .two-third {
  width: 65.33%;
}
.col-content-full-width .one-fourth, .col-content-w-sidebar .one-fourth {
  width: 22%;
}
.col-content-full-width .three-fourth, .col-content-w-sidebar .three-fourth {
  width: 74%;
}
.col-content-full-width .one-fifth, .col-content-w-sidebar .one-fifth {
  width: 16.8%;
}
.col-content-full-width .two-fifth, .col-content-w-sidebar .two-fifth {
  width: 37.6%;
}
.col-content-full-width .three-fifth, .col-content-w-sidebar .three-fifth {
  width: 58.4%;
}
.col-content-full-width .four-fifth, .col-content-w-sidebar .four-fifth {
  width: 79.2%;
}
.col-content-full-width .one-sixth, .col-content-w-sidebar .one-sixth {
  width: 13.33%;
}
.col-content-full-width .five-sixth, .col-content-w-sidebar .five-sixth {
  width: 82.66%;
}
/****************************
* Typography
****************************/
p {
  margin: 14px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arial', sans-serif;
  font: normal 14px/18px 'Arial', sans-serif;
  margin: 14px 0;
}
h1 {
  font-size: 28px;
  line-height: 1.3em;
  margin-top: 0;
}
h2 {
  font-size: 22px;
  line-height: 1.3em;
}
h3 {
  font-size: 18px;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 16px;
}
.text-content a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ffec1a;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.text-content a:hover {
  background-color: #ffec1a;
}
.font-2 {
  font-family: 'Arial', sans-serif;
}
.color-light {
  color: #7f7f7f;
}
.align-right {
  text-align: right;
}
.header-comment {
  font-family: 'Trebuchet MS', serif;
  font: italic 12px 'Trebuchet MS', serif;
  margin: -14px 0 14px 0;
  color: #7f7f7f;
}
/****************************
* Topline
****************************/
.topline {
  background: #595959;
  background: rgba(89, 89, 89, 0.85);
  color: #b9b9ba;
}
.topline a {
  color: inherit;
}
.topline a:hover {
  color: #ffec1a;
}
.topline-info {
  padding: 8px 10px 8px 20px;
  float: left;
  position: relative;
}
.topline-contacts {
  float: right;
  color: #efefef;
  padding: 8px 20px;
}
.topline-contacts a {
  text-decoration: none;
}
/****************************
* Menuline
****************************/
.menuline {
  height: 66px;
  padding: 33px 0 0 0;
  background: #ffef39;
  background: -moz-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff158), color-stop(100%, #ffec1a));
  background: -webkit-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: -o-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: -ms-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: linear-gradient(top, #fff158 0%, #ffec1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #fff157 , endColorstr= #ffec1a ,GradientType=0 );
  position: relative;
}
.logo {
  position: absolute;
  left: 20px;
  bottom: 35px;
}
.logo img {
  display: block;
}
.logo a {
  font-size: 45px;
  line-height: 45px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  text-decoration: none;
  color: #000;
}
.logo-tagline {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 20px;
  line-height: 20px;
  color: #686868;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
/* Search block ************/
.search-block {
  float: right;
  position: relative;
  margin: 1px 20px 0;
  height: 29px;
}
#search-block-label {
  margin: 0;
  padding: 0 19px 0 0;
  line-height: 29px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#search-block-pane {
  position: absolute;
  top: -2px;
  right: 0;
  width: 0;
  overflow: hidden;
  height: 33px;
  background: #fff;
  z-index: 501;
  display: none;
}
#search-block-pane .search-input {
  display: block;
  width: 100%;
  height: 33px;
  line-height: 33px;
  border: 0;
  color: #7f7f7f;
  font-size: 14px;
  padding: 0 173px 0 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}
#search-block-pane .submit-button {
  position: absolute;
  right: 43px;
  top: 6px;
  border: 0;
  height: 21px;
  line-height: 21px;
  padding: 0 15px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  background: #8a8a8a;
  background: -moz-linear-gradient(top, #909090 0%, #848484 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #909090), color-stop(100%, #848484));
  background: -webkit-linear-gradient(top, #909090 0%, #848484 100%);
  background: -o-linear-gradient(top, #909090 0%, #848484 100%);
  background: -ms-linear-gradient(top, #909090 0%, #848484 100%);
  background: linear-gradient(top, #909090 0%, #848484 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #8f8f8f , endColorstr= #858585 ,GradientType=0 );
}
#search-block-pane .submit-button:hover {
  background: #a4a4a4;
  background: -moz-linear-gradient(top, #aaaaaa 0%, #9e9e9e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaaaaa), color-stop(100%, #9e9e9e));
  background: -webkit-linear-gradient(top, #aaaaaa 0%, #9e9e9e 100%);
  background: -o-linear-gradient(top, #aaaaaa 0%, #9e9e9e 100%);
  background: -ms-linear-gradient(top, #aaaaaa 0%, #9e9e9e 100%);
  background: linear-gradient(top, #aaaaaa 0%, #9e9e9e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #a8a8a8 , endColorstr= #9e9e9e ,GradientType=0 );
}
#search-block-pane .close-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 33px;
  height: 100%;
  background: url('img/close.png') no-repeat center center;
  cursor: pointer;
  opacity: 0.2;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#search-block-pane .close-button:hover {
  opacity: 1;
}
/* Menu ************/
ul.top-primary-menu {
  list-style: none;
  margin: 1px 20px 0;
  height: 29px;
  float: right;
  padding: 0;
}
ul.top-primary-menu li {
  height: 29px;
  float: left;
  margin: 0 0 0 10px;
  position: relative;
}
ul.top-primary-menu li a {
  display: block;
  padding: 0 15px;
  height: 29px;
  line-height: 29px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
ul.top-primary-menu li a:hover, ul.top-primary-menu li a.active {
  color: #fff;
  text-decoration: none;
  background: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
ul.top-primary-menu li a {
  cursor: default;
}
ul.top-primary-menu li a[href] {
  cursor: pointer;
}
ul.top-primary-menu li ul {
  position: absolute;
  top: 29px;
  right: 0;
  list-style: none;
  float: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 500;
}
ul.top-primary-menu li ul li {
  float: none;
  height: auto;
  text-align: right;
  padding: 2px 0 0 0;
  white-space: nowrap;
  position: relative;
}
ul.top-primary-menu li ul li a {
  line-height: 29px;
  background: #fff158;
  background-color: rgba(0, 0, 0, 0.07);
}
ul.top-primary-menu li ul li ul {
  list-style: none;
  position: absolute;
  top: 0;
  left: 100%;
  right: auto;
  padding: 0 0 0 2px;
  margin: 0;
  display: none;
}
ul.top-primary-menu li ul li ul:before {
  content: '';
  width: 12px;
  height: 3px;
  background: url('img/menu-connector.png') no-repeat;
  position: absolute;
  left: -5px;
  top: 15px;
}
ul.top-primary-menu li ul li ul li {
  margin: 0;
  text-align: left;
}
#primary-menu-select {
  display: none;
  margin: 1px 20px 0;
  float: right;
}
.menu .sub-menu {
  margin: 4px 0 0 20px;
}
#menu-bg-expand {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  background: #ffec1a;
  overflow: hidden;
  z-index: 499;
}
#menu-bg-expand.active {
  -webkit-box-shadow: 0 32px 30px -30px #000000;
  -moz-box-shadow: 0 32px 30px -30px #000000;
  box-shadow: 0 32px 30px -30px #000000;
}
/****************************
* Sliderline
****************************/
.sliderline {
  background: #797979;
  background: -moz-linear-gradient(left, rgba(89, 89, 89, 0.95) 0%, rgba(152, 152, 152, 0.95) 50%, rgba(89, 89, 89, 0.95) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(89, 89, 89, 0.95)), color-stop(50%, rgba(152, 152, 152, 0.95)), color-stop(100%, rgba(89, 89, 89, 0.95)));
  background: -webkit-linear-gradient(left, rgba(89, 89, 89, 0.95) 0%, rgba(152, 152, 152, 0.95) 50%, rgba(89, 89, 89, 0.95) 100%);
  background: -o-linear-gradient(left, rgba(89, 89, 89, 0.95) 0%, rgba(152, 152, 152, 0.95) 50%, rgba(89, 89, 89, 0.95) 100%);
  background: -ms-linear-gradient(left, rgba(89, 89, 89, 0.95) 0%, rgba(152, 152, 152, 0.95) 50%, rgba(89, 89, 89, 0.95) 100%);
  background: linear-gradient(left, rgba(89, 89, 89, 0.95) 0%, rgba(152, 152, 152, 0.95) 50%, rgba(89, 89, 89, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #595959 , endColorstr= #999999 ,GradientType=1 );
}
.sliderline-inner {
  background: url('img/bg-lines.png') repeat 20px top;
  padding: 33px 20px 0;
}
#main-slider {
  display: none;
}
#main-slider-sections {
  height: 73px;
  margin-bottom: -8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#main-slider-sections:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  border-left: 3px solid #fff;
  height: 65px;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #ffffff , endColorstr= #ffffff ,GradientType=1 );
  z-index: 1;
}
#main-slider-sections:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  border-right: 3px solid #fff;
  height: 65px;
  background: #ffffff;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #ffffff , endColorstr= #ffffff ,GradientType=1 );
  z-index: 1;
}
#main-slider-sections-inner {
  width: 30000px;
  height: 65px;
  background: #fff;
  font-size: 25px;
  line-height: 65px;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.7);
}
#main-slider-sections-inner a {
  color: #7d7d7d;
  text-decoration: none;
  white-space: nowrap;
  float: left;
  margin: 0 20px;
  position: relative;
}
#main-slider-sections-inner a:hover, #main-slider-sections-inner a.active {
  color: #000;
}
#main-slider-sections-inner a.active:after {
  content: '';
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  border-bottom: 0px;
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -8px;
}
#main-slider-sections-inner a span {
  border-bottom: 1px solid #ffec1a;
}
#main-slider-sections-inner a.active span {
  border-color: transparent;
}
#main-slider-slides {
  height: 386px;
  position: relative;
}
#main-slider-slides .item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 33px 0;
}
#main-slider-slides .item .pager {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin-left: 10px;
}
#main-slider-slides .item .pager a {
  float: left;
  height: 100%;
  color: #dadada;
  text-decoration: none;
  font: bold 12px 'Arial';
  line-height: 41px;
  text-align: center;
  width: 28px;
  margin-right: 20px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
#main-slider-slides .item .pager a:hover {
  background: #ffec1a;
  background: rgba(255, 236, 26, 0.5);
  color: #686868;
}
#main-slider-slides .item .pager a.activeSlide, #main-slider-slides .item .pager a.activeSlide:hover {
  background: #ffec1a;
  color: #686868;
}
#main-slider-slides .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 320px;
  overflow: hidden;
  background-color: #595959;
  position: relative;
}
#main-slider-slides .item ul li {
  height: 320px;
  width: 100%;
  background-position: center center;
}
#main-slider-slides .item ul li .pic {
  float: left;
  width: 460px;
  height: 320px;
  overflow: hidden;
  position: relative;
}
#main-slider-slides .item ul li .pic.add-shadow:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  -webkit-box-shadow: inset -40px 0 40px -30px #000000;
  -moz-box-shadow: inset -40px 0 40px -30px #000000;
  box-shadow: inset -40px 0 40px -30px #000000;
}
#main-slider-slides .item ul li .pic.full-width {
  margin: 0;
  width: 100%;
}
#main-slider-slides .item ul li .pic img {
  max-width: 100%;
}
#main-slider-slides .item ul li .text {
  float: left;
  width: 480px;
}
#main-slider-slides .item ul li .heading {
  font-family: 'Arial', sans-serif;
  font: bold 40px/40px 'Arial', sans-serif;
  color: #fff;
  margin: 33px 20px 22px;
  text-shadow: 0 -1px 0 #000000;
  position: relative;
}
#main-slider-slides .item ul li .desc {
  font-style: italic;
  font-size: 12px;
  color: #fff;
  margin: 0 20px 22px 20px;
  position: relative;
}
#main-slider-slides .item ul li .details-link {
  font-size: 12px;
  margin: 0 20px;
  position: relative;
}
#main-slider-slides .item ul li .details-link a {
  color: #ffec1a;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#main-slider-slides .item ul li .details-link a:hover {
  color: #fff;
}
#main-slider-slides .item ul.flip .pic, #main-slider-slides .item ul li.flip .pic {
  float: right;
}
#main-slider-slides .item ul.light li .heading, #main-slider-slides .item ul li.light .heading {
  color: #383838;
  text-shadow: 0 1px 1px #fff;
}
#main-slider-slides .item ul.light li .heading .colored, #main-slider-slides .item ul li.light .heading .colored {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}
#main-slider-slides .item ul.light li .desc, #main-slider-slides .item ul li.light .desc {
  color: #383838;
}
#main-slider-slides .item ul.light li .details-link a, #main-slider-slides .item ul li.light .details-link a {
  color: #383838;
  border-color: #383838;
}
#main-slider-slides .item ul.light li .details-link a:hover, #main-slider-slides .item ul li.light .details-link a:hover {
  border-color: #ffec1a;
}
/****************************
* Content
****************************/
.content-pane {
  background: #fff;
  background-repeat: repeat;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
  padding: 22px 0;
  position: relative;
}
.content-pane.decor-bottom {
  padding-bottom: 33px;
}
.content-pane.decor-bottom:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  height: 7px;
  background: url('img/content-pane-decor.png') no-repeat center center;
}
.content-pane.decor-top {
  padding-top: 33px;
}
.content-pane.decor-top:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  height: 7px;
  background: url('img/content-pane-decor.png') no-repeat center center;
}
.content-pane.nopad {
  padding: 0 !important;
}
.content-pane-divider {
  height: 22px;
  background: #797979;
  background: -moz-linear-gradient(left, rgba(89, 89, 89, 0.95) 0%, rgba(152, 152, 152, 0.95) 50%, rgba(89, 89, 89, 0.95) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(89, 89, 89, 0.95)), color-stop(50%, rgba(152, 152, 152, 0.95)), color-stop(100%, rgba(89, 89, 89, 0.95)));
  background: -webkit-linear-gradient(left, rgba(89, 89, 89, 0.95) 0%, rgba(152, 152, 152, 0.95) 50%, rgba(89, 89, 89, 0.95) 100%);
  background: -o-linear-gradient(left, rgba(89, 89, 89, 0.95) 0%, rgba(152, 152, 152, 0.95) 50%, rgba(89, 89, 89, 0.95) 100%);
  background: -ms-linear-gradient(left, rgba(89, 89, 89, 0.95) 0%, rgba(152, 152, 152, 0.95) 50%, rgba(89, 89, 89, 0.95) 100%);
  background: linear-gradient(left, rgba(89, 89, 89, 0.95) 0%, rgba(152, 152, 152, 0.95) 50%, rgba(89, 89, 89, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #595959 , endColorstr= #999999 ,GradientType=1 );
}
/****************************
* Posts small list
****************************/
.posts-list-small {
  list-style: none;
  padding: 0;
  margin: 0;
}
.posts-list-small li {
  margin-bottom: 33px !important;
}
.posts-list-small li .pic {
  float: left;
  width: 120px;
}
.posts-list-small li .pic a {
  background: none;
  border: 0;
}
.posts-list-small li .pic a:hover {
  background: none;
}
.posts-list-small li .pic img {
  max-width: 115px;
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.posts-list-small li .date {
  float: left;
  text-transform: uppercase;
  width: 26px;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #7f7f7f;
  margin-left: 4px;
}
.posts-list-small li .date div {
  background: #ffef39;
  background: -moz-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff158), color-stop(100%, #ffec1a));
  background: -webkit-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: -o-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: -ms-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: linear-gradient(top, #fff158 0%, #ffec1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #fff157 , endColorstr= #ffec1a ,GradientType=0 );
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.6);
  color: #000;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}
.posts-list-small li .text {
  margin-left: 170px;
  color: #7f7f7f;
  position: relative;
}
.posts-list-small li .text .title {
  color: #000;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
}
.posts-list-small li .text:after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 25%;
  height: 1px;
  background: url('img/dot.png') repeat-x top left;
}
.posts-list-small li.nothumb .text, .posts-list-small li.textthumb .text {
  margin-left: 50px;
}
.posts-list-small li.textthumb .pic {
  margin: 0 16px 10px 0;
}
/****************************
* Flickr widget
****************************/
#flickr_badge_wrapper {
  margin: 0 -17px;
}
.flickr_badge_image {
  float: left;
  margin: 0 17px 10px 17px;
  position: relative;
}
.flickr_badge_image a {
  display: inline-block;
  position: relative;
}
.flickr_badge_image a img {
  display: block;
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.flickr_badge_image a .after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffec1a url('img/cross.png') no-repeat center center;
  background-color: rgba(255, 236, 26, 0.75);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.flickr_badge_image a:hover .after {
  filter: alpha(opacity=70);
  opacity: 1;
}
.flickr_badge_image:after {
  content: '';
  position: absolute;
  top: 0;
  right: -17px;
  width: 1px;
  height: 40%;
  background: url('img/dot.png') repeat-y top left;
}
/****************************
* Twitter widget
****************************/
.latest-tweets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.latest-tweets li {
  margin-bottom: 22px;
}
.latest-tweets .tweet-time {
  font-style: italic;
  font-size: 10px;
  margin-top: 3px;
}
.latest-tweets .tweet-time a {
  color: #7f7f7f;
  text-decoration: none;
  border-bottom: 0;
}
.latest-tweets .tweet-time a:hover {
  background: none;
  text-decoration: underline;
}
.icon-twitter {
  position: relative;
  margin-left: 27px;
}
.icon-twitter:after {
  content: '';
  background: url('img/icon-twitter.png') no-repeat left center;
  width: 27px;
  height: 16px;
  position: absolute;
  left: -27px;
  top: 50%;
  margin-top: -7px;
}
/****************************
* Subscribe block
****************************/
#subscribe-block {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 11px 7px 3px 6px;
  margin: -11px 0 -3px 0;
}
#subscribe-block input[type=text] {
  border: 0;
  padding: 0;
  margin-right: 20px;
  width: 100px;
  font-family: 'Arial', sans-serif;
  font: italic 12px 'Arial', sans-serif;
  color: #7f7f7f;
  background: transparent;
}
/****************************
* Partners, Customers
****************************/
.partners-list-wrapper {
  margin: 0 1px 0 0;
  padding: 0;
  overflow: hidden;
}
#partners-list {
  list-style: none;
  padding: 0;
  margin: -1px -1px 0 0;
}
#partners-list li {
  display: none;
  border: 1px solid #cccccc;
  float: left;
  width: 234px;
  height: 110px;
  overflow: hidden;
  margin: 0 0 -1px -1px;
}
#partners-list li .pic {
  display: block;
  text-align: center;
  line-height: 110px;
  height: 110px;
  position: relative;
}
#partners-list li .pic img {
  vertical-align: middle;
}
#partners-list li .pic .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#partners-list li .pic:hover .hover, #partners-list li .pic.active .hover {
  opacity: 1;
}
#partners-list li .pic.with-testimonial {
  cursor: pointer;
}
#partners-list li .pic.with-testimonial .after {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url('img/icon-testimonial.png') repeat-y;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#partners-list li .pic.with-testimonial:hover .after {
  opacity: 1;
  background-position: 0 -15px;
}
#partners-list li .partner-testimonial {
  display: none;
}
#partners-list li.prev, #partners-list li.next {
  text-align: center;
  line-height: 110px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#partners-list li.prev:hover, #partners-list li.next:hover {
  background: rgba(0, 0, 0, 0.03);
}
#partners-testimonial-container {
  margin-bottom: 11px;
}
#partners-testimonial-container .inner {
  padding: 1px 0;
}
#partners-testimonial-container .pic {
  width: 205px;
  float: left;
  text-align: center;
  padding-top: 14px;
}
#partners-testimonial-container .partner-testimonial {
  margin-left: 240px;
}
#partners-testimonial-container .partner-testimonial a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ffec1a;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
#partners-testimonial-container .partner-testimonial a:hover {
  background-color: #ffec1a;
}
#partners-testimonial-container .partner-testimonial .title {
  font-size: 20px;
  margin: 14px 0;
  position: relative;
}
#partners-testimonial-container .partner-testimonial .title:before {
  content: '"';
  position: absolute;
  top: 0;
  left: -12px;
  font-style: italic;
  font-size: 30px;
}
/****************************
* Content, sidebar
****************************/
.content-cols-wrapper {
  position: relative;
}
.col-content-w-sidebar {
  float: left;
  width: 640px;
}
.content-cols-wrapper.sidebar-left .col-content-w-sidebar {
  float: right;
}
.col-content-w-sidebar-inner {
  width: 600px;
  padding: 33px 20px 22px 20px;
  overflow: hidden;
}
.col-content-full-width-inner {
  padding: 33px 20px 22px 20px;
}
.col-sidebar-bg {
  background: #ececec;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 30px 0 30px -30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 30px 0 30px -30px rgba(0, 0, 0, 0.2);
  box-shadow: inset 30px 0 30px -30px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 340px;
}
.col-sidebar {
  float: left;
  width: 340px;
  position: relative;
}
.content-cols-wrapper.sidebar-left .col-sidebar-bg {
  left: 0;
  right: auto;
  -webkit-box-shadow: inset -30px 0 30px -30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -30px 0 30px -30px rgba(0, 0, 0, 0.2);
  box-shadow: inset -30px 0 30px -30px rgba(0, 0, 0, 0.2);
}
.content-cols-wrapper.sidebar-left .col-sidebar {
  float: right;
}
.col-sidebar-inner {
  width: 260px;
  padding: 33px 40px 22px;
  overflow: hidden;
}
.sidebar-divider {
  height: 1px;
  background: url('img/dot.png') repeat-x;
  margin: 33px -39px;
}
.content-common {
  font-size: 13px;
}
.content-common a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ffec1a;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.content-common a:hover {
  background-color: #ffec1a;
}
/* Content Formatting *******/
.image-block {
  margin: 22px 0;
  overflow: hidden;
}
.image-block.full-width {
  margin-right: -20px;
  margin-left: -20px;
}
.image-block .image-title {
  color: #7f7f7f;
  font-style: italic;
  font-size: 12px;
}
.image-block.full-width .image-title {
  padding-left: 20px;
}
.post .image-block.full-width {
  margin-left: -60px;
}
.post .image-block.full-width .image-title {
  padding-left: 60px;
}
blockquote {
  border-left: 1px solid #ffec1a;
  padding: 0 0 0 20px;
  margin: 22px 0 22px 60px;
  position: relative;
  font-size: 20px;
  color: #4e4e4e;
  line-height: 1.3em;
}
blockquote:after {
  content: '';
  position: absolute;
  top: 5px;
  left: -40px;
  width: 40px;
  height: 15px;
  background: url('img/icon-blockquote.png') no-repeat left top;
}
/* Recent works *************/
.portfolio-small-preview {
  margin: 22px 0 44px;
}
.portfolio-small-preview .pic {
  margin: 0 0 3px 0;
}
.portfolio-small-preview .pic a {
  border: 0;
}
.portfolio-small-preview .pic a:hover {
  background: none;
}
.portfolio-small-preview .pic a img {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  max-width: 100%;
  height: auto;
}
.portfolio-small-preview .pic a img:hover {
  opacity: 0.7;
}
.portfolio-small-preview .title {
  font-size: 14px;
}
.portfolio-small-preview .title a {
  border: 0;
}
.portfolio-small-preview .tags {
  color: #484848;
  font-style: italic;
}
.portfolio-small-preview .tags a:hover {
  color: #000;
}
.col-sidebar-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.col-sidebar-inner ul li {
  margin: 0 0 4px 0;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-column ul li {
  margin: 0 0 4px 0;
}
.tagcloud {
  line-height: 1.5;
}
/* Forms *******************/
.custom-form {
  background: #ededed;
  padding: 20px;
  margin: 14px 0;
}
.custom-form input[type=text], .custom-form input[type=password], .custom-form textarea {
  margin: 8px 0;
  padding: 5px;
  font-family: 'Arial', sans-serif;
  font: normal 12px/16px 'Arial', sans-serif;
  color: #484848;
  border: 0;
  border-top: 1px solid #ffec1a;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-form input[type=button], .custom-form input[type=submit], .custom-form input[type=reset] {
  margin: 8px 16px 8px 0;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #d4d4d4));
  background: -webkit-linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  background: -o-linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  background: linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #ededed , endColorstr= #d4d4d4 ,GradientType=0 );
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  padding: 0 20px;
  color: #444;
  font-family: 'Trebuchet MS', serif;
  font: 16px/36px 'Trebuchet MS', serif;
  height: 36px;
  cursor: pointer;
}
.custom-form input[type=button]:hover, .custom-form input[type=submit]:hover, .custom-form input[type=reset]:hover {
  background: #ededed;
  background: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background: linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #fafafa , endColorstr= #e0e0e0 ,GradientType=0 );
}
#searchform input {
  background: #f7f7f7;
  border: 0;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 0 rgba(255, 255, 255, 0.7);
  line-height: 26px;
  height: 26px;
  padding: 0 5px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #c3c3c3;
}
#searchform input:focus {
  color: gray;
}
/****************************
* Blog post
****************************/
.post {
  margin: 22px 0 44px 0;
  font-size: 12px;
}
.post-title {
  font-size: 20px;
  line-height: 20px;
  margin: 14px 0 16px 0;
  font-family: 'Arial', sans-serif;
}
.post-title a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ffec1a;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.post-title a:hover {
  background-color: #ffec1a;
}
.post-info {
  width: 26px;
  float: left;
}
.post-date {
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #7f7f7f;
  text-transform: uppercase;
}
.post-date div {
  background: #ffef39;
  background: -moz-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff158), color-stop(100%, #ffec1a));
  background: -webkit-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: -o-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: -ms-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: linear-gradient(top, #fff158 0%, #ffec1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #fff157 , endColorstr= #ffec1a ,GradientType=0 );
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.6);
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}
.post-icons {
  position: relative;
  z-index: 200;
  margin: 4px 0;
}
.post-icons .post-icon {
  display: block;
  width: 26px;
  height: 30px;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-top: 1px solid #bfbfbf;
  padding: 0;
  float: none;
  position: relative;
}
.post-icons .post-icon:hover {
  opacity: 1;
}
.post-icons .post-icon.type-standart {
  background: url('img/icon-post-type-standart.png') no-repeat center center;
}
.post-icons .post-icon.type-quote {
  background: url('img/icon-post-type-quote.png') no-repeat center center;
}
.post-icons .post-icon.type-gallery {
  background: url('img/icon-post-type-gallery.png') no-repeat center center;
}
.post-icons .post-icon.type-video {
  background: url('img/icon-post-type-video.png') no-repeat center center;
}
.post-icons .post-icon.type-audio {
  background: url('img/icon-post-type-audio.png') no-repeat center center;
}
.post-icons .post-icon.type-link {
  background: url('img/icon-post-type-link.png') no-repeat center center;
}
.post-icons .post-icon.type-aside {
  background: url('img/icon-post-type-aside.png') no-repeat center center;
}
.post-icons .post-icon.post-tags {
  background: url('img/icon-post-tags.png') no-repeat center center;
}
.post-icons .post-icon.post-comments {
  background: url('img/icon-post-comments.png') no-repeat center center;
  color: #5d5d5d;
  font: normal 8px/22px 'Arial';
  text-decoration: none;
  width: 8px;
  padding-left: 18px;
  padding-top: 8px;
  height: 22px;
}
.format-aside .post-icons {
  margin-top: -6px;
}
.format-aside .post-icons .post-icon.type-aside {
  border: 0;
}
.post-tags-tip {
  position: absolute;
  top: 0;
  left: 28px;
  background: #fff;
  padding: 15px;
  border: 1px solid #a8a8a8;
  -webkit-box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.4);
  width: 180px;
  margin-left: 12px;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 500;
  color: #7f7f7f;
  font-style: italic;
}
.post-tags-tip a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ffec1a;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.post-tags-tip a:hover {
  background-color: #ffec1a;
}
.post-tags-tip:after {
  content: '';
  position: absolute;
  left: -16px;
  top: 2px;
  width: 16px;
  height: 23px;
  background: url('img/post-tags-tip-corner.png') no-repeat 4px 10px;
}
.post-body {
  position: relative;
  margin: 0 0 0 14px;
  width: 560px;
  float: left;
}
.post-sub-title {
  color: #7f7f7f;
}
.post-sub-title a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ffec1a;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.post-sub-title a:hover {
  background-color: #ffec1a;
}
.post-sub-title p:first-child {
  margin-top: 0;
}
.post-text {
  color: #484848;
}
.post-text a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ffec1a;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.post-text a:hover {
  background-color: #ffec1a;
}
.post-text p {
  margin-top: 0;
}
.single .post-text {
  font-size: 13px;
}
.post-read-more {
  position: relative;
  font-weight: bold;
  padding-top: 14px;
  background: url('img/dots.png') repeat-x left top;
}
.post-read-more a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ffec1a;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.post-read-more a:hover {
  background-color: #ffec1a;
}
.post-thumb {
  margin: 0 0 10px 0;
}
.post-thumb.single-pic a img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post-thumb.single-pic a img:hover {
  opacity: 0.8;
}
.post-thumb-intext {
  float: left;
  margin: 0 16px 10px 0;
}
.post-thumb-intext img {
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.post-tags {
  float: left;
  background: url('img/icon-post-tags.png') no-repeat left 3px;
  color: #7f7f7f;
  font-style: italic;
  padding-left: 26px;
}
.post-tags a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ffec1a;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.post-tags a:hover {
  background-color: #ffec1a;
}
.post-author {
  float: right;
  text-align: right;
  color: #b2b2b2;
  font-style: italic;
}
.post-author a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ffec1a;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.post-author a:hover {
  background-color: #ffec1a;
}
.post-author a {
  color: #7f7f7f;
}
/* Navigation **************/
.navigation-prev-next {
  margin: 22px 0;
}
.navigation-prev, .navigation-next {
  float: left;
  margin: 0 0 0 40px;
}
.navigation-prev a, .navigation-next a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #ffec1a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navigation-prev a:hover, .navigation-next a:hover {
  background: #ffec1a;
}
.navigation-prev a:after, .navigation-next a:after {
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  width: 25px;
  height: 24px;
  background: #ffec1a url('img/navigation-controls.png') no-repeat 6px center;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.6);
}
.navigation-next {
  float: right;
  margin: 0 40px 0 0;
}
.navigation-next a:after {
  left: auto;
  right: -40px;
  background-position: -41px center;
}
.navigation-pages {
  font-size: 16px;
  line-height: 22px;
  margin: 36px 0 22px 0;
}
.navigation-pages a {
  display: inline-block;
  padding: 0 7px;
  margin: 0 2px;
  text-decoration: none;
  color: #000;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #d4d4d4));
  background: -webkit-linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  background: -o-linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  background: linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #ededed , endColorstr= #d4d4d4 ,GradientType=0 );
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.navigation-pages a:hover {
  background: #ededed;
  background: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background: linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #fafafa , endColorstr= #e0e0e0 ,GradientType=0 );
}
.navigation-pages a.active, .navigation-pages a.active:hover {
  background: #d4d4d4;
  background: -moz-linear-gradient(top, #e0e0e0 0%, #c7c7c7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #c7c7c7));
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #c7c7c7 100%);
  background: -o-linear-gradient(top, #e0e0e0 0%, #c7c7c7 100%);
  background: -ms-linear-gradient(top, #e0e0e0 0%, #c7c7c7 100%);
  background: linear-gradient(top, #e0e0e0 0%, #c7c7c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #e0e0e0 , endColorstr= #c7c7c7 ,GradientType=0 );
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #888;
}
/* Comments ****************/
.discussion {
  position: relative;
  margin: 44px 0;
  padding-top: 11px;
}
.discussion a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ffec1a;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.discussion a:hover {
  background-color: #ffec1a;
}
.discussion:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: url('img/dot.png') repeat-x;
}
.comment {
  position: relative;
  margin: 22px 0;
}
.comment-inner {
  position: relative;
  padding: 0 0 22px 40px;
  margin-left: 160px;
}
.comment-inner:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: url('img/dot.png') repeat-x;
}
.comment-inner.depth-1 {
  margin-left: 0px;
}
.comment-inner.depth-2 {
  margin-left: 40px;
}
.comment-inner.depth-3 {
  margin-left: 80px;
}
.comment-inner.depth-4 {
  margin-left: 120px;
}
.comment-inner.depth-5 {
  margin-left: 160px;
}
.comment-avatar {
  position: absolute;
  top: 3px;
  left: 0px;
}
.comment-avatar a {
  border: 0 !important;
}
.comment-avatar a:hover {
  background: none;
}
.comment-date {
  font-size: 10px;
  font-style: italic;
  color: #7f7f7f;
  line-height: 14px;
}
.comment-date a {
  border: 0;
}
.comment-author {
  font-size: 14px;
}
.comment-author cite {
  font-style: normal;
}
.comment-text {
  padding: 1px 0;
  font-family: 'Arial', sans-serif;
  font: 12px 'Arial', sans-serif;
}
.comment-text p {
  margin: 8px 0;
}
.comment-reply {
  position: absolute;
  bottom: 0px;
  right: 0;
  font-weight: bold;
  font-size: 12px;
  z-index: 1;
}
.new-comment-link {
  display: block;
  height: 44px;
  line-height: 44px;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #d4d4d4));
  background: -webkit-linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  background: -o-linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  background: linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #ededed , endColorstr= #d4d4d4 ,GradientType=0 );
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  cursor: pointer;
  text-align: center;
  color: #484848;
  font-size: 16px;
  position: relative;
}
.new-comment-link:hover {
  background: #ededed;
  background: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background: linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #fafafa , endColorstr= #e0e0e0 ,GradientType=0 );
}
.new-comment-link.expanded:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  background: url('img/darr.png') no-repeat center center;
  width: 12px;
  cursor: pointer;
}
.new-comment-pane {
  display: none;
  padding: 20px;
  background: #ededed;
}
.new-comment-pane .one-third {
  margin: 0 16px 0 0;
  width: 176px;
  float: left;
}
.new-comment-pane .one-third.last {
  margin: 0;
}
.new-comment-pane input[type=text], .new-comment-pane input[type=password], .new-comment-pane textarea {
  margin: 8px 0;
  padding: 5px;
  font-family: 'Arial', sans-serif;
  font: normal 12px/16px 'Arial', sans-serif;
  color: #484848;
  border: 0;
  border-top: 1px solid #ffec1a;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.new-comment-pane input[type=button], .new-comment-pane input[type=submit], .new-comment-pane input[type=reset] {
  margin: 8px 16px 8px 0;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #d4d4d4));
  background: -webkit-linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  background: -o-linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  background: linear-gradient(top, #ededed 0%, #d4d4d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #ededed , endColorstr= #d4d4d4 ,GradientType=0 );
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  padding: 0 20px;
  color: #444;
  font-family: 'Trebuchet MS', serif;
  font: 16px/36px 'Trebuchet MS', serif;
  height: 36px;
  cursor: pointer;
}
.new-comment-pane input[type=button]:hover, .new-comment-pane input[type=submit]:hover, .new-comment-pane input[type=reset]:hover {
  background: #ededed;
  background: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background: linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #fafafa , endColorstr= #e0e0e0 ,GradientType=0 );
}
/******* Zoom **************/
.zoom-plus {
  display: block;
  position: relative;
  overflow: hidden;
}
.zoom-plus .before {
  content: '';
  display: block;
  position: absolute;
  top: -25px;
  right: -25px;
  border: 25px solid #ffec1a;
  border-left-color: transparent;
  border-bottom-color: transparent;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.zoom-plus .after {
  content: '';
  display: block;
  position: absolute;
  top: -25px;
  right: -25px;
  width: 30px;
  height: 30px;
  background: url('img/toggle-control.png') no-repeat center 10px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.zoom-plus:hover .before, .zoom-plus:hover .after {
  top: 0;
  right: 0;
  opacity: 1;
}
/****************************
* Portfolio
****************************/
.sort-menu {
  list-style: none;
  padding: 0 0 7px 0;
  margin: 14px 0;
  font-family: 'Arial', sans-serif;
  font: 13px 'Arial', sans-serif;
  background: url('img/dots.png') repeat-x left bottom;
}
.sort-menu:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.sort-menu li {
  float: left;
  position: relative;
  margin: 0 20px 20px 0;
  line-height: 30px;
}
.sort-menu li a {
  display: block;
  border: 1px solid #939393;
  padding: 0 30px 0 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  text-decoration: none;
}
.sort-menu li a:after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  text-align: center;
}
.sort-menu li a:hover {
  background: rgba(255, 236, 26, 0.6);
}
.sort-menu li a.active, .sort-menu li a.active:hover {
  background: #ffef39;
  background: -moz-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff158), color-stop(100%, #ffec1a));
  background: -webkit-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: -o-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: -ms-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: linear-gradient(top, #fff158 0%, #ffec1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #fff157 , endColorstr= #ffec1a ,GradientType=0 );
}
.portfolio-wrapper {
  margin: -20px -40px -20px -20px;
  padding: 20px;
}
.portfolio-wrapper:after {
  content: '';
  height: 0;
  clear: both;
}
.portfolio-thumb {
  width: 220px;
  float: left;
  margin: 0 20px 44px 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.portfolio-thumb:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
}
.portfolio-thumb .pic {
  overflow: hidden;
  height: 146px;
  position: relative;
}
.portfolio-thumb .pic img {
  display: block;
}
.portfolio-thumb .desc {
  margin: 11px 0 0 0;
  border-left: 1px solid #e5e5e5;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  height: 104px;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.portfolio-thumb:hover .desc {
  border-color: transparent;
}
.portfolio-thumb .title {
  font-size: 14px;
  min-height: 36px;
}
.portfolio-thumb .title a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ffec1a;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.portfolio-thumb .title a:hover {
  background-color: #ffec1a;
}
.portfolio-thumb .tags {
  margin-top: 11px;
  font-style: italic;
  font-size: 12px;
  color: #7f7f7f;
}
.portfolio-thumb .tags a {
  text-decoration: none;
  color: inherit;
}
.portfolio-thumb .tags a:hover {
  text-decoration: underline;
}
/* Portfolio item page *****/
.portfolio-item {
  margin: 28px 0 14px 0;
  color: #7f7f7f;
  padding-bottom: 40px;
  background: url('img/dots.png') repeat-x bottom;
}
.portfolio-item .desc {
  float: left;
  width: 220px;
  margin-right: 20px;
}
.portfolio-item .desc a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ffec1a;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.portfolio-item .desc a:hover {
  background-color: #ffec1a;
}
.portfolio-item .desc h1,
.portfolio-item .desc h2,
.portfolio-item .desc h3,
.portfolio-item .desc h4,
.portfolio-item .desc h5,
.portfolio-item .desc h6 {
  margin: 0;
  color: #000;
}
.portfolio-item .desc p {
  margin-top: 0;
}
.portfolio-item .pic {
  margin-top: 4px;
  float: left;
  width: 700px;
}
/****************************
* Slides
****************************/
.slides > * {
  display: none;
}
.slides > *:first-child {
  display: block;
}
.slides {
  position: relative;
}
.slides .navi {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slides .navi:hover {
  opacity: 1;
}
.slides .pager {
  float: left;
  line-height: 30px;
  height: 30px;
}
.slides .pager a {
  display: inline-block;
  width: 18px;
  height: 30px;
  vertical-align: top;
  background: url('img/slides-pages.png') no-repeat -6px center;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slides .pager a:hover {
  opacity: 0.9;
  background-color: transparent;
}
.slides .pager a.activeSlide, .slides .pager a.activeSlide:hover {
  background-position: -36px center;
  opacity: 0.5;
}
.slides .next {
  float: left;
  background: url('img/slides-control.png') no-repeat -21px center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slides .next:hover {
  opacity: 0.9;
}
.slides .prev {
  float: left;
  background: url('img/slides-control.png') no-repeat 3px center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slides .prev:hover {
  opacity: 0.9;
}
/****************************
* Footer
****************************/
.footerline {
  margin: 0;
  background: #ffef39;
  background: -moz-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff158), color-stop(100%, #ffec1a));
  background: -webkit-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: -o-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: -ms-linear-gradient(top, #fff158 0%, #ffec1a 100%);
  background: linear-gradient(top, #fff158 0%, #ffec1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #fff157 , endColorstr= #ffec1a ,GradientType=0 );
  padding: 11px 20px;
  color: #333333;
  color: rgba(0, 0, 0, 0.8);
}
.footerline a {
  color: inherit;
}
.footerline a:hover {
  color: #000;
}
.footerline .copy {
  padding: 11px 0;
  float: left;
}
.footerline .credits {
  float: right;
  padding: 11px 0;
  color: #818181;
  color: rgba(0, 0, 0, 0.5);
}
/****************************
* Buttons
****************************/
.button, a.button {
  display: inline-block;
  border: 0 !important;
  background-color: #fff158;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  line-height: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 6px 10px;
  margin: 0 5px 10px 0;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
}
.button.text-bright, a.button.text-bright {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.button.text-dark, a.button.text-dark {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.button.single-color:hover, a.button.single-color:hover {
  background-image: none;
}
.button p, a.button p {
  margin: 0;
}
.button.size-mini, a.button.size-mini {
  padding: 0 6px;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
}
.button.size-small, a.button.size-small {
  padding: 3px 8px;
}
.button.size-large, a.button.size-large {
  line-height: 22px;
  padding: 10px 12px;
  font-size: 16px;
}
.button.size-xlarge, a.button.size-xlarge {
  padding: 14px 60px 14px 16px;
  position: relative;
}
.button.size-xlarge .button-title, a.button.size-xlarge .button-title {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
}
.button.size-xlarge .button-text, a.button.size-xlarge .button-text {
  font-size: 12px;
}
.button.size-xlarge:after, a.button.size-xlarge:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  -webkit-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
  background: url('img/xlarge-button-arr.png') no-repeat center bottom;
}
/****************************
* Toggle
****************************/
.toggle {
  margin: 14px 0;
}
.toggle-title {
  display: inline-block;
  margin-left: 40px;
  position: relative;
  font-size: 16px;
  line-height: 23px;
  border-bottom: 1px solid #ffec1a;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.toggle-title:hover {
  background: #ffec1a;
}
.toggle-title .after {
  content: '';
  position: absolute;
  left: -40px;
  top: 0;
  width: 24px;
  height: 24px;
  background: #ffec1a url('img/toggle-control.png') no-repeat 7px 7px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.6);
}
.toggle-title.expanded .after {
  background-color: #dadada;
  background-position: 7px -42px;
}
.toggle-inner {
  display: none;
  padding: 1px 0;
  background: url('img/dot.png') repeat-x bottom;
}
/****************************
* Accordion
****************************/
.accordion > * {
  display: none;
}
.accordion .toggle {
  display: block;
}
/****************************
* Table
****************************/
.custom-table, .custom-table-wrapper table {
  border: 1px solid #aaa;
  border-collapse: separate;
  border-spacing: 2px;
}
.custom-table td,
.custom-table-wrapper table td,
.custom-table th,
.custom-table-wrapper table th {
  border: 0;
  margin: 0;
  padding: 6px 10px;
}
.custom-table th, .custom-table-wrapper table th {
  background: #f0f0f0;
  background-color: rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  padding: 8px 10px;
  text-align: left;
}
.custom-table td, .custom-table-wrapper table td {
  background: #fafafa;
  background-color: rgba(0, 0, 0, 0.02);
}
.custom-table tr:nth-child(even) td, .custom-table-wrapper table tr:nth-child(even) td {
  background: #f5f5f5;
  background-color: rgba(0, 0, 0, 0.04);
}
/****************************
* Tabs
****************************/
.tabs {
  margin: 22px 0 24px;
}
.tabs-control {
  list-style: none;
  padding: 2px 0 0 0;
  margin: 0 0 1px 0;
  height: 40px;
  background: url('img/dot.png') repeat-x left top;
  float: left;
}
.tabs-control li {
  line-height: 38px;
  float: left;
  margin: 0 -1px 0 0 !important;
  border-left: 1px solid #bababa;
  border-right: 1px solid #bababa;
  font-size: 16px;
}
.tabs-control li a {
  border: 0;
  display: block;
  padding: 0 10px;
  color: #484848;
}
.tabs-control li a span {
  border-bottom: 1px solid #ffec1a;
}
.tabs-control li a.active, .tabs-control li a.active:hover {
  background: none;
  -webkit-box-shadow: 0 2px 0 0 #ffffff;
  -moz-box-shadow: 0 2px 0 0 #ffffff;
  box-shadow: 0 2px 0 0 #ffffff;
  position: relative;
  z-index: 1;
  color: #000;
}
.tabs-control li a.active span, .tabs-control li a.active:hover span {
  border: 0;
}
.col-sidebar .tabs-control li a.active, .col-sidebar .tabs-control li a.active:hover {
  -webkit-box-shadow: 0 1px 0 0 #e5e5e5;
  -moz-box-shadow: 0 1px 0 0 #e5e5e5;
  box-shadow: 0 1px 0 0 #e5e5e5;
}
.tabs-tabs {
  clear: left;
  margin: 0;
  border-left: 1px solid #bababa;
  border-right: 1px solid #bababa;
  position: relative;
}
.tabs-tabs:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -1px;
  right: 0;
  height: 1px;
  background: url('img/dot.png') repeat-x left top;
}
.tabs-tabs:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -1px;
  right: 0;
  height: 1px;
  background: url('img/dot.png') repeat-x left top;
}
.tabs-tabs  > * {
  display: none;
}
.tabs-tabs .tabs-tab {
  display: none;
  padding: 1px 10px;
}
.tabs-tabs .tabs-tab:after {
  content: '';
  clear: both;
  height: 0;
  overflow: hidden;
}
.tabs-tabs .tabs-tab:first-child {
  display: block;
}
.tabs.vertical {
  position: relative;
  padding: 0;
  border-left: 1px solid #bababa;
  border-right: 1px solid #bababa;
}
.tabs.vertical:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -1px;
  right: -1px;
  height: 1px;
  background: url('img/dot.png') repeat-x left top;
}
.tabs.vertical:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -1px;
  right: -1px;
  height: 1px;
  background: url('img/dot.png') repeat-x left top;
}
.tabs.vertical .tabs-control {
  padding: 0;
  height: auto;
  background: none;
  float: left;
  width: 180px;
  border-right: 1px solid #bababa;
}
.tabs.vertical .tabs-control li {
  line-height: 135%;
  float: none;
  margin: 0 0 -1px 0 !important;
  border: 0;
  background: url('img/dot.png') repeat-x left bottom;
  padding: 0 0 4px 0;
}
.tabs.vertical .tabs-control li a {
  padding-top: 6px;
  padding-bottom: 7px;
}
.tabs.vertical .tabs-control li a.active, .tabs.vertical .tabs-control li a.active:hover {
  -webkit-box-shadow: 1px 1px 0 0 #ffffff, 1px -1px 0 0 #ffffff;
  -moz-box-shadow: 1px 1px 0 0 #ffffff, 1px -1px 0 0 #ffffff;
  box-shadow: 1px 1px 0 0 #ffffff, 1px -1px 0 0 #ffffff;
}
.tabs.vertical .tabs-tabs {
  clear: none;
  border: 0;
  margin-left: 180px;
  border-left: 1px solid #bababa;
}
.tabs.vertical .tabs-tabs:before {
  display: none;
}
.tabs.vertical .tabs-tabs:after {
  display: none;
}
.col-sidebar .tabs.vertical .tabs-control li a.active, .col-sidebar .tabs.vertical .tabs-control li a.active:hover {
  -webkit-box-shadow: 1px 1px 0 0 #e5e5e5, 1px -1px 0 0 #e5e5e5;
  -moz-box-shadow: 1px 1px 0 0 #e5e5e5, 1px -1px 0 0 #e5e5e5;
  box-shadow: 1px 1px 0 0 #e5e5e5, 1px -1px 0 0 #e5e5e5;
}
/****************************
* Some common overrides
****************************/
.left {
  float: left;
  margin-right: 20px;
  margin-top: 4px;
  margin-bottom: 11px;
}
.right {
  float: right;
  margin-top: 4px;
  margin-left: 20px;
  margin-bottom: 11px;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/****************************
* 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;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity, -webkit-box-shadow;
  -moz-transition-property: -moz-transform, opacity, -moz-box-shadow;
  transition-property: transform, opacity, box-shadow;
}
/* disabling Isotope CSS3 transitions ----------------------------*/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
/****************************
* WP
****************************/
.edit-post-link {
  float: right;
}
.edit-post-link a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ffec1a;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.edit-post-link a:hover {
  background-color: #ffec1a;
}
/****************************
* jPlayer
****************************/
.jp-jplayer {
  text-align: center;
  margin: 0 auto;
}
.jp-container {
  margin-bottom: 18px;
}
.jp-interface {
  position: relative;
  background: #797979;
  background: -moz-linear-gradient(top, #989898 0%, #595959 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #989898), color-stop(100%, #595959));
  background: -webkit-linear-gradient(top, #989898 0%, #595959 100%);
  background: -o-linear-gradient(top, #989898 0%, #595959 100%);
  background: -ms-linear-gradient(top, #989898 0%, #595959 100%);
  background: linear-gradient(top, #989898 0%, #595959 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #999999 , endColorstr= #595959 ,GradientType=0 );
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.6);
  height: 32px;
}
.jp-controls {
  position: relative;
}
.jp-controls a {
  position: absolute;
}
.jp-play {
  display: block;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  background: url('img/icon-play.png') no-repeat center center;
}
.jp-pause {
  display: block;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  background: url('img/icon-pause.png') no-repeat center center;
}
.jp-play-pause-divider, .jp-mute-unmute-divider {
  position: absolute;
  top: 0;
  left: 32px;
  width: 1px;
  height: 32px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.2);
}
.jp-mute-unmute-divider {
  left: auto;
  right: 89px;
}
.jp-mute {
  display: block;
  width: 32px;
  height: 32px;
  top: 0;
  right: 56px;
  background: url('img/icon-mute.png') no-repeat center center;
}
.jp-unmute {
  display: block;
  width: 32px;
  height: 32px;
  top: 0;
  right: 56px;
  background: url('img/icon-unmute.png') no-repeat center center;
}
.jp-volume-bar, .jp-progress {
  position: absolute;
  top: 11px;
  right: 11px;
  height: 8px;
  width: 40px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}
.jp-progress {
  right: 106px;
  left: 49px;
  width: auto;
}
.jp-volume-bar-value, .jp-play-bar {
  background: #ffec1a;
  height: 8px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 -1px 0 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 -1px 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 -1px 0 0 rgba(0, 0, 0, 0.4);
}
/****************************
* Infopanes
****************************/
.infopane {
  padding: 14px 16px;
  margin: 18px 0;
  font-family: 'Arial', sans-serif;
}
.infopane.color-1 {
  background: #c5f4a9;
  background: -moz-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccf5b4), color-stop(100%, #bdf29e));
  background: -webkit-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -o-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -ms-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #cbf5b3 , endColorstr= #bcf29c ,GradientType=0 );
  border: 1px solid #bdf29e;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #0d590d;
}
.infopane.color-2 {
  background: #c5f4a9;
  background: -moz-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccf5b4), color-stop(100%, #bdf29e));
  background: -webkit-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -o-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -ms-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #cbf5b3 , endColorstr= #bcf29c ,GradientType=0 );
  border: 1px solid #bdf29e;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #0d590d;
}
.infopane.color-3 {
  background: #f6d9d9;
  background: -moz-linear-gradient(top, #f8e3e3 0%, #f3cfcf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8e3e3), color-stop(100%, #f3cfcf));
  background: -webkit-linear-gradient(top, #f8e3e3 0%, #f3cfcf 100%);
  background: -o-linear-gradient(top, #f8e3e3 0%, #f3cfcf 100%);
  background: -ms-linear-gradient(top, #f8e3e3 0%, #f3cfcf 100%);
  background: linear-gradient(top, #f8e3e3 0%, #f3cfcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f8e2e2 , endColorstr= #f3cece ,GradientType=0 );
  border: 1px solid #f3cfcf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #e12929;
}
.infopane.color-4 {
  background: #f4e6a2;
  background: -moz-linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6e9ae), color-stop(100%, #f3e397));
  background: -webkit-linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  background: -o-linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  background: -ms-linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  background: linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f5e9ad , endColorstr= #f3e396 ,GradientType=0 );
  border: 1px solid #f3e397;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #5b4d13;
}
.infopane.color-5 {
  background: #f34b3f;
  background: -moz-linear-gradient(top, #f4564b 0%, #f24033 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4564b), color-stop(100%, #f24033));
  background: -webkit-linear-gradient(top, #f4564b 0%, #f24033 100%);
  background: -o-linear-gradient(top, #f4564b 0%, #f24033 100%);
  background: -ms-linear-gradient(top, #f4564b 0%, #f24033 100%);
  background: linear-gradient(top, #f4564b 0%, #f24033 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f35449 , endColorstr= #f23e31 ,GradientType=0 );
  border: 1px solid #f24033;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #fff;
}
.infopane.color-6 {
  background: #ececec;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  background: linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f2f2f2 , endColorstr= #e6e6e6 ,GradientType=0 );
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #4b4b4b;
}
.infopane.color-7 {
  background: #bed9f4;
  background: -moz-linear-gradient(top, #c9e0f6 0%, #b3d3f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9e0f6), color-stop(100%, #b3d3f2));
  background: -webkit-linear-gradient(top, #c9e0f6 0%, #b3d3f2 100%);
  background: -o-linear-gradient(top, #c9e0f6 0%, #b3d3f2 100%);
  background: -ms-linear-gradient(top, #c9e0f6 0%, #b3d3f2 100%);
  background: linear-gradient(top, #c9e0f6 0%, #b3d3f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #cbe0f6 , endColorstr= #b5d4f2 ,GradientType=0 );
  border: 1px solid #b3d3f2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #4b4b4b;
}
.infopane.color-8 {
  background: #e5edf6;
  background: -moz-linear-gradient(top, #eef3f9 0%, #dbe6f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eef3f9), color-stop(100%, #dbe6f3));
  background: -webkit-linear-gradient(top, #eef3f9 0%, #dbe6f3 100%);
  background: -o-linear-gradient(top, #eef3f9 0%, #dbe6f3 100%);
  background: -ms-linear-gradient(top, #eef3f9 0%, #dbe6f3 100%);
  background: linear-gradient(top, #eef3f9 0%, #dbe6f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f0f4fa , endColorstr= #dde7f4 ,GradientType=0 );
  border: 1px solid #dbe6f3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #4b4b4b;
}
.infopane.color-9 {
  background: #d7f5e7;
  background: -moz-linear-gradient(top, #e1f7ed 0%, #cdf2e1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1f7ed), color-stop(100%, #cdf2e1));
  background: -webkit-linear-gradient(top, #e1f7ed 0%, #cdf2e1 100%);
  background: -o-linear-gradient(top, #e1f7ed 0%, #cdf2e1 100%);
  background: -ms-linear-gradient(top, #e1f7ed 0%, #cdf2e1 100%);
  background: linear-gradient(top, #e1f7ed 0%, #cdf2e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #e3f8ee , endColorstr= #cef2e2 ,GradientType=0 );
  border: 1px solid #cdf2e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #5a6875;
}
.infopane .inner {
  padding-left: 32px;
  background-repeat: no-repeat;
  background-position: 0 1px;
  min-height: 17px;
}
/****************************
* Biginfopane
****************************/
.biginfopane {
  margin: 18px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-color: #989898;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.biginfopane.full-width {
  margin: 18px -20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.biginfopane .inner {
  display: table;
  width: 100%;
  background: url(img/biginfopane-bg.png) no-repeat left top;
}
.biginfopane .text-block {
  display: table-cell;
  vertical-align: middle;
  padding: 26px 20px;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
.biginfopane .text-block.text-bright {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.biginfopane .text-block.text-dark {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.biginfopane .text-block p {
  margin: 0;
}
.biginfopane .button-block {
  padding: 26px 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.biginfopane .button-block a {
  display: inline-block;
  background: #e8e8e8;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #d8d8d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #d8d8d8));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #d8d8d8 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #d8d8d8 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #d8d8d8 100%);
  background: linear-gradient(top, #f7f7f7 0%, #d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f7f7f7 , endColorstr= #d9d9d9 ,GradientType=0 );
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #828282;
  text-decoration: none;
  padding: 0 20px;
  line-height: 40px;
  font-size: 18px;
  white-space: nowrap;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 0 0 1px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.biginfopane .button-block a:hover {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #ffffff , endColorstr= #ebebeb ,GradientType=0 );
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 0 0 1px rgba(0, 0, 0, 0.3), 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 0 0 1px rgba(0, 0, 0, 0.3), 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 0 0 1px rgba(0, 0, 0, 0.3), 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.post .biginfopane.full-width {
  margin-left: -60px;
}
/****************************
* Dropcap
****************************/
.dropcap {
  float: left;
  margin: 0 5px 0 -0.08em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.dropcap.with-bg-color {
  padding: 0.12em 0.21em 0.2em;
}
.dropcap.bgcolor-theme {
  background-color: #595959;
  color: #fff;
}
/****************************
* Marker
****************************/
.marker {
  padding: 1px 3px;
  margin-top: -2px;
  margin-bottom: -1px;
  background-color: #ffec1a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/****************************
* Tooltip
****************************/
.tooltip {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 8px;
  display: none;
  opacity: 0;
  margin-top: -15px;
  width: 120px;
  margin-left: -69px;
  font-size: 11px;
  line-height: 16px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 999;
}
/****************************
* Icons
****************************/
.with-icon-inside {
  margin-left: 24px;
}
.with-icon-inside .icon {
  width: 16px;
  height: 16px;
  margin-right: -16px;
  position: relative;
  left: -22px;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
.with-icon {
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 22px;
}
.bullets ul {
  list-style: none;
  padding: 0;
}
.bullets ul li {
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: left 1px;
  margin-bottom: 4px;
}
/****************************
* WP
****************************/
.wp-caption {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-caption-text {
  margin: 5px 0;
  font-style: italic;
}
.wp-caption.aligncenter .wp-caption-text {
  text-align: center;
}
.gallery-caption {
  font-style: italic;
}
.sticky { }
.bypostauthor { }