@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
/* Green Color Skin */
/* #General
================================================== */
/* Add Google Web Fonts */
body {
  position: relative;
}
.ie8 body {
  min-width: 980px;
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
}
a {
  outline: none;
}
a:focus {
  outline: none;
}
p {
  margin-bottom: 20px;
}
/* Heading */
h3 {
  position: relative;
  margin-bottom: 15px;
  border-bottom:1px solid #E8E8E8;
}
h3:after,
h3:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  
  position: absolute;
  left: 0;
}
h3:before {
  
  
}
h3:after {
  
  
}
h3 strong {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 0px;
  background: #ffffff;
  z-index: 2;
  font-weight:normal;
}
.ie8 h3 strong:after {
  margin-top: -1px;
}
h6 {
  margin: 12px 0;
}
.main-holder {
  position: relative;
  z-index: 1;
  background: #fff;
 margin-top: -1px;
}
.main-holder.boxed {
  margin: 20px auto;
  max-width: 1000px;
box-shadow:0 0 8px rgba(0, 0, 0, 0.4)
}
/* #Header
================================================== */
.header {
  position: relative;
  z-index: 99;
  padding: 0px 0;
  border-top: 6px solid #438e35;
  border-bottom: 1px solid #E5E5E5;
  background: #1c2229;
}
.header:after,
.header:before {
  display: block;
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0;

  content: '';
}
.header:after {
  top: 0;
}
.header:before {
  bottom: 0;
}
@media (max-width: 767px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Logo
---------------------------------------- */
.logo {
  position: relative;
  z-index: 99;
  padding: 24px 0 0 4px;
}
@media (max-width: 767px) {
  .logo {
    float: none;
    text-align: center;
    padding: 15px 0;
  }
}
/* /Logo */
/* Social Networks
---------------------------------------- */
.social {
  margin: 10px 0 0 -13px !important;
  float: right;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .social {
    margin: 0 !important;
  }
}
.sidebar .social {
  float: none;
  margin: 0;
}
.sidebar .social li:before {
  display: none !important;
}
.home .social {
  margin-top: 0 !important;
}
.home .social:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 1px;
  height: 100%;
  background: #d7d7d7;
}
@media (max-width: 767px) {
  .home .social:before {
    display: none;
  }
}
.social_link {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.social_link__twitter:hover .social_ico {
  background: #53c4ea;
}
.social_link__facebook:hover .social_ico {
  background: #3b5998;
}
.social_link__dribbble:hover .social_ico {
  background: #ea4c89;
}
.social_link__forrst:hover .social_ico {
  background: #3c6a2c;
}
.social_link__lastfm:hover .social_ico {
  background: #d10f0b;
}
.social_link__linkedin:hover .social_ico {
  background: #61abcf;
}
.social_ico {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background: #adadad;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.home .social_ico {
  width: 28px;
  height: 27px;
}
@media (max-width: 767px) {
  .social_ico {
    width: 25px;
    height: 25px;
  }
}
.social_label {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 480px) {
  .social__row {
    float: none;
    text-align: center;
  }
}
.social__row li {
  float: right;
  margin-left: 12px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .social__row li {
    margin-left: 3px;
  }
}
@media (max-width: 767px) {
  .social__row li {
    margin-left: 5px;
  }
}
@media (max-width: 480px) {
  .social__row li {
    float: none;
    display: inline-block;
  }
}
.sidebar .social__row li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
  border: none;
  background: none;
}
.social__row a {
  float: left;
}
.home .social__row li {
  margin: 0 0 10px 18px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .home .social__row li {
    margin: 0 0 5px 5px;
  }
}
@media (max-width: 767px) {
  .home .social__row li {
    margin: 0 0 5px 5px;
  }
}
.social__list li {
  margin-bottom: 10px;
}
.sidebar .social__list li {
  padding: 0;
  margin-bottom: 10px;
  line-height: 22px;
  border: none;
  background: none;
}
.social__list a:hover {
  text-decoration: none;
}
/* /Social Networks */
/* Search Form
---------------------------------------- */
.search-form form {
  position: relative;
}
.sidebar .search-form {
  background: #f8f8f8;
}
.sidebar .search-form input[type="text"] {
  float: left;
  width: 80%;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0 12px;
  vertical-align: top;
  background: none;
  border: none;
  color: #919090;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .search-form .btn-primary {
  position: relative;
  float: right;
  display: block;
  margin: 8px 12px 0;
  padding: 0;
  background: none;
  vertical-align: top;
  speak: none;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 22px;
  height: 22px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sidebar .search-form .btn-primary:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  margin: 0;
  padding: 0;
  content: "\f002";
  color: #81b600;
  font-weight: normal;
  font-family: 'FontAwesome';
  font-size: 22px;
  line-height: 1;
  speak: none;
  *margin-right: .3em;
}
.ie .sidebar .search-form .btn-primary:after {
  line-height: 0;
}
.no-results .search-form {
  background: #f8f8f8;
}
.no-results .search-form input[type="text"] {
  float: left;
  width: 80%;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0 12px;
  vertical-align: top;
  background: none;
  border: none;
  color: #919090;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-results .search-form .btn-primary {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  float: right;
  margin: 8px 12px 0;
  padding: 0;
  background: url(../images/search-icon.png) 0 0 no-repeat !important;
  vertical-align: top;
  width: 22px;
  height: 22px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.error404 .search-form {
  text-align: center;
}
.error404 .search-form > label,
.error404 .search-form .help-block,
.error404 .search-form .help-inline {
  color: #919090;
}
.error404 .search-form .checkbox,
.error404 .search-form .radio,
.error404 .search-form input,
.error404 .search-form select,
.error404 .search-form textarea {
  color: #919090;
}
.error404 .search-form input,
.error404 .search-form select,
.error404 .search-form textarea {
  border-color: #f8f8f8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.error404 .search-form input:focus,
.error404 .search-form select:focus,
.error404 .search-form textarea:focus {
  border-color: #dfdfdf;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.error404 .search-form .input-prepend .add-on,
.error404 .search-form .input-append .add-on {
  color: #919090;
  background-color: #f8f8f8;
  border-color: #919090;
}
.error404 .search-form input {
  vertical-align: top;
}
.error404 .search-form input[type="text"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 10px;
  width: 280px;
  height: 25px;
  margin: 0 8px 0 0;
}
.error404 .search-form .btn-primary {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sidebar .search-form_it {
    width: 130px;
  }
}
/* /Search Form */
/* #Navigation
---------------------------------------- */
.nav__primary {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}
/* Essential styles for dropdown menu */
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  line-height: 1.0;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 173px;
  /* left offset of submenus need to match (see below) */

  -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.14);
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.14);
  border-bottom:4px solid #81B600;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */

}
.sf-menu li {
  position: relative;
  float: left;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  top: 100%;
  /* match top ul list item height */

  left: 0;
  z-index: 99;
  margin-top: 1px;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  top: 0;
  left: 100%;
  /* match ul width */

  margin-top: 0;
  margin-left: 1px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  top: 0;
  left: 100%;
  /* match ul width */

}
/* Our skin for dropdown menu */
.sf-menu {
  float: right;
  margin-top: 0px;
  max-width: 760px;
  height: 90px;
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 52px;
  padding: 38px 16px 0px 13px;
  color: #555;
  font-family: Roboto;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  text-transform: none;


  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  font-weight:500;
}
.sf-menu > li > a:before {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 3px;

  content: '';
}
.sf-menu li li {
  border-top: 1px solid #cacaca;
}
.sf-menu li li:first-child {
  border: none;
}
.sf-menu li li a {
  display: block;
  padding: 5px 16px;
  color: #888;
  background: #eee;
  font-size: 12px;
  line-height: 19px;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.sf-menu li a em {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -12px;
  display: block;
  overflow: hidden;
  width: 24px;
  height: 19px;
  background: url(../images/arrows-ffffff.png) no-repeat 0 0;
  /* 8-bit indexed alpha png. IE6 gets solid image only */

  text-indent: -999em;
  visibility: hidden;
  pointer-events: none;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a,
.sf-menu > li.current-menu-item > a {
  color: #438e35;
  border-color: #438e35;
  background: #eee;
}
.sf-menu > li.current-menu-item > a em {
  visibility: visible;
}
.sf-menu li li > a:hover,
.sf-menu li li.sfHover > a,
.sf-menu li li.current-menu-item > a {
  background: #438e35;
  color: #fff;
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/* Navigation select styling */
.select-menu {
  border: 1px solid #c8c8c8;
  background-color: #e4e4e4;
  width: 100%;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  outline: none;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.select-menu:focus {
  border-color: #999;
}
.select-menu option {
  padding: 5px;
  cursor: pointer;
}
.select-menu option.main_item {
  font-weight: bold;
}
/* Slider
================================================== */
.slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  padding: 0;
  max-height: 453px;
}
.slider .camera_wrap {
  margin: 0 !important;
}
.camera_wrap .camera_pag .camera_pag_ul li span {
  background: #81b600;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent span,
.camera_wrap .camera_pag .camera_pag_ul li:hover span {
  background: #525252;
}
@media (max-width: 767px) {
  .camera_caption {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .camera_caption {
    width: 768px !important;
    margin-left: -300px;
  }
}
.camera_caption > div {
  font-size: 12px;
  line-height: 18px;
}
.camera_caption > div p {
  margin: 0;
  padding: 20px 15px;
  background: #fff;
  color: #747473;
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.camera_caption > div h2 {
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  /*background: #438e35;*/
  color: #fff;
  padding: 10px 20px;
  margin: 0;
}
.camera_caption > div .bg {
	padding: 15px 20px;
	color: #e3f3bb;
	width: 380px;
	background-color: rgba(67,142,53,.9);
}
.camera_caption > div .bg h2 {
  display: block;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
}
.camera_caption > div .bg p {
  background: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #e6ffa8;
  padding: 0;
}
@media (max-width: 767px) {
  .camera_prev,
  .camera_next {
    display: none;
  }
}
/* #Content
================================================== */
.content-holder {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .content-holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#content {
  padding-top: 45px;
  padding-bottom: 12px;
}
.home #content {
  padding-top: 60px;
}
#content.left {
  float: right !important;
}
/* Title
---------------------------------------- */
.title-section {
  position: relative;
  padding: 25px 0 26px;
  background: #fafafa;
  border-bottom: 1px solid #e8e7e7;
  /*min-height: 43px;*/
}
.title-section:after {
  position: absolute;
  left: 0;
  bottom: 2px;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #ebe9e9;
}
.home .title-section {
  padding: 39px 0 25px;
}
@media (max-width: 767px) {
  .title-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.title-header {
  word-wrap: break-word;
  margin: 0;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  width: 650px;
}
@media (max-width: 767px) {
  .title-header {
    margin: 0 0 8px;
  }
}
.title-desc {
  display: block;
  line-height: 18px;
}
/* Breadcrumb
---------------------------------------- */
.breadcrumb__t {
  margin: 0;
}
/* /Breadcrumb */
/* Sidebar
================================================== */
.sidebar {
  padding-top: 60px;
}
.sidebar-inner {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .sidebar-inner {
    padding: 0;
  }
}
.widget > div > ul {
  margin-left: 0;
}
.widget > ul {
  margin-left: 0;
}
.widget ul li {
  padding: 5px 0 5px 0px;
  margin: 0;
  line-height: 18px;
  list-style-type: none;
  color: #81b600;
  border-bottom: 1px solid #edecec;
}
.widget ul li:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 6px;
  height: 5px;
  content: attr(data-icon);
  font-family: 'FontAwesome';
  font-size: 7px;
  font-weight: normal;
  line-height: 20px;
  speak: none;
  *margin-right: .3em;
  content: "\f061";
}
.widget ul li a {
  color: #606060;
}
.widget ul li a:hover {
  color: #81b600;
  text-decoration: none;
}
.widget .sub-menu,
.widget .children {
  margin-bottom: 20px;
}
#portfolio-sidebar {
  padding-top: 35px;
}
/* #Pages
================================================== */
/* Page */
/* Testimonials Page
---------------------------------------- */
.testimonial {
  position: relative;
  margin-bottom: 35px;
  margin-top: 15px;
  padding: 30px;
  border: 1px solid #f8f8f8;
  background: #f5f5f5;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.testimonial blockquote p {
  font-size: 14px;
  line-height: 24px;
}
.testimonial_bq {
  margin: 0;
  padding: 0;
  border: none;
}
.testimonial_content {
  overflow: hidden;
  /*background: url(../images/quotes.png) no-repeat 0 0;
  padding: 15px;*/
}
.testimonial .featured-thumbnail {
  /* Portrait tablet to landscape and desktop */

}
@media (min-width: 768px) and (max-width: 979px) {
  .testimonial .featured-thumbnail {
    width: 80px;
    height: 80px;
  }
}
.testimonial small {
  font-family: Tahoma, Geneva, sans-serif;
  font-style: normal;
  padding: 12px 0 0;
  font-size: 11px;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .testimonial {
    padding: 15px;
    background-position: 150px 10px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .testimonial {
    padding: 15px;
    background-position: 150px 10px;
  }
}
/* Single thumbnails Page
---------------------------------------- */
#primary {
  padding-top: 45px;
  margin-bottom: 75px;
}
.entry-content {
  overflow: hidden;
}
.entry-content h3 {
  margin: 0;
}
.entry-content h3:after,
.entry-content h3:before {
  display: none;
}
.entry-content .plus-list {
  margin-bottom: 40px;
}
.entry-content .custom-list {
  margin: -12px 0 70px;
}
.entry-content .custom-list > ul li {
  color: #606060;
}
.entry-content .custom-list > ul li:before {
  content: "\f067";
  color: #606060;
}
.entry-content .custom-list > ul li a {
  color: #606060;
}
/* Info */
.portfolio-meta-list {
  margin: 0 0 2em 0;
  padding: 1em 0;
  border: none;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.portfolio-meta-list li {
  margin: .5em 0 0 0;
  padding: 0;
  border: none;
  background: none;
  list-style-type: none;
  text-transform: none;
}
.portfolio-meta-list li:first-child {
  margin-top: 0;
}
.portfolio-meta-list li strong {
  display: inline;
  padding-right: .3em;
}
/* Single Image */
.image-holder {
  position: relative;
}
.image-holder img {
  max-width: 100%;
}
/* Grid Gallery */
.grid_gallery {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.grid_gallery_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.gallery_item {
  float: left;
  width: 33%;
  margin: 0;
  padding: 0 1px 1px 0;
}
.gallery_item .featured-thumbnail {
  float: none;
}
.single-gallery-item {
  margin: 0 !important;
}
/* Zoom Icon */
.zoom-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #81b600;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.zoom-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -13px 0 0 -13px;
  width: 25px;
  height: 26px;
  background: url(../images/magnify-alt.png) 50% 50% no-repeat;
  content: "";
}
.image-wrap:hover .zoom-icon,
.featured-thumbnail a:hover .zoom-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Flexslider for Portfolio Slideshow Item and Gallery Post Format */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles */.flexslider {
  min-height: 120px;
  background: url(../images/loading.gif) 50% 50% no-repeat;
}
.flexslider.no-bg {
  background: none;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme */
.flexslider {
  margin: 0;
  zoom: 1;
  position: relative;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: -45px 0 0 0;
  width: 20px;
  height: 90px;
  background: url(../images/bg_direction_nav.png) no-repeat 0 50% #8d8d8d;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.flex-direction-nav .flex-next {
  background-position: 100% 50%;
  right: 0px;
}
.flex-direction-nav .flex-prev {
  left: 0px;
}
.flex-next:hover,
.flex-prev:hover {
  background-color: #81b600;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.flex-control-nav li {
  margin: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 16px;
  height: 15px;
  display: block;
  margin: 5px 2px;
  background: #81b600;
  cursor: pointer;
  text-indent: -9999px;
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.flex-control-paging li a:hover {
  background: #525252;
}
.flex-control-paging li a.flex-active {
  background: #525252;
  cursor: default;
}
/* Thumbs */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/* Filterable Portfolio
---------------------------------------- */
.filter-wrapper strong {
  display: inline-block;
  padding: 8px 0;
  margin-right: 5px;
  float: left;
}
#filters,
#tags {
  overflow: hidden;
  padding-top: 3px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #filters,
  #tags {
    float: none;
  }
}
#filters li,
#tags li {
  padding: 0 6px 0 11px;
  background: url(../images/folio-filter-marker.gif) 0 7px no-repeat;
}
#portfolio-sidebar #filters li,
#portfolio-sidebar #tags li {
  float: none;
  padding: 0px 6px 5px 11px;
}
#filters li:first-child,
#tags li:first-child {
  background: none;
  padding-left: 0;
}
#portfolio-sidebar #filters li:first-child,
#portfolio-sidebar #tags li:first-child {
  padding: 0px 6px 5px 11px;
  background: url(../images/folio-filter-marker.gif) 0 7px no-repeat;
}
#filters li.active a,
#tags li.active a {
  color: #fff;
  background: #81b600;
}
@media (max-width: 480px) {
  #filters li,
  #tags li {
    float: none;
  }
}
#filters li a,
#tags li a {
  margin: 0;
  padding: 0 7px;
  line-height: 19px;
  color: #a4a4a4;
  text-transform: capitalize;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 480px) {
  #filters li a,
  #tags li a {
    display: block;
    padding: 5px;
  }
}
.filterable-portfolio {
  position: relative;
  visibility: hidden;
  overflow: hidden;
  margin: 0 -15px;
}
.filterable-portfolio .portfolio_item {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 15px 0;
  padding: 0 15px;
  width: 0;
}
.filterable-portfolio .portfolio_item.nomargin {
  margin-right: 0;
}
.filterable-portfolio .portfolio_item_holder {
  overflow: hidden;
}
.filterable-portfolio .thumbnail__portfolio {
  position: relative;
  overflow: hidden;
  background: #81b600;
}
.portfolio-1cols.filterable-portfolio .thumbnail__portfolio {
  float: left;
  margin: 0 20px 0 0;
}
.filterable-portfolio .thumbnail__portfolio img {
  position: relative;
  z-index: 3;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.bar.filterable-portfolio .thumbnail__portfolio img {
  width: 100%;
}
.filterable-portfolio .thumbnail__portfolio:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 0;
}
.filterable-portfolio .thumbnail__portfolio span {
  position: absolute;
  z-index: 2;
  top: 0;
  display: block;
  width: 31px;
  height: 31px;
  background-color: #333;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.filterable-portfolio .thumbnail__portfolio span.zoo-icon {
  right: 41px;
  background-image: url(../images/zoom-icon.png);
}
.filterable-portfolio .thumbnail__portfolio span.permalink-icon {
  right: 0;
  background-image: url(../images/permalink-icon.png);
}
.filterable-portfolio .thumbnail__portfolio .desc {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 24px;
  bottom: 24px;
  left: 24px;
  color: #fff;
  overflow: hidden;
}
.filterable-portfolio .thumbnail__portfolio .desc h5 {
  display: block;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.22);
}
.filterable-portfolio .thumbnail__portfolio .desc h5 a {
  color: #fff;
}
.filterable-portfolio h5 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  margin: 10px 0 0px;
}
.filterable-portfolio h5 a {
  color: #606060;
}
.filterable-portfolio h5 a:hover {
  text-decoration: none;
  color: #81b600;
}
.thumbnail__portfolio {
  margin: 0;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  z-index: 1;
  pointer-events: none;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/**** 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;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* Portfolio 1 col */
.portfolio-1col .image-wrap {
  float: left;
  margin: 0 20px 0 0;
}
/* Author Page
---------------------------------------- */
.post-author {
  margin-bottom: 2em;
  padding: 5px 20px 20px;
  border: 1px solid #dbdbdb;
}
.post-author_link {
  margin-top: 1.5em;
}
.post-author_gravatar {
  float: left;
  margin: 0 20px 0 0;
}
.post-author_gravatar img {
  padding: 5px;
  border: 1px solid #dbdbdb;
  background: #fff;
}
/* Recent author posts */
#recent-author-posts {
  margin-bottom: 3em;
}
/* Recent author comments */
/* Single Team Page
---------------------------------------- */
.team-holder .featured-thumbnail {
  /* Portrait tablet to landscape and desktop */

  /* Landscape phone to portrait tablet */

}
@media (min-width: 768px) and (max-width: 979px) {
  .team-holder .featured-thumbnail {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .team-holder .featured-thumbnail {
    width: 80px;
    height: 80px;
  }
}
.team-holder .featured-thumbnail img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.team-holder .team-content {
  overflow: hidden;
  /* Portrait tablet to landscape and desktop */

  /* Landscape phone to portrait tablet */

}
@media (min-width: 768px) and (max-width: 979px) {
  .team-holder .team-content {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .team-holder .team-content {
    overflow: visible;
  }
}
/* FAQs Page
---------------------------------------- */
.faq-list_h {
  position: relative;
  margin: 0;
  padding: 0 0 5px 28px;
  background: none;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.faq-list_body {
  position: relative;
  margin: 0 0 2em 0;
  padding: 0 0 0 28px;
  color: #888;
}
.faq-list_body .marker {
  top: 3px;
}
.faq-list .marker {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 15px;
}
/* 404 Error Page
---------------------------------------- */
.error404-holder {
  padding: 0 0 50px 0;
}
.error404-holder_num {
  color: #4c4c4c;
  text-align: center;
  font-family: 'Droid Sans', sans-serif;
  font-size: 358px;
  line-height: 1;
  /* Landscape phones and down */

}
.error404-holder_num span {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.error404-holder_num span:before,
.error404-holder_num span:after {
  display: block;
  content: '';
  position: absolute;
  background: #fff;
}
.error404-holder_num span:before {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  border-left: 5px solid #81b600;
  border-right: 5px solid #81b600;
}
.error404-holder_num span:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -6px;
  width: 12px;
  height: 2px;
}
@media (max-width: 760px) {
  .error404-holder_num {
    font-size: 120px;
  }
}
.error404-holder h4 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 20px;
  line-height: 31px;
  font-weight: bold;

  color: #505050;
  margin: 10px 0 50px;
  text-align: center;
}
.error404-holder h4 span {
  color: #81b600;
}
/* Single Service Page
---------------------------------------- */
.container_single_services #content {
  padding-top: 45px;
}
.container_single_services .flexslider {
  padding-top: 10px;
  margin-bottom: 30px;
}
#services-sidebar {
  padding-top: 62px;
}
#services-sidebar .service-nav {
  margin: 0 30px;
  padding: 27px 0;
  list-style-type: none;
  background: #fefefe url(../images/service-nav-tail.gif) 100% 0 repeat-y;
}
#services-sidebar .service-nav li {
  list-style-type: none;
  padding: 0;
  background: none;
  border: none;
}
#services-sidebar .service-nav li h4 {
  margin: 0;
  font-family: 'Droid Sans', sans-serif;
  font-size: 13px;
  line-height: 25px;
  font-weight: normal;
}
#services-sidebar .service-nav li a {
  display: block;
  padding: 11px 0 10px 15px;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
  border-left: 1px solid #fefefe;
  color: #444;
  font-size: 13px;
  line-height: 25px;
  font-weight: normal;
}
#services-sidebar .service-nav li a i {
  width: 22px;
  font-size: 20px;
  line-height: 28px;
  color: #a5a5a5;
  margin-right: 8px;
  vertical-align: top;
}
#services-sidebar .service-nav li a:hover {
  color: #81b600;
  text-decoration: none;
}
#services-sidebar .service-nav li.active a {
  background: #fff;
  border-left-color: #f5f5f5;
  color: #81b600;
}
#services-sidebar .service-nav li.active a i {
  color: #81b600;
}
#services-sidebar .service-nav li:first-child a {
  border-top: 1px solid #f5f5f5;
}
/* #Post
================================================== */
.post__holder {
  position: relative;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 34px;
  margin-bottom: 25px;
  border-bottom: 1px solid #edecec;
}
.post__holder.single-post {
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}
.container_single_post .post__holder {
  border-bottom: none;
  padding-bottom: 0;
  margin: 0 0 10px;
}
.post__holder .featured-thumbnail {
  padding-left: 80px;
}
@media (max-width: 480px) {
  .post__holder .featured-thumbnail {
    width: 120px;
  }
}
.post .sticky {
  position: relative;
  z-index: 9;
}
.post .top-holder {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.post-header {
  padding-left: 80px;
}
.post-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  margin: 0 0 7px;
}
.post-title a {
  color: #444444;
}
.post .featured-thumbnail {
  margin-top: 0;
  z-index: 1;
}
.post .featured-thumbnail.large {
  margin: 0;
}
@media (max-width: 480px) {
  .post .featured-thumbnail.large {
    width: auto;
  }
}
.post_content {
  padding-left: 80px;
}
.post_content .excerpt,
.post_content .full-post-content {
  margin-bottom: 0px;
}
.post_content h5 {
  font-size: 13px;
  font-weight: bold;
  margin: 30px 0 10px;
}
.post_footer {
  clear: both;
  padding: 15px 0 0 0;
}
.post_meta {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 80px;
  border-bottom: 1px solid #edecec;
}
.format-gallery .post_meta {
  bottom: 47px;
}
.post_meta time {
  display: block;
  overflow: hidden;
  margin: 0 0 8px;
  border: 1px solid #f1f0ee;
  color: #81b600;
  text-align: center;
  font-style: italic;
  font-size: 17px;
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 1;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.17);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.17);
}
.post_meta time span {
  display: block;
  padding-top: 13px;
}
.post_content .post_meta {
  border-bottom: none;
}
.post_author {
  display: block;
  text-transform: capitalize;
  color: #606060;
  font-size: 11px;
  padding-left: 10px;
}
.post_author a {
  color: #606060;
}
.post_comment {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 3px;
  padding-left: 35px;
  background: url(../images/comment-bg.png) 0 0 no-repeat;
  font-size: 11px;
  line-height: 16px;
  font-style: italic;
  color: #606060;
}
.post_comment a {
  color: #606060;
}
.post__holder .btn {
  padding: 0;
  margin: 0;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 22px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.post__holder .btn-primary {
  color: #81b600;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.post__holder .btn-primary:after {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  width: 6px;
  height: 5px;
  content: attr(data-icon);
  font-family: 'FontAwesome';
  font-size: 7px;
  font-weight: normal;
  line-height: 24px;
  speak: none;
  *margin-right: .3em;
  content: "\f061";
}
.post__holder .btn-primary:hover {
  color: #81b600;
  background: none;
  text-decoration: underline;
}
/* Post Formats
---------------------------------------- */
/* Quote Post */
.quote-wrap {
  padding-left: 80px;
  position: relative;
  z-index: 1;
}
.format-quote blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 1.4em;
  font-style: italic;
  color: #999999;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 10px 0 10px 25px;
}
.format-quote cite {
  padding-left: 30px;
  margin-bottom: 20px;
}
.format-quote .post_meta {
  border: none;
}
/*/ Quote Post */
/* Link Post */
.format-link .top-holder {
  min-height: 125px;
}
.format-link .link-wrap {
  padding-left: 80px;
  position: relative;
  z-index: 1;
}
.format-link .link-wrap .post-header,
.format-link .link-wrap .post_content {
  padding: 0;
}
.format-link .post_meta {
  border: none;
}
/*/ Link Post */
/* Audio Post */
.container_single_post .format-audio .audio-wrap {
  padding: 0;
}
.container_single_post .format-audio .post-header {
  padding: 0;
}
/*/ Audio Post */
/* Post gravatar */p.gravatar {
  float: left;
  margin-right: 20px;
}
/* Post edit link */
/* Related Posts */
.related-posts {
  overflow: hidden;
  margin: 0 0 2em;
  padding: 0;
  /* Landscape phones and down */

}
.related-posts_list {
  padding: 0;
  margin: 0 0 0 -5%;
  font-size: 0;
}
.related-posts_item {
  display: inline-block;
  width: 45%;
  margin-left: 5%;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  vertical-align: top;
  font-size: 12px;
}
.related-posts .featured-thumbnail {
  margin: 0 17px 10px 0;
}
.related-posts h5 {
  font-size: 13px;
  line-height: 25px;
  margin: 0;
  font-weight: bold;
}
.related-posts h5 a {
  color: #444;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.related-posts h5 a:hover {
  color: #81b600;
  text-decoration: none;
}
/*/ Related Posts */
/* Share buttons */
.share-buttons {
  overflow: hidden;
  margin-bottom: 2em;
  padding: 10px 0;
  width: 100%;
}
.share-buttons span {
  display: block;
  float: left;
  width: 90px;
}
/*/ Share buttons */
/* Single pager */
.single-pager {
  margin: 15px 0 30px;
  padding: .5em 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  font-size: 11px;
}
/* Gallery post format */
.gallery-post {
  padding-left: 80px;
  position: relative;
  z-index: 1;
}
/*/ Gallery post format */
/* Gallery Pagination */
.g-pagination {
  overflow: hidden;
  text-align: left;
}
.g-pagination ul {
  overflow: hidden;
  margin: 0;
  padding: .5em 0;
  list-style-type: none;
}
.g-pagination ul li {
  display: inline;
  margin: 0;
  padding: 0 5px 0 0;
}
.g-pagination ul li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #000;
  vertical-align: top;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
}
.g-pagination ul li.activeSlide a,
.g-pagination ul li a:hover {
  background: #999;
}
/*/ Gallery Pagination */
.g_controls {
  float: right;
}
.g_controls a {
  display: inline-block;
  border-radius: 4px;
  background: #000;
  color: #fff;
  vertical-align: top;
  text-decoration: none;
  font-size: 11px;
  font-family: "Times New Roman", Times, serif;
}
.g_controls a span {
  display: inline-block;
  padding: 2px 6px 4px 6px;
}
.g_controls a:hover {
  background: #999;
}
/* Posts navigation
---------------------------------------- */
.pagination__posts {
  margin: 0;
  padding-left: 80px;
}
.pagination__posts ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination__posts ul li a {
  display: inline-block;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  padding: 5px 13px;
  margin: 0 8px 8px 0;
  color: #606060;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #e1e1e1;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.pagination__posts ul li a:hover {
  color: #fff;
  background: #81b600;
}
.pagination__posts ul .active a {
  color: #fff;
  background: #81b600;
}
/* /Posts navigation */
/* Single Posts navigation
---------------------------------------- */
.pager {
  margin: 10px 0;
}
.pager li span,
.pager li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: none;
  padding: 0;
}
.pager li span:hover,
.pager li a:hover {
  background: none;
}
/* /Single Posts navigation *//* #Comments
================================================== */
.comment-holder {
  padding: 0;
  margin: 0 0 2em;
}
/* Comment Heading */
.comments-h {
  padding: 0;
  margin: 0;
}
/* Comment List */
.comment-list {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.comment {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  list-style-type: none;
  text-transform: none;
}
.comment .comment-body {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #edecec;
  zoom: 1;
}
.comment-author {
  float: left;
  margin: 0 20px 0 0;
}
.author-name {
  color: #b1b1b1;
}
.author-name h5 {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  text-transform: capitalize;
}
/* Comment meta */
.comment-meta {
  float: right;
}
/* Reply */
.reply {
  float: right;
}
.reply a {
  display: inline-block;
  text-decoration: none !important;
}
.allowed_tags {
  padding: 15px;
  background: #eee;
  color: #666;
  font-size: 11px;
  font-family: "Courier New", Courier, monospace;
}
.allowed_tags strong {
  font-family: Tahoma, Geneva, sans-serif;
}
#respond {
  padding-top: 25px;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .comment-list ul.children {
    margin: 0;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .comment-list ul.children {
    margin: 0;
  }
}
.nocomments {
  margin: 0;
}
/* Comment form */
#commentform > label,
#commentform .help-block,
#commentform .help-inline {
  color: #919090;
}
#commentform .checkbox,
#commentform .radio,
#commentform input,
#commentform select,
#commentform textarea {
  color: #919090;
}
#commentform input,
#commentform select,
#commentform textarea {
  border-color: #f8f8f8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#commentform input:focus,
