@import url("../CherryFramework/style.css");

@import url(//fonts.googleapis.com/css?family=Josefin+Sans:600,700);
/*--
	Theme Name: theme45036
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.5.x + from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
	Template: CherryFramework
	Version: 1.2
	MotoPress Version: 1.0
--*/
/* Placeholder text
// -------------------------*/
/* #General
================================================== */
html,
body {
  height: 100%;
  min-width: 320px;
}
body {

  padding: 0 !important;
}
.main-holder {
  min-height: 100%;
}
@media (max-width: 767px) {
  .main-holder {
    padding: 0 10px;
  }
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  font-weight: 600 !important;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #ff9900;
  text-decoration: none;
}
h2 {
  margin-bottom: 37px;
  letter-spacing: -2px;
  word-spacing: 2px;
}
.home h2 {
  margin-bottom: 42px;
}
h5 {
  margin: 0;
}
h5 a {
  color: inherit;
  text-decoration: none;
}
h5 a:hover {
  color: #aeaeae;
  text-decoration: none;
}
h6 {
  margin: 0;
}
h6 a {
  color: inherit;
  text-decoration: none;
}
h6 a:hover {
  color: #ff9900;
  text-decoration: none;
}
blockquote {
  font-style: italic;
  color: #202020;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
blockquote p {
  font-size: 11px;
  line-height: 20px;
}
p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  div[class^='span'] {
    margin-bottom: 30px;
  }
  .header div[class^='span'] {
    margin-bottom: 0;
  }
}
/* #Header
================================================== */
.header {
  border: none;
  background: none;
  padding: 35px 0 0;
}
@media (max-width: 979px) {
  .header {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 30px 0 10px;
  }
}
@media (max-width: 480px) {
  .header .pull-right,
  .header .pull-left {
    float: none;
  }
}
/* Logo
---------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  .logo {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .logo {
    text-align: center;
  }
}
.logo_link:hover,
.logo_link:active,
.logo_link:focus {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .logo_h__img img {
    max-width: 300px;
  }
}
.logo_h__txt {
  margin-top: -15px;
}
.logo_h__txt a {
  display: inline-block;
  font-size: 72px;
  line-height: 60px;
  letter-spacing: -5px;
  word-spacing: 4px;
}
@media (max-width: 979px) {
  .logo_h__txt a {
    font-size: 60px;
    line-height: 50px;
    letter-spacing: -3px;
    word-spacing: 3px;
  }
}
@media (max-width: 767px) {
  .logo_h__txt a {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -2px;
    word-spacing: 2px;
  }
}
.logo_tagline {
  color: #8b8a8a;
  padding: 1px 0 0 2px;
  margin: 0 0 -7px;
}
/*/ Logo */
/* #Navigation
---------------------------------------- */
.nav__links {
  padding: 34px 0 0 0;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav__links {
    padding-top: 13px;
  }
}
@media (max-width: 480px) {
  .nav__links {
    padding-top: 17px;
  }
}
.nav__links ul {
  margin: 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .nav__links ul {
    text-align: center;
  }
}
.nav__links ul li {
  list-style-type: none;
  padding: 0 0 0 6px;
  margin: 0 0 0 5px;
  border-left: 1px solid #8b8a8a;
  float: left;
  font-size: 10px;
  line-height: 10px;
}
@media (max-width: 480px) {
  .nav__links ul li {
    float: none;
    display: inline-block;
  }
}
.nav__links ul li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.nav__links ul li a {
  color: #8b8a8a;
}
.nav__links ul li a:hover {
  color: #ff9900;
  text-decoration: none;
}
.nav__primary {
  margin: 22px 0 0;
  border-top: 0 solid #434343;
  background: #757575;
}
/*@media (max-width: 767px) {
  .nav__primary {
    padding: 15px 20px;
    height: 31px;
  }
}*/
@media (max-width: 480px) {
  .nav__primary {
    margin-top: 17px;
  }
}
/* Essential styles for dropdown menu */
/* Our skin for dropdown menu */
.sf-menu {
  float: none;
  display: table !important;
  table-layout: fixed;
  display: -moz-box;
  width: 100%;
}
/*@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}*/
.sf-menu > li {
  background: none;
  text-align: center;
  float: none;
  display: table-cell;
  -moz-box-flex: 1;
  background: url(images/nav-divider.png) 0 0 repeat-y;
}
@media (max-width: 767px) {
	.sf-menu > li {
		display:block;
	}
}
@-moz-document url-prefix() {
  .sf-menu > li {
    display: block;
    width: 190px;
  }
}
.sf-menu > li:first-child {
  background: none;
}
.sf-menu > li > a {
  padding: 20px 0 20px;
  border: none;
  display: block;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a,
.sf-menu > li.current-menu-item > a {
  background-color: #ff9900;
  text-decoration: none;
}
.sf-menu > li ul {
  width: 155px;
  padding: 40px 20px 45px;
  background: none;
}
.sf-menu > li ul li {
  width: auto;
  background: #434343;
  text-align: center;
  margin-top: 10px;
  padding: 0;
  float: none;
}
.sf-menu > li ul li:first-child {
  margin-top: 0;
}
.sf-menu > li ul li a {
  padding: 0;
  display: inline;
  border: none;
  color: #808080;
  text-decoration: none;
}
.sf-menu > li ul li > a:hover,
.sf-menu > li ul li.sfHover > a,
.sf-menu > li ul li.current-menu-item > a {
  background: none;
  color: #ffffff;
}
.sf-menu > li ul li:hover ul,
.sf-menu > li ul li.sfHover ul {
  top: -36px;
  left: 176px;
}
.sf-menu > li:hover ul,
.sf-menu > li.sfHover ul {
  top: 30px;
  left: -20px;
  width:100%;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
  padding-right: 0;
}
.sf-menu a > .sf-sub-indicator {
  right: 50%;
  margin-right: -5px;
  top: 55px;
}
.sf-menu ul a > .sf-sub-indicator {
  right: -14px;
  top: 2px;
  margin-right: 0;
}
.select-menu {
  background-color: #ff9900;
  border: 1px solid #e2e2e2;
  height: 30px !important;
  color:#333;
  font-family: Open Sans;
display:none !important;
}
/* Search Form
---------------------------------------- */
.search-form form {
  position: relative;
  width: 234px;
  background: url(images/search-tail.png) 0 0 repeat-x;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.search-form_it {
  width: 163px;
  padding: 14px 12px !important;
  margin: 0 !important;
  float: left;
  vertical-align: top;
  font-size: 10px !important;
  background: none !important;
  border: none !important;
  color: #555555 !important;
  display: block;
}
.search-form_it::-moz-placeholder {
  color: #555555;
  font-size: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-form_it::-ms-input-placeholder {
  color: #555555;
  font-size: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-form_it::-webkit-input-placeholder {
  color: #555555;
  font-size: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-form_it:-moz-placeholder {
  color: #555555;
}
.search-form_it:-ms-input-placeholder {
  color: #555555;
}
.search-form_it::-webkit-input-placeholder {
  color: #555555;
}
.ie8 .search-form_it {
  background: url(images/search-tail.png) 0 0 repeat-x;
}
.search-form_is {
  float: right;
  width: 47px !important;
  height: 41px !important;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: url(images/search-btn.png) center 12px no-repeat transparent !important;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.search-form_is:hover,
.search-form_is:focus,
.search-form_is:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-position: center -37px !important;
}
.header .search-form {
  padding: 19px 0 0 28px;
}
@media (max-width: 979px) {
  .header .search-form {
    padding: 0;
  }
}
/* /Search Form */
/*/ Header */
/* Slider
================================================== */
.slider {
	min-height:0 !important;
}
.ie8 .slider {
  height: 491px;
}
.slider .camera_wrap {
  margin-bottom: 0 !important;
}
.slider .camera_wrap .camera_pag {
  position: absolute;
  bottom: 80px;
  left: 85px;
}
@media (max-width: 767px) {
  .slider .camera_wrap .camera_pag {
    bottom: 20px;
    left: 20px;
  }
}
.slider .camera_wrap .camera_pag .camera_pag_ul {
  overflow: hidden;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li {
  cursor: pointer;
  float: left;
  height: 13px;
  margin: 0 0 0 6px;
  font: 0/0 a;
  color: transparent;
  width: 13px;
  border: 1px solid #d1d1d1;
  background: #ededed;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li:first-child {
  margin-left: 0;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li:hover,
.slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #ff9900;
  border-color: #ff9900;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li > span {
  display: none;
}
.camera_caption {
  color: #9b9b9b;
  bottom: auto;
  top: 0;
}
.ie8 .camera_caption {
  height: 491px;
  line-height: 491px;
}
@media (min-width: 1200px) {
  .camera_caption {
    height: 612px;
    line-height: 612px;
  }
}
@media (min-width: 979px) and (max-width: 1200px) {
  .camera_caption {
    height: 492px;
    line-height: 492px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .camera_caption {
    height: 379px;
    line-height: 379px;
  }
}
@media (max-width: 767px) {
  .camera_caption {
    line-height: 1em;
    height: auto;
    bottom: 30%;
    top: auto;
    display: none !important;
    z-index: 100;
  }
}
.camera_caption > div {
  background: none;
  padding: 0;
  margin-left: 86px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 100;
}
.ie8 .camera_caption > div {
  margin-left: 46px;
}
@media (max-width: 1200px) {
  .camera_caption > div {
    margin-left: 46px;
  }
}
.camera_caption h2 {
  font-size: 52px;
  line-height: 42px;
  color: #1e1e1e;
  margin-bottom: 18px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .camera_caption h2 {
    font-size: 38px;
    line-height: 1em;
  }
}
@media (max-width: 767px) {
  .camera_caption h2 {
    font-size: 30px;
    line-height: 1em;
  }
}
.camera_caption h2 span {
  display: block;
  color: #ff9900;
}
.camera_caption p {
  font-size: 12px;
}
.camera_thumbs_cont {
  margin-top: -100px;
  background: none;
}
/* #Content
================================================== */
#content {
  padding-top: 25px; /* 40px */
}
@media (max-width: 767px) {
  #content {
    padding-top: 30px;
  }
  #content.left {
    float: none !important;
  }
}
/* Page Header */
.page-header {
  border: none;
  margin: 0;
}
.page-header h1 {
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 32px;
  letter-spacing: -2px;
}
.content-holder {
  padding: 0 0 20px 0;
}
.home .content-holder {
	padding-bottom:0;
}
@media (max-width: 480px) {
  .content-holder {
    padding-bottom: 47px;
  }
}
/* 404 Error Page
---------------------------------------- */
.error404-holder_num {
  color: #ff9900;
}
.error404-holder .hgroup h1 {
  font-size: 6em;
}
/* FAQ
----------------------------------------*/
.faq-list dt,
.faq-list .marker {
  font-family: 'Josefin Sans', sans-serif;
  color: #515151;
  font-weight: bold;
}
.faq-list dd {
  color: #aeaeae;
}
/* Title
---------------------------------------- */
.title-section {
  padding: 23px 27px 30px;
  background: #707070;
}
.title-header {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 25px;
  color: #ffffff;
  letter-spacing: -1px;
  overflow: visible;
}
@media (max-width: 480px) {
  .title-header {
    font-size: 28px;
    line-height: 34px;
  }
}
.title-header small {
  font-size: 1em;
  color: inherit;
}
/* Breadcrumb
---------------------------------------- */
.breadcrumb__t {
  margin: 0;
  padding: 0 0 0 2px;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb__t li {
  text-shadow: none;
  color: #ff9900;
}
.breadcrumb__t li.active {
  color: #ff9900;
}
.breadcrumb__t li.divider {
  color: #ffffff;
}
.breadcrumb__t li a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumb__t li a:hover {
  color: #ff9900;
  text-decoration: none;
}
/* /Breadcrumb */
/* Single pager */
.single-pager {
  border-color: #cdcdcd;
  margin-top: 0;
}
.single-pager li > a,
.single-pager li a:focus {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34);
  border: 1px solid #cdcdcd !important;
  color: #202020 !important;
  filter: none !important;
  text-transform: uppercase;
  padding: 7px 21px !important;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #ececec, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ececec, #f1f1f1);
  background-image: -o-linear-gradient(top, #ececec, #f1f1f1);
  background-image: linear-gradient(to bottom, #ececec, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffececec', endColorstr='#fff1f1f1', GradientType=0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
.single-pager li > a:hover,
.single-pager li a:focus:hover,
.single-pager li > a:active,
.single-pager li a:focus:active {
  text-shadow: none;
  background-color: #ff9900;
  background-image: -moz-linear-gradient(top, #ff9900, #ff9900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9900), to(#ff9900));
  background-image: -webkit-linear-gradient(top, #ff9900, #ff9900);
  background-image: -o-linear-gradient(top, #ff9900, #ff9900);
  background-image: linear-gradient(to bottom, #ff9900, #ff9900);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa5300', endColorstr='#ffff5805', GradientType=0);
  border: none !important;
  padding: 8px 22px !important;
}
/* Info */
.portfolio-meta-list {
  border-color: #cdcdcd;
}
.portfolio-meta-list li {
  text-transform: uppercase;
}
/* Grid Gallery */
.grid_gallery {
  margin-bottom: 16px;
}
/* #Post
================================================== */
.post-title {
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .post-title {
    font-size: 28px;
    line-height: 1.1em;
  }
}
.post-title a {
  color: #515151;
}
.post-title a:hover,
.post-title a:focus,
.post-title a:active {
  color: #ff9900;
  text-decoration: none;
}
.post_meta {
  border-color: #d8d8d8;
  color: #ff9900;
  padding: 9px 0;
  vertical-align: top;
}
.post_meta a {
  color: inherit;
}
.post_meta a:hover {
  color: #202020;
  text-decoration: none;
}
.post_meta span {
  display: inline-block;
  font-size: 11px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .post_meta span {
    display: block;
  }
}
.post_meta span.post_category {
  max-width: 150px;
}
@media (min-width: 1200px) {
  .post_meta span.post_category {
    max-width: 250px;
  }
}
@media (max-width: 979px) {
  .post_meta span.post_category {
    max-width: inherit;
  }
}
@media (max-width: 979px) {
  .post_meta span.post_permalink {
    float: none;
  }
}
.post_meta i {
  color: #c6c6c6;
  font-size: 13px;
}
.post.format-quote blockquote {
  font-size: 11px;
  color: #202020;
  line-height: 20px;
  border-color: #ff9900;
}
.post.format-quote cite {
  color: #202020;
}
.post.format-quote .post_meta {
  padding-top: 9px;
}
/* Author Page
---------------------------------------- */
.post-author {
  padding: 17px 19px 20px;
  border-color: #e0e0e0;
  background: #ffffff;
  margin-bottom: 64px;
}
.post-author_h {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600 !important;
  margin-bottom: 10px;
}
.post-author_h small {
  font-size: 1em;
  font-weight: 600;
  color: #ff9900;
}
.post-author_h a:hover {
  text-decoration: underline;
}
.post-author_desc {
  overflow: hidden;
}
@media (max-width: 480px) {
  .post-author_desc {
    overflow: visible;
  }
}
.post-author_gravatar img {
  margin-top: 4px;
  padding: 0;
  border: none;
  background: none;
}
.post-author_link {
  color: #2b2b2b;
  text-transform: none;
  margin-top: 12px;
}
.post-author_link p {
  margin-bottom: 0;
}
.post-author_link a {
  text-transform: uppercase;
}
/* Recent author posts */
#recent-author-posts h3 {
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 30px;
  letter-spacing: -2px;
}
#recent-author-posts .post-title {
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
/* Recent author comments */
#recent-author-comments {
  padding-top: 30px;
}
#recent-author-comments h3 {
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 30px;
  letter-spacing: -2px;
}
/* Share buttons */
.share-buttons {
  padding-top: 0;
}
/* Posts navigation
---------------------------------------- */
.pagination__posts ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination__posts ul li a {
  color: #202020 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
  margin: 0 2px 5px 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ececec, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ececec, #f1f1f1);
  background-image: -o-linear-gradient(top, #ececec, #f1f1f1);
  background-image: linear-gradient(to bottom, #ececec, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffececec', endColorstr='#fff1f1f1', GradientType=0);
  padding: 7px 13px;
  border: 1px solid #cdcdcd;
}
.pagination__posts ul li.active a,
.pagination__posts ul li a:hover {
  color: #202020 !important;
  text-shadow: none;
  border: none;
  background-color: #ff9900;
  background-image: -moz-linear-gradient(top, #ff9900, #ff9900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9900), to(#ff9900));
  background-image: -webkit-linear-gradient(top, #ff9900, #ff9900);
  background-image: -o-linear-gradient(top, #ff9900, #ff9900);
  background-image: linear-gradient(to bottom, #ff9900, #ff9900);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa5300', endColorstr='#ffff5805', GradientType=0);
  padding: 8px 14px;
}
/* /Posts navigation */
/* Flexslider for Portfolio Slideshow Item and Gallery Post Format */
/* FlexSlider Necessary Styles */.flexslider {
  background-image: url(images/loading.gif);
}
/* Direction Nav */
.flex-direction-nav .flex-next,
.flexslider:hover .flex-next {
  right: 15px;
}
.flex-direction-nav .flex-prev,
.flexslider:hover .flex-prev {
  left: 15px;
}
/* Control Nav */
.flex-control-nav {
  left: 0;
}
.flex-control-nav li {
  margin: 0 6px 0 0;
}
.flex-control-paging li a {
  background: #aeaeae;
  width: 12px;
  height: 12px;
}
.flex-control-paging li a:hover {
  background: #ff9900;
}
.flex-control-paging li a.flex-active {
  background: #ff9900;
  cursor: default;
}
/* Related Posts */
.related-posts {
  margin-bottom: 64px;
}
.related-posts_h {
  margin-bottom: 35px;
}
.related-posts_list {
  padding: 0;
  margin: 0 0 0 -4%;
  font-size: 0;
}
.related-posts_item {
  display: inline-block;
  width: 21%;
  margin-left: 4%;
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  vertical-align: top;
  font-size: 12px;
}
@media (max-width: 480px) {
  .related-posts_item {
    width: 46%;
  }
}
.related-posts .featured-thumbnail {
  float: none;
  overflow: visible;
  margin: 0 0 16px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.ie8 .related-posts .featured-thumbnail {
  display: block;
  max-width: inherit;
}
/*/ Related Posts */
/* Testimonials Page
---------------------------------------- */
.testimonial {
  position: relative;
  margin-bottom: 35px;
  padding: 30px;
  border: none;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.5em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.testimonial_bq {
  margin: 0;
  padding: 0;
  border: none;
}
.testimonial_bq p {
  font-size: 11px;
  line-height: 20px;
  color: #aeaeae;
}
.testimonial small {
  font-size: 11px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #202020;
}
/* Filterable Portfolio
---------------------------------------- */
@media (max-width: 767px) {
  .filter-wrapper .pull-right {
    float: none;
  }
}
.filter-wrapper strong {
  display: inline-block;
  padding: 0;
  margin-right: 16px;
  float: left;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #bebebe;
}
.filter-wrapper .nav-pills {
  float: left;
  overflow: hidden;
}
@media (max-width: 480px) {
  .filter-wrapper .nav-pills {
    float: none;
  }
}
.filter-wrapper .nav-pills li {
  margin-left: 20px;
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .filter-wrapper .nav-pills li {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.filter-wrapper .nav-pills li:first-child {
  margin-left: 0;
}
.filter-wrapper .nav-pills li a {
  color: #bebebe;
  padding: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  line-height: 20px;
}
.filter-wrapper .nav-pills li.active a,
.filter-wrapper .nav-pills li a:hover {
  color: #ff9900;
  background: none;
}
#portfolio-grid .thumbnail__portfolio {
  margin-bottom: 30px;
}
/* Zoom Icon */
.zoom-icon {
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
}
.zoom-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -50px 0 0 -50px;
  width: 101px;
  height: 101px;
  background: url(images/magnify.png) 50% 50% no-repeat;
  content: "";
}
.no-rgba .zoom-icon {
  background: url(images/white-opacity-40.png);
}
/*/ Content */
/* #Comments
================================================== */
.comment-list {
  margin-bottom: 64px;
}
.comment-list .comment {
  /*&.bypostauthor .comment-body {
		    background: @white;
			text-transform:uppercase;
			border-color: #e2e2e2;
		}*/

  /* Comment meta */

}
.comment-list .comment .comment-body {
  margin-top: 20px;
  padding-right: 25px;
  border-color: #e2e2e2;
  background: #ffffff;
  text-transform: uppercase;
}
.comment-list .comment:first-child .comment-body {
  margin-top: 0;
}
.comment-list .comment .comment-author .author {
  text-align: left;
  color: #2b2b2b;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 12px;
}
.comment-list .comment .comment-meta {
  color: #202020;
  padding: 7px 0;
}
.comment-list .comment ul {
  padding-top: 20px;
}
/* Comment Heading */
.comments-h {
  margin-bottom: 42px;
}
#respond h2 {
  margin-bottom: 42px;
}
.cancel-comment-reply {
  text-transform: uppercase;
  font-size: 10px;
}
/* Comment form */
#commentform p {
  margin-bottom: 30px;
}
#commentform p.field {
  margin-bottom: 11px;
}
#commentform input[type="text"] {
  width: 352px;
  padding: 11px 18px 12px;
}
@media (max-width: 767px) {
  #commentform input[type="text"] {
    width: 100%;
  }
}
@media (max-width: 979px) {
  .portfolio #commentform input[type="text"] {
    width: 100%;
  }
}
#commentform textarea {
  width: 711px;
  min-width: inherit;
  max-width: 100%;
  height: 190px;
  min-height: 190px;
}
.portfolio #commentform textarea {
  width: 632px;
}
.ie8 .portfolio #commentform textarea {
  width: 540px;
}
@media (min-width: 1200px) {
  .portfolio #commentform textarea {
    min-width: 632px;
    max-width: 632px;
    width: 632px;
  }
}
@media (max-width: 979px) {
  .portfolio #commentform textarea {
    width: 100%;
  }
}
.ie8 #commentform textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 620px;
}
@media (min-width: 1200px) {
  #commentform textarea {
    min-width: 711px;
    max-width: 711px;
  }
}
@media (max-width: 767px) {
  #commentform textarea {
    width: 100%;
  }
}
/*/ Comments */
/* #Widgets
================================================== */
#sidebar {
  padding-top: 30px; /* 68px */
}
.widget {
  margin-bottom: 35px; /* 60px */
  text-align: right;
}
.widget h2 {
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .widget h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.widget ul li:first-child {
  margin-top: 0;
}
.widget ul li:before {
  width: 9px;
  height: 9px;
  content: '';
  margin: 4px 10px 0 0;
  display: inline-block;
  vertical-align: top;
  background-color: #e8e8e8;
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget ul li:hover:before {
  border-color: #ff9900;
  background-color: #ff9900;
}
.widget ul.unstyled li:before {
  display: none;
}
.widget ul ul {
  margin: 10px 0 0 20px;
}
#calendar_wrap caption,
#calendar_wrap thead th {
  color: #515151;
  background: none;
}
#calendar_wrap #today {
  color: #ff9900;
}
/* Posts List */
.post-list li {
  margin: 0 0 14px !important;
  padding: 0;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.post-list li .thumbnail {
  margin-right: 17px;
}
@media (max-width: 979px) {
  .post-list li .thumbnail {
    max-width: 30%;
  }
}
.post-list li time {
  color: #ff9900;
  display: block;
  margin-bottom: 11px;
}
.post-list li .excerpt {
  margin-bottom: 15px;
}
.post-list li h4,
.post-list li h4 a {
  font-size: inherit;
  line-height: inherit;
}
/*/ Posts List */
/* Custom Recent Comments */
.comments-custom li {
  margin: 0 0 20px !important;
}
.comments-custom .thumbnail {
  border: 1px solid #d5d5d5;
  background-color: #f5f5f5;
  padding: 14px 13px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.comments-custom h6 {
  padding-top: 23px;
  margin-bottom: 4px;
}
.comments-custom_txt {
  padding-top: 8px;
}
.comments-custom_txt a {
  color: inherit !important;
}
.comments-custom_txt a:hover {
  text-decoration: none !important;
  color: #ff9900 !important;
}
.comments-custom time {
  font-size: 11px;
  color: #ff9900;
}
/*/ Custom Recent Comments */
/* Banners widget
---------------------------------------- */
.banners {
  margin-bottom: 50px;
}
.banners:first-child {
  padding-top: 30px;
}
/*/ Banners widget */
/* Flickr widget */
#flickr {
  margin-bottom: 15px !important;
}
#flickr .flickr_li {
  margin-top: 0 !important;
}
#flickr .flickr_li .thumbnail {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
#flickr .flickr_li .thumbnail:hover,
#flickr .flickr_li .thumbnail:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  #flickr .flickr_li {
    margin-right: 6px;
  }
}
/*/ Flickr widget */
/*/ Widgets */
/* #Shortcodes
================================================== */
/* Posts Grid
-----------------------------------------*/
.posts-grid.no-thumbnail .featured-thumbnail {
  display: none;
}
.posts-grid.no-title h5 {
  display: none;
}
.posts-grid .post_meta {
  border: none;
  padding: 0;
}
.posts-grid .post_date {
  color: #ff9900;
}
.posts-grid.news li {
  padding: 0 0 0 48px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 979px) {
  .posts-grid.news li {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .posts-grid.news li {
    padding-left: 0;
  }
}
.posts-grid.news .post_meta {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 48px;
  padding: 0 !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .posts-grid.news .post_meta {
    position: static;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .posts-grid.news .post_meta {
    position: static;
    max-width: none;
  }
}
.posts-grid.news .post_date {
  font-size: 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: -12px;
  vertical-align: baseline;
}
.ie8 .posts-grid.news .post_date {
  margin-top: -3px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .posts-grid.news .post_date {
    margin-top: 0;
  }
}
.posts-grid.news .post_date span {
  display: block;
  padding-top: 4px;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .posts-grid.news .post_date span {
    display: inline;
    vertical-align: baseline;
  }
  .posts-grid.news .post_date span:before {
    content: ' ';
  }
}
@media (max-width: 480px) {
  .posts-grid.news .post_date span {
    display: inline;
    vertical-align: baseline;
  }
  .posts-grid.news .post_date span:before {
    content: ' ';
  }
}
.posts-grid.news .excerpt {
  margin-bottom: 25px;
}
.posts-grid.testimonials .excerpt {
  font-style: italic;
  margin-bottom: 0;
}
.posts-grid.testimonials .excerpt a {
  color: #202020 !important;
}
.posts-grid.testimonials .excerpt a:before {
  content: '“';
}
.posts-grid.testimonials .excerpt a:after {
  content: '”';
}
.posts-grid.testimonials .excerpt a:hover {
  color: #ff9900 !important;
  text-decoration: none;
}
.posts-grid.testimonials small {
  font-size: 11px;
  font-style: italic;
  color: #202020;
}
.posts-grid.testimonials small:before {
  content: '- ';
}
.posts-grid.testimonials small a {
  display: none;
}
.posts-grid.services .clear {
  clear: none;
}
.posts-grid.services .featured-thumbnail {
  float: left;
  margin: 0 20px 0 0;
}
.posts-grid.services .featured-thumbnail img {
  width: auto;
}
.posts-grid.services .excerpt {
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .posts-grid.services .excerpt {
    overflow: visible;
  }
}
.type-services .featured-thumbnail {
  float: left;
  margin-right: 20px;
  border: none;
  background: none;
  padding: 0;
}
.type-services .featured-thumbnail img {
  width: auto;
}
/* Services Box
---------------------------------------- */
.service-box {
  padding: 10px 20px 0;
  background: #757575;
  border: none;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: #757575;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*.service-box a.btn-primary {
	color:#eee !important;
	text-shadow: none !important;
}
.service-box a.btn-primary:hover {
	color:#000 !important;
}*/
@media (max-width: 767px) {
  .service-box {
    margin-bottom: 0;
  }
}
.service-box h2 {
  color: #ffffff;
  /*border-bottom: 1px solid #858585;*/
  padding-bottom: 17px;
  margin-bottom: 10px;
  border:0;
}
@media (min-width: 767px) and (max-width: 979px) {
  .service-box h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .service-box h2 {
    font-size: 35px;
  }
}
.service-box h5 {
  overflow: hidden;
  margin: 0 0 2px;
}
.service-box_txt {
  margin-bottom: 14px;
  padding: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .service-box_txt {
    margin-bottom: 25px;
  }
}
.service-box .btn-align {
  text-align: center;
}
/*/ Shortcodes */
/* #Footer
================================================== */
.footer {
  border: none;
  background: none;
  padding: 0 0 55px 0;
  /* Copyright */

  /* Footer text */

}
.footer .border-top {
  border-top: 9px solid #f1f1f1;
  padding: 23px 0 0;
}
.home .footer .border-top {
    border:0;
}
@media (max-width: 480px) {
  .footer .border-top {
    padding-top: 15px;
  }
}
.footer h4 {
  margin-bottom: 15px; /* 27px */
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer h4 {
    margin-bottom: 20px;
    margin-top: 25px;
  }
}
.footer .copyright {
  padding: 0;
}
.footer .footer-text {
  float: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer .footer-text {
    text-align: left;
  }
}
.footer .footer-text a {
  color: inherit;
}
.footer .footer-text a:hover {
  color: #ff9900;
  text-decoration: none;
}
/*@media (min-width: 1200px) {
  .footer div[id^="text"] {
    padding-left: 70px;
    padding-right: 80px;
  }
}*/
/* Social Networks
---------------------------------------- */
.social {
  margin: 0;
  padding-top: 6px;
}
@media (max-width: 979px) {
  .social {
    padding-top: 0;
  }
}
.social_link:hover {
  filter: none !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social_link:hover .social_ico img {
  margin-top: 0;
}
.social_ico {
  height: 30px;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.social_ico img {
  margin-top: -30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.social_label {
  display: inline;
  vertical-align: top;
}
.social__row li {
  float: left;
  margin: 0 0 0 2px !important;
}
.social__row li:first-child {
  margin-left: 0 !important;
}
.social__row li:before {
  display: none !important;
}
.social__list li {
  margin-bottom: 5px;
}
.social__list a.social_link:hover {
  text-decoration: underline !important;
}
.social.both li {
  padding-top: 6px;
}
.social.both li:before {
  display: none !important;
}
.social.both .social_label {
  display: inline;
}
.social.both .social_ico {
  float: left;
  margin: -6px 5px 0 0;
}
/* /Social Networks */
/* Footer navigation */
nav.footer-nav {
  float: none;
  padding-top: 20px;
}
nav.footer-nav ul {
  float: none;
  text-align: left;
}
@media (max-width: 767px) {
  nav.footer-nav ul {
    text-align: left;
  }
}
nav.footer-nav ul .sub-menu {
  display: none;
}
nav.footer-nav ul li {
  float: none;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}
nav.footer-nav ul li.current-menu-item a,
nav.footer-nav ul li a:hover {
  text-decoration: none;
  color: #ff9900;
}
/*/ Footer */
/* #Misc
================================================== */
/* Google Map */
.google-map {
  background-color: #ffffff;
  line-height: 0;
  font-size: 0;
}
/* jPlayer
-------------------------------------------------------------- */
div.jp-audio,
div.jp-video {
  margin-bottom: 16px;
}
/* Dropcap */
.dropcap {
  display: block;
  float: left;
  overflow: hidden;
  margin: 5px 30px 20px 0;
  width: 67px;
  height: 67px;
  background: #ff9900;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  font: 600 36px/55px 'Josefin Sans', sans-serif;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
}
.ie8 .dropcap {
  line-height: 67px;
}
@media (max-width: 1199px) {
  .dropcap {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 67px;
  }
}
@media (max-width: 480px) {
  .dropcap {
    float: none;
    margin: 0 0 20px;
  }
}
/* Spacer */
.spacer {
  height: 34px;
}
.home .spacer {
  height: 0; /* 48px */
  clear: both;
}
/* Button */
.btn-primary,
.sidebar .link,
.comment-reply-link,
.content-holder input[type="reset"],
.content-holder input[type="submit"],
.btn-link {
font-family: Open Sans;
font-size: 16px !important; 
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
  color: #202020 !important;
  text-transform: ;
  display: inline-block;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ff9900;
  background-image: -moz-linear-gradient(top, #ff9900, #ff9900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9900), to(#ff9900));
  background-image: -webkit-linear-gradient(top, #ff9900, #ff9900);
  background-image: -o-linear-gradient(top, #ff9900, #ff9900);
  background-image: linear-gradient(to bottom, #ff9900, #ff9900);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#ff9900', GradientType=0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  border: none;
  padding: 8px 22px;
}
.ie8 .btn-primary,
.ie8 .sidebar .link,
.ie8 .comment-reply-link,
.ie8 .content-holder input[type="reset"],
.ie8 .content-holder input[type="submit"],
.ie8 .btn-link {
  filter: none;
}
.ie8 .btn-primary:hover,
.ie8 .sidebar .link:hover,
.ie8 .comment-reply-link:hover,
.ie8 .content-holder input[type="reset"]:hover,
.ie8 .content-holder input[type="submit"]:hover,
.ie8 .btn-link:hover {
  filter: none;
}
.btn-primary:focus,
.sidebar .link:focus,
.comment-reply-link:focus,
.content-holder input[type="reset"]:focus,
.content-holder input[type="submit"]:focus,
.btn-link:focus {
  background-position: 0 0;
  text-decoration: none;
  background-color: #fc5502;
  background-image: -moz-linear-gradient(top, #fa5300, #ff5805);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa5300), to(#ff5805));
  background-image: -webkit-linear-gradient(top, #fa5300, #ff5805);
  background-image: -o-linear-gradient(top, #fa5300, #ff5805);
  background-image: linear-gradient(to bottom, #fa5300, #ff5805);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa5300', endColorstr='#ffff5805', GradientType=0);
  border: none;
  padding: 8px 22px;
  text-decoration: none !important;
}
.btn-primary:hover,
.sidebar .link:hover,
.comment-reply-link:hover,
.content-holder input[type="reset"]:hover,
.content-holder input[type="submit"]:hover,
.btn-link:hover,
.btn-primary:active,
.sidebar .link:active,
.comment-reply-link:active,
.content-holder input[type="reset"]:active,
.content-holder input[type="submit"]:active,
.btn-link:active {
  color: #202020 !important;
  background-position: 0 0;
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #ececec, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ececec, #f1f1f1);
  background-image: -o-linear-gradient(top, #ececec, #f1f1f1);
  background-image: linear-gradient(to bottom, #ececec, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffececec', endColorstr='#fff1f1f1', GradientType=0);
  padding: 7px 21px;
  border: 1px solid #cdcdcd;
  text-decoration: none !important;
}
.btn-mini {
  font-size: 9px;
}
.btn-small {
  font-size: 10px;
}
.btn-large {
  padding: 13px 32px;
  font-size: 11px;
}
.btn-large:hover,
.btn-large:focus {
  padding: 12px 31px;
}
/* Frame styling */.thumbnail {
  border: 1px solid #d5d5d5;
  background-color: #f5f5f5;
  padding: 9px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnail.box {
background: none repeat scroll 0 0 #434343;
border: medium none;
border-radius: 0 0 0 0;
margin: 0;
padding: 71px 0 80px;
text-align: left;
}

@media (max-width: 979px) {
  .thumbnail.box {
    padding: 30px 0;
  }
}
.thumbnail.alignleft {
  margin: 3px 22px 10px 0;
}
@media (min-width: 481px) and (max-width: 1199px) {
  .thumbnail.alignleft {
    max-width: 45%;
  }
}
@media (max-width: 480px) {
  .thumbnail.alignleft {
    float: none;
    margin-right: 0;
    overflow: hidden;
    display: inline-block;
  }
}
.thumbnail.alignnone {
  margin-right: 0;
}
@media (max-width: 767px) {
  .thumbnail.alignnone {
    display: inline-block;
  }
}
/* Forms */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding: 12px 18px;
  background-color: #ffffff;
  border-color: #e2e2e2;
  line-height: 13px;
  color: #aeaeae;
  text-transform: uppercase;
  height: auto !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -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;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: none;
  border-color: #ff9900;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 1200px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
}
input[type="submit"],
input[type="reset"] {
  height: 20px;
  line-height: 20px !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
/* List styling */
.list.styled.custom-list,
#recent-author-comments {
  margin-bottom: 45px;
}
.list.styled.custom-list > ul,
#recent-author-comments > ul {
  margin: 0;
  padding: 0;
}
.list.styled.custom-list > ul li,
#recent-author-comments > ul li {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.list.styled.custom-list > ul li:first-child,
#recent-author-comments > ul li:first-child {
  margin-top: 0;
}
.list.styled.custom-list > ul li:before,
#recent-author-comments > ul li:before {
  width: 9px;
  height: 9px;
  content: '';
  margin: 4px 10px 0 0;
  display: inline-block;
  vertical-align: top;
  background-color: #e8e8e8;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list.styled.custom-list > ul li:hover:before,
#recent-author-comments > ul li:hover:before {
  border-color: #ff9900;
  background-color: #ff9900;
}
/* Tabs */
.tabs-wrapper {
  margin-bottom: 25px;
  padding-right: 31px;
}
@media (max-width: 979px) {
  .tabs-wrapper {
    padding-right: 0;
  }
}
.tabs-wrapper .nav-tabs {
  margin-bottom: 0;
  border: none;
}
.tabs-wrapper .nav-tabs > li.active > a,
.tabs-wrapper .nav-tabs > li > a:hover {
  background-color: #f67636 !important;
  color: #202020;
}
.tabs-wrapper .nav-tabs > li > a {
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
  color: #ffffff;
  border: none !important;
  min-width: 106px;
  padding: 15px 16px 10px;
  margin-right: 3px;
  background-color: #363636;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 767px) {
  .tabs-wrapper .nav-tabs > li > a {
    padding-left: 25px;
    padding-right: 25px;
    min-width: 0;
  }
}
@media (max-width: 480px) {
  .tabs-wrapper .nav-tabs > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tabs-wrapper .tab-content {
  padding: 29px 39px 26px 31px;
  background: #f67636;
  border: none;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  color: #ffffff;
}
@media (max-width: 480px) {
  .tabs-wrapper .tab-content {
    padding-right: 30px;
  }
}
.tabs-wrapper .tab-content h5 {
  padding-top: 48px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tabs-wrapper .tab-content h5 {
    padding-top: 10px;
  }
}
/* Back to Top */
#back-top {
  margin-bottom: 0;
}
#back-top-wrapper {
  right: 40px;
  bottom: 40px;
}
#back-top a {
  width: 37px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#back-top a:hover span {
  background-color: #434343;
}
#back-top span {
  margin-bottom: 0;
  width: 37px;
  height: 37px;
  background: url(images/up-arrow.gif) no-repeat center center #ff9900;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/*// Back to Top */
/* Contact form */
.wpcf7-form p.field {
  overflow: visible;
}
.wpcf7-form p.field input {
  padding: 12px 18px;
}
.wpcf7-not-valid-tip {
  font-size: 11px !important;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .wpcf7-not-valid-tip {
    font-size: 10px !important;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .wpcf7-not-valid-tip {
    line-height: 1em !important;
  }
}
/*/ Misc */
.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-widgets a,
.footer-widgets a:hover,
.footer .footer-text a,
.footer .footer-text a:hover {
    color:#707070;
    text-decoration:none;
}

/* referenzen */

.referenzen,
.one_half {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.referenz {
	padding-right:20px;
	text-align:left;
	line-height:23px;
}

.referenz img {
	margin-bottom:12px;
}

.referenz span.title {
	height:50px;
	display:block;
}


.one_half {
	width:49% !important;
}

/* Boxen */

.service-boxen {
    margin-left:19px;
    margin-top:-19px;
    background:#000;
}

.service-boxen .span4 {
    margin-left:1px;
    width:312px;
    min-height:175px;
    background:#757575;
}

.service-boxen .row>div:last-child {
    width:314px;
}

@media (max-width: 979px) {
    .service-box_txt {
        height:57px;
    }
    .service-boxen .span4 {
        width:240px;
        min-height:175px;
    }
    .service-boxen .row>div:last-child {
        width:242px;
    }
}

@media (max-width: 767px) {
    .service-boxen {
        background:#fff;
        margin-left:0;
    }
    .service-boxen .span4 { 
        width:100% !important;
        min-height:0;
        border-bottom:1px solid #ccc;
    }
    .widget {
        text-align:left;
    }
}