#commentform select:focus,
#commentform textarea:focus {
  border-color: #dfdfdf;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
#commentform .input-prepend .add-on,
#commentform .input-append .add-on {
  color: #919090;
  background-color: #f8f8f8;
  border-color: #919090;
}
#commentform p.field {
  margin-bottom: 10px;
  margin-left: 20px;
  float: left;
}
#commentform p.field:first-child {
  margin-left: 0 !important;
}
.comment-list #commentform p.field {
  width: 48%;
  margin-left: 4%;
}
@media (min-width: 768px) and (max-width: 979px) {
  #commentform p.field {
    float: none;
    margin-left: 0 !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .comment-list #commentform p.field {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #commentform p.field {
    float: none;
    margin-left: 0 !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .comment-list #commentform p.field {
    width: 100%;
  }
}
#commentform small {
  color: #8b8b8b;
}
#commentform label {
  display: block;
}
#commentform input[type="text"] {
  margin: 0;
  padding: 6px;
  width: 286px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.comment-list #commentform input[type="text"] {
  width: 100%;
  height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#commentform input[type="submit"] {
  color: #fff;
  background: #4f4f4f;
}
#commentform input[type="submit"]:hover {
  background: #222;
}
#commentform textarea {
  margin: 0;
  width: 610px;
  height: 126px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  overflow: auto;
}
.comment-list #commentform textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Large desktop */
@media (min-width: 1200px) {
  
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #commentform textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #commentform input[type="text"] {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
  }
  #commentform textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
/* #Widgets
================================================== */
/* General for Widget */
.widget {
  margin-bottom: 35px;
}
/* Standard Widgets
---------------------------------------- */
/* Calendar */
#calendar_wrap {
  padding: 0;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar td {
  padding: 6px 0;
  border: none;
  text-align: center;
}
#wp-calendar caption {
  margin-bottom: 5px;
  padding: 4px 0;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
#wp-calendar thead th {
  padding: 7px 0;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 14px;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}
/*/ Calendar */
/* Text Widget */
.textwidget {
  word-wrap: break-word;
}
.title-header .textwidget {
  font-size: 23px;
  line-height: 30px;
  margin-top: -13px;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 979px) {
  .title-header .textwidget {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .title-header .textwidget {
    font-size: 21px;
    line-height: 1.2;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .title-header .textwidget {
    font-size: 15px;
    line-height: 1.2;
  }
}
.home .title-header .textwidget {
  margin-top: 0;
}
/*/ Text Widget */
/* Custom Widgets
---------------------------------------- *//* Custom Recent Comments */
.widget .comments-custom li {
  overflow: hidden;
  margin: 0;
  padding: 25px 0 25px 0;
  border-top: 1px solid #f8f8f8;
  border-bottom: none;
  background: none;
}
.widget .comments-custom li:before {
  display: none !important;
}
.widget .comments-custom li:first-child {
  padding-top: 0;
  border-top: none;
}
.widget .comments-custom_txt {
  padding: 15px 0 0 0;
}
.widget .comments-custom_txt a {
  color: #81b600;
  text-decoration: none;
}
.widget .comments-custom_txt a:hover {
  color: #000;
  text-decoration: underline;
}
.widget .comments-custom_h {
  margin-bottom: .1em;
}
.widget .comments-custom time {
  color: #999999;
  font-size: 11px;
}
/*/ Custom Recent Comments */
/* Posts List */
.post-list {
  padding-top: 25px !important;
}
.home .post-list {
  padding-top: 5px !important;
}
.post-list li {
  padding: 0 0 25px !important;
  background: none !important;
  border: none !important;
  color: #606060 !important;
  line-height: 22px !important;
}
.post-list li:before {
  display: none !important;
}
.post-list li time {
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 14px;
  border: 1px solid #f1f0ee;
  color: #81b600;
  text-align: center;
  font-style: italic;
  font-size: 13px;
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 1;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.17);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.17);
}
.post-list li time span {
  display: block;
  padding-top: 8px;
}
.post-list_h {
  overflow: hidden;
  margin: 0 0 3px;
  color: #444444;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
}
.post-list_h a {
  color: #444444;
}
.post-list_h a:hover {
  text-decoration: underline;
}
.post-list .excerpt {
  margin-bottom: 1em;
  overflow: hidden;
}
/*/ Posts List */
/* Twitter widget */
.twitter {
  position: relative;
  z-index: 99;
}
.twitter_list {
  padding-top: 20px;
}
.home .twitter_list {
  padding-top: 0;
}
.widget .twitter_list {
  padding: 0;
}
.twitter li {
  margin: 0 0 27px 0 !important;
  padding: 0 0 0 56px !important;
  background: url(../images/twitter-icon.png) no-repeat 5px 8px !important;
  border: none !important;
  line-height: 22px !important;
  list-style-type: none;
  color: #606060 !important;
  min-height: 34px;
}
.twitter li:before {
  display: none !important;
}
.twitter li a {
  color: #81b600 !important;
}
.twitter li a:hover {
  text-decoration: underline !important;
}
.twitter_txt {
  padding: 0;
  display: block;
}
.widget .twitter_time {
  color: #bcbcbc !important;
}
.twitter .preLoader {
  padding-left: 30px;
  height: 25px;
  background-image: url(../images/loading-twitter.gif);
  background-position: 0 50%;
  background-repeat: no-repeat;
  line-height: 25px;
}
/*/ Twitter widget */
/* Flickr widget */
.flickr {
  /* IE8 */

  /* Landscape phone to portrait tablet */

}
.flickr_list {
  padding-top: 5px;
}
.flickr_li {
  margin: 0 0 9px 8px;
}
.flickr_li .thumbnail {
  border: 2px solid #5b5b5b;
}
.flickr_li .thumbnail:hover {
  border-color: #81b600;
}
.flickr_li .thumbnail img {
  width: 100%;
}
.flickr_li:nth-child(5n) {
  margin-left: 0;
}
.ie8 .flickr_li.nomargin {
  margin-left: 0;
}
@media (max-width: 767px) {
  .flickr_li {
    float: left !important;
    width: auto !important;
    margin: 0 14px 14px 0;
  }
  .flickr_li .thumbnail {
    float: left;
  }
}
/*/ Flickr widget */
/* Banners widget
---------------------------------------- */
.banners {
  margin: 0 0 30px -11px;
  padding: 22px 0 0;
}
.banners_li {
  float: left;
  margin: 0 0 11px 11px;
  padding: 0;

  border: none;
  list-style-type: none;
}
.banners_li:before {
  display: none !important;
}
.banners_li a img {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.banners_li a:hover img {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
/*/ Banners widget */
/* vCard widget
---------------------------------------- */.vcard span {
  display: block;
}
/*/ vCard widget *//* Newsletter widget
---------------------------------------- */
form.nsu-form {
  padding: 0;
  margin: 0;
}
form.nsu-form > label,
form.nsu-form .help-block,
form.nsu-form .help-inline {
  color: #919090;
}
form.nsu-form .checkbox,
form.nsu-form .radio,
form.nsu-form input,
form.nsu-form select,
form.nsu-form textarea {
  color: #919090;
}
form.nsu-form input,
form.nsu-form select,
form.nsu-form textarea {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
form.nsu-form input:focus,
form.nsu-form select:focus,
form.nsu-form textarea:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
form.nsu-form .input-prepend .add-on,
form.nsu-form .input-append .add-on {
  color: #919090;
  background-color: #ffffff;
  border-color: #919090;
}
form.nsu-form p {
  margin-bottom: 13px;
}
form.nsu-form label {
  display: none;
}
form.nsu-form span.error {
  display: block;
  color: #f00;
}
form.nsu-form input[type="text"] {
  width: 82%;
  height: 36px;
  line-height: 33px;
  padding: 0 11px;
  margin: 0;
  border: none;
  border-left: 1px solid #979797;
  border-bottom: 1px solid #b1b1b1;
  color: #919090;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  form.nsu-form input[type="text"] {
    width: 100%;
  }
}
.sidebar form.nsu-form input[type="text"] {
  border: none;
}
form.nsu-form input[type="submit"] {
  height: 35px;
  padding: 0 26px;
  background: #81b600;
  color: #ffffff;
  border: none;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
form.nsu-form input[type="submit"]:hover {
  background: #5d8300;
}
.nsu-text-before-form p {
  margin-bottom: 10px;
}
/*/ Newsletter widget *//* Popular Posts widget
---------------------------------------- */
.custom-popular-posts {
  padding: 0 0 20px;
  margin: 0;
}
.custom-popular-posts li {
  padding: 19px 0 0 !important;
  overflow: hidden;
  border: none !important;
  background: none !important;
  color: #606060 !important;
  line-height: 22px !important;
}
.custom-popular-posts li:before {
  display: none !important;
}
.custom-popular-posts li:first-child {
  padding-top: 0 !important;
}
.custom-popular-posts li .featured-thumbnail {
  margin: 0 17px 10px 0;
}
.custom-popular-posts li h5 {
  font-size: 13px;
  font-weight: bold;
  line-height: 25px;
  margin: 0;
}
.custom-popular-posts li h5 a {
  color: #444;
}
.custom-popular-posts li h5 a:hover {
  text-decoration: none;
  color: #81b600;
}
/*/ Popular Posts widget */
/* Tag Cloud  widget
---------------------------------------- */
.tagcloud a {
  display: inline-block;
  margin: 0 9px 9px 0;
  padding: 5px 9px;
  font-size: 12px !important;
  line-height: 17px;
  background: #f7f7f7;
  border: 1px solid #f2f2f2;
  color: #606060;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.tagcloud a:hover {
  background-color: #81b600;
  border-color: #81b600;
  color: #fff;
  text-decoration: none;
}
/*/ Tag Cloud  widget */
/* Post Type List widget
---------------------------------------- */
.post-type-list.testimonials {
  padding: 0;
}
.post-type-list.testimonials .excerpt {
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 15px;
  position: relative;
}
.post-type-list.testimonials .excerpt:after {
  position: absolute;
  bottom: -23px;
  left: 15px;
  display: block;
  width: 38px;
  height: 23px;
  border: none;
  background: url(../images/quote-arrow.jpg) 0 0 no-repeat;
  content: "";
}
.post-type-list.testimonials .excerpt a {
  color: #606060;
}
.post-type-list li:before {
  display: none !important;
}
/*/ Post Type List widget *//* #Shortcodes
================================================== */
/* Recent Posts Shortcodes
---------------------------------------- */
/* Recent Posts Default */
.recent-posts {
  overflow: hidden;
  margin: 0 0 0 -20px !important;
  padding: 0;
  border: none;
  /* Images Format Type */

  /* Quote Format Type */

  /* Link Format Type */

  /* Audio Format Type */

  /* Video Format Type */

}
.recent-posts_li {
  float: left;
  margin: 0 0 20px 20px;
  padding: 0;
  border: none;
  background: none;
  list-style-type: none;
}
.recent-posts_li .featured-thumbnail {
  float: left;
  margin: 0 20px 0 0;
}
.recent-posts_li h5 {
  margin-bottom: 0;
  font-size: 1em;
}
.recent-posts_li .excerpt {
  margin-bottom: 1.5em;
}
.recent-posts_li .meta {
  display: block;
  overflow: hidden;
  margin-bottom: .5em;
  color: #888;
  text-transform: uppercase;
  font-size: 10px;
}
.recent-posts_li .post-date {
  float: left;
}
.recent-posts_li .post-comments {
  float: right;
}
.recent-posts .format-image {
  float: left;
  margin: 0 20px 20px 0;
}
.recent-posts .format-audio {
  margin-bottom: 2em;
}
.recent-posts .format-audio .audio-wrapper {
  margin-bottom: .5em;
}
.recent-posts .format-video {
  float: left;
  width: 300px;
}
.recent-posts.team {
  padding-top: 3px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .recent-posts.team {
    margin-left: -5% !important;
  }
}
@media (max-width: 767px) {
  .recent-posts.team {
    margin-left: 5%;
  }
}
.recent-posts.team li {
  width: 220px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .recent-posts.team li {
    width: 45%;
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  .recent-posts.team li {
    width: 45%;
    margin-left: 5%;
  }
}
.recent-posts.team li .featured-thumbnail {
  float: none;
  margin: 0 0 17px;
}
.recent-posts.team li .featured-thumbnail:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.recent-posts.team li .featured-thumbnail img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.recent-posts.team li h5 {
  margin-bottom: 5px;
  display: inline-block;
  border-bottom: 3px solid #81b600;
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  text-transform: capitalize;
}
.recent-posts.team li h5 a {
  color: #333;
}
.recent-posts.team li h5 a:hover {
  text-decoration: none;
}
.recent-posts.team li .excerpt {
  margin-bottom: 10px;
}
.recent-posts.team li .team-follow {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
}
.recent-posts.team li .team-follow li {
  display: inline;
  border: none;
  background: none;
  list-style-type: none;
  padding: 0 5px;
}
.recent-posts.team li .team-follow li a {
  display: inline-block;
  width: 22px;
  height: 18px;
  overflow: hidden;
  vertical-align: top;
}
.recent-posts.team li .team-follow li a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.recent-posts.team li .team-follow li a img {
  vertical-align: top;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.recent-posts.services {
  padding-top: 15px;
  margin-bottom: -5px !important;
}
.recent-posts.services li {
  width: 220px;
  margin-bottom: 32px;
}
.recent-posts.services li h5 {
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  margin: 0 0 15px;
}
.recent-posts.services li h5 a {
  color: #444;
}
.recent-posts.services li h5 a i {
  color: #a5a5a5;
  width: 28px;
  margin-right: 15px;
  font-size: 30px;
  vertical-align: top;
}
.recent-posts.services li h5 a:hover {
  color: #81b600;
  text-decoration: none;
}
.recent-posts.services li h5 a:hover i {
  color: #81b600;
}
/* Popular Posts Shortcode
---------------------------------------- */.popular-posts li {
  overflow: hidden;
  margin: 0;
  padding: 0 0 20px 0;
}
/* Posts Grid
-----------------------------------------*/
.posts-grid {
  margin: 0;
}
.posts-grid li {
  margin-bottom: 25px;
}
.posts-grid li .featured-thumbnail {
  margin: 0;
  float: none;
}
/* Mini Posts Grid
-----------------------------------------*/
.mini-posts-grid {
  margin: 0;
}
.mini-posts-grid li {
  margin: 0 5px 5px 0;
  padding: 0;
  border: none;
  background: none;
  float: left;
}
.mini-posts-grid .featured-thumbnail {
  margin: 0;
}
.mini-posts-grid li.small {
  width: 120px;
  height: 120px;
}
.mini-posts-grid li.smaller {
  width: 100px;
  height: 100px;
}
.mini-posts-grid li.smallest {
  width: 70px;
  height: 70px;
}
.mini-posts-grid li.small img {
  width: 100%;
  height: auto;
}
.mini-posts-grid.grid-align-center {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.mini-posts-grid.grid-align-center li {
  float: none;
  display: inline-block;
}
.mini-posts-grid.grid-align-right li {
  float: right;
}
/* Mini Posts List
-----------------------------------------*/
.mini-posts-list {
  margin: 0 0 25px;
  padding: 0;
}
.mini-post-holder {
  list-style-type: none;
  padding: 15px 0 0;
  margin: 0 0 9px;
  border-top: 1px solid #e1e1e1;
}
.mini-post-holder:first-child {
  border: none;
  padding: 5px 0 0;
}
.mini-post-holder .small {
  width: 110px;
  height: 110px;
}
.mini-post-holder .smaller {
  width: 90px;
  height: 90px;
}
.mini-post-holder .smallest {
  width: 60px;
  height: 60px;
}
.mini-post-holder .small img {
  width: 100%;
  height: auto;
}
.mini-post-content {
  overflow: hidden;
}
.mini-post-meta time {
  font-size: 11px;
  line-height: 1.2;
}
/* Tags Shortcode
---------------------------------------- */
/* Recent Comments Shortcode
---------------------------------------- */.recent-comments li {
  margin: 0;
  padding: 0 0 .5em 0;
  border: none;
}
/* Services Box
---------------------------------------- */
.service-box {
  overflow: hidden;
  margin-bottom: 18px;
}
.service-box .icon {
  float: left;
  margin: 0 19px 0px 0;
}
.service-box_body {
  overflow: hidden;
}
.service-box h2 {
  margin: 0;
}
.service-box h5 {
  overflow: hidden;
  margin: 0 0 25px;
}
.service-box_txt {
  margin-bottom: 20px;
}
.service-box .btn-align {
  text-align: right;
}
.service-box.home-box h2 {
  display: inline-block;
  margin: -3px 0 5px;
  padding-bottom: 2px;
  border-bottom: 3px solid #81b600;
}
.service-box.home-box .icon {
  margin: 0 15px 0px 0;
}
@media (max-width: 767px) {
  .service-box.home-box .icon {
    width: 60px;
  }
}
.service-box__call {
  color: #fff;
  background-color: #0c6abd;
  background-image: -moz-linear-gradient(top, #037cc7, #1950af);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#037cc7), to(#1950af));
  background-image: -webkit-linear-gradient(top, #037cc7, #1950af);
  background-image: -o-linear-gradient(top, #037cc7, #1950af);
  background-image: linear-gradient(to bottom, #037cc7, #1950af);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff037cc7', endColorstr='#ff1950af', GradientType=0);
}
.service-box__call h2 {
  float: left;
  width: 75%;
  color: #fff;
  margin: 10px 0 0;
}
.service-box__call .btn-align {
  padding: 0;
  width: 25%;
  float: right;
}
/* Hero Unit
---------------------------------------- */
.hero-unit {
  margin-bottom: 55px;
  padding: 18px 15px 20px;
  border: 1px solid #e8e8e8;
  color: #000;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Droid Sans', sans-serif;
  line-height: 22px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #fdfdfd;
  background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
  background-image: -o-linear-gradient(top, #ffffff, #fafafa);
  background-image: linear-gradient(to bottom, #ffffff, #fafafa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffafafa', GradientType=0);
}
.hero-unit h1 {
  font-size: 20px;
  line-height: 31px;
  font-weight: bold;
  color: #505050;
  margin: 0 0 5px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .hero-unit h1 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.hero-unit p {
  margin: 0;
}
.hero-unit em {
  color: #7f7f7f;
  font-size: 13px;
}
/* /Hero Unit */
/* Post Cycle
---------------------------------------- */
.carousel-cycle {
  position: relative;
  overflow: hidden;
}
.post-cycle {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.post-cycle_item {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.post-cycle_item:first {
  display: block;
}
.post-cycle_item .feature-thumbnail {
  float: none;
  margin: 0 0 15px 0;
}
.post-cycle_item .feature-thumbnail img {
  float: none;
}
.post-controls {
  overflow: hidden;
  padding-top: 10px;
  text-align: center;
}
.post-controls li {
  display: inline;
  margin: 0;
  padding: 0 5px 0 0;
}
.post-controls li a {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #000;
  vertical-align: top;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.post-controls li a:hover,
.post-controls li.activeSlide a {
  background: #999;
}
.post-controls .post-controls_link__prev {
  float: left;
}
.post-controls .post-controls_link__next {
  float: right;
}
/* Carousel
---------------------------------------- */
.carousel-wrap {
  position: relative;
  margin: 0 0 0px;
}
.es-carousel-wrapper {
  position: relative;
  padding: 0;
}
.es-carousel {
  overflow: hidden;
}
.es-carousel_list {
  margin-bottom: 0;
}
.es-carousel li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #000;
  position: relative;
}
.es-carousel li .featured-thumbnail {
  float: none;
  margin: 0;
}
.es-carousel li .featured-thumbnail img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  border: none;
}
.es-carousel li .desc {
  padding: 0;
  margin: 0;
}
.es-carousel li h5 {
  margin-bottom: .5em;
  font-weight: bold;
}
.es-carousel li h5 a {
  text-decoration: underline;
}
.es-carousel li h5 a:hover {
  text-decoration: none;
}
.es-carousel li .excerpt {
  margin-bottom: 10px;
}
.recent-work .es-carousel,
.one-row .es-carousel,
.feature-project .es-carousel {
  margin-bottom: 40px;
}
.recent-work .es-carousel li,
.one-row .es-carousel li,
.feature-project .es-carousel li {
  margin-right: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .recent-work .es-carousel li,
  .one-row .es-carousel li,
  .feature-project .es-carousel li {
    width: 226px !important;
  }
}
.recent-work .es-carousel li .item,
.one-row .es-carousel li .item,
.feature-project .es-carousel li .item {
  margin-bottom: 23px;
  position: relative;
}
.recent-work .es-carousel li .featured-thumbnail,
.one-row .es-carousel li .featured-thumbnail,
.feature-project .es-carousel li .featured-thumbnail {
  margin: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */

  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.recent-work .es-carousel li .featured-thumbnail:hover,
.one-row .es-carousel li .featured-thumbnail:hover,
.feature-project .es-carousel li .featured-thumbnail:hover {
  -webkit-filter: grayscale(0%);
  filter: none;
}
.recent-work .es-carousel li .featured-thumbnail:hover img,
.one-row .es-carousel li .featured-thumbnail:hover img,
.feature-project .es-carousel li .featured-thumbnail:hover img {
  filter: none;
}
.recent-work .es-carousel li .featured-thumbnail img,
.one-row .es-carousel li .featured-thumbnail img,
.feature-project .es-carousel li .featured-thumbnail img {
  width: 100%;
  filter: gray;
  /* IE6-9 */

}
.recent-work .es-carousel li h5,
.one-row .es-carousel li h5,
.feature-project .es-carousel li h5 {
  display: none;
}
.recent-work .es-carousel .btn,
.one-row .es-carousel .btn,
.feature-project .es-carousel .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  padding: 0;
  margin: 0;
  width: 16px;
  height: 15px;
  border: none;
  background: #81b600 url(../images/marker-1.gif) 50% 50% no-repeat;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
}
.recent-work .es-carousel .btn:hover,
.one-row .es-carousel .btn:hover,
.feature-project .es-carousel .btn:hover {
  background-color: #000;
}
.feature-project .es-carousel {
  margin-bottom: 30px;
}
.one-row .es-carousel li .btn {
  background-color: #81b600;
}
.one-row .es-carousel li .btn:hover {
  background-color: #000;
}
.es-nav span {
  display: block !important;
  position: absolute;
  top: 0;
  right: 19px;
  margin-top: -50px;
  width: 16px;
  height: 15px;
  border-left: 3px solid #ffffff;
  background: #000000 url(../images/marker-2.gif) no-repeat center center;
  text-indent: -9000px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.es-nav span.es-nav-next {
  right: 0px;
  left: auto;
  background: #000000 url(../images/marker-1.gif) no-repeat center center;
}
.es-nav span:hover {
  background-color: #81b600;
}
/* Banner
---------------------------------------- */
.banner-wrap {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0;
}
.banner-wrap .featured-thumbnail {
  float: none;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0;
}
.banner-wrap .featured-thumbnail a {
  display: block;
  float: left;
  overflow: hidden;
  border: 8px solid #eee;
  text-align: center;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.banner-wrap .featured-thumbnail a:hover {
  border-color: #08c;
}
.banner-wrap h5 {
  margin: 0 0 8px;
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
}
.banner-wrap .btn-link {
  padding: 0;
}
/* Testimonials
---------------------------------------- */
.testimonials {
  padding-top: 10px;
}
.testimonials .testi-item {
  overflow: hidden;
  margin-bottom: 2em;
  padding-bottom: 2em;
  background: none;
}
.testimonials blockquote,
.testimonials .excerpt {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 10px 23px;
  border: none;
  border-bottom: 2px solid #f3f3f3;
}
.testimonials blockquote:before,
.testimonials .excerpt:before {
  position: absolute;
  bottom: -23px;
  left: 15px;
  display: block;
  width: 38px;
  height: 23px;
  border: none;
  background: url(../images/quote-arrow.jpg) 0 0 no-repeat;
  content: "";
}
.testimonials blockquote:after,
.testimonials .excerpt:after {
  position: absolute;
  top: 4px;
  left: 3px;
  display: block;
  width: 15px;
  height: 13px;
  background: url(../images/quotes.png) 0 0 no-repeat;
  content: "";
}
.testimonials blockquote > a,
.testimonials .excerpt > a {
  position: relative;
  z-index: 2;
  color: #4e4e4e;
  text-decoration: none;
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
}
.testimonials blockquote > a:hover,
.testimonials .excerpt > a:hover {
  color: #81b600;
}
.testimonials .featured-thumbnail {
  position: relative;
  z-index: 2;
  margin: 0 20px 0 10px;
  width: 60px;
  height: 60px;
}
.testimonials .testi-meta {
  font-size: 1em;
  display: block;
  padding-left: 60px;
}
.testimonials .testi-meta .user {
  color: #81b600;
}
.testimonials .testi-meta .info {
  font-size: 11px;
  font-style: italic;
  color: #606060;
}
/*/ Testimonials */
/* Native Wordpress Gallery
---------------------------------------- */
/* The Gallery container (div) */
.gallery {
  margin: 0 auto;
}
.gallery img {
  border: none !important;
}
.gallery .gallery-caption {
  padding: 0;
  margin: 0;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery br + br {
  display: none;
}
/*/ Native Wordpress Gallery */
/* Accordion
---------------------------------------- */
.accordion {
  padding: 5px 20px 0 0;
}
.sidebar .accordion {
  padding-top: 0;
  padding-bottom: 15px;
}
.accordion-group {
  margin: 0;
  border: none;
}
.accordion-group.last-item .accordion-heading .accordion-toggle {
  border-color: transparent;
}
.accordion-heading .accordion-toggle {
  position: relative;
  margin-bottom: 8px;
  padding: 0 0 8px 22px;
  border-bottom: 1px solid #edecec;
  background: url(../images/accordion-marker.png) 4px 12px no-repeat;
  color: #606060;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 13px;
  font-family: 'Droid Sans', sans-serif;
  line-height: 25px;
}
.accordion-heading .accordion-toggle.active,
.accordion-heading .accordion-toggle:hover {
  color: #81b600;
  text-decoration: none;
  background-position: 4px -95px;
}
.accordion-heading .accordion-toggle.active:before,
.accordion-heading .accordion-toggle:hover:before {
  background-color: #81b600;
}
.accordion-heading .accordion-toggle.active {
  margin: 0;
  padding-bottom: 2px;
  border-color: transparent;
}
.accordion-heading .accordion-toggle:before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 0;
  background: #a9a9a9;
  width: 12px;
  height: 12px;
}
.accordion-inner {
  padding: 0px 25px 10px 0;
  border: none;
}
.sidebar .accordion-inner {
  padding-bottom: 15px;
}
/*/ Accordion *//* #Footer
================================================== */
.footer {
  position: relative;
  z-index: 100;
  padding: 0;
  background: #2e2e2e;
  color: #9e9d9d;
}
/* Footer widget */
.footer-widgets {
  padding: 20px 0 16px;
  background: #3b3b3b;
  color: #919090;
}
.footer-widgets h4 {
  position: relative;
  padding-left: 0px;
  margin: 13px 0 13px;
  font-size: 13px;
  line-height: 25px;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footer-widgets {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Copyright */
.copyright {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Footer text */
.footer-text {
  float: left;
  width: 50%;
}
@media (max-width: 480px) {
  .footer-text {
    float: none;
    width: 100%;
    text-align: center;
  }
}
/* MadeBy text */
.made-text {
  float: right;
  text-align: right;
  width: 50%;
}
@media (max-width: 480px) {
  .made-text {
    float: none;
    width: 100%;
    text-align: center;
  }
}
/* #Misc
================================================== */
/* Button */
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  background: none;
  margin-right: 0.25em;
}
.btn {
  padding: 5px 25px 6px;
  margin: 0 0 4px 0;
  border: none;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.btn-default {
  color: #ffffff;
  text-shadow: none;
  background-color: #4f4f4f;
  background-image: -moz-linear-gradient(top, #4f4f4f, #4f4f4f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4f4f4f), to(#4f4f4f));
  background-image: -webkit-linear-gradient(top, #4f4f4f, #4f4f4f);
  background-image: -o-linear-gradient(top, #4f4f4f, #4f4f4f);
  background-image: linear-gradient(to bottom, #4f4f4f, #4f4f4f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4f4f4f', endColorstr='#ff4f4f4f', GradientType=0);
  border-color: #4f4f4f #4f4f4f #292929;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #4f4f4f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
  color: #ffffff;
  background-color: #4f4f4f;
  *background-color: #424242;
}
.btn-default:active,
.btn-default.active {
  background-color: #363636 \9;
}
.btn-default:hover {
  background: #363636;
}
.btn-primary {
  color: #ffffff;
  text-shadow: none;
  background-color: #81b600;
  background-image: -moz-linear-gradient(top, #81b600, #81b600);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#81b600), to(#81b600));
  background-image: -webkit-linear-gradient(top, #81b600, #81b600);
  background-image: -o-linear-gradient(top, #81b600, #81b600);
  background-image: linear-gradient(to bottom, #81b600, #81b600);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff81b600', endColorstr='#ff81b600', GradientType=0);
  border-color: #81b600 #81b600 #4b6a00;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #81b600;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #81b600;
  *background-color: #6f9d00;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #5d8300 \9;
}
.btn-primary:hover {
  background: #5d8300;
}
.btn-large {
  padding: 11px 19px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-small {
  padding: 2px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-mini {
  padding: 1px 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Label */
.label [class^="icon-"],
.label [class*=" icon-"] {
  background: none;
  margin-right: 0.25em;
}
/* Image styling */
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.aligncenter {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}
.alignnone {
  display: block;
  margin: 0;
}
.thumbnail .alignnone {
  margin: 0;
}
article .post-content img {
  max-width: 100%;
}
/* Image caption */
.wp-caption-text {
  text-align: center;
}
/* Featured thumbnail */
.featured-thumbnail {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 5px 20px 10px 0;
}
.featured-thumbnail a {
  position: relative;
  display: block;
}
.featured-thumbnail.large {
  overflow: hidden;
  margin-right: 0;
  margin-bottom: 1.5em;
  float: none;
}
.featured-thumbnail.large img {
  width: 100%;
  height: auto;
}
/* Thumbnail */
.thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Frame styling */.frame {
  padding: 7px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.frame img.alignleft,
.frame img.alignright {
  margin: 0;
  padding: 0;
  border: none;
}
/* List styling */
.list > ul {
  margin: 0;
  padding-top: 5px;
}
.list.unstyled > ul li {
  margin: 0 0 4px 0;
  padding: 0;
  border: none;
  background: none;
  list-style-type: none;
}
.list.unstyled > ul li:before {
  display: none;
}
.list.styled > ul {
  margin: 0 0 1em 0;
}
.list.styled > ul li {
  position: relative;
  margin: 0 0 4px 0;
  padding: 0;
  border: none;
  background: none;
  list-style-type: none;
  color: #81b600;
}
.list li {
  position: relative;
}
.list li:before {
  display: inline-block;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  content: attr(data-icon);
  font-family: 'FontAwesome';
  font-weight: normal;
  line-height: 8px;
  speak: none;
  *margin-right: .3em;
}
/* Check List */
.list.check-list > ul li:before {
  content: "\f00c";
}
/* Check2 List */
.list.check2-list > ul li:before {
  content: "\f078";
}
/* Arrow List */
.list.arrow-list > ul li:before {
  content: "\f054";
}
/* Arrow2 List */
.list.arrow2-list > ul li:before {
  content: "\f061";
}
/* Star List */
.list.star-list > ul li:before {
  content: "\f005";
}
/* Plus List */
.list.plus-list > ul li:before {
  content: "\f067";
}
/* Minus List */
.list.minus-list > ul li:before {
  content: "\f068";
}
/* Blockquote */
.container_single_services blockquote,
.container_single_post blockquote {
  padding: 0;
  margin: 0 0 25px;
  border: none;
}
.container_single_services blockquote p,
.container_single_post blockquote p {
  font-size: 12px;
  line-height: 22px;
  font-style: italic;
}
/* Lightbox */
.lightbox {
  position: relative;
  display: block;
}
/* Title Box */
.title-box {
  margin-bottom: 1em;
}
.title-box_icon {
  float: left;
  margin: 0 20px 0 0;
}
.title-box_primary {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.title-box_secondary {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
/* Tabs */
.tabs-wrapper {
  margin-bottom: 20px;
}
.nav-tabs > li > a {
  -webkit-border-radius: 0; 
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs > li.active > a {
  background: #ffffff;
}
.nav-tabs > li.active > a:hover {
  background: none;
}
/* Dropcap */
.dropcap {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 18px 15px 0;
  border: 1px solid #f1f0ee;
  color: #81b600;
  text-align: center;
  font-size: 25px;
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 48px;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.17);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.17);
}
/* Horizontal Rule */
.hr {
  overflow: hidden;
  margin: 40px 0px;
  height: 1px;
  background: #edecec;
  font-size: 0;
  line-height: 0;
}
.sm_hr {
  overflow: hidden;
  margin: 20px 0px;
  height: 1px;
  background: #eee;
  font-size: 0;
  line-height: 0;
}
/* Spacer */
.spacer {
  overflow: hidden;
  height: 30px;
  font-size: 0;
  line-height: 0;
}
/* Diviver */
.vertical-divider {
  margin-left: 20px;
  padding-left: 40px;
  border-left: 1px solid #f5f5f5;
}
/* Text Highlight */
.text-highlight {
  padding: .25em .2em;
  background-color: #FFA;
  color: #fff;
}
/* Code */
code.block {
  display: block;
}
code.code-indent {
  display: block;
  margin: 20px 0;
}
code,
pre {
  margin-bottom: 20px;
}
/* Google Map */
.google-map {
  margin-bottom: 40px;
  background-image: url(../images/loading-map.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* Address */
address i {
  color: #81b600;
  font-size: 14px;
  font-weight: bold;
  width: 15px;
  margin-right: 8px;
  vertical-align: top;
}
address a {
  color: #606060;
}
/*Form Elements */
input {
  outline: none;
}
input:focus {
  outline: none;
}
input.btn:focus {
  outline: none;
}
/* Contact form */
.wpcf7-form {
  padding-top: 5px;
}
.wpcf7-form p.field {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  vertical-align: top;
}
.wpcf7-form p.field input {
  margin: 0;
  height: 35px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wpcf7-form p.field small {
  color: red;
}
.wpcf7-form .input-file {
  position: relative;
  display: block;
  overflow: hidden;
  width: 79px;
  height: 22px;
  background: url(../images/btn-choose-file.gif) 0 0 no-repeat;
  cursor: pointer;
}
.wpcf7-form input[type="file"] {
  position: relative;
  width: auto;
  height: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  cursor: pointer;
  -moz-opacity: 0;
}
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="reset"] {
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
.wpcf7-form textarea {
  width: 100%;
  height: 135px;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  overflow: auto;
}
.wpcf7-form .submit-wrap {
  margin: 0;
  padding: 0;
}
.wpcf7-form .submit-wrap input {
  margin-right: 10px;
}
span.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  padding: 4px 6px !important;
  width: 100% !important;
  background: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
  color: #B94A48 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
div.wpcf7-response-output {
  margin: 20px 0 !important;
  padding: 8px 35px 8px 14px !important;
  border: 1px solid #FBEED5 !important;
  background-color: #FCF8E3;
  color: #C09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.wpcf7-validation-errors {
  background-color: #F2DEDE !important;
  border-color: #EED3D7 !important;
  color: #B94A48 !important;
}
div.wpcf7-mail-sent-ok {
  background: #DFF0D8 !important;
  border: 1px solid #D6E9C6 !important;
  color: #468847 !important;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .wpcf7-not-valid-tip {
    font-size: 11px !important;
  }
}
/* VIDEO */
.video-wrap {
  padding-left: 80px;
  position: relative;
  z-index: 1;
}
/* AUDIO */
.audio-wrap {
  padding-left: 80px;
  position: relative;
  z-index: 1;
}
/* Price table */
#shaon-pricing-table .offer-tag {
  display: none;
}
#shaon-pricing-table .pricing-table {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0;
}
#shaon-pricing-table .pricing-table .col1:first-child + div .priceTitle span {
  border-left: 1px solid #313131;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
#shaon-pricing-table .pricing-table .col1:last-child .priceTitle span {
  border-right: 1px solid #313131;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
#shaon-pricing-table .col1,
#shaon-pricing-table .col2,
#shaon-pricing-table .col3 {
  position: relative;
  float: left;
}
#shaon-pricing-table .pricing-table .col1 {
  width: 20%;
}
#shaon-pricing-table .pricing-table .col2 {
  width: 30%;
}
#shaon-pricing-table .pricing-table .col3 {
  width: 40%;
}
#shaon-pricing-table .pricing-table ul {
  margin: 0;
  margin-bottom: 21px !important;
  padding: 0 !important;
  position: relative;
}
#shaon-pricing-table .pricing-table .signup-wrap {
  width: 100%;
  padding: 20px 0 16px;
}
#shaon-pricing-table .pricing-table .col1:first-child + div .signup-wrap,
#shaon-pricing-table .pricing-table .col1:last-child .signup-wrap {
  background: url(../images/table-shadow.png) 0 0 repeat-y;
}
#shaon-pricing-table .pricing-table .col1:first-child + div .price-content {
  border-left: 1px solid #f3f3f3 !important;
}
#shaon-pricing-table .pricing-table li {
  margin: 0 !important;
  padding: 10px 0 10px 20px !important;
  line-height: 25px;
  display: block;
  border-bottom: 1px solid #f3f3f3 !important;
  border-top: none !important;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  text-transform: uppercase;
  color: #4b4b4b !important;
  background: #fff;
  position: relative;
}
#shaon-pricing-table .pricing-table li:nth-child(2n+1) {
  background: #fcfcfc;
}
#shaon-pricing-table .pricing-table .col1:first-child + div li:before,
#shaon-pricing-table .pricing-table .col1:first-child + div + div + div + div li:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/table-shadow.png) 0 0 repeat-y;
}
#shaon-pricing-table .pricing-table .col1:first-child + div li:first-child:before,
#shaon-pricing-table .pricing-table .col1:first-child + div + div + div + div li:first-child:before {
  background: none;
}
#shaon-pricing-table .feature-content li {
  text-align: left !important;
  margin: 0 !important;
}
#shaon-pricing-table .feature-content li:nth-child(2n+1) {
  background: #fcfcfc;
}
#shaon-pricing-table .pricing-table li sub {
  font-size: 28px;
  bottom: 0;
}
#shaon-pricing-table .pricing-table li.even {
  background: #fcfcfc;
}
#shaon-pricing-table .pricing-table li:first-child {
  border-top: 1px solid #949494 !important;
  background: #838383;
  color: #fff !important;
  font-size: 64px !important;
  line-height: 1 !important;
  text-transform: none;
  font-weight: normal;
  margin-left: -1px !important;
  text-shadow: none !important;
}
#shaon-pricing-table .feature-content li:first-child {
  display: none;
}
#shaon-pricing-table .selectePrice-content li:first-child {
  background: #aacc57;
  border: none;
  padding: 22px 0 30px !important;
  margin-left: 0 !important;
}
#shaon-pricing-table .pricing-table li:first-child span {
  display: block;
  font-size: 14px !important;
  margin: 0 0 8px;
}
#shaon-pricing-table .pricing-table li:first-child sub {
  font-size: 25px !important;
}
#shaon-pricing-table .feature-content,
#shaon-pricing-table .price-content,
#shaon-pricing-table .selectePrice-content {
  text-align: center;
  border: none !important;
}
#shaon-pricing-table .feature-content {
  background: none !important;
  border: none !important;
}
#shaon-pricing-table .price-content {
  background: #fff !important;
  width: auto !important;
}
#shaon-pricing-table .selectePrice-content {
  position: relative;
  z-index: 99 !important;
  border: none !important;
  padding: 0 0 34px;
  -webkit-box-shadow: 0 1px 11px 0px #999 !important;
  -moz-box-shadow: 0 1px 11px 0px #999 !important;
  box-shadow: 0 1px 11px 0px #999 !important;
}
#shaon-pricing-table a.signup {
  display: inline-block;
  position: relative;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 112px !important;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 35px !important;
  height: 35px !important;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #8f8f8f !important;
  background: #757575 url(../images/signup-tail.png) 0 0 repeat-x !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 20x;
  border-radius: 0px;
}
#shaon-pricing-table a.signup:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  content: '';
  background: #c1c1c1;
  width: 100%;
  height: 1px;
}
#shaon-pricing-table a:hover.signup,
#shaon-pricing-table .selectePrice-content a.signup {
  text-decoration: none;
  color: #fff !important;
  background: #a7c857 url(../images/signup-tail.png) 0 -42px repeat-x !important;
  border-color: #81b600 !important;
  text-shadow: none !important;
  -webkit-box-shadow: 0 1px 1px #989898;
  -moz-box-shadow: 0 1px 1px #989898;
  box-shadow: 0 1px 1px #989898;
}
#shaon-pricing-table a:hover.signup:before,
#shaon-pricing-table .selectePrice-content a.signup:before {
  background: none;
}
#shaon-pricing-table .featureTitle,
#shaon-pricing-table .priceTitle,
#shaon-pricing-table .selectedpriceTitle {
  text-align: center;
  position: relative;
  z-index: 15;
  text-transform: uppercase;
  font-family: 'Droid Sans', sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}
#shaon-pricing-table .featureTitle {
  padding-top: 50px;
  margin-bottom: 15px;
}
#shaon-pricing-table .featureTitle span {
  color: #3b464f !important;
  position: relative;
  z-index: 1;
  bottom: 0px;
  line-height: 1.2 !important;
  height: 87px;
  display: block;
  font-size: 38px !important;
  font-weight: bold !important;
  background: none !important;
  text-shadow: none !important;
  border: none !important;
  letter-spacing: -1px;
}
#shaon-pricing-table .featureTitle span strong {
  display: block;
  font-size: 32px;
  line-height: 1;
  color: #ed7d2c;
  text-transform: capitalize;
  font-weight: normal;
}
#shaon-pricing-table .priceTitle {
  height: 82px !important;
  background: #fff;
}
#shaon-pricing-table .priceTitle span {
  color: #fff !important;
  border: 1px solid #313131 !important;
  position: relative;
  z-index: 2;
  height: 50px !important;
  margin-top: 32px !important;
  line-height: 50px !important;
  display: block;
  overflow: hidden;
  background: #494949 url(../images/pricetitle-tail.gif) 0 0 repeat-x !important;
  font-family: 'Droid Sans', sans-serif !important;
  font-size: 20px !important;
  font-weight: normal !important;
}
#shaon-pricing-table .priceTitle span:before {
  display: block;
  content: '';
  background: #8ea7bc;
  position: relative;
  width: 99%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -49.5%;
  z-index: 9;
}
#shaon-pricing-table .selectedpriceTitle {
  height: 50px !important;
  z-index: 99 !important;
}
#shaon-pricing-table .selectedpriceTitle span {
  color: #fff;
  border: 1px solid #82c809 !important;
  border-bottom-color: #789429 !important;
  position: relative;
  z-index: 3;
  width: 99% !important;
  height: 50px !important;
  margin-top: 0px;
  font-size: 20px !important;
  line-height: 50px !important;
  text-shadow: none !important;
  font-weight: normal !important;
  display: block;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: #99bb44 url(../images/selectedpriceTitle-tail.gif) 0 0 repeat-x !important;
}
#shaon-pricing-table .selectedpriceTitle span:before {
  display: block;
  content: '';
  background: #d4ea73;
  position: relative;
  width: 99%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -49.5%;
  z-index: 9;
}
.pricing-table li:last-child {
  border-bottom: 0px !important;
}
#shaon-pricing-table img {
  background: transparent !important;
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}
@media only screen and (max-width: 767px) {
  .col1 {
    width: 100% !important;
    float: none !important;
    padding-bottom: 15px;
  }
  #shaon-pricing-table .pricing-table .col1:first-child {
    display: none;
  }
  #shaon-pricing-table .pricing-table .col1 .priceTitle span {
    -webkit-border-radius: 4px 4px 0 0 !important;
    -moz-border-radius: 4px 4px 0 0 !important;
    border-radius: 4px 4px 0 0 !important;
  }
}
/* Style Swicher
================================================== */
#style_selector {
  position: fixed;
  top: 150px;
  right: -193px;
  z-index: 99;
  width: 193px;
  background: #fff;
}
/** swicher menu */
.switcher {
  margin: 0;
  padding: 0 0 10px;
  border: 1px solid #eee;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.14);
}
.box-title {
  font-family: 'PT Sans', sans-serif;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-bottom: 1px solid rgba(23, 24, 26, 0.15);
  background: #f7f7f7;
}
.input-box {
  padding: 10px;
  border-bottom: 1px solid rgba(23, 24, 26, 0.15);
}
.input-box input[type=text] {
  background: #f7f7f7;
  width: 60px;
  border: 1px solid rgba(23, 24, 26, 0.15);
  font-size: 11px;
  color: #000000;
  padding: 3px;
  margin-left: 10px;
}
.input-box select {
  background: #f7f7f7;
  width: 170px;
  border: 1px solid #d5d5d5;
  font-size: 11px;
  color: #000000;
  height: 27px;
  line-height: 27px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#style_selector .style-toggle {
  width: 35px;
  height: 43px;
  background: url(../images/style_arrow.jpg) 0 -100%;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: -35px;
  z-index: 999;
}
#style_selector .turnOff {
  background-position: top left;
  position: absolute;
  top: 45px;
  left: -35px;
  width: 35px;
}
#style_selector .turnOn {
  background-position: bottom left;
  position: absolute;
  top: 45px;
  right: 0;
  width: 35px;
}
#style_selector .images {
  width: 165px;
  padding-left: 25px !important;
  margin-top: 15px !important;
  border-bottom: 1px solid rgba(23, 24, 26, 0.15);
  padding-bottom: 10px;
  position: relative;
  z-index: 1000000;
}
#style_selector .images img {
  width: 25px;
  height: 24px;
  margin-right: 10px;
  margin-bottom: 7px;
  z-index: 1000;
}
#style_selector .images img.active,
#style_selector .images a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* controls */
#style_selector .predefined {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.switcher li {
  position: relative;
  float: left;
  margin: 0 10px 7px 0;
  padding: 0;
  width: 25px;
  height: 24px;
  list-style-type: none;
  cursor: pointer;
  background: url(../images/styleSelector/color-bgs.gif) 0 0 no-repeat;
}
.switcher #st2 {
  background-position: -35px 0;
}
.switcher #st3 {
  background-position: -70px 0;
}
.switcher #st4 {
  background-position: -105px 0px;
}
.switcher #st5 {
  background-position: 0px -31px;
}
.switcher #st6 {
  background-position: -35px -31px;
}
/* control active style */
.switcher li.active,
.switcher li:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* jPlayer
-------------------------------------------------------------- */
div.jp-audio,
div.jp-video {
  position: relative;
  z-index: 10;
  color: #a7a7a7;
  line-height: 2.2em;
}
div.jp-video video {
  background-color: #000000;
}
div.jp-audio {
  width: 100%;
}
div.jp-video.fullwidth,
div.jp-video.fullwidth .jp-type-list-parent {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
div.jp-video.fullwidth.playlist {
  padding-bottom: 0;
  height: auto;
}
div.jp-video.fullwidth .jp-type-single,
div.jp-video.fullwidth .jp-type-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.jp-video.fullwidth .jp-jplayer img,
div.jp-video.fullwidth .jp-jplayer video,
div.jp-video.fullwidth .jp-jplayer object {
  position: absolute;
  top: 0;
  left: 0;
}
div.jp-video-full {
  position: static !important;
  position: relative;
  width: 100%;
  height: 100%;
}
div.jp-video-full div.jp-jplayer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: hidden;
}
div.jp-video-full div.jp-gui {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
}
div.jp-video-full div.jp-interface {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
div.jp-interface {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #020202;
  -webkit-transition: opacity 0.5s ease-in-out, margin 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, margin 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out, margin 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, margin 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, margin 0.5s ease-in-out;
  background-color: #484747;
  background-image: -moz-linear-gradient(top, #575656, #313030);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#575656), to(#313030));
  background-image: -webkit-linear-gradient(top, #575656, #313030);
  background-image: -o-linear-gradient(top, #575656, #313030);
  background-image: linear-gradient(to bottom, #575656, #313030);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff575656', endColorstr='#ff313030', GradientType=0);
}
div.jp-interface li {
  padding-left: 0;
}
div.jp-video div.jp-interface {
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
div.jp-video:hover div.jp-interface {
  margin: -36px 0 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.jp-controls-holder {
  position: absolute;
  top: 7px;
  left: 0;
  overflow: hidden;
  width: 100%;
}
div.jp-interface ul.jp-controls {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.jp-controls,
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
}
div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  padding-right: 2px;
  background: url(../images/jp_spacer.png) 100% 1px no-repeat;
  text-indent: -9999px;
}
div.jp-interface ul.jp-controls a span {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
a.jp-play span,
a.jp-pause span {
  width: 28px;
  height: 28px;
}
a.jp-play span {
  background: url(../images/jp_sprite.png) 0 0 no-repeat;
}
a.jp-play:hover span {
  background-position: -28px 0;
}
a.jp-pause span {
  display: none;
  background: url(../images/jp_sprite.png) 0 -28px no-repeat;
}
a.jp-pause:hover span {
  background-position: -28px -28px;
}
a.jp-stop span,
a.jp-previous span,
a.jp-next span {
  width: 28px;
  height: 28px;
}
a.jp-stop span {
  background: url(../images/jp_sprite.png) 0 -56px no-repeat;
}
a.jp-stop:hover span {
  background-position: -28px -56px;
}
a.jp-previous span {
  background: url(../images/jp_sprite.png) -56px -28px no-repeat;
}
a.jp-previous:hover span {
  background-position: -84px -28px;
}
a.jp-next span {
  background: url(../images/jp_sprite.png) -56px 0 no-repeat;
}
a.jp-next:hover span {
  background-position: -84px 0;
}
div.jp-progress {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 7px;
  border-bottom: 1px solid #605f60;
  background-color: #303030;
}
div.jp-seek-bar {
  width: 0;
  height: 100%;
  -webkit-box-shadow: inset 0 0 2px #464444;
  -moz-box-shadow: inset 0 0 2px #464444;
  box-shadow: inset 0 0 2px #464444;
  cursor: pointer;
}
div.jp-play-bar {
  width: 0;
  height: 100%;
  background-color: #bababa;
  background-image: -moz-linear-gradient(top, #cecece, #9d9d9d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cecece), to(#9d9d9d));
  background-image: -webkit-linear-gradient(top, #cecece, #9d9d9d);
  background-image: -o-linear-gradient(top, #cecece, #9d9d9d);
  background-image: linear-gradient(to bottom, #cecece, #9d9d9d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcecece', endColorstr='#ff9d9d9d', GradientType=0);
}
div.jp-seeking-bg {
  background: url(../images/jp_load.gif) 0 0 repeat-x;
}
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  position: relative;
}
a.jp-mute,
a.jp-unmute {
  margin: 0 60px 0 0;
}
a.jp-mute span {
  background: url(../images/jp_sprite.png) 0 -84px no-repeat;
}
a.jp-mute:hover span {
  background-position: -28px -84px;
}
a.jp-unmute span {
  display: none;
  background: url(../images/jp_sprite.png) 0 -112px no-repeat;
}
a.jp-unmute:hover span {
  background-position: -28px -112px;
}
div.jp-volume-bar {
  position: absolute;
  top: 10px;
  right: 8px;
  z-index: 2;
  overflow: hidden;
  width: 50px;
  height: 7px;
  background-color: #202020;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 0 #464444;
  -moz-box-shadow: 1px 1px 0 #464444;
  box-shadow: 1px 1px 0 #464444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.jp-audio div.jp-volume-bar {
  right: 8px;
}
div.jp-volume-bar-value {
  width: 0;
  height: 7px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  background-color: #777777;
  background-image: -moz-linear-gradient(top, #848484, #646464);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#848484), to(#646464));
  background-image: -webkit-linear-gradient(top, #848484, #646464);
  background-image: -o-linear-gradient(top, #848484, #646464);
  background-image: linear-gradient(to bottom, #848484, #646464);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff848484', endColorstr='#ff646464', GradientType=0);
}
div.jp-current-time,
div.jp-time-sep,
div.jp-duration {
  margin-top: 6px;
  font-size: 0.85em;
}
div.jp-current-time {
  display: inline;
  float: right;
  color: #ffffff;
}
div.jp-time-sep {
  display: inline;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}
div.jp-duration {
  display: inline;
  float: right;
  margin-right: 130px;
  text-align: right;
}
div.jp-audio div.jp-duration {
  margin-right: 100px;
}
/* Landscape phones and down */
@media (max-width: 480px) {
  {
    /* Landscape phones and down */
  
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  div.jp-volume-bar,
  .jp-toggles,
  div.jp-duration {
    display: none !important;
  }
}
div.jp-title {
  color: #fff;
  text-align: center;
}
div.jp-title,
div.jp-playlist {
  width: 100%;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
  border-top: none;
}
div.jp-title ul,
div.jp-playlist ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.jp-title li {
  padding: 5px 0 0;
  font-weight: bold;
}
div.jp-video-full div.jp-title li {
  padding: 1px 0;
}
div.jp-playlist li {
  position: relative;
  background: #222;
  border-top: 1px solid #6c6c6c;
  margin: 0;
  padding: 0;
  height: 33px;
}
div.jp-playlist li:first-child {
  border: none;
}
div.jp-playlist li a {
  display: block;
  padding: 6px 25px;
  text-decoration: none;
}
div.jp-playlist li a.jp-playlist-current {
  background: url(../images/jp_playlist_li_cur.png) no-repeat scroll 10px center transparent;
}
div.jp-playlist li a:hover,
div.jp-playlist li.jp-playlist-current a {
  color: #8C8C8C;
}
div.jp-playlist li div {
  display: inline;
}
div.jp-playlist a.jp-playlist-item-remove {
  display: inline;
  float: right;
  margin-right: 10px;
  color: #666666;
  text-align: right;
  font-weight: bold;
}
div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1;
}
div.jp-playlist span.jp-free-media {
  display: inline;
  float: right;
  margin-right: 10px;
  text-align: right;
}
div.jp-playlist span.jp-free-media a {
  color: #666666;
}
div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1;
}
span.jp-artist {
  color: #fefefe;
  font-size: .9em;
}
div.jp-video-play {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
div.jp-video-full div.jp-video-play {
  z-index: 1000;
  height: 100%;
}
a.jp-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -25px;
  margin-left: -40px;
  width: 80px;
  height: 50px;
  background: url(../images/jp_play.png) 0 0 no-repeat;
  text-indent: -9999px;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
div.jp-video-play:hover a.jp-video-play-icon {
  opacity: 1;
}
div.jp-jplayer audio,
div.jp-jplayer {
  width: 0;
  height: 0;
}
div.jp-jplayer {
  background-color: #000000;
}
ul.jp-toggles {
  z-index: 1;
  float: right;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
ul.jp-toggles li {
  display: block;
  float: left;
}
ul.jp-toggles li a {
  padding-left: 2px;
  background: url(../images/jp_spacer.png) 0 1px no-repeat;
}
ul.jp-toggles li a,
ul.jp-toggles li a span {
  display: block;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
}
a.jp-full-screen span {
  background: url(../images/jp_sprite.png) -56px -56px no-repeat;
}
a.jp-full-screen:hover span {
  background-position: -84px -56px;
}
a.jp-restore-screen span {
  background: url(../images/jp_sprite.png) -56px -84px no-repeat;
}
a.jp-restore-screen:hover span {
  background-position: -84px -84px;
}
.jp-no-solution {
  position: absolute;
  top: 10px;
  left: 50%;
  display: none;
  margin-left: -202px;
  padding: 5px;
  width: 390px;
  border: 2px solid #009be3;
  background-color: #404040;
  color: #000000;
  font-size: .8em;
}
.jp-no-solution a {
  color: #000;
}
.jp-no-solution span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
}
.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.extra-wrap {
  overflow: hidden;
}
/* Adding relative position for grid columns */
[class*="span"] {
  position: relative;
}
.clear {
  clear: both;
}
/* prettyPhoto styling for small screens */
@media (max-width: 480px) {
  .pp_pic_holder.pp_default {
    width: 100%!important;
    left: 0!important;
    overflow: hidden;
  }
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0!important;
  }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0!important;
  }
  .pp_content {
    width: 100%!important;
    height: auto!important;
  }
  .pp_fade {
    width: 100%!important;
    height: 100%!important;
  }
  a.pp_expand,
  a.pp_contract,
  .pp_hoverContainer,
  .pp_gallery,
  .pp_top,
  .pp_bottom {
    display: none!important;
  }
  #pp_full_res img {
    width: 100%!important;
    height: auto!important;
  }
  .pp_details {
    width: 94%!important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important;
  }
  a.pp_close {
    right: 10px!important;
    top: 10px!important;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #81b600;
}
a:hover {
  color: #4b6a00;
}

/* Mint Medical / Header / Featured Course
-------------------------------------------------------------- */
#featured-course-header a {
	width: 300px;
	display: block;
}

#featured-course-header .icon {
	float: left;
	width: 40px;
	height: 47px;
}

#featured-course-header .title {
	float: left;
	width: 90px;
	height: 47px;
	padding: 5px 0 0 5px;
}

#featured-course-header .title h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}

#featured-course-header .text {
	width: 300px;
	float: left;
	padding: 0 0 15px 0;
}

/* -- For Social Area -- */

#featured-course-social {
	width: 240px;
	float: right;
}

#featured-course-social a {
	display: block;
}

#featured-course-social .icon {
	float: left;
	width: 28px;
	height: 32px;
	background: url(../images/icon-featured-course-sm-051614.png) no-repeat;
}

#featured-course-social .text {
	float: left;
	width: 202px;
	padding: 0 0 0 10px;
	font-size: 12px;
	line-height: 15px;
}

.span2 { /* -- Width of Social Area on Homepage -- */
	width: 240px;
}

.span10 { /* -- Width of Text Area Left of Social on Homepage -- */
	width: 680px;
}

h4 {
	margin: 0;
	padding: 0;
}

#case-narrative {
	position: relative;
	float: left;
	width: 620px;
	padding: 20px 0 0 0;
}

/* - For Social Area : ORIGINAL --
#featured-course-header a {
	width: 140px;
	display: block;
}

#featured-course-header .icon {
	float: left;
	width: 40px;
	height: 47px;
}

#featured-course-header .title {
	float: left;
	width: 90px;
	height: 47px;
	padding: 5px 0 0 5px;
}

#featured-course-header .title h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}

#featured-course-header .text {
	width: 140px;
}*/


/* Mint Medical / Miscellaneous 
-------------------------------------------------------------- */

.courses, .green-headline {
	position: relative;
	margin: 0 0 20px -3px;
	padding-bottom: 2px;
	border-bottom: 3px solid #81b600;
}

/* Contact Us - Title Description Fix */
body.page-id-14 .title-desc {
  display: none;
}

.wpcf7-form input[type="file"] {
	opacity: 100;
}


/* Mint Medical / Colors
-------------------------------------------------------------- 

Green = #438e35  

Light Green = #e3f3bb